.cooperation-banner {
    width: 100%;
    background-image: url(../images/cooperation-banner.png);
	background-position: center;
    background-size: cover;
}

.cooperation-banner-content {
    width: 100%;
    height: 396px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cooperation-banner-title {
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cooperation-banner-intro {
    color: #B8C0C9;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 18px 0 44px;
}

.cooperation-banner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cooperation-banner-btns>a {
    padding: 6px 26px;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #fff;
    border-radius: 4px;
}

.cooperation-banner-btns>a+a {
    margin-left: 16px;
    border: 1px solid #165DFF;
    background-color: #165DFF;
}

.cooperation-banner-btns>a:hover {
    border-radius: 20px;
}

.cooperation-main {
    padding: 40px 0 60px;
}

.product-experience-main {
    background-image: url(../images/product-experience-bg.png);
    background-size: cover;
}

.cooperation-main-title {
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px;
}

.cooperation-main-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.cooperation-equity-list {
    gap: 30px 120px;
}

.cooperation-reason-item {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.cooperation-reason-item>img {
    border-radius: 8px;
    margin-bottom: 30px;
    width: 100%;
}

.img-item-desc {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cooperation-market-item {
    border-radius: 12px;
    background: #FBFBFB;
    box-sizing: border-box;
    padding: 28px;
    display: flex;
    align-items: center;
}

.right-item-desc {
    margin-left: 24px;
}

.right-item-desc-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.right-item-desc-text {
    color: #4A525B;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.cooperation-equity-item .right-item-desc {
    margin-left: 0;
    margin-top: 16px;
}

.application-process-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
    gap: 20px;
}

.application-process-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-process-item>span {
    color: #000;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 20px;
    white-space: nowrap;
}

.cooperation-main-list2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.product-experience-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 5px;
}

.product-experience-item-title {
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px
}

.product-experience-desc-list {
    margin-top: 30px;
    flex: 1;
}

.product-experience-desc-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.product-experience-desc-item>img {
    margin-right: 5px;
    margin-top: 3px;
}

.product-experience-desc-item>span {
    color: #4A525B;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.product-experience-item-btns {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.product-experience-item-btns>a {
    padding: 5px 16px;
    background-color: #165DFF;
    color: #fff;
    white-space: nowrap;
    border-radius: 5px;
}

.product-experience-item-btns>a+a {
    margin-left: 8px;
    background-color: #F2F3F5;
    color: #4E5969;
}

.product-experience-item-btns>a:hover {
    border-radius: 20px;
    background-color: #165DFF;
    color: #fff;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
}

.partner-item-title {
    margin: 40px 0 8px;
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.partner-item-desc {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.QR-code-layer {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.QR-code-con {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    padding: 30px 80px 60px;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}

.close-btn:hover {
    color: #165DFF;
}

.QR-code-title {
    color: var(---color-text-1, #1D2129);
    text-align: center;

    /* 16/CN-Medium */
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
    .cooperation-banner-title {
        font-size: 2rem;
    }

    .cooperation-equity-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .right-item-desc-title,
    .right-item-desc-text {
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .QR-code-con {
        padding: 2rem;
    }

}