.banner{
    margin-bottom: -40px;
}
.banner img.active-banner {
    display: block;
}
/**
 * 我们的优势
 */
.our-advantage{
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
}
.our-advantage-list{
    width: 1200px;
    display: flex;
    gap: 50px; /* 可以根据需要调整间距 */
}

.our-advantage-list-box{
    width: calc(30% + 10px);
    display: grid;
    height: 380px;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    -webkit-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    -ms-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    -o-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
}
.our-advantage-title{
    font-weight: bold;
    font-size: 20px;
    color: #101127;
    font-family: Source Han Sans, Geneva, sans-serif;
}
.our-advantage-text{
    height: 106px;
    width: 281px;
    word-wrap: break-word;
    font-size: 16px;
    color: #777777;
    font-family: Source Han Sans, Geneva, sans-serif;
    line-height: 1.75;
}
/**
 * 关于我们
 */
.about-us-content{
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    /*min-height: 90vh; !* 使容器至少占据整个视口高度 *!*/
}

.about-us-list{
    width: 1200px;
    display: flex;
}
.about-us-list > div{
    width: calc(50%);
    height: 540px;
    display: grid;
    justify-content: end;
}
.about-us-img-box{
    height: 540px;
    width: 590px;
    border-radius: 10px;
    box-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    overflow: hidden;
}
.about-us-img{
    width: auto;
    height: 540px;
    margin-left: -65.9055px;
}
.about-us-ok-img{
    width: 23px;
    height: 23px;
}

.about-us-text-box{
    margin-left: 50px;
}

.about-us-text-content{
    line-height: 2;
    font-size: 18px;
    color: #666666;
    font-family: Source Han Sans, Geneva, sans-serif;
}
.about-us-server{
    word-wrap: break-word;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    font-family: Source Han Sans, Geneva, sans-serif;
    height: 25px;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    gap: 10px; /* 元素之间的间距 */
}
.about-us-submit{
    width: 171px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0;
    border-top: 1px solid #3f48ef;
    border-right: 1px solid #3f48ef;
    border-bottom: 1px solid #3f48ef;
    border-left: 1px solid #3f48ef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(63, 72, 239);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    outline: none;
    text-align: center;
    margin-top: 40px;
}
.about-us-submit-text{
    display: inline-block;
    font-family: 'Noto Sans CJK';
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    width: 100%;
}
.icon-a-youjiantouzhixiangyoujiantou{
    color: #FFF !important;
    margin-left: 20px;
}
.about-us-submit:hover,.about-us-submit-text:hover,.icon-a-youjiantouzhixiangyoujiantou:hover{
    /*-border-*/
    border-top-color: #3f48ef;
    border-right-color: #3f48ef;
    border-bottom-color: #3f48ef;
    border-left-color: #3f48ef;
    color: #3f48ef; /* 修改文本和图标的颜色 */
    /*-background-*/
    background: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

/**
 * 登录平台
 */
.login-platform{
    background-image: url('../image/login-platform.png'); /* 背景图路径 */
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    background-size: cover; /* 背景图铺满整个容器 */
    background-position: center; /* 背景图居中 */
    background-repeat: no-repeat; /* 不重复背景图 */
    display: flex;
    /*height: 600px;*/
}

.login-platform-list{
    width: 1200px;
    display: flex;
    flex-wrap: wrap; /* 允许换行 */

}
.login-platform-box:first-child{
    border-left: 1px solid #C5C5C5;
}
.login-platform-box{
    width: calc(30%);
    height: 600px;
    display: grid;
    place-items: center; /* 水平和垂直居中 */
    align-content: center;
    border-right: 1px solid #C5C5C5;
    padding: 0 15px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.login-platform-box:hover{
    cursor: pointer;
    transform: translateY(-3px);
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 0px solid #47535b;
    border-bottom: 0px solid #47535b;
    border-right: 1px solid #47535b;
    border-left: 0px solid #47535b;
    /*-box-shadow-*/
    -webkit-box-shadow: 0.000000px 0.000000px 0 rgba(102, 102, 102, 0);
    -moz-box-shadow: 0.000000px 0.000000px 0 rgba(102, 102, 102, 0);
    -ms-box-shadow: 0.000000px 0.000000px 0 rgba(102, 102, 102, 0);
    box-shadow: 0.000000px 0.000000px 0 rgba(102, 102, 102, 0);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.login-platform-img {
    max-width: 100%; /* 确保图片不会超出容器 */
    height: auto; /* 保持图片比例 */
    margin-bottom: 20px;
}
.login-platform-title{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.login-platform-sub-title{
    font-size: 20px;
    font-face:Regular;
    color: #FFFFFF;
    margin-top: -10px;
}
.login-platform-submit{
    width: 336px;
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #3F48Ef;
    height: 38px;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    position: relative; /* 使绝对定位的子元素相对于此元素定位 */
    margin-top: 20px;
}
.login-platform-submit:hover {
    border-color: #3F51B5;
    color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(none, none);
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    font-size: 18px;
}

.login-platform-submit .icon-left {
    position: absolute; /* 绝对定位 */
    left: 16px; /* 距离左边16px */
}

.login-platform-submit .yuan-icon:hover {
    font-size: 18px;
    font-weight: bold;
}

.login-platform-submit p {
    margin: 0; /* 去除默认的外边距 */
    padding: 0 16px; /* 为文本添加左右内边距，避免与图标重叠 */
}
.login-platform-submit p:hover{
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;

}
.icon-shenqingruzhu,.icon-denglu{
    color: #FFFFFF;
}


/***
 * 合作伙伴
 */
.buyer-content{
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    /*min-height: 70vh; !* 使容器至少占据整个视口高度 *!*/
}

.buyer-list{
    width: 1200px;
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    gap: 10px; /* 可以根据需要调整间距 */
}
.buyer-list-box{
    width: calc(18% + 12px);
    height: 80px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    display: grid;
    place-items: center; /* 水平和垂直居中 */
}