
.banner{
    margin-top: 86px;
}
.banner img{
    width: 100%;
    display: block;
    min-height: 300px;
    object-fit: cover;
}

/**产品导航*/
.product-nav{
    padding: 60px 30px 40px 30px;
    overflow: hidden;
    position: relative;
}
.product-nav__item{
    text-align: center;
}
.product-nav__item a{
    display: inline-block;
}

.product-nav__icon{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    transition: .3s;
    margin-top:0px;
}
.product-nav__icon img{
    width: 100%;
    height: 100%;
}
.product-nav__icon img.on{
    display: none;
}
.product-nav__name{
    font-size: 14px;
    line-height: 24px;
    margin-top:10px;
    color:#666;
    padding:0 5px;
}
.product-nav .active img{
    display: none;
}
.product-nav .active img.on{
    display: block;
}
.product-nav .active .product-nav__icon{
    width: 92px;
    height: 92px;
    margin-top:-15px;
}
.product-nav .active .product-nav__name{
    font-size: 26px;
    margin-top: 20px;
    color:#387bf9;
}

.product-nav__item a:hover .product-nav__name{
    color:#387bf9;
}


.common-swiper__prev,
.common-swiper__next{
    width: 40px;
    position: absolute;
    height: 100%;
    background-color: #fff;
    top:0;
    z-index: 9;
    padding: 0 10px;
}
.common-swiper__prev span,
.common-swiper__next span{
    width: 40px;
    height: 88px;
    position: absolute;
    top:50%;
    left:10px;
    margin-top:-44px;
    line-height: 88px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px rgba(42, 88, 229, 0.14);
    border-radius: 10px;
}
.common-swiper__prev i,
.common-swiper__next i{
    font-size: 24px;
    color:#1B90FB;
}
.common-swiper__prev{
    left:0;
}
.common-swiper__next{
    right: 0;
}


/*版本列表*/
.version-list{
    padding:60px 40px 0 40px;
    overflow: hidden;
    height: 620px;
    position: relative;
}
.version-item{
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(2, 68, 177, 0.1);
    background-color: #fff;
    overflow: hidden;
    transition: .4s;
    top:0px;
    margin: 0 20px;
    position: relative;
}

