:root{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    /* 项目-配置 */
    --bs-main:#007bc8;
    --bs-fc:#767676;
    --bs-a:#626262;
    --bs-fc-o:#ff6600;
    --bs-gray:#dcdcdc;
    --bs-gray-1:#f3f3f3;
    --bs-white:#fffefc;
    --skeleton:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    --pagination:hsla(210, 14%, 83%, 0.6);
}
@font-face{
    src: url("./SourceHanSansCN-Normal.ttf");
    font-family: shs;
}
html{
    height: 100%;
    background-color: var(--bs-gray-800);
    font-family: shs,'Courier New', Courier, monospace;
    /* ui设计图 */
    /* background-image: url("../img/bg/11.jpg");
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 100% auto; */
}
body{
    height: 100%;
    margin: 0rem;
}
/* 容器 */
.box{
    background-color: var(--bs-gray-1);
    min-height: 100%;
    max-width: 10rem!important;
    margin: 0 auto;
    box-shadow: 0 0 0.12rem var(--bs-gray-600);
    /* transform: translate(0, 0); */
    padding-bottom: 1rem;
    overflow: hidden;
}
.swiper-container{
    --swiper-navigation-color: var(--bs-a);/* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.6rem;/* 设置按钮大小 */
}
.teacher,.employment{
    padding-bottom: 0.4rem;
}
.teacher .swiper-pagination,.employment .swiper-pagination{
    bottom: 0rem!important;
}
.teacher .swiper-pagination-bullet,.employment .swiper-pagination-bullet{
    width:0.6rem!important;
    height: 0.1rem!important;
    border-radius: unset;
}
.teacher .swiper-pagination-bullet-active,.employment .swiper-pagination-bullet-active{
    background-color: var(--bs-orange);
}
/* 轮播图 */
.banner .swiper-slide{
    height: 5.65rem;
    box-sizing: border-box;
}
.banner .swiper-slide>img{
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: var(--bs-gray);
    background: var(--skeleton);
    background-size: 400% 100%;
    animation: el-skeleton-loading 1.4s ease infinite;
    object-fit: fill;
}
@keyframes el-skeleton-loading {
    0% {
        background-position:100% 50%
    }
    to {
        background-position:0 50%
    }
}
.banner .swiper-pagination{
    bottom: 0.6rem;
}
/* 介绍 */
.introduce{
    width: 100%;
    height: 2rem;
    padding: 0rem 0.4rem;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
    /* top: 4.6rem; */
    top:0rem;
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
}
.introduce-bg{
    height: 100%;
    padding: 0.3rem 0rem;
    box-sizing: border-box;
    background-image: url("../img/introduce/01.png");
    background-position: center;
    background-size: 100%;
    text-align: center;
    color: var(--bs-white);
    letter-spacing: 0.08rem;
}
.introduce-bg .main{
    font-size: 0.58rem;
    font-weight: bold;
}
.introduce-bg .sub{
    font-size: 0.35rem;
}
/* 标题-通用 */
.title{
    text-align: center;
}
.title .main{
    font-size: 0.5rem;
    font-weight: bold;
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 0.4rem 0.12rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}
.title .info{
    color: var(--bs-fc);
    font-size: 0.33rem;
    letter-spacing: 0.05rem;
    padding-bottom: 0.2rem;
}
.title .sub::before{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    content: "";
    background-image: url("../img/point.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 0.14rem;
    vertical-align: text-top;
}
.title .sub{
    color: var(--bs-fc-o);
    font-size: 0.34rem;
    font-weight: bold;
    margin: 0.2rem 0rem;
}
.course-box{
    background-color: var(--bs-white);
    padding: 0.2rem;
}
/* 课程 */
.course-box .list{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.course-box .item{
    width: 25%;
    text-align: center;
    padding: 0.2rem;
    text-decoration: none;
}
.course-box .icon{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 2rem;
    color: var(--bs-white);
    position: relative;
}
.course-box .iconfont::before{
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.course-box .item:nth-child(1) .icon{
    background-image: url("../img/course/01.png");
}
.course-box .item:nth-child(2) .icon{
    background-image: url("../img/course/02.png");
}
.course-box .item:nth-child(3) .icon{
    background-image: url("../img/course/03.png");
}
.course-box .item:nth-child(4) .icon{
    background-image: url("../img/course/04.png");
}
.course-box .name{
    font-size: 0.38rem;
    color: var(--bs-gray-dark);
}
/* 师资 */
.teacher-box{
    background-color: var(--bs-white);
    padding: 0.2rem 0.1rem;
    margin-top: 0.4rem;
}
.teacher .swiper-slide{
    margin-top: 0.2rem;
    padding: 0px 0.1rem;
    box-sizing: border-box;
}
.teacher .swiper-slide > div{
    border: 1px solid var(--bs-gray-500);
    border-radius: 0.2rem;
    overflow: hidden;
}
.teacher-img{
    width: 100%;
    height: 3rem;
    overflow: hidden;
    /* border-radius: 0.2rem; */
}
.teacher-img img{
    width: 100%;
    height: auto;
}
.teacher-name{
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    margin: 0.1rem 0rem;
}
.teacher-info{
    font-size: 0.32rem;
    margin: 0.2rem 0.1rem;
    text-indent: 0.4rem;
    height: 1.6rem;
    line-height: 0.4rem;
    overflow: hidden;
}
/* 就业 */
.employment-box{
    margin-top: 0.4rem;
    padding: 0.2rem;
    background-color: var(--bs-white);
}
.employment .swiper-slide{
    padding: 0rem 0.4rem;
    box-sizing: border-box;
}
.company{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.company>div{
    width: 25%;
    flex-shrink: 0;
    font-size: 0rem;
    padding: 0.1rem;
    box-sizing: border-box;
}
.company>div>img{
    width: 100%;
    border: 1px solid var(--bs-gray-500);
    box-sizing: border-box;
}
.student-box{
    margin-top: 0.4rem;
    background-color: var(--bs-white);
    padding: 0.2rem;
}
.student-box .table{
    font-size: 0.36rem;
    padding:  0rem 0.8rem 0.4rem 0.8rem;
}
.student-box .table > div{
    border: 1px solid var(--bs-gray-500);
    overflow: hidden;
    border-radius: 0.2rem;
    box-shadow: 0.1rem 0.1rem 0.1rem var(--bs-gray-600);
}
.student-box .table-title{
    background-color: var(--bs-orange);
    color: var(--bs-white);
}
.student-box .table-info{
    text-align: center;
    padding: 0.2rem;
    font-size: 0.38rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.student-box .table-row{
    list-style: none;
    padding: 0rem;
    margin: 0rem;
    display: flex;
    flex-flow: row nowrap;
    text-align: center;
    align-items: center;
    height: 100%;
}
.student-box .table-row li{
    width: 2.5rem;
    flex-shrink: 0;
}
.student-box .table-row li:nth-child(2){
    flex-grow: 1;
    flex-shrink: 0;
}
.student-box .swiper-slide:nth-child(even){
    background-color: var(--bs-gray-300);
}
.student-box .student{
    height: 10rem;
}
/* 校区 */
.campus-box{
    margin-top: 0.4rem;
    padding: 0.2rem;
    background-color: var(--bs-white);
}
.campus-box .item{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0.4rem;
    height: 2.6rem;
}
.campus-box .item > div:not(:last-child){
    width: 2.85rem;
    flex-shrink: 0;
    height: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
}
.campus-box .item > div > img{
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: var(--bs-gray-300);
    object-fit: cover;
}
.campus-box .item > div:last-child{
    width: 0.8rem;
    height: 100%;
    writing-mode: vertical-lr;
    text-align: center;
    letter-spacing: 0.16rem;
    padding: 0rem 0rem 0rem 0.2rem;
    font-size: 0.38rem;
    color: var(--bs-orange);
    font-weight: bold;
}
.campus-box .item .iconfont{
    display: block;
    text-align: center;
    font-size: 0.6rem;
    padding: 0.2rem;
}
.campus-box .icon-play-filling{
    position: relative;
}
.campus-box .icon-play-filling::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--bs-gray-700);
    font-weight: bolder;
    font-size: 0.8rem;
}
/* 服务与支持 */
.serve-box{
    margin-top: 0.4rem;
    padding: 0.2rem 0.2rem 0.6rem 0.2rem;
    background-color: var(--bs-white);
}
.serve-box .serve{
    /* min-height: 6rem; */
    padding: 0rem 0.4rem;
}
.serve-box .serve .line{
    text-align: right;
}
.serve-box .serve .line>img{
    width: 75%;
}
.serve-box .s-box{
    margin-top: 0.4rem;
    padding: 0.2rem 0.2rem 0.2rem 0.6rem;
    border-radius: 0.1rem;
    letter-spacing: 2px;
}
.serve-box .s-box:nth-child(3n-1){
    box-shadow: 0rem 0rem 0.12rem #247ef8;
}
.serve-box .s-box:nth-child(3n){
    box-shadow: 0rem 0rem 0.12rem #8621f2;
}
.serve-box .s-box:nth-child(3n+1){
    box-shadow: 0rem 0rem 0.12rem #dc3a76;
}
.serve-box .s-box .sub{
    font-size: 0.36rem;
    font-weight: bold;
    color: white;
    height: 1rem;
    line-height: 0.8rem;
    padding-left: 0.4rem;
    position: relative;
    left: -0.73rem;
}
.serve-box .s-box .sub{
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.serve-box .s-box:nth-child(3n-1) .sub{
    background-image: url("../img/serve/01.png");
}
.serve-box .s-box:nth-child(3n) .sub{
    background-image: url("../img/serve/02.png");
}
.serve-box .s-box:nth-child(3n+1) .sub{
    background-image: url("../img/serve/03.png");
}
.serve-box .s-box .desc{
    line-height: 0.6rem;
    font-size: 0.33rem;
    font-weight: bold;
    color: var(--bs-gray-900);
}

/* 子页面 */
.class-box{
    background-color: var(--bs-white);
    padding: 0.2rem 0.4rem;
}
.class-sp{
    margin-top: 0.2rem;
}
.class-box .info{
    text-align: left;
    text-indent: 0.8rem;
    /* margin-top: 0.4rem; */
}
.t-box .t-item{
    height: 4rem;
    display: flex;
    flex-flow: row nowrap;
    border-radius: 0.2rem;
    border: 1px solid var(--bs-fc-o);
    margin-bottom: 0.2rem;
}
.t-item .t-photo{
    width: 3rem;
    flex-shrink: 0;
}
.t-item .t-photo > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 0.2rem;
}
.t-item .t-info{
    margin: 0.16rem;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0.32rem;
}
.t-info .t-name{
    font-weight: bold;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid var(--bs-gray-600);
}
.t-info .t-name >span:first-child{
    border-top: 1px solid var(--bs-gray-600);
    padding-top: 0.1rem;
    display: inline-block;
}
.t-info .t-name >span:nth-child(2){
    font-size: 0.32rem;
    font-weight: normal;
    color: var(--bs-orange);
}
.t-info .t-desc{
    text-indent: 0.6rem;
    line-height: 1.6;
}
.class-box .outline{
    /* width: 24rem;
    margin-left: -7.4rem; */
    overflow:unset;
    width: 8rem;
    padding-bottom: 0.4rem;
}
.class-box .outline .swiper-slide{
    height: 12rem;
    padding: 0.2rem;
    box-sizing: border-box;
}
.class-box .outline .swiper-pagination{
    bottom: 0rem!important;
}
.class-box .outline .swiper-pagination-bullet, 
.class-box .outline .swiper-pagination-bullet {
    width: 0.6rem!important;
    height: 0.1rem!important;
    border-radius: unset;
}
.class-box .outline .swiper-pagination-bullet-active,
.class-box .outline .swiper-pagination-bullet-active{
    background-color: var(--bs-orange);
}
.outline .o-box{
    height: 100%;
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    background-image: url("../img/class/course.png");
    background-size: 100% 100%;
    border-radius: 0.4rem;
    box-shadow: 0.1rem 0.1rem 0.1rem var(--bs-gray-500);
    overflow: hidden;
}
.o-box>div{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.o-box .o-title{
    width: 4.5rem;
    font-size: 0.4rem;
    padding: 0.1rem 0.4rem;
    text-align: center;
    margin: 0 auto;
    color: var(--bs-white);
    background-image: url("../img/class/line2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.o-box .o-pad{
    padding-top: 0.2rem;
}
.o-pad .o-sub{
    font-size: 0.4rem;
    color: var(--bs-fc-o);
}
.o-pad .o-sub::before{
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("../img/point.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center;
    margin-right: 0.1rem;
}
.o-pad .o-desc{
    font-size: 0.33rem;
    text-indent: 0.8rem;
}
.o-pad dl{
    margin: 0rem;
    padding-left: 0.2rem;
}
.o-pad dt{
    font-size: 0.33rem;
    font-weight: bold;
}
.o-pad dd{
    margin: 0;
    text-indent: 0.6rem;
    margin-bottom: 0.2rem;
    line-height: 1.4;
}

/* 报名 */
.book-btn {
    z-index: 99;
    position: fixed;
    bottom: 3rem;
    right: 0.2rem;
    background-color: var(--bs-fc-o);
    color: white;
    font-size: 0.4rem;
    text-align: center;
    padding: 0.2rem;
    border-radius: 0.2rem;
    cursor: pointer;
}
.book-btn .iconfont{
    display: block;
    font-size: 1rem;
}
.book-btn >span{
    display: block;
}


.regist-box {
    z-index: 1000001;
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    padding: 0.6rem;
    box-sizing: border-box;
    background-color: rgba(51, 51, 51, 0.6);
    display: none;
}

.regist-box .user-box {
    width: 100%;
    max-width: 9rem;
    margin: 2rem auto 0rem auto;
    min-height: 8rem;
    background-color: white;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.4rem #666;
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
}

.regist-box .user-box .title {
    font-size: 0.5rem;
    text-align: center;
}

.regist-box .user-box .title p {
    margin: 0rem;
    color: var(--bs-main);
}

.regist-box .user-box .title p:nth-child(1) {
    font-size: 0.56rem;
    font-weight: bold;
    color: var(--bs-fc-o);
}

.regist-box .user-box .input {
    flex-grow: 1;
    font-size: 0.48rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: var(--bs-gray-800);
}

.regist-box .user-box .input label {
    width: 1.5rem;
    flex-shrink: 0;
}

.regist-box .user-box .input input {
    border: unset;
    outline: none;
    font-size: 0.48rem;
    border-bottom: 1px solid var(--bs-gray-400);
}

.regist-box .user-box .btn {
    text-align: center;
    padding-top: 0.2rem;
}

.regist-box .user-box .btn>span {
    display: inline-block;
    padding: 0.2rem 0.4rem;
    background-color: var(--bs-fc-o);
    font-size: 0.4rem;
    color: var(--bs-gray-100);
    border-radius: 0.2rem;
    cursor: pointer;
}

.regist-box .user-box .tip {
    text-align: center;
    padding-top: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: var(--bs-fc-o);
    visibility: hidden;
}
.icon-roundclosefill{
    font-size: 1rem;
    color: #ccc;
    margin-top: 0.2rem;
    text-align: center;
}

/* 视频 */
.video-box {
    z-index: 1000002;
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(51, 51, 51, 0.6);
    display: none;
    text-align: center;
    padding: 1rem 0.2rem;
    box-sizing: border-box;
}

.video-box .video-list {
    width: 100%;
    max-width: 10rem;
    background-color: white;
    box-shadow: 0 0 0.12rem #ccc;
    padding: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    margin: 0 auto;
}

.video-list>video {
    width: 100%;
    border-radius: 0.2rem;
}

.video-list .list {
    display: flex;
    flex-flow: row nowrap;
    overflow: auto;
    margin-top: 0.2rem;
    padding-bottom: 0.4rem;
}

.video-list .list .item {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-left: 0.2rem;
    border-radius: 0.1rem;
}

.video-list .list .icon-play-filling::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-gray-700);
    font-weight: bolder;
    font-size: 0.8rem;
}