
			.carousel {
				position: relative;
				width: 100%;
                height: 175px;
			
			}

			.carousel-item {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				/* height: 100%; */
				opacity: 0;
				/* transition: opacity 1s linear; */
				/* background-repeat: no-repeat; */
				/* transform:  0.2s ease-in-out; */
				animation: breath 3s linear infinite;
			}
            .carousel-item img {
                width: 100%;
            }
			@keyframes breath { 
    0% { background-size: 100% 100%; } 
    50% { background-size: 105% 105%; } 
    100% { background-size: 100% 100%; } 
} 

			.carousel-item.active {
				opacity: 1;
			}

			.carousel-text {
				position: absolute;
				left: 50%;
				top: 30%;
				transform: translateX(-50%);
				width: 80%;
				padding: 20px;
				background-color: rgba(0, 0, 0, 0.6);
				color: #fff;
				text-align: center;
				font-size: 2.5rem;
				line-height: 1.5;
				border-radius: 10px;
			}

			.carousel-nav {
				position: absolute;
				left: 50%;
				bottom: 10%;
				transform: translateX(-50%);
				display: flex;
				justify-content: center;
				align-items: center;
				z-index: 99;
			}

			.carousel-nav button {
				width: 10px;
				height: 10px;
				border-radius: 50%;
				border: none;
				margin: 0 10px;
				background-color: #fff;
				cursor: pointer;
				transition: all 0.3s ease;
			}

			.carousel-nav button.active {
				width: 20px;
				background-color: #ffcc33;
            }
