.home_title{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: calc(6px + 1rem);
}

.home_title p{
line-height: 1;
font-family: OPPOSans-B;
font-weight: normal;
font-size: calc(2px + 2rem);
color: #000000;
text-align: center;
text-transform: uppercase;
}

.home_title div{
    width: calc(20px + 4rem);
height: calc(1px + 0.15rem);
background: #E39651;

}

.comb_box {
    width: 100%;
    background-color: #EEEEEE;
}

.comb {
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comb_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
}

.comb_left div {
    width: calc(5px + 1rem);
}

.comb_left div img {
    width: 100%;
}

.comb_left p {
    font-family: OPPOSans-R;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #242424;
    opacity: 0.8;
}

.comb_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.comb_right p {
    width: calc(60px + 5rem);
    line-height: calc(20px + 2rem);
    text-align: center;
    font-family: OPPOSans-R;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #333333;

}

.comb_right .comb_active {
    background-color: #629282;
    color: #ffffff;
}
.comb_right a:nth-of-type(1) p{
    background-color: #629282;
    color: #ffffff;
}


.banner{
    position: relative;
}
.banner p{
    height: max-content;
    font-family: PINGFANG;
    font-weight: 800;
    font-size: calc(6px + 2rem);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.nei_title{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;

}
.nei_title p:nth-of-type(1){
    font-family: OPPOSans-B;
    font-weight: normal;
    font-size: calc(10px + 1.5rem);
    color: #333333;
    line-height: 1;
}

.small_title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(10px + 0.5rem);
    width: max-content;
    margin-top: calc(1px + 1rem);
}

.small_title p:nth-of-type(1){
font-family: OPPOSans-R;
font-weight: 500;
font-size: calc(8px + 0.5rem);
color: #333333;
text-align: center;
}

.small_title div{
    width: calc(20px + 3rem);
height: 1px;
background: #D2D2D2;
}