.w1400{
    width: 1400px !important;
}
.proLeft .item .tits:hover{
    cursor: pointer;
    color:#77ba00;
}
.proLeft .item .tits.on{
    color:#77ba00;
}
.product_box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color:rgba(0,0,0,0.5);
}
.product_box .box .close{
    width: 35px;
    height: 35px;
    position: absolute; 
    z-index: 11;
     top: 10px;
    right:10px;
    cursor: pointer;
}
.product_box .box .close img{
    width: 100%;
    height: 100%;
}
.product_box .box{
    width: 500px;
    position: relative;
    z-index: 10;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.product_box .boxvideo{
    width: fit-content;
    position: relative;
    z-index: 10;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.product_box .boxvideo .close{
    width: 35px;
    height: 35px;
    position: absolute; 
    z-index: 11;
     top: -10px;
    right: 0px;
    cursor: pointer;
}
.product_box .boxvideo .close img{
    width: 100%;
    height: 100%;
}


/**/
.listBox .list ul{
    display: none;
}
.listBox .list ul:first-child{
    display: block;
}

/**/

 .noList{
   padding: 8.33333vw 0;

}
 .noList img{
    width: 240px;
    display: block;
    margin: 0 auto;
}
 .noList p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    color: #B4B6BA;
}
.vsTk .vsBox{
    min-width: 40%;
}
.vsTk .vsBox .boxNew .tits .t{
     font-size: 22px;
     line-height: 26px;
}
.vsTk .vsBox .boxNew .tits .t1 .img{
    height: 110px !important;
    margin-top: 8px;
}
@media (max-width: 1024px){
    .vsTk .vsBox .boxNew .tits .t1 .img{
        height: 60px !important;
    }
}
.vsTk .vsBox .boxNew .list ul li .t{
    height: auto !important;
    padding: 15px 0;
    background-color:#fff !important;
    color: #000 !important;
     font-size: 14px !important;
    color: #000 !important;
    border-bottom: 1px solid #eee;
}
.vsTk .vsBox .boxNew .list ul li .t1{
    height: auto !important;
      font-size: 14px !important;
    color: #666 !important;
    border-left: none;
    padding: 10px 4px;
    line-height: 25px !important;
    justify-content: center;
}
.vsTk .vsBox .boxNew .tits .t1 .tt img{
   cursor: pointer;
}
.vsTk .vsBox .boxNew .list ul li:hover .t{
        background-color: #f4f4f4 !important;
}
.vsTk .vsBox .boxNew .list ul li:hover{
        background-color: #f4f4f4;
}
.box2vs{
    width: 100%;
    margin-top: 20px;
}
.box2vs .tits {
    border-radius: 0.26042vw;
    background-color: #ebebeb;
    width: 100%;
    font-size: 1.45833vw;
    line-height: 4.16667vw;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    overflow: hidden;
}
 .box2vs .tits .t {
    width:30%;
    height: 4.16667vw;
    color: #fff;
    background-image: url(../img/titleBg.png);
    background-size: 100% 100%;
    padding-left: 1.8125vw;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
.box2vs .tits .t1 {
    width:14%;
    text-align: center;
}
.box2vs .table table {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-top: none;
    line-height: 3.33333vw;
    color: #000;
}
.box2vs .table table tr {
    border-bottom: 1px solid #d2d2d2;
}
.box2vs .table table tr:hover{
    background-color: #f4f4f4;
}
.box2vs .table table tr td:nth-child(1) {
    padding-left: 1.60417vw;
    text-align: left;
    border-right: none;
    width: 30%;
    font-size: 1.04167vw;
    color: #000;
}
.box2vs .table table tr td {
      border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
    width: 14%;
    font-size: 0.9375vw;
    color: #666;
}

.vsTk .vsBox .boxNewst {
     border: none !important;
}
.vsBoxs{
    min-width: 450px !important;
}
.vsBoxs .boxNew .tit {
        margin-bottom: 20px;
    }
    
    .vsBoxs .boxNew .tit .t {
        font-size: 14px;
        line-height: 16px;
    }
.vsBoxs .boxNew .tit .t1 {
    position: relative;
}
.vsBoxs .boxNew .tit .text {
    width: 100%;
    border-radius: 0.52083vw;
    border: 1px solid #9e9e9e;
    box-sizing: border-box;
    padding-left: 1.04167vw;
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
}
.vsBoxs .boxNew .tit .t1 .buts {

    position: absolute;
    right: 0;
    color: #fff;
    background-color: #77ba00;
    border-radius: 0 0.52083vw 0.52083vw 0;
    text-align: center;
    width: 80px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        top: 10px;
}