.swiper-container{
    --swiper-pagination-color: #DB2F2E;/* 两种都可以 */
}
.swiper-pagination-bullet{
    background: #ffffff!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background: #DB2F2E!important;
}
.detail-wrap{
    width: 7.5rem;
    height: 100vh;
    background: #DB2F2E;
    text-align: center;
    position: relative;
    overflow-y: scroll;
}
.detail-wrap .detail-banner{
    width: 5.97rem;
    height: 2.33rem;
    position: relative;
    top: .48rem;
    left: 0;
}
.detail-wrap .school-name{
    font-size: .36rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFF9EB;
    padding: 1rem 0 .53rem;
}
.detail-wrap .school-info-wrap{
    width: 7rem;
    background-color: #fff0f0;
    border-radius: .05rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 6.1rem;
}
.school-info-wrap .school-intro{
    width: 6.41rem;
    height: .31rem;
    background: url("../img/school_intro.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .33rem;
}
.content-b{
    width: 6.4rem;
    height: auto;
    position: relative;
    top: .59rem;
    left: 0.3rem;
}
.detail-wrap .school-img-wrap{
    width: 6.4rem;
    height: 4.01rem;
    position: relative;
    overflow: hidden;
    top: .29rem;
}
.school-img-wrap .school-img,.school-activity-wrap .school-img{
    width: 6.4rem;
    height: auto;
}
.img-button-wrap{
    position: relative;
    top: 0;
}
.leftArrow{
    width: .42rem;
    height: .29rem;
    margin-left: .5rem;
}
.rightArrow{
    width: .42rem;
    height: .29rem;
    transform: rotate(180deg);
    margin-right: .5rem;
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: ''!important;
}
.img-content-wrap{
    width: 6.4rem;
    height: 1.1rem;
    position: relative;
    left: 0rem;
    top: .35rem;
}
.img-content-wrap .img-content{
    width: 6.4rem;
    height: 1.1rem;
}
.img-content-wrap .img-text{
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: .34rem;
    padding: .28rem 0rem 0;
    text-align: left;
}
.img-content-wrap .img-detail{
    width: 1.22rem;
    height: .21rem;
    background: url("../img/img_text_more.png") no-repeat center;
    background-size: contain;
    float: right;
    margin-top: .3rem;
}

.school-info-wrap .school-master{
    width: 6.41rem;
    height: .31rem;
    background: url("../img/school_master.png") no-repeat;
    background-size: contain;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 1.95rem;
}
.school-master-content{
    top: 1.55rem;
}
.school-master-wrap{
    width: 6.4rem;
    height: 6.1rem;
    position: relative;
    left: 0rem;
    top: 0.3rem;
}
.school-master-wrap .master-img-wrap{
	width: 6.4rem;
    height: 4.01rem;
  	overflow: hidden;
   	margin: .27rem 0rem;
}
.school-master-wrap .master-img{
    width: 6.4rem;
    height: auto;
    display: block;
}
.school-master-wrap .master-text{
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: .34rem;
    text-align: left;
}
.school-master-wrap .master-more{
    width: 1.22rem;
    height: .21rem;
    background: url("../img/img_text_more.png") no-repeat center;
    background-size: contain;
    float: right;
    margin-top: .3rem;
}
.school-employee{
    width: 6.41rem;
    height: .31rem;
    background: url("../img/school_employ.png") no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 2.3rem;
  
}
.employ-wrap{
    width: 6.4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 2.3rem;
}
.employ-wrap .employ-info{
    padding: .28rem .24rem;
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: .34rem;
    border-bottom: 1px dot-dash #999999;
    text-align: left;
}
.employ-wrap .qrcode-wrap{
    width: 6.4rem;
    height: 1.6rem;
    background: url("../img/qrcode_bg.png") no-repeat;
    background-size: cover;
    margin: .63rem auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #999999;
}
.qrcode-box{
    margin: .35rem .31rem 0 .37rem;
}
.qrcode-wrap .qrcode{
    width: 2.15rem;
    height: 2.15rem;
    margin-top: .65rem;
}
.qrcode-wrap .scan-text{
    width: 1.72rem;
    height: .37rem;
    background: url("../img/scan_bg.png") no-repeat;
    background-size: contain;
    text-align: center;
    margin: 0.12rem auto ;
    line-height: .37rem;
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.qrcode-wrap .qrcode-img{
    width: 2.9rem;
    height: 2.9rem;
}
.qrcode-more{
    width: 1.22rem;
    height: .21rem;
    background: url("../img/img_text_more.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -1.2rem;
}
.teacher-title{
    width: 6.41rem;
    height: .31rem;
    background: url("../img/teacher_title.png") no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top:4rem;
}
.teacher-content{
    top: 4.1rem;
}
.school-activity-title{
    width: 6.41rem;
    height: .31rem;
    background: url("../img/school_activity.png") no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 4.3rem;
}
.school-activity-content{
    top: 4.3rem;
}
.school-activity-wrap{
    width: 6.4rem;
    height: 4.2rem;
    position: relative;
    top: .28rem;
}

.school-activity-content-wrap{
    top: 0.25rem;
}
.school-activity-content-wrap .img-detail{
    width: 1.22rem;
    height: .21rem;
    background: url("../img/img_text_more.png") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0rem;
}
.school-activity-content-wrap .activity-content{
    width: 6.4rem;
    height: 2.3rem;
    display: none;
}
.activity-content .img-text{}
.video-title{
    width: 6.41rem;
    height: .31rem;
    background: url("../img/video_title.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 5.6rem;
    left: 50%;
    transform: translateX(-50%);
}
.video-wrap{
    width: 6.4rem;
    height: 3.8rem;
    position: relative;
    top: 5.85rem;
    left: .3rem;
}
.video-wrap .video{
    width: 6.4rem;
    height: 3.8rem;
}
.video-wrap .video-img{
    width: 6.4rem;
    height: 3.8rem;
}
.video-wrap .video-play-img{
    width: .88rem;
    height: .88rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.share-wrap{
    text-align: center;
    position: relative;
    top: .4rem;
    left: 0rem;
    padding-bottom: .15rem;
}
.share-wrap .copy-right{
    width: 2.43rem;
    height: .81rem;
}
.share-wrap .share-img-wrap{
    padding: .4rem 0 .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}
.share-img-wrap .share-box{
    margin-right: 1.05rem;
}
.share-img-wrap .share-img{
    width: 1rem;
    height: 1rem;
    margin-bottom: .22rem;
}

.share-modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.share-way{
    width: 100%;
    height: auto;
    z-index: 100;
}
.poster-modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.poster-wrap{
    width: 6.8rem;
    height: 9.6rem;
    background-color: #ffffff;
    position: absolute;
    top: 450%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*display: none;*/
}
.poster-img{
    width: 6.8rem;
    height: 9.6rem;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.poster-wrap .img-wrap{
    width: 6rem;
    height: 4.6rem;
    /*overflow: hidden;*/
    position: relative;
    left: .4rem;
    top: .38rem;
}
.img-wrap .img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.img-wrap .left-triangle{
    width: .73rem;
    height: .73rem;
    position: absolute;
    top: -.13rem;
    left: -.13rem;
}
.img-wrap .right-triangle{
    width: .73rem;
    height: .73rem;
    position: absolute;
    bottom: -.13rem;
    right: -.13rem;
    transform: rotate(180deg);
}
.school-name-wrap{
    text-align: left;
    position: relative;
    top: .78rem;
    padding: 0 .4rem .23rem;
    font-size: .44rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #DB2F2E;
    display: flex;
    align-items: baseline;
}
.school-name-wrap .lock-img{
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
    vertical-align: middle;
    display: block;
}
.school-intro-text{
    padding: 0rem .4rem;
    font-size: .26rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #F0AA32;
    position: relative;
    top: .8rem;
    text-align: left;
}
.bottom-info-wrap{
    position: relative;
    top: 1rem;
    padding: 0 .4rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
}
.bottom-info-wrap .info-left{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-left .kg-pub{
  
    padding-bottom: .18rem;
    border-bottom: 1px dashed #DB2F2E;
    line-height: .4rem;
}
.info-left .scan-detail{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #686868;
    margin-top: .22rem;
}
.bottom-info-wrap .qrcode{
    width: 1.81rem;
    height: 1.81rem;
    display: block;
}

.save-btn{
    width: 2.8rem;
    height: .5rem;
    background: url("../img/save_btn.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 84%;
}