/* 开班计划模块样式 - 摘自 spoto.net 首页 */
.home_title{
    font-size: 36px;
    text-align: center;
    line-height: 35px;
    padding: 35px 0;
}
.p_home_title {
    line-height: 40px;
    text-align: center;
    color: #484848;
    font-size: 18px;
    margin-top: -20px;
    margin-bottom: 25px;
}
.erg-box.kaibanjihua {
    background: #f2f7fa;
    padding-bottom: 20px;
}
.kaibanjihua .buy-btn {
    text-align: center;
}
.kaibanjihua .buy-btn a.buy {
    display: inline-block;
}
.erg-box .hd{
    text-align: center;
}
.erg-box .hd p.hd-t{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}
.erg-box .hd p.hd-d{
    font-size: 24px;
    color: #999;
}
.kaibanjihua .bd{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 0;
    padding: 0 0 18px;
    box-sizing: border-box;
}
.jslb{
    width: 866px;
}
.jslb .bd{
    width: 866px;
}
.jslb ul li{
    width: 866px;
    display: none;
}
.kaibanjihua .tab-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 14px 0 6px;
    box-sizing: border-box;
}
.kaibanjihua .tab-wrap .list,
.kaibanjihua .tab-wrap .swiper-container{
    height: auto;
    margin: 0 auto;
}
.kaibanjihua .tab-wrap .list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1100px;
}
.kaibanjihua .tab-wrap .swiper-wrapper{
    align-items: stretch;
    justify-content: center;
}
.kaibanjihua .tab-wrap .swiper-button-prev,
.kaibanjihua .tab-wrap .swiper-button-next{
    display: none !important;
}
.kaibanjihua .tab-wrap .list .item,
.kaibanjihua .tab-wrap .swiper-slide.item{
    width: 128px !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
}
.kaibanjihua .tab-wrap .list .item ul li{
    text-align: center;
}
.kaibanjihua .tab-wrap .list .item a,
.kaibanjihua .tab-wrap .swiper-slide.item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 78px;
    padding: 6px 4px 8px;
    box-sizing: border-box;
    text-align: center;
    color: #999;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.kaibanjihua .tab-wrap .list .item a img,
