html,body{
    height: 100%;
    background-color: #fff;
    overflow: auto;
}
.courseContent{
    width: 1200px;
    margin: 30px auto 0;
}
.loginContent{
    width: 1200px;
    height: 356px;
    overflow: hidden;
    margin: 20px auto 0;
    position: relative;
}
.loginContent .layui-carousel img{
    width: 100%;
    height: 100%;
}
.loginContent .layui-carousel .layui-carousel-ind{
    width: 60px;
    margin: 0 auto;
}
.loginContent .loginBrief{
    width: 281px;
    height: 307px;
    box-sizing: border-box;
    background: #fff;
    padding: 13px 12px;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    opacity: 0.9;
    cursor: pointer;
}
.loginContent .loginBrief::before{
    content: "";
    width: 305px;
    height:331px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: -1;
}
.loginContent .loginBrief p{
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.dataNumberContent{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.noticeContent{
    overflow: hidden;
}

.noticeContent .courseBox .noticeItem:nth-child(2) .item-date{
    background-color: #8fc31f;
    border: 1px solid #7eab20;
}
/*.noticeContent .courseBox .noticeItem:nth-child(3) .item-date{*/
/*    background-color: #b790ff;*/
/*    border: 1px solid #8f82bc;*/
/*}*/
/*.noticeContent .courseBox .noticeItem:nth-child(4) .item-date{*/
/*    background-color: #ff9821;*/
/*    border: 1px solid #d5731c;*/
/*}*/

.dataNumberContent .numberitem{
    width: 289px;
    height: 78px;
    line-height: 78px;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px #999;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    font-size: 16px;
}
.numberitem span{
    font-size: 28px;
    float: right;
    position: relative;
}
.numberitem span::before{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    top: -50px;
    right: -12px;
    z-index: -1;
    opacity: 0.4;
}
.numberitem span::after{
    content: "";
    width: 100px;
    height: 78px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: -45px;
    z-index: -1;
    opacity: 0.4;
}
.dataNumberContent .numberitem:first-child span::before,
.dataNumberContent .numberitem:first-child span::after{
    background-color: #b4e3f7;
}
.dataNumberContent .numberitem:nth-child(2) span::before,
.dataNumberContent .numberitem:nth-child(2) span::after{
    background-color: #ffe2e4;
}
.dataNumberContent .numberitem:nth-child(3) span::before,
.dataNumberContent .numberitem:nth-child(3) span::after{
    background-color: #cce6c3;
}
.dataNumberContent .numberitem:nth-child(4) span::before,
.dataNumberContent .numberitem:nth-child(4) span::after{
    background-color: #deccff;
}

.noticeContent .primaryTitle span:first-child::before{
    background-color: #eb6100
}
.recommendContent .primaryTitle span:first-child::before{
    background-color: #6563ea
}
.boutiqueContent .primaryTitle span:first-child::before{
    background-color: #33a4dc;
}
.textbookContent .primaryTitle span:first-child::before {
    background-color: #ffa53d;
}
.classContent .primaryTitle span:first-child::before{
    background-color: #33a4dc;
}
.buildContent .primaryTitle span:first-child::before{
    background-color: #ff8518;
}
.teacherContent .primaryTitle span:first-child::before{
    background-color: #0eab7d;
}
.curriculumSystemContent .primaryTitle span:first-child::before {
    background-color: #77bc1f;
}
.analysisContent .primaryTitle span:first-child::before{
    background-color: #5b980e;
}

.courseBox{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dataCard{
    width: 291px;
    height: 73px;
    border-radius: 6px;
    margin-top: 20px;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    position: relative;
}
.dataCard span{
    display: block;
    color: #fff;
    text-align: right;
}
.dataCard span:nth-child(1){
    width: 55px;
    height: 48px;
    overflow: hidden;
    background-image: url("../../image/mooc/moocIcon_ym.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: 20px;
}
.courseBox .dataCard:nth-child(1) span:nth-child(1){
    background-position: -3px -5px;
}
.courseBox .dataCard:nth-child(2) span:nth-child(1){
    background-position: -58px -5px;
}
.courseBox .dataCard:nth-child(3) span:nth-child(1){
    background-position: -117px -5px;
}
.courseBox .dataCard:nth-child(4) span:nth-child(1){
    background-position: -173px -5px;
}
.courseBox .dataCard:nth-child(5) span:nth-child(1){
    background-position: -235px -5px;
}
.courseBox .dataCard:nth-child(6) span:nth-child(1){
    background-position: -290px -5px;
}
.courseBox .dataCard:nth-child(7) span:nth-child(1){
    background-position: -347px -5px;
}
.courseBox .dataCard:nth-child(8) span:nth-child(1){
    background-position: -400px -5px;
}
.dataCard span:nth-child(2){
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}
.analysisContent .courseBox .dataCard:nth-child(1){
    background-image: linear-gradient(to right, #0ca283, #2be195);
}
.analysisContent .courseBox .dataCard:nth-child(2){
    background-image: linear-gradient(to right, #e9582a, #e9ae2a);
}
.analysisContent .courseBox .dataCard:nth-child(3){
    background-image: linear-gradient(to right, #4e6bff, #4eefff);
}
.analysisContent .courseBox .dataCard:nth-child(4){
    background-image: linear-gradient(to right, #e2a43b, #e9d756);
}
.analysisContent .courseBox .dataCard:nth-child(5){
    background-image: linear-gradient(to right, #5954e8, #54b1e8);
}
.analysisContent .courseBox .dataCard:nth-child(6){
    background-image: linear-gradient(to right, #ff3f5d, #eda954);
}
.analysisContent .courseBox .dataCard:nth-child(7){
    background-image: linear-gradient(to right, #58930d, #9cd94f);
}
.analysisContent .courseBox .dataCard:nth-child(8){
    background-image: linear-gradient(to right, #9d2bbe, #de8ff5);
}

.analysisContent{
    margin-bottom: 30px;
}
.analysisContent .layui-tab{
    width: 1160px;
    box-shadow: 0 0 10px -5px #999;
    padding: 20px;
    margin: 20px 0;
}
.buildContent .build-item{
    float: left;
    width: 148px;
    height: 497px;
    position: relative;
    margin: 30px 0;
}
.buildContent .build-item:last-child .item-date span:first-child::before,
.buildContent .build-item:last-child .item-date span:first-child::after{
    display: none;
}
.buildContent .build-item .item-msg{
    width: 148px;
    height: 168px;
    color: #fff;
    position: absolute;
}
.buildContent .build-item .item-msg::before{
    content: "";
    width: 0;
    height: 0;
    border:8px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 68px;
}
.buildContent .build-item .item-msg::after{
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    bottom: -39px;
    left: 75px;
}
.buildContent .build-item .item-msg .item-msg-cont{
    height: 144px;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    line-height: 17px;
    text-align: justify;
    font-size: 12px;
    word-break: break-all;
}
.buildContent .build-item .item-msg .item-msg-cont img{
    display: none;
}
.buildContent .build-item .item-msg .item-msg-title{
    height: 22px;
    border-top: 2px solid #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 0 0 8px 8px;
    padding: 0 10px;
    font-size: 12px;
}
.buildContent .build-item .item-date{
    width: 85px;
    height: 85px;
    position: absolute;
    top: 206px;
    left: 31px;
}
.buildContent .build-item .item-date span:nth-child(1){
    width: 81px;
    height: 81px;
    border-radius: 43px;
    border: 2px solid;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
}
.buildContent .build-item .item-date span:nth-child(1)::before{
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 84px;
}
.buildContent .build-item .item-date span:nth-child(1)::after{
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    top: 36px;
    left: 133px;
}
.buildContent .build-item .item-date span:nth-child(2){
    width: 83px;
    height: 81px;
    border-radius: 43px;
    border: 1px solid;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
}
.buildContent .build-item .item-date span:nth-child(2)::before{
    content: "";
    width: 5px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 45px;
}
.buildContent .build-item .item-date span:nth-child(2)::after{
    content: "";
    width: 5px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 41px;
}
.buildContent .build-item .item-date span:last-child{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 4px solid;
    border-radius: 34px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 8px;
    z-index: 3;
}
.buildContent .build-item .item-date span:last-child::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    border: 1px solid;
    position: absolute;
    top: -14px;
    left: 37px;
    background-color: #fff;
}
.buildContent .build-item .item-date span:last-child::after{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    border: 1px solid;
    position: absolute;
    top: 68px;
    left: 24px;
    background-color: #fff;
}
.build-item-bottom .item-msg{
    bottom: 0;
}
.buildContent .build-item-bottom .item-msg::before{
    border-top-color: transparent;
    bottom: auto;
    top: -14px;
}
.buildContent .build-item-bottom .item-msg::after{
    bottom:auto;
    top: -38px;
}
.buildContent .build-item-bottom .item-msg .item-msg-title{
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #fff;
}
.buildContent .build-item-bottom .item-msg .item-msg-cont{
    border-radius: 0 0 8px 8px;
}
.buildContent .build-item-bottom .item-date span:nth-child(1){
    left: 0;
}
.buildContent .build-item-bottom .item-date span:nth-child(2){
    left: -1px;
}
.buildContent .build-item-bottom .item-date span:nth-child(2)::before{
    left: 45px;
}
.buildContent .build-item-bottom .item-date span:nth-child(2)::after{
    left: 39px;
}
.buildContent .build-item-bottom .item-date span:last-child::before{
    top: -15px;
    left: 28px;
}
.buildContent .build-item-bottom .item-date span:last-child::after{
    left: 22px;
}

.buildContent .build-item:nth-child(1) .item-msg::after,
.buildContent .build-item:nth-child(1) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(1) .item-date span:nth-child(1)::before {
    background-color: #f9b552;
}
.buildContent .build-item:nth-child(1) .item-msg .item-msg-title{
    background-color: #ff9a14;
}
.buildContent .build-item:nth-child(1) .item-msg::before{
    border-top-color: #f9b552;
}
.buildContent .build-item:nth-child(1) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(1) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(1) .item-date span:last-child::after,
.buildContent .build-item:nth-child(1) .item-date span:last-child::before{
    border-color: #f9b552;
}
.buildContent .build-item:nth-child(1) .item-date span:nth-child(1)::after{
    border-left-color: #f9b552;
}
.buildContent .build-item:nth-child(1) .item-date span:last-child{
    border-color: #f9b552;
    color: #f9b552;
}

.buildContent .build-item:nth-child(2) .item-msg::after,
.buildContent .build-item:nth-child(2) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(2) .item-date span:nth-child(1)::before {
    background-color: #44b9ad;
}
.buildContent .build-item:nth-child(2) .item-msg .item-msg-title{
    background-color: #278d86;
}
.buildContent .build-item:nth-child(2) .item-msg::before{
    border-bottom-color: #44b9ad;
}
.buildContent .build-item:nth-child(2) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(2) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(2) .item-date span:last-child::after,
.buildContent .build-item:nth-child(2) .item-date span:last-child::before{
    border-color: #44b9ad;
}
.buildContent .build-item:nth-child(2) .item-date span:nth-child(1)::after{
    border-left-color: #44b9ad;
}
.buildContent .build-item:nth-child(2) .item-date span:last-child{
    border-color: #44b9ad;
    color: #44b9ad;
}

.buildContent .build-item:nth-child(3) .item-msg::after,
.buildContent .build-item:nth-child(3) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(3) .item-date span:nth-child(1)::before {
    background-color: #df566b;
}
.buildContent .build-item:nth-child(3) .item-msg .item-msg-title{
    background-color: #c1294d;
}
.buildContent .build-item:nth-child(3) .item-msg::before{
    border-top-color: #df566b;
}
.buildContent .build-item:nth-child(3) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(3) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(3) .item-date span:last-child::after,
.buildContent .build-item:nth-child(3) .item-date span:last-child::before{
    border-color: #df566b;
}
.buildContent .build-item:nth-child(3) .item-date span:nth-child(1)::after{
    border-left-color: #df566b;
}
.buildContent .build-item:nth-child(3) .item-date span:last-child{
    border-color: #df566b;
    color: #df566b;
}

.buildContent .build-item:nth-child(4) .item-msg::after,
.buildContent .build-item:nth-child(4) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(4) .item-date span:nth-child(1)::before {
    background-color: #dc87b7;
}
.buildContent .build-item:nth-child(4) .item-msg .item-msg-title{
    background-color: #9c4796;
}
.buildContent .build-item:nth-child(4) .item-msg::before{
    border-bottom-color: #dc87b7;
}
.buildContent .build-item:nth-child(4) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(4) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(4) .item-date span:last-child::after,
.buildContent .build-item:nth-child(4) .item-date span:last-child::before{
    border-color: #dc87b7;
}
.buildContent .build-item:nth-child(4) .item-date span:nth-child(1)::after{
    border-left-color: #dc87b7;
}
.buildContent .build-item:nth-child(4) .item-date span:last-child{
    border-color: #dc87b7;
    color: #dc87b7;
}

.buildContent .build-item:nth-child(5) .item-msg::after,
.buildContent .build-item:nth-child(5) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(5) .item-date span:nth-child(1)::before {
    background-color: #5eaeff;
}
.buildContent .build-item:nth-child(5) .item-msg .item-msg-title{
    background-color: #2978db;
}
.buildContent .build-item:nth-child(5) .item-msg::before{
    border-top-color: #5eaeff;
}
.buildContent .build-item:nth-child(5) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(5) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(5) .item-date span:last-child::after,
.buildContent .build-item:nth-child(5) .item-date span:last-child::before{
    border-color: #5eaeff;
}
.buildContent .build-item:nth-child(5) .item-date span:nth-child(1)::after{
    border-left-color: #5eaeff;
}
.buildContent .build-item:nth-child(5) .item-date span:last-child{
    border-color: #5eaeff;
    color: #5eaeff;
}

.buildContent .build-item:nth-child(6) .item-msg::after,
.buildContent .build-item:nth-child(6) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(6) .item-date span:nth-child(1)::before {
    background-color: #b588ff;
}
.buildContent .build-item:nth-child(6) .item-msg .item-msg-title{
    background-color: #8846f6;
}
.buildContent .build-item:nth-child(6) .item-msg::before{
    border-bottom-color: #b588ff;
}
.buildContent .build-item:nth-child(6) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(6) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(6) .item-date span:last-child::after,
.buildContent .build-item:nth-child(6) .item-date span:last-child::before{
    border-color: #b588ff;
}
.buildContent .build-item:nth-child(6) .item-date span:nth-child(1)::after{
    border-left-color: #b588ff;
}
.buildContent .build-item:nth-child(6) .item-date span:last-child{
    border-color: #b588ff;
    color: #b588ff;
}

.buildContent .build-item:nth-child(7) .item-msg::after,
.buildContent .build-item:nth-child(7) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(7) .item-date span:nth-child(1)::before {
    background-color: #22c37d;
}
.buildContent .build-item:nth-child(7) .item-msg .item-msg-title{
    background-color: #1b9560;
}
.buildContent .build-item:nth-child(7) .item-msg::before{
    border-top-color: #22c37d;
}
.buildContent .build-item:nth-child(7) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(7) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(7) .item-date span:last-child::after,
.buildContent .build-item:nth-child(7) .item-date span:last-child::before{
    border-color: #22c37d;
}
.buildContent .build-item:nth-child(7) .item-date span:nth-child(1)::after{
    border-left-color: #22c37d;
}
.buildContent .build-item:nth-child(7) .item-date span:last-child{
    border-color: #22c37d;
    color: #22c37d;
}

.buildContent .build-item:nth-child(8) .item-msg::after,
.buildContent .build-item:nth-child(8) .item-msg .item-msg-cont,
.buildContent .build-item:nth-child(8) .item-date span:nth-child(1)::before {
    background-color: #8fc31f;
}
.buildContent .build-item:nth-child(8) .item-msg .item-msg-title{
    background-color: #7eab20;
}
.buildContent .build-item:nth-child(8) .item-msg::before{
    border-bottom-color: #8fc31f;
}
.buildContent .build-item:nth-child(8) .item-date span:nth-child(1),
.buildContent .build-item:nth-child(8) .item-date span:nth-child(2),
.buildContent .build-item:nth-child(8) .item-date span:last-child::after,
.buildContent .build-item:nth-child(8) .item-date span:last-child::before{
    border-color: #8fc31f;
}
.buildContent .build-item:nth-child(8) .item-date span:nth-child(1)::after{
    border-left-color: #8fc31f;
}
.buildContent .build-item:nth-child(8) .item-date span:last-child{
    border-color: #8fc31f;
    color: #8fc31f;
}
.chartBox{
    width: 1140px;
    height: 400px;
}

@media screen and (max-width: 1220px){
    .loginContent{
        width: 1000px;
        height: 296px;
    }
    .loginContent .loginBrief{
        width: 250px;
        height: 249px;
    }
    .loginContent .loginBrief p{
        line-height: 25px;
        -webkit-line-clamp:9;
    }
    .loginContent .loginBrief::before{
        width: 275px;
        height: 273px;
    }
    .courseContent,
    .courseBox{
        width: 1000px;
    }
    .noticeItem{
        width: 480px;
    }
    .noticeItem .item-msg{
        width: 335px;
    }
    .courseCard,
    .teacherCard{
        width: 188px;
    }
    .courseCard .box-img,
    .teacherCard .box-img{
        width: 188px;
        height: 105px;
    }
    .buildContent .build-item,
    .buildContent .build-item .item-msg{
        width: 124px;
    }
    .buildContent .build-item .item-msg::before{
        left: 54px;
    }
    .buildContent .build-item .item-msg::after{
        left: 61px;
    }
    .buildContent .build-item .item-date{
        left: 17px;
    }
    .buildContent .build-item .item-msg .item-msg-cont{
        line-height: 19px;
        -webkit-line-clamp: 7;
    }
    .dataCard,
    .dataNumberContent .numberitem{
        width: 238px;
    }
    .analysisContent .layui-tab{
        width:960px
    }
    .chartBox{
        width:940px
    }
}