
.tutorship-container{
    width: 100%;
    min-width: 11rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.4rem auto;
}

.top-tip-list{
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0.16rem;
}

.top-tip-item{
    padding:  0.37rem;
    width: 3.4rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.top-tip-item .tip-title{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.top-tip-item .tip-title img{
    width: auto;
    height: 0.4rem;
}

.top-tip-item .tip-title h4{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: 0.1px;
    color: #BF2A32;
    margin-left: 0.1rem;
}

.top-tip-item p{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: 0.2px;
    color: #252B42;
    margin-top: 0.15rem;
}
.service-introduction{
    width: 100%;
    height: 2.1rem;
    background: #CB2933;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    margin-top: 1rem;
}


.service-introduction img{
    width: 4.29rem;
    height: 2.86rem;
}

.service-introduction .service-introduction-content{
    margin-right: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-introduction-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-introduction-title h3{
    font-family: Montserrat;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.57rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-right: 0.1rem;
}

.service-introduction-title h6{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.57rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFD3D5;
}

.service-introduction-content p{
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.3rem;
    letter-spacing: normal;
    /* 纯白 */
    color: #FFFFFF;
    margin-top: 0.2rem;
    white-space: nowrap;
}

.get-score{
    margin:  1rem auto;
}

.get-score-list{
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0.71rem;
    margin-top: 0.5rem;
}

.get-score-item{
    width: 2.3rem;
    height: 2.45rem;
    padding: 0.35rem 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}


.get-score-item svg{
    fill: #BF2A32;
}

.get-score-item h3{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.2em;
    /* text-color */
    color: #252B42;
    margin: 0.2rem 0;

}
.get-score-item h5{
    font-family: Montserrat;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.2rem;
    letter-spacing: 0.1em;
    /* second-text-color */
    color: #737373;
    margin-bottom: 0.3rem;
}

.get-score-item:hover{
    background-color: #BF2A32;
}

.get-score-item:hover svg{
    fill: #FFFFFF;
} 
.get-score-item:hover h3, .get-score-item:hover h5{
    color: #FFFFFF;
}

.efficient-war{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: bottom;
}

.efficient-war-content{
    width: 100%;
    height: 100%;
    padding: 0.5rem 0 0.1rem 0;
    background: rgba(191, 42, 50, 0.7);
}

.efficient-war-list{
    margin: 0.5rem 0.3rem 0.2rem 0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.efficient-war-list .efficient-war-item{
    width:  calc((100% - 1px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.efficient-war-item:nth-child(1){
    padding: 0.1rem 0.8rem 0.5rem 0;
}

.efficient-war-item:nth-child(1)::after{
    content: '';
    width: 1px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0.4rem;
    right: 0;
    background: #fff;
}

.efficient-war-item:nth-child(2){
    padding: 0.1rem 0 0.5rem 0.8rem;
}

.efficient-war-item:nth-child(2)::after{
    content: '';
    width: auto;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    right: 0;
    background: #fff;
}

.efficient-war-item:nth-child(3){
    padding: 0.5rem 0.8rem 0.1rem 0;
}

.efficient-war-item:nth-child(3)::before{
    content: '';
    width: auto;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0.4rem;
    left: 0;
    background: #fff;
    
}

.efficient-war-item:nth-child(4){
    padding: 0.5rem 0 0.1rem 0.8rem;
}

.efficient-war-item:nth-child(4)::before{
    content: '';
    width: 1px;
    height: auto;
    position: absolute;
    top: 0.4rem;
    left: 0;
    bottom: 0;
    background: #fff;
}

.efficient-war-list .efficient-war-item h4{
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.57rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.efficient-war-list .efficient-war-item h5{
    font-family: Montserrat;
    font-size: 0.274rem;
    font-weight: normal;
    line-height: 0.57rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.flex-end{
    align-items: flex-end;
}

.flex-start{
    align-items: flex-start
}

.brand-strength-content{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-strength-content .left{
    width: 5.97rem;
    height: 4.2rem;
    position: relative;
    overflow: hidden;
    /* background: url('/static/img/newVersion/videoBg.png') no-repeat; */
    /* background-size: cover; */
}

.brand-strength-content .right{
    margin-left: 0.4rem;
}

.brand-strength-content .right .right-item{
    width: 5.5rem;
    margin-bottom: 0.1rem;
    background: rgba(237, 237, 237, 0.2);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.25rem 0 0.25rem 0.8rem;
}

.brand-strength-content .right .right-item svg{
    fill: #BF2A32;
    margin-right: 0.1rem;
}

.brand-strength-content .right .right-item h4{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1px;
    color: #CB2933;
}

.brand-strength-content .right .right-item h5{
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
    letter-spacing: 0.2px;
    color: #767676;
    margin-top: 0.15rem;
}

.brand-strength-content .right .right-item-active{
    background: #BF2A32;
}

.brand-strength-content .right .right-item-active svg{
    fill: #fff;
}
.brand-strength-content .right .right-item-active h4, .brand-strength-content .right .right-item-active h5{
    color: #fff;
}

.service-guarantee{
    width: 100%;
    margin: 1rem 0;
    
}

.service-guarantee-content{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative; 
}

.service-guarantee-list{
    width: 4.84rem;
}

.service-guarantee-item{
    width: 100%;
    height: 1.07rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.15rem;
}

.service-guarantee-item .number{
    width: 1rem;
    font-family: Montserrat;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.8rem;
    letter-spacing: 0.1em;
    color: #BF2A32;
    border-right: 1px solid #D8D8D8;
    text-align: center;
    margin-right: 0.2rem;
}

.service-guarantee-item h4{
    font-family: Montserrat;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    color: #252B42;
}

.service-guarantee-item h5{
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    color: #252B42;
    margin-top: 0.1rem;
}

.service-guarantee-img{
    width: 2rem;
    height: auto;
    right: 0;
    bottom: 0;
    position: absolute;
}

.service-guarantee-right{
    width: 6.1rem;
    height: 4.76rem;
    position: relative;
}

.service-guarantee-right .new-th-title{
    margin-right: 0.8rem;
    margin-top: 0.3rem;
    align-items: flex-end;
    position: relative;
    z-index: 3;
}

.service-guarantee-right .img-bg{
    width: 5.42rem;
    height: 2.4rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.service-guarantee-right .img-bg img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: -0.4rem;
}