.navTitle {
    padding: 32px 5%;
    font-family: 'SourceHanSans-Light';
}

.navTitle .navTitle-logo {
    width: 175px;
}

.navTitle .navTitle-logo img {
    width: 175px;
}

.navTitle .navTitle-col {
    font-size: 20px;
}

.navTitle .navTitle-col .navTitle-col-item:hover {
    color: rgba(59, 58, 58, 0.96);
    text-decoration: none;
}

.navTitle .navTitle-col .navTitle-col-item {
    color: rgba(59, 58, 58, 0.56);
    margin-right: 40px;
}

.navTitle .navTitle-col .navTitle-col-btn {
    width: 134px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #9D3335;
    border-radius: 5px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.96);
}

.navTitle .navTitle-col .navTitle-col-btn:hover {
    text-decoration: none;
    cursor: pointer;
}

.navTitle .navTitle-col .navTitle-col-item.active {
    font-size: 24px;
    font-family: 'SourceHanSans-Light';
    font-weight: bold;
    color: rgba(59, 58, 58, 0.96);
}

.navTitle .navTitle-rightCol {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url('/static/images/rightCol.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 920px) {
    .navTitle .navTitle-col {
        display: none;
    }

    .navTitle .navTitle-rightCol {
        display: block;
    }
}

.navCol {
    /* display: none; */
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

.navCol .navCol-content {
    transform: translateX(50vw);
    position: fixed;
    top: 0;
    right: 0;
    width: 20vw;
    min-width: 150px;
    height: 100vh;
    background-color: #FFFFFF;
    padding: 30px 15px;
    transition: 0.2s linear;
    z-index: 1600;
}

.navCol .navCol-content .navCol-content-item {
    padding: 10px;
    font-weight: bold;
    color: rgba(59, 58, 58, 0.56);
}

.navCol .navCol-content .navCol-content-item:hover {
    text-decoration: none;
}


.banner {
    min-height: 272px;
    width: 100%;
    background-color: green;
    background-image: url('/static/images/banner.jpg');;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slogin {
    font-size: 3rem;
}

.banner .contentBlock {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    /* background: #00000022; */
    /* max-width: 55%; */
}

.banner .tag {
    text-align: center;
    width: max-content;
    padding: 5px;
    background: #9D3335;
    border-radius: 5px;
    font-size: 18px;
    /* todo */
    margin-bottom: 18px;

    font-family: 'SourceHanSans-Light';
    color: white;
}

.banner .slogin span {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 40px;
    /* todo */
}

/* .banner .slogin span, .banner .desc {
    background: #00000022;
} */

@media (max-width: 1200px) {
    .banner .slogin {
        line-height: 1;
    }

    .banner .slogin span, .banner .slogin br {
        font-size: 24px;
    }
}

.banner .desc {
    margin-top: 7px;
    /* width: 95%; */
    font-size: 15px;
    /* todo */
    font-family: 'SourceHanSans-Light';
    font-weight: 400;
    color: rgba(255, 255, 255, 0.96);
    line-height: 21px;
}

.blockTitle {
    min-width: 200px;
    margin: 0 auto;
    margin-top: 81px;
    font-size: 10px;
    text-align: center;
}

.blockTitle .tips {
    margin: 0 auto;
    font-size: 16px;
    color: rgba(59, 58, 58, 0.96);
    text-align: center;
    margin-bottom: 50px;
    font-family: 'SourceHanSans-Light';
}

.blockTitle .text {
    font-weight: bold;
    width: 100%;
    position: relative;
    font-size: 36px;
    letter-spacing: 1px;
}

.blockTitle .text span {
    color: #B80000;
    font-size: 24px;
}


.homePage-content {
    /* padding: 0 88px; */
    padding: 0 4vw;
}

.swpierNavTitle {
    width: max-content;
    max-width: 100%;
    padding: 7px 8px;
    border: 2px solid #4EA28F;
    font-family: 'SourceHanSans-Light';
}

.swpierNavTitle .item {
    height: 40px;
    font-size: 20px;
    color: #4EA28F;
}

@media (max-width: 1050px) {
    .swpierNavTitle .item {
        font-size: 11px !important;
    }
}

.swpierNavTitle .item .swpierNavTitle-text {
    line-height: normal;
    margin: 0 25px;
    font-weight: 500;
}


.swpierNavTitle .item:last-child .line {
    display: none;
}

.swpierNavTitle .item:hover {
    cursor: pointer;
}

.swpierNavTitle .item.active {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.96);
    background: #4EA28F;
}

.swpierNavTitle .line {
    color: rgba(78, 162, 143, 1);
    height: 26px;
    line-height: 26px;
}

.seeMore {
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    color: rgba(59, 58, 58, 0.96);
    font-family: 'SourceHanSans-Light';
    margin: 33px auto 0;
    max-width: 1063px;
}

.letter .letter-card {
    width: 370px;
    height: 407px;
    padding: 0 20px 22px 20px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'SourceHanSans-Light';
}

.letter .letter-card::after {
    content: ' ';
    width: 100%;
    height: 182px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/static/images/letter.png');
    background-size: cover;
    background-position: center center;
}

.letter .letter-card .letter-card-item {
    position: absolute;
    width: 326px;
    /* width: 88%; */
    height: 385px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 2px rgba(165, 173, 178, 0.27);
    border: 4px solid #CDBA9C;
    z-index: 5;
    padding: 36px;
}

.letter .letter-card .letter-card-item .letter-card-item-title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(59, 58, 58, 0.96);
}


.letter .letter-card .letter-card-item .letter-card-item-content {
    margin-top: 12px;
    font-size: 18px;
    color: rgba(59, 58, 58, 0.96);
    line-height: 37px;
    text-decoration: underline rgba(151, 151, 151, 1);
}

.letter .letter-card .letter-card-item .letter-card-item-time {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(59, 58, 58, 0.96);
    line-height: 31px;
}

@media (max-width: 1200px) {
    .exRead {
        width: 100%;
        overflow-y: auto;
        justify-content: flex-start !important;
    }
}

.exRead .exRead-card {
    /* width: 326px;*/
    height: 300px;
    padding: 20px 29px;
    border-radius: 5px;
    border: 1px solid #979797;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 34px;
    font-family: 'SourceHanSans-Light';
}

.exRead .exRead-card::before {
    content: ' ';
    position: absolute;
    left: -14px;
    bottom: -16px;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    border: 1px solid #979797;
    z-index: -5;
}

.exRead .exRead-card .exRead-cardBox {
    width: 287px;
}

.exRead .exRead-card .exRead-card-title {
    width: 100%;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(59, 58, 58, 0.96);
    line-height: 31px;
}

.exRead .exRead-card .exRead-card-content {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: rgba(59, 58, 58, 0.96);
    line-height: 31px;
}

.exRead .exRead-card .exRead-card-time {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: rgba(59, 58, 58, 0.96);
}

.courseSystem .courseSystem-bg {
    margin-top: 224px;
    /* margin-left: -2vw; */
    width: 100%;
    height: 144px;
    background-image: url('/static/images/courseSystemBG.jpg');
    background-size: 100% 100%;
    background-position: center center;
    z-index: -5;
}

.courseSystem .courseSystem-cardList {
    margin-top: -315px;
}

@media (max-width: 1050px) {
    .courseSystem .courseSystem-cardList {
        width: 100%;
        overflow-y: auto;
        justify-content: flex-start !important;
    }

    .letter {
        width: 100%;
        overflow-y: auto;
        justify-content: flex-start !important;
    }

    .letter .letter-card {
        margin-right: 20px !important;
        max-width: 100%;
    }

    .letter .letter-card::after {
        content: '';
        background-image: none;
    }

    .letter .letter-card .letter-card-item {
        position: static !important;
    }
}

.courseSystem-cardList .courseSystem-cardList-card {
    width: 230px;
    height: 394px;
    margin: 0 30px;
    padding: 13px 9px 9px 10px;
    margin-bottom: 20px;
    background: linear-gradient(156deg, #FFFFFF 0%, #FFFDFB 30%, #FAF5F0 100%);
    box-shadow: 3px 3px 8px 3px rgba(72, 100, 93, 0.27);
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;

    *writing-mode: tb-lr;
}

.courseSystem-cardList .courseSystem-cardList-card .box1 {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 4px solid #CDBA9C;
    padding: 8px;
}

.courseSystem-cardList .courseSystem-cardList-card .box2 {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #CDBA9C;
    padding: 0 5px;
}

.courseSystem-cardList .courseSystem-cardList-card .box2 .box2-left {
    padding-top: 30px;
    width: max-content;
    font-size: 32px;
    color: #000000;
    line-height: 49px;
    max-width: 50px;
}

.courseSystem-cardList .courseSystem-cardList-card .box2 .box2-left .box2-left-title {
    font-weight: bold;
    letter-spacing: 25px;
}

.courseSystem-cardList .courseSystem-cardList-card .box2 .box2-left .box2-left-yinni {
    width: 25px;
    height: 45px;
    line-height: 25px;
    text-align: center;
    background-image: url('/static/images/niyin.png');
    background-size: 100% 100%;
    background-position: center center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 5px;
}

.courseSystem-cardList .courseSystem-cardList-card .box2 .box2-line {
    width: 2px;
    height: 98%;
    background-color: rgba(205, 186, 156, 1);
}

.courseSystem-cardList .courseSystem-cardList-card .box2 .box2-content {
    max-width: 96px;
    margin-left: 23px;
    padding: 23px 0;
    overflow: hidden;
    font-family: 'SourceHanSans-Light';
}

@media (max-width: 1300px) {
    .courseSystem-cardList-card {
        width: 210px !important;
    }

    .courseSystem-cardList .courseSystem-cardList-card .box2 {
        padding: 0 !important;
    }

    .courseSystem-cardList .courseSystem-cardList-card .box2 .box2-content {
        margin-left: 13px !important;
    }
}

@media (max-width: 1200px) {
    .courseSystem-cardList-card {
        width: 186px !important;
    }

    .courseSystem-cardList .courseSystem-cardList-card .box2 {
        padding: 0 !important;
    }

    .courseSystem-cardList .courseSystem-cardList-card .box2 .box2-content {
        max-width: 72px !important;
        margin-left: 13px !important;
    }
}

/* @media (max-width: 1000px) {
	.courseSystem-cardList-card {
		width: 15% !important;
		height: 50vh !important;
	}
	.courseSystem-cardList .courseSystem-cardList-card .box2 .box2-left{
		max-width: 20%;
		font-size: 16px;
	}
} */

.courseSystem-cardList .courseSystem-cardList-card .box2:hover {
    cursor: default;
}

.rightDrawer {
    position: fixed;
    /* right: calc(2vw + 55px); */
    right: 2vw;
    top: 60vh;
    width: 96px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #979797;
    z-index: 100;
}

.rightDrawer .weixin {
    width: 100%;
    border-bottom: 1px solid #979797;
}

.rightDrawer .weixin:hover {
    cursor: default;
}

.rightDrawer .weixin .qrcode {
    margin-top: 21px;
    width: 39px;
    height: 32px;
    background-image: url('/static/images/weixin.png');
    background-size: cover;
    background-position: center center;
}

.rightDrawer .weixin .qrcode:hover {
    background-image: url('/static/images/weixin_active.png');
}

.rightDrawer .weixin .weixinText {
    font-size: 16px;
    font-family: 'SourceHanSans-Light';
    color: #A1A7A4;
    margin-top: 12px;
    margin-bottom: 10px;
}

.rightDrawer .toTop {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightDrawer .toTop .icon {
    width: 25px;
    height: 21px;
    background-image: url('/static/images/icon-toTop.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.weixinQrcode {
    opacity: 0;
    transition: all 1s;
    position: fixed;
    right: 140px;
    top: 60vh;
    width: 140px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #979797;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: rgba(59, 58, 58, 0.96);
    font-family: 'SourceHanSans-Light';
}

.weixinQrcode img {
    width: 114px;
    height: 114px;
}

.copyright {
    color: #fff;
    font-size: 14px;
    background: #000000;
    padding-top: 10px;
    text-align: center;
}

.copyright .copyright-txt {
    padding: 10px;
}


@font-face {
    font-family: 'fz';
    src: url('/static/font/FZKTJW.TTF');
}

@font-face {
    font-family: 'SourceHanSans-Light';
    src: url('/static/font/SourceHanSans-Light.otf');
}

body {
    font-family: 'fz' !important;
    width: 100%;
    overflow-x: hidden;
}

nav {
    font-family: 'SourceHanSans-Light';
}