
@font-face {
    font-family: 'Rondal';
    src: url('/static/fonts/RondalRegular-2.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #333;
}

.box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

/* 头部导航样式 */
.navHead {
    width: 100%;
    background: #f9faff;
    display: flex;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contenthead {
    /* max-width: 70%; */
    height: 80px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 15 px 20 px;
}

.contenthead .logo img {
    width: 150px;
}

.nav-links ul {
    /* width: 60%; */
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 30px;
}

.nav-links ul li {
    margin: 0 15px;
    width: auto;
    /* 根据需要调整合适的宽度，或设置固定值 */
    white-space: nowrap;
    /* 禁止文字换行 */

}

.nav-links ul li a {
    text-decoration: none;
    color: #374567;
    font-weight: 500;
}

.header-actions {
    display: flex;
    align-items: center;
}

.header-actions a {

    height: 38px;
}

.header-actions .action-search {
    display: flex;
    flex-direction: row;
    border: 1px solid #3860f4;
    border-radius: 10px;
    margin-right: 1.25rem;
    /* background-color: transparent; */
}

.header-actions .action-search button {
    width: 40px;
    height: 35px;
    margin-right: -1px;
    padding: 0;
}

.header-actions .action-search button img {
    width: 20px;
    height: 20px;
}

.header-actions input {
    width: 235px;
    height: 35px;
    border: none;
    margin-left: 8px;
    color: #dfdfdf;
}

::placeholder {
    color: #dfdfdf;
    /* 设置为你想要的颜色 */
    opacity: 1;
    /* Firefox 中需要设置 opacity */
}

input:focus {
    outline: none;
    /* 去除默认的焦点轮廓（通常是蓝色边框） */
    border: none;
    /* 去除输入框的边框 */
    color: #dfdfdf;
}

.header-actions button {
    padding: 4px 10px;
    background-color: #3860f4;
    color: #fff;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;

}

.action-button {
    width: 70px;
    height: 35px;
    display: inline - block;
    padding: 5px 10px;
    /* text-align: center; */
    text-decoration: none;
    border-radius: 5px;
    color: #3860f4;
    margin: 10px;
    border: 1px solid #3860f4;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: auto;
    /* 根据需要调整合适的宽度，或设置固定值 */
    white-space: nowrap;
    /* 禁止文字换行 */
}


.action-button: hover {
    background-color: #3860F4;
    color: #fff;
}

/* 平台服务介绍样式 */
.platform {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.platform .contentplatform {
    display: block;
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.platform .contentplatform ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.platform .contentplatform ul li {
    width: 33.3%;
    position: relative;
}

.platform .contentplatform ul li:first-child {
    background: #fff;
    /* border: 1px solid #DFDFDF; */
    box-shadow: 0px 5px 14px 1px rgba(203, 203, 203, 0.35);
}

.platform .contentplatform ul li:nth-child(2) {
    color: white;
    background: linear-gradient(-45deg, #F2A086 0%, #EE7B6A 100%);
    box-shadow: 0px 5px 14px 1px rgba(203, 203, 203, 0.35);
}

.platform .contentplatform ul li:last-child {
    color: white;
    background: linear-gradient(-45deg, #3C447E 0%, #262C58 100%);
    box-shadow: 0px 5px 14px 1px rgba(203, 203, 203, 0.35);
}


.platform .contentplatform ul li .d1 {
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    margin-top: 5%;
    margin-left: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform .contentplatform ul li:last-child .d1 {
    margin-left: 14%;
}

.platform .contentplatform ul li:last-child .d2 {
    margin-left: 30%;
}

.platform .contentplatform ul li .d2 {
    margin-top: -10%;
    margin-left: 40%;

}

.platform .contentplatform ul li .d1 img {
    width: 80%;
}

.platform .contentplatform ul li .d1 div {
    margin: 15px;
}

.platform .contentplatform ul li .d2 div {
    margin-bottom: 15px;

}

.platform .contentplatform ul li .d2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;

}

/* 搜索框样式 */
.search {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
}

.contentsearch {
    width: 500px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid #374567;
    border-radius: 10px;

}

.contentsearch input {
    width: 440px;
    height: 45px;
    font-size: 20px;
    border-radius: 10px;
    border: none;

}

.contentsearch button {
    width: 60px;
    height: 49px;
    border: none;
    border-radius: 0 10px 10px 0;
    background-color: #374567;
    margin-right: -2px;
    margin-top: -1px;
}



/* 品牌库样式 */
.brandWarehouse {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 30px; */
}

.contentbrandWarehouse {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentbrandWarehouse .bandtext {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #374567;
    cursor: pointer;


}

.contentbrandWarehouse .bandtext span {
    height: 35px;
    line-height: 40px;
    font-size: 28px;
    color: lightgray;
    margin-left: 20px;
    font-family: 'Rondal', sans-serif;
    font-weight: 400;
    color: #7A8BA6;

}

.contentbrandWarehouse .bandcontent {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.contentbrandWarehouse .bandcontent .bandselect {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentbrandWarehouse .bandcontent .selecttext {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #374567;
    font-weight: 600;
    /* font-size: 18px; */
    justify-content: space-between;
}

.contentbrandWarehouse .bandcontent .selecttext div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contentbrandWarehouse .bandcontent .selecttext div:nth-child(2) {
    margin-bottom: -10px;
}

.blue {
    width: 6px;
    height: 20px;
    margin-right: 12px;
    background-color: #374567;
}

.contentbrandWarehouse .bandcontent .selectcontent {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.contentbrandWarehouse .bandcontent .selectABC {
    width: 15%;
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
}

.contentbrandWarehouse .bandcontent .selectABC li {
    /* display: inline-block; */
    width: 28px;
    height: 28px;
    margin: 3px;
    text-align: center;
    line-height: 28px;
    color: #374567;
    overflow: visible;
    cursor: pointer;
}

.contentbrandWarehouse .bandcontent .selectABC li:first-child {
    background-color: #374567;
    color: white;
}

.contentbrandWarehouse .bandcontent .selectname {
    width: 85%;
    display: flex;
    flex-direction: column;
    color: #374567;

}

.contentbrandWarehouse .bandcontent .selectname ul {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    font-weight: 500;
    margin-top: 6px;
}

.contentbrandWarehouse .bandcontent .selectname li {
    border: 1px solid #374567;
    width: 190px;
    height: 55px;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    margin: 0 5px 5px 5px;
}

.contentbrandWarehouse .bandcontent .selectname li:first-child {
    background-color: #374567;
    color: white;
}

.contentbrandWarehouse .bandcontent .selectnone {
    text-align: right;
    font-weight: 600;
    color: #374567;
    cursor: pointer;
    /* border: 1px solid #374567; */
    margin-top: -10px;
}

.contentbrandWarehouse .bandcontent .bonenameimgs {
    width: 40%;
}

.contentbrandWarehouse .bandcontent .bandimgscontent {
    width: 95%;
    height: 500px;
    border-left: 2px solid silver;
    display: flex;
    margin-left: 20px;
    flex-direction: column;
}

.contentbrandWarehouse .bandcontent .bandimgstext {
    cursor: pointer;
    width: 100%;
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #374567;
    font-weight: 600;

}

.contentbrandWarehouse .bandcontent .bandimgs {
    cursor: pointer;
    width: 95%;
    height: 500px;
    margin-left: 25px;
    margin-top: 16px;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    overflow: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.contentbrandWarehouse .bandcontent .bandimgs li {
    width: 200px;
    height: 114px;
    border: 1px solid silver;
    position: relative;
    perspective: 1000px;
}

.contentbrandWarehouse .bandcontent .bandimgs .bandimgsA {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px; */
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s;
    list-style: none;
    transform: rotateY(0deg);
}

.contentbrandWarehouse .bandcontent .bandimgs .bandimgsB {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s;
    list-style: none;
    transform: rotateY(180deg);
}

.contentbrandWarehouse .bandcontent .bandimgs li:hover .bandimgsA {
    transform: rotateY(180deg);

}

.contentbrandWarehouse .bandcontent .bandimgs li:hover .bandimgsB {
    visibility: visible;
    transform: rotateY(0deg);
    z-index: 10;
}

.contentbrandWarehouse .bandcontent .bandimgs li .bandimgsA img {
    width: calc(35% - 10px);
    height: auto;
}

.contentbrandWarehouse .bandcontent .bandimgs li .bandimgsB img {
    width: calc(35% - 10px);
    height: auto;

}

.contentbrandWarehouse .bandcontent .bandimgs li span {
    margin-top: 10px;
    color: #374567;
}


/* 采购信息样式 */
.purchasingInformation {
    width: 100%;
    background-color: #F0F8FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentpurchasingInformation {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}

.purchasingInformation .purchasingInformationboxtext {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #374567;
    cursor: pointer;
}

.purchasingInformation .purchasingInformationboxtext span {
    height: 35px;
    line-height: 40px;
    font-size: 28px;
    color: lightgray;
    margin-left: 20px;
    font-family: 'Rondal', sans-serif;
    font-weight: 400;
    color: #7A8BA6;
}

.purchasingInformation .purchasingInformationbox {
    width: 100%;
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.purchasingInformation .purchasingInformationbox li {
    width: 380px;
    height: 250px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
}

.purchasingInformation .purchasingInformationbox li .imgdiv {
    width: 100%;
}

.purchasingInformation .purchasingInformationbox li .imgdiv img {
    width: calc(30%);

    object - fit: cover;
}

.purchasingInformation .purchasingInformationbox li span {
    font-size: 18px;
    color: #374567;
    margin-top: 10px;
}

.purchasingInformation .purchasingInformationbox li p {
    width: calc(100%);
    height: 50px;
    margin-top: 10px;
    color: #7A8BA6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.purchasingInformation .purchasingInformationbox li div:nth-child(2) {
    width: 100%;
}

.purchasingInformation .purchasingInformationbox .understandmore {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #3860f4;
    border-radius: 5px;
    border: 1px solid #3860f4;
    float: right;
}

.purchasingInformation .purchasingInformationbox li .moreimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin-top: 25px;
}


/* 采购商样式 */
.purchaser {
    width: 100%;
    background-color: #F0F8FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchaser .contentpurchaser {
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.purchaser .purchasertext {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #374567;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: -20px;
}

.purchaser .purchasertext div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.purchaser .purchasertext span {
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: lightgray;
    margin-left: 20px;
    font-family: 'Rondal', sans-serif;
    font-weight: 400;
    color: #7A8BA6;

}

.purchaser .purchasertext div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #7A8BA6;

}



.layui-form-select dl dd.layui-this {
    background-color: #eaeaea;
    /* 浅灰色 */
}

.layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
    border: 1px solid #3860f4;
    width: 140px;
    border-radius: 5px;
    font-size: 14px;
    color: #7A8BA6;
}

.purchasers-swiper .swiper ul li {
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.purchasers-swiper .now .purchasers-swiper-head {
    margin-bottom: 30px;
    background: linear-gradient(to right, #3860F4, rgba(56, 96, 244, 0.5), rgba(56, 96, 244, 0))
}

.purchasers-swiper .prev .purchasers-swiper-head {
    margin-bottom: 20px;
    background: linear-gradient(to right, #38F4AB, rgba(56, 244, 171, 0.5), rgba(56, 244, 171, 0))
}

.purchasers-swiper .next .purchasers-swiper-head {
    margin-bottom: 20px;
    background: linear-gradient(to right, #F4A738, rgba(244, 167, 56, 0.5), rgba(244, 167, 56, 0))
}

.purchasers-swiper .purchasers-swiper-head {

    width: 100%;
    height: 10px;

}

.purchasers-swiper .purchasers-swiper-title .purchasers-swiper-title-txt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
    margin-bottom: 10px;
    text-align: center;
}

.purchasers-swiper .purchasers-swiper-title .purchasers-line1 {
    width: 217px;
    height: 2px;
    background: linear-gradient(to right, rgba(223, 223, 223, .1) 0%, rgba(223, 223, 223, .8) 50%, rgba(223, 223, 223, .1) 100%);
    /* border-image: linear-gradient(0deg, #DFDFDF, #DFDFDF, #DFDFDF, #DFDFDF, #DFDFDF) 10 10;
background: linear-gradient(90deg, #DFDFDF 0%, #DFDFDF 24%, #DFDFDF 48%, #DFDFDF 75%, #DFDFDF 100%); */
    margin-bottom: 12px;
}

.purchasers-swiper .swiper ul li .purchasers-list .purchasers-list-con {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.purchasers-swiper .swiper ul li .purchasers-list .purchasers-list-con .purchasers-list-txt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
}

.purchasers-swiper .swiper ul li .purchasers-list .purchasers-list-con .purchasers-line2 {
    width: 150px;
    height: 2px;
    background: linear-gradient(to right, rgba(223, 223, 223, .1) 0%, rgba(223, 223, 223, .8) 50%, rgba(223, 223, 223, .1) 100%);
    margin: 10px auto 0;
}

.purchasers-swiper .swiper ul li .purchasers-list-more {
    width: 88px;
    height: 33px;
    border: 1px solid #3860F4;
    border-radius: 5px;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3860F4;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* 商务新闻样式 */
.businessNews {
    width: 100%;
    height: 500px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/static/images/index/swbg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;

}

.businessNews .contentbusinessNews {
    width: 1200px;
    display: flex;

    flex-direction: column;
}

.businessNews .contentbusinessNews .businessNewsbox {
    width: 1200px;
    height: 420px;
    display: block;
    overflow: hidden;
    padding: 10px 0 0 20px;
    background-color: white;
}

.businessNews .contentbusinessNews .businessNewstext {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #374567;
    cursor: pointer;

}

.businessNews .contentbusinessNews .businessNewstext span {
    height: 35px;
    line-height: 40px;
    font-size: 28px;
    color: lightgray;
    margin-left: 20px;
    font-family: 'Rondal', sans-serif;
    font-weight: 400;
    color: #7A8BA6;

}

.businessNews .contentbusinessNews .businessNewsmore {
    clear: both;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    color: #374567;
    cursor: pointer;
}

/* .businessNews .businessNewsimg {
    float: left;
    width: 500px;
    height: 300px;
} */
.businessNewsimgtxt {
    width: 1220px;
    height: 400px;
    display: flex;
    flex-direction: row;
    /* border: 1px solid red; */
    float: left;
    position: relative;
}

.businessNews .businessNewsimgtxt .businessNewsimgtxtleft {
    width: 1100px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /* border: 1px solid green; */
    opacity: 0;
    transform: translateX(1200px);
    overflow: hidden;
}

.businessNews .businessNewsimgtxt .businessNewsimgtxtleft:first-child {
    opacity: 1;
    transform: translateX(0);
}


.businessNews .businessNewsimgtxt .businessNewsimgtxtleft .businessNewimg {
    margin-top: 20px;
    float: left;
    width: 500px;
    height: 300px;
}

.businessNews .businessNewsimgtxt .businessNewsimgtxtleft .businessNewimg img {
    width: 100%;
    height: 100%;
}

.businessNews .businessNewsimgtxt .businessNewtxt {
    width: 520px;
    height: 300px;
    margin-top: 20px;
    /* margin-left: 10px; */
    margin-right: 15px;
    color: #374567;

    /* border: 1px solid blue; */
    float: right;
}

.businessNews .businessNewsimgtxt .businessNewsimgtxtleft span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #374567;
    /* margin-top: 15px; */
}

.businessNews .businessNewsimgtxt .businessNewtxt div {
    margin-top: 10px;
    overflow: hidden;
}

.businessNews .businessNewsimgtxt .anniu {
    clear: both;
    width: 100px;
    height: 350px;
    position: absolute;
    left: 1100px;
}

.businessNews .businessNewsimgtxt .anniu #lunbo {
    width: 40px;
    height: 60px;

    margin-top: 140px;
    cursor: pointer;
    text-align: center;
}

.businessNews .businessNewsimgtxt .anniu #lunbo img {
    width: 60%;
    height: auto;
}

.businessNews .businessNewsimgtxt .anniu ul {
    width: 150px;
    display: flex;
    flex-direction: row;
    margin-top: 110px;
    margin-left: -45px;
}

.businessNews .businessNewsimgtxt .anniu ul li {
    width: 10px;
    height: 10px;
    background-color: lightgray;
    border-radius: 5px;
    margin: 5px;

}

.businessNews .businessNewsimgtxt .anniu ul li.active {
    background-color: gray;
}

/* 帮助中心 */
.helpCenter {
    width: 100%;
    background-color: #f9faff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #374567;
}

.helpCenter .contenthelpCenter {
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.helpCenter .contenthelpCenter .helpCenterTxt {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #374567;
    cursor: pointer;

}

.helpCenter .contenthelpCenter .helpCenterTxt span {
    height: 35px;
    line-height: 40px;
    font-size: 28px;
    color: lightgray;
    margin-left: 20px;
    font-family: 'Rondal', sans-serif;
    font-weight: 400;
    color: #7A8BA6;

}

.help-center-containt {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 49px;
}

.help-center-containt .help-center-nav {
    margin-top: 20px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.help-center-containt .help-center-nav li {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.help-center-containt .help-center-nav li .help-center-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-center-containt .help-center-nav li .help-center-icon .sigin {
    display: block;
    width: 33px;
    height: 35px;

}

.help-center-containt .help-center-nav .help-center-icon-active {
    border: 1px solid #3860F4;
}



.help-center-containt .help-center-nav li .help-center-txt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
}

.help-center-containt .help-center-nav .line {
    width: 80px;
    height: 1px;
    background: #7A8BA6;
}

.help-center-containt .help-center-show {

    width: 100%;

}

.help-center-containt .help-center-show .help-center-sign {
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.help-center-people,
.help-center-descript {
    width: 50%;
    display: block;

}

.help-center-people {
    text-align: center;
}

.help-center-containt .help-center-show .help-center-sign .help-center-people img {

    width: 250px;
    height: 250px;
    object-fit: contain;

}

.help-center-containt .help-center-show .help-center-sign .help-center-descript div {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    margin-bottom: 18px;
    magin-left: 50px;
}

/* 页脚样式 */
.footer {
    width: 100%;
    background: #0a1633;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-containt {
    width: 1200px;
    margin: 50px auto;
    justify-content: space-between;
}

.flex {
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
}

.footer-router {
    justify-content: space-between;
}

.footer-router ul li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    line-height: 18px;
}

.footer-router ul li:first-child {}

.footer-router .footer-router-left li {
    margin-bottom: 24px;
}

.footer-router .footer-router-left li:first-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer-router .footer-router-right li:first-child {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer-router .footer-router-right li {
    margin-bottom: 19px;
}

.foot-wechat {
    margin-top: 34px;
}

.foot-wechat img {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 5px;
    display: block;
}

.foot-wechat div {
    width: 100px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    margin-top: 15px;
}

/* 右侧导航 */
.right-nav {
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 50%;
    margin-top: -160px;
}

.right-nav .right-nav-register {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #3860F4;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3860F4;
    text-align: center;
    line-height: 60px;
}

.right-nav .right-nav-connect {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 200px;
    background: linear-gradient(0deg, #3A62F5 0%, #5C84F7 100%);
    position: relative;
}

.right-nav .right-nav-connect:hover .right-nav-connect-modal {
    display: block;
}

.right-nav .right-nav-connect .right-nav-connect-info {
    display: block;
    width: 34px;
    height: 28px;
    margin-bottom: 20px;
}

.right-nav .right-nav-connect .right-nav-connect-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFF;
    word-break: break-all;
    width: 21px;
    text-align: center;
    line-height: 22px;
}

.right-nav .right-nav-connect .right-nav-connect-modal {
    position: absolute;
    top: 0;
    right: 0px;
    width: 280px;
    height: 200px;

    padding-right: 90px;


    display: none;
}

.right-nav .right-nav-connect .right-nav-connect-modal ul {
    flex-direction: column;
    padding-left: 21px;
    justify-content: center;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #EBF0FC;
    box-shadow: 0px 5px 14px 1px rgb(230 230 230 / 35%);
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li {
    margin-bottom: 30px;
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li:last-child {
    margin-bottom: 0px;
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-con {
    align-items: center;
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-con .right-nav-connect-modal-iphone,
.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-con .right-nav-connect-modal-wechat {
    width: 24px;
    justify-content: center;
    margin-right: 5px;
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-con .right-nav-connect-modal-iphone img {
    width: 14px;
    height: 20px;
    display: block;
    /* margin-right: 10px; */
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-con .right-nav-connect-modal-wechat img {
    width: 24px;
    height: 19px;
    display: block;
    /* margin-right: 10px; */
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-con div {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    line-height: 16px;
}

.right-nav .right-nav-connect .right-nav-connect-modal ul li .right-nav-connect-modal-txt {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    line-height: 16px;
    margin-top: 12px;
    padding-left: 30px;
}

.right-nav .right-nav-top {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #3860f4;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-nav .right-nav-top img {
    display: block;
    width: 14px;
    height: 24px;
    margin-bottom: 3px;
}

.right-nav .right-nav-top div {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3860F4;
    line-height: 18px;
}