body,html{
    color: #555;
}
a,a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}

body{
    background-color: #fff;
}
.container{
    max-width: 480px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 100%;
/*     border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; */
    min-height: 100vh;
}
.layout{
    position: relative;
}

/* 顶部 */
.head{
    text-align: center;
    box-shadow: 0 0 5px #ddd;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0 8px #bbb;
    z-index: 99;
    position: relative;
}
.head .layout{
    margin-bottom: 0;
    padding: 15px 10px;
}
.head p{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
}

/* banner */
.banner img{
    display: block;
}



.content{
    padding-bottom: 20px;
}




/* 卡片轮播 */
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#certify .rw-table {
	padding: 0 0 40px;
    overflow: visible;
}
#certify .rw-table .swiper-wrapper .swiper-slide {
	width: 280px;
	background: #fff;
	box-shadow: 0 3px 5px #ddd;
    border-radius: 10px;
    padding: 10px 0 0 20px;
    box-sizing: border-box;
}
#certify .rw-table .swiper-wrapper .swiper-slide>a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, .8);
	z-index: 99;
}
#certify .rw-table .swiper-wrapper .swiper-slide img{
	display:block;
}
#certify .rw-table .swiper-wrapper .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .rw-table .swiper-wrapper .swiper-slide .rw-box{
    display: flex;
    flex-direction: row-reverse;
}
#certify .rw-table .swiper-wrapper .swiper-slide .rw-box .rw-img{
    width: 360px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#certify .rw-table .swiper-wrapper .swiper-slide.swiper-slide-active{
    background:#fff url(../img/mid-bg.jpg) ;
    background-size: 100% 100%;
    color: #fff;
}
#certify .rw-table .swiper-wrapper .swiper-slide.swiper-slide-active b,
#certify .rw-table .swiper-wrapper .swiper-slide.swiper-slide-active span{
    color: #000;
}
#certify .rw-table .swiper-wrapper .swiper-slide.swiper-slide-prev>a,
#certify .rw-table .swiper-wrapper .swiper-slide.swiper-slide-next>a{
	background-color: rgba(255,255,255, .4);
}
#certify .rw-table .swiper-wrapper .swiper-slide.swiper-slide-active>a{
	background-color: rgba(255,255,255, 0);
}
#certify .rw-table .swiper-wrapper .swiper-slide .rw-box .rw-text{
    display: flex;
    flex-direction: column;
}
#certify .rw-table .swiper-wrapper .swiper-slide .rw-box .rw-text b{
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #999;
    display: inline-block;
    padding-right: 30px;
}
#certify .rw-table .swiper-wrapper .swiper-slide .rw-box .rw-text span{
    font-size: 14px;
    display: block;
    margin: 15px 0 25px;
    color: #666;
    line-height: 24px;
}
/* 卡片轮播 分页 */
#certify .rw-table .swiper-pagination {
	width: 100%;
	bottom: 0;
}
#certify .rw-table .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #f1f1f1;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .rw-table .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #F9BB3A;
	background-color: #fff;
}
#certify .rw-table .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .rw-table .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .rw-table .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#certify .rw-table .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .rw-table .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}




/* 主版块 默认样式 */
.section{
    padding: 15px 0;
}

/* 大标题 */
.section .sec-big{
    text-align: center;
    position: relative;
    display: table;
    margin: 10px auto 20px;
}
.section .sec-big p{
    font-size: 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 3;
    font-weight: bold;
    position: relative;
    color: #333;
    padding: 0 5px;
    letter-spacing: 2px;
}
.section .sec-big p em{
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, 0);
    width: 5px;
    height: 5px;
    background-color: rgba(237,123,5, .5);
    z-index: -1;
    border-radius: 100%;
}
.section .sec-big p i{
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(-50%, 0);
    width: 10px;
    height: 2px;
    background-color: rgba(237,123,5, .5);
    z-index: -1;
}
.section .sec-big p i::before{
    content: '';
    position: absolute;
    top: -4px;
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: rgba(237,123,5, .5);
    z-index: -1;
}
.section .sec-big p::after{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(237,123,5, .1);
    z-index: -1;
    border-radius: 5px;
}
.section .sec-big p b{
    color: rgba(237,123,5, 1);
}

