/*by EPUTONG*/
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 14px;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background-color: transparent;
}

::-webkit-scrollbar-thumb {
background-color: rgb(0 0 0 / 0.2);
border-radius: 10px;
}

::-webkit-scrollbar-button {
height: 0;
}

::-webkit-scrollbar-corner {
background-color: rgb(0 0 0 / 0.4);
}

body {
min-width: 1320px;
background-color: #f4f8ff;
}

input,button,select {
outline: none;
}

a {
text-decoration: none!important;
transition: .3s;
color: #333;
}

i,em {font-style: normal;}

ul,li {
list-style: none;
padding: 0;
margin: 0;
}

p {
padding: 0;
margin: 0;
}

.public-nav {
width: 100%;
background-color: #fff;
box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
z-index: 99;
}

.public-nav .container {
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}

.public-nav .container .fl {
width: 200px;
height: 60px;
display: flex;
align-items: center;
}

.public-nav .container .fl img {
max-width: 100%;
max-height: 100%;
}


.public-nav .content .fr {
width: 580px;
height: 40px;
}

.public-nav .content .fr form {
width: 100%;
height: 100%;
display: flex;
align-items: center;
border: 1px solid #015bfe;
overflow: hidden;
}

.public-nav .content .fr form .search-focus {
width: calc(100% - 60px);
height: 40px;
border: 0;
font-size: 14px;
text-indent: 20px;
}

.public-nav .content .fr form .search-submit {
width: 50px;
height: 30px;
/* font-size: 14px; */
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background: #015bfe;
border: 0;
border-radius: 20px;
margin-left: 5px;
transition: .2s;
}

.public-nav .content .fr form .search-submit:hover {
background: #73abff;
}

.public-footer {
width: 100%;
padding: 40px 0;
background: #000000;
}

