* {
    box-sizing: border-box;
}

.wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;

}
.wrap .top {
    width: 100%;
    display: flex;
    padding: 25px 15% 35px 6%;
    height: 88px;
}

.main {
    position: relative;
}

.join-we {
    position: absolute;
    width: 68%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 180px;
    background: #5CE68A;
    border-radius: 32px 32px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join-we p {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    position: relative;
}

.join-we>p:first-child::after {
    content: '';
    display: block;
    width: 48px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: -10px;
}

.top>div:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.back_white {
    background: #ffffff;
}

.wrap .top img {
    display: block;
    width: 148px;
    height: 50px;
    align-self: center;
}

.wrap .top .tabs {
    align-items: center;
    display: flex;
}

.wrap .top .tabs .a_white {
    display: block;
    padding: 4px;
    cursor: pointer;
    margin-left: 104px;
    font-size: 20px;
    text-decoration: none;
    color: #666666;
}

.wrap .top .tabs .bottom_border_white {
    opacity: 1;
    color: #000;
    position: relative;
}
.bottom_border_white::after{
    content: "";
    width: 36px;
    height: 4px;
    background: #000;
    border-radius: 4px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.wrap .footer {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.wrap .footer p {
    color: #D8D8D8;
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    margin-bottom: 5px;
}

.wrap .footer .agreement {
    display: flex;
    justify-content: center;
}

.wrap .footer .agreement a {
    text-decoration: none;
    margin: 0 30px;
    color: #D8D8D8;
}

.ip {
    cursor: pointer;
}