.kaibanjihua .tab-wrap .swiper-slide.item a img{
    display: block;
    height: auto;
    max-width: 110px;
    margin: 0 auto 8px;
    object-fit: contain;
    vertical-align: middle;
}
.kaibanjihua .tab-wrap .list .item a br,
.kaibanjihua .tab-wrap .swiper-slide.item a br{
    display: none;
}
.kaibanjihua .kbjh-tab {
    background: none !important;
}
.kaibanjihua .kbjh-tab-label {
    display: block;
}
.kaibanjihua .tab-wrap .list .item a.active,
.kaibanjihua .tab-wrap .swiper-slide.item a.active{
    color: #ff0047;
    border-bottom-color: #ff0047;
    font-weight: bold;
}
.kaibanjihua .tab-wrap .list .item a:hover,
.kaibanjihua .tab-wrap .swiper-slide.item a:hover{
    color: #ff0047;
    border-bottom-color: #ff0047;
    font-weight: bold;
}
.kaibanjihua-table{
    width: calc(100% - 0);
    margin: 0 auto;
}
.kaibanjihua .kaibanjihua-table tr,.kaibanjihua .kaibanjihua-table td{
    border: none;
}
.kaibanjihua-table thead{
    border-bottom: 1px solid #eee;
}
.kaibanjihua-table tbody{
    display:block;
    height:284px;
    overflow-y:auto;
    padding-right: 10px;
}
.kaibanjihua-table tbody::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.kaibanjihua-table tbody::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    background   : #ff0047;
}
.kaibanjihua-table tbody::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 3px;
    background   : #dedede;
}
.kaibanjihua-table thead, .kaibanjihua-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.kaibanjihua-table thead th{
    font-size: 18px;
    color: #585858;
    padding: 10px 0;
}
.kaibanjihua-table thead th:first-child{
    text-align: center;
}
.kaibanjihua-table thead th:last-child{
    text-align: center;
}
.kaibanjihua .kaibanjihua-table td{
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}
.kaibanjihua .kaibanjihua-table td .sta{
    position: relative;
    font-size: 18px;
    color: #666;
}
.kaibanjihua .kaibanjihua-table .icon-hot{
    position: absolute;
    right: -36px;
    top: -5px;
    width: 36px;
    height: 18px;
    background: url(/static/img/images/20201218/hot.png);
}
.kaibanjihua-table tbody td:first-child{
    text-align: center;
}
.kaibanjihua-table .btn-join{
    font-size: 16px;
    color: #fff;
    width: 90px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    background: #ff0047;
}
.erg-box.kechengshalong .bd{
    width: 1336px;
    margin: 0 auto 60px;
}
.erg-box.kechengshalong .bd .item{
    display: inline-block;
    width: 290px;
    padding: 10px;
    background: #fff;
    margin: 10px;
    transition: all .5s;
}
.erg-box.kechengshalong .bd .item .limit-tips{
    position: absolute;
    left: 10px;
    bottom: 32px;
    font-size: 12px;
    color: #f73e0d;
}
.erg-box.kechengshalong .bd .item-border{
    border: 1px solid #ddd;
    position: relative;
    height: 212px;
}
.erg-box.kechengshalong .bd .item .img-wrap{
    width: 288px;
    height: 108px;
    position: relative;
}
.erg-box.kechengshalong .bd .item .img-wrap img{
    max-height: 100%;
    position: absolute;
    bottom: 0;
    right: 5px;
}
.erg-box.kechengshalong .bd .item .img-wrap .label-1{
    font-size: 20px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 12px;
    padding: 5px 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.erg-box.kechengshalong .bd .item:nth-child(1) .img-wrap{
    background: #ffc845;
}
.erg-box.kechengshalong .bd .item:nth-child(2) .img-wrap{
    background: #ff455f;
}
.erg-box.kechengshalong .bd .item:nth-child(3) .img-wrap{
    background: #457aff;
}
.erg-box.kechengshalong .bd .item:nth-child(4) .img-wrap{
    background: #2bd938;
}
.erg-box.kechengshalong .bd .item:nth-child(1) .img-wrap .label-1{
    color: #ffc845;
}
.erg-box.kechengshalong .bd .item:nth-child(2) .img-wrap .label-1{
    color: #ff455f;
}
.erg-box.kechengshalong .bd .item:nth-child(3) .img-wrap .label-1{
    color: #457aff;
}
.erg-box.kechengshalong .bd .item:nth-child(4) .img-wrap .label-1{
    color: #2bd938;
}
.erg-box.kechengshalong .bd .item .img-wrap .label-2{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 50px;
}
.erg-box.kechengshalong .bd .item .img-wrap .label-3{
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 78px;
}
.erg-box.kechengshalong .bd .item .title{
    font-size: 18px;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.erg-box.kechengshalong .bd .item .desc{
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.erg-box.kechengshalong .bd .item .desc>div{
    color: #999;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
}
.erg-box.kechengshalong .bd .item .info{
    margin: 20px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.erg-box.kechengshalong .bd .item .info-l{
    color: #f73e0d;
    font-size: 18px;
}
.erg-box.kechengshalong .bd .item .info-r{
    color: #999;
}
.erg-box.kechengshalong .bd .item:hover{
    transform: translateY(-15px);
}

/* 20210106 */
.new-sxbanner{
    height: auto;
    background: none;
    margin: 0;
}
.new-sxbanner .sxright{
    float: none;
    margin: 20px auto;
}
.new-sxbanner .tjbk{
    border: 1px solid #ccc; padding-right: 50px;
}
.tag_show { background:#FFF; height:150px; padding: 20px 0;border-bottom: solid 1px #dfdfdf;  }

.tag_show .pic  { height:150px; float:left; width:350px; }

.tag_show .pic img  { height:150px; width:300px; }

.tag_show .txt_box  { height:150px; float:right; width:720px; padding-right:30px; position:relative; }

.tag_show .txt_box .baomin_btn { width:130px; height:56px; position:absolute; right:30px; bottom:30px;   }

.tag_show .txt_box .baomin_btn a { width:130px; line-height:56px; height:56px; display:block; background:#ff9c00; text-align:center; font-size:24px; color:#FFF;  border-radius:4px;}

.tag_show .txt_box .baomin_btn a:hover  { background:#ff7200;}

.tag_show .txt_box .title  { height:56px; line-height:38px; font-size:28px;  color:#29415d; font-weight:bold; }

.tag_show .txt_box  .title font{ font-size: 14px; color: #5e7f96}

.tag_show .txt_box .msxx   { height:134px; line-height:30px; font-size:15px;  }

.tag_show .txt_box .course-info{ clear:both;}

.main_mbx .lan  { height:50px; background:url(/static/img/lanhuis.gif) repeat-x bottom;clear:both;}

.main_mbx .lan .cn_txt    { height:50px; line-height:50px; font-size:17px; float:left;  background:url(/static/img/lanbg.gif) no-repeat bottom right;margin: 0}

.main_mbx .lan .cn_txt span  { height:49px; padding:0 15px;  color:#ff5d03; display:block; background:url(/static/img/icon002.gif) no-repeat 0px center; padding-left:25px; }

.main_mbx .lan .add_txt   { height:50px; line-height:50px; font-size:13px; float:right; color:#919191;  font-size:13px;}

.main_mbx .lan .add_txt a { color:#8a8a8a; }

.aticle-up{ width:150px; height:40px;border: 1px solid #ff5d03; padding-left: 20px; text-align: center;line-height: 40px; margin: 0 auto; background:url(/static/img/s.png) 10% 50% no-repeat}
.aticle-up a{ font-size: 18px; color: #ff5d03}
.tagkey{margin: 20px 0}
.tagkey a {padding: 2px 5px; border-radius: 18px; border: 1px solid #008ad3; color: #008ad3}
.tagkey a:hover{background-color:#008ad3;color: #fff }

/* 20210317 kcb page */
.strongfont {font-size:18px; }

/*seo+sem 更多信息
.morenifo { height:35px; line-height:35px; text-align:center; font-size:15px;}
.morenifo-btn {
    display: inline-flex;
    border: #555 1px solid;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}*/
.header-search{
    width: 250px;
    float: right;
    height: 32px;
    border: 1px solid #333;
    border-radius: 30px;
    margin-top: 50px;
    margin-right: 30px;
}
.header-search input{
    height: 30px;
    outline:none;
}
.header-search .srk{
    margin-top: 0;
    padding-top: 0;
    margin-left: 20px;
    width: 160px;
    float: left;
}
.header-search .search-btn{
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 33px;
    padding-top: 5px;
    float: right;
    margin-top: 3px;
}
.list-search{
    height: 32px;
    border: 1px solid #333;
    border-radius: 30px;
    margin: 15px 0;
}
.list-search input{
    height: 30px;
    outline:none;
}
.list-search .srk{
    margin-top: 0;
    padding-top: 0;
    margin-left: 20px;
    width: 160px;
    float: left;
    border: none;
}
.list-search .search-btn{
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 33px;
    padding-top: 5px;
    float: right;
    border: none;
    margin-top: 3px;
}
.zy-tab{
    border-bottom: 3px solid #e8e8e8;
}
.zy-tab ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-around;
    padding: 25px 0;

}
.zy-tab ul li{
    line-height: 30px;
}
.zy-tab ul li a{
    font-size: 16px;
    padding: 8px 35px;
    border: 1px solid #666;
    border-radius: 18px;

}
.zy-tab ul li a:hover,.zy-tab ul li .active{
    color: #fff;
    background: #2fabed;
    border: 1px solid #fff;
    box-shadow: 2px 2px 3px #434141 inset;
    font-weight: 600;
}

/*备考指南*/
.fr{
    float: right;
    display: inline;
}
.ecv2_drop_item>h5 {
    float: left;
    width: 128px;
    font-size: 14px;
    margin-right: 62px;
    text-align: right;
}

.ecv2_drop_item ul {
    overflow: hidden;
}

.ecv2_drop_item ul li {
    float: left;
    margin-right: 36px;
    position: relative;
    margin-bottom: 4px;
    min-height: 20px;
}

.ecv2_drop_item ul li:hover {
    color: #2590d7;
}

.ecv2_drop_item ul li:hover a {
    color: #2590d7;
}

.idx-kbjh{
    background: #f2f7fa
}
.idx-kbjh div{
    line-height:20px;
    display: inline-block;
    font-size: 18px;
    color: #585858;
    padding: 10px 0;
    text-align: center
}

.idx-kbjh-box{
    height: 284px;overflow-y: auto;
}
.idx-kbjh-box div{
    line-height:20px;
    display: inline-block;
    font-size: 16px;
    color: #585858;
    padding: 10px 0;
    text-align: center
}

.idx-xyjuxb{
    background: #fafafc;
}

.idx-xyjuxb div{
    font-weight: bold;
    line-height:20px;
    display: inline-block;
    font-size: 16px;
    color: #7b8998;
    padding: 15px 0;
    text-align: center
}

.idx-xyjuxb-box{
    height: 500px;
    overflow-y: auto;
}
.idx-xyjuxb-box-line{
    padding: 10px 0
}
.idx-xyjuxb-box-line div {
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    color: #383838;
}

/* sk：公司介绍下方，统一间距、静态 Tab */
.kaibanjihua-sk {
    padding: 40px 0;
    margin: 0;
}
.kaibanjihua-sk .top_title {
    margin: 0;
    padding: 0;
}
.kaibanjihua-sk .home_title {
    padding: 0 0 12px;
    line-height: 1.3;
}
.kaibanjihua-sk .p_home_title {
    margin: 0 0 28px;
    padding: 0;
    line-height: 1.5;
}
.kaibanjihua-sk .bd {
    padding: 28px 24px 28px;
    margin-bottom: 0;
}
.kaibanjihua-sk .tab-wrap {
    padding: 0;
    overflow: visible;
}
.kaibanjihua-sk .kbjh-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    gap: 12px;
}
.kaibanjihua-sk .kbjh-tab {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #999;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    padding: 6px 4px 8px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    background: none !important;
}
.kaibanjihua-sk .kbjh-tab img {
    display: block;
    max-width: 110px;
    height: auto;
    margin: 0 auto 8px;
    object-fit: contain;
}
.kaibanjihua-sk .kbjh-tab-label {
    display: block;
}
.kaibanjihua-sk .kbjh-tab:hover {
    color: #ff0047;
    border-bottom-color: #ff0047;
    font-weight: bold;
}
.kaibanjihua-sk .lingqu {
    padding-top: 0 !important;
    margin: 24px 0 0;
    text-align: center;
}
.kaibanjihua-sk .lingqu .btn {
    margin: 0 auto;
}