.section .section-table{
    padding: 0 15px;
}
.section .section-table .section-item{
    width: 100%;
}
.section .section-table .section-item .section-kcbox{
    position: relative;
    min-height: 140px;
    padding-left: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 5px #ddd;
}
.section .section-table .section-item .section-kcbox a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section .section-table .section-item .section-kcbox .section-kcimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 15px;
    background-color: #ddd;
}
.section .section-table .section-item .section-kcbox .section-kcimg img{
    width: 100%;
    min-height: 100%;
    height: auto;
}
.section .section-table .section-item .section-kcbox .section-left{
    display: flex;
}
.section .section-table .section-item .section-kcbox .section-right{
    padding: 0 10px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section .section-table .section-item .section-kcbox .section-right .section-text{
    display: flex;
    flex-direction: column;
}
.section .section-table .section-item .section-kcbox .section-kcname{
    line-height: 30px;
    max-height: 70px;
    overflow: hidden;
    padding: 5px 0;
}
.section .section-table .section-item .section-kcbox .section-kcname p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.section .section-table .section-item .section-kcbox .section-kcdesc{
    max-height: 100px;
    line-height: 24px;
    overflow: hidden;
}
.section .section-table .section-item .section-kcbox .section-kcdesc span{
    color: #999;
    font-size: 14px;
}



/* 课程/资源价格 */
.section .section-table .section-item .section-kcbox .section-kcprice{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: flex;
}
.section .section-table .section-item .section-kcbox .section-kcprice i{
    font-style: normal;
}
.section .section-table .section-item .section-kcbox .section-kcprice i.current{
    font-weight: bold;
    color: #ff5024;
    margin-right: 10px;
}
.section .section-table .section-item .section-kcbox .section-kcprice i.original{
    color: #b2b2b2;
    text-decoration: line-through;
}



/* 横屏单栏 */
.section .section-table.one{
    display: flex;
}
.section .section-table.one .section-item .section-kcbox{
    display: flex;
    padding-left: 0;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
}
.section .section-table.one .section-item .section-kcbox .section-left .section-kcimg{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: transparent;
}
.section .section-table.one .section-item .section-kcbox .section-left .section-kcimg img{
    display: block;
    border-radius: 10px;
}
.section .section-table.one .section-item .section-kcbox .section-right{
    height: auto;
    padding: 0;
}
.section .section-table.one .section-item .section-kcbox .section-right .section-kcname{
    padding: 15px;
}
.section .section-table.one .section-item .section-kcbox .section-right .section-kcdesc{
    display: none;
    line-height: 30px;
}



/* 横屏单栏 视频 */
.section .section-table.one.video .section-item .section-kcbox .section-kcimg{
    width: 100%;
}
.section .section-table.one.video .section-item .section-kcbox .section-kcimg .jmn-video-container{
    width: 100%;
    height: 100 !important;
}
/* 视频video样式 */
#video {
	margin: 0 auto;
	position: relative;
    background-color: #fff;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#video .VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 10;
}	




/* 横屏双栏 */
.section .section-table.two{
    display: flex;
    flex-wrap: wrap;
}
.section .section-table.two .section-item{
    flex-basis: 50%;
}
.section .section-table.two .section-item .section-kcbox{
    margin: 7.5px;
    padding-left: 0;
    height: auto;
}
.section .section-table.two .section-item .section-kcbox .section-left .section-kcimg{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: transparent;
}



