.banner {
    background: url('../../../image/最终图片所有/6-发展机会/PC\ \(2\).jpg') center center no-repeat;
}

.mobile-banner {
    background: url('../../../image/最终图片所有/6-发展机会/移动端 (5).jpg') center center no-repeat;
}

.banner::before {
    opacity: 0.6;
}

.develop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 9rem;
    padding: 0 8%;
    position: relative;
}

.develop img {
    width: 8rem;
    height: 4.68rem;
    position: absolute;
    left: 8%;
    top: 0;
    transform: translateY(50%);
}

.develop p {
    font-size: .34rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    margin: 1.63rem 0 .2rem;
}

.develop>div {
    width: 12rem;
    height: 6.8rem;
    background: #F5F7FA;
    padding: 0 .7rem 1.52rem 4.84rem;
}

.develop ul {
    padding-bottom: .12rem;
    border-bottom: 1px solid #E8E8E8;
    padding-left: .17rem;
}

.develop ul li {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    line-height: .24rem;
    padding: .12rem 0;
    position: relative;
}

.develop ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #2E8E47;
    border-radius: 50%;
    border: 3px solid #A9D5BA;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.develop>div>div {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838592;
    line-height: .32rem;
    padding-top: .36rem;
}

.pay {
    padding: .64rem 8%;

    background: #F5F7FA;
}

.pay>p {
    width: 100%;
    text-align: center;
    margin-bottom: .64rem;
    font-size: .34rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    line-height: .36rem;
}

.pay-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pay-bottom>div:nth-child(1),
.pay-bottom>div:nth-child(3) {
    height: 6.63rem;
    border-radius: 4px;
}

.pay-bottom>div {
    width: 32%;
    background-size: cover !important;
    height: 100%;
}

.pay-bottom>div:nth-child(1) {
    background: url('../../../image/最终图片所有/6-发展机会/PC\ \(4\).jpg') center center no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pay-bottom>div:nth-child(1)>div>p:first-child {
    opacity: 1;
}

.pay-bottom>div:nth-child(1)>div>p:first-child,
.pay-bottom>div:nth-child(3)>div>p:first-child {
    font-size: .24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: .64rem 0 .16rem;
    margin-bottom: .24rem;
    position: relative;

}

.pay-bottom>div:nth-child(1)>div>p:first-child::before {
    content: '';
    width: .8rem;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.pay-bottom>div:nth-child(1)>div>p:last-child {
    padding-bottom: .64rem;
}

.pay-bottom>div:nth-child(1)>div {
    width: 100%;
    background: rgb(3 3 5 / 60%);
    box-shadow: 20px 20px 40px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pay-bottom>div:nth-child(1)>div>p {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F4F4F4;
    line-height: .32rem;
    text-align: center;
    width: 100%;
    opacity: 0.6;
}

.pay-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pay-middle>div {
    height: 3.15rem;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pay-middle>div:nth-child(1) {
    background: url('../../../image/最终图片所有/6-发展机会/PC\ \(6\).jpg') center center no-repeat;
    margin-bottom: .33rem;
}

.pay-middle>div:nth-child(2) {
    background: url('../../../image/最终图片所有/6-发展机会/PC\ \(1\).jpg') center center no-repeat;
}

.pay-middle>div p {
    font-size: .24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: .64rem;
}

.pay-bottom>div:nth-child(3) {
    background: url('../../../image/最终图片所有/6-发展机会/PC\ \(5\).jpg') center center no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* 小屏*/
.develop.mobile {
    height: auto;
    padding: 0 16px;
    background-color: #fff;
}

.develop.mobile>div {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
}

.develop.mobile p {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    line-height: 16px;
    margin: 0;
    margin-bottom: 24px;
}

.mobile.develop ul {
    padding-bottom: 16px;
    padding-left: 17px;
}

.mobile.develop ul li {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    line-height: 24px;
    padding: 4px 0;
}

.develop ul li::before {
    width: 12px;
    height: 12px;
    border: 2px solid #A9D5BA;
    left: -18px;
}

.mobileInfo {
    background-color: #fff;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #838592;
    line-height: 24px;
    padding: 16px 16px 24px;
}

.mobilePay {
    padding: 24px 16px 33px;

    background: #F5F7FA;
}

.mobilePay>p {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    line-height: 16px;
    margin-bottom: 24px;
}

.mobilePay ul li:nth-child(1) {
    background: url('../../../image/最终图片所有/6-发展机会/移动端2.jpg') no-repeat;
    background-size: 100% 303px;
    display: inline-block;
}

.mobilePay ul li:nth-child(2) {
    background: url('../../../image/最终图片所有/6-发展机会/移动端4.jpg') no-repeat;
    background-size: 100% 303px
}

.mobilePay ul li:nth-child(3) {
    background: url('../../../image/最终图片所有/6-发展机会/移动端6.jpg') no-repeat;
    background-size: 100% 303px
}

.mobilePay ul li:nth-child(4) {
    background: url('../../../image/最终图片所有/6-发展机会/移动端3.jpg') no-repeat;
    background-size: 100% 303px
}

.mobilePay ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.mobilePay ul li {
    width: 100%;
    height: 303px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.mobilePay ul li>p,
.mobilePay ul li>div>p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-bottom: 3px;
}

.mobilePay ul li>p:first-child {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    position: relative;
    bottom: 0;
    padding: 10px 0 24px;
    background: linear-gradient(180deg, rgb(3 3 5 / 0%), rgb(3 3 5 / 100%));
    /* padding: 0 34px 24px; */
    box-shadow: 20px 20px 40px 1px rgb(0 0 0 / 10%);
}

.mobilePay ul li:nth-child(1)>div {
    width: 100%;
    position: relative;
    top: 174px;
    bottom: 0;
    padding: 10px 0 24px;
    background: linear-gradient(180deg, rgb(3 3 5 / 0%), rgb(3 3 5 / 100%));
    /* padding: 0 34px 24px; */
    box-shadow: 20px 20px 40px 1px rgb(0 0 0 / 10%);
    /* padding: 0 34px 24px; */
}

.mobilePay ul li:nth-child(1)>div>p:nth-child(n+2) {
    /* text-align: left; */
}

.mobilePay ul li:nth-child(1)>div>p:nth-child(1) {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 12px;
}

.mobilePay ul li:nth-child(1)>div>p:nth-child(1)::after {
    width: 64px;
    content: '';
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.mobilePicture {
    background-color: #fff;

}

.mobileImg {
    width: 343px;
    height: 260px;
    margin: 0 auto;
    padding: 24px 0;
    display: block;
}