.portfolio_warp_common {
    background: #F2F3F4;
}

.portfolio_warp {
    width: 100vw;
    height: 1080px;
    background: url(../../img/portfolioBanner.png) center no-repeat;
    background-size: cover;
    /* margin-top: -100px; */
}

.course_warp {
    width: 100vw;
    height: 1080px;
    background: url(../../img/courseBanner.png) center no-repeat;
    background-size: cover;
    margin-top: -100px;
}
.portfolio_banner_title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}
.portfolio_banner_box {
    width: 100%;
    height: 662px;
    background: #000000;
    box-sizing: border-box;
}
.portfolio_banner_warp {
    padding-top: 80px;
}
.portfolio_banner_content {
    height: 300px;
    background: linear-gradient(90deg, rgba(57,76,221,0.9) 0%, rgba(57,76,221,0.1) 100%);
    padding: 40px 30px 0 30px;
    box-sizing: border-box;
}
.portfolio_banner_content h4 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.portfolio_banner_content p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.portfolio_banner_content .p {
    margin: 35px 0;
}
.portfolio_banner_nav_one {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portfolio_banner_nav_warp {
    width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px;
    position: relative;
}
.portfolio_banner_nav_one p {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 10px;
}
.portfolio_banner_nav_one img {
    width: 34px;
    height: 34px;
    z-index: 20;
}
.portfolio_banner_nav_line {
    width: 750px;
    border-top: 2px solid  #394CDD;
    position: absolute;
    top: 17px;
    left: 18px;
    z-index: 10;
}

.portfolio_banner_nav_tip {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}
.portfolio_hot_title {
    text-align: center;
    margin: 80px 0 40px 0;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.portfolio_hot_table {
    width: 100%;
    position: relative;
}
.table_content_page_hover {
    width: 15px;
    height: 15px;
    color:  #394CDD;
    border: 10px solid;
    border-radius: 50%;
    border-top-color: transparent;
    /* border-right-color: transparent; */
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    text-align: center;
}
.table_content_page {
    width: 15px;
    height: 15px;
    color:  rgba(0, 0, 0, 0.3);
    border: 10px solid;
    border-radius: 50%;
    border-top-color: transparent;
    /* border-right-color: transparent; */
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    text-align: center;
    margin-top: -10px;
}
.table_header {
    padding: 19px 50px;
    background: #000000;
    display: flex;
    align-items: center;
}
.table_header li {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.table_header li:nth-child(1){
    width: 234px;
}
.table_header li:nth-child(2){
    width: 224px;
}
.table_header li:nth-child(3){
    width: 127px;
}
.table_header li:nth-child(4){
    width: 136px;
}
.table_content {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.table_content_line {
    padding: 15px 20px;
    margin: 0 30px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
/* .table_content_line:nth-last-child(1) {
    border: none;
} */
.table_content li:nth-child(1){
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    width: 234px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.table_content li:nth-child(2){
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    width: 257px;
}
.table_content li:nth-child(3) {
    width: 137px;
}
.table_content li:nth-child(3) i {
    font-size: 20px;
    font-family: LEMONMILK-Bold, LEMONMILK;
    font-weight: bold;
    color: #394CDD;   
}
.table_content li:nth-child(3) span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.table_content li:nth-child(4) {
    font-size: 30px;
    font-weight: bold;
    width: 136px;
}
.table_content li:nth-child(5) {
    font-size: 30px;
    font-weight: bold;
    width: 126px;
}
.table_content li:nth-child(6) {
    width: 110px;
    height: 50px;
    background: #000000;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
.table_content li:nth-child(6) a,.table_content li:nth-child(7) a  {
    color: #FFFFFF;
    font-size: 14px;
}
.table_content li:nth-child(7) {
    width: 110px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}
.portfolio_problem_warp {
    width: 100%;
    height: 1236px;
    box-sizing: border-box;
    background: url(../../img/problem_bg.png) center no-repeat;
    background-size: cover;
    position: relative;
}
.img_music {
    position: absolute;
    left: 0;
    top: 344px;
}
.problem_warp {
    width: 328px;
    height: 100px;
    background: rgba(57, 76, 221, 0.6);
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.problem_warp_two {
    width: 306px;
    height: 80px;
    background: #394CDD;
    border-radius: 40px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 70px;
}
.problem_warp img {
    position: absolute;
    left: 0;
    top: 0;
}
.portfolio_problem_box {
    padding-top: 60px;
}
.portfolio_problem_title p {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: underline;
}
.unlock_answer {
    background: #FFFFFF;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    padding: 15px 110px;
}
.portfolio_problem_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 120px;
}
.portfolio_problem_title a:nth-child(2) {
    display: block;
    margin-top: 30px;
}
.music_speciality_title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.music_speciality_warp {
    margin-top: 220px;
}
.music_speciality_one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 148px;
    /* background: #333; */
    /* background-size: cover; */
}
.music_speciality_one_hover {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background: linear-gradient(128deg, #000000 0%, #394CDD 100%);
    opacity: 0.9;
    width: 188px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    display: none;
}
.music_speciality_one_hover span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 7px 20px;
    background: #000;
    border-radius: 14px;
}
.music_speciality_one_warp {
    width: 232px;
    margin: 0 4px;
    margin-top: 20px;
}
.music_speciality_one_warp p {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 11px;
    margin-left: 20px;
}
.music_speciality_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.music_other {
    width: 132px;
    height: 50px;
    background: #394CDD;
    border-radius: 25px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    line-height: 50px;
    /* text-align: center; */
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
.music_other img{
    position: absolute;
    right: -26px;
    top: -12px;
}
.course_arrangement_title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.course_arrangement_warp {
    padding-top: 80px;
}

.course_arrangement_nav_icon{
    width: 15px;
    height: 15px;
    color: #000;
    border: 10px solid;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    text-align: center;
    margin-left: -10px;
    margin-top: -10px;
    visibility: hidden;
}
.course_arrangement_nav_icon_hover {
    visibility: visible !important;
}
.course_arrangement_nav {
    width: 248px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.course_arrangement_nav_title p {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}
.course_arrangement_nav_title_active {
    color: #000 !important;
}
.course_arrangement_nav_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.course_arrangement_table {
    margin-top: 20px;
    margin-bottom: 40px;
    display: none;
}
.course_arrangement_table_on {
    display: block;
}
.course_vip {
    /* height: 476px; */
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 32px 30px 41px;
}
.course_vip_top {
    display: flex;
    align-items: center;
    padding-bottom: 27px;
    border-bottom: 1px solid #979797;
}
.course_vip_top h4,.course_vip_center h4,.course_vip_bottom h4 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    padding-left: 20px;
    margin-right: 139px;
}
.course_vip_bottom h4 {
    margin-right: 31px;
}
.course_vip_bottom {
    display: flex;
    align-items: center;
    padding-top: 40px;
}
.course_vip_top p,.course_vip_center p,.course_vip_bottom p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.course_vip_center {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #979797;
    padding: 30px 0;
}
.course_vip_center p:nth-child(3) {
    padding: 0 56px;
    /* border-left: 1px solid #979797;
    border-right: 1px solid #979797; */
    margin-left: 40px;
    margin-right: 74px;
    position: relative;
}
.course_vip_center p:nth-child(3)::before {
    content: '';
    width: 1px;
    height: 324px;
    background-color: #979797;
    position: absolute;
    top: -41px;
    left: 0;
}
.course_vip_center p:nth-child(3)::after {
    content: '';
    width: 1px;
    height: 324px;
    background-color: #979797;
    position: absolute;
    top: -41px;
    right: 0;
}
.get_course {
    width: 278px;
    height: 50px;
    background: #000000;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
.get_course_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.get_course_more p {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.get_course_more div {
    border-top: 1px solid #000;
    margin-left: 13px;
    flex: 1;
}
.course_more_one_common {
    width: 380px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.course_more_one {
    background: url(../../img/course_bsd_bg.png) center no-repeat;
}
.course_more_two {
    background: url(../../img/course_music_bg.png) center no-repeat;
}
.course_more_three {
    background: url(../../img/course_yo_bg.png) center no-repeat;
}
.course_more_one_common p {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 20px;
}
.course_more_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 80px;
}
.music_process_bg {
    width: 100%;
    height: 398px;
    background: url(../../img/portfolio_center_bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 40px;
}
.music_process_title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 60px;
}
.music_process_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.music_process_one {
    width: 280px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.music_process_one img {
    width: 60px;
    height: 60px;

}
.music_process_one h4 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin: 20px 0;
}
.music_process_one p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.portfolio_service_process_title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}
.portfolio_service_process {
    padding-top: 80px;
}
.portfolio_service_process_img {
    width: 264px;
    height: 168px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    cursor: pointer;
}
.portfolio_service_process_img_hover {
    width: 264px;
    height: 168px;
    background: linear-gradient(128deg, #000000 0%, #394CDD 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 30px 20px;
    box-sizing: border-box;
    text-decoration: underline;
    line-height: 22px;
    display: none;
}
.portfolio_service_process_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.portfolio_service_process_img1 {
    background: url('../../img/process_one.png') center no-repeat; 
}
.portfolio_service_process_img2 {
    background: url('../../img/process_two.png') center no-repeat; 
}
.portfolio_service_process_img3 {
    background: url('../../img/process_three.png') center no-repeat; 
}
.portfolio_service_process_img4 {
    background: url('../../img/process_four.png') center no-repeat; 
}
.portfolio_service_process_img5 {
    background: url('../../img/process_five.png') center no-repeat; 
}
.portfolio_service_process_img6 {
    background: url('../../img/process_sex.png') center no-repeat; 
}
.portfolio_service_process_img7 {
    background: url('../../img/process_seven.png') center no-repeat; 
}
.portfolio_service_process_img8 {
    background: url('../../img/process_eight.png') center no-repeat; 
}
.portfolio_service_process_word {
    width: 220px;
    background: #000000;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    padding: 10px 0;
}
.portfolio_service_process_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.example_share_bg {
    width: 100%;
    height: 803px;
    background: url('../../img/example_share.png') center no-repeat; 
    background-size: cover;
    box-sizing: border-box;
    padding-top: 60px;
}
.example_share_title {
    margin-bottom: 70px;
    text-align: center;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.example_share_list_left {
    width: 528px;
}
.example_share_list_left img {
    width: 528px;
    height: 352px;
}
.example_share_list_left p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    padding: 29px 20px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.example_share_list_left a {
    color: #000000;
}
.example_share_list_right_one  {
    width: 200px;
    margin: 20px 0;
}
.example_share_list_right_one img {
    width: 100%;
    height: 190px;
}
.example_share_list_right_one a {
    color: #FFFFFF;
}
.example_share_list_right_one p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.example_share_list_warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.example_share_list_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 32px;
}
.example_share_page_one {
    width: 15px;
    height: 15px;
    color: rgba(255, 255, 255, 0.3);
    border: 10px solid;
    border-radius: 50%;
    border-top-color: transparent;
    /* border-right-color: transparent; */
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    text-align: center;
}
.example_share_page_hover {
    color: #394CDD !important;
}
.example_share_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.example_one {
    width: 100%;
}
.wrapper_share {
    padding-bottom: 30px;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    width: 15px;
    height: 15px;
    color: #394CDD;
    border: 10px solid;
    border-radius: 50%;
    border-top-color: transparent;
    /* border-right-color: transparent; */
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    text-align: center;
}

.swiper-container .swiper-pagination-bullet {
    background: none;
    width: 15px;
    height: 15px;
    /* color: rgba(0, 0, 0, 0.4); */
    border: 10px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    border-top-color: transparent;
    /* border-right-color: transparent; */
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    text-align: center;
}
.table_content_page_box {
    position: relative;
    left: 50% !important;
}
.wrapper_hot {
    padding-right: 30px;
}