.music_school_warp {
    width: 100%;
    height: auto;
    background: url(../../img/music_school_bg.png) center no-repeat #000000;
    background-size: cover;
    padding-top: 150px;
}

.school_detail_top {
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
}
.school_details_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
}
.school_details_img img {
    width: 120px;
    height: 120px;
    border: 4px solid #000000;
    border-radius: 50%;
    overflow: hidden;
}
.school_details_word {
    width: 474px;
}
.school_details_word li:nth-child(1){
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
}
.school_details_word li:nth-child(2) {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    border-bottom: 1px solid #394CDD;
    width: 100%;
    line-height: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.school_details_word li:nth-child(3) {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.school_details_word li:nth-child(3) img {
    width: 25px;
    height: 30px;
    margin-right: 6px;
}
.school_details_word li:nth-child(3) p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}
.school_details_word li:nth-child(4) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.school_tag {
    width: 60px;
    height: 30px;
    background: #4C4E60;
    border-radius: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin-top: 34px;
}
.school_detail_top_left {
    display: flex;
    align-items: center;
}
.school_detail_top_right {
    width: 566px;
    height: 220px;
    box-sizing: border-box;
    background: rgba(57, 76, 221, 0.6);
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    padding-left: 40px;
    padding-right: 34px;
    position: relative;
}
.school_detail_left_title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.school_detail_left_title img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.school_detail_left_title .dialogue_icon {
    width: 20px;
    height: 24px;
}
.school_detail_left_title p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.school_detail_left_tag {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FD4AEF;
}
.school_detail_difficulty {
    height: 14px;
}
.schooli_detail_one {
   height: 100px;
}
.enter_ask {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 19px;
    border: 1px solid #fff;
    margin-top: 106px;
    cursor: pointer;
}
.offer_tag_box {
    position: absolute;
    top: 0;
    right: 20px;
    width: 114px;
    height: 120px;
    background: #000000;
    border-radius: 0px 0px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.offer_tag_box h4 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.offer_tag_box span {
    font-size: 36px;
    font-family: LEMONMILK-Bold, LEMONMILK;
    font-weight: bold;
    color: #FD4AEF;
}
.offer_tag_box div {
    width: 36px;
    height: 36px;
    background: #394CDD;
    border: 2px solid rgb(251, 114, 244);
    /* border-image: linear-gradient(180deg, rgba(255, 129, 248, 1), rgba(253, 74, 239, 1)) 2 2;; */
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    /* background-origin: border-box;
    background-clip: content-box, border-box; */
    border-radius: 50%;

}

.school_profile_box {
    display: flex;
    justify-content: space-between;
}
.school_profile_left_box {
    width: 760px;
}
.school_profile_nav {
    width: 100%;
    height: 40px;
    background: rgba(57, 76, 221, 0.8);
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-around; */
}
.school_profile_nav div ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.school_profile_nav div ul li {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 40px; */
}
.school_profile_nav div ul li a {
    color: rgba(255, 255, 255, 0.6);
}
.school_profile_nav>div {
    width: 100%;
    background: linear-gradient(180deg, #FFDFEE 0%, #FFFFFF 100%);
    line-height: 40px;
    position: relative;
    background: rgba(57, 76, 221, 0.8);
}
.hi-selected-full {
    color: #ffffff !important;
    position: relative;
}
.hi-selected-full::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('https://imgx.sfkedu.com/Fi391PtWERQFdTnXIHZKJPFnXdK4') center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -15px;
    left: 20px;
}
.school_profile_nav_one {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.school_profile_nav_one span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3px;
    margin-top: 10px;
}
.school_profile_nav_one div {
    display: none;
}
.school_profile_nav .span_on {
    color: #FFFFFF;
}
.school_profile_nav_one .img_on {
    display: block;
}
.school_profile_box {
    margin-top: 100px;
}
.school_specifics_warp {
    padding: 60px 50px;
    background: #ffffff;
    margin-top: 27px;
    margin-bottom: 60px;
}
.school_specifics_title {
    background: url(../../img/teacher_title_blue.png) left no-repeat;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    width: 114px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 6px;
    box-sizing: border-box;
    padding-right: 14px;
    margin: 40px 0 20px 0;
}
.school_specifics_warp p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    letter-spacing: 1px;
}
.school_specifics_des {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    padding-bottom: 60px;
}
.apply_introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.apply_introduction a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.school_specifics_title1 {
    margin-left: 50px;
}
.introduction_banner {
    height: 100px;
    cursor: pointer;
}
.introduction_banner img {
    width: 100%;
    height: 100%;
}
.share_box {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
    flex-wrap: wrap;
    height: 600px;
    overflow: hidden;
}
.share_img {
    width: 240px;
    height: 160px;
}

.share_one {
    width: 240px;
    height: 300px;
    box-sizing: border-box;
    margin-right: 12px;
    margin-bottom: 0;
}
.school_specifics_box {
    width: 100%;
}
.school_specifics_box img {
    width: 100%;
}
.addmore {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}