
*{
    margin:0;
    padding:0;
}
ul li{
    list-style: none;
}
body,html{
    color: #333333;
}
a{
    text-decoration: none;
}
i{
    font-style: normal;
}
input,button{
    outline: none;
}
.mak{
    cursor: pointer;
}
@media screen and (min-width: 1200px){
    .box{
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }
    .nav{
        display: none;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        background: #562FFF;
        z-index: 99999;
        overflow: hidden;
        border-radius: 6px;
    }
    .nav ul{
        width: 1200px;
        margin: auto;
        display: flex;
        justify-content: space-around;
        height: 62px;
        line-height: 62px;
        color: #fff;
        font-size: 20px;
        border-radius: 8px;
        box-shadow: #ccc 1px 1px 10px;
        overflow: hidden;
        align-items: center;
    }
    .nav ul li{
        width: 94px;
        height: 46px;
        line-height: 46px;
        font-weight: bold;
        padding-left: 58px;
        cursor: pointer;
        border-radius: 10px;
    }
    .nav ul li:nth-child(1){
        background: #562FFF url(../img/var1.png) no-repeat 20px center;
    }
    .nav ul li:nth-child(2){
        background: #562FFF url(../img/var2.png) no-repeat 20px center;
    }
    .nav ul li:nth-child(3){
        background: #562FFF url(../img/var3.png) no-repeat 20px center;
    }
    .nav ul li:nth-child(4){
        background: #562FFF url(../img/var4.png) no-repeat 20px center;
    }
    .nav ul li:nth-child(5){
        background: #562FFF url(../img/var5.png) no-repeat 20px center;
    }
    .nav ul li:nth-child(6){
        background: #562FFF url(../img/var6.png) no-repeat 20px center;
    }
    .color{
        color: #562FFF;
    }
    .banner{
        height: 328px;
        background: url(../img/ban.png) no-repeat top center;
    }
    .banner div{
        width: 1200px;
        height: 328px;
        position: relative;
        margin: auto;
    }
    .banner div img{
        position: absolute;
    }
    .banner div img:nth-child(1){   
        top: 51%;
        right: 40px;
        width: 314px;
        transform: translate(0,-50%);
    }
    
    .banner div img:nth-child(2){
        top: 62px;
        right: 3px;
        width: 66px;
        animation: img2 5s linear 5s infinite;
        -webkit-animation: img2 5s linear 5s infinite /* Safari 与 Chrome */;
    }
    @keyframes img2{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .banner div img:nth-child(3){
        top: 34px;
        right: 274px;
        width: 66px;
        animation: img3 5s linear 2s infinite;
        -webkit-animation: img3 5s linear 2s infinite;
    }
    @keyframes img3{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .banner div img:nth-child(4){
        top: 198px;
        right: 30px;
        width: 66px;
        animation: img4 5s linear 4s infinite;
        -webkit-animation: img4 5s linear 4s infinite;
    }
    @keyframes img4{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .banner div img:nth-child(5){
        top: 184px;
        right: 310px;
        width: 66px;
        animation: img5 5s linear 3s infinite;
        -webkit-animation: img5 5s linear 3s infinite;
    }
    @keyframes img5{
        0% {
            transform: translateY(0px);
        }
        10% {
            transform: translateY(-15px);
        }
        20% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .box_in{
        width: 1200px;
        margin: auto;
    }
    .aa{
        cursor: pointer;
    }
    .query{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .query_in{
      
        width: 590px;
        height: 466px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 18px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
    .query_in i{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .query_in h1{      
        text-align: center;
        padding-top: 30px;
        color: #000;    
        font-size: 28px;
    }
    .query_in div{
        width: 68%;
        margin: auto;
    }
    .query_in div p span{
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    .query_in div input{
        width: 284px;
        height: 30px;
        border-radius: 6px;
        background: #eeeeee;
        outline: none;
        margin-left: 26px;
        font-size: 14px;   
        border: none; 
        padding-left: 14px;
    }
    .citySelect{
        width: 128px;
        height: 30px;
        border-radius: 6px;
        border: none;
        background: #eeeeee;
        outline: none;
        padding-left: 18px;
        font-size: 14px;
        margin-left: 18px;
    }
    .queryss{
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #e42f28;
        color: #fff;
        border: none;
        margin: auto;
        letter-spacing: 2px;
        margin-top: 24px;
        font-size: 28px !important;
        letter-spacing: 2pt;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        padding-top: 0 !important;

    }
    .query_in p{
        padding-top: 22px;
        font-size: 14px;
    }
    .code1{
        width: 128px !important;
        height: 30px !important;
        display: inline-block;
        padding-left: 20px;
    }
    /* .yanzhengma{
        position: relative;
    } */
    .yanzhengma button{
        width: 126px;
        height: 30px;
        border-radius: 6px;
        background: #ff5650;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px;
        border: 1px solid #ff403a;
    }
    .ml{
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 50px;
    }
    .ml .div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ml .div .span{
        font-size: 16px;
        color: #3731ed;
        font-weight: bold;
    }
    .ml .div .span1{
        font-size: 14px;
        color: #666666;
    }
    .ml .div:hover .span1{
        color: #3731ed;
        cursor: pointer;
    }
    .ml .div .quan{
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url(../img/quan.png) no-repeat center;
        margin: 10px 0 20px; 
        z-index: 6666;
    }
    .ml .div .quan p{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 4px;
        background: #3c15d4;
    }
    .ml .div1{
        width: 100%;
        position: absolute;
        height: 3px;
        top: 50%;
        background: #3731ed;
        margin-top: -6px;
        left: 50%;
        transform: translate(-50%);
    }
    
    .mess{
        padding-top: 80px;
    }   
    .mess h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        position: relative;
    }
    .mess h2 span{    
        text-align: center;
        color: rgb(255, 0, 0);
        font-size: 30px;
        cursor: pointer;
    }
    .mess h2 a{
        position: absolute;
        top: 32px;
        right: 0;
        width: 225px;
        height: 53px;
        line-height: 53px;
        background: #3290fd;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        cursor: pointer;
    }
    .mess p{
        padding-bottom: 14px;
        padding-top: 22px;
    }
    .table{
        width: 100%;
        height: 86px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .table h3{
        width: 60px;
        letter-spacing: 3pt;
        line-height: 30px;
        padding-top: 14px;
        padding-left: 24px;
        padding-right: 16px;
        background: #363ef9;
        font-size: 22px;
        color: #fff;
    }
    .table ul{
        width: 1110px;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 10px;
    }
    .table ul li{
        width: 68px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        
    }
    .table ul li a{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        cursor: pointer;
        color: #333;
    }
    .xizang{
        color: #000 !important;
    }
    .act{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        background: #363ef9;
        color: #fff;
    }
    .aaa li.act a{
        color: #fff;
    }
    #undefined{
        width: 106px;
        height: 30px;
        line-height: 30px;
        background: #3638f4;
        color: #fff;
        border-radius: 30px;
        display: block;
        font-size: 14px;
        margin: auto;
        cursor: pointer;
    }
    .aaa li.ive{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        background: #363ef9;
        color: #fff;
    }
    .aaa li.ive a{
        color: #fff;
    }
    .mess table{
        width: 100%;
        height: 60px;
        overflow: scroll;
        overflow: hidden;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }
    .mess table thead{
        background: #f3f3f3;
        color: #000;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .mess table tr td{
        text-align: center;
    }
    thead tr td:nth-child(1){
        width: 98px;
    }
    thead tr td:nth-child(2){
        width: 179px;
    }
    thead tr td:nth-child(3){
        width: 218px;
    }
    thead tr td:nth-child(4){
        width: 190px;
    }
    thead tr td:nth-child(5){
        width: 200px;
    }
    thead tr td:nth-child(6){
        width: 170px;
    }
    .tab{
        width:100%;
        height: 333px;
        overflow: auto;
        font-size: 14px;
        border-left: 1px solid #e4e4e4;
    }
    .tab tr td{
        height: 34px;
        line-height: 44px;
        font-size: 16px;
        text-align: center;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .tab tr td:nth-child(1){
        width: 100px;
    }
    .tab tr td:nth-child(2){
        width: 180px;   
    }
    .tab tr td:nth-child(3){
        width: 219px;
    }
    .tab tr td:nth-child(4){
        width: 191px;
    }
    .tab tr td:nth-child(5){
        color: #3b7bed;
        width: 202px;
        cursor: pointer;
    }
    .tab tr td:nth-child(6){
        width: 170px;
        cursor: pointer;
    }
    .tab tr td:nth-child(7){
        width: 115px;
        color: #3b7bed;
        cursor: pointer;
        border-right: none;
        
    }
    .tab tr:nth-last-of-type(1){
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .mask_in{
        text-align: center;
        width: 477px;
        height: 330px;
        background-color: #ffffff;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }
    .mask_in h3{
        font-size: 18px;
        color: #333333;
        background: url(../img/icon.png) no-repeat 37px 52px;
        padding-left: 30px;
        padding-top: 50px;
        font-weight: bold;
    }
    .mask_in i{
        width: 38px;
        position: absolute;
        top: 1px;
        right: 7px;
        cursor: pointer;
    }
    .mask_in img{
        width: 34%;
        padding-top: 20px;
    }
    .mask_in p{
        text-align: center;
        font-size: 16px;
        padding-top: 20px;
    }
    .ques{
        padding-top: 80px;
    }
    .ques h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .container {
        margin-top: 30px;
        position: relative;
    }
    .title {
        width: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title li {
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
        padding: 6px 20px;
    }
    .title li.active {
        background: #373bf6;
        color: #fff;
        border-radius: 30px;
        transform: scale(1);
        
    }
    .content{
        padding-bottom: 20px;
        width: 100%;
        border-radius: 18px;
        box-shadow: #ccc 1px 1px 16px;
    }
    .content li {
        display: none;
        margin-top: 20px;
        margin-left: 36px;
        padding-top: 20px;
    }
    .content li h3{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .content li a{
        display: block;
        font-size: 16px;
        line-height: 26px;
        width: 70%;
    }
    .content li a span{
        color: #ff423e;
    }
    .content li button{
        width: 154px;
        height: 42px;
        background: #363ef9;
        color: #fff;
        border-radius: 30px;
        border: none;
        margin-left: 328px;
        margin-top: 20px;
        font-size: 18px;
    }
    .content li:nth-child(3){
        padding-top: 10px;
    }
    .tiaojian{
        position: relative;
    }
    .tiaojian h4{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .tiaojian img{
        width: 240px;
        position: absolute;
        top: 26%;
        right: 50px;
    } 
    .tiaojian table{
        width: 740px;
        height: 200px;
        margin-top: 10px;
        text-align: center;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
    }  
    .tiaojian table tr td{
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .process p{
        display: flex;
        flex-wrap: wrap;
    }
    .process a{
        padding-left: 10px;
        font-weight: bold;
        font-size: 24px !important;
        letter-spacing: 1px;
        display: inline !important;
    }
    .process button{
        margin-left: 850px !important;
        margin-top: 0px !important;
    }
    .process p i{
        width: 146px;
        height: 56px;
        margin-right: 36px;
        margin-top: 30px;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 4px;
        border-radius: 8px;
        font-style: normal;
        border: 1px solid #e5e5e5;
        color: #000;
        position: relative;
    }
    .process p i span{
        display: block;
        font-weight: normal;
        padding-right: 22px;
        padding-left: 18px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 1px;
    }
    .process p i img{
        position: absolute;
        top: 24px;
        right: -27px;
    }
    .process p i:nth-child(6) img{
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%);
    }
    .qa p{
        
        border-bottom: 1px solid #d1d1d1;
        margin-right: 30px;
        margin-left: 10px;
        padding-top: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }
    .qa p:nth-child(1) span{
        display: block;
    }
    .qa p:nth-child(5){
        border-bottom: none !important;
    }
    .qa p i{
        width: 100%;
        font-weight: bold;
        cursor: pointer;
    }
    .qa p i img{
        cursor: pointer;
        position: absolute;
        right: 32px;
        padding-top: 10px;
    }
    .qa p span{
        display: none;
        font-size: 14px;
        padding-top: 10px;
    }
    .jianyi p{
        display: flex;
        font-size: 14px;
        margin-top: 6px;
        padding-left: 10px;
        padding: 2px 12px;
        border-radius: 6px;
        flex-wrap: wrap;
    }
    .jianyi a{
        width: 98% !important;
    }
    .jianyi h4{
        padding-top: 12px;
    }
    .jianyi button{
        margin-left: 512px !important;
    }
    .jianyi p span{
        display: block;
        padding: 6px 10px;
        border: 1px solid #ccc;
        margin-left: 16px;
        font-size: 15px;
        border-radius: 6px;
    }
    .code{
        width: 222px;
        position: absolute;
        top: 28%;
        right: 80px;
    }

    .data{
        padding-top: 80px;
    }
    .data h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .data_in1{
        width: 100%;
        height: 160px;
        box-shadow: #ccc 1px 1px 15px;
        margin-top: 40px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 14px;
    }
    .data_in1 dl{
        display: flex;
        justify-content: space-between;

    }
    .data_in1 dl dd{
        padding-left: 20px;
    }

    .data_in1 dl dd p{
        font-size: 14px;
        padding-top: 10px;
    }
  
    .load{
        width: 100%;
        margin-top: 40px;
    }
    .load p{
        width: 168px;
        height: 46px;
        line-height: 46px;
        margin: auto;
        text-align: center;
        background: #3b1cda;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .serve h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        padding-top: 64px;
    }
    .btns1{
        padding-left: 1100px;
        padding-top: 50px;
    }
    .btns1 span{
        display: inline-block;
        text-align: center;
        width: 36px;
        height: 17px;
        line-height: 17px;
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 20px;
        border-radius: 3px;
        margin-left: 4px;
        cursor: pointer;
        outline: none;
    }
    .swiper{
        padding-top: 80px;
    }  
    .swiper h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
    }
    .box1 {
        width: 1200px; 
        height: 378px; 
        transform-style: perserve-3d; 
        margin-left: 126px; 
        position: relative;
    }
    .box1 img {
        width:360px; 
        height: 265px;
        overflow: hidden;
        position: absolute; 
        top: 60px; 
        transition:all .3s linear;
        border-radius: 10px;
    }
    .box1 img:hover{
        cursor: pointer;
    }
    .box1:hover .btn {
        opacity: 1;
    }
    .front {
        left: 0px;
    }
    .back {
        left: 640px;
    } 
    .act1 {
        left: 320px; 
        z-index: 10;
        transform: scale(1.2) !important;
    }
    .btns .btn {
        width: 60px; 
        height: 60px; 
        display: block; 
        position: absolute;     
        font-size: 50px; 
        font-family: "微软雅黑"; 
        color:rgba(255,255,255,.5); 
        line-height: 55px; 
        text-align: center;     
        cursor: pointer; 
        z-index: 100; 
        opacity: 0; 
        transition:opacity .3s linear;
    } 
    .btns .btn:first-child {
        top: 200px;
    }
    .btns .btn:last-child {
        top: 200px; right: 0px;
    }
    .banji h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 14px;
        background-size: 5px;
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .mianshou {
        max-width: 1200px;
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    
    .mianshou .div {
        width: 30.6%;
        margin: 20px 0;
        padding-bottom: 10px;
        margin-right: 4%;
        box-shadow: rgba(0,0,0,.14) 2px 2px 20px,rgba(0,0,0,.14) -2px -2px 20px;
        position: relative;
        overflow: hidden;
    }
    .mianshou .div:nth-of-type(3){
        margin-right: 0;
    }
    .mianshou .div:nth-of-type(1),.mianshou .div:nth-of-type(2),.mianshou .div:nth-of-type(3),.mianshou .div:nth-of-type(4){
        margin-top: 0;
    }
    .mianshou .div:nth-of-type(9),.mianshou .div:nth-of-type(10),.mianshou .div:nth-of-type(11),.mianshou .div:nth-of-type(12){
        margin-bottom: 0;
    }
    .mianshou .div:nth-of-type(4),.mianshou .div:nth-of-type(8),.mianshou .div:nth-of-type(12){
        margin-right: 0;
    }
    .mianshou .div .img{
        width: 100%;
        max-height: 220px;
        overflow: hidden;
    }
    .mianshou .div .img img {
            width: 100%;
          transition: 1s;
            display: block;
    }
    .mianshou .div:hover>.img img{
        width: 105%;
        transform: translate(-2.5%,-2.5%);
    }
    .mianshou .div .p {
        padding: 5px;
        box-sizing: border-box;
        color: #333;
        font-size: 14px;
    }
    .mianshou .div .p:hover{
        color: #23a4ff;
    }
    .mianshou .div .p1 {
        display: flex;
        justify-content: flex-end;
    }
    .mianshou .div .p2{
        position:absolute;
        top: -0.5rem;
        text-align: left;
        color: #fff;
        width: 1rem;
        height: 1rem;
        transform: rotate(45deg);
        right: -0.5rem;
        font-size: 0.16rem;
        display:flex;
        justify-content: center;
        /* line-height: 0.5rem; */
        align-items: flex-end;
        background: red;
        /* background: url('/images/hot_03.png'); */
        /* background-size: 100% 100%; */
    }
    .mianshou .div .p2 span{
        transform: rotate(-45deg);
        margin-bottom: 0.1rem
    }
    
    .mianshou .div .p1 span {
        font-size: 14px;
        color: #22a3fe;
        border: 1px solid #22a3fe;
        padding: 2px;
        border-radius: 15px;
        margin-right: 10px;
    }
    .mianshou .div .p1 .span1 {
        font-size: 12px;
        color: red;
        border: none;
    }
    .mianshou .div .p1 span:nth-of-type(2):hover{
        background: #23a4ff;
        color: #ebf5ff;
    }



    .score{
        height: 436px;
        display: flex;
        justify-content: space-between;
    }
    .chafen{
        margin-top: 80px;
        margin-right: 20px;
        
    }
    .chafen video{
        display: none;
        width: 630px;
        border-radius: 10px;
    }
   
    .mySwiper {
        width: 100%;
        height: 100%;
    }

    .mySwiper .swiper-slide {
        text-align: center;
        justify-content: center;
    }
    .mySwiper .swiper-button-prev{
        width: 20px !important;
        height: 25px !important;
        left: auto !important;
        right: 52px !important;
        top: 66px !important;
        background-image: none !important;
    }
    .mySwiper .swiper-button-next{
        width: 20px !important;
        height: 25px !important;
        left: auto !important;
        right: 20px !important;
        top: 66px !important;
        background-image: none !important;
    }
    .mySwiper{
        width: 898px;
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }
    .btn{
        text-align: right;
    }
    /* .mySwiper .swiper-wrapper{
        position: absolute;
        width: 1788x;
        display: flex;
        top: 38px;
        left: 5px;
    } */
    .mySwiper .swiper-slide img{
        width: 100%;
    }





    .youshi {
        width: 100%;
        height: 100%;
        margin: 0px auto !important;
        margin-top: 10px !important;
        position: relative !important;
        overflow: hidden !important;
        list-style: none !important;
        z-index: 1 !important;
    }

    .youshi .swiper-slide {
        background: #fff;
        transform-style: perserve-3d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
    }
    .youshi .swiper-slide h3{
        padding-left: 35%;
        padding-top: 30px;
    }
    .youshi .swiper-slide h4{
        font-size: 15px;
        padding-left: 35%;
        padding-top: 6px;
    }
    .youshi .swiper-slide p{
        padding-left: 35%;
        font-size: 13px;
        padding-right: 16px;
        padding-top: 4px;
    }
    .youshi .swiper-wrapper div{
        width: 500px;
        height: 190px;
        
    }
    .youshi .swiper-wrapper div:nth-child(1){
        background: url(../img/sp1.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(2){
        background: url(../img/sp2.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(3){
        background: url(../img/sp3.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(4){
        background: url(../img/sp4.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(5){
        background: url(../img/sp5.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(6){
        background: url(../img/sp6.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(7){
        background: url(../img/sp7.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(8){
        background: url(../img/sp8.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(9){
        background: url(../img/sp9.png) no-repeat center;
        background-size: 100%;
    }
    .youshi .swiper-wrapper div:nth-child(10){
        background: url(../img/sp10.png) no-repeat center;
        background-size: 100%;
    }
    .brand{
        width: 100%;
        height: 295px;
        box-shadow: #ccc 1px 1px 15px;
        border-radius: 12px;
        margin-top: 100px;
    }
    .brand dl{
        display: flex;
        justify-content: space-between;
    }
    .brand dl dt{
        width: 44%;
    }
    .brand dl dt img{
        width: 100%;
    }
    .brand dl dd{
        width: 53%;
    }
    .brand dl dd h3{
        letter-spacing: 2pt;
        padding-top: 66px;
        font-size: 24px;
    }
    .brand dl dd p{
        width: 96%;
        font-size: 16px;
        letter-spacing: 1pt;
        line-height: 22px;
        padding-top: 18px;
    }
    .imgs{
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .imgs img{
        width: 234px;
    }
  
}   
@media screen and (max-width: 736px) {
    .box{
        width: 100%;
        height: 100%;
    }
    .banner{
        position: relative;
    }
    .banner img{
        display: block !important;
        width: 100%;
    }
    .banner div{
        display: none;
    }
    .box_in{
        width: 96%;
        margin: auto;
    }
    .nav{
        display: none !important;
    }
    .query{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .query_in{
      
        width: 260px !important;
        height: 250px !important;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 18px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
    .query_in i{
        position: absolute;
        right: 14px;
        top: 6px;
        width: 10px;
        height: 10px;
    }
    .query_in i img{
        width: 100%;
        height: 100%;
    }
    .query h1{      
        text-align: center;
        padding-top: 30px;
        padding-bottom: 4px;
        color: #000;
        font-size: 16px;
    }
    .query div{
        width: 212px;
        margin: auto;
    }
    .query div p span{
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }
    .query div input{
        width: 132px;
        height: 24px;
        border-radius: 6px;
        background: #eeeeee;
        outline: none;
        margin-left: 2px;
        font-size: 14px;
        border: none;
        padding-left: 14px;
    }
    .citySelect{
        width: 80px;
        height: 24px;
        border-radius: 6px;
        border: none;
        background: #eeeeee;
        outline: none;
        padding-left: 10px;
        font-size: 12px;
    }
    .queryss{
        display: block;
        width: 104px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #e42f28;
        color: #fff;
        border: none;
        margin: auto;
        letter-spacing: 2px;
        margin-top: 14px;
        font-size: 14px !important;
        letter-spacing: 2pt;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        padding-top: 0 !important;

    }
    .query p{
        padding-top: 10px;
        font-size: 14px;
    }
    .code1{
        width: 54px !important;
        height: 24px !important;
        display: inline-block;
        padding-left: 12px !important;
    }
    .yanzhengma button{
        width: 78px;
        height: 24px;
        border-radius: 6px;
        background: #ff5650;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer;
        font-size: 12px;
        border: 1px solid #ff403a;
    }
    .ml{
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 20px;
    }
    .ml .div{
        width: 17%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ml .div .span{
        font-size: 12px;
        color: #3731ed;
        font-weight: bold;
    }
    .ml .div .span1{
        font-size: 12px;
        color: #666666;
    }
    .ml .div:hover .span1{
        color: #3731ed;
        cursor: pointer;
    }
    .ml .div .quan{
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: url(../img/quan.png) no-repeat center;
        margin: 10px 0 14px;
        z-index: 6666;
    }
    .ml .div .quan p{
        width: 6px;
        height: 6px;
        border-radius: 45%;
        margin: 4px;
        background: #3c15d4;
    }
    .ml .div1{
        width: 100%;
        position: absolute;
        height: 3px;
        top: 37%;
        background: #3731ed;
        left: 50%;
        transform: translate(-50%);
    }
   
    .mess{
        margin-top: 30px;
    }
    .mess h2{
        color: #000000;
        font-size: 34px;
        background-size: 4px;
        font-size: 18px;
        text-align: center;
    }
    .mess h2 span{
        color: rgb(255, 0, 0);
        font-size: 16px;
    }
    .mess h2 a{
        display: none;
    }
    .mess p{    
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 6px;
    }
    .table{
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .table h3{
        width: 60px;
        letter-spacing: 4pt;
        padding-top: 14px;
        padding-left: 8px;
        padding-right: 8px;
        background: #363ef9;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        font-size: 22px;
        color: #fff;
    }
    .table ul{
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
    }
    .table ul li{
        width: 50px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .table ul li a{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        cursor: pointer;
        color: rgb(255, 0, 0);
    }
    .xizang{
        color: #000 !important;
    }
    .aaa li.ive{
        width: 50px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        background: #363ef9;
        color: #fff;
        font-size: 12px;
    }
    .mess table{
        width: 100%;
        height: 40px;
        overflow: scroll;   
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
        border-collapse: collapse;
    }
    .mess table thead{
        background: #363ef9;
        color: #fff;
        width: 100%;
        height: 60px;
    }
    .mess table tr td{
        text-align: center;
        font-size: 12px;
        border-collapse: collapse;
        border-right: 1px solid #ccc;   
    }
    .tab{
        width:100%;
        height: 200px;
        overflow: auto;
        font-size: 12px;
    }
    .tab tr td{
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-right: 1px solid #a5a5a5;
        border-bottom: 1px solid #a5a5a5;
    }
    .tab tr:nth-last-of-type(1){
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .tab tr td:nth-child(3),.tab tr td:nth-child(4),.tab tr td:nth-child(5),.tab tr td:nth-child(6){
        color: #3b7bed;
        cursor: pointer;
    }

    .tab tr td:nth-child(7){
        color: #ff2626;
        cursor: pointer;
    }
    .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .mask_in{
        text-align: center;
        width: 300px;
        height: 214px;
        background-color: #ffffff;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }
    .mask_in h3{
        font-size: 12px;
        color: #333333;
        background: url(../img/icon.png) no-repeat 12px 38px;
        padding-left: 15px;
        padding-top: 37px;
        font-weight: bold;
        background-size: 17px;
    }
    .mask_in i{
        width: 30px;
        position: absolute;
        top: 4px;
        right: 2px;
        cursor: pointer;
    }
    .mask_in img{
        width: 34%;
        padding-top: 10px;
    }
    .mask_in p{
        text-align: center;
        font-size: 12px;
        padding-top: 2px;
    }
    
    .ques{
        margin-top: 20px;
    }
    .ques h2{
        color: #000000;
        text-align: center;
        font-size: 18px;    
    }
    .container {
        margin-top: 30px;
        position: relative;
    }
    .title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title li {
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
        font-size: 12px;
        padding: 4px 12px;
    }
    .title li.active {
        background: #373bf6;
        color: #fff;
        border-radius: 30px;
        transform: scale(1);
        
    }
    .content{
        padding-bottom: 20px;
        width: 100%;
        border-radius: 18px;
        box-shadow: #ccc 1px 1px 16px;
    }
    .content li {
        display: none;
        margin-top: 20px;
        margin-left: 10px;
        padding-top: 12px
    }
    .content li h3{
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 2px;
    }
    .content li a{
        display: block;
        font-size: 12px;
        line-height: 16px;
    }
    .content li a span{
        color: #ff423e;
    }
    .content li button{
        width: 158px;
        height: 42px;
        background: #363ef9;
        color: #fff;
        border-radius: 30px;
        border: none;
        margin: auto;
        margin-top: 20px;
        display: block;
        font-size: 12px;
    }
    .content li:nth-child(3){
        padding-top: 10px;
    }
    .tiaojian{
        position: relative;
    }
    .tiaojian h4{
        font-size: 14px;
    }
    .tiaojian img{
        display: none;
    } 
    .tiaojian table{
        width: 100%;
        height: 200px;
        margin-top: 10px;
        text-align: center;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
    }  
    .tiaojian table tr td{
        font-size: 12px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .process p{
        display: flex;
        flex-wrap: wrap;
    }
    .process a{
        padding-left: 10px;
        font-weight: bold;
        font-size: 24px !important;
        letter-spacing: 1px;
        display: inline !important;
    }
    .process button{
        display: none !important;
    }
    .process p i{
        width: 27%;
        height: 40px;
        margin-top: 14px;
        padding-left: 6px;
        font-weight: bold;
        padding-top: 4px;
        border-radius: 8px;
        font-style: normal;
        border: 1px solid #e5e5e5;
        color: #000;
        position: relative;
        margin-left: 10px;
        font-size: 14px;
    }
    .process p i span{
        display: block;
        font-weight: normal;
        padding-right: 8px;
        padding-left: 9px;
        font-size: 12px;
        line-height: 6px;
        text-align: center; 
    }
    .process p i img{
        display: none;
    }
    
    .qa p{
        
        border-bottom: 1px solid #d1d1d1;
        margin-right: 30px;
        margin-left: 10px;
        padding-top: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }
    .qa p:nth-child(1) span{
        display: block;
    }
    .qa p:nth-child(5){
        border-bottom: none !important;
    }
    .qa p i{
        width: 100%;
        font-weight: bold;
        font-size: 15px;
    }
    .qa p i img{
        cursor: pointer;
        position: absolute;
        right: 32px;
        padding-top: 10px;
    }
    .qa p span{
        display: none;
        font-size: 13px;
        padding-top: 10px;
    }
    .jianyi p{
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
    }
    .jianyi p span{
        padding: 2px 12px;
        border-radius: 6px;
        margin-top: 8px;
        margin-left: 6px;
        border: 1px solid #ccc;
    }
    .jianyi h4{
        padding-top: 10px;
    }
    .jianyi p a{
        display: inline !important;
        color: #ff2626;
    }
    .jianyi i{
        width: 88%;
        display: block;
    }
    .code{
        width: 222px;
        position: absolute;
        top: 28%;
        right: 80px;
    }
    .data{
        margin-top: 30px;
    }
    .data h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 12px;
        background-size: 4px;
        font-size: 20px;
    }
    .data_in1{
        width: 100%;
        height: auto;
        box-shadow: #ccc 1px 1px 15px;
        margin-top: 28px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 14px;
        padding: 0 0 10px 0;
    }
    .data_in1 dl{
        width: 44%;
        display: flex;
        padding-top: 10px;
    }
    .data_in1 dl dt img{
        width: 46px;
    }
    .data_in1 dl dd{
        padding-left: 6px;
    }
    .data_in1 dl dd h3{
        padding-top: 0px;
        font-size: 14px;
    }
    .data_in1 dl dd p{
        font-size: 12px;
        padding-top: 10px;
    }
    
    .load{
        width: 100%;
        margin-top: 28px;
    }
    .load p{
        width: 130px;
        height: 34px;
        line-height: 34px;
        margin: auto;
        text-align: center;
        background: #3b1cda;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
    }
    .banji h2{
        color: #000000;
        text-align: center;
        background-size: 4px;
        font-size: 20px;
        padding: 30px 0 12px 0;
    }
    .mianshou{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap ;
    }
    .mianshou a{
        width: 48%;
        padding-top: 10px;
    }

    .mianshou .p{
        color: #000;
        font-size: 13px;
    }
    .mianshou .span1{
        font-size: 12px;
        color: red;
    }
    .p1 span:nth-child(2){
        font-size: 12px;
        color: #22a3fe;
        border: 1px solid #22a3fe;
        padding: 2px;
        border-radius: 15px;
        margin-right: 10px;
        height: 20px;
        width: 60px;
        text-align: center;
        margin-left: 34px;
    }
    .img img{
        width: 100%;
    }
    .score{
        height: 100%;
    }
    .chafen{
        margin-top: 38px;
        
    }
    .chafen video{
        display: none;
        width: 100%;
        border-radius: 10px;
    }
   
    .mySwiper {
        width: 100%;
        height: 100%;
    }

    .mySwiper .swiper-slide {
        text-align: center;
        justify-content: center;
    }
    .mySwiper .swiper-button-prev{
        width: 20px !important;
        height: 25px !important;
        left: auto !important;
        right: 52px !important;
        top: 66px !important;
        background-image: none !important;
    }
    .mySwiper .swiper-button-next{
        width: 20px !important;
        height: 25px !important;
        left: auto !important;
        right: 20px !important;
        top: 66px !important;
        background-image: none !important;
    }
    .mySwiper{
        width:100%;
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }
    .btn{
        display: none;
    }
    /* .mySwiper .swiper-wrapper{
        position: absolute;
        width: 1788x;
        display: flex;
        top: 38px;
        left: 5px;
    } */
    .mySwiper .swiper-slide img{
        width: 100%;
    }
    .swiper{
        margin-top: 30px;
    }
    .swiper h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 12px;
        background-size: 4px;
        font-size: 20px;
    }
    .box1 {
        width: 100%; 
        height: 128px; 
        transform-style: perserve-3d;   
        position: relative;
        margin-top: 20px;
    }
    .box1 img {
        width: 135px;
        position: absolute;
        top: 20px;
        transition: all .3s linear;
        border-radius: 10px;
    }
    .box1 img:hover{
        cursor: pointer;
    }
    .box1:hover .btn {
        opacity: 1;
    }
    .front {
        left: 4%;
    }
    .back {
        right: 4%;
    } 
    .act1 {
        left: 32%;
        transform: scale(1.3);
    }
    .btns{
       display: none;
    } 
    .container {
        margin-top: 14px;
        position: relative;
    }
   
    .serve{
        display: none;
    }   
    .serve1{
        width: 100%;
        padding-top: 30px;
    }
    .serve1 img{    
        width: 100%;
        padding-top: 20px;
    }
    .serve1 h2{
        color: #000000;
        text-align: center;
        font-size: 34px;
        padding-left: 12px;
        background-size: 4px;
        font-size: 20px;
    }
    .brand{
        width: 100%;
        height: auto;
        box-shadow: #ccc 1px 1px 15px;
        border-radius: 12px;
        margin-top: 38px;
        padding-bottom: 10px;
    }
    .brand dl{
        display: flex;
        justify-content: space-between;
    }
    .brand dl dt{
        width: 50%;
        padding-top: 26px;
    }
    .brand dl dt img{
        width: 96%;
    }
    .brand dl dd{
        width: 50%;
    }
    .brand dl dd h3{
        letter-spacing: 2pt;
        padding-top: 9px;
        font-size: 14px;
    }
    .brand dl dd p{
        width: 90%;
        font-size: 12px;
        line-height: 14px;
        padding-top: 5px;
    }
    .imgs{
        margin-top: 23px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .imgs img{
        width: 19%;
    }
  
}
@media screen and (min-width: 760px) and (max-width: 1200px){

    .box{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .banner{
        position: relative;
    }
    .banner img{
        display: block !important;
        width: 100%;
    }
    .banner div{
        display: none;
    }
    .box_in{
        width: 90%;
    }
    .nav{
        display: none;
    }
    .ml{
        width: 100%;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 50px;
    }
    .query{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .query_in{
        width: 560px !important;
        height: 396px;
        border-radius: 10px;
        box-shadow: #ccc 1px 1px 18px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
    .query_in i{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .query_in h1{      
        text-align: center;
        padding-top: 30px;
        color: #000;
        font-size: 24px;
        letter-spacing: 2px;
    }
    .query_in div{
        width: 340px;
        margin: auto;
    }
    .query_in div p span{
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }
    .query_in div input{
        width: 220px;
        height: 30px;
        border-radius: 6px;
        background: #eeeeee;
        outline: none;
        margin-left: 26px;
        font-size: 14px;   
        border: none; 
        padding-left: 14px;
    }
    .citySelect{
        width: 128px;
        height: 30px;
        border-radius: 6px;
        border: none;
        background: #eeeeee;
        outline: none;
        padding-left: 18px;
        font-size: 16px;
        margin-left: 18px;
    }
    .queryss{
        display: block;
        width: 188px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #e42f28;
        color: #fff;
        border: none;
        margin: auto;
        letter-spacing: 2px;
        margin-top: 24px;
        font-size: 22px !important;
        letter-spacing: 2pt;
        border-radius: 10px;
        cursor: pointer;
        outline: none;
        padding-top: 0 !important;

    }
    .query p{
        padding-top: 22px;
        font-size: 14px;
    }
    .code1{
        width: 100px !important;
        height: 30px !important;
        display: inline-block;
        padding-left: 20px;
    }
    .yanzhengma button{
        width: 100px;
        height: 30px;
        border-radius: 6px;
        background: #ff5650;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px;
        border: 1px solid #ff403a;
    }
    .ml .div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ml .div .span{
        font-size: 16px;
        color: #3731ed;
        font-weight: bold;
    }
    .ml .div .span1{
        font-size: 14px;
        color: #666666;
    }
    .ml .div:hover .span1{
        color: #3731ed;
        cursor: pointer;
    }
    .ml .div .quan{
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url(../img/quan.png) no-repeat center;
        margin: 10px 0 20px; 
        z-index: 6666;
    }
    .ml .div .quan p{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 4px;
        background: #3c15d4;
    }
    .ml .div1{
        width: 100%;
        position: absolute;
        height: 3px;
        top: 42%;
        background: #3731ed;
        left: 50%;
        transform: translate(-50%);
    }
    
    .mess{
        margin-top: 68px;
    }   
    .mess h2{
        color: #000000;
        text-align: center;
    }
    .mess h2 span{    
        color: rgb(255, 0, 0);
        font-size: 22px;
    }
    .mess h2 a{
        display: none;
    }
    .table{
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: #ccc 1px 1px 10px;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .mess p{
        padding: 10px 0;
    }
    .table h3{
        width: 90px;
        text-align: center;
        letter-spacing: 6px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #363ef9;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        font-size: 22px;
        color: #fff;
    }
    .table ul{
        width: 100%;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        align-items: center;
    }
    .table ul li{
        width: 68px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        
    }
    .table ul li a{
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        cursor: pointer;
        color: rgb(255, 0, 0);
    }
    .xizang{
        color: #000 !important;
    }
    .aaa li.ive a{
        display: inline-block;
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        border-radius: 6px;
        background: #363ef9;
        color: #fff;
    }
    .mess table{
        width: 100%;
        height: 60px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        overflow: hidden
    }
    .mess table thead{
        background: #363ef9;
        color: #fff;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .mess table tr td{
        text-align: center;
    }
    #undefined{
        width: 100px;
        height: 38px;
        background: #363ef9;
        color: #fff;
        padding: 6px 6px;
        border-radius: 30px;
    }
    .tab{
        width:100%;
        height: 300px;
        overflow: auto;
        font-size: 12px;
    }
    .tab tr{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .tab tr td{
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-right: 1px solid #a5a5a5;
        border-bottom: 1px solid #a5a5a5;
    }

    .tab tr:nth-last-of-type(1){
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mask{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .mask_in{
        text-align: center;
        width: 477px;
        height: 330px;
        background-color: #ffffff;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }
    .mask_in h3{
        font-size: 18px;
        color: #333333;
        background: url(../img/icon.png) no-repeat 37px 52px;
        padding-left: 30px;
        padding-top: 50px;
        font-weight: bold;
    }
    .mask_in i{
        width: 38px;
        position: absolute;
        top: 1px;
        right: 7px;
        cursor: pointer;
    }
    .mask_in img{
        width: 34%;
        padding-top: 20px;
    }
    .mask_in p{
        text-align: center;
        font-size: 14px;
        padding-top: 20px;
    }
    .ques{
        margin-top: 50px;
    }
    .ques h2{
        color: #000000;
        text-align: center;
    }
    .container {
        margin-top: 30px;
        position: relative;
    }
    .title {
        width: 68%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title li {
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
        padding: 6px 20px;
    }
    .title li.active {
        background: #373bf6;
        color: #fff;
        border-radius: 30px;
        transform: scale(1);
        
    }
    .content{
        padding-bottom: 20px;
        width: 100%;
        border-radius: 18px;
        box-shadow: #ccc 1px 1px 16px;
    }
    .content li {
        display: none;
        margin-top: 20px;
        margin-left: 36px;
        padding-top: 20px;
    }
    .content li h3{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .content li a{
        display: block;
        font-size: 15px;
        line-height: 26px;
        width: 96%;
    }
    .content li a span{
        color: #ff423e;
    }
    .content li button{
        width: 174px;
        height: 44px;
        background: #363ef9;
        color: #fff;
        border-radius: 30px;
        border: none;
        margin-left: 265px;
        margin-top: 20px;
    }
    .content li:nth-child(3){
        padding-top: 10px;
    }
    .tiaojian{
        position: relative;
    }
    .tiaojian img{
        display: none;
    } 
    .tiaojian table{
        width: 90%;
        height: 200px;
        margin-top: 10px;
        text-align: center;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-collapse: collapse;
    }  
    .tiaojian table tr td{
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .process p{
        display: flex;
        flex-wrap: wrap;
    }
    .process a{
        padding-left: 10px;
        font-weight: bold;
        font-size: 24px !important;
        letter-spacing: 1px;
        display: inline !important;
    }
    .process p i{
        width: 148px;
        height: 56px;
        margin-right: 36px;
        margin-top: 30px;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 4px;
        border-radius: 8px;
        font-style: normal;
        border: 1px solid #e5e5e5;
        color: #000;
        position: relative;
    }
    .process p i span{
        display: block;
        font-weight: normal;
        padding-right: 24px;
        padding-left: 24px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
    .process p i img{
        position: absolute;
        top: 24px;
        right: -27px;
    }
    .process p i:nth-child(6) img{
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%);
    }
    .qa p{
        
        border-bottom: 1px solid #d1d1d1;
        margin-right: 30px;
        margin-left: 10px;
        padding-top: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }
    .qa p:nth-child(1) span{
        display: block;
    }
    .qa p:nth-child(5){
        border-bottom: none !important;
    }
    .qa p i{
        width: 100%;
        font-weight: bold;
    }
    .qa p i img{
        cursor: pointer;
        position: absolute;
        right: 32px;
        padding-top: 10px;
    }
    .qa p span{
        display: none;
        font-size: 14px;
        padding-top: 10px;
    }
    .jianyi p{
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
        margin-top: 6px;
    
    }
    .jianyi p span{
        display: block;
        padding: 4px 10px;
        margin-left: 10px;
        margin-top: 4px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
    .jianyi h4{
        padding-top: 10px;
    }
    .jianyi p a{
        display: inline !important;
        color: #ff2626;
    }
    .jianyi i{
        width: 88%;
        display: block;
    }
    .code{
        width: 222px;
        position: absolute;
        top: 28%;
        right: 80px;
    }

    .data{
        padding-top: 68px;
    }
    .data h2{
        color: #000000;
        text-align: center;
    }
    .data_in1{
        width: 100%;
        height: 160px;
        box-shadow: #ccc 1px 1px 15px;
        margin-top: 40px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 14px;
    }
    .data_in1 dl dt img{
        width: 26%;
        display: block;
        margin: auto;
    }
    .data_in1 dl dd{
        text-align: center;
    }
    .data_in1 dl dd h3{
        padding-top: 6px;
        font-size: 15px;
    }
    .data_in1 dl dd p{
        font-size: 12px;
        padding-top: 6px;
    }
    
    .load{
        width: 100%;
        margin-top: 40px;
    }
    .load p{
        width: 160px;
        height: 38px;
        line-height: 38px;
        margin: auto;
        text-align: center;
        background: #3b1cda;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
    }
    .banji h2{
        color: #000000;
        text-align: center;
        padding: 60px 0 30px 0;
    }
    .mianshou{
        display: flex;
        justify-content: space-between;
    }
    .mianshou a{
        width: 32%;
    }
    .img img{
        width: 100%;
    }
    .p1{
        display: flex;
        justify-content: space-between;
    }
    .p{
        color: #000;
    }
    .span1{
        font-size: 12px;
        color: red;
        width: 140px;
    }
    .p1 span:nth-child(2){
        font-size: 14px;
        color: #22a3fe;
        border: 1px solid #22a3fe;
        padding: 2px;
        border-radius: 15px;
        margin-right: 10px;
        height: 20px;
        width: 60px;
        text-align: center;
    }
    .score{
        display: flex;
        justify-content: space-between;
    }
    .chafen{
        width: 500px;
        margin-top: 60px;
        margin-right: 20px;
    }
    .chafen video{
        display: none;;
        height: 278px;
        border-radius: 10px;
    }
   
    .mySwiper {
        width: 38%;
        height: 100%;
    }

    .mySwiper .swiper-slide {
        text-align: center;
        justify-content: center;
    }
    .mySwiper .swiper-button-prev{
        width: 10px !important;
        height: 15px !important;
        left: auto !important;
        right: 42px !important;
        top: 90px !important;
        background-image: none !important;
    }
    .mySwiper .swiper-button-next{
        width: 10px !important;
        height: 15px !important;
        left: auto !important;
        right: 20px !important;
        top: 90px !important;
        background-image: none !important;
    }
    .mySwiper{
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }
    .btn{
        text-align: right;
    }
    /* .mySwiper .swiper-wrapper{
        position: absolute;
        width: 1788x;
        display: flex;
        top: 38px;
        left: 5px;
    } */
    .mySwiper .swiper-slide img{
        width: 100%;
        height: 240px;
    }
    .swiper{
        padding-top: 96px;
    }  
    .swiper h2{
        color: #000000;
        text-align: center;
    }
    .box1 {
        width: 1200px; 
        height: 300px; 
        transform-style: perserve-3d; 
        position: relative;
        margin-top: 20px;
    }
    .box1 img {
        width:320px; 
        position: absolute; 
        top: 60px; 
        transition:all .3s linear;
        border-radius: 10px;
    }
    .box1 img:hover{
        cursor: pointer;
    }
    .box1:hover .btn {
        opacity: 1;
    }
    .front {
        left: 0px;
    }
    .back {
        left: 32%;
    } 
    .act1 {
        left: 18%;
        transform: scale(1.3); 
        z-index: 10;
    }
    .btns .btn {
        width: 60px; 
        height: 60px; 
        display: block; 
        position: absolute;     
        font-size: 50px; 
        font-family: "微软雅黑"; 
        color:rgba(255,255,255,.5); 
        line-height: 55px; 
        text-align: center;     
        cursor: pointer; 
        z-index: 100; 
        opacity: 0; 
        transition:opacity .3s linear;
    } 
    .btns .btn:first-child {
        top: 200px;
    }
    .btns .btn:last-child {
        top: 200px; right: 0px;
    }
    .container {
        margin-top: 14px;
        position: relative;
    }
   
    .serve{
        display: none;
    } 
    .serve1{
        width: 100%;
        padding-top: 68px;
    }  
    .serve1 h2{
        color: #000000;
        text-align: center;
    }
    .serve1 img{
        width: 100%;
        padding-top: 44px;
    }
    .brand{
        width: 100%;
        box-shadow: #ccc 1px 1px 15px;
        border-radius: 12px;
        margin-top: 60px;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .brand dl{
        display: flex;
        justify-content: space-between;
    }
    .brand dl dt{
        width: 60%;
    }
    .brand dl dt img{
        width: 100%;
    }
    .brand dl dd{
        width: 36%;
    }
    .brand dl dd h3{
        letter-spacing: 2pt;
        padding-top: 24px;
        font-size: 22px;
    }
    .brand dl dd p{
        font-size: 14px;
        letter-spacing: 1pt;
        line-height: 22px;
        padding-top: 10px;
    }
    .imgs{
        width: 100%;
        margin-top: 56px;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }
    .imgs img{
        width: 20%;
    }
}