.musictutor_warp_common {
    background: #f2f3f4;
}

.course_warp {
    background: url(../../img/musictutor_bananer.png) center no-repeat;
    background-size: cover;
}
.course_banner_icon {
    color: #394cdd;
}
.musicvine_banner_nav_warp div {
    background: #394cdd;
}
.musictutor_img {
    margin-left: 198px !important;
}
.musictutor_banner_bottom {
    width: 100%;
    height: 960px;
    box-sizing: border-box;
    /* background-color: #000; */
    background: url(../../img/overseas_professor_lastbg.png) center bottom no-repeat #000;
}
.musictutor_sort_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -190px;
}
.musictutor_sort_list_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px;
}
.musictutor_sort_list_one img {
    width: 144px;
    height: 144px;
}
.musictutor_sort_list_one h3 {
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin: 20px 0;
}

.musictutor_sort_list_one div{
    width: 380px;
    height: 138px;
    background: #394CDD;
    box-sizing: border-box;
    padding: 20px 50px;
}
.musictutor_sort_list_one h4 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.musictutor_sort_list_one p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.overseas_professor_left {
    width: 410px;
}
.overseas_professor_left img {
    width: 285px;
    height: 87px;
}
.overseas_professor_left h4 {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 29px;
    margin-bottom: 40px;
}
.page_buttom_left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #394CDD;
    box-sizing: border-box;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.page_buttom_box img,.page_buttom_left img,.page_buttom_right img {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 12px !important;
    height: 21px !important;
}
.overseas_professor_right_box {
    position: relative;
    width: 70%;
}
.overseas_professor_right {
    position: absolute;
    width: 70vw;
    left: 0;
    display: flex;
 }
 .overseas_professor_right_one img {
    width: 380px;
    height: 380px;
 }
 .overseas_professor_right_one {
    margin-left: 30px;
 }
 .overseas_name {
    font-size: 18px;
    font-family: LEMONMILK-Bold, LEMONMILK;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 28px;
    margin-bottom: 6px;
 }
.overseas_school {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.page_buttom_right {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #394CDD;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.page_buttom_box {
    display: flex;
    align-items: center;
}
.overseas_professor_warp {
    margin-top: 100px;
    display: flex;
}
.button_hover {
    background: #394CDD !important;
}
.musictutor_mentor_box {
    text-align: center;
    padding-top: 90px;
}
.musictutor_mentor_box h3{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.musictutor_mentor_list {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    z-index: 10;
    position: relative;
}
.page_buttom_left_mentor {
    position: absolute;
    left: 10%;
    top: 58%;
}
.page_buttom_right_mentor {
    position: absolute;
    right: 10%;
    top: 58%;
}
.music_tutor_title {
    width: 299px;
    height: 34px;
    margin-bottom: 19px;
}
.musictutor_mentor_vertical {
    margin-right: 30px;
}
.musictutor_mentor_one {
    margin-top: 20px;
    width: 278px;
    height: 434px;
    text-align: center;
    box-sizing: border-box;
    background: linear-gradient(127deg, #394CDD 0%, #000000 100%, #000000 100%);
    position: relative;
}
.musictutor_mentor_one_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(57, 76, 221, 0.9);
    box-sizing: border-box;
    display: none;
}
.musictutor_mentor_one_hover .musictutor_mentor_one_hover_des {
    width: 278px;
    height: 244px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    line-height: 22px;
    margin-bottom: 48px;
}
.musictutor_mentor_one img {
    width: 278px;
    height: 278px;
    margin-bottom: 20px;
}
.musictutor_mentor_one h4{
    font-size: 18px;
    font-family: LEMONMILK-Bold, LEMONMILK;
    font-weight: bold;
    color: #FFFFFF;
}
.musictutor_mentor_one p {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 10px;
}
.musictutor_mentor_order {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 12px 0;
    margin: 0 auto;
    background: #394CDD;
    width: 128px;
    border-radius: 50px;
    cursor: pointer;
}
.music_roll {
    font-family: LEMON MILK Bold;
    font-weight: bold;
    font-size: 200px;
}
.music_roll_tutor {
    font-family: LEMON MILK Bold;
    font-weight: bold;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.1);
}
.music_roll_topimg {
    width: 100%;
    height: 320px;
    position: relative;
    display: flex;
}
.music_roll_botimg {
    width: 100%;
    height: 320px;
    position: relative;
    display: flex;
}
.music_roll_topimg img {
    width: 480px;
    height: 320px;
}
.music_roll_botimg img {
    width: 480px;
    height: 320px;
}
.music_roll_title {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: RGBA(253, 74, 239, 0.8);
}
.music_roll_title h3 {
    font-family: LEMON MILK Bold;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    text-align: center;
}
.music_roll_title p {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-top: 19px;
}
.music_roll_titlebox {
    width: 480px;
    height: 320px;
    position: relative;
}
#music_roll_top_box {
    margin-top: 70px;
}
.music_tutor_interview_warp {
    width: 100%;
    height: 812px;
    background: #000;
    padding-top: 130px;
    text-align: center;
}
.music_tutor_interview_warp h4 {
    font-family: LEMON MILK Bold;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;

}
.music_tutor_interview_warp h3 {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 19px;
    margin-bottom: 40px;
}
.music_tutor_interview_list p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}
.music_tutor_interview_list {
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
}
.music_tutor_interview_one_big {
    width: 582px !important;
    margin-right: 40px;
}
.music_tutor_interview_one_small {
    width: 480px !important;
    margin-right: 40px;
}
.music_tutor_interview_one_img_big {
    width: 582px !important;
    height: 388px;
}
.music_tutor_interview_one_img_small {
    width: 480px !important;
    height: 320px;
}
.music_tutor_interview_one_img_small img,.music_tutor_interview_one_img_big img{
    width: 100%;
    height: 100%;
}
.page_tutor_left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.page_tutor_right {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.page_tutor_left img,.page_buttom_left img,.page_tutor_right img {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 12px;
    height: 21px;
}
.page_tutor_left_box {
    position: absolute;
    top: 47%;
    left: 20%;
    cursor: pointer;
}
.page_tutor_right_box {
    position: absolute;
    top: 47%;
    right: 20%;
    cursor: pointer;
}
.music_tutor_interview_warp {
    position: relative;
}
/* .music_tutor_interview_one_first {
    margin-left: 200px;
} */
.musictutor_mentor_warp {
    position: relative;
    z-index:9;
}