.about-bg {
    margin-bottom: 20px;
}

.about-title {
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10%;
}

.about-content {
    border-radius: 32px;
    padding: 30px 20px;
    background: #fff;
    margin-top: 40px;
}

.title {
    width: 130px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.title img {
    width: 100%;
}

.team-content {
    background: #F2F2F2;
    border-radius: 8px;
}

.team-content img {
    width: 100%;
}

.team-content-left {
    padding: 20px;
}

.team-content-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

.team-content-desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.teacher-content {}

.teacher-content img {
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.teacher-content-bottom {
    margin: auto;
    width: 90%;
    background: #F8F8F8;
    position: relative;
    top: -30px;
    padding: 10px;
}

.teacher-content-name {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.teacher-content-desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
}


.page {
    width: 100%;
    text-align: center;
}

.detail {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
    padding-top: 10%;
    background: rgba(0, 0, 0, 0.76);
}

.detail-content {
    width: 50%;
    margin: auto;
    height: 90%;
    background: #fff;
    padding: 20px;
    border-radius: 12px 12px 12px 12px;
    overflow: auto;
}

.colse {
    text-align: right;
}

.colse img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.detail-teacher img {
    width: 100%;
}

.teacher-experience {
    border-radius: 12px 12px 0px 0px;
    border-top: 12px solid #369A94;
    margin-top: 40px;
    padding: 10px;
}

.experience-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #369A94;
    line-height: 28px;
}

.experience-desc {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #B8E1DF;
    line-height: 23px;
}

@media (max-width: 767.98px) {
    .about-title {
        font-size: 20px;
        padding-top: 10%;
    }

    .title {
        width: 80px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title img {
        width: 100%;
    }

    .team-content-title {
        font-size: 18px;
        line-height: 28px;
    }

    .team-content-desc {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }

    .teacher-content-name {
        font-size: 18px;
    }

    .teacher-content-desc {
        font-size: 14px;
    }

    .detail-content {
        width: 90%;
    }
}