/* 横屏双栏 封面图标*/
.section .section-table.two.textico .section-item .section-kcbox{
    min-height: 0;
}
.section .section-table.two.textico .section-item .section-kcbox .section-left .section-kcimg{
    position: relative;
}
.section .section-table.two.textico .section-item .section-kcbox .section-left .section-kcimg::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,.5), rgba(255,255,255,0));
}
.section .section-table.two.textico .section-item .section-kcbox .section-left .section-kcimg i{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 50px;
}
.section .section-table.two.textico .section-item:nth-child(1) .section-kcbox .section-left .section-kcimg i{
    color: #A9C1FD;
}
.section .section-table.two.textico .section-item:nth-child(2) .section-kcbox .section-left .section-kcimg i{
    color: #FBC3A9;
}
.section .section-table.two.textico .section-item:nth-child(3) .section-kcbox .section-left .section-kcimg i{
    color: #A3DDFB;
}
.section .section-table.two.textico .section-item:nth-child(4) .section-kcbox .section-left .section-kcimg i{
    color: #B0D7FC;
}
.section .section-table.two .section-item .section-kcbox .section-left .section-kcimg{
    width: 100%;
    height: 120px;
}
.section .section-table.two.textico .section-item:nth-child(1) .section-kcbox .section-left .section-kcimg{
    background: linear-gradient(45deg, #F1F5FF, #ECF1FF);
}
.section .section-table.two.textico .section-item:nth-child(2) .section-kcbox .section-left .section-kcimg{
    background: linear-gradient(45deg, #FFF4F0, #FFF2EC); 
}
.section .section-table.two.textico .section-item:nth-child(3) .section-kcbox .section-left .section-kcimg{
    background: linear-gradient(45deg, #EBF9FF, #E6F7FF);  
}
.section .section-table.two.textico .section-item:nth-child(4) .section-kcbox .section-left .section-kcimg{
    background: linear-gradient(45deg, #F3F9FF, #ECF5FE);
}
.section .section-table.two.textico .section-item .section-kcbox .section-right{
    position: absolute;
    top: 30px;
    left: 0;
}
.section .section-table.two.textico .section-item .section-kcbox .section-kcname{
    line-height: 24px;
    padding: 0;
    max-height: 48px;
}
.section .section-table.two.textico .section-item:nth-child(1) .section-kcbox .section-kcname p{
    color: #4d629b;
}
.section .section-table.two.textico .section-item:nth-child(2) .section-kcbox .section-kcname p{
    color: #a26850;
}
.section .section-table.two.textico .section-item:nth-child(3) .section-kcbox .section-kcname p{
    color: #4c7d8d;
}
.section .section-table.two.textico .section-item:nth-child(4) .section-kcbox .section-kcname p{
    color: #3e5f83;
}
.section .section-table.two.textico .section-item .section-kcbox .section-kcname p b{
    display: block;
}
.section .section-table.two.textico .section-item .section-kcbox .section-kcname p span{
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: normal;
}




/* 推荐书单 */
.section .section-table.one.tright .section-item .section-kcbox .section-kcname{
    text-align: center;
}



/* 资源更新中提示 */
.follow{
    text-align: center;
    padding: 40px 0 60px;
    color: #ccc;
	min-height: 110px;
}
.follow i{
    font-size: 50px;
    color: #ddd;
}
.follow p{
    line-height: 60px;
}

/* 底部 */
.bottom{
    padding: 20px;
    text-align: center;
}
.bottom p{
    font-size: 12px;
    color: #ccc;
}


/* 480 */
@media screen and (max-width: 479px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 16px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
}

/* 424 */
@media screen and (max-width: 424px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 14px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 260px;
    }
}
 
/* 414 */
@media screen and (max-width: 414px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 14px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 260px;
    }
}
/* 400 */
@media screen and (max-width: 400px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 14px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 260px;
    }
}
/* 384 */
@media screen and (max-width: 384px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 16px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 260px;
    }
    .section .section-table.two .section-item{
        flex-basis: 100%;
    }
}

/* 375 iphone 678 */
@media screen and (max-width: 375px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 16px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 240px;
    }
    .rw-table .rw-box .rw-text span{
        height: 96px;
    }
    .section .section-table.two .section-item{
        flex-basis: 100%;
    }
}
 
/* 360 */

@media screen and (max-width: 360px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 16px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 60px;
        line-height: 20px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 240px;
    }
    .rw-table .rw-box .rw-text span{
        height: 96px;
    }
    .section .section-table.two .section-item{
        flex-basis: 100%;
    }
}
 
/* 320 */
@media screen and (max-width: 320px) {
    .head p{
        font-size: 16px;
    }
    .head .layout{
        padding: 15px 5px;
    }
    .section .section-table .section-item .section-kcbox{
        margin:10px 0;
        padding-left: 120px;
        height: 120px;
        min-height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcimg{
        width: 120px;
        height: 120px;
    }
    .section .section-table .section-item .section-kcbox .section-kcname{
        padding: 8px 0;
        line-height: 24px;
    }
    .section .section-table .section-item .section-kcbox .section-right{
        padding-left: 10px;
        height: 100px;
    }
    .section .section-table.one .section-item .section-kcbox .section-right{
        padding-left: 0;
    }
    .section .section-table .section-item .section-kcbox .section-kcname p{
        font-size: 16px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc{
        max-height: 66px;
        line-height: 22px;
    }
    .section .section-table .section-item .section-kcbox .section-kcdesc span{
        font-size: 12px;
    }
    .section .section-table .section-item .section-kcbox .section-kcprice i.current{
        font-size: 14px;
    }
    #certify .rw-table .swiper-wrapper .swiper-slide{
        width: 240px;
    }
    .rw-table .rw-box .rw-text span{
        height: 96px;
    }
    .section .section-table.two .section-item{
        flex-basis: 100%;
    }
}
 