.yd_head{background: #fff;height: 100px;padding: 0px 20px; border-bottom:6px solid #fa6200;}
.logo img{height: 48px;vertical-align: middle;}
.logo{display: inline-block;margin-top: 26px;}
.yd_head_rt a{display: inline-block;border-radius: 6px;line-height: 56px;width: 168px;font-size: 28px;text-align: center;margin-left: 10px;margin-top: 20px;}
.yd_head_rt a .img_h{display: none;}
.yd_head_rt a:hover{background: #ffffff;color: #e73030;border:2px solid #fff;}
.yd_head_rt a:hover .img_q{display: none;}
.yd_head_rt a:hover .img_h{display: inline-block;}
.yd_head_rt img{width: 32px;vertical-align: -6px;}
.yd_banner img{width: 100%;vertical-align: middle;}
.main{padding: 0px 20px;}
.yd1_img img{width: 240px;height: 240px;}
.yd1{padding: 30px 0px;}
.yd1_rt{padding-left: 272px;}
.yd1_rt_tl a{font-size: 40px;color: #333333;}
.star{display: inline-block;background: url(../imgaes/yind_21.png) no-repeat;width: 26px;height: 24px;background-size: 26px 24px;}
.yd1_rt_text{color: #797979; padding-top:20px;}
.yd2 a{display: block;width: 48%;text-align: center;line-height: 122px;border-radius:20px;font-size: 40px;color: #fff;}
.yd2 img{display: inline-block;vertical-align: middle;width: 66px;}
.yd2 a:hover{opacity: 0.8;color: #fff;}
.yd3{padding: 30px 0px;}
.yd3 a{display: block;border:4px solid #e73030;line-height: 116px;font-size: 40px;text-align: center;color: #e73030;border-radius:20px;}
.yd3 a:hover{background: #e73030;color: #fff;}
.footer{text-align: center;color: #a4a4a4;border-top: 1px solid #a4a4a4;padding: 40px 0px;}
.pinglun li{border-bottom: 1px solid #ddd;padding: 20px;color: #878787;font-size: 28px;}
.pj_con{color: #e94200;font-size: 30px;}
.pj_per span{color: #33c3ff;}
.pj_per{padding: 10px 0px;}
.pl_tl{background: #fa6200;padding: 0px 20px;line-height: 46px;color: #fff;font-size: 40px;}
.pl_tl span{font-size: 24px;margin-left: 46px;}
.pl_tl_main{background: url(../imgaes/aj.png) no-repeat right center;background-size: 26px 18px;}

.component-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    height:130px;
    width:100%;
    z-index: 9999;
    background: #ff584b;    
}
.btn-component-delete {
    display: none;
}
.style_6 .banner-inner {
    background: #ff584b;
}
.banner-inner {
    padding: 0 10px;
    color: #fff;
    font-size: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner-inner-icon {
    display: inline-block;
    width: 126px;
    height: 126px;
    vertical-align: middle;
}
.banner-inner-icon img {
    width: 100%;
}
.banner-wx-content {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.banner-wx-text {
    font-size: 48px;
    padding-left: 10px;
}
.banner-wx-num {
    font-size: 48px;
    display: inline-block;
    padding: 0 3px;
    margin-left: 7px;
    border-radius: 6px;
}
.style_6 .banner-button {
    background: #ffa841;
}
.banner-button {
    display: inline-block;
    width: calc(50% - 130px);
    font-size: 45px;
    text-align: center;
    line-height: 90px;
    vertical-align: middle;
    border-radius: 50px;
    animation: big 1.4s ease infinite alternate;
    -webkit-animation: big 1.4s ease infinite alternate;
    -moz-animation: big 1.4s ease infinite alternate;
    -ms-animation: big 1.4s ease infinite alternate;
    -o-animation: big 1.4s ease infinite alternate;
}
@keyframes big {
    0% {
        transform: scale(1)
    }
    18% {
        transform: scale(1.1)
    }
    32% {
        transform: scale(1)
    }
    48% {
        transform: scale(1.1)
    }
    64% {
        transform: scale(1)
    }
    80% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(1)
    }
    18% {
        -webkit-transform: scale(1.1)
    }
    32% {
        -webkit-transform: scale(1)
    }
    48% {
        -webkit-transform: scale(1.1)
    }
    64% {
        -webkit-transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}