.whitebg{
    background: #fff;
    min-width: 1200px;
}
.graybg{
    background: #F7F9FC;
}
.common-title{
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common-title_big{
    line-height: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}
.common-title_small{
    line-height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #757575;
    max-width: 610px;
    font-weight: 400;
}
.ks-header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    background: none;
    box-shadow: none;
}
.ks-header:hover,.ks-header_curr{
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.04);
}
.ks-header__nav li a {
    color: #333;
}
.ks-header__nav li.active a,.ks-header__nav li:hover a{
    color: #1C81FA;
}
.page-right .page-right__content a{
    background: #1C81FA;
}
.floor-banner{
    position: relative;
}
.floor-banner-pagination{
    text-align: left;
    position: absolute;
    z-index: 10;
    bottom: 3.75rem !important;
    left: 50% !important;
    width: 1200px !important;
    margin-left: -600px;
}
.floor-banner-pagination .swiper-pagination-bullet{
    width: 25px;
    border-radius: 8px;
}
.floor-banner-pagination .swiper-pagination-bullet-active{
    background: #1C81FA;
    opacity: 1;
    width: 25px;
    height: 8px;
    border-radius: 8px;
    transition: .3s;
}
.floor-banner img{
    width: 100%;
}
.floor-data{
    padding-top: 60px;
    padding-bottom: 20px;
    background: #FAFCFF;
}
.data-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    background: url('newindex/data_list_bg.png') no-repeat center;
    box-shadow: 0px 9px 14px 1px rgba(44,114,197,0.07);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.data-list_item{
    height: 124px;
    border-radius: 5px;
    margin: 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.data-list_item_img{
    position: absolute;
    width: 55px;
    height: 51px;
    left: 17px;
    top: -25px;
}
.data-list_item_num{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.data-list_item__font{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    line-height: 55px;
}
.data-list_item__plus{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    line-height: 35px;
    margin-left: 8px;
}
.data-list_item_text{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    line-height: 21px;
    margin-top:4px;
}
.floor-platform{
    padding-top: 60px;
    background: #FAFCFF;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
}
.floor-platform::after{
    content: '';
    display: block;
    width: 354px;
    height: 437px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('https://oss.kesion.com/KTJUpload/2026/newindex2/platform/bg.png') no-repeat right center;
    background-size: cover;
    z-index: 0;
}
.platform-tab_content{
    border-bottom:none;
}
.platform-tab_content::after{
    display: none;
}
.floor-platform .ks-container{
    position: relative;
    z-index: 1;
}
/* =========新加开始========= */
.platform-box_tab{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.platform-box_tab_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 29px;
    position: relative;
    cursor: pointer;
}
.platform-box_tab_itemcurr::after{
    content: '';
    display: block;
    position: absolute;
    width: 104px;
    height: 3px;
    background: #1C81FA;
    left: 50%;
    bottom: 0;
    margin-left: -52px;
    border-radius: 3px;
}
.platform-box_tab__i{
    display: block;
    width: 68px;
    height: 68px;
}
.platform-box_tab__t{
    margin-top: 26px;
    font-size: 26px;
    color: #757575;
    line-height: 36px;
}
.platform-box_tab_itemcurr .platform-box_tab__t{
    color: #1C81FA;
}
.platform-tab_content{
    padding-bottom: 80px;
}
.platform-box_con{
    background: linear-gradient( 20deg, #FFFFFF 0%, #F8FBFF 48.56%, #EAF5FF 100%);
    border-radius: 21px;
    border: 1px solid rgba(28,129,250,0.2);
}
.platform-box_con_b{
    display: none;
}
.platform-box_con_bcurr{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 35px;
}
.platform-box_con__t{
    font-size: 28px;
    color: #000;
    line-height: 39px;
    margin-bottom: 22px;
}
.platform-box_con__s{
    color: #1C81FA;
}
.platform-box_con__img{
    display: block;
    max-width: 100%;
}
.floor-capacity{
    padding-top: 60px;
    background: #E7F1FE;
    padding-bottom: 70px;
}
.capacity{
    margin-top: 60px;
}
.capacity_tab{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 80px;
}
.capacity_tab_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 48px;
}
.capacity_tab_item{
    padding: 6px 36px;
    font-size: 26px;
    color: #333333;
    line-height: 46px;
    cursor: pointer;
}
.capacity_tab_itemcurr{
    border-radius: 48px;
    background: #333333;
    color: #fff;
}
.capacity_con{
    background: #FFFFFF;
    border: 1px solid rgba(28,129,250,0.2);
}
.capacity_con_item{
    display: none;
}
.capacity_con_itemcurr{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.capacity_con_item_l{
    width: 480px;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient( 47deg, #FFFFFF 0%, #F6FAFF 23.56%);
    flex-shrink: 0;
}
.capacity_con_item_li{
    width: 373px;
    height: 362px;
    display: block;
}
.capacity_con_item_r{
    width: calc(100% - 480px);
    padding:50px 50px 60px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 430px;
    justify-content: space-between;
}
.capacity_con_item_rt h2{
    font-size: 24px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: normal;
}
.capacity_con_item_rt h2 font{
    color:#1C81FA;
}
.capacity_con_item_rtext{
    font-size: 20px;
    color: #757575;
    line-height: 32px;
}
.capacity_con_item_rb{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.capacity_con_item_rb a{
    width: 162px;
    line-height: 54px;
    text-align: center;
    display: block;
    margin-right: 30px;
    border-radius: 10px;
    font-size: 20px;
    box-sizing: border-box;
}
.capacity_con_item_rb a:last-child{
    margin-right: 0;
}
.capacity_con_item_rbb{
    border: 1px solid rgba(28,129,250,0.3);
    color: #1C81FA;
}
.capacity_con_item_rba{
    background: linear-gradient( 79deg, #257AF9 0%, #4B9FFF 31.25%, #818BFF 67.31%, #7CD3FE 100%);
    color: #fff;
}
/* =========新加结束========= */

.floor-service{
    background: #FAFCFF;
    padding: 60px 0 80px;
    overflow: hidden;
}
.service-title{
    text-align: center;
    margin-bottom: 60px;
}
.service-title_big{
    line-height: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}
.service-title_small{
    line-height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
}
.service-list{
    margin-top: 56px;
}

/* =========新加开始========= */
.service-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient( 90deg, #F2F8FF 0%, #E7F1FE 100%);
    border-radius: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.service-item:last-child{
    margin-bottom: 0;
}
.service-item_l{
    padding: 20px;
}
.service-item_li{
    width: 530px;
    height: 310px;
    display: block;
}
.service-item_r{
    width: calc(100% - 570px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url('https://oss.kesion.com/KTJUpload/2026/newindex2/service/bg2.png');
    height: 350px;
}
.service-item_rt{
    font-size: 40px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 56px;
}
.service-item_rt font{
    color: #1C81FA;
}
.service-item_rb{
    font-size: 24px;
    color: #757575;
    letter-spacing: 2px;
    margin-top:26px;
    line-height: 34px;
    text-align: center;
}
.service-item:nth-child(3) .service-item_rb,.service-item:nth-child(4) .service-item_rb{
    width: 70%;
}
.service-item:nth-of-type(2n) .service-item_r{
    background-image: url('https://oss.kesion.com/KTJUpload/2026/newindex2/service/bg1.png');
    background-position: left bottom;
}
/* =========新加结束========= */
.floor-qualifications{
    padding: 60px 0;
    background: url('newindex/qualificationsbg.png') no-repeat center;
    background-size: cover;
}
.qualifications-title{
    text-align: center;
    font-size: 36px;
    line-height: 47px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qualifications-title_big{
    line-height: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px
}
.qualifications-title_small{
    line-height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #757575;
    max-width: 600px;
    font-weight: 400;
}
.qualifications-list{
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.qualifications-list_item{
    height: 218px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(171,171,171,0.01);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qualifications-list_item img{
    margin-bottom: 19px;
    display:block;
    max-width: 100%;
    object-fit: cover;
    height: 86px;
}
.qualifications-list_item h2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    max-width: 144px;
}
.floor-custom{
    padding: 60px 0 0px;
    background: url('custombg.png') no-repeat top left;
    background-size: cover;
    overflow: hidden;
}
.custom-wrap{
    margin-top: 40px;
}
.custom-left{
    width: 50%;
    float: left;
    height: 648px;
    position: relative;
}
.custom-left-wrap{
    overflow: hidden;
    padding-top: 83px;
}
.custom-left::after{
    content: '';
    width: 150%;
    height: 100%;
    background: url('custom-bg0.png') no-repeat 100% 0;
    background-size: cover;
    position: absolute;
    top:0;
    right: -50%;
}
.custom-left::before{
    content: '';
    width:100px;
    height: 100%;
    background: url('custom-bg1.png') no-repeat 100% 0;
    background-size: auto 100%;
    position: absolute;
    right:-50%;
    top:0;
    z-index: 1;
}
.custom-list_item_intro{
    padding: 16px;
    font-size: 14px;
    color:#333;
}
.custom-list_item_intro li{
    line-height: 21px;
    position: relative;
    padding-left: 5px;
}
.custom-list_item_intro li::before{
    content: '';
    width: 2px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left:0;
    top:9px;
}
.custom-list_item_intro li +li{
    margin-top: 6px;
}
.custom-list_item_head{
    background: url('cumstom-bg_card.png') no-repeat;
    background-size:cover;
    color:#333;
}
.selected-courses{
    width: 50%;
    float: right;
    height: 486px;
    background: linear-gradient( 110deg, #DBE9FF 0%, #E2EEFF 48%, #FFFFFF 56%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px 1px rgba(26,63,106,0.14);
    border-radius: 12px;
    position: relative;
    z-index: 1;
    margin-top:81px;
    box-sizing: border-box;
    padding: 40px 56px;
    overflow: hidden;
}
.selected-courses-tit{
    height: 48px;
    width: 184px;
    background-color: #0070EE;
    color:#fff;
    font-size: 24px;
    border-radius: 40px;
    padding-left: 68px;
    box-sizing: border-box;
    line-height: 48px;
    position: relative;
}
.selected-courses-tit span{
    float: left;
    width: 56px;
    height: 48px;
    background: linear-gradient( 2deg, #39A9FF 0%, #B4EDFF 100%);
    border-radius: 24px 0px 24px 24px;
    margin-right: 12px;
    position: absolute;
    left:-1px;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-courses::after{
    content: '';
    width: 100%;
    height: 100%;
    background: url('custom-bg2.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}
.selected-courses-item{
    background: #256CFE;
    box-shadow: 0px 3px 6px 1px #B6CBFC;
    border-radius: 8px;
    overflow: hidden;
    width: 220px;
}
.selected-courses-item + .selected-courses-item{
    margin-left: 24px;
}
.selected-courses-item__cover{
    padding: 16px 24px;
    background-color: #fff;
}
.selected-courses-item__cover img{
    width: 100%;
    height: 126px;
    border-radius: 8px;
}
.selected-courses-item__body{
    padding: 20px 20px 16px 20px;   
}
.selected-courses-item__title{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color:#fff;
    opacity: .8;
}
.selected-courses-item__link{
    margin-top: 20px;
    opacity: .8;
}
.selected-courses-item__link a{
    color:#fff;
    font-size: 14px;
}
.selected-courses-item__link svg{
    position: relative;
    top:3px;
    margin-left: 5px;
}
.selected-courses-list{
    position: relative;
    z-index: 10;
    margin-top: 32px;
    max-width: 830px;
    padding-right: 120px;
}
.selected-courses-paging{
    position: absolute;
    right: 0;
    bottom: -56px;
}
.selected-courses-pagination{
    display: none;
}
.selected-courses-paging .swiper-button-disabled{
    opacity: 0.5;
}
.selected-courses-paging__prev,
.selected-courses-paging__next{
    width: 44px;
    height: 30px;
    border: 1px solid #D3D5D8;
    float: left;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    cursor: pointer;
}
.selected-courses-paging__prev{
    border-radius: 16px 0px 0px 16px;
    margin-right: -1px;
    background-image: url('arrow-l.png');
}
.selected-courses-paging__next{
    border-radius: 0px 16px 16px 0px;
    background-image: url('arrow-r.png');
}
.custom-list{
    position: relative;
    z-index: 1;
    margin-top: 24px;
}
.custom-list .swiper-wrapper {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}
.custom-list_item{
    width: 272px;
    height: 205px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 1px rgba(47,111,239,0.2);
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 12px;
}
.custom-list_item_head{
    display: flex;
    align-items: center;
    padding: 12px 16px;
}
.custom-list_item_img{
    width: 56px;
    height: 56px;
    margin-right: 12px;
}
.custom-list_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.floor-news{
    padding: 60px 0 112px;
}
.floor-news .common-title_big{
    margin-bottom: 0;
}
.news-list{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-list_left{
    width: 521px;
    box-sizing: border-box;
}
.news-list_left_swiper{
    height: 229px;
    overflow: hidden;
    border-radius: 8px;
}
.news-list_left_swiper a{
    display: block;
    height: 229px;
}
.new-list_item_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list_left_bottom{
    box-sizing: border-box;
    padding-top: 10px;
}
.news-list_left_bottom_top h2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list_left_bottom_top h2:hover,.news-list_right li h2:hover{
    color: #0A4BFA;
}
.news-list_left_bottom_top p{
    line-height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list_left_bottom_time{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-list_left_bottom_time_day{
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    color: #333;
}
.news-list_left_bottom_time_other{
    font-size: 16px;
}
.news-list_right{
    width: calc(100% - 561px);
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    box-sizing: border-box;
}
.news-list_right li{
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.news-list_right li:first-child{
    padding-top: 0;
}
.news-list_right li h2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list_right_date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
}
.news-list_right_intro{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list_right_time{
    width: 200px;
    height: 85px;
    border-radius: 8px;
    margin-right: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-list_right_time img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list_right_time_day{
    line-height: 66px;
    font-size: 50px;
    font-weight: 700;
    color: #333;
}
.news-list_right_time_other{
    font-size: 16px;
}
.news-list_right_con{
    width: calc(100% - 216px);
}
.floor-reg{
    background: url('https://oss.kesion.com/KTJUpload/2026/newindex2/reg/regbg.png') no-repeat left top;
    background-size: cover;
}
.go-reg{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.go-reg_text{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height:24px;
    width: 854px;
    text-align: center;
    margin-bottom: 20px;
    height: 45px;
}
.go-reg_btn{
    width: 177px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
/*2024-2-27新增*/
.rolling-notice{
    position: absolute;
    top:92px;
    z-index: 10;
    right:0;
    width: 310px;
    background-color: rgba(26,26,26,0.85);
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
}
.rolling-notice-item{
    height:40px;
    display: flex;
    align-items: center;
    padding: 0 16px 0 4px;
    
}
.rolling-notice-item__avatar{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 6px;
}
.rolling-notice-item__avatar img{
    width: 100%;
    height: 100%;
}
.rolling-notice-item__text{
    color:#fff;
    flex: 1;
}
.rolling-notice-item__text span{
    float: right;
    opacity: 0.8;
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width:768px){

}
@media (max-width: 480px){
    .ks-header{
        position: relative;
        z-index: 12;
    }
    .whitebg{
        min-width: auto;
    }
    .common-title_big{
        line-height: 37px;
        font-size: 24px;
        margin-bottom: 8px;
        width: 95%;
    }
    .common-title_small{
        line-height: 20px;
        font-size: 14px;
        max-width: 90%;
        color: #757575;
    }
    .floor-banner-pagination{
        width: 100% !important;
        z-index: 11;
        text-align: center;
        margin-left: 0;
        left: 0 !important;
        bottom: 15px !important;
    }
    .floor-banner-pagination .swiper-pagination-bullet{
        width: 21px;
        height: 2px;
        border-radius: 0;
    }
    .floor-data{
        padding-top: 30px;
        background: #fff;
    }
    .data-list{
        margin-top: 20px;
        background: url('https://oss.kesion.com/KTJUpload/2026/newindex2/data/mdata_list_bg.png') no-repeat center;
        background-size: 100% 100%;
    }
    .data-list_item{
        height: 80px;
        margin: 0 15px;
    }
    .data-list_item__font{
        font-size: 16px;
        line-height: 21px;
    }
    .data-list_item__plus{
        font-size: 10px;
        line-height: 14px;
        margin-left: 2px;
    }
    .data-list_item_text{
        line-height: 12px;
        font-size: 9px;
    }
    .floor-platform{
        padding-top: 20px;
        background: #fff;
    }
    .floor-platform::after{
        display: none;
    }
    
    /* =========新加开始========= */
    .platform-tab_content{
        padding-bottom: 30px;
    }
    .mplatform-box_tab{
        margin-top: 30px;
        overflow: hidden;
    }
    .platform-box_tab_item{
        flex-direction: row;
        padding-bottom: 11px;
        white-space: nowrap;
        justify-content: normal;
    }
    .mplatform-box_tab .swiper-slide {
        width: auto !important;
        height: auto !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        box-sizing: border-box;
        white-space: nowrap;
    }
    .platform-box_tab_itemcurr::after{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .platform-box_tab__i{
        width: 18px;
        height: 18px;
    }
    .platform-box_tab__t{
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .platform-box_con{
        margin: 0 3px;
    }
    .platform-box_con_bcurr{
        padding: 14px 0 20px;
    }
    .platform-box_con__t{
        font-size: 13px;
        text-align: center;
        margin-bottom: 4px;
        line-height: 18px;
    }
    .floor-capacity{
        padding-top: 16px;
        padding-bottom: 20px;
    }
    .capacity{
        margin-top: 20px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .capacity_tab{
        margin-bottom: 16px;
    }
    .capacity_tab_box{
        width: 100%;
        justify-content: space-between;
    }
    .capacity_tab_item{
        padding: 6px 0px;
        font-size: 13px;
        line-height: 18px;
        flex: 1;
        text-align: center;
    }
    .capacity_con{
        background: none;
        border:none;
    }
    .capacity_con_iteminner{
        background: #FFFFFF;
    }
    .capacity_con_itemcurr {
        display: block;
    }
    .capacity_con_item_l{
        width: 100%;
        padding: 20px 33px;
        box-sizing: border-box;
        height: auto;
    }
    .capacity_con_item_li{
        width: 100%;
        height: 100%;
    }
    .capacity_con_item_r{
        width: 100%;
        padding: 13px 10px;
        height: auto;
    }
    .capacity_con_item_rt h2{
        font-size: 13px;
        margin-bottom: 9px;
        font-weight: 600;
    }
    .capacity_con_item_rtext{
        font-size: 12px;
        color: #757575;
        line-height: 20px;
    }
    .capacity_con_item_rb{
        justify-content: space-between;
        margin-top: 20px;
    }
    .capacity_con_item_rb a{
        flex: 1;
        line-height: 32px;
        font-size: 12px;
        border-radius: 6px;
        margin-right: 11px;
    }
    .capacity_con_item_rbb{
        background: #fff;
    }
    .service-list{
        margin-top: 20px;
    }
    .service-item{
        margin-bottom: 8px;
        border-radius: 6px;
    }
    .service-item_l{
        padding: 10px 0 10px 10px;
    }
    .service-item_li{
        width: 153px;
        height: 100px;
    }
    .service-item_r{
        width: calc(100% - 163px);
        height: auto;
    }
    .service-item_rt{
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }
    .service-item_rb{
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
        width: 80% !important;
    }
    /* =========新加结束========= */

    .floor-service{
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
    }
    .service-title{
        margin: 0;
    }
    .service-title_big{
        font-size: 24px;
        line-height: 37px;
        margin-bottom: 8px;
    }
    .service-title_small{
        font-size: 14px;
        line-height: 20px;
    }
    .floor-qualifications{
        padding: 30px 0;
    }
    .qualifications{
        margin: 0;
    }
    .qualifications-title{
        margin-bottom: 30px;
    }
    .qualifications-title_big{
        line-height: 37px;
        font-size: 24px;
        margin-bottom: 8px;
    }
    .qualifications-title_small{
        font-size: 14px;
        color: #757575;
        line-height: 20px;
    }
    .qualifications-list_item{
        padding: 20px 0;
        height: 178px;
        box-sizing: border-box;
    }
    .qualifications-list_item img{
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .qualifications-list_item h2{
        line-height: 19px;
        font-size: 14px;
    }
    .floor-news{
        padding: 30px 0;
    }
    .news-list{
        margin-top: 10px;
        flex-direction: column;
        margin-left: 2px;
        margin-right: 2px;
    }
    .news-list_left,.news-list_right{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        padding-left: 0;
        border-left: 0;
    }
    .news-list_left_swiper{
        height: 196px;
        border-radius: 0;
    }
    .news-list_left_swiper a{
        display: block;
        height: 196px;
    }
    .news-list_left_bottom{
        padding:8px 12px 12px;
        box-sizing: border-box;
    }
    .news-list_left_bottom_top h2{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
        max-height: 36px;
        height: auto;
    }
    .news-list_left_bottom_top p{
        font-size: 12px;
        line-height:19px;
        display: block;
    }
    .news-list_left_bottom_time{
        line-height: 16px;
        font-size: 12px;
        text-align: right;
    }
    .news-list_right{
        margin-top: 0;
    }
    .news-list_right li{
        margin-top:0 ;
        padding: 20px 0px 0px !important;
        align-items: flex-start;
    }
    .news-list_right li:last-child{
        border-bottom: 0;
    }
    .news-list_right li h2{
        line-height: 20px;
        height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .news-list_right_con{
        width: calc(100% - 156px);
    }
    .news-list_right_time{
        width: 144px;
        height: 61px;
        margin-right: 12px;
    }
    .news-list_right_date{
        display: none;
    }
    .news-list_right_intro{
        font-size: 14px;
        line-height: 19px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        height: 19px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
    .news-list_right_time_day{
        line-height: 40px;
        font-size: 40px;
    }
    .news-list_right_time_other {
        font-size: 14px;
    }
    .go-reg{
        height: auto;
        padding: 20px 0 29px;
        position: relative;
    }
    .go-reg::after{
        width: 92px;
        height: 72px;
        position: absolute;
        left: 26px;
        bottom: 0;
        content: '';
        display: block;
        background: url('https://oss.kesion.com/KTJUpload/2026/newindex2/reg/aiicon.png') no-repeat center;
        background-size: 100% 100%;
    }
    .go-reg_text{
        width: 85%;
        height: auto;
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 16px;
    }
    .go-reg_btn{
        width: 88px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
    }
    .floor-custom{
        padding: 30px 0 0px;
    }
    .custom-list{
        margin: 28px 22px 0;
    }
    .rolling-notice{
        right: 10px;
        top:10px;
        height: 34px;
        display: none;
    }
    .rolling-notice-item__avatar{
        width: 28px;
        height: 28px;
    }
    .rolling-notice-item{
        height: 34px;
    }
    .custom-left,
    .selected-courses{
        width: 100%;
        float: none;
        height: inherit;
    }
    .custom-left{
        padding-top: 16px;
    }
    .custom-left::after{
        width:100%;
        right: 0;
    }
    .selected-courses::after{
        background: url('m-custom-bg2.png') no-repeat;
        background-size: cover;
    }
    .custom-list{
        margin-top:14px;
    }
    .custom-left-wrap{
        padding-top: 0px;
        padding-bottom: 32px;
    }
    .custom-list_item_intro{
        font-size: 12px;
        padding:16px;
    }
    .custom-list_item{
        width: 242px;
        height: 170px;
        margin:0 7px;
    }
    .custom-list_item_head{
        padding: 8px 16px;
    }
    .custom-list_item_img{
        width: 44px;
        height: 44px;
    }
    .selected-courses-list{
        max-width: inherit;
        padding-right: 0px;
    }
    .selected-courses-pagination{
        text-align: center;
        margin-top:16px;
        display: block;
    }
    .selected-courses-pagination .swiper-pagination-bullet{
        width: 16px;
        height: 2px;
        border-radius: 0px;
    }
    .selected-courses-paging{
        display: none;
    }
    .selected-courses{
        padding: 20px 15px;
        margin-top: 0px;
        border-radius: 0px;
        box-shadow: 2px -12px 12px 1px rgba(26,63,106,0.14);
        background: linear-gradient( 180deg, #DBE9FF 0%, #E2EEFF 48%, #FFFFFF 56%, #FFFFFF 100%)
    }
    .selected-courses-item{
        width: 164px;
    }
    .selected-courses-tit{
        height: 32px;
        font-size: 18px;
        width: 128px;
        line-height: 32px;
        padding-left: 44px;
    }
    .selected-courses-tit span{
        width: 36px;
        height: 32px;
    }
    .selected-courses-tit span img{
        width: 24px;
    }
    .selected-courses-item + .selected-courses-item{
        margin-left: 10px;
    }
    .selected-courses-list{
        margin-top: 20px;
    }
    .selected-courses-item__cover{
        padding: 12px 14px;
    }
    .selected-courses-item__cover img{
        height: 110px;
    }
    .selected-courses-item__body{
        padding: 8px 12px 12px;
    }
    .selected-courses-item__link{
        margin-top:16px;
    }
    .floor-reg{
        background: url('https://oss.kesion.com/KTJUpload/2026/newindex2/reg/mregbg.png') no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 360px){

}
@media (max-width: 320px){

}