body{
    background-color: #ffffff;
}
.banner-body{
    width: 100%;
    margin-top: 4rem;
}
.banner-body > img{
    width: 100%;
}
.join-content{
    width: 60rem;
    margin: 0 auto;
    padding-bottom: 2rem;
}
.join-content > div{
    margin-top: 4.6rem;
}
.join-title{
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    font-weight: 600;
}
.join-title::before,.join-title::after{
    content: '';
    position: absolute;
    top: 52%;
    height: 2px;
    width: 14rem;
}
.join-title::before{
    left: 6.9rem;
}
.join-title::after{
    right: 6.9rem;
}
.you-can-get .join-title{
    color: #3ACBC6;
}
.you-can-get .join-title::before,.you-can-get .join-title::after{
    background-color: #3ACBC6;
}
.you-can-get .you-can-get-title{
    font-size: 1.1rem;
    color: #3ACBC6;
    margin-bottom: 2.3rem;
    font-weight: 600;
}
.you-can-get .you-can-get-title > img{
    margin-right: 1rem;
}
.you-can-get .you-can-get-title:nth-of-type(1) > img{
    width: 2.3rem;
    height: 2.2rem;
}
.you-can-get .you-can-get-title:nth-of-type(2) > img{
    width: 2.3rem;
    height: 2.3rem;
}
.you-can-get-body,.me-advantage-body{
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.you-can-get .you-can-get-item-content-li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.you-can-get-item-content > div{
    margin-bottom: 1.8rem;
}
.you-can-get .you-can-get-item-content-li > div:nth-of-type(1){
    font-size: 0.9rem;
    color: #333333;
    margin-bottom: 0.8rem;
    font-weight: 500;
}
.you-can-get .you-can-get-item-content-li > div:not(:nth-of-type(1)){
    font-size: 0.7rem;
    color: #999999;
}
.you-can-get .you-can-get-item-content{
    padding-left: 3.2rem;
}

.me-advantage .join-title{
    color: #F29A76;
}
.me-advantage .join-title::before,.me-advantage .join-title::after{
    background-color: #F29A76;
}
.me-advantage .me-advantage-item-title{
    font-size: 1.1rem;
    color: #F29A76;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 600;
}
.me-advantage .me-advantage-item-img{
    height: 8.3rem;
    margin-bottom: 3.1rem;
}
.me-advantage .me-advantage-item:nth-of-type(1) .me-advantage-item-img > img{
    width: 8.3rem;
    height: 6.8rem;
}
.me-advantage .me-advantage-item:nth-of-type(2) .me-advantage-item-img > img{
    width: 8rem;
    height: 8.3rem;
}
.me-advantage .me-advantage-item:nth-of-type(3) .me-advantage-item-img > img{
    width: 8.5rem;
    height: 7.9rem;
}
.me-advantage .me-advantage-item:nth-of-type(4) .me-advantage-item-img > img{
    width: 9.9rem;
    height: 8.1rem;
}
.me-advantage .me-advantage-item-content{
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
}
.me-advantage .me-advantage-item-content > div:not(:nth-last-of-type(1)){
    margin-bottom: 1rem;
}

.cooperation-process .join-title{
    color: #8C97CB;
}
.cooperation-process .join-title::before,.cooperation-process .join-title::after{
    background-color: #8C97CB;
}
.cooperation-process-img{
    height: 7.9rem;
    margin-bottom: 1.9rem;
    text-align: center;
}
.cooperation-process-img > img{
    width: 55rem;
    height: 100%;
}
.cooperation-process-content{
    width: 55rem;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #666666;
    text-align: center;
}

.contact-information .join-title{
    color: #C490BF;
}
.contact-information .join-title::before,.contact-information .join-title::after{
    background-color: #C490BF;
}
.contact-information-body{
    font-size: 1.1rem;
    color: #C490BF;
}
.contact-information-body span{
    margin-left: 2.7rem;
}
.contact-information-body img{
    width: 8.5rem;
    height: 8.5rem;
}
.qrcode-desc{
    font-size: 0.7rem;
    color: #666666;
    margin-top: 0.4rem;
    text-align: center;
}