.public-footer .top {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.public-footer .top .item {
width: 18.888888%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}

.public-footer .top .item i.icon {
width: 60px;
height: 60px;
background-image: url('../img/indexfootericon1.png');
background-size: 60px;
background-repeat: no-repeat;
}

.public-footer .top .item:nth-child(2) i.icon {
background-image: url('../img/indexfootericon2.png');
}

.public-footer .top .item:nth-child(3) i.icon {
background-image: url('../img/indexfootericon3.png');
}

.public-footer .top .item:nth-child(4) i.icon {
background-image: url('../img/indexfootericon4.png');
}

.public-footer .top .item:nth-child(5) i.icon {
background-image: url('../img/indexfootericon5.png');
}

.icon-enter {
animation: entry-icon-enter .2s steps(7) forwards;
}

.icon-leave {
animation: entry-icon-leave .2s steps(7) forwards;
}

@keyframes entry-icon-enter {
0% {background-position-y: 0px;}
to {background-position-y: -420px;}
}

@keyframes entry-icon-leave {
0% {background-position-y: -420px;}
to {background-position-y: 0px;}
}

.public-footer .top .item span {
color: #fff;
font-size: 16px;
margin-left: 20px;
}

.public-footer .middle {
width: 100%;
display: flex;
padding-bottom: 40px;
border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.public-footer .middle .item {
display: flex;
flex-direction: column;
width: 25%;
}

.public-footer .middle .item .title {
font-size: 15px;
color: #fff;
margin-bottom: 10px;
}

.public-footer .middle .item a {
font-size: 14px;
color: rgb(255 255 255 / 50%);
margin-top: 15px;
width: fit-content;
}

.public-footer .middle .item a:hover {
color: rgb(255 255 255 / 100%);
}

.public-footer .middle .item .qrcode {
width: 120px;
height: 120px;
padding: 5px;
background: #fff;
}

.public-footer .bottom {
color: rgb(255 255 255 / 50%);
font-size: 14px;
text-align: center;
}

.public-footer .bottom * {
color: #fff;
}

.public-crumbs {
margin-top: 20px;
margin-bottom: 20px;
padding: 15px;
display: flex;
align-items: center;
box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
border-top-left-radius: 16px;
border-top-right-radius: 16px;
background: linear-gradient(135deg,#2db1ff,#1479ff);
}

.public-crumbs .item {
display: block;
font-size: 14px;
color: #fff;
position: relative;
}

.public-crumbs .item i {
margin-right: 5px;
font-size: 12px;
}

.public-crumbs span {
margin: 0 10px;
color: #fff;
}

.public-crumbs span i {
font-size: 12px;
}

.public-scroll-top {
position: fixed;
bottom: 50px;
right: 50px;
width: 40px;
height: 40px;
border-radius: 20px;
background: #fff;
box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

.public-scroll-top path {
color: #555;
transition: .3s;
}

.public-scroll-top:hover path {
color: #59f;
}

.public-scroll-top:hover {
box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.public-scroll-top i {
margin-bottom: 5px;
}

.pagination {
display: flex;
justify-content: center;
}

.pagination li {
height: 30px;
line-height: 30px;
margin-left: -1px;
}

.pagination li a,
.pagination li span {
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0 10px;
border: 1px solid var(--bs-gray-200);
}

.pagination li.disabled span {
background: var(--bs-gray-200);
border-color: var(--bs-gray-200);
}

.pagination li.active span,
.pagination li a:hover {
background: #59f;
border-color: #59f;
color: #fff;
}

@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?lvkjdz');
src: url('fonts/icomoon.eot?lvkjdz#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?lvkjdz') format('truetype'),
url('fonts/icomoon.woff?lvkjdz') format('woff'),
url('fonts/icomoon.svg?lvkjdz#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-redmoney:before {
content: "\e900";
}
.icon-news:before {
content: "\e901";
}
.icon-time:before {
content: "\e902";
}
.icon-tips:before {
content: "\e903";
}
.icon-setup:before {
content: "\e904";
}
.icon-collect:before {
content: "\e905";
}
.icon-shopping-cart:before {
content: "\e906";
}
.icon-security:before {
content: "\e907";
}
.icon-record:before {
content: "\e908";
}
.icon-shopstore:before {
content: "\e909";
}
.icon-userdata:before {
content: "\e90a";
}
.icon-untitled:before {
content: "\e90b";
}
.icon-after-sales:before {
content: "\e90c";
}
.icon-order-com:before {
content: "\e90d";
}
.icon-orders-in:before {
content: "\e90e";
}
.icon-money:before {
content: "\e90f";
}
.icon-wx:before {
content: "\e910";
}
.icon-zfb:before {
content: "\e911";
}
.icon-qq:before {
content: "\e912";
}
.icon-search:before {
content: "\e913";
}
.icon-more:before {
content: "\e914";
}
.icon-plus:before {
content: "\e915";
}
.icon-reduce:before {
content: "\e916";
}
.icon-share:before {
content: "\e917";
}
.icon-customer-service:before {
content: "\e918";
}
.icon-right-click:before {
content: "\e919";
}
.icon-left-click:before {
content: "\e91a";
}
.icon-index:before {
content: "\e91b";
}
.icon-close:before {
content: "\e91c";
}
/*.table > :not(caption) > * > * {*/
/* padding: 1.5rem 0.5rem;*/
/* background-color: var(--bs-table-bg);*/
/* box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);*/
/* text-align: center;*/
/* border: 1px solid #eee;*/
/*}*/
.table > :not(:first-child) {
border-top: none;
}
/*.rounded-pill {*/
/* border-radius: 5px !important;*/
/* display: inline-block;*/
/* padding: 10px 20px;*/
/* font-size: 14px;*/
/* font-weight: 700;*/
/* line-height: 1;*/
/* color: #fff;*/
/* text-align: center;*/
/* white-space: nowrap;*/
/* vertical-align: baseline;*/
/* border-radius: 0.25rem;*/
/*}*/
.bg-danger {
--bs-bg-opacity: 1;
background-color: #ff0000 !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: #0fc517!important;
border-color: #0fc517;
}
.modifyname{
text-align: left !important ;
}
.ept-new-cate{
display: flex;
margin-top: 40px;
justify-content: space-between;
margin-bottom: 80px;
}
.ept-new-cate .notice-side{
width: 250px;
background:#fff;
}
.ept-new-cate .notice-side h2 {
font-size: 30px;
color: #333;
padding-left: 25px;
margin-top: 20px;
}
.ept-new-cate .notice-side ul {
margin: 35px 0 0;
overflow: hidden;
}
.ept-new-cate .notice-side ul li {
height: 50px;
margin: 0 0 10px;
}
.ept-new-cate .notice-side ul a {
display: block;
line-height: 50px;
padding: 0 15px 0 30px;
}
.ept-new-cate .notice-side ul a:before {
content: '';
width: 18px;
height: 20px;
display: inline-block;
margin-right: 15px;
vertical-align: middle;
background: url('/static/images/notice.png') no-repeat;
}
.ept-new-cate .notice-side ul a:after {
content: '';
width: 6px;
height: 10px;
margin: 18px 0 0;
float: right;
background: url('/static/images/notice.png') -163px -3px no-repeat;
}
.ept-new-cate .notice-side ul li:hover a {
color: #059fff;
background: #f7f9fa
}
.ept-new-cate .notice-side ul .active a {
color: #059fff;
background: #f7f9fa
}
.ept-new-cate .notice-body {
width: 1000px;
border-left: 1px solid #ddd;
padding-left: 45px;
overflow: hidden;
}
.ept-new-cate .notice-list {
overflow: hidden
}
.ept-new-cate .copy-url-btn {
display: inline-block;
height: 36px;
width: 120px;
border: 1px solid #059fff;
line-height: 36px;
font-size: 14px;
text-align: center;
background: #fff;
color: #059fff;
cursor: pointer;
}
.ept-new-cate .link-url-span {
position: relative;
top: 12px;
display: inline-block;
margin-right: 20px;
padding: 0 30px 0 10px;
max-width: 650px;
height: 36px;
border: 1px solid #e6e6e6;
line-height: 36px;
font-size: 14px;
text-align: center;
background: #f5f6f7;
color: #666666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ept-new-cate .notice-back {
display: block;
color: #059fff;
padding: 0 0 20px;
border-bottom: 1px solid #ddd;
overflow: hidden;
}
.ept-new-cate .notice-show {
overflow: hidden;
position: relative;
padding-bottom: 100px;
min-height: 500px;
width: 100%;
padding-top: 40px;
}
.ept-new-cate .notice-show .title {
margin: 60px 0;
text-align: center;
}
.ept-new-cate .notice-list li {
padding: 25px 0;
border-bottom: 1px solid #ddd;
overflow: hidden
}

.ept-new-cate .notice-list .title {
display: block;
font-size: 18px;
color: #333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.ept-new-cate .notice-list .desc {
margin: 15px auto;
color: #666;
line-height: 24px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}

.ept-new-cate .notice-list li .title:hover {
color: #059fff
}

.ept-new-cate .notice-list li:hover span {
color: #059fff
}

.ept-new-cate .notice-list li:hover .news-list-item-date:before {
background-position: -203px 3px
}

.ept-new-cate .notice-list li:hover .num:before {
background-position: -248px 2px
}
.ept_openshop{
padding: 3px 5px 3px 5px;
border: 1px solid #0e9338;
margin-right: 7px;
background-color: #ffffff;
border-radius: 5px;
}
.ept_closeshop{
padding: 3px 5px 3px 5px;
border: 1px solid #ff0000;
margin-right: 7px;
background-color: #ffffff;
border-radius: 5px;
}
.limit_shop_img{
border-radius: 15px;
width: 18px;
}
.public-nav .topnav{
width: 100%;
height: 34px;
line-height: 34px;
background: #000000;
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08)
}
.ept_width{
width: 1320px;
margin: 0 auto;
}
.public-nav .topnav .top_box{
display: flex;
justify-content: space-between;
}
.top_box .left{
display: flex;
justify-content: space-between;
}
.top_box .right{
display: flex;
justify-content: space-between;
}
.top_box .topmenu-item a{
color: #808080;
padding: 0 20px;
}
.public-nav .content{
display: flex;
justify-content: space-between;
height: 80px;
align-items: center;
}
.sitelogo{
width: 200px;
}
.sitelogo img{
max-width: 100%;
max-height: 100%;
}
.public-nav .buttom .btmnav{
display: flex;
}
.btmnav_left{
width: 220px;
height: 40px;
background: #015bfe;
border-radius: 4px 4px 0 0;
font-weight: 600;
font-size: 16px;
color: #FFF;
line-height: 40px;
cursor: pointer;
position: relative;
}
.btmnav_left img{
width: 15px;
height: 15px;
margin: -3px 10px 0 18px;
}
.btmnav_left::after{
content: '';
display: block;
position: absolute;
width: 12px;
height: 12px;
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMABhT69uvbw76xpJSRcGdYPTMl5OHRzaunc3JKRx0bD0IvxbUAAABZSURBVCjPvdDJAYAgEANAFg9EQMX7Nv1XaQPhS56Zz25UvojZhUuHRnO5ynrkEqdq4PIsRc9FWwQu4uAVz4mWQ0iAh2P1Z3Gw/l35uXHmD958kvSIZhOVPT84SgOgNifqkwAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-size: cover;
right: 12px;
top: 15px;
}
.btmnav_right{
display: flex;
align-items: center;
}
.menu-item .menu-item-name a{
padding: 0 20px;
font-size: 16px;
font-weight: 500;
color: #1A1C1E;
cursor: pointer;
}
.menu-item .menu-item-name a.hover{
    color: #015bfe;
}
.ept_public_banner{
    position: relative;
    width: 100%;
    height: 360px;
    z-index: 1;
}
.product_one{
    background: url('../img/public-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.solutions_one{
    background: url('../img/public-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.partners_one{
    background: url('../img/public-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_one{
    background: url('../img/public-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text-center {
}
.text-center h2{
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #171D26;
    font-weight: 600;
}
.product-card-box{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-card-img img{
    width: 62px;
    height: 50px;
}
.product-card-title{
    height: 28px;
    font-weight: 500;
    font-size: 20px;
    color: #171D26;
    text-align: center;
    margin-top: 26px;
}
.product-card-desc{
    width: 182px;
    height: 41px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
}
.product-card{width: 224px;height: 260px;justify-content: center;align-items: center;padding-bottom: 10px;background-size: 100% 100%;background-repeat: no-repeat;border-radius: 18px;background-size: cover;display: flex;flex-direction: column;background-image: linear-gradient(310deg, rgb(0 102 255 / 50%) 12%, rgb(0 102 255 / 20%) 79%, rgb(0 102 255 / 4%));}

.product-card:hover {
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 0px 20px 40px rgba(41, 68, 128, 0.1);
}
.advantage{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 5, 13, 0.5);
    padding: 30px;
    margin-top: 60px;
}
.products_three{
    background: url(../img/bg1.jpg);
}
.products_three .text-center h2{
    color: #fff;
}
.advantage .left{
    width: 30%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.advantage .left .item{
    width: 320px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}
.advantage .left .item.hover {
    padding: 10px;
    box-shadow: 0px 0px 10px rgb(116 116 116);
    background: #ffffff26;
}
.advantage .right {
    width: 70%;
    height: 500px;
    margin-top: 20px;
}
.advantage .right .right_box {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.advantage .right .right_box .right_cards{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.right_box .right_cards .card_item{
    width: 100%;
    padding: 30px;
    background: #ffffff26;
    border-radius: 12px;
    color: #fff;
}
.right_box .right_cards .card_item .title{
    color: #fff;
    font-size: 18px;
}
.right_box .right_cards .card_item .desc{
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin-top: 8px;
}
.advantage .right .right_box.ing {
    display: block;
    animation: demo-ing .2s;
}
.advantage .right .right_box img
 {
    width: 100%;
}
.right_box .right_title{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.right_box .right_desc{
    color: #fff;
    margin: 30px 0;
    line-height: 30px;
    font-size: 20px;
}
.advantage .left .item .icon {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    margin-bottom: 10px;
}
.icon-productsenter {
    animation: entry-icon-productsenter .2s steps(9) forwards;
}

.icon-productsleave {
    animation: entry-icon-productsleave .2s steps(9) forwards;
}

@keyframes entry-icon-productsenter {
    0% {
        background-position-y: 0px;
    }

    to {
        background-position-y: -576px;
    }
}

@keyframes entry-icon-productsleave {
    0% {
        background-position-y: -576px;
    }

    to {
        background-position-y: 0px;
    }
}
.IndexPrivilegeCard {
    width: 80%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.IndexPrivilegeCard .left {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.IndexPrivilegeCard .left .item {
    width: 46%;
    height: 140px;
    box-shadow: 0 10px 20px rgb(0 102 255 / 10%);
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.IndexPrivilegeCard .left .item.hover .title {
    color: var(--link);
}

.IndexPrivilegeCard .left .item .icon {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    margin-bottom: 10px;
}

.IndexPrivilegeCard .left .item .title {
    font-size: 16px;
}

.IndexPrivilegeCard .right {
    width: 68%;
    height: 300px;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 102 255 / 10%);
    border-radius: 8px;
    overflow: hidden;
}

.IndexPrivilegeCard .right .item {
    width: 100%;
    height: 100%;
    padding: 60px;
    display: none;
}
/*background-image: url('../img/indexfootericon2.png');*/
.IndexPrivilegeCard .right .item:nth-child(1) {
    background: url("../img/privilegecard-1.png") no-repeat 100%;
}

.IndexPrivilegeCard .right .item:nth-child(2) {
    background: url("../img/privilegecard-2.png") no-repeat 100%;
}

.IndexPrivilegeCard .right .item:nth-child(3) {
    background: url("../img/privilegecard-3.png") no-repeat 100%;
}

.IndexPrivilegeCard .right .item:nth-child(4) {
    background: url("../img/privilegecard-4.png") no-repeat 100%;
}

.IndexPrivilegeCard .right .item.ing {
    display: block;
}

.IndexPrivilegeCard .right .item .title {
    font-size: 28px;
}

.IndexPrivilegeCard .right .item .info {
    font-size: 16px;
    color: var(--text-3);
    margin-top: 15px;
    line-height: 30px;
}

.IndexPrivilegeCard .right .item .buts {
    display: flex;
}

.IndexPrivilegeCard .right .item .buts a {
    width: 120px;
    height: 40px;
    margin-top: 30px;
    margin-right: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.IndexPrivilegeCard .right .item .buts a:nth-child(1) {
    background: var(--link);
    color: #fff;
}

.IndexPrivilegeCard .right .item .buts a:nth-child(1):hover {
    background: var(--link-hover);
}

.IndexPrivilegeCard .right .item .buts a:nth-child(2) {
    border: 1px solid var(--link);
    color: var(--link);
}

.IndexPrivilegeCard .right .item .buts a:nth-child(2):hover {
    background: rgb(0 102 255 / 5%);
}
.public_item{
    padding: 60px 0;
}
.products_four{
    width: 100%;
    padding: 80px 0;
    height: 600px;
    background-image: url(../img/privilege-bg.png);
    background-color: var(--bg-2);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top;
}
.public-service-header-wrap {
    display: flex;
    justify-content: space-between;
}

.public-service-header-wrap .left {
    width: calc(100% - 360px);
    padding: 40px;
}

.public-service-header-wrap .left h1 {
    font-size: 42px;
    font-weight: normal;
}

.public-service-header-wrap .left .introduce {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 14px;
    color: var(--text-2);
}

.public-service-header-wrap .left .buts {
    display: flex;
    margin-top: 20px;
}

.public-service-header-wrap .left .buts a {
    display: flex;
    height: 40px;
    padding: 0 30px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    background: var(--link);
    color: #fff;
    transition: .3s;
}

.public-service-header-wrap .left .buts a:hover {
    background: #59f;
    color: #fff;
}

.public-service-header-wrap .left .buts a:nth-child(2) {
    background: #fff;
    color: var(--text-1);
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
}

.public-service-header-wrap .left .buts a:nth-child(2):hover {
    color: var(--link);
}

.public-service-header-wrap .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 360px;
}
.solutions_two {
    background: #fff;
}
.solutions_four{
    background: #fff;
}
.products_wrap .right{
    background-image: url("../img/products-icon.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position-x: center;
}
.solutions_wrap .right{
    background-image: url("../img/solutions-icon.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position-x: center;
}
.partners_wrap .right{
    background-image: url("../img/partners-icon.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position-x: center;
}
.contact_wrap .right{
    background-image: url("../img/contact-icon.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position-x: center;
}
.invited_box {
    align-items: center;
    background-image: linear-gradient(90deg, rgb(0 102 255 / 50%) 12%, rgb(0 102 255 / 20%) 79%, rgb(0 102 255 / 4%));
    border-radius: 8px;
    display: flex;
    height: 38px;
    margin-top: 26px;
    padding: 0 20px;
    width: -moz-fit-content;
    width: fit-content;
}
.public-service-header-wrap .left .buts a {
    display: flex;
    height: 40px;
    padding: 0 30px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    background: #015bfe;
    color: #fff;
    transition: .3s;
}
.banner_title {
    font-size: 18px;
    font-family: PingFang SC;
    color: #ffffff;
    float: left;
    font-weight: 600;
}
.advantage .left .item .title {
    margin-left: 16px;
    font-size: 18px;
    width: 70%;
}
.banner_a {
    font-size: 14px;
    color: #3860F9;
    float: right;
    display: none;
    font-weight: 500;
    line-height: 25px;
    margin-right: 1px;
}
.advantage .left .item.hover .banner_a {
    display: block;
    margin-bottom: 5px;
}
.title p {
    width: 220px;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 86px;
    overflow: hidden;
    display: none;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}
.advantage .left .item.hover p {
    display: block;
    margin-bottom: 5px;
}
.solutions_center{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.items-start {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}
.items-start-item {
    background-color: rgb(22 93 255 / 0.1);
    border-radius: 9999px;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.items-start-item i{
    color: #015bfe;
    font-size: 30px;
}
.checkbtn i{
    margin-left: 0.25rem;
}
.docking_title h3{
        font-weight: 600;
            font-size: 18px;
    line-height: 18px;
        margin-bottom: 0.25rem;
}
.text-neutral{
    color: #64748b;
    font-size: 16px;
}
.checkbtn{
    padding: 12px 24px;
    border-radius: 8px;
    color: #fff;
    background: #015bfe;
    font-size: 16px;
    font-weight: 600;
}
.docking_right{
    position: relative;
}
.docking_right_card{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 0.75rem;
    background: #fff;
}
.docking_right_card .card_title{
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}
.docking_right_card span{
    color: #015bfe;
    background: #015bfe2e;
    padding: 5px 10px;
    border-radius: 20px;
}
.docking_right_card .card_title h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75rem;
}
.card_boxnum{
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #015bfe;
    color: #fff;
    margin-right: 1.5rem;
}
.card_boxitem{
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    flex: 1 1 0%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.font-semibold{
    font-weight: 600;
}
.products_tip{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -1rem;
    top: -1.5rem;
    border-radius: 0.5rem;
    background-color: rgb(255 159 28 / 0.2);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #ff9f1c;
    transform: rotate(5deg);
}
.products_tip p{
    font-weight: 700;
    font-size: 16px;
}
.institution_right_box{
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
}
.institution_header{
        background: #015bfe;
        padding: 1.5rem;
        color: #fff;
        border-top-left-radius: 0.75rem; /* 示例：8px 圆角 */
        border-top-right-radius: 0.75rem; /* 示例：8px 圆角 */
}
.institution_process{
    padding: 1.5rem;
}
.process_box .flex{
    display: flex;
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-bottom: calc(1.5rem * 0);
}
.institution_content h4{
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 16px;
}
.statistics_top{
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}
.institution_statistics{
    padding: 1.6rem;
}
.statistics_top h3{
    font-size: 18px;
    font-weight: 600;
}
.statistics_buttom{
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
}
.statistics-text{
    text-align: center;
}
.statistics-text .title{
    font-weight: 700;
    font-size: 30px;
    color: #015bfe;
    line-height: 2.25rem;
}
.statistics_icon{
    background: #015bfe42;
    padding: 10px;
    border-radius: 60px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 19px;
}
.statistics_icon i{
    font-size: 18px;
    color: #015bfe;
}
.cooperation_box{
    padding: 40px 0;
}
.product-item {
    width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
}
.product-item img {
    width: 100%;
}
.partner_two {
    margin: 20px auto;
    overflow: hidden;
    width: 80%;
    min-width: 800px;
}
.partner_box {
    display: flex;
    align-items: center;
    width: calc(100% + 220px);
}
.public-contact-nav {
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    z-index: 98;
}
.public-contact-nav .wrap {
    display: flex;
}
.public-contact-nav .wrap>div.ing {
    color: #015bfe;
    border-bottom: 2px solid #015bfe;
}
.public-contact-nav .wrap>div {
    margin-right: 20px;
    padding: 0 20px;
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    border-bottom: 2px solid transparent;
}
.public-contact-content {
    padding: 60px 0 100px;
}
.public-contact-content .tab-content.active {
    display: block;
}
.public-contact-content .tab-content {
    display: none;
}
.introduction-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.introduction-left {
    min-width: 400px;
    max-width: 400px;
}
.introduction-top {
    font-size: 32px;
    font-weight: 700;
}
.introduction-left ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px 20px;
    margin: 48px 0 20px;
}
.introduction-left ul li {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 400;
}
.introduction-left ul li span {
    display: block;
    font-size: 36px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 600;
}
.introduction_bottom img {
    width: 100%;
    height: 213px;
    border-radius: 8px;
}
.introduction-right {
    flex: 1;
    margin-left: 40px;
    padding: 40px;
    border-radius: 0;
    border: 1px solid #E6E9EC;
    box-shadow: 0px 2px 7px 0px #F2F5F7;
    background: #fff;
}
.introduction-right-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.introduction-right-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #06f;
    margin-top: 18px;
}
.introduction-right-content {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 32px;
    text-align: justify;
}
.company-culture {
    padding: 50px 0;
    width: 100%;
}
.company-culture h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.company-culture .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.company-culture .card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    min-width: 250px;
}
.company-culture .card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.cooperate-box {
    height: 248px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}
.currency-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.currency-title h2 {
    color: #181818;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
}
.currency-title p {
    color: #181818;
    font-size: 20px;
    margin-bottom: 46px;
    opacity: .85;
}
.ept-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    padding: 40px 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.ept-content-label {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ept-content-label .label {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
.ept-content-label .desc {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
}
.ept-content-label p{
    padding: 10px;
}
.ept-content-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ept-content-button .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 28px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #06f;
    color: #fff;
}
.ept-content-item:hover .ept-content-button {
    height: 100%;
}
.ept-content-item img {
    width: 48px;
    height: 48px;
    /* margin-bottom: 32px; */
}
.cooperate-left {
    float: left;
    width: 70%;
    height: 100%;
    padding: 40px;
    border-right: 1px solid #dfe1e6;
}
.cooperate-title {
    font-size: 20px;
    font-weight: 600;
    color: #252b3a;
    line-height: 26px;
}
.cooperate-label {
    margin-top: 40px;
    font-size: 16px;
    color: #575D6C;
    line-height: 20px;
}
.cooperate-phone {
    margin-top: 8px;
}
.phone-num {
    font-size: 20px;
    color: #0008ff;
    line-height: 30px;
    font-weight: bold;
}
.cooperate-desc {
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #575d6c;
}
.cooperate-right {
    width: 30%;
    margin-top: 8px;
    height: 100%;
    padding: 40px;
    float: left;
}
.cooperate-btn {
    margin-top: -70px;
    margin-left: 143px;
}
.cooperate-contentbtn {
    border: 1px solid #0008ff;
    color: #0008ff;
    border-radius: 2px;
    padding: 10px 27px;
    cursor: pointer;
}
.public-contact-content .tab-content {
    display: none;
}
.public-partners-nav{
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.public-partners-nav .wrap>div.ing {
    color: #015bfe;
    border-bottom: 2px solid #015bfe;
}
.public-partners-nav .wrap>div {
    margin-right: 20px;
    padding: 0 20px;
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    border-bottom: 2px solid transparent;
}
.privilege_box {
    width: 100%;
    background-position: 24px 34px;
}

.privilege_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.privilege_box li {
    display: flex;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.privilege_box .backend:hover{
    transform: translateY(-0.625rem);
    transition: all .3s linear;
    box-shadow: 0px 20px 40px rgba(41, 68, 128, 0.1);
}
.privilege_box a {
    text-decoration: none; 
    color: #333; 
}

.privilege_title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.privilege_img{
    padding-right: 15px;
}
.privilege_img img{
    width: 50px;
}
.privilege_desc{
    color: #999;
}
.tab_links {
    background: none !important;
    text-align: center;
    font-size: 22px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
}
.tab_links .active {
    color: #015bfe;
    border-bottom: 5px solid #015bfe;
}
.tab_links li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 75px;
    padding: 0 6px;
    line-height: 65px;
    cursor: pointer;
    font-size: 18px;
}
.tab_content {
    display: none;
    overflow: hidden;
    padding-left: 70px;
}
.tab_content.active {
    display: block;
}
.desc_item{
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}
.desc_item .item_icon{
    background-color: rgb(22 93 255 / 0.1);
    border-radius: 9999px;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.desc_item .item_icon i{
    color: #015bfe;
    font-size: 30px;
}
.show_box{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    padding: 30px 0;
}
.item_title h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.25rem;
}
.partners_privilege{
    background: url(../img/partnersbg.jpg);
    
}
.partners_privilege .text-center h2{
    color: #fff;
}
.tab_content .show_left {
    float: left;
    background: url(../img/partners/computer.png) no-repeat;
    background-size: 100%;
    width: 460px;
    height: 400px;
    position: relative;
}
.show-wrap{
    width: 405px;
    height: 221px;
    position: absolute;
    top: 31px;
    left: 28px;
    overflow: hidden;
}
.show-wrap ul{
    position: relative;
}

.show-btn .leftbtn{
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/partners/left_icon.png);
    background-size: 100%;width: 53px;height: 53px;cursor: pointer;top: 150px;left: -50px;
}
.show-btn .rightbtn{
    background: url(../img/partners/right_icon.png);
    background-size: 100%;
    top: 150px;
    right: -50px;
    width: 53px;
    height: 53px;
    position: absolute;
    cursor: pointer;
}
.partners_process .process_box{
    background: url(../img/partners/process.png) center top no-repeat;
    padding-top: 165px;
    overflow: hidden;
    display: flex;
}
.process_box li{
        width: 140px;
        float: left;
        margin: 0 100px;
        text-align: center;
}
.partners_advantage {
    background: url(../img/partners/bg.jpg);
}
.process_reg{
        display: block;
        font-size: 16px;
        width: 220px;
        background: #015bfe;
        height: 50px;
        line-height: 50px;
        margin: 50px auto 0;
        color: #fff;
        text-align: center;
}
.consulting img{
    height: 50px;
    margin-bottom: 4px;
}
.consulting span{
    border-radius: 50px;
    background: #ff20203d;
    padding: 5px 15px;
}
.consulting span a{
    color: #FF2020;
    font-size: 16px;
}
.web_links{
    padding: 40px;
}
.web_links a{
    display: inline-block;
    color: #5e646e;
    margin: 0 20px 15px 0;
}