body {
    background: #F2F2F2;
}
.music_teacher {
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    box-sizing: border-box;
}
.index_sfk_box {
    display: flex;
    justify-content: space-between;
}
.index_sfk_warp {
    padding: 30px 15px;
    /* margin-top: 220px; */
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.index_sfk_warp h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.index_music_list {
    flex: 1;
}
.index_music_one {
    display: flex;
    background: #D8D8D8;
    padding: 5px 0 12px 0;
    justify-content: space-between;
    margin-bottom: 10px;
}
.index_music_img {
    width: 48px;
    margin-right: 13.5px;
}
.index_music_one h4 {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #EE1C25;
}
.index_music_one p {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
}
.index_music_one img {
    width: 45px;
    height: 45px;
    margin-top: -5px;
}
.index_course_warp {
    width: 100%;
    padding-left:15px;
}
.index_course_warp h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.index_course_warp p {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
}
.index_course_one_top {
    background: url(https://imgs.sfkedu.com/Public/vimg/vmusic/v2023/index_course_img1.png) center no-repeat;
    width: 270px;
    height: 270px;
}
.index_course_one_bottom {
    width: 270px;
    height: 180px;
    box-sizing: border-box;
    background: #F2F3F4 linear-gradient(180deg, #000001 0%, rgb(33, 33, 181) 22%, #394CDD 100%);
    box-shadow: 0px 2px 20px 0px rgba(57,76,221,0.14);
    padding: 10px 15px;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.index_course_one_top {
    text-align: center;
}
.index_course_one_top img {
    width: 15px;
    height: 15px;
    margin-top: 190px;
}
.index_course_one_top p {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 15px;
}
.index_course_list {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.index_course_one {
    width: 75%;
}

.index_music_teacher_warp {
    width: 100%;
    background: #1D1D1D;
    padding: 30px 15px 10px;
}
.index_music_teacher_warp h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.index_music_teacher_warp p {
    margin-top: 5px;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.music_teacher_nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.music_teacher_nav li {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 2px;
}
.music_teacher_nav li.teacher_active {
    color: #6C7BEB;
    border-bottom: 1px solid #6C7BEB;
}
.music_teacher_one {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 10px; */
}
.music_teacher_one img {
    width: 105px;
    height: 105px;
}
/* .music_teacher_name {
    width: 165px;
} */
.modal_imgs {
    position: relative;
}
.music_teacher_name h4 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    /* margin-top: 20px; */
}
.music_teacher_name p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.music_teacher_one .music_teacher_order {
    width: 68px;
    height: 25px;
}
.music_teacher_list {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.music_teacher_list_show {
    display: block;
}
.teacher_hide {
    display: none;
}
.teacher_show {
    display: block;
}
.swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.3);
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    width: 20px;
    height: 20px;
    border: 5px solid #394CDD;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.music_img {
    text-align: right;
    width: 100%;
    height: 43.5px;
}
.music_img img {
    width: 179px;
    height: 100%;
}
.index_gain {
    padding: 0 15px;
    margin-bottom: 20px;
}
.index_gain h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.index_gain p {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.index_gain_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.index_gain_one {
    width: 48%;
    /* width: 165px;*/
    height: 115px; 
    border: 0.5px solid #394CDD;
    box-sizing: border-box;
    /* padding: 15px 10px; */
    margin-bottom: 10px;
    padding-left: 10px;
}
.index_gain_one:nth-child(3),.index_gain_one:nth-child(4) {
    height: 135px;
}
.index_gain_one h4 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #394CDD;
    margin-top: 10px;
}
.index_gain_one p {
    font-size: 10px;
    transform: scale(0.83);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-left: -12px;
}
.index_enroll_warp {
    margin: 0 15px;
    margin-bottom: 30px;
    background: #fff;
}
.index_experience_warp {
    padding: 0 15px;
}
.index_enroll_warp h3,.index_experience_warp h3 {
    text-align: center;
    width: 100%;
    height: 40px;
    background: #394CDD;
    line-height: 40px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.index_enroll_country_nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}
.index_enroll_country_nav li {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    padding-bottom: 2px;
}
.index_enroll_country_nav li.country_active {
    color: #6C7BEB;
    border-bottom: 1px solid #6C7BEB;
}
.enroll_country_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.enroll_country_one img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.enroll_country_name h4,.enroll_offer_num {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.enroll_country_name p {
    font-size: .5rem;
}
.enroll_country_list {
    display: none;
    padding: 0 15px 10px;
}
.enroll_country_list_show {
    display: block;
}
.enroll_country_name {
    width: 230px;
}
.index_experience_box {
    padding-bottom: 30px;
}
.part4 .index_experience_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    width: 20px;
    height: 20px;
    border: 5px solid #394CDD;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
}
.part4 .index_experience_box .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    /* color: rgba(0, 0, 0, 0.3); */
    border: 5px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
}
.abroad_enter_one {
    width: 100%;
    height: 266px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(57,76,221,0.14);
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
}
.abroad_enter_one_top {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.abroad_enter_one_top_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.abroad_enter_one_top_img img {
    width: 100%;
    height: 100%;
}
.abroad_enter_one_top_school_title {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.abroad_enter_one_top_school_speciality{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.abroad_enter_one_top_school_ranking {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    z-index:1;
    text-align: center;
    width: 80px;
}
.img_bg {
    width: 80px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 0;
}
.abroad_enter_one_top_school {
    /* margin-left: -50px; */
    align-self: center;
    flex: 1;
    margin-left: 10px;
}
.abroad_enter_one_title {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #394CDD;
    margin-top: 20px;
    margin-bottom: 6px;
    /* white-space:nowrap;       
	overflow:hidden;          
	text-overflow:ellipsis;    */
}
.abroad_enter_one_des {
    font-size: 0.63rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 4;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
    padding-right: 20px;
}
.see_des_more {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FD4AEF;
    text-align: left;
    margin-right: 20px;
    margin-top: 14px;
}
.see_des_more a {
    color: #FD4AEF; 
}
.offer_show_warp {
    margin-top: 10px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    /* border-bottom: 1px solid #000; */
}
.offer_box {
    padding: 0 15px;
    /* width: 80%; */
}
.offer_show_warp h3 {
    text-align: center;
    width: 100%;
    height: 40px;
    background: #394CDD;
    line-height: 40px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.slide_wrapper {
    width: 100%;
    height: 290px;
    
}
.slide_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
 .slide_img{
    /* overflow: hidden;
    position: absolute;
    transition: width 0.1s,height 0.1s,top 0.1s,left 0.1s,z-index 0.1s; */
    /* width: 285px; */
    height: 290px;
}
.offer_box_list {
    display: flex;
    align-items: center;
}
/* .slide_img {
    position: relative;
    width: 170px;
    height: auto;
} */
.img_span {
    width: 100%;
    position: relative;
}
.img_span span {
    position: absolute;
    bottom: 27px;
    right: 77px;
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}
.offer_school_name {
    text-align: center;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    width: 170px;
}
.slide_img img {
    width: 170px;
    height: 239px;
}
.offer_span {
    position: absolute;
    bottom: 25px;
    right: 0;
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 80px;
    height: 32px;
    border-radius: 15px;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    transform: scale(0.85);
}
.offer_span_scale {
    transform: scale(1.5);
    bottom: 57px;
    right: 20px;
}
.slide_box .slide_img1 .img_span span {
    position: absolute;
    bottom: 2px;
    right: 30px;
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    transform: scale(0.85);
}
.slide_box .slide_img2 .img_span span {
    position: absolute;
    bottom: 2px;
    right: 30px;
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    transform: scale(0.85);
}
.slide_box .slide_img4 .img_span span {
    position: absolute;
    bottom: 2px;
    right: 30px;
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    transform: scale(0.85);
}
.slide_box .slide_img5 .img_span span {
    position: absolute;
    bottom: 2px;
    right: 0.85px;
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    transform: scale(0.85);
}
.slide_box .slide_img1{
    width: 46%;
    height: 46%;
    top: 32%;
    left: -60%;
    z-index: 1;
}
.slide_box .slide_img2{
    width: 58%;
    height: 78%;
    top: 11%;
    left:0;
}
.slide_box .slide_img3{
    width: 86%;
    height: 100%;
    top:0;
    left: 13%;
    padding: 20px 30px;
    z-index: 3;
}
.slide_box .slide_img4{
    width: 58%;
    height: 78%;
    top: 11%;
    left: 42%;
    z-index: 2;
}
.slide_box .slide_img5{
    width: 46%;
    height: 46%;
    top: 32%;
    left: 110%;
    z-index: 1;
}
.line {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.index_music_major {
    padding: 0 15px;
}
.music_type_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.index_music_major h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.index_music_major p {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.music_major_list {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}
.music_major_list li {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 2px;
}
.music_major_list li.major_active {
    color: #6C7BEB;
    border-bottom: 1px solid #6C7BEB;
}
.music_type_list>a {
    display: block;
    width: 48%;
}
.music_type_one {
    /* width: 165px; */
    width: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;   
    margin-bottom: 10px;
    /* height: 157px; */
}
.music_type_one img {
    width: 100%;
    /* width: 165px; */
    /* height: 105px; */
    display: block;
}
.music_major_name_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px 5px 10px;
    background: #000;
}
.music_major_name_box div:nth-child(1) {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.music_major_name_box p {
    color: #fff;
    font-size: 14px;
}
.music_major_name_box span {
    display: block;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.major_des {
    width: 40px;
    height: 25px;
    border-radius: 15px;
    border: 0.5px solid rgba(214, 192, 124, 1);
    font-size: .6rem;
    color: #D6C07C;
    text-align: center;
    line-height: 25px;
}
.major_hide {
    display: none;
}
.index_music_major .major_block {
    display: block;
}
.index_strategy_warp {
    padding: 0 15px
}
.index_strategy_warp h3 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.index_strategy_warp p {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.strategy_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}
.strategy_nav li {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: 0.5px solid rgba(52,53,58,0.2);
    font-size: .6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    padding: 0 8px;
}
.strategy_nav li.strategy_active {
    border: 0.5px solid #394CDD;
    background: #394CDD;
    color: #ffffff;
}
.strategy_one {
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 26px;
}
.strategy_img {
    width: 105px;
    height: 70px;
    flex-shrink: 0;
    margin-left: 10px;
}
.strategy_content_box  {
    flex: 1;
}
.strategy_content_box h4 {
    color: #34353A;
    font-size: 14px;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.strategy_content_box h4 a {
    color: #34353A;
}
.strategy_content_tag {
    display: flex;
    align-items: center;
}
.strategy_content_tag img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.strategy_content_tag p a, .strategy_content_tag span{
   color: rgba(52,53,58,0.5);
   font-size: 12px;
}
.strategy_content_tag>div {
    display: flex;
    align-items: center;
}
.strategy_more {
    width: 256px;
    height: 41px;
    margin: 0 auto;
    text-align: center;
    line-height: 41px;
    background: #394CDD;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.strategy_more a {
    color: #fff;
}
.strategy_list {
    display: none;
}
.modal_con  {
    z-index: 101;
}
/* .teacher_list_hw {
    display: none;
} */