
.main{
    background: url('../images/join/bg.png');
    background-size: 100% 100%;
    height: 100vh;
}
.wrap .content{
    padding: 0 16%;
}
.wrap{
    padding-bottom: 282px;
}
.content_item{
    display: flex;
    justify-content: center;
    margin-top: 120px;
    flex-direction: column;
    
    align-items: center;
}
.content_item2{
    position: relative;
}
.content_item2>img {
    width: 100%;
    margin-top: 60px;
}
.adressBox{
    width: 1000px;
    height: 120px;
    background: #fff;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 60px;
    left: 50%;
    margin-left: -500px;
    align-items: center;
    padding: 0 80px;
}
.adressBox .adress_title{
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 42px;
    
}
.adressBox img{
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    margin-right: 16px;
}
.adressBox p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.wrap .content .title_box{
    text-align: center;
}
.wrap .content .title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    position: relative;
    z-index: 1;
}
.wrap .content .title::after{
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: #5CE68A;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.wrap .content  .text{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676A6E;
    line-height: 28px;
    margin-top: 30px;
}
.wrap .content_item>img{
    display: block;
    width: 100%;
    margin-top: 40px;
}
.footer{
    bottom: 120px !important;
}
.footer p{
    color: #767B84 !important;
}
