.goldmedal-ss-content{
    width: 100%;
    height: 5.58rem;
    background-image: url('/static/img/newVersion/banner-bg1.jpg');
    background-size: cover;
}
.goldmedal-ss {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(191, 42, 50, 0.5);
    display: flex;
    justify-content: center;
}
.goldmedal-ss .goldmedal-ss-left{
    margin-top: -2rem;
    width: 8.26rem;
    background-image: url('/static/img/goldmedal/ss-bg.png');
    background-size: cover;
    height: fit-content;
    border-radius: 0.1rem;
    padding-bottom: 0.33rem;
}
.goldmedal-ss .goldmedal-ss-left h4{
    font-size: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    font-weight: bold;
    color: #252B42;
    margin: 0.24rem 0;
}
.goldmedal-ss .goldmedal-ss-left .items-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.36rem;
}
.goldmedal-ss .goldmedal-ss-left .vs{
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: 800;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
}
.goldmedal-ss .goldmedal-ss-left .items{
    overflow: inherit;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0.1rem;
}
.goldmedal-ss .goldmedal-ss-left .items .items-title{
    width: fit-content;
    margin: 0.32rem auto 0.1rem auto;
    padding: 0.05rem 0.55rem;
    border-radius: 0.21rem;
    background: #BF2A32;
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.21rem;
    /* letter-spacing: 0.05em; */
    color: #FFFFFF;
}
.goldmedal-ss .goldmedal-ss-left .items h6{
    font-family: Montserrat;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #BF2A32;
}
.goldmedal-ss .goldmedal-ss-left .items p{
    font-family: Montserrat;
    font-size: 0.16rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
    margin-top: 0.1rem;
}
.goldmedal-ss .goldmedal-ss-left .items div{
    padding: 0.12rem;
    border-top: 0.01rem dashed #D8D8D8;
}

.goldmedal-ss .goldmedal-ss-left .right-items .items-title{
    font-size: 0.26rem;
    line-height: 0.26rem;
}

.goldmedal-ss .goldmedal-ss-left .right-items h6{
    font-size: 0.18rem;
}

.goldmedal-ss .goldmedal-ss-left .right-items p{
    font-size: 0.16rem;
}
.goldmedal-ss .goldmedal-ss-right{
    width: 4.6rem;
    margin-left: 0.44rem;
    padding-top: 0.45rem;
}
.goldmedal-ss .goldmedal-ss-right>h4{
    position: relative;
    font-family: Montserrat;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    margin-bottom: 0.4rem;
}
.goldmedal-ss .goldmedal-ss-right>h4::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.27rem;
    width: 1.72rem;
    height: 0.04rem;
    background: #fff;
}
.goldmedal-ss .goldmedal-ss-right ul li{
    display: flex;
    align-items: flex-start;
    border-top: 1px dashed #D8D8D8;
    padding: 0.2rem 0.08rem;
}
.goldmedal-ss .goldmedal-ss-right .goldmedal-ss-right-num{
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.36rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 0.1rem;
    white-space: nowrap;
}
.goldmedal-ss .goldmedal-ss-right h5{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.42rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.goldmedal-ss .goldmedal-ss-right p{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 0.08rem;
}

.product-introduction{
    padding: 0.3rem 0 0.8rem 0;
    margin-top: 1rem;
}

.product-introduction-content{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-top: 1rem;
}

.product-introduction-title{
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.36rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3D3D3D;
    padding-left:0.1rem;
    border-left: 5px solid #BF2A32;
    text-align: left;
}

.product-introduction-module-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem auto 0.7rem auto;
    gap: 1.67rem;
}

.product-introduction-module-item{
    width: 4.14rem;
    height: 2.13rem;
    overflow: hidden;
    border-radius: 0.08rem;
    box-shadow: 0px 0.03rem 0.08rem 0px rgba(0, 0, 0, 0.16);
    background-size: cover;
}

.product-introduction-module-item-bg{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.product-introduction-module-item-bg h3{
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.36rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
}

.product-introduction-module-item-bg p{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #EDEDED;
    margin: 0.25rem 0.27rem 0.39rem 0.27rem;
    display: none;
}

.product-introduction-module-item-bg:hover{
    background: linear-gradient(180deg, rgba(198, 58, 30, 0) 0%, #C63A1E 100%);
    justify-content: flex-end;
}

.product-introduction-module-item-bg:hover h3{
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: white;
}

.product-introduction-module-item-bg:hover p{
    display: block;
}

.product-introduction-tip-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem auto 0 auto;
    gap: 0.25rem;
}

.product-introduction-tip-item{
    width: 3.85rem;
    height: 0.96rem;
    overflow: hidden;
    border-radius: 0.02rem;
    background: #FFFFFF;
    box-shadow: 0px 0.03rem 0.08rem 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.08rem; 
}

.product-introduction-tip-item img{
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
    margin-top: -0.32rem;
}

.product-introduction-tip-item h4{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.25rem;
    letter-spacing: 0.1em;
    color: #BF2A32;
}

.product-introduction-tip-item h6{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
    margin-top: 0.1rem;
}

.service-container{
    padding: 0.4rem 0 1.2rem 0;
    width: 100%;
}

.service-content{
    margin-top: 0.9rem;
    padding: 0.66rem 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cn-resourses.oss-cn-shanghai.aliyuncs.com/publish-resources/production/cms-service/img/content-bg.png');
    background-size:  cover; 
    display: flex;
    justify-content: flex-end;
}

.service-content-list{
    width: fit-content;
    height: auto;
    margin-right: 1.03rem; 
    background: rgba(191, 42, 50, 0.9);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 0.49rem 0.44rem 0.31rem 0.44rem;
}

.service-content-item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.18rem;
}

.service-content-item .number{
    font-family: Montserrat;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.57rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    margin-right: 0.18rem;
}

.service-content-item .number::after{
    content: '';
    width: auto;
    height: 0.02rem;
    background: #FFFFFF;
    position: absolute;
    bottom: 0.06rem;
    left: 0;
    right: 0;
}

.service-content-item h4{
    font-family: Montserrat;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.57rem;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}

.service-content-item p{
    max-width: 4.3rem;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #EDEDED;
}

.exclusive-advantage{
    padding: 0.4rem 0 1.2rem 0;
}

.exclusive-advantage-list{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.exclusive-advantage-item{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2rem 2rem 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.46rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #BF2A32;
}

.course-lecturer{
    padding: 0.4rem 0 0.8rem 0;
    position: relative;
    margin-bottom: 1rem;
}

.course-lecturer-swiper{
    width: 11.42rem;
    margin-top: 0.8rem;
}

.course-lecturer-swiper-slide{
    width: 11.42rem;
    display: flex;
    gap: 0.46rem;
}
.course-lecturer-item{
    width: 2.51rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.course-lecturer-item img{
    width: 2.51rem;
    height: 3.54rem;
    overflow: hidden;
    border-radius: 2.51rem;
}

.course-lecturer-item h5{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.46rem;
    text-align: center;
    letter-spacing: normal;
    color: #3D3D3D;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.course-lecturer-item h6{
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: normal;
    color: #3D3D3D;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper-pagination-bullet{
    width: 0.11rem;
    height: 0.11rem;
    background: #767676;
}

.swiper-pagination-bullet-active{
    width: 0.13rem;
    height: 0.13rem;
    background: #BF2A32;
}

