﻿/* 底部 */
.school-detail-footer .play-box {
    text-align: center;
}
.school-detail-footer .icon-play {
    display: inline-block;
    width: 0.53rem;
    height: 0.53rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../Images/play.png");
}
.school-detail-footer .play-text {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.29rem;
    color: #777777;
}
/* 内容 */
.school-detail-body {
    padding: 1.7rem 0;
    background: #F7F7F7;
    min-height: calc(100vh - 1.7rem - 1.7rem);
}
.school-detail-body-wx {
    padding: 0.53rem 0 1.7rem;
    background: #F7F7F7;
    min-height: calc(100vh - 1.7rem - 0.53rem - constant(safe-area-inset-bottom));
    min-height: calc(100vh - 1.7rem - 0.53rem - env(safe-area-inset-bottom));
}
.school-item {
    margin: 0 0.4rem 0.27rem;
    padding: 0.27rem 0.27rem;
    display: flex;
    border-bottom: 1px solid #F5F5F5;
    background-color: #fff;
    border-radius: 0.21rem;
}
.school-item-left .img {
    margin-right: 0.27rem;
    width: 4.48rem;
    height: 2.56rem;
    border-radius: 0.15rem;
}
.school-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.school-item-right .title {
    margin-bottom: 0.13rem;
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #333333;
}
.school-item-right .introduce {
    margin-bottom: 0.13rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #999999;
}
.school-item-right .line {
    margin: 0 0.13rem 0;
    display: inline-block;
    width: 1px;
    height: 0.32rem;
    background-color: #E6E6E6;
    vertical-align: -0.04rem;
}
.school-item-right .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #CCCCCC;
}
.school-item-right .price-box-left {
    font-size: 0.43rem;
    font-weight: bold;
    color: #FF2824;
}
.school-item-right .symbol {
    font-size: 0.32rem;
    font-weight: normal;
}
.school-item-right .through {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.32rem;
    color: #CCCCCC;
}

.school-information {
    margin: 0 0.4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 2.13rem;
    background: #FFFFFF;
    border-radius: 0.21rem;
}
.school-information .item {
    text-align: center;
}
.school-information .row1 {
    margin-bottom: 0.27rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #999999;
}
.school-information .row2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.37rem;
    color: #333333;
}

.school-tab-box {
    display: flex;
    justify-content: space-between;
    padding: 0.53rem 0.93rem 0.75rem;
    background: #F7F7F7;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.43rem;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
}
.school-tab-box.fixed {
    position: fixed;
    top: 1.17rem;
}
.school-detail-body-wx .school-tab-box.fixed {
    position: fixed;
    top: 0;
}
.school-tab-box .item {
    position: relative;
}
.school-tab-box .active {
    font-weight: bold;
    color: #46C663;
}
.school-tab-box .icon-try {
    position: absolute;
    top: -0.4rem;
    right: -0.5rem;
    padding: 0 0.15rem;
    height: 0.43rem;
    background: #FFCA39;
    border-radius: 0.27rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.29rem;
    font-style: normal;
    color: #6D3300;
    text-align: center;
    line-height: 0.43rem;
}
.school-tab-box .active::after {
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    content:"";
    width: 1.07rem;
    height: 0.05rem;
    background: #46C663;
    border-radius: 1px 1px 1px 1px;
}
.school-tab-content {
    padding: 0 0.4rem;
    width: 100%;
    box-sizing: border-box;
}
.school-tab-content .item-introduce img {
    width: 100%;
}
.school-tab-content .item-outline {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.37rem;
    color: #666666;
    line-height: 0.64rem;
    padding: 0.53rem 0.27rem;
    background-color: #fff;
    border-radius: 0.21rem;
}
.school-tab-content .item-outline b {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    /* font-size: 0.43rem; */
    color: #333333;
    /* line-height: 0.85rem; */
}
.item-section-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.27rem;
    padding: 0.27rem;
    width: 100%;
    height: 1.84rem;
    background: #FFFFFF;
    border-radius: 0.21rem;
    box-sizing: border-box;
}
.item-section-item .left {
    flex: 1;
    width: 100%;
}
.item-section-item .title {
    margin-bottom: 0.27rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
}
.item-section-item .time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.37rem;
    color: #999999;
}
.item-section-item .btn-try {
    margin-left: 0.58rem;
    display: inline-block;
    width: 1.97rem;
    height: 0.8rem;
    background: #F3FFF6;
    border-radius: 0.4rem;
    border: 1px solid #46C663;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.78rem;
    text-align: center;
}
/* 视频播放层 */
.video-cover-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.school-video-box {
    position: fixed;
    top: 6.4rem;
    width: 100%;
    z-index: 999;
}
.school-video-box .my-video-box {
    position: relative;
    margin-bottom: 0.4rem;
    width: 100%;
    height: 5.65rem;
}
.school-video-box #player-container-id {
    width: 100%;
    height: 5.65rem;
}
.school-video-box .video-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5.65rem;
    background: url("../../Images/videobg.png") no-repeat;
    background-size: 100%;
    z-index: 9;
}
.swiper-container-list {
    padding: 0 0.4rem;
    width: 100%;
    height: 3.2rem;
}
.swiper-container-list .img-box img {
    margin-bottom: 0.27rem;
    width: 100%;
    /* height: 1.6rem; */
    border-radius: 0.16rem;
    border: 1px solid transparent;
}
.swiper-container-list .title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.35rem;
    color: #FFFFFF;
}
.swiper-container-list .active .img-box img{
    border: 1px solid #46C663;
}
.swiper-container-list .active .title {
    color: #46C663;
}