body {
    background: rgb(247, 247, 247);
}

nav * {
    box-sizing: border-box;
}


/*登录提示*/

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

#hint_login {
    width: 440px;
    height: 110px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -55px;
    z-index: 1000;
}

#hint_login .hint_logo_cancel {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    cursor: pointer;
}

#hint_login .hint_logo {
    position: absolute;
    left: -42px;
    top: -120px;
}

#hint_login .hint_logo_shadow {
    position: absolute;
    left: -56px;
    top: 16px;
}

#hint_login p {
    color: #06415e;
    position: absolute;
    left: 140px;
    top: 30px;
}

#hint_login .btn {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

#hint_login .btn a {
    display: inline-block;
    width: 56px;
    height: 22px;
    background: #06415e;
    color: #fff;
    text-align: center;
    line-height: 21px;
    border-radius: 5px;
    margin-left: 3px;
}


/*msgbox消息弹框*/

.mu2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999
}

.msgbox {
    width: 324px;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -60px;
    overflow: hidden;
    text-align: center;
    display: none;
    z-index: 9999;
}

.msgbox img {
    display: none;
    width: 36px;
    height: 28px;
    margin: 18px auto;
}

.msgbox img.on {
    display: block;
}

.msgbox span {
    color: #06415E;
    font-size: 14px;
    line-height: 32px;
    margin: 0 20px;
    text-align: center;
    display: inline-block;
    width: 260px;
}


/*banner*/

