@font-face {
    font-family: 'HYShangWeiShouShuW';
    src: url('../img/font.ttf'); 
}
@font-face {
    font-family: 'FZDBSJW';
    src: url('../img/FZDBSJW.TTF'); 
}
a {
    all: unset;
    cursor: pointer;
  }

body{
    background: url('../img/YS_bg.png');
}
.w{
    width: 754px !important;
    margin: 0 auto; 
    position: relative;
}

.heard_one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 32px; */
}
.logo_tip{
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    text-align: right;
}
.heard_one img{
    margin-left: 32px;
}
.logo_tip .logo_tip_red{
    color: #B50707;
    margin-bottom: 10px;
}
.tabBox{
    height: 34px;
    background-color: #B50707 !important;
}
.tabBox .tabBar{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 24px;
}
.tabBox .tabBar .tabBar_item{
    width: 81px;
    height: 16px;
    line-height: 16px;
    color: #FFE9CF;
    border-right: 1px solid #FFE9CF;
    text-align: center;
}
.tabBox .tabBar .tabBar_item:last-child{
    border: none;
}
.tabBox .tabBar .tabBar_active{
    background: #CEA35F;
    height: 34px;
    line-height: 34px;
    border: none;
    color: #B50707;
    font-weight: bold;
    border: none;
}
.qiming{
    overflow: hidden;
    height: 363px;
    margin-top: 58px;
    background: url('../img/qiming_bg.png');
}
.qiming .qiming_title{
    text-align: center;
    margin-top: 52px;
}
.qiming .qiming_main{
    text-align: center;
    margin-top: 23px;
}
.qiming .qiming_tip{
    text-align: center;
    font-size: 18px;
    color: #B45038;
    margin-top: 42px;
}
.qiming .qiming_btn{
    width: 298px;
    height: 57px;
    background-image: url('../img/qiming_btn.png');
    margin: 35px auto;
    text-align: center;
    line-height: 57px;
    font-size: 33px;
    color: #FFE393;
    text-shadow: 1px 2px 1px rgba(147,5,10,0.83);
    font-family: 'FZDBSJW';
    cursor: pointer;
}
.team{
    margin-top: 87px;
}
.team_title{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    margin-top: 32px;
}

.team_title p {
    margin: 0 11px;
    font-size: 40px;
    font-family: 'FZDBSJW';
    color: #B50707;
}
.team_tip {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-top: 18px;
    font-family: 'FZDBSJW';
}
#imageContainer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 45px;
}
#imageContainer img{
    width: 220px;
}
.scollBox{
    width: 100%;
    height: 111px;
    position: relative;
    overflow: hidden;
    margin-top: 33px;
}
#scollImg{
    white-space: nowrap;
    width: 754px;
    height: 111px;
    /* transform: translateX(0px); */
    transform: translateX(0);
}
#scollImg img{
    display: inline-block;
    margin-right: 20px;
    width: 151px;
    height: 111px;
    transition: transform 5s linear;
}
.post{
    text-align: center;
    margin-top: 20px;
}
.evaluate .evaluate_main{
    width: 100%;
    background: url('../img/evaluate_bg.png') no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 35px;
}
.evaluate_main_left{
    margin-right: 20px;
}
.evaluate .evaluate_main .evaluate_main_btn{
    background: url('../img/evaluate_button.png') no-repeat;
    width: 257px;
    height: 68px;
    background-size: 100%;
    text-align: center;
    line-height: 68px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF5E0;
    margin: 20px auto 17px;
}
.evaluate .evaluate_main .evaluate_main_card{
    width: 323px;
    height: 417px;
    background: #FFF5E0;
    border: 3px solid #FFE09E;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 12px;
}
#evaluate_container{
    position: absolute;
    
}
.nickName{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.comment{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
#order_container{
    position: absolute;
    transform: translateY(0);
}
.aboutOur_main{
    margin-top: 23px;
    padding-bottom: 130px;
}
.aboutOur_main img{
    width: 100%;
}
.aboutOur_card{
    border-left: 3px solid #C6000B;
    border-right: 3px solid #C6000B;
    margin: -5px 1px;
    overflow: hidden;
}
.problem_main{
    margin-top: 23px;
}
.problem_main img{
    width: 100%;
}
.problem_card{
    border-left: 3px solid #C6000B;
    border-right: 3px solid #C6000B;
    margin: -10px 1px;
    overflow: hidden;
    padding-left: 25px;
}
.question_item{
    margin-top: 20px;
}
.question_item:nth-child(1){
    margin-top: -5px;
}
.problem{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
}
.answer{
    font-size: 14px;
    /* color: #333333; */
    line-height: 22px;
    font-weight: normal;
}
.footer{
    background-color: rgba(181, 7, 7, .7) !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer_navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_navbar_item{
    font-weight: bold;
    font-size: 14px;
    color: #FFE9CF;
    width: 88px;
    border-left: 1px solid #FFE9CF;
    height: 16px;
    line-height: 16px;
}
.footer_navbar_item:nth-child(1){
    border: none;
}
#aboutOur_container{
    text-align: center;
}
.qrcode_box{
    position: fixed;
    top: 50%;
    right: 20px;
}
.qrcode_main{
    width: 245px;
    height: 253px;
    background-image: url('../img/QRcode_bg.png');
    background-size: 100% 100%;
    text-align: center;
    font-family: 'FZDBSJW';
    background-repeat: no-repeat;
}
.qrcode_box img{
    width: 115px;
    height: 114px;
    margin-top: 35px;
}
.qrcode_tip{
    margin-top: 10px;
    line-height: 1.5;
}
.qrcode_btn{
    width: 209px;
    height: 59px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/QRcode_btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'FZDBSJW';
    font-size: 24px;
    color: #FFE393;
    text-shadow: 1px 2px 1px rgba(147,5,10,0.83);
}
a:hover{
    color: inherit;
}
.qrcode_box1{
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-left: -352px;
    margin-top: -176px;
}
.qrcode_main1{
    width: 245px;
    height: 253px;
    background-image: url('../img/QRcode_bg.png');
    background-size: 100% 100%;
    text-align: center;
    font-family: 'FZDBSJW';
    background-repeat: no-repeat;
    margin: 0 auto;

}
.qrcode_box1 img{
    width: 115px;
    height: 114px;
    margin-top: 35px;
}
.qrcode_tip1{
    margin-top: 10px;
    line-height: 1.5;
}
.qrcode_btn1{
    cursor: pointer;
    width: 209px;
    height: 59px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/QRcode_btn.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'FZDBSJW';
    font-size: 24px;
    color: #FFE393;
    text-shadow: 1px 2px 1px rgba(147,5,10,0.83);
}
#mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);  
    width: 100%;  
    height: 100%;  
    filter: alpha(opacity=100);  
    opacity: 1;  
}
.banner img{
    width: 100%;
}

._3u0Ot {
    display: inline-block;
    margin-top: 6px;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    background: url(https://mbdp01.bdstatic.com/static/landing-pc/img/icon_police.7296bdfd.png) 0 0 no-repeat;
}