*{
    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: 56px 16% 40px 16%;
    height: 88px;
    /* top:0; 
    bottom:0; */
}
.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;
    padding: 23px 56px;
    height: 88px;
    background: rgba(17,17,17,0.5);
    border-radius: 65px;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(50px);
    justify-content: space-between;
}
.back_white{
background: #ffffff;
}
.wrap .top img{
    display: block;
    width: 48px;
    height: 48px;
    align-self: center;
}
.wrap .top .tabs{
    align-items: center;
    display: flex;
}
.wrap .top .tabs .a_white{
    display: block;
    padding: 4px;
    cursor: pointer;
    margin-left: 44px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.wrap .top .tabs .bottom_border_white{
   border-bottom: 4px solid #5CE68A;
   opacity: 1;
   color: #5CE68A;
}
.wrap .top .tabs .bottom_border{
    border-bottom: 4px solid #fff;
    opacity: 1;
 }
.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;
}

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

.ip{
    cursor: pointer;
}