.xssy_banner {
    width: 100%;
    height: 473px;
    background: url(../img/pic/wkzxpic.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.xssy_banner h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 26px 0;
    font-size: 28px;
    color: #333;
}

.xssy_banner .inputFoo {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    margin-top: 358px;
    text-align: center;
}

.xssy_banner input {
    width: 506px;
    height: 55px;
    background: #fff;
    font-size: 20px;
    color: #333;
    padding-left: 30px;
    border-radius: 10px;
}

.xssy_banner .search {
    width: 137px;
    height: 55px;
    line-height: 55px;
    background: #505656;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-left: 18px;
}

.xssy_banner .search img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/*说明*/

.xssy_illustrate ul {
    width: 100%;
    min-width: 1024px;
    text-align: center;
    background: #F5F8FF;
    overflow: hidden;
}

.xssy_illustrate li {
    width: 338px;
    height: 44px;
    margin: 20px 0;
    display: inline-block;
}

.xssy_illustrate li span {
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #999;
}

.xssy_illustrate li:nth-child(2) {
    border-left: 1px solid #A1A5B3;
    border-right: 1px solid #A1A5B3;
}


/*课程列表公共S*/

.xssy_source li {
    float: left;
    cursor: pointer;
    width: 383px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.xssy_source li:nth-child(3n) {
    margin-right: 0px;
}

.xssy_source li img {
    width: 100%;
    height: 172px;
    background: url(../img/icon/xn.png) no-repeat center #F0F3FA;
    display: block;
    border-radius: 10px 10px 0 0;
}

.xssy_source li h6 {
    height: 20px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px;
    margin-top: 22px;
    font-weight: bold;
}

.xssy_source li p {
    margin-top: 13px;
    padding: 0 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
}

.xssy_source li p span {
    color: #666;
    margin-right: 5px;
}

span.studyCount {
    display: none;
    float: right;
    font-size: 14px;
}
/* 图片动效 */
.xssy_source li>div{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.xssy_source li img {
    width: 100%;
    transform: scale(1);
    transition: 1s;
}
.xssy_source li:hover img{
    width: 100%;
    transform: scale(1.1);
    transition: 1s;
}

/*课程列表公共N*/


/*彩泥喜欢*/

.xssy_guesslove {
    width: 1228px;
    text-align: center;
    margin: 0 auto;
    margin-top: 66px;
    overflow: hidden;
}

.allTit {
    margin: 0 auto;
    color: #333333;
    font-size: 26px;
    position: relative;
}

.allTitImg1 {
    width: 22px;
    height: 22px;
    margin-right: -20px;
    margin-top: -2px;
}

.allTitImg2 {
    width: 22px;
    height: 22px;
    margin-left: -14px;
    margin-top: 13px;
}

.allTig {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}

.xssy_guesslove ul {
    margin: 60px auto 0;
    min-height: 355px;
}

.xssy_guesslove .replaces {
    height: 14px;
    font-size: 14px;
    margin: 30px 0 42px;
    color: #333;
    clear: both;
    cursor: pointer;
}

.xssy_guesslove .replaces i {
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    background: url(../img/icon/eduindex_re.png) no-repeat center;
    vertical-align: middle;
}


/*开始选课板块*/

.slect_source {
    height: 527px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 58px;
    background: url(../img/pic/slect_source.png) no-repeat;
    background-size: 100% 100%;
}

.slect_source2 {
    margin-top: 10px;
}

.slect_sourceCont {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}


.slect_source .divL h3 {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #000;
}

.slect_source .divL h3 span {
    width: 112px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 5.5px 0 0 20px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(90deg, rgba(58, 60, 80, 1) 0%, rgba(35, 39, 56, 1) 98%);
    display: inline-block;
    cursor: pointer;
}


/* .slect_source .divL h4{height: 44px;line-height: 44px;margin: 20px 0;font-size:16px;color: #fff;} */

.slect_source .divL h4 {
    height: 1px;
    margin: 40px 0 20px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.slect_source .divL p {
    line-height: 38px;
    font-size: 25px;
    color: #000;
}

.slect_source .divR {
    width: calc(100% - 600px);
    height: 100%;
    float: left;
}

.slect_source .divR .imgFoo {
    width: 427px;
    height: 179px;
    padding: 40px 0 0 60px;
    border-bottom: 1px solid linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    float: right;
    box-sizing: border-box;
}

.slect_source .divR .imgFoo p {
    width: 100px;
    text-align: center;
    float: left;
}

.slect_source .divR .imgFoo p i {
    width: 56px;
    height: 56px;
    background: url(../img/pic/eduindex_03.png) no-repeat center;
}

.slect_source .divR .imgFoo p:nth-last-child(1) i {
    background-image: url(../img/pic/eduindex_04.png)
}

.slect_source .divR .imgFoo p span {
    width: 98px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    display: block;
}

.slect_source .divR .imgFoo h6 {
    height: 56px;
    line-height: 56px;
    margin: 0 20px;
    font-size: 20px;
    color: #fff;
    float: left;
}

.slect_source .divR .botm {
    height: 60px;
    clear: both;
}

.slect_source .divR .botm p:nth-child(1) {
    width: 436px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #999;
    float: left;
}

.slect_source .divR p.btn {
    width: 141px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 124px;
}


/*热门课程*/

.hot_source {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 66px;
}

.hot_source h2 {
    width: 1024px;
    height: 30px;
    margin: 30px auto;
}

.hot_source h2 span {
    height: 100%;
    line-height: 30px;
    color: #333;
    font-size: 18px
}

.hot_source h2 p {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #496FFF;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.hot_source .xssy_source {
    margin-top: 60px;
}

.hot_source .xssy_source li {
    float: left;
    cursor: pointer;
    width: 282px;
    height: 295px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 37px;
    margin-right: 20px;
    text-align: left;
    border: 1px solid #e5e5e5;
}
.xssy_source li:hover{
    /* box-shadow: 0px 0px 10px 0px rgb(107 107 107 / 20%); */
    /* border:none; */
}

.hot_source .xssy_source li:nth-child(4n) {
    margin-right: 0px !important;
}



.hot_source .lookMore {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    float: right;
    color: #999999;
    position: absolute;
    right: 0;
    top: 12px;
}

.hot_source .lookMore a {
    color: #666;
}


/*列表页*/

.xssy_listTop {
    min-width: 1024px;
    height: 54px;
    line-height: 54px;
    margin-top: 70px;
    color: #333;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #E8E8E8;
}

.xssy_listTop p {
    width: 1200px;
    margin: 0 auto;
}

.xssy_listTop p i {
    margin: 0 5px;
}

.source_list {
    background: #F5F8FF;
}


/*课程分类*/

.xssy_listClass {
    min-width: 1024px;
    ;
    height: 160px;
    background: #fff;
    overflow: hidden;
}

.xssy_listClass h2 {
    width: 1200px;
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
}

.xssy_listClass h2 span {
    height: 100%;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.xssy_listClass h2 p {
    /* width: 188px; */
    height: 38px;
    float: right;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.xssy_listClass h2 p input {
    outline: none;
    width: 130px;
    height: 25px;
    line-height: 100%;
    padding-left: 10px;
    float: left;
    margin-top: 7px;
    font-size: 8px;
    color: #BABABA;
    border-radius: 10px;
}
.xssy_listClass  h2 p :hover input,
.xssy_listClass  h2 p input:focus {
	width: 250px;
    color: #000;
}
.xssy_listClass  h2 p:hover{
    border-color: #496FFF !important;
}
.xssy_listClass h2 p .btn {
    width: 26px;
    height: 100%;
    background: url(../img/icon/search.png) no-repeat center;
    background-size: 15px;
    display: inline-block;
    cursor: pointer;
}

.xssy_listClass .spanFoo {
    width: 1200px;
    margin: 0 auto;
}

.xssy_listClass .spanFoo span {
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 25px 20px 0;
    color: #666;
    background: #F5F7FF;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
}

.xssy_listClass .spanFoo span:hover {
    color: #496FFF;
    background: #FAFBFF;
}

.xssy_listClass .spanFoo span.active {
    color: #fff;
    background: #496FFF;
}


/*选标签弹窗*/

.xssy_list_alertMu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1030;
}

.xssy_list_alert {
    width: 580px;
    height: 470px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xssy_list_alert .titl span {
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #666;
    display: block;
    margin: 30px 0 5px 0;
}

.xssy_list_alert .titl i {
    width: 12px;
    height: 12px;
    font-size: 18px;
    color: #666;
    position: absolute;
    right: 18px;
    top: 14px;
    cursor: pointer;
}

.xssy_list_alert .titl p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 45px;
    font-size: 14px;
    color: #666;
}

.xssy_list_alertUl {
    padding: 0 30px;
}

.xssy_list_alertUl li {
    min-height: 76px;
    margin-bottom: 30px;
}

.xssy_list_alertUl li:nth-last-child(1) {
    margin-bottom: 0;
}

.xssy_list_alertUl h3 {
    width: 110px;
    text-align: center;
    padding-top: 7px;
    float: left;
}


/* .xssy_list_alertUl h3 i{width: 24px;height: 24px;background: #ccc;} */

.xssy_list_alertUl h3 p {
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    display: block;
}

.xssy_list_alertUl .spanFoo {
    width: calc(100% - 110px);
    height: 76px;
    float: right;
}

.xssy_list_alertUl .spanFoo span {
    min-width: 29px;
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    text-align: center;
    color: #666;
    border-radius: 2px;
    border: 1px solid #E6EFFF;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.xssy_list_alertUl .spanFoo_zy span {
    display: none;
}

.xssy_list_alertUl .spanFoo span:hover,
.xssy_list_alertUl .spanFoo span.active {
    color: #fff;
    background: #496FFF;
    display: inline-block;
}

.xssy_list_alert .btn {
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto 0;
    color: #fff;
    background: #496FFF;
    font-size: 14px;
    cursor: pointer;
}


/*slimScrollBar*/

.slimScrollBar {
    background: #000 !important;
}


/* 课程体系 */
.system{
    width: 1228px;
    height: 645px;
    margin: 0 auto;
    margin-top: 15px !important;
}
.system .swiper-wrapper{
    width: 1228px;
    height: 645px;
    position: relative;
}
.system .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    border-radius: 35px;
}
.swiper-container{
    border-radius: 35px !important;
}
.swiper-button-next, .swiper-button-prev{
    top: 51px !important;
    margin-top: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 48px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 48px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 49px !important;
    height: 40px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    width: 49px;
    height: 40px;
    content:'' !important;
    background: url(../img/kctx/next.png) no-repeat;
    background-size: 100% 100%;
    
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    width: 49px;
    height: 40px;
    content:'' !important;
    background: url(../img/kctx/prev.png) no-repeat;
    background-size: 100% 100%;
}


.kctx_page{
    position: relative;
}
.kctx_page>div{
    cursor: pointer;
}
.kctx_page .kctx_page_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.kctx_page_title{
    display: inline-block;
    position: absolute;
    top: 56px;
    right: 105px;
    font-size: 30px;
    font-family: 'Adobe Heiti Std';
    font-weight: normal;
    color: #C30D23;
}
.kctx_page_logo{
    width: 304px;
    height: 43px;
    position: absolute;
    bottom: 97px;
    right: 58px;
}
.p_num_list{
    position: relative;
    width: 100%;
    height: 100%;
    color:#FFFFFF;
    font-size: 16px;
}
.p_num_list:hover{
    background: url(../img/kctx/yuan1.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.05);
}
.p_num_list p{
    height: 16px;
    font-family: 'Adobe Heiti Std';
    font-weight: normal;
    text-align: left;
}
.p_num_sort{
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 36px;
    font-family: 'Adobe Heiti Std';
    font-weight: normal;
    color: #000000;
    background: #fff;
}
/* 1 */
.kctx_page_num1{
    width: 230px;
    height: 230px;
    position: absolute;
    top: 40px;
    left: 98px;
}

.p_num1_sort{
    position: absolute;
    top: 66px;
    right: 23px;
}
/* 2 */
.kctx_page_num2{
    width: 216px;
    height: 216px;
    position: absolute;
    top: 141px;
    left: 348px;
}

.p_num2_sort{
    position: absolute;
    top: 73px;
    left: 16px;
}
/* 3 */
.kctx_page_num3{
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 112px;
    left: 77px;
}

.p_num3_sort{
    position: absolute;
    top: 53px;
    right: 14px;
}
/* 4 */
.kctx_page_num4{
    width: 226px;
    height: 226px;
    position: absolute;
    top: 138px;
    right: 185px;
}

.p_num4_sort{
    position: absolute;
    top: 62px;
    left: 14px;
}

/* 5 */
.kctx_page_num5{
    width: 204px;
    height: 204px;
    position: absolute;
    bottom: 16px;
    left: 540px;
}

.p_num5_sort{
    position: absolute;
    top: 59px;
    left: 24px;
}



/* kctxList一到五页 */
.kctxList{
    width: 1200px;
    height: 643px;
    background: linear-gradient(90deg, #EAEAEA, #D5D7E1);
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.09);
    border-radius: 35px;
    margin: 0 auto;
    position: relative;
}
.kctxList_back{
    position: absolute;
    top: 32px;
    left: 43px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.kctxList_back img{
    width: 60px;
    height: auto;
    vertical-align: middle;
}
.kctxList_left{
    margin-top: 160px;
    margin-left: 63px;
    width: 301px;
    height: 301px;
    text-align: center;
    background: url(../img/kctx/yuan.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}

.kctxList_left img{
    width: 83px;
    height: 83px;
    margin-top: 62px;
}
.kctxList_left p{
    margin-top: 24px;
    font-size: 22px;
    color:#fff;

}
.kctxList_right{
    float: right;
    margin-right: 60px;
    width: 715px;
}
.kctxList_pic{
    float: right;
}
.kctxList_pic img{
    width: 416px;
    margin-right: 277px;
    margin-top: 296px;
}
.kctxList_right p{
    text-align: left;
    color: #373737;
    font-size: 18px;
    height: 18px;
    font-family: 'PingFang SC';
    font-weight: 400;
}
.cardTit{
    font-size: 22px !important;
    font-family: 'Source Han Serif CN' !important;
    font-weight: 800 !important;
    color: #000000 !important;  
    height: 23px !important;
}
.cardTitBox{
    position: relative;
    width: 21px;
    height: 15px;
    display: inline-block;
    margin-right: 7px;
}
.cardTitBox_w{
    width: 21px;
    height: 15px;
    background: linear-gradient(90deg, #666666, #000000);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.cardTitBox_n{
    width: 17px;
    height: 11px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 35%);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 2px;
}