* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif, Alibaba PuHuiTi;
}

/* bnanner */
.cooperation-page .banner,
.zhibian-page .ad {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* margin-top: 20px; */
    min-width: 1200px;
}

.cooperation-page .banner img,
.zhibian-page .ad img {
    /* margin-left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
}

/* c1 */
.cooperation-page .c1 {
    margin-top: 117px;
}

.c1 .center-card .title {
    text-align: center;
    font-size: 48px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #222222;
    line-height: 36px;
    margin-bottom: 70px;
}

.c1 .member {
    display: flex;
    justify-content: space-between;
}

.c1 .member .box {
    padding-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 18px 0px rgba(97, 96, 96, 0.15);
    border-radius: 10px;
}

.c1 .member .box ul {
    margin-top: 30px;
}

.c1 .member ul li {
    clear: both;
    padding: 0 52px;
}

.c1 .member .left {
    float: left;
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #444444;
    line-height: 48px;
}

.c1 .member .box .right {
    float: right;
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #D89F52;
    line-height: 48px;
}

.c1 .member .box:nth-child(2) .right {
    color: #A26C26;
}

.c1 .member .box a {
    display: block;
    width: 470px;
    height: 60px;
    border-radius: 5px;
    margin: 66px auto 0;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

.c1 .member .box .register {
    color: #916026;
    background: linear-gradient(88deg, #ECCDA4 0%, #DCB07D 100%);
}

.c1 .member .box .recharge {
    color: #FFFFFF;
    background: linear-gradient(270deg, #6A490F 0%, #0D0D0B 100%);
}

.c1 .prompt {
    text-align: center;
    font-size: 36px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.c1 .jump {
    display: block;
    width: 200px;
    height: 60px;
    background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
    border-radius: 5px;
    margin: 0 auto;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
    text-align: center;
    margin-bottom: 60px;
}



/* c2 */
.cooperation-page .c2 {
    width: 100%;
    margin-top: 120px;
}

.c2 .center-card .title {
    text-align: center;
    font-size: 48px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #222222;
    line-height: 36px;
    margin-bottom: 70px;
}

.c2 .center-card .boxs {
    display: flex;
    flex-wrap: wrap;
}

.c2 .boxs .box {
    width: 270px;
    height: 300px;
    background: linear-gradient(150deg, #FFEED8 0%, #FFDCB0 100%);
    border-radius: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #774910;
    line-height: 48px;
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c2 .boxs .box:nth-child(4n) {
    margin-right: 0;
}
.c2 .boxs .box .adesc{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
}


/* c3 */
.cooperation-page .c3 {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
}

.c3 .center-card .title {
    text-align: center;
    font-size: 48px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #222222;
    line-height: 36px;
    margin-bottom: 70px;
}
