* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'albbphtR', 'Microsoft YaHei', 'albbphtB', 'albbphtM';
}

.title {
    font-weight: 500;
    font-size: 48px;
    color: #333333;
    line-height: 72px;
    margin: 50px 0;
    text-align: center;
}

.title span {
    background: linear-gradient(88deg, #2238E0 0%, #0216B2 99%);
    -webkit-background-clip: text;
    color: transparent;
}

.btn {
    width: 200px;
    height: 60px;
    background: linear-gradient(88deg, #1732FF 0%, #0014AD 100%);
    box-shadow: 0px 5px 24px 0px rgba(34, 32, 32, 0.22);
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin: 50px auto 0;
    cursor: pointer;
}

/* banner  */
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

/* 加入我们 */
.join {
    width: 100%;
    background: linear-gradient(180deg, #D7E9FE 0%, #FDFEFF 27%, #fff 100%);
    padding: 90px 0 80px;
    text-align: center;
}

.join .adesc {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 60px;
    font-family: 'Microsoft YaHei';
}

.join .adesc span {
    color: #0D22C4;
}


.join .collaborators {
    width: 100%;
    background: url(/static/b2023/images/q_collaborator/1-pic1.jpg) no-repeat center;
    border-radius: 10px;
    padding: 55px 0;
}

.join .collaborators .title {
    color: #fff;
    margin: 0;
}

.join .collaborators .person {
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 780px;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 72px;
}

.join .person .drop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join .person .drop i {
    display: block;
    width: 130px;
    height: 130px;
    background: url(/static/b2023/images/q_collaborator/collaborator.png) no-repeat center;
    margin-bottom: 5px;
}

.join .person .drop .drop1 {
    background-position: -10px -10px;
}

.join .person .drop .drop2 {
    background-position: -160px -10px;
}

.join .person .drop .drop3 {
    background-position: -311px -12px;
}

/* 获得 */
.obtains {
    width: 100%;
    background: url(/static/b2023/images/q_collaborator/2-bg.jpg) no-repeat center;
    padding: 100px 0;
}

.obtains .obtain_drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.obtains .obtain_drop .drop {
    width: 280px;
    height: 257px;
    background: linear-gradient(-47deg, #F9FCFF 0%, #FFFFFF 100%);
    box-shadow: 0px 5px 18px 0px rgba(75, 97, 118, 0.18);
    border-radius: 10px;
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    line-height: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 43px;
}

.obtains .obtain_drop .drop i {
    display: block;
    margin-bottom: 35px;
    background: url(/static/b2023/images/q_collaborator/collaborator.png) no-repeat center;
}

.obtains .obtain_drop .drop .drop1 {
    width: 113px;
    height: 115px;
    background-position: -18px -161px;
}

.obtains .obtain_drop .drop .drop2 {
    width: 116px;
    height: 115px;
    background-position: -402px -164px;
}

.obtains .obtain_drop .drop .drop3 {
    width: 117px;
    height: 116px;
    background-position: -141px -161px;
}

.obtains .obtain_drop .drop .drop4 {
    width: 114px;
    height: 117px;
    background-position: -271px -161px;
}

/* 成为合作者 */
.become {
    width: 100%;
}

.become .process {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.become .process .process_drop {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    align-items: center;
    justify-content: center;
}

.become .process_drop i {
    display: block;
    width: 80px;
    height: 114px;
    margin-bottom: 23px;
    background: url(/static/b2023/images/q_collaborator/collaborator.png) no-repeat center;
}

.become .process_drop .drop1 {
    background-position: -28px -299px;
}

.become .process_drop .drop2 {
    background-position: -128px -299px;
}

.become .process_drop .drop3 {
    background-position: -228px -299px;
}

.become .process_drop .drop4 {
    background-position: -324px -302px;
}

.become .process_drop .drop5 {
    background-position: -421px -304px;
}

/* 弹框 */
.mr10 {
    margin-right: 10px;
}

.dialog_demo {
    padding: 20px 20px 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgba(75, 97, 118, 0.18);
    border-radius: 10px;
    display: none;
}

.dialog_demo .close {
    background: url(/static/b2023/images/q_collaborator/collaborator.png) no-repeat center;
    background-position: -481px -67px;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}

.dialog_demo .title {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    margin: 0;
    margin-bottom: 20px;
}

.dialog_demo .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.dialog_demo .user a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #E1E5FF;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
}

.dialog_demo .user a i {
    display: block;
    background: url(/static/b2023/images/q_collaborator/collaborator.png) no-repeat center;
    margin-bottom: 20px;
}

.dialog_demo .user a .client {
    width: 78px;
    height: 81px;
    background-position: -150px -431px;
}

.dialog_demo .user a .administrators {
    width: 74px;
    height: 79px;
    background-position: -32px -434px;
}

.dialog_demo .user a:hover {
    border: 1px solid #1631FB;
    color: #333;
}

.dialog_demo .tips {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}

.dialog_demo .tips span {
    cursor: pointer;
    color: #EC4545;
}