﻿
.main-banner {
    position: relative;
    width: 100%;
    height: 42.5rem;
    z-index: 9999;
}

.main-banner .w1200 {
    height: 100%;
    position: relative;
}

.main-banner .w1200 .code-button {
    height: 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.code-button .code-button-item {
    padding: 0 1.125rem;
    height: 3rem;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0052D9;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.code-button .code-button-item + .code-button-item {
    margin-left: 1.5rem;
}

.code-button .code {
    width: 1rem;
    height: 1rem;
}

.code-button .arrow-right {
    width: 1rem;
    height: 1rem;
}

.code-button .code-button-item span {
    padding: 0px 8px;
}

.code-button-item .qrcode {
    width: 12.5rem;
    height: 13.45rem;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    text-align: center;
}

.code-button-item .qrcode .market-nav-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #FFF;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.code-button-item .qrcode-wrap {
    height: 11.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.25rem;
}

.qrcode-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.qrcode-text {
    font-weight: 500;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.375rem;
}

.code-button .code-button-item:hover .qrcode{
    display: block;
}

.qrcode-text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
}

.main-content .title {
    font-size: 1.75rem;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    padding: 64px 0px;
    text-align: center;
}

.main-content .extremity-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -2.5rem;
}

.extremity-list .list-item {
    width: 23rem;
    height: 8rem;
    border: 1px solid #E7E7E7;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
    transition: all 0.3s;
}

.extremity-list .list-item:hover {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.extremity-list .list-item-icon {
    width: 4.5rem;
    height: 4.5rem;
}

.extremity-list .list-item-right-title {
    font-weight: 500;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.9);
}

.extremity-list .list-item-right-content-item {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1.375rem;
}

.extremity-list .list-item-right {
    margin-left: 1.5rem;
}

.extremity-list .list-item-right-content {
    margin-top: 0.5rem;
}

.padding60 {
    padding-bottom: 3.75rem;
}

.spread-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spread-list-item {
    width: 16.75rem;
}

.spread-list-item-icon {
    width: 100%;
    display: block;
    height: 32.25rem;
}

.grey {
    background-color: #F5F5F5;
}

.spread-list .desc,.mini-list .desc{
    text-align: center;
    margin-top: 2.25rem;
}

.spread-list .desc-line,.mini-list .desc-line{
    width: 2.5rem;
    height: 0.375rem;
    background-color: #0052D9;
    margin: 0 auto;
}

.spread-list .desc-title,.mini-list .desc-title{
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.support-list {
    display: flex;
    justify-content: space-between;
}

.support-list-item-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto;
}

.support-list .desc {
    text-align: center;
    margin-top: 1rem;
}

.support-list .desc-num {
    font-size:2.25rem;
    font-weight: 500;
    color: #0052D9;
}

.support-list .desc-title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.6);
}

.advantage-list-item-icon {
    width: 4rem;
    height: 4rem;
    display: block;
    margin: 0 auto;
}

.black {
    background-color: #242424;
}

.paddingTop60 {
    padding-top: 3.75rem;
}

.advantage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantage-list .desc-num {
    font-size: 1.25rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.advantage-list .desc {
    text-align: center;
    margin-top: 1rem;
}

.advantage-list .desc-title {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.375rem;
    margin-top: 1rem;
}

.advantage-list .advantage-list-item {
    width: 11.5rem;
}





/* 小程序 */
.pro-mini05 {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.mini-list {
    display: flex;
    justify-content: space-between;
}

.mini-list-item {
    width: 15.375rem;
    height: 36rem;
}
.mini-list-item img {
    width: 100%;
    height: auto;
    display: block;
}

.product-mini-arrow {
    width: 1.5rem;
    height: 1.5rem;
}

.section-content-mini-button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    width: 15rem;
    height: 4rem;
    background-color: #2E7CFF;
    border-radius: 3.125rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color .4s ease-in-out;
    font-size: 1.5rem;
}

.section-content-mini-button-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 15rem;
    height: 15rem;
    content: "";
    background-color: #1890ff;
    border-radius: 50%;
    transition: transform .45s ease-in-out;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
    transform-origin: center;
}

.section-content-mini-button-link:hover {
    color: #FFF;
}

.section-content-mini-button-link:hover:before {
    transform: translate3d(-50%,-50%,0) scale3d(15,15,15);
}

.pro-mini06 {
    width: 44rem;
    height: 44rem;
    display: block;
}

.mini-advantage .section-content-mini-top{
    display: flex;
    align-items: center;
}

.section-content-mini-top-desc {
    display: flex;
    flex-direction: column;
    height: 44rem;
    padding-top: 5.875rem;
    padding-bottom: 7.5625rem;
    position: relative;
}

.section-content-mini-top-desc .section-content-mini-top-desc-item:nth-child(1) {
    position: relative;
    left:-1.85rem;
}

.section-content-mini-top-desc .section-content-mini-top-desc-item:nth-child(2) {
    position: relative;
    left: 2rem;
    top: 2.625rem;
}

.section-content-mini-top-desc .section-content-mini-top-desc-item:nth-child(3) {
    position: relative;
    left: 2rem;
    top: 7.5rem;
}

.section-content-mini-top-desc .section-content-mini-top-desc-item:nth-child(4) {
    position: relative;
    left: -2rem;
    top: 11.8125rem;
}

.section-content-mini-top-desc-item-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-content-mini-top-desc-item-desc {
    width: 21.0625rem;
    height: 2.75rem;
    line-height: 1.375rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
}

.section-content-mini-button {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 公众号 */
.admin-manage {
    display: flex;
    gap: 1.875rem;
    justify-content: space-between;
}

.admin-manage-item {
    width: 23.75rem;
}

.admin-manage-item-img img {
    width: 23.75rem;
    height: 13.375rem;
    display: block;
}

.admin-manage-item-desc {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.admin-manage-item-desc-line {
    width: 2.5rem;
    height: 0.375rem;
    background-color: #0052D9;
    margin-bottom: 0.5rem;
}

.admin-manage-item-desc-text {
    font-size: 1.25rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}

.public-list {
    display: flex;
    justify-content: space-between;
}

.publi-list-item {
    width: 18rem;
    height: 40.375rem;
}

.publi-list-item .publi-list-item-icon {
    width: 100%;
    height: auto;
    display: block;
}

.w960 {
    width: 60rem;
    margin: 0 auto;
}

.public-section .section-content-mini-button,.cms-section .section-content-mini-button{
    margin-top: 3.75rem;
}

.main-banner {
    height: 500px;
    background: url(../../static/image/product-banner.png) no-repeat 50%;
    background-size: cover;
}

.main-banner.pro-public-banner {
    background-image: url(../../static/image/product-public-banner.png);
}

.main-banner.pro-mini-banner {
    background-image: url(../../static/image/product-mini-banner.png);
}

.main-banner .w1200 {
    height: 100%;
    width: 1200px;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-banner-content-title b {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}

.main-banner-content-title span {
    font-size: 1rem;
    text-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    margin-left: 0.4375rem;
    color: #fff;
}

.main-banner-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 6.625rem;
}

.main-banner-content-cont {
    width: 30.6875rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
}

.main-banner-content-icon img {
    width: 4.5rem;
    height: 4.5rem;
}

.main-banner-content-icon {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}