.join-head-box{
    width: 100%;
    height: 480px;
    background: url(../../img/joinbg1.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 110px;
}
.join-head-content{
    text-align: center;
}
.join-head-content>strong{
    font-size: 46px;
    color: #fff;
    display: block;
    line-height: 46px;
    letter-spacing: 14px;
    margin-bottom: 30px;
}
.join-head-content>p{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 60px;
}
.join-head-content>a{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 56px;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
}
.core-box{
    background: #F7F8FA;
    padding: 64px 0 250px;
}
.core-head-box{
    text-align: center;
}
.core-head-box>p{
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
}
.core-head-box>span{
    font-size: 18px;
    color: #8c8c8c;
    display: block;
    line-height: 18px;
}
.core-info{
    position: relative;
    margin-top: 100px;
}
.core-info>img{
    display: block;
    margin: 0 auto;
}
.core-info>div{
    width: 280px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(108, 157, 255, 0.08);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    position: absolute;
}
.core-info>div>div{
    flex: 1;
}
.core-info>div>div>strong{
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}
.core-info>div>div>p{
    font-size: 16px;
    line-height: 24px;
}
.core-info>div>span{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.core-info1{
    top: -30px;
    left: -17px;
}
.core-info1>span{
    background: linear-gradient(45deg, #20C9D4 0%, #1CDCAE 100%);
    box-shadow: 0px 4px 8px 0px rgba(31, 210, 194, 0.4);
}
.core-info2{
    right: 60px;
}
.core-info2>span{
    background: linear-gradient(45deg, #3175FF 0%, #6DD4FF 100%);
    box-shadow: 0px 4px 8px 0px rgba(60, 134, 255, 0.4);
}
.core-info3{
    left: 40px;
    bottom: -120px;
}
.core-info3>span{
    background: linear-gradient(45deg, #FF6666 0%, #FFB967 100%);
    box-shadow: 0px 4px 8px 0px rgba(255, 130, 130, 0.4);
}
.core-info4{
    right: 0;
    bottom: -50px;
}
.core-info4>span{
    background: linear-gradient(45deg, #822EFF 0%, #88A1FF 100%);
    box-shadow: 0px 4px 8px 0px rgba(131, 66, 255, 0.4);
}
.service-area-box{
    height: 600px;
    background: url(../../img/joinbg2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 66px 0;
}
.service-area-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-area-info{
    width: 400px;
}
.service-area-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-area-title>p{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}
.service-area-title>p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 40px;
    height: 4px;
    background: #402d98;
}
.service-area-title>span{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
.service-area-subtitle{
    font-size: 14px;
    text-align: right;
    line-height: 14px;
    color: #fff;
    opacity: .4;
    margin-top: 24px;
}
.service-area-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.service-area-list>div{
    width: 120px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.service-area-list>div:nth-child(3n){
    margin-right: 0;
}
.service-area-list>div>i{
    width: 8px;
    height: 8px;
    background: #402D98;
    border-radius: 50%;
    margin-right: 8px;
}
.support-box{
    padding: 60px 0;
    background: #F7F8FA;
}
.support-title{
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 80px;
    text-align: center;
}
.support-list{
    display: flex;
    flex-wrap: wrap;
}
.support-list>div{
    width: 280px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(108, 157, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 40px 24px;
}
.support-list>div:nth-child(4n){
    margin-right: 0;
}
.support-list>div>img{
    position: absolute;
    top: -16px;
    right: -16px;
}
.support-list>div>p{
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-bottom: 60px;
}
.support-list>div>p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 32px;
    height: 4px;
    background: #402D98;
}
.support-list>div>span{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.partnership-box{
    background: #F1F4F9;
    padding: 40px 0 70px;
}
.partnership-head{
    text-align: center;
}
.partnership-head>p{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}
.partnership-head>span{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 64px;
    display: block;
}
.partnership-step{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    position: relative;
}
.partnership-step::after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 31px;
    left: 50px;
    right: 50px;
    border: 1px dashed #D2DDFB;
}
.partnership-step>div{
    position: relative;
    z-index: 2;
}
.partnership-step>div>span{
    display: block;
    margin: 0 auto 16px;
    width: 64px;
    height: 64px;
    background: linear-gradient(45deg, #7355FF 0%, #6B9FFF 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
}
.partnership-step>div>p{
    font-size: 14px;
    text-align: center;
    line-height: 14px;
}
.partnership-step>div>i{
    position: absolute;
    top: 20px;
    right: -140px;
    z-index: 3;
}
.join-us-box{
    background: #F7F8FA;
}
.join-us-body{
    display: flex;
    transform: translateY(120px);
}
.join-us-info{
    width: 640px;
    height: 480px;
    background: url(../../img/addimg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 40px;
}
.join-us-info>p{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
}
.join-us-info>div{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
}
.join-us-info>div>img{
    margin-right: 20px;
}
.join-us-form{
    flex: 1;
    padding: 40px;
    background: #fff;
}
.join-us-form>p{
    font-size: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 60px;
}
.join-us-form>p::after{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #402D98;
}
.join-us-form>form>input{
    width: 400px;
    height: 40px;
    background: #F6F7F9;
    border-radius: 2px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    padding: 0 10px;
    display: block;
}
.join-us-form>form>textarea{
    width: 400px;
    height: 120px;
    background: #F6F7F9;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 6px 10px;
    display: block;
}
.join-us-form>form>button{
    width: 120px;
    height: 40px;
    background: #402D98;
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}