.son {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.back {
    position: absolute;
    top: 35px;
    left: 40px;
}

.container-content {
    background-image: url(/static/api/image/icon-homeBack.png);
    background-size: 100% 100%;
    background-position: center center;
    padding-top: 20px;
}

.header .container-xin .container-title a{
    font-size: 44px;
    font-family: KaiTi; 
    font-weight: 400;
    color: #612300;
}

.header .container-xin .navbar .navbar-item {
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    margin-left: 20px;
    padding: 2px 15px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 15px;
}

.header .container-xin .navbar .current {
    background: #FF9138;
    border-radius: 15px;
    padding: 2px 15px;
    color: #fff;
    text-align: center;
}

.header .container-xin .navbar .navbar-item .lower {
    width: 9px;
    height: 5px;
    margin-left: 5px;
    display: block;
    background-image: url(../image/icon-lower.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.header .container-xin .navbar .navbar-item:hover .lower {
    background-image: url(../image/icon-selectedLower.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header .container-xin .navbar .navbar-item .none {
    display: none;
    position: absolute;
    width: 400px;
    top: 30px;
    height: 300px;
}

.header .container-xin .navbar .navbar-item .navbar-children {
    position: absolute;
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    /* left: 18px; */
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 42px;
    padding: 15px 30px;
    top: 15px;
    z-index: 9999;
}

.navbar-children-one {
    position: relative;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 42px;
    padding: 15px 30px;
    top: 15px;
    z-index: 9999;
}

.header .container-xin .navbar .navbar-item a:hover {
    color: #FF9138;
}

.header .container-xin .navbar .navbar-item a:nth-child(2n+1) {
    width: 120px;
}

.header .container-xin .navbar .navbar-item .triangle {
    position: relative;
    top: -130px;
    right: 190px;
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
}

.header .container-xin .navbar .navbar-item .triangle-two {
    left: 0;
    top: -118px !important;
}

.header .container-xin .navbar .navbar-item:hover {
    background: #FF9138;
    border-radius: 15px;
    padding: 2px 15px;
    color: #fff;
    text-align: center;
}

.header .container-xin .navbar .navbar-item:hover .none {
    display: block;
    text-align: left;
}

.header .container-xin .navbar .navbar-item:first-child {
    margin-left: 34px;
}

.header .container-xin .login-name {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.header .container-xin .register {
    width: 56px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #FF9138;
    border-radius: 13px;
    margin-left: 24px;
}

.header .search {
    margin: 465px auto 0;
    width: 896px;
    height: 48px;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    z-index: 9999 !important;
    padding: 6px !important;
}

.header .search .search-input {
    width: 800px;
    height: 48px;
    line-height: 48px;
    border: none;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-left: 6px;
}

.header .search .search-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FF9138;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.header .search .search-btn :hover {
    opacity: .5;
}

/* 首頁中间内容 */
.teacher {
    width: 100%;
    padding: 185px 0 108px;
    background: #FFFFFF;
}

.w-24 {
    width: 24px;
    height: 24px;
}

.public-title p {
    font-size: 24px;
    font-weight: 400;
    color: #2D2D2D;
    margin-left: 10px;
}

.public-ul .public-item {
    width: 280px;
    height: 163px;
    margin-top: 25px;
    position: relative;
}

.public-ul .public-item img {
    width: 100%;
    height: 100%;
}

.public-ul .public-item .public-tips {
    position: absolute;
    top: 29px;
    left: 16px;
}

.public-ul .public-item .public-tips .tips-title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.public-ul .public-item .public-tips .smallTips-title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.student {
    width: 100%;
    padding: 68px 0 108px;
    background: #F9FCFF;
}

.video {
    width: 100%;
    padding: 36px 0 43px;
}

.video-container {
    margin-top: 20px;
}

.video-ul {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
}

.video-container .video-ul .video-item {
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-top: 20px;
    padding-bottom: 16px;
}

.video-container .video-ul .video-item .video-content {
   padding: 0 15px;
}

.video-container .video-ul .video-item:first-child {
    margin-left: 0;
    margin-top: 0;
}

.video-container .video-ul .video-item:nth-child(2) {
    margin-top: 0;
}

.video-container .video-ul .video-item:nth-child(3) {
    margin-top: 0;
}

.video-container .video-ul .video-item:nth-child(4) {
    margin-top: 0;
}

.video-container .video-ul .video-item:nth-child(4n+1) {
    margin-left: 0;
}

.video-container .video-ul .video-item :first-child {
    margin-left: 0;
}

.video-container .video-ul .video-item .video-img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 63.7%;
    /* height: 210px; */
    /*这个属性是关键*/
}

.video-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 212px;
    height: 56px;
    z-index: 1;
}

.video-container .video-ul .video-item .video-img .imgs-hober {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 过渡配置 */
    transition: all .6s ease .1s;
    border-radius: 6px;
}

.imgs-hober:hover {
    border-radius: 6px;
    /* 放大1.3倍 */
    transform: scale(1.1);
}

.video-container .video-ul .video-item .video-img .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
}

/* .video-container .video-ul .video-item .video-content {
    padding-top: 10px;
} */

.video-container .video-ul .video-item .video-culture {
    width: 66px;
    height: 20px;
    background: #7496D1;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.video-container .video-ul .video-item .video-culture-two {
    width: 66px;
    height: 20px;
    background: #F09D64;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.video-container .video-ul .video-item .video-culture-four {
    width: 66px;
    height: 20px;
    background: #40C190;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.video-container .video-ul .video-item .video-content .video-title {
    font-size: 24px;
    font-weight: bold;
    color: #2D2D2D;
    line-height: 36px;
}

.video-container .video-ul .video-item .video-content .video-tips {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    margin-top: 5px;
}

.video-container .video-ul .video-item:hover .video-title {
    color: #FF9138;
}

.video-container .video-ul .video-item:hover span {
    color: #FF9138;
}

.m-product-panel-more {
    width: 130px;
    margin: 60px auto 0;
}

.m-product-panel-more a {
    color: #AAAAAA;
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
    padding: 11px 38px;
    font-weight: 400;
    border: 1px solid #EBEBEB;
    border-radius: 18px;
    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
    transition: color .3s ease, border-color .3s ease, background .3s ease
}

.m-product-panel-more a:hover {
    color: #fff;
    border-color: #FF9138;
    background: #FF9138
}

.message {
    width: 100%;
    padding: 35px 0 43px;
}

.notice-container {
    margin-top: 30px;
}

.block-content {
    visibility: visible;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: fadeInUp;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.block-content-box {
    visibility: visible;
    animation-duration: 0.4s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    position: relative;
}

.block-content-box-list {
    display: flex;
    width: 100%;
    margin-top: 68px;

}

.block-list-item {
    width: 388px;
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 46px 33px 80px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.block-list-item:first-child {
    margin-left: 0;
}

.block-list-item:hover {
    002597 box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.block-list-item:before {
    content: '';
    width: 0;
    height: 3px;
    background-color: #ff7327;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.4s ease;
    opacity: 0;
}

.block-list-item:hover:before {
    left: 0;
    opacity: 1;
    width: 100%;
}


.block-list-item:hover .block-list-item-title {
    font-size: 18px;
    font-weight: 400;
    color: #FF9138;
}

.block-list-item:hover .block-list-item-more {
    display: none;
    transition: all .5s;
    transition: all .5s;
}

.block-list-item:hover .block-list-item-more02 {
    display: block;
    transition: all .5s;
    transition: all .5s;
}

.block-list-item-middle {
    width: 320px;
    height: 200px;
    margin-top: 52px;
    position: relative;
    overflow: hidden;
    /*这个属性是关键*/
}

.block-list-item-middle img {
    width: 100%;
    height: 100%;
    /* 过渡配置 */
    transition: all .6s ease .1s;
}

.block-list-item:hover .block-list-item-middle img {
    /* 放大1.3倍 */
    transform: scale(1.1);
}

.block-list-item-date {
    font-weight: 400;
    color: #AAAAAA;
    line-height: 24px;
}

.block-list-item-title {
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    margin-top: 30px;
}

.block-list-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    line-height: 24px;
    margin-top: 25px;
}

.block-list-item-more {
    width: 26px;
    height: 23px;
    margin-top: 60px;
    transition: all .36s;
    transition: all .36s;
}

.block-list-item-more02 {
    display: none;
    width: 42px;
    height: 42px;
    margin-top: 42px;
    transition: all .36s;
    transition: all .36s;
}




/* 公用底部 */
.footer {
    width: 100%;
    box-sizing: border-box;
    /* background: #fff; */
    /* padding: 35px 15px; */
}

.footer-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #A0D0BE;
}
.footer .visits:first-child {
    margin-left: 0;
}
.footer .visits {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #FF9138;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FF9138;
    margin-left: 6px;
}

.footer .contact-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer .footer-content .contact-top .middle {
    align-items: baseline;
}

.footer .footer-content .contact-top .middle p {
    font-size: 18px;
    font-weight: 400;
}

.footer .footer-content .contact-top .middle .middle-item {
    margin-left: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
}

.footer .footer-content .contact-top .middle-img .img-01 {
    width: 150px;
    height: 35px;
    margin-left: 30px;
}

.footer .footer-content .contact-top .middle-img .img-02 {
    width: 50px;
    height: 70px;
}

.footer .footer-content .contact-top .middle-img .img-03 {
    width: 150px;
    height: 30px;
    margin-left: 30px;
}

.contact-bottom {
    width: 100%;
    height: 68px;
    background-color: #fff;
}

.other {
    /* width: 664px; */
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    /* margin: 0 auto; */
}

.other-student {
    width: 400px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    margin: 0 auto;
}

.other a:hover {
    color: #FF9138;
    cursor: pointer;
}

.ip {
    font-size: 18px;
    font-weight: 200;
    color: #929292;
    line-height: 36px;
}



[v-cloak] {
    display: none;

}


.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}


/* 公用头部 */
.public-header {
    width: 100%;
    height: 100px;
    background-color: #A0D0BE;
    padding: 18px 0;
}


.public-header .container-xin {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.public-header .container-xin .container-title a{
    font-size: 44px;
    font-weight: 400;
    color: #fff;
}

.public-header .container-xin .navbar .navbar-item {
    font-size: 18px;
    color: #333;
    /* margin-left: 20px; */
    padding: 2px 20px;
    cursor: pointer;
    position: relative;
    text-align: center;
    /* background-image: url(../image/icon-nav-item.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    /* width: 150px; */
}

.public-header .container-xin .navbar .current {
    background-image: url(../image/icon-nav-item.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #333333;
    text-align: center;
    min-width:127px;
    min-height: 26px;
}

.public-header .container-xin .navbar .navbar-item .lower {
    width: 9px;
    height: 5px;
    /* margin-left: 5px; */
    display: block;
    background-image: url(../image/icon-lower.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
    position: absolute;
    right: 35px;
}

.public-header .container-xin .navbar .navbar-item:hover .lower {
    background-image: url(../image/icon-selectedLower.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.public-header .container-xin .navbar .navbar-item .none {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 400px;
    top: 30px;
    height: 300px;
}

.public-header .container-xin .navbar .navbar-item .navbar-children {
    position: absolute;
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    left: 18px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 42px;
    padding: 15px 30px;
    top: 15px;
}

.navbar-children-one a {
    color: #2D2D2D;
}

.public-header .container-xin .navbar .navbar-item .navbar-children-one a:hover {
    color: #FF9138;
}
.public-header .container-xin .navbar .navbar-item .navbar-children-one p:hover {
    color: #FF9138;
}

.public-header .container-xin .navbar .navbar-item a:hover {
    color: #FF9138;
}

.public-header .container-xin .navbar .navbar-item .navbar-children a:nth-child(2n+1) {
    width: 120px;
}

.public-header .container-xin .navbar .navbar-item .triangle {
    position: absolute;
    top: -20px;
    left: 22px;
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
}

.triangle-two {
    top: -130px !important;
    left: -125px;
}

.public-header .container-xin .navbar .navbar-item:hover {
    /* padding: 2px 15px; */
    /* color: #333333; */
    /* text-align: center; */
    background-image: url(../image/icon-nav-item.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.public-header .container-xin .navbar .navbar-item:hover .none {
    display: block;
    text-align: left;
}

.header .container-xin .navbar .navbar-item:first-child {
    margin-left: 34px;
}

.public-header .container-xin .right .login {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.logon {
    width: 56px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #FF9138;
    border: 1px solid #FF9138;
    border-radius: 13px;
    margin-left: 24px;
}

.logon-two {
    width: 96px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #FF9138;
    border: 1px solid #FF9138;
    border-radius: 13px;
    margin-right: 24px;
}



.public-header .container-xin .register {
    width: 56px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #FF9138;
    border-radius: 13px;
    margin-left: 24px;
}

.public-header .search {
    margin: 465px auto 0;
    width: 896px;
    height: 48px;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    z-index: 9999 !important;
    padding: 6px !important;
}

.public-header .search .search-input {
    width: 800px;
    height: 48px;
    line-height: 48px;
    border: none;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-left: 6px;
}

.public-header .search .search-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FF9138;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.public-header .search .search-btn :hover {
    opacity: .5;
}


div.to-top {
    position: fixed;
    bottom: 5vh;
    right: 2vw;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.5625rem;
    border-radius: 50%;
    box-shadow: 5px 6px 18px rgba(23, 23, 36, 0.12);
    opacity: 0;
    background: #FF9138;
    color: #fff;
    will-change: transform;
    z-index: 10;
    cursor: pointer;
    transition: .2s;
}

div.to-top.show {
    transform: scale(1);
    opacity: 1;
    transition: all 0.2s, transform 0.2s cubic-bezier(0.5, 0, 1, 2);
}

div.to-top.active::after,
div.to-top:hover::after {
    transform: scale(1);
}

@keyframes el-icon-arrow-up {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}


.sticky {
    position: fixed;
    top: 560px;
    left: 0;
    right: 0;
    height: 60px;
    box-shadow: 0 0 28px rgba(89, 89, 89, 0.1);
    background-color: #fff;
    width: 100%;
}

.prism-big-play-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 48%;
    width: 56px;
    height: 37px;
    background: url("../image/video.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

/* 右箭头 */
.gl {
    width: 7px;
    height: 7px;
    border-left: .5px solid #929292;
    border-bottom: .5px solid #929292;
    transform: translate(0, 0) rotate(-135deg);
    margin-left: auto;
}

/* 题库工具箱 */
.background-box {
    width: 100%;
    height: 196px;
    background: url("../image/icon-tiku.png") no-repeat;
    overflow: hidden;
    background-size: cover;
}

.background-box .search-box {
    width: 576px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
}

.background-box .search-box .search-input {
    width: 476px;
    height: 48px;
    line-height: 48px;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #AAAAAA;
    padding: 0 20px;
}

.background-box .search-box .search {
    width: 100px;
    height: 48px;
    background: #FF9138;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
}

.container-box {
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    /* margin-bottom: 40px; */
    width: 972px;
    margin: 0 auto 40px;
}


.container-height {
    height: 70px;
}

.current-location {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

.current-location a {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

.container-img {
    width: 33px;
    height: 27px;
}

.container-name {
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
    margin-left: 13px;
}

.type-box {
    /* width: 1200px; */
    padding: 10px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    margin: 0 auto;
}

.study-section {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    width: 55px;
}

/* 学段 年级 单元*/
/* .study-item:hover {
    padding: 2px 14px;
    background: #FFF8EE;
    border: 1px solid #FFE5C0;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #FF9138;
    margin-left: 16px;
}

.screen-box .study-item:hover {
    padding: 2px 14px;
    background: #FFF8EE;
    border: 1px solid #FFE5C0;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #FF9138;
    margin-left: 16px;
} */

.study-item {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    margin-left: 16px;
    cursor: pointer;
    padding: 2px 14px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    filter: alpha(opacity=90);
    mix-blend-mode: multiply;
}


.selected-section {
    padding: 2px 14px;
    background: #7396D0;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.study-item:hover {
    padding: 2px 14px;
    background: #7396D0;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.selected-section-01 {
    padding: 2px 14px;
    background: #7D7EDC;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.study-item-01:hover {
    padding: 2px 14px;
    background: #7D7EDC;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}


.selected-section-02 {
    padding: 2px 14px;
    background: #FFB644;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.study-item-02:hover {
    padding: 2px 14px;
    background: #FFB644;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.selected-section-03 {
    padding: 2px 14px;
    background: #7ACBF0;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.study-item-03:hover {
    padding: 2px 14px;
    background: #7ACBF0;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.selected-section-04 {
    padding: 2px 14px;
    background: #F4A0A0;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.study-item-04:hover {
    padding: 2px 14px;
    background: #F4A0A0;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 16px;
}

.question-box-item {
    width: 892px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    padding: 25px 30px 8px;
    margin-top: 20px;
    /* margin-left: 18px; */
}

 .web-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.web-con {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}


.question-box .hengxian {
    width: 100%;
    height: 1px;
    background: #F2F2F2;
    margin-top: 25px;
}

 .analysis {
    width: 46px;
    height: 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #929292;
}

.add-test-paper:hover {
    width: 86px;
    height: 26px;
    background: #FF9138;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF8EE;
    text-align: center;
    line-height: 26px;
}

 .add-test-paper {
    width: 86px;
    height: 26px;
    border: .5px solid #FF9138;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FF9138;
    text-align: center;
    line-height: 26px;
}

.already-test-paper {
    width: 86px;
    height: 26px;
    background: #FF9138;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF8EE;
    text-align: center;
    line-height: 26px;
}


.shuxian {
    width: 2px;
    height: 14px;
    background: #EBEBEB;
    margin: 0 13px;
}

.no-more {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    margin: 57px 0 33px;
    text-align: center;
}

.selected-box {
    /* width: 1200px; */
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    padding: 8px 16px;
    margin: 20px auto 70px;
}

.test-paper-library {
    width: 124px;
    height: 44px;
    background: #FF9138;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF8EE;
}

/* 工作紙庫 */
.working_library_box {
    width: 100%;
    height: 196px;
    background-image: url(../image/working_banne.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.download-box {
    padding: 30px 30px 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.download-box .no-more {
    margin: 24px 0 0;
    padding-bottom: 24px;
}

.download-item {
    width: 100%;
    height: 80px;
    border-bottom: 1px dashed #EBEBEB;
}


/* 书单 */

.library-box {
    width: 100%;
    padding: 0 0 40px 0;
    background-color: #FAFAFA;
}

.library-box .library-item {
    width: 600px;
    margin-top: 88px;
}

.library-box .library-item:first-child {
    margin-top: 0;
}

.library-box .library-item:nth-child(2) {
    margin-top: 0;
}

.library-box .library-item .library-details-button {
    width: 64px;
    height: 26px;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    margin-top: 30px;
}

.library-box .library-item .library-details-button:hover {
    color: #fff;
    background-color: #FF9138;
    border: 1px solid #FF9138;
}

.left-side-menu {
    width: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    height: 1000px;
    padding: 18px 22px;
    overflow-y: scroll;
}

.left-side-menu::-webkit-scrollbar {
    display: none;
}

.lsm-sidebar-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    cursor: pointer;
}

.lsm-sidebar-title:hover {
    color: #FF9138;
}

.lsm-sidebar-second-title :hover {
    color: #FF9138;
}

.lsm-sidebar-three-title :hover {
    color: #FF9138;
}

.lsm-sidebar-second-title {
    margin-top: 20px;
    margin-left: 24px;
    cursor: pointer;
}

.lsm-sidebar-three-title {
    margin-top: 20px;
    margin-left: 65px;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    cursor: pointer;
}

.w-12-7 {
    width: 12px;
    height: 7px;
}

.drop-down-box {
    width: 255px;
    /* text-align: center; */
    padding: 10px 0;
    margin: 5px 0;
    background-color: #FFF;
    /* border: 1px solid #EBEEF5; */
    border-radius: 4px;
    /* -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); */
    /* box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); */
    transition: all .3s;
    /* border-bottom: ; */
}

.down-item1 {
    background: #FFF8EE;
    color: #FF9138 !important;
}


.drop-down-box .down-item {
    list-style: none;
    line-height: 36px;
    margin: 0;
    color: #2d2d2d;
    outline: 0;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
}


.drop-down-box .down-item:hover {
    background: #FFF8EE;
    color: #FF9138;
}

.website-item {
    width: 160px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 20px 7px 21px;
    margin-left: 43px;
    margin-top: 35px;
}

.website_title {
    font-size: 28px;
    height: 100px;
    color: #2D2D2D;
    font-size: 18px;
    border: 1px solid #2D2D2D;
}

.website_title_first {
    width: 100px;
    text-align: center;
    height: 100px;
    border-right: 1px solid #2D2D2D;
}
.website_title_second {
    width: 200px;
    text-align: center;
    height: 100px;
    border-right: 1px solid #2D2D2D;
}
.website_title_third:first-child{
    border-top: 2px solid #2D2D2D;
}
.website_title_third {
    width: 500px;
    text-align: center;
    height: 100px;
    border-right: 1px solid #2D2D2D;
    overflow: hidden;
    word-break: break-all;
}
.website_title_fourth {
    width: 200px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    text-align: center;
}



.website-item:nth-child(1) {
    margin-top: 0;
}

.website-item:nth-child(2) {
    margin-top: 0;
}

.website-item:nth-child(3) {
    margin-top: 0;
}

.website-item:nth-child(4) {
    margin-top: 0;
}

.website-item:nth-child(5) {
    margin-top: 0;
}

.website-item:first-child {
    margin-left: 0;
}

.website-item:nth-child(5n+1) {
    margin-left: 0;
}

.website-item p {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
}

/* 试卷库 */
.selected-title {
    font-size: 14px;
    font-family: Songti SC;
    font-weight: 400;
    color: #929292;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 18px;
}

.library-banner-box {
    width: 100%;
    height: 196px;
    background: url("../image/icon-library-banner.png") no-repeat;
    overflow: hidden;
    background-size: cover;
}

.text-library-box {
    /* width: 1200px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    padding: 42px 100px;
}

.container-box .library-selected-box {
    /* width: 1200px; */
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 8px 0px rgb(190 190 190 / 10%);
    border-radius: 6px;
    padding: 8px 16px;
    margin: 38px 0;
}


.library-parent.title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
}

.remove-button {
    width: 86px;
    height: 26px;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
    line-height: 26px;
}

.library-children:nth-child(1) {
    margin-top: 20px;
}

.library-children {
    margin-top: 20px;
    border: 1px solid#fff;
    position: relative;
    cursor: pointer;
}

.library-children:hover {
    border: 1px solid #FF9138;
}

.library-button-box {
    position: absolute;
    right: 0;
    top: -28px;
}

.library-children .title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    width: 98%;
    margin-left: 20px;
}

.library-children .web-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    margin-left: 50px;
}

.preservation-library {
    width: 124px;
    height: 44px;
    border: 1px solid #FF9138;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #FF9138;
    text-align: center;
    line-height: 44px;
}

.move-button {
    width: 52px;
    height: 26px;
    border: 1px solid #FF9138;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FF9138;
    line-height: 26px;
    text-align: center;
    margin-left: 20px;
}

.disabled-button {
    width: 52px;
    height: 26px;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
    line-height: 26px;
}

.library-title {
    font-size: 24px;
    /* font-weight: 400; */
    color: #2D2D2D;
    line-height: 36px;
    text-align: center;
    border: none;
    width: 500px;
    margin: 0 auto;
}

.library-fill {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 36px;
    margin-top: 50px;
    text-align: center;
}

/* 实用网址 */
.website-box {
    width: 100%;
    background-color: #fff;
}

.working-box {
    width: 100%;
    padding: 40px 0 51px;
    background-color: #fff;
}

/* 游戏 */

.game-box {
    width: 100%;
    background: #F7F7F7;
    padding: 0 0 50px 0;
}

.game-list .game-item {
    width: 590px;
    height: 262px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    margin-top: 20px;
}

.game-list .game-item:first-child {
    margin-top: 0;
}

.game-list .game-item:nth-child(2) {
    margin-top: 0;
}


.game-list .game-item h1 {
    font-size: 16px;
    font-weight: bold;
    color: #2D2D2D;
    line-height: 36px;
}

.game-list .game-item .tips {
    font-size: 14px;
    font-weight: bold;
    color: #2D2D2D;
    margin-top: 25px;
}

.game-list .game-item .start-button {
    width: 100px;
    height: 36px;
    background: #FF9138;
    border: 3px solid #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-top: 25px;
}

.game-list .game-item .game-img {
    width: 270px;
    height: 242px;
    background: #FFF7EA;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.game-list .game-item .game-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .6s ease .1s;
}

.game-list .game-item .game-img:hover img {
    /* 放大1.1倍 */
    transform: scale(1.1);
}

.game-list .gameList-item {
    /* width: 386px; */
    height: 360px;
    background: #FFFFFF;
    border-radius: 6px;
    /* margin-left: 20px; */
    margin-top: 20px;
}

.game-list .gameList-item:nth-child(3n+1) {
    margin-left: 0;
}

.game-list .gameList-item-img {
    width: 100%;
    height: 225px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
}

.game-list .game-list-content {
    padding: 15px 27px 19px 24px;
}

.game-list .game-list-title {
    font-size: 18px;
    font-weight: bold;
    color: #2D2D2D;
    line-height: 36px;
}

.game-list-section {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
    line-height: 24px;
}

/* 个人中心 */
.personal-box {
    /* width: 1200px; */
    margin: 20px auto 40px;
    /* margin-bottom: 40px;
    margin-top: 20px; */
}

.personal_left {
    width: 240px;
    height: 688px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 41px;
}

 .personal_left .personal-item:first-child {
    margin-top: 0;
}

 .personal_left .personal-item {
    width: 158px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(142, 142, 142, 0.1);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    margin-top: 28px;
    cursor: pointer;
}

.check-personal {
    color: #FF9138 !important;
    /* border: 1px solid #FF9138; */
}

.personal_left .personal-item :hover {
    color: #FF9138;
}

.personal-top {
    padding: 27px 30px;
    width: 940px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 10px;
}

.personal-headPortrait {
    width: 72px;
    height: 72px;
    background: #F2F2F2;
    border-radius: 50%;
}

.personal-top .edit {
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F3F3F3;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    text-align: center;
}

.personal-index .question-box-item {
    width: 940px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgb(190 190 190 / 10%);
    border-radius: 6px;
    padding: 25px 30px 8px;
    margin-top: 20px;
}

.personal-index .question-box .web-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.personal-index .question-box .web-con {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.personal-index .question-box .hengxian {
    width: 100%;
    height: 1px;
    background: #F4F4F4;
    border: 1px solid #F2F2F2;
    margin-top: 25px;
}

.shijuan-box {
    width: 940px;
    /* height: 166px; */
    background: #FFFFFF;
    border-radius: 10px;
    padding: 27px 33px 37px 36px;
}

.shijuan-box .paper-item:first-child {
    margin-top: 0;
}

.shijuan-box .paper-item {
    margin-top: 15px;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: #C7C7C7;
    border-radius: 50%;
}

.shijuan-box .paper-item .paper-title {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    margin-left: 5px;
}

.shijuan-box .paper-item .paper-span {
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
}

.collection-item:first-child {
    margin-top: 0;
}

.collection-item:nth-child(2) {
    margin-top: 0;
}

.collection-item:nth-child(3) {
    margin-top: 0;
}

.collection-item {
    width: 33.3%;
    margin-top: 20px;
}

.collection-item .collection-title {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    margin-left: 5px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 账号信息 */
.account-box {
    width: 940px;
    /* height: 357px; */
    background: #FFFFFF;
    border-radius: 10px;
    padding: 27px 30px;
}

.account-box .account-title {
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
    height: 36px;
    line-height: 36px;
}

.account-box .account-img {
    width: 124px;
    height: 124px;
    background: #F2F2F2;
    border-radius: 50%;
}

.account-box .account-information {
    margin-left: 24px;
    padding-top: 14px;
    width: 100%;
}

.account-information .information-item {
    width: 33%;
    margin-top: 25px;
}

.information-item .information-input {
    width: 105px;
    border: none;
}


.user-download-box {
    padding: 27px 30px;
    width: 940px;
    height: 688px;
    background: #FFFFFF;
    border-radius: 10px;
}

.personal_frame {
    width: 100%;
    height: 30px;
}

.user-download-box .download-title {
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
}

.user-download-box .download-tab {
    width: 86px;
    height: 26px;
    background: #fff;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    cursor: pointer;
}

.user-download-box .download-checkTab {
    background: #FF9138;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.user-download-box .download-statistics {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-top: 5px;
}

.user-download-box .user-download-box-item {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #F2F2F2;
}

.user-download-box .user-download-box-item .user-download-box-item-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    margin-left: 10px;
    width: 75%;
}

.user-download-box .user-download-box-item .user-download-box-item-time {
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 36px;
    margin-left: 20px;
}

.workLibrary {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}

.workLibrary::-webkit-scrollbar {
    display: none;
}

.workLibrary .workLibrary-item {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    width: 33.3%;
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #F2F2F2;
}


.paper-box-li:first-child {
    margin-top: 25px;
    border-top: 1px solid #F2F2F2;
}

.paper-box-li {
    padding: 18px 0;
    border-bottom: 1px solid #F2F2F2;
}

.paper-box-title {
    font-size: 16px;
    font-family: STSongti;
    font-weight: 400;
    color: #2d2d2d;
    margin-left: 10px;
}

.paper-box-time {
    font-size: 14px;
    font-family: STSongti;
    font-weight: 400;
    color: #8A8A8A;
    margin-left: 15px;
    margin-top: 10px;
}

.paper-box-deletes {
    font-size: 14px;
    font-family: STSongti;
    font-weight: 400;
    color: #FF9138;
    line-height: 36px;
    margin-left: 5px;
}


/* 书本详情 */
.article-detail-cont-left-top {
    width: 100%;
    padding: 30px 0 17px;
    border-bottom: 1px solid #E5E5E5;
}

.article-detail-cont-title {
    font-size: 30px;
    color: #232425;
    font-weight: bold;
}

.ncllc-foot-time {
    font-size: 14px;
    color: #A2A2A2;
}

.article-detail-cont-image-text {
    width: 100%;
    padding: 28px 0 50px;
}

.article-detail-cont-image-text-p {
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0px;
    color: rgb(34, 34, 34);
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
    white-space: normal;
    font-size: 22px;
}

/* 试卷收藏 */

.user-question-box {
    /* padding: 27px 30px; */
    /* width: 940px; */
    /* height: 275px; */
    background: #FFFFFF;
    border-radius: 10px;
}

.user-question-box .download-statistics {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-top: 5px;
}

.user-question-box .download-title {
    font-size: 18px;
    font-weight: 600;
    color: #2D2D2D;
}

.user-question-box .hengxian {
    width: 880px;
    height: 1px;
    background: #F2F2F2;
    margin-top: 26px;
}

.user-question-box .download-tab {
    width: 86px;
    height: 26px;
    background: #fff;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    cursor: pointer;
}

.user-question-box .download-checkTab {
    background: #FF9138;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.collection-question-box {
    width: 938px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.1);
    border-radius: 6px;
    padding: 25px 29px 13px;
    margin-top: 20px;
}

.collection-question-box .web-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.collection-question-box .web-con {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.collection-question-box .hengxian {
    width: 880px;
    height: 1px;
    background: #F4F4F4;
    border: 1px solid #F2F2F2;
    margin-top: 25px;
}

.collection-question-box .add-test-paper {
    width: 86px;
    height: 26px;
    border: 1px solid #FF9138;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FF9138;
}

.collection-question-box .analysis {
    width: 46px;
    height: 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #686868;
}

.collection-question-box .already-test-paper {
    width: 86px;
    height: 26px;
    color: #FFF8EE;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #FF9138;
    background: #FF9138;
    border-radius: 6px
}

.paging-box {
    width: 938px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 8px 0px rgb(190 190 190 / 10%);
    border-radius: 6px;
    padding: 8px 16px;
}


.test-paper {
    height: 550px;
    overflow-y: scroll;
}

.test-paper::-webkit-scrollbar {
    display: none;
}


.wrap {
    height: 900px;
    overflow-y: auto;
}
/* 首页 */
/* .education-content {
    background-color: #fff;
    padding: 37px 0;
} */

.education {
    margin-top: 30px;
}

.education-main {
    width: 226px;
    height: 63px;
    background-image: url(../image/icon-education-main.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}
.education-main1 {
    width: 226px;
    height: 57px;
    background-image: url(../image/icon-education-main1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}
.education-main2 {
    width: 226px;
    height: 63px;
    background-image: url(../image/icon-education-main2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}
.education-main3 {
    width: 226px;
    height: 63px;
    background-image: url(../image/icon-education-main3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}


/* .education .education-item {
    width: 280px;
    height: 163px;
    background: #F48547;
    border-radius: 6px;
    padding: 20px 0 0 24px;
}

.education .education-item .education-title {
    font-size: 30px;
    color: #FFFFFF;
}

.education .education-item .education-vice {
    width: 176px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 10px;
} */

.education-01 {
    width: 60px;
    height: 46px;
    /* position: absolute;
    bottom: 26px;
    right: 16px; */
}

/* .education .education-item:nth-child(2) {
    height: 163px;
    background: #FFB644;
    border-radius: 6px;
    padding: 20px 0 0 24px;
    position: relative;
} */

.education-02 {
    width: 45px;
    height: 54px;
    /* position: absolute;
    right: 22px;
    bottom: 22px; */
}

/* .education .education-item:nth-child(3) {
    height: 163px;
    background: #7496D1;
    border-radius: 6px;
    padding: 20px 0 0 24px;
    position: relative;
} */

.education-03 {
    width: 60px;
    height: 47px;
    /* position: absolute;
    right: 16px;
    bottom: 25px; */
}

/* .education .education-item:nth-child(4) {
    height: 163px;
    background: #40C190;
    border-radius: 6px;
    padding: 20px 0 0 24px;
    position: relative;
} */

.education-04 {
    width: 52px;
    height: 58px;
    /* position: absolute;
    right: 14px;
    bottom: 20px; */
}

.son-item {
    border-radius: 6px;
    transition: all .6s ease .1s;
    cursor: pointer;
}

/* .son-item:nth-child(1) {
    margin-top: 26px;
    background: #F0FAFF;
} */

.son-item:nth-child(6) {
    margin-left: 0;
}

.slide-top:hover {
    -webkit-animation: slide-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-top {
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-bottom {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(5px);
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


.son-item-01 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.son-item-01 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #30A9E1;
    line-height: 24px;
    margin-top: 10px;
}

.son-01 {
    position: absolute;
    width: 30px;
    height: 24px;
    right: 18px;
    bottom: 18px;
}


.son-item-02 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #F38181;
}

.son-item-02 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #F38181;
    line-height: 24px;
    margin-top: 10px;
}

.son-02 {
    position: absolute;
    width: 31px;
    height: 24px;
    right: 18px;
    bottom: 18px;
}

/* .son-item-03 {
    background: #F4F9E9;
    margin-top: 26px;
    margin-left: 23px;
} */

.son-item-03 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #95B655;
}

.son-item-03 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #95B655;
    line-height: 24px;
    margin-top: 10px;
}

.son-03 {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 20px;
    bottom: 17px;
}

/* .son-item:nth-child(4) {
    background: #FFF8E3;
    margin-top: 26px;
    margin-left: 23px;
}

.son-item:nth-child(4) .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #E89156;
}

.son-item:nth-child(4) .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #E89156;
    line-height: 24px;
    margin-top: 10px;
} */

/* .son-04 {
    position: absolute;
    width: 30px;
    height: 24px;
    right: 22px;
    bottom: 20px;
} */

/* .son-item-04 {
    background: #FFF8E3;
    margin-top: 26px;
    margin-left: 23px;
} */

.son-item-04 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #E89156;
}

.son-item-04 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #E89156;
    line-height: 24px;
    margin-top: 10px;
}

.son-04 {
    position: absolute;
    width: 30px;
    height: 24px;
    right: 22px;
    bottom: 20px;
}

/* .son-item-05 {
    background: #E3FFF1;
    margin-top: 26px;
    margin-left: 20px;
} */

.son-item-05 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #3BA36F;
}

.son-item-05 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #3BA36F;
    line-height: 24px;
    margin-top: 10px;
}

.son-05 {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 19px;
    bottom: 16px;
}


/* .son-item-06 {
    background: #E9F7FF;
    margin-top: 22px;
} */

.son-item-06 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #30A9E1;
}

.son-item-06 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #30A9E1;
    line-height: 24px;
    margin-top: 10px;
}

.son-06 {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 23px;
    bottom: 18px;
}

/* .son-item:nth-child(7) {
    background: #E3FFF1;
    margin-top: 22px;
    margin-left: 23px;
}

.son-item:nth-child(7) .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #3BA36F;
}

.son-item:nth-child(7) .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #3BA36F;
    line-height: 24px;
    margin-top: 10px;
}

.son-07 {
    position: absolute;
    width: 26px;
    height: 27px;
    right: 24px;
    bottom: 18px;
}*/

/* .son-item-09 {
    background: #E9F7FF;
    margin-top: 22px;
} */

.son-item-09 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #30A9E1;
}

.son-item-09 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #30A9E1;
    line-height: 24px;
    margin-top: 10px;
}

.son-08 {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 24px;
    bottom: 19px;
}

/* .son-item-07 {
    background: #F0F0FF;
    margin-top: 22px;
    margin-left: 23px;
} */

.son-item-07 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #7D7EDC;
}

.son-item-07 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #7D7EDC;
    line-height: 24px;
    margin-top: 10px;
}

.son-09 {
    position: absolute;
    width: 25px;
    height: 26px;
    right: 24px;
    bottom: 19px;
}

/* .son-item-08 {
    background: #FFF3F3;
    margin-top: 22px;
    margin-left: 20px;
} */

.son-item-08 .son-title {
    font-size: 18px;
    font-weight: bold;
    color: #F38181;
}

.son-item-08 .son-vice {
    font-size: 14px;
    font-weight: 500;
    color: #F38181;
    line-height: 24px;
    margin-top: 10px;
}

.son-10 {
    position: absolute;
    width: 23px;
    height: 27px;
    right: 25px;
    bottom: 18px;
}

/* 首页游戏专区 */
.game-zone {
    padding: 70px 0 50px;
}

.game-zone .game-zone-left {
    /* width: 467px; */
    height: 402px;
    background: #FFFFFF;
    border-radius: 6px;
    /* padding: 10px; */


}

.game-zone .game-zone-left .game-img {
    /* width: 467px; */
    height: 272px;
    /* background: #C4ECFF; */
    border-radius: 6px 6px 0 0;
    position: relative;
    overflow: hidden;
}

.game-zone .game-zone-left .game-img img {
    width: 100%;
    /* height: 100%; */
    vertical-align: top;
    cursor: pointer;
    transition: all .6s ease .1s;
}

.game-zone .game-zone-left .game-img:hover img {
    /* 放大1.3倍 */
    transform: scale(1.1);
}

.game-zone-left-content {
    padding: 10px 23px 9px 23px;
}



.game-title {
    font-size: 30px;
    font-weight: bold;
    color: #2D2D2D;
    line-height: 36px;
}

.game-introduction-right {
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    color: #929292;
    line-height: 24px;
}

.game-introduction {
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    color: #929292;
    line-height: 24px;
}

.type-one {
    width: 40px;
    height: 20px;
    background: #40C190;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.type-two {
    width: 40px;
    height: 20px;
    background: #7496D1;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 10px;
}

.type-three {
    width: 40px;
    height: 20px;
    background: #F48547;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 10px;
}

.startButton {
    width: 90px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FF9138;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    /* width: 145px;
    height: 48px; */
}

.game-zone-right {
    /* margin-left: 22px; */
}

.game-zone-top {
    /* width: 709px; */
    height: 191px;
    background: #FFFFFF;
    /* border: 1px solid #EDEDED; */
    border-radius: 6px;
    /* padding: 10px; */
    display: flex;
}

.game-content {
    width: 392px;
    padding: 15px 27px 19px 24px;
}

.game-zone-top .game-img {
    width: 317px;
    height: 192px;
    background: #FFF7EA;
    position: relative;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}

.game-zone-top .game-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
    transition: all .6s ease .1s;
}

.game-zone-top .game-img:hover img {
    /* 放大1.3倍 */
    transform: scale(1.1);
}


.news-content {
    /* width: 1200px; */
    /* height: 340px; */
    position: relative;
    overflow: hidden;
}

.news-content img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .6s ease .1s;
}

.news-content:hover img {
    /* 放大1.3倍 */
    transform: scale(1.1);
}

.news-content .content-bottom {
    width: 100%;
    padding: 8px 25px 8px 16px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
}

.announcement_title {
    font-size: 16px;
    color: #2D2D2D;
    font-weight: bold;
}

.new-time-title {
    font-size: 30px;
    font-weight: bold;
}

.announcement_subtitle {
    font-size: 18px;
    color: #929292;
}

.new-time-subtitle {
    font-size: 14px;
}

.news-content .content-bottom .new-time {
    width: 86px;
    text-align: center;
}

.news-content .content-bottom .shuxian {
    width: 1px;
    height: 37px;
    background: #E6E6E6;
    border-radius: 1px;
}

.news-list {
    padding-top:10px;
}

.news-list .news-item-right {
    width: 400px;
}

.news-list .news-item {
    margin-top: 10px;
    cursor: pointer;
}

.news-item:hover p {
    color: #FF9138;
}

.new-time {
    width: 65px;
    text-align: center;
}

.shuxian1 {
    width: 1px;
    height: 30px;
    background: #CF85C4;
    border-radius: 1px;
    margin-top: 0;
    margin-right: 20px;
    margin-left: 16px;
}

/* 弹窗 */
.notClickDiv {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.login {
    width: 594px;
    height: 510px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 6px;
}

.user-title {
    padding: 15px 180px;
}

.user-title .userType {
    font-size: 18px;
    font-family: Songti SC;
    font-weight: 400;
    color: #808080;
    line-height: 36px;
}

.user-title .select-userType {
    font-size: 18px;
    font-family: Songti SC;
    font-weight: 400;
    color: #FF9138;
    line-height: 36px;
    position: relative;
}

.user-title .select-userType::after {
    position: absolute;
    content: '';
    width: 73px;
    height: 3px;
    background: #FF9138;
    border-radius: 2px;
    bottom: 1px;
    left: 0px;
}

.login-tips {
    width: 600px;
    /* height: 555px; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 20px 0 20px;
}

.notClickDiv-cancelButoon {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FF9138;
    font-size: 18px;
    border: 1px solid #FF9138;
    border-radius: 10px;
}

.notClickDiv-modifyButoon {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #FF9138;
    border-radius: 10px;
}

.login-close {
    width: 14px;
    height: 14px;
    background: url("../image/login-close.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -45px;
}

.login-title {
    width: 594px;
    height: 164px;
    background: url("../image/login-title.png");
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    text-align: center;
    border-radius: 6px 6px 0px 0px;
}

/*  */

.dctivation {
    width: 490px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0 30px;
}

.dctivation-button {
    width: 150px;
    height: 50px;
    background: #FF9138;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF8EE;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0;
}

.grade-p {
    font-size: 16px;
    font-family: Songti SC;
    font-weight: 400;
    color: #ABABAB;
    text-align: center;
}

.grade-title {
    width: 594px;
    height: 164px;
    background: url("../image/grade-title.png");
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    text-align: center;
    border-radius: 6px 6px 0px 0px;
}


.login-content {
    padding: 17px 64px 63px 64px;
}

.login-tab {
    font-size: 24px;
    font-family: Songti SC;
    font-weight: 400;
    color: #808080;
    line-height: 36px;
    cursor: pointer;
}

.login-tabCheck {
    font-size: 24px;
    font-family: Songti SC;
    font-weight: 400;
    color: #FF9138;
    line-height: 36px;
    position: relative;
    cursor: pointer;
}

.login-tabCheck::after {
    content: '';
    width: 80px;
    height: 3px;
    background: #FF9138;
    border-radius: 2px;
    position: absolute;
    bottom: -9px;
    left: 7px;
}

.login-input-p {
    font-size: 16px;
    font-family: Songti SC;
    font-weight: 400;
    color: #2D2D2D;
    margin-right: 15px;
}

.login-input {
    width: 418px;
    height: 60px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    line-height: 60px;
    font-size: 16px;
    font-family: Songti SC;
    font-weight: 400;
    color: #ABABAB;
    padding-left: 17px;
}

.login-input:focus {
    outline: 0;
    border: 1px solid #FF9138 !important;
}

.loginButton {
    width: 204px;
    height: 60px;
    background: #FF9138;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-family: Songti SC;
    font-weight: 400;
    color: #FFF8EE;
    margin-top: 50px;
    margin-left: 145px;
}

/* 隐私条款 */
.clause_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-clause {
    width: 26px;
    height: 28px;
}

.clause-title {
    font-size: 18px;
    font-family: Songti TC;
    font-weight: 400;
    color: #2D2D2D;
    margin-left: 22px;
}

.clause-content {
    width: 1200px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 60px;
}

.clause-headline {
    font-size: 30px;
    font-family: Songti TC;
    /* font-weight: bold; */
    color: #FF9138;
}

.clause-p {
    margin-top: 37px;
    font-size: 16px;
    font-family: Songti TC;
    font-weight: bold;
    color: #2D2D2D;
    line-height: 30px;
}

.icon-video {
    width: 30px;
    height: 26px;
}

/* 公告 */
.icon-notice {
    width: 27px;
    height: 26px;
}

.notice-box {
    width: 100%;
    background: #FAFAFA;
    padding-bottom: 40px;
}

.notice-content .notice-img {
    width: 336px;
    height: 200px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.notice-content .notice-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all .6s ease .1s;
}

.notice-content .notice-img img:hover {
    /* 放大1.3倍 */
    transform: scale(1.1);
}

.notice-content li:first-child {
    margin-top: 0;
}

.notice-content li:hover p {
    color: #FF9138;
    cursor: pointer;
}

.notice-content li {
    margin-top: 48px;
}

.notice-content .notice-item-right {
    margin-left: 32px;
    width: 830px;
}

.notice-content .notice-title {
    font-size: 24px;
    font-weight: 500;
    color: #2D2D2D;
}

.notice-content .notice-details {
    font-size: 16px;
    font-weight: 500;
    color: #2d2d22;
    margin-top: 19px;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.notice-time {
    font-size: 14px;
    color: #929292;
    margin-top: 10px;
}

.notice-paging {
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 8px 0px rgb(190 190 190 / 10%);
    border-radius: 6px;
    padding: 8px 16px;
    margin: 50px auto 0;
}

/* 联络我们 */
.icon-contact {
    width: 20px;
    height: 24px;
}

.contact-content {
    width: 1200px;
    height: 388px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 90px 0;
    display: flex;
    justify-content: center;
}

.contact-right {
    margin-left: 120px;
}

.contact-p {
    font-size: 16px;
    font-weight: 500;
    color: #2D2D2D;
    line-height: 30px;
}

.contact-time {
    color: #12C2B1;
    font-size: 24px;
    font-weight: 600;
}

.password-input {
    width: 258px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    line-height: 42px;
    padding-left: 10px;
}

.password-cancel {
    width: 158px;
    height: 46px;
    border: 1px solid #FF9138;
    border-radius: 6px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FF9138;
}

.password-preservation {
    width: 158px;
    height: 46px;
    background: #FF9138;
    border-radius: 6px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFF8EE;
    margin-left: 60px;
}


.personal-video-item {
    width: 385px;
    /* background: #FFFFFF; */
    border-radius: 6px;
    margin-left: 12px !important;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.video-container .video-ul .personal-video-item:nth-child(3n+1) {
    margin-left: 0 !important;
}


.personal-video-ul {
    height: 530px;
    overflow-y: scroll;
    /* border-top: 1px solid #F2F2F2; */
    /* padding-top: 17px; */
}

.personal-video-ul .video-item {
    margin-top: 20px !important;
    width: 285px !important;
}

.personal-video-ul::-webkit-scrollbar {
    display: none;
}


/* 个人中心 视频收藏 */
.personal-game-list {
    height: 545px;
    overflow-y: scroll;
}

.personal-game-list::-webkit-scrollbar {
    display: none;
}

.personal-game-item {
    width: 386px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-left: 20px;
    margin-top: 20px;
}

.personal-game-item:nth-child(2n+1) {
    margin-left: 0;
}

.personal-game-item .game-img {
    width: 387px;
    height: 225px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
}

.download-option {
    width: 184px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(142, 142, 142, 0.1);
    border-radius: 18px;
}

.collectiond-option {
    width: 360px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(142, 142, 142, 0.1);
    border-radius: 18px;
}

.grade-dropdown {
    width: 380px;
    height: 60px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    line-height: 60px;
    font-size: 16px !important;
    font-family: Songti SC;
    font-weight: 400;
    color: #ABABAB !important;
    padding: 0 17px;
    cursor: pointer;
}

.el-dropdown-menu {
    overflow: scroll;
    max-height: 200px;
    overflow-x: hidden;
}

.el-select-dropdown__list {
    height: 180px;
}

.el-input__inner {
    /* min-height: 50px !important; */
}

.information-edit {
    width: 60px;
    height: 30px;
    background: #FF9138;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFF8EE;
    margin-left: 30px;
}

/* 视频详情 */
.video_details_box {
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    margin: 20px auto 40px;
}

.video_details_video {
    width: 100%;
    height: 700px;
}

.video_details_content {
    padding: 10px 10px 30px;
}

.video-type {
    padding: 3px 6px;
    background: #F5F6F7;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

.video-introduction {
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 24px;
    width: 93%;
}

/* 教材專區 */
.textbook_area {
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCCCCC;
}

.area-title {
    font-size: 16px;
    font-weight: 400;
    color: #7B503E;
    line-height: 36px;
    margin-left: 10px;
}

.area-title-li {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    /* width: 23%; */
    margin-left: 30px;
    margin-top: 5px;
}



.container-height .search-box {
    width: 365px;
    height: 40px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 6px;
}

.container-height .search-box .search-input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    border-radius: 6px 0 0 6px;
}

.container-height .search-box .search {
    width: 66px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #FF9138;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    font-weight: 400;
}

/* 推薦閱讀書單 */
.uiShow {
    /* height: 50px; */
    overflow: visible;
}

.activeShow {
    height: 50px;
    overflow: hidden;
}

.show {
    display: none;
}


.login_textbook_area {
    background-image: url(../image/login_bg.png);
    width: 836px;
    height: 544px;
    margin: 160px auto 0;
    padding: 70px 92px 108px 63px;
}

.layer {
    position: relative;
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    border: 2px solid #DDB682;
}

.layer-page .layer-content {
    /* position: relative; */
    overflow: auto;
}

.setwin {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 99999;
    width: 40px;
    height: 40px;
    background: url(/static/api/image/53.png) no-repeat;
    background-size: contain;
}

.layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #612300 !important;
    background-color: #F8EFDE !important;
}

#lv {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.textbook-pictures:first-child {
    margin-left: 0;
}

.textbook-pictures {
    width: 100%;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* height: 636px; */
    /* margin-left: 10px; */
}

.page-tip {
    /* display: flex;
    position: absolute;
    left: 43%;
    bottom: 20px; */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: flex-end; /* 垂直底部对齐 */
    position: absolute;
    left: 50%; /* 将容器水平居中 */
    bottom: 20px; /* 将容器放置在视窗底部 */
    transform: translateX(-50%); /* 向左移动50%的宽度，以实现真正的居中 */
}

#info {
    font-size: 28px;
    font-weight: 400;
    color: #6C3211;
    line-height: 57px;
    width: 69px;
    text-align: center;
}

.binding-title {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    margin-right: 20px;
    width: 65px;
    text-align: center;
}

.content-box {
    width: 310px !important;
    height: 60px;
    border-radius: 6px;
    line-height: 60px;
    font-size: 16px !important;
    font-weight: 400;
    color: #2D2D2D;
}

.content-code {
    width: 180px !important;
    height: 60px;
    border-radius: 6px;
    line-height: 60px;
    font-size: 16px !important;
    font-weight: 400;
    color: #2D2D2D;
}

.obtainButton {
    margin-top: 5px;
    width: 109px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 6px;
    background: #FF9138;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 24px;
}

.alreadyButton {
    margin-top: 5px;
    width: 109px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #ABABAB;
    margin-left: 24px;
}

.binding-tips {
    font-size: 16px;
    font-weight: 400;
    color: #FF9138;
    text-align: center;
    margin-top: 17px;
}

.binding-button {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FF9138;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF8EE;
    margin: 30px auto 0;
}

.sign-title {
    font-size: 22px;
    font-weight: 500;
    color: #2D2D2D;
    /* line-height: 70px; */
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}

.turnLogon {
    /* width: 14px;
    height: 14px;
    background: url("../image/login-close.png") no-repeat;
    background-size: contain; */
    /* position: absolute;
    top: 0;
    right: -45px; */
}



/* 登錄頁面 */


@media (min-width: 1200px) and (max-width: 1279px) {

    /* 首页头部 */
    .header {
        width: 100%;
        height: 356px;
        position: relative;
    }

    .el-carousel__container {
        height: 356px !important;
    }

    .header .swiper {
        width: 100%;
        height: 356px;
        background-size: cover;
        -moz-background-size: cover;
        /* 老版本的 Firefox */
        background-repeat: no-repeat;
        z-index: 9;
        background: #fff;
        background-size: cover;
    }

    .header .container-xin {
        width: 1200px;
        margin: -360px auto 0;
        transition: height .2s, box-shadow .2s;
        position: relative;
        z-index: 99;
    }

}

@media (min-width: 1280px) and (max-width: 1439px) {

    /* 首页头部 */
    .header {
        width: 1200px;
        height: 380px;
        position: relative;
        margin: 0 auto;
    }

    .el-carousel__container {
        height: 380px !important;
    }

    .header .swiper {
        width: 100%;
        height: 380px;
        background-size: cover;
        -moz-background-size: cover;
        /* 老版本的 Firefox */
        background-repeat: no-repeat;
        z-index: 9;
        background: #fff;
        background-size: cover;
    }

    .header .container-xin {
        width: 1200px;
        margin: -380px auto 0;
        transition: height .2s, box-shadow .2s;
        position: relative;
        z-index: 99;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {

    /* 首页头部 */
    .header {
        width: 100%;
        height: 428px;
        position: relative;
    }

    /* .el-carousel__container {
        height: 428px !important;
    } */

    .header .swiper {
        width: 100%;
        height: 428px;
        background-size: cover;
        -moz-background-size: cover;
        /* 老版本的 Firefox */
        background-repeat: no-repeat;
        z-index: 9;
        background: #fff;
        background-size: cover;
    }

    .header .container-xin {
        width: 1200px;
        margin: -425px auto 0;
        transition: height .2s, box-shadow .2s;
        position: relative;
        z-index: 99;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {

    /* 首页头部 */
    .header {
        width: 100%;
        height: 571px;
        position: relative;
    }

    /* .el-carousel__container {
        height: 571px !important;
    } */

    .header .swiper {
        width: 100%;
        height: 571px;
        background-size: cover;
        -moz-background-size: cover;
        /* 老版本的 Firefox */
        background-repeat: no-repeat;
        z-index: 9;
        background: #fff;
        background-size: cover;
    }

    .header .container-xin {
        width: 1200px;
        margin: -560px auto 0;
        transition: height .2s, box-shadow .2s;
        position: relative;
        z-index: 99;
    }
}

@media (min-width: 1920px) {

    /* 首页头部 */
    .header {
        width: 1200px;
        height: 571px;
        position: relative;
    }

    /* .el-carousel__container {
        height: 571px !important;
    } */

    .header .swiper {
        width: 100%;
        height: 571px;
        background-size: cover;
        -moz-background-size: cover;
        /* 老版本的 Firefox */
        background-repeat: no-repeat;
        z-index: 9;
        background: #fff;
        background-size: cover;
    }

    .header .container-xin {
        width: 1200px;
        margin: -560px auto 0;
        transition: height .2s, box-shadow .2s;
        position: relative;
        z-index: 99;
    }
}



@media only screen and (min-width: 768px) and (orientation:portrait) {

    .header {
        width: 100%;
        height: 223px;
        position: relative;
    }

    .el-carousel__container {
        height: 223px !important;
    }

    .header .swiper {
        width: 100%;
        height: 223px;
    }

    .header .container-xin {
        width: 94%;
        margin: -213px auto 0;
    }

    .header .container-xin .container-title {
        font-size: 26px;
    }

    .header .container-xin .navbar .navbar-item:first-child {
        margin-left: 15px;
    }

    .header .container-xin .navbar .navbar-item {
        padding: 2px 6px;
        font-size: 12px;
        margin-left: 7px;
        border-radius: 16px;
    }

    .header .container-xin .navbar .navbar-item:hover {
        border-radius: 16px;
        padding: 2px 6px;
    }

    .logon {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 13px;
        font-size: 12px;
    }

    .header .container-xin .register {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 13px;
        margin-left: .5rem;
        font-size: 12px;
    }

    /* 学与教资源 */
    .education-content {
        padding: 15px 0;
    }

    .education {
        margin-top: 15px;
    }

    .w-1200 {
        width: 94%;
        margin: 0 auto;
    }

    .education-01 {
        bottom: 10px;
        right: 6px;
    }

    .education-02 {
        bottom: 9px;
        right: 9px;
    }

    .education-03 {
        bottom: 6px;
        right: 10px;
    }

    .education-04 {
        bottom: 6px;
        right: 8px;
    }

    .son-item-05 {
        margin-left: 0;
    }

    /* 游戏 */
    .game-zone {
        padding: 15px 0;
    }

    .game-zone .game-zone-left {
        width: 100%;
        height: 310px;
    }

    .game-zone .game-zone-left .game-img {
        width: 280px;
        height: 165px;
    }

    .game-title {
        font-size: 14px;
    }

    .startButton {
        width: 62px;
        height: 24px;
        line-height: 24px;
        background: #FF9138;
        border-radius: 4px;
        font-size: 12px;
    }

    .recreation-title {
        font-size: 12px;
    }

    .recreation-title-two {
        font-size: 12px;
        margin-top: 10px;
    }

    .game-introduction {
        width: 80%;
    }

    .game-zone-left-content {
        padding: 6px 9px 4px 10px;
    }

    .game-zone-right {
        margin-left: 0;
    }

    .game-zone-top {
        width: 100%;
        height: 145px;
    }

    .game-zone-top .game-img {
        width: 210px;
        height: 145px;
    }

    .game-content {
        width: 215px;
        padding: 14px 8px 14px 8px;
    }

    /* 视频 */
    .video {
        padding: 15px 0;
    }

    .public-ul .public-item-02,
    .public-ul .public-student-02,
    .public-ul .public-item-04,
    .public-ul .public-student-04,
    .public-ul .public-item-06,
    .public-ul .public-student-06,
    .public-ul .public-item-08,
    .public-ul .public-student-08 {
        margin-left: 10px;
    }

    .public-ul .public-item-03,
    .public-ul .public-student-03 {
        margin-left: 0;
    }

    .public-ul .public-item-05,
    .public-ul .public-item-07,
    .public-student-07 {
        margin-left: 0;
    }

    .video-container .video-ul .video-item {
        margin-top: 15px !important;
    }

    .video .video-container .video-ul .video-item:nth-child(3) {
        margin-left: 0;
    }

    .video .video-container .video-ul .video-item .video-content {
        padding: 10px;
    }

    .video-ul {
        width: 100%;
    }

    /* .video-container .video-ul .video-item .video-content .video-title{
        font-size: 14px;
    } */

    /* 公告 */
    .message {
        padding: 15px 0;
    }

    .news-content {
        /* width: 325px; */
        height: 203px;
    }

    .news-list {
        /* width: 370px; */
        margin-left: 10px;
    }

    .news-list .news-item-right {
        width: 83%;
    }

    .news-list .news-item {
        margin-top: 10px;
    }

    .footer .footer-content .contact-top .middle-img .img-02 {
        width: 34px;
        height: 48px;
    }

    .footer .footer-content .contact-top .middle-img .img-03 {
        width: 114px;
        height: 24px;
        margin-left: 34px;
    }

    .footer .footer-content .contact-top .middle-img .img-01 {
        width: 114px;
        height: 24px;
        margin-left: 34px;
    }

    .public-header .container-xin {
        width: 94%;
    }

    .public-header {
        width: 100%;
        height: 80px;
    }

    .public-header .container-xin .container-title {
        font-size: 26px;
    }

    .public-header .container-xin .navbar .navbar-item {
        padding: 2px 6px;
        font-size: 12px;
        margin-left: 7px;
        /* border-radius: 16px; */
    }

    .public-header .container-xin .register {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 13px;
        margin-left: 0.5rem;
        font-size: 12px;
    }

    .public-header .container-xin .navbar .navbar-item:hover {
        /* border-radius: 16px; */
        padding: 2px 6px;
    }

    .activeShow,
    .uiShow {
        width: 82% !important;
    }

    /* .type-box,
    .container-box .download-box,
    .container-box .selected-box {
        width: 100% !important;
    } */

    .footer {
        margin-top: 30px;
    }

    .notice-paging {
        width: 100%;
    }

    .video-container .video-ul .video-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .study-section-ul {
        width: 88%;
    }

    /* 视频页面 */
    .notice-paging {
        width: 100%;
    }

    /* 游戏列表页面 */
    .game-list .gameList-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .game-list .gameList-item:nth-child(2n) {
        margin-left: 20px;
    }

    .game-list .gameList-item {
        width: 48%;
    }

    .game-list .gameList-item-img {
        width: 100%;
    }

    /* 公告 */
    .notice-content {
        width: 94%;
    }

    .notice-content .notice-img {
        width: 268px;
        height: 160px;
    }

    .notice-content li {
        margin-top: 20px;
    }

    .notice-content .notice-item-right {
        margin-left: 13px;
        width: 350px;
    }

    .notice-content .notice-title {
        font-size: 20px;
    }

    .notice-content .notice-details {
        margin-top: 8px;
        font-size: 12px;
        color: #929292;
        height: 98px;
    }

    .notice-time {
        font-size: 12px;
    }

    /* 隐私条款 联络我们 */
    .clause-content,
    .contact-content {
        width: 100% !important;
    }

    .website-ul {
        width: 100% !important;
        padding: 0;
    }

    .website-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .website-item:nth-child(3n) {
        margin-left: 43px;
    }

    /* 题库中心 */
    .container-box .right {
        width: 75%;
    }

    .left-side-menu {
        width: 185px;
    }
    
    .type-box {
        padding: 0 15px 15px;
    }

    .lsm-sidebar-second-title,
    .selected-subject {
        margin-left: 10px !important;
    }

    .lsm-sidebar-three-title {
        margin-left: 20px;
    }

    .selected-section {
        margin-top: 15px !important;
    }

    .question_bank,
    .container-box .question-box,
    .text-library-box,
    .container-box .library-selected-box {
        width: 100%;
    }

    .selected-wrap {
        width: 87%;
    }

}



@media only screen and (min-width: 1024px) and (orientation:portrait) {

    /* 首页头部 */
    .header {
        width: 1200px;
        height: 304px;
        position: relative;
    }

    .el-carousel__container {
        height: 304px !important;
    }

    .header .swiper {
        width: 100%;
        height: 304px;
    }

    .header .container-xin {
        width: 94%;
        margin: -290px auto 0;
    }

    .header .container-xin .container-title {
        font-size: 44px;
    }

    .header .container-xin .navbar .navbar-item:first-child {
        margin-left: 15px;
    }

    .header .container-xin .navbar .navbar-item {
        margin-left: 7px;
        border-radius: 15px;
        font-size: 16px;
        font-weight: 400;
        padding: 2px 10px;
    }

    .header .container-xin .navbar .navbar-item:hover {
        border-radius: 15px;
        padding: 2px 10px;
    }

    .logon {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 13px;
        font-size: 12px;
    }

    .header .container-xin .register {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 13px;
        margin-left: .5rem;
        font-size: 12px;
    }

    /* 学与教资源 */
    .education-content {
        padding: 15px 0;
    }

    .education {
        margin-top: 15px;
    }

    .w-1200 {
        width: 94%;
        margin: 0 auto;
    }

    .education-01 {
        bottom: 10px;
        right: 6px;
    }

    .education-02 {
        bottom: 9px;
        right: 9px;
    }

    .education-03 {
        bottom: 6px;
        right: 10px;
    }

    .education-04 {
        bottom: 6px;
        right: 8px;
    }

    /* .son-item {
        width: 225px;
        height: 135px;
        padding: 15px 0 0 20px;
    } */

    .son-item-01 .son-title,
    .son-item-02 .son-title,
    .son-item-03 .son-title,
    .son-item-04 .son-title,
    .son-item-05 .son-title,
    .son-item-06 .son-title,
    .son-item-07 .son-title,
    .son-item-08 .son-title {
        font-size: 16px;
    }

    .son-item-01 .son-vice,
    .son-item-02 .son-vice,
    .son-item-03 .son-vice,
    .son-item-04 .son-vice,
    .son-item-05 .son-vice,
    .son-item-06 .son-vice,
    .son-item-07 .son-vice,
    .son-item-08 .son-vice {
        font-size: 14px;
        line-height: 20px;
    }

    /* .son-item-02,
    .son-item-03,
    .son-item-04,
    .son-item-07 {
        margin-left: 20px;
    } */

    .son-item-05 {
        margin-left: 0;
    }

    /* .son-item:nth-child(6) {
        margin-left: 20px;
    } */

    /* 游戏 */
    .game-zone {
        padding: 15px 0;
    }

    .game-zone .game-zone-left {
        /* width: 400px; */
        height: 360px;
    }

    .game-zone .game-zone-left .game-img {
        width: 100%;
        height: 230px;
    }

    .game-title {
        font-size: 14px;
    }

    .startButton {
        width: 62px;
        height: 24px;
        line-height: 24px;
        background: #FF9138;
        border-radius: 4px;
        font-size: 12px;
    }

    .recreation-title {
        font-size: 12px;
    }

    .recreation-title-two {
        font-size: 12px;
        margin-top: 10px;
    }

    .game-introduction {
        width: 80%;
    }

    .game-zone-left-content {
        padding: 6px 9px 4px 10px;
    }

    .game-zone-right {
        margin-left: 15px;
    }

    .game-zone-top {
        /* width: 545px; */
        height: 170px;
    }

    .game-zone-top .game-img {
        width: 260px;
        height: 170px;
    }

    .game-content {
        width: 280px;
        padding: 14px 8px 14px 8px;
    }

    /* 视频 */
    .video {
        padding: 15px 0;
    }

    .public-ul .public-item-02,
    .public-ul .public-student-02,
    .public-ul .public-item-04,
    .public-ul .public-student-04,
    .public-ul .public-item-06,
    .public-ul .public-student-06,
    .public-ul .public-item-08,
    .public-ul .public-student-08 {
        margin-left: 10px;
    }

    .public-ul .public-item-03,
    .public-ul .public-student-03 {
        margin-left: 0;
    }

    .public-ul .public-item-05,
    .public-ul .public-item-07,
    .public-student-07 {
        margin-left: 0;
    }

    .video-container .video-ul .video-item {
        margin-top: 15px !important;
    }

    .video .video-container .video-ul .video-item:nth-child(3) {
        margin-left: 20px;
    }

    .video .video-container .video-ul .video-item:nth-child(4) {
        margin-left: 0;
    }

    .video .video-container .video-ul .video-item .video-content {
        padding: 10px;
    }

    .video-ul {
        width: 100%;
    }

    /* .video-container .video-ul .video-item .video-content .video-title{
        font-size: 14px;
    } */

    /* 公告 */
    .message {
        padding: 15px 0;
    }

    .news-content {
        width: 325px;
        height: 203px;
    }

    .news-list {
        width: 553px;
        margin-left: 10px;
    }

    .news-list .news-item-right {
        width: 83%;
    }

    .news-list .news-item {
        margin-top: 10px;
    }

    .footer .footer-content .contact-top .middle-img .img-02 {
        width: 34px;
        height: 48px;
    }

    .footer .footer-content .contact-top .middle-img .img-03 {
        width: 114px;
        height: 24px;
        margin-left: 34px;
    }

    .footer .footer-content .contact-top .middle-img .img-01 {
        width: 114px;
        height: 24px;
        margin-left: 34px;
    }

    .public-header .container-xin {
        width: 94%;
    }

    .public-header {
        width: 100%;
        height: 80px;
    }

    .public-header .container-xin .container-title {
        font-size: 26px;
    }

    .public-header .container-xin .navbar .navbar-item {
        /* padding: 2px 6px;
        font-size: 12px;
        margin-left: 7px;
        border-radius: 16px; */

        margin-left: 30px;
        border-radius: 15px;
        font-size: 16px;
        font-weight: 400;
        /* padding: 2px 10px; */
    }

    .public-header .container-xin .register {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 13px;
        margin-left: 0.5rem;
        font-size: 12px;
    }

    .public-header .container-xin .navbar .navbar-item:hover {
        border-radius: 16px;
        padding: 2px 10px;
    }

    .activeShow,
    .uiShow {
        width: 82% !important;
    }

    .type-box,
    .download-box,
    .selected-box {
        width: 100% !important;
    }

    .footer {
        margin-top: 30px;
    }

    .notice-paging {
        width: 100%;
    }

    .video-container .video-ul .video-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .video-container .video-ul .video-item:nth-child(2n+1) {
        margin-left: 20rpx !important;
    }

    .study-section-ul {
        width: 88%;
    }

    /* 视频页面 */
    .notice-paging {
        width: 100%;
    }

    /* 游戏列表页面 */
    .game-list .gameList-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .game-list .gameList-item:nth-child(2n) {
        margin-left: 20px;
    }

    .game-list .gameList-item {
        width: 48%;
    }

    .game-list .gameList-item-img {
        width: 100%;
    }

    /* 公告 */
    .notice-content {
        width: 94%;
    }

    .notice-content .notice-img {
        width: 268px;
        height: 160px;
    }

    .notice-content li {
        margin-top: 20px;
    }

    .notice-content .notice-item-right {
        margin-left: 13px;
        width: 350px;
    }

    .notice-content .notice-title {
        font-size: 20px;
    }

    .notice-content .notice-details {
        margin-top: 8px;
        font-size: 12px;
        color: #929292;
        height: 98px;
    }

    .notice-time {
        font-size: 12px;
    }

    /* 隐私条款 联络我们 */
    .clause-content,
    .contact-content {
        width: 100% !important;
    }

    .website-ul {
        width: 100% !important;
        padding: 0;
    }

    .website-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .website-item:nth-child(3n) {
        margin-left: 43px;
    }

    /* 题库中心 */
    .container-box .right {
        width: 80%;
    }

    .left-side-menu {
        width: 185px;
    }

    .study-item {
        margin-top: 15px !important;
        margin-left: 0;
    }

    .type-box {
        padding: 0 15px 15px;
    }

    .lsm-sidebar-second-title,
    .selected-subject {
        margin-left: 10px !important;
    }

    .lsm-sidebar-three-title {
        margin-left: 20px;
    }

    .selected-section {
        margin-top: 15px !important;
    }

    .question_bank,
    .container-box .question-box,
    .text-library-box,
    .container-box .library-selected-box {
        width: 100%;
    }

    .selected-wrap {
        width: 87%;
    }

    /* 个人页面 */
    .personal_left {
        width: 200px;
        padding: 40px 0 0;
    }

    .personal-top,
    .personal-index .question-box,
    .shijuan-box,
    .account-box,
    .user-download-box,
    .user-question-box,
    .collection-question-box,
    .paging-box,
    .user-download-box {
        width: 743px;
    }
}





.column_content {
    background: #88C7D9;
    border-radius: 6px;
    height: 120px;
    padding: 24px 20px 12px 27px;
    display: flex;
    justify-content: space-between;
}

.column_content p {
    font-size: 30px;
}

.column_content img {
    height: 68px;
    margin-top: 20px;
}

.education-vice {
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 25px;
}

.education-title {
    font-size: 30px;
    color: #FFFFFF;
}

.column_content_02 {
    background: #96C291;
    border-radius: 6px;
    height: 120px;
    padding: 24px 20px 12px 27px;
    display: flex;
    justify-content: space-between;
}
.column_content_02 p {
    font-size: 30px;
}

.column_content_02 img {
    height: 68px;
    margin-top: 20px;
}

.column_content_03 {
    display: flex;
    justify-content: space-between;
    background: #FF9F65;
    border-radius: 6px;
    height: 120px;
    padding: 24px 20px 12px 27px;
}

.column_content_03 p {
    font-size: 30px;
}

.column_content_03 img {
    height: 68px;
    margin-top: 20px;
}


.column_content_04 {
    display: flex;
    justify-content: space-between;
    background: #FFE3A1;
    border-radius: 6px;
    height: 120px;
    padding: 24px 20px 12px 27px;
}

.column_content_04 p {
    font-size: 30px;
}

.column_content_04 img {
    height: 68px;
    margin-top: 20px;
}

.daily-box {
    width:100%;
    border-radius: 6px;
    padding: 1.875rem  10rem;
    margin: 20px auto 60px;
    position: relative;
    background-image: url(../image/icon-daily-box.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 251px;
    font-family: "標楷體", "DFKai-SB", "Kai", "楷体", "KaiTi", "楷体_GB2312", serif;
}

.daily-label {
    width: 226px;
    height: 63px;
    background-image: url(../image/icon-daily.png);
    background-repeat: no-repeat;
}

.poetry-title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.poetry-detail {
    font-size: 24px;
    margin-top: 30px;
    color: #2d2d2d;
    width: 100%;
}


/* 移动端内容 */

.move {
    margin: 20px auto 0;
    position: relative;
}
.move-dropdown{
    width: 81px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-left: 10px;
}
.w-18-10 {
    width: 9px;
    height: 5px;
}
.move-layer {
    width: 100%;
    background-color: #fff;
    padding: 26px 16px;
}

.move-scroll {
    width: 100%;
    background-color: #fff;
    padding: 26px 16px;
    max-height: 70vh;
    overflow-x: auto; /* 当内容超出宽度时显示水平滚动条 */
    overflow-y: scroll; /* 始终显示垂直滚动条 */
    border-radius: 0px 0px 10px 10px;
}


.move-title {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.move-section {
    color: #FF9138;
}

.movelayer-box {
    position: absolute;
    top: 0;
    left: 0;
}

.shadow {
    position: fixed;
    width: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    height: 100vh;
}








.header-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #75B7D3;
  }


  .header-vertical {
    width: 1px;
    height: 14px;
    background: #333;
    margin: 0 15px;
  }


  /* 超小设备 (手机, 600px 以下屏幕设备) */
@media (min-width: 360px) and (max-width: 479px) {
    .el-carousel__container {
        height: 36vw !important;
    }

    .header {
        height: 36vw;
    }

    .header .swiper {
        width: 100%;
        height: 36vw;
        background-size: cover;
        -moz-background-size: cover;
        background-repeat: no-repeat;
        z-index: 9;
        background: #fff;
        background-size: cover;
    }

    .education-content {
        padding: 20px 0;
    }

    .son {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    /* .son-item:nth-child(1) {
        margin-top: 0;
    } */

    .column_content {
        background: #88C7D9;
        border-radius: 6px;
        height: 100px;
        padding: 14px 16px 12px 16px;;
        display: flex;
        justify-content: space-between;
    }
    .column_content p {
        font-size: 14px;
    }
    .column_content img {
        height: 50px;
    }

    .column_content_02 {
        background: #96C291;
        border-radius: 6px;
        height: 100px;
        padding: 14px 16px 12px 16px;;
        display: flex;
        justify-content: space-between;
    }
    .column_content_02 p {
        font-size: 14px;
    }
    .column_content_02 img {
        height: 50px;
    }
    .column_content_03 {
        background: #FF9F65;
        border-radius: 6px;
        height: 100px;
        padding: 14px 16px 12px 16px;;
        display: flex;
        justify-content: space-between;
    }
    .column_content_03 p {
        font-size: 14px;
    }
    .column_content03 img {
        height: 50px;
    }
    .column_content_04 {
        background: #FFE3A1;
        border-radius: 6px;
        height: 100px;
        padding: 14px 16px 12px 16px;;
        display: flex;
        justify-content: space-between;
    }
    .column_content_04 p {
        font-size: 14px;
    }
    .column_content_04 img {
        height: 50px;
    }
}

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
@media only screen and (min-width: 1200px) {

    /* 首页 */
    .education-content {
        padding: 37px 0;
    }

}


r {
    text-decoration: underline wavy #333;
}

d {
    text-emphasis: dot;
    text-emphasis-position: under;
    -webkit-text-emphasis: dot;
    -webkit-text-emphasis-position: under;
}

u {
    text-decoration-line: underline;
    text-decoration-color: #333;
}

.hz_icon_title{
    color:#45A8BF;
    font-size:26px;
    font-weight:bold;
}
.hz_icon_box{
    margin-bottom:20px;
}
.hz_icon_div{
    background: #CFECF4;
    padding:30px 20px;
    min-height:150px;
    border-radius:10px;
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
}

.hz_icon_img_box{
    width:190px;
    height:210px;
    background: #fff;
    border-radius:30px;
    margin-right:30px;
    box-shadow: 0px 0px 8px rgba(120, 100, 80, 0.3);
}

.hz_icon_img{
    width:140px;
    margin-left:25px;
    margin-top:30px;
}
.hz_icon_img2{
    width:170px;
    margin-left:35px;
    margin-top:30px;
}
.hz_icon_btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color:#000;
    text-align: center;
    margin-top:10px;
    margin-left:15px;
    cursor:pointer;
    font-size:18px;
}
.c_F38D3A{
    color:#F38D3A;
}
.bg_F38D3A{
    background: #F38D3A;
}
.bg_FDF9EE{
    background: #FDF9EE;
}
.co_FDF9EE{
    color: #FDF9EE;
}
.hz_icon_bg8{
    background:#F9E8D1;
}
.c_459554{
    color:#459554;
}
.bg_459554{
    background: #459554;
}
.hz_icon_bg6{
    background: #CAE7CF;
}
.c_D7705C{
    color:#D7705C;
}
.bg_D7705C{
    background: #D7705C;
}
.hz_icon_bg9{
    background:#F8DAD5;
}
.c_709DD6{
    color:#709DD6;
}
.bg_709DD6{
    background: #709DD6;
}
.hz_icon_bg7{
    background:#CBEAF1;
}
.c_C87ABC{
    color:#C87ABC;
}
.bg_C87ABC{
    background: #C87ABC;
}
.hz_icon_bg10{
    background:#CAE9F1;
    justify-content: space-around;
}
.hz_news{
    width:510px;
    height:250px;
    background: #CF85C4;
    border-radius:20px;
}
.hz_top{
    display: flex;
    justify-content: space-between;
    padding:10px 20px;
    font-size:18px;
}
.hz_left{
    color:#fff;
    cursor:pointer;
}
.hz_news_list{
    background: #fff;
    border-radius:20px;
    height:206px;
}