.version-item__head{
    height: 100px;
    text-align: center;
    color:#fff;
    padding: 18px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: .4s;
    background-position: 50% 50%;
}
.version-item__head.v0{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg0.png);
}
.version-item__head.v1{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg1.png);
}
.version-item__head.v2{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg2.png);
}
.version-item__head.v3{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg3.png);
}
.version-item__head.v4{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg4.png);
}
.version-item__head.v5{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg5.png);
}
.version-item__head.v6{
    background-image: url(/Template/skin1/static2020/product_quotation/images/bg6.png);
}
.version-item__title{
    font-size: 20px;
    transition: .4s;
}
.version-item__headtit{
    text-align: center;
    margin-top: 70px;
    font-size: 16px;
}
.version-item__desc{
    margin-top: 10px;
}
.version-item__price{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
    padding:30px 0;
}
.version-item__price strong{
    font-size: 36px;
    color:#387bf9;
    margin-right: 15px;
}
.version-item__price strong i{
    font-size: 20px;
    font-style: normal;
}
.version-item__info{
    text-align: center;
    padding:10px 20px 20px;
    font-size: 16px;
    margin: 0 20px;
    color:#aaa;
    line-height: 26px;
    border-top: 1px solid #eee;
    height: 164px;
    transition: .5s;
}
.version-item__info h4{
    font-weight: normal;
    color:#333;
    font-size: 20px;
    padding: 15px 0;
}
.version-item__btn{
    opacity: 0;
    bottom: -56px;
    transition: .4s;
    position: relative;
    padding: 20px;
    text-align: center;
    transform: scale(0);
    
}
.version-item__btn .ks-button{
    width: 100%;
    background: linear-gradient(90deg, #3A5DE6 0%, #548CF5 100%);
    height: 56px;
    padding: 0px;
    border-radius: 6px;
    line-height: 56px;
    color:#fff;
    font-size: 20px;
    font-weight: normal;
}

.version-list .swiper-slide-active .version-item{
    
    top:-50px;
    margin: 0px;
}
.version-list .swiper-slide-active .version-item__head{
    height: 140px;
    padding-top:25px;
}
.version-list .swiper-slide-active .version-item__title{
    font-size: 36px;
}
.version-list .swiper-slide-active .version-item__info{
    height: 204px;
}
.version-list .swiper-slide-active .version-item__btn{
    opacity: 1;
    bottom: 0;
    transform: scale(1);
}

.version-list--v1 .exam-version,
.version-list--v2 .exam-version,
.version-list--v3 .exam-version,
.version-list--v4 .exam-version,
.version-list--v0 .swiper-slide,
.version-list--v1 .swiper-slide,
.version-list--v2 .swiper-slide,
.version-list--v3 .swiper-slide,
.version-list--v4 .swiper-slide,
.version-list--v5 .swiper-slide,
.version-list--v6 .swiper-slide{
    display: none;
}
.version-list--v0 .v0-show{
    display: block;
}
.version-list--v1 .v1-show{
    display: block;
}
.version-list--v2 .v2-show{
    display: block;
}
.version-list--v3 .v3-show{
    display: block;
}
.version-list--v4 .v4-show{
    display: block;
}
.version-list--v5 .v5-show{
    display: block;
}
.version-list--v6 .v6-show{
    display: block;
}

.exam-version{
    width: 25%;
    float: left;
}

.exam-version-list{
    margin-left: -20px;
    padding: 0px;
    overflow: inherit;
    margin-top: 40px;
    height: inherit;
}
.exam-version .version-item{
    margin:0 0 0 20px;
}

.exam-version  .version-item__info{
    height: auto;
    border-top: 0px;
}
.exam-version  .version-item__btn{
    bottom: 0px;
    opacity: 1;
    transform: none;
}
.exam-version .version-item__price {
    font-size: 18px;
    color:#387bf9;
}
.exam-version .version-item__price strong{
    margin-right: 0px;
}
.exam-version .version-item__btn .ks-button{
   width: 90%;
}
.exam-version .version-item__title{
    font-size: 24px;
}
.exam-version .version-item__head{
    height: 125px;
}

.floor{
    padding: 40px 0;
}
.product-title,
.product-title-desc{
    text-align: center;
    line-height: 1.8;
}
.product-title{
    font-size: 26px;
    font-weight: bold;
    
}
.product-title-desc{
    font-size: 16px;
    color:#aaa;
    margin-top:10px;
}

.package{
    padding: 30px;
    border: 2px solid #daeaf7;
    border-radius: 8px;
    margin-top:30px;
}
.package-info__tit{
    font-size: 24px;
    line-height: 64px;
    font-weight: bold;
}
.package-info__icon{
    width: 64px;
    height: 64px;
    float:left;
    margin-right: 15px;
}
.package-info__icon img{
    width: 100%;
}
.package-info__desc{
    font-size: 16px;
    color:#aaa;
    padding: 15px 0;
}
.package-result{
    font-size: 14px;
    line-height: 24px;
    color:#aaa;
    border-top:1px solid #eceef1;
    padding-top:30px;
    margin-top:40px;
}

.package-contrast li{
    margin-top:40px;
    padding-left: 180px;
    position: relative;
    line-height: 34px;
}
.package-contrast li .label{
    width: 160px;
    position: absolute;
    left:0;
    top:0;
    font-size: 20px;
    text-align: right;
}
.package-contrast li .bar{
    height: 34px;
    background-color: #ebf1fa;
    border-radius: 20px;
    
    
}
.package-contrast li span{
    border-radius: 20px;
    text-align: right;
    padding:0 30px;
    box-sizing: border-box;
    color:#fff;
    display: inline-block;
}
.package-contrast li span strong{
    font-size: 18px;
}

.version-tabs{
    padding: 10px 0;
}
.version-tabs::after{
    content: '';
    display: block;
    clear: both;
}
.version-tabs ul{
    margin-left: -8px;
}
.version-tabs li{
    width: 25%;
    float: left;
    
}
.version-tabs li span{
    display: block;
    border: 1px solid #82acfa;
    margin-left: 8px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #5d94fc;
    border-radius: 4px;
}
.wx-version-tabs ul{
    margin-top:-10px;
}
.wx-version-tabs li{
    width: 33.3%;
    margin-top:10px;
}
.version-tabs li.active span{
    border-color:#387bf9;
    background-color: #387bf9;
    color:#fff;
}
/**功效表格*/
.fun-table{
    position: relative;
    border: 1px solid #387bf9;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 160px;
    margin-top:40px;
    
}

.fun-table-body{
    min-height: 190px;
    line-height: 190px;
}
.fun-table-title{
    width: 160px;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background-color: #387bf9;
}

.fun-table-title span{
    position: absolute;
    color:#fff;
    left:50%;
    width: 34px;
    margin-left: -17px;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.fun-table li{
    padding: 25px 0;
    line-height: 30px;
    min-height: 30px;
}
.fun-table li::after{
    content: '';
    display: block;
    clear: both;
}
.fun-table li span{
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    padding-left: 70px;
}
.fun-table li span.label{
    width: 20%;
}
.fun-table li span.desc{
    width: 75%;
}
.fun-table li:nth-child(2n+1){
    background-color: #f4faff;
}
.fun-table li .desc{
    color:#aaa;
}

.fun-table-cont{
    padding: 36px;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
}
.fun-table-cont p{
    padding: 10px 0;
    color:#666;
}

/*表格*/



.product-table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 6px;
}
.product-table thead tr td{
    background-color: #387bf9;
    height: 32px;
    line-height: 32px;
    color:#fff !important;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/* .product-table tr.trbg td{
    background: #FBFBFB;
} */
.product-table td{
    padding: 15px;
    border:1px solid #eee;
    text-align: center;
    color:#666;
}
.red-notice{
    color: red;
    margin-right: 5px;
}
.product-table tr td.td_title{
    width: 150px;
}
.product-table tr td:first-child{
    text-align: left;
    color:#333;
}
.product-table tr td.table-title{
    background-color: #FBFBFB;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.product-table .packup{
    display: none;
}


.expand{padding-top: 40px;}
.expand span{
	font-size: 14px;
	letter-spacing: 0px;
	color: #666;
}
.expand img{ margin-top: 7px;transition: transform .3s linear; }
.rotate{ transform: rotate(180deg); }

.product-table-wrap{
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 40px;
}
.product-table2{
    width: 100%;
    border-radius: 10px;
    border-collapse: collapse;
    
}
.product-table2 tr:nth-of-type(odd) td{
    background-color: #fafafa;
}
.product-table2 td{
    padding:25px 20px;
    border-left: 1px solid #eee;
}
.product-table2 td:first-child{
    border-left: 0px;
    font-size: 18px;
}
.product-table2 td:nth-child(2){
    color:#999;
}
.product-table2 td:nth-child(3){
    color:#F66F72;
    text-align: center;
    font-size: 18px;
}

.product-table--v0 td,
.product-table--v1 td,
.product-table--v2 td,
.product-table--v3 td,
.product-table--v4 td,
.product-table--v5 td,
.product-table--v6 td{
    display: none;
}

/* .product-table--v0 .v0-show,
.product-table--v0 tbody td:first-child{
    display: table-cell;
}
.product-table--v1 .v1-show,
.product-table--v1 tbody td:first-child{
    display: table-cell;
}


.product-table--v2 .v2-show,
.product-table--v2 tbody td:first-child{
    display: table-cell;
}


.product-table--v3 .v3-show,
.product-table--v3 tbody td:first-child{
    display: table-cell;
}


.product-table--v4 .v4-show,
.product-table--v4 tbody td:first-child{
    display: table-cell;
}


.product-table--v5 .v5-show,
.product-table--v5 tbody td:first-child{
    display: table-cell;
}

.product-table--v6 .v6-show,
.product-table--v6 tbody td:first-child{
    display: table-cell;
} */
.product-table--v0 .v0-show,
.product-table--v0 tbody td.td_title{
    display: table-cell;
}
.product-table--v1 .v1-show,
.product-table--v1 tbody td.td_title{
    display: table-cell;
}


.product-table--v2 .v2-show,
.product-table--v2 tbody td.td_title{
    display: table-cell;
}


.product-table--v3 .v3-show,
.product-table--v3 tbody td.td_title{
    display: table-cell;
}


.product-table--v4 .v4-show,
.product-table--v4 tbody td.td_title{
    display: table-cell;
}


.product-table--v5 .v5-show,
.product-table--v5 tbody td.td_title{
    display: table-cell;
}

.product-table--v6 .v6-show,
.product-table--v6 tbody td.td_title{
    display: table-cell;
}

/*scrm*/

.scrm-content{
    padding: 60px 0 130px 0;
    background: url(https://kesionktj.oss-cn-beijing.aliyuncs.com/Images/school/6365/20210728100408/scrmbg.png) no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.scrm-content__title{
    font-size: 46px;
    font-weight: bold;
    color:#fff;
}

.scrm-content__desc{
    font-size: 16px;
    color:#fff;
    margin-top:10px;
}

.scrm-content__price{
    color:#fff;
    margin-top:60px;
    font-size: 26px;
}
.scrm-content__price span{
    font-size: 16px;
}
.scrm-content__price strong{
    font-size: 46px;
}

.scrm-content__tips{
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    padding: 15px 30px;

    border-radius:10px;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 18px;
    color:#666;
    margin-top:10px;
}

.scrm-content__btn{
    width: 311px;
    height: 67px;
    background: url(/Template/skin1/static2020/product_quotation/images/btnbg.png) no-repeat;
    background-size: 100% 100%;
    color:#fff;
    line-height: 64px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 56px;
    cursor: pointer;
}

.scrm-package{
    background-color: #fff;
    max-width: 1000px;
    box-shadow: 0px 0px 20px 0px rgba(32, 37, 190, 0.1);
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 0 30px 190px;
    right: 0;
    text-align: left;
    box-sizing: border-box;
    margin-top:-80px;
    position: relative;
    margin-bottom: 40px;
}
.scrm-package__title{
    width: 190px;
    position: absolute;
    left:0;
    top:50%;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    font-weight: bold;
    font-size: 20px;
}
.scrm-package__info{
    padding:0 50px;
    border-left: 1px solid #eee;
}
.scrm-package__info p{
    font-size: 16px;
    line-height: 20px;
    color:#666;
}
.scrm-package__info p + p{
    padding-top:20px;
}
.information-btn{
    text-align: center;
    padding: 60px 0;
}

.information-btn .ks-button{
    padding: 0 30px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    background: linear-gradient(90deg, #3A5DE6 0%, #548CF5 100%);
    border-radius: 6px;
}


@media (max-width: 1024px){
    .ks-container{
        padding: 0 30px;
    }
    .banner{
        margin-top: 53px;
    }
    .product-nav__icon{
        width: 54px;
        height: 54px;
    }
    .product-nav .active .product-nav__icon{
        width: 80px;
        height: 80px;
    }
    .product-nav .active .product-nav__name{
        font-size: 22px;
    }
    .product-title{
        font-size: 22px;
    }
    .product-title-desc{
        font-size: 12px;
        line-height: 24px;
    }
    .package-contrast li{
        padding-left: 150px;
    }
    .package-contrast li .label{
        font-size: 18px;
        width: 140px;
    }
    .package-info__icon{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .package-info__tit{
        font-size: 16px;
        line-height: 40px;
    }
    .package-info__desc{
        font-size: 12px;
        padding: 10px 0;
    }
    .package-result{
        font-size: 12px;
    }
    .version-item__btn .ks-button{
        height: 52px;
        line-height: 52px;
        font-size: 18px;
    }
    .version-list .swiper-slide-active .version-item__title{
        font-size: 32px;
    }
    .version-item__info h4{
        font-size: 18px;
    }
    .version-item__info{
        font-size: 14px;
    }

    .product-table thead tr td{
        font-size: 14px;
    }

    .exam-version {
        width: 50%;
        margin-bottom: 40px;
        
    }
    .exam-version-list{
        margin-left: -40px;
    }
    .exam-version .version-item{
        margin-left: 40px;
    }
    .fun-table{
        padding-left: 100px;
    }
    .fun-table li{
        padding: 20px 0;
        line-height: 26px;
    }
    .fun-table li span.label{
        width: 35%;
    }
    .fun-table li span.desc{
        width: 65%;
    }
    
    .fun-table-title{
        width: 100px;
    }
    .fun-table-title span{
        font-size: 18px;
    }
    .fun-table li span{
        padding:0 20px;
        font-size: 16px;
    }

    .fun-table-cont{
        padding: 25px;
        font-size: 16px;

    }

    .product-table2 td:first-child,
    .product-table2 td:nth-child(3){
        font-size: 16px;
    }

    .common-swiper__prev span, .common-swiper__next span{
        width: 32px;
        height: 64px;
        margin-top: -32px;
        line-height: 64px;
    }
    .common-swiper__prev span, .common-swiper__next span{
        left:14px;
    }
    .common-swiper__prev i, .common-swiper__next i{
        font-size: 20px;
    }

    .information-btn .ks-button{
        font-size: 18px;
        height: 52px;
        line-height: 52px;
    }

    .scrm-content__title,
    .scrm-content__price strong{
        font-size: 40px;
    }
    .scrm-content__price span,
    .scrm-content__desc{
        font-size: 14px;
    }
    .scrm-content__price{
        font-size: 24px;
    }
    .scrm-content__tips{
        max-width: 70%;
        font-size: 16px;
    }
    .scrm-package{
        padding-left: 160px;
        max-width: 90%;
    }
    .scrm-content__btn{
        font-size: 16px;
        margin-top: 46px;
        width: 280px;
        height: 60px;
        line-height: 58px;
    }
    .scrm-package__info p{
        font-size: 14px;
    }
    
    .scrm-package__title{
        font-size: 18px;
        width: 160px;
    }
}

@media (max-width: 768px){
    .version-list{
        padding:60px 0;
    }
    .version-list__prev,
    .version-list__next{
        display: none;
    }
    .version-item{
        margin: 0px;
    }

    .fun-table-cont{
        padding: 20px;
    }
    .version-list{
        padding: 0px 0 40px 0;
        height: inherit;
        overflow: inherit;
    }
    .version-item__btn{
        bottom: 0;
        transform: scale(1);
        opacity: 1;
    }
    .scrm-package{
        padding:10px 30px 30px;
        margin-bottom: 20px;
    }
    .scrm-content__title, .scrm-content__price strong{
        font-size: 36px;
    }
    .scrm-content__tips{
        font-size:14px;
        max-width: 100%;
        display: inline-block;
        min-width: 70%;
    }
    .scrm-package__title{
        width: inherit;
        position: relative;
        text-align: left;
        height: 44px;
        line-height: 44px;
        top:0;
        margin-top:0px;
        padding-bottom: 5px;
    }
    .scrm-package__info{
        padding: 0px;
        border: 0px;
    }
}

@media (max-width: 480px){
    .floor{
        padding: 20px 0;
    }
    .ks-container{
        padding: 0 15px;
    }
    .product-nav{
        padding-top:40px;
        padding-bottom: 20px;
    }
    .product-nav-container{
        padding: 0 5px;
    }
    .scrm-content{
        padding-top:40px;
    }

    .scrm-content__title, .scrm-content__price strong{
        font-size: 24px;
    }
    .scrm-content__price span, .scrm-content__desc{
        font-size: 12px;
    }
    .scrm-content__price{
        font-size: 16px;
    }
    .scrm-content__tips{
        font-size: 12px;
        padding:10px 25px;
    }
    .scrm-content__btn{
        width: 240px;
        height: 52px;
        font-size: 14px;
        line-height: 50px;
        margin-top:40px;
    }
    .scrm-package{
        padding: 10px 20px 20px;
        margin-top:-90px;
        max-width: 93%;
    }
    .scrm-package__title{
        font-size: 16px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .scrm-content__price{
        margin-top: 40px;
    }
    .scrm-package__info p{
        font-size: 12px;
    }
    .scrm-package__info p + p{
        padding-top:10px;
    }
    .common-swiper__prev, .common-swiper__next{
        width: 30px;
        padding: 0 5px;
    }
    .common-swiper__prev span, .common-swiper__next span{
        width: 20px;
        height: 44px;
        margin-top:-22px;
        border-radius: 6px;
        line-height: 44px;
    }
    .common-swiper__prev span, .common-swiper__next span{
        left:10px;
    }
    .product-nav .active .product-nav__name{
        font-size: 16px;
        margin-top:10px;
    }
    
    .common-swiper__prev i, .common-swiper__next i{
        font-size: 14px;
    }
    .product-nav__name{
        font-size: 12px;
    }
    .product-nav__icon{
        width: 36px;
        height: 36px;
    }
    .product-nav .active .product-nav__icon{
        width: 54px;
        height: 54px;
    }
    .product-title{
        font-size: 18px;
        
    }
    .package{
        padding: 15px;
    }
    .package-contrast li{
        padding-left: 0px;
        line-height: 24px;
        margin-top: 20px;
        font-size: 12px;
    }
    .package-contrast li span{
        height: 24px;
    }
    .package-contrast li span strong{
        font-size: 16px;
    }
    .package-contrast li .label{
        position: relative;
        width: inherit;
        text-align: left;
        font-size: 14px;
    }
    .package-contrast li .bar{
        height: 24px;
        margin-top: 5px;
    }
    .package-result{
        margin-top: 20px;
        padding-top: 15px;
    
    }

    .fun-table{
        border: 0px;
        margin-top:30px;
    }
    
    .fun-table-body{
        min-height: inherit;
        line-height: inherit;
    }
    .fun-table-title{
        width: inherit;
        position: relative;
        height: 44px;
        line-height: 44px;
        background: none;
        padding-left: 15px;
    }
    .fun-table-title::before{
        content: '';
        width: 3px;
        height: 16px;
        background-color: #387bf9;
        left:0;
        top:50%;
        margin-top:-8px;
        position: absolute;
        border-radius: 2px;
    }
    .fun-table-title span {
        font-size: 16px;
        left:0;
        top:0;
        margin-left: 0px;
        transform:inherit;
        width: inherit;
        position: inherit;
        color:#387bf9;
        font-weight: bold;
    }
    .fun-table li span.label{
        width: 100%;
    }
    .fun-table li span.desc{
        display: none;
    }
    .fun-table-body{
        border: 1px solid #9ebffc;
        padding: 10px;
        border-radius: 8px;
        margin-top:5px;
        
    }
    .fun-table-body::after{
        content: '';
        display: block;
        clear: both;
    }
    
    .fun-table-cont{
        padding: 10px;
        font-size: 14px;
    }
    .fun-table-cont p{
        padding: 5px 0;
        line-height: 22px;
    }
    .exam-version{
        width: 100%;
        float: none;
        margin-bottom: 0px;
    }
    .exam-version-list{
        margin-top:30px;
    }
    
    .version-item__info h4{
        font-size: 18px;
    }
    .version-item__btn .ks-button{
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }
    .version-item__info{
        font-size: 14px;
    }
    
    
    .fun-table li{
        background: none !important;
        width: 50%;
        float: left;
        padding: 7px 0 7px 15px;
        box-sizing: border-box;
        position: relative;
    }
    .fun-table li::before{
        content: '';
        width: 4px;
        height: 4px;
        background-color: #387bf9;
        border-radius: 4px;
        position: absolute;
        left:2px;
        top:18px;
    }
    .fun-table li span{
        font-size: 14px;
        width: 100%;
        float: inherit;
        padding:0px;
    }
    .fun-table li .desc{
        display: none;
    }
    .fun-table{
        padding-left: 0px;
    }

    .product-table{
        margin-top: 20px;
    }
    .product-table2 td{
        padding: 20px 15px;
    }
    .product-table2 td:first-child,
    .product-table2 td:nth-child(3){
        font-size: 16px;
    }
    .information-btn{
        display: none;
    }
    .information-btn .ks-button{
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        padding: 0 20px;
        border-radius: 4px;
    }

}



<!--耗时1782845346.5503秒-->