﻿
body,ol,ul,h1,h2,h3,h4,h5,h6,p,dt,dd{margin:0;padding:0;}
body{min-width:1200px;font:14px/1.8 "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;background:#fff;-webkit-text-size-adjust:100%;color:#333;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
a{color:#007AFF;text-decoration:none;}
a:hover{text-decoration:underline;}
i,em{font-style:normal;}
strong{font-weight:normal;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
.hide{display:none!important;}
.red{color:#e15f63!important;}

::-webkit-input-placeholder{color:#AAAAAA;font-size:12px;}
:-moz-placeholder{color:#AAAAAA;font-size:12px;}
::-moz-placeholder{color:#AAAAAA;font-size:12px;}
:-ms-input-placeholder{color:#AAAAAA;font-size:12px;}
::-ms-input-placeholder{color:#AAAAAA;font-size:12px;}

.ico-msg,.arr,.login-form label,.login-common .cbx,.cms-notice h2,.cms-notice .ico-new,.ico-refresh,.platform .ico,.accordion .ico,.applyment .ico,.dialog-hd .ico-cls{background:url("https://gtimg.wechatpay.cn/pay/img/home/sprite.png?v=20190327") no-repeat;overflow:hidden;}

.clr:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.clr{zoom:1;}
.vs{display:inline-block;width:1px;height:12px;background:#505050;overflow:hidden;opacity:0.54;vertical-align:middle;margin:-2px 16px 0;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}

.wrap{width:1120px;margin:0 auto;}
.wrap-footer{width:1280px;margin:0 auto;}

.big-title{margin-bottom:57px;font-size:28px;line-height:1.4;font-weight:700;}

.underline{text-align:center;position:relative;}
.underline:after{content:"";position:absolute;width:44px;height:4px;bottom:-19px;left:50%;margin-left:-22px;background:#007AFF;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}

.btn-primary{display:inline-block;min-width:60px;height:30px;line-height:30px;padding:0 22px;text-align:center;background:#007AFF;color:#FFF !important;font-size:14px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.btn-primary:hover{text-decoration:none;background:#58D78C;color:#FFF;}

.ico-msg{width:46px;height:46px;vertical-align:middle;display:inline-block;}
.ico-msg.succ{background-position:0 -251px;}
.ico-msg.warn{background-position:-50px -251px;}
.ico-msg.info{background-position:-100px -251px;}

.page-msg .inner{padding-top:20px;padding-bottom:20px;}
.page-msg .msg-ico{float:left;margin-top:-1px;*margin-top:1px;}
.page-msg .msg-cnt{min-height:56px;margin-left:56px;}
.page-msg .msg-cnt p{color:#8d8d8d;word-break:break-all;}
.page-msg.align-center{text-align:center;}
.page-msg.align-center .inner{min-width:220px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:left;}
.page-msg.align-middle .msg-cnt{min-height:auto;padding-top:11px;}
.page-msg.icon-center{text-align:center;}
.page-msg.icon-center .msg-cnt{margin-left:0;}
.page-msg.icon-center .msg-cnt h4{margin:20px 0 3px;}
.page-msg.icon-center .msg-ico{float:none;margin:0;}
.page-msg.align-center{text-align:center;}
.page-msg.align-center .inner{min-width:220px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:left;}
/* 右侧悬浮工具栏基础样式 */
.side-toolbar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 8px;
}

.side-toolbar .tool-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    padding: 16px 8px;
    border-radius: 16px;
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.side-toolbar .tool-item:hover {
    background: #fff;
    border-color: #007AFF;
    box-shadow: 0 4px 16px rgba(0,122,255,0.2);
    z-index: 10001;
}

.side-toolbar .tool-item svg {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
    color: #007AFF;
}

.side-toolbar .tool-item span {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #666;
}

.side-toolbar .tool-item:hover span {
    color: #007AFF;
}

/* 悬停展开面板 */
.side-toolbar .expand-panel {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    padding: 16px;
    min-width: 200px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side-toolbar .tool-item:hover .expand-panel {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    pointer-events: auto;
}

/* 在线客服/商务合作模块 */
.side-toolbar .service-card {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
}

.side-toolbar .service-card:hover {
    background: #eee;
}

.side-toolbar .service-card .service-icon {
    width: 36px;
    height: 36px;
    background: #007AFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.side-toolbar .service-card .service-icon svg {
    width: 20px;
    height: 20px;
    color: #fff;
    margin: 0;
}

.side-toolbar .service-card .service-info {
    flex: 1;
}

.side-toolbar .service-card .service-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.side-toolbar .service-card .service-desc {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* 扫码关注模块 */
.side-toolbar .qr-section {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    border: 1px solid #eee;
}

.side-toolbar .qr-section .qr-title {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

.side-toolbar .qr-section .qr-wrapper {
    position: relative;
    display: inline-block;
}

.side-toolbar .qr-section .qr-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.side-toolbar .qr-section .qr-wrapper .wechat-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #07C160;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-toolbar .qr-section .qr-wrapper .wechat-icon svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .side-toolbar {
        right: 0;
    }
    .side-toolbar a {
        width: 56px;
        padding: 12px 0;
    }
    .side-toolbar a svg {
        width: 20px;
        height: 20px;
    }
    .side-toolbar a span {
        font-size: 11px;
    }
    .side-toolbar .expand-panel {
        right: 56px;
    }
}

/* 弹出框 */
.dialog{width:700px;margin-top:-200px;margin-left:-350px;position:fixed;top:50%;left:50%;z-index:9999;background:#ffffff;}
.dialog-hd{position:relative;padding:0 20px;line-height:52px;height:52px;background:#f4f5f9;}
.dialog-hd h3{font-size:100%;font-weight:400;}
.dialog-hd .ico-cls{position:absolute;top:50%;margin-top:-8px;right:20px;width:15px;height:15px;line-height:999em;overflow:hidden;background-position:-158px -191px;}
.dialog-hd .ico-cls:hover{background-position:-175px -191px;}
.dialog-bd{padding:60px 45px;max-height:400px;overflow-x:hidden;overflow-y:auto;position:relative;}
.dialog-ft{margin:0;padding:16px 0;text-align:center;border-top:1px solid transparent;background:#f4f5f9;}
.dialog-ft .btn{margin:0 8px;}
.dialog.align-center .dialog-bd{padding-left:126px;padding-right:126px;}/* 内容居中 */
.mask-layer{width:100%;height:100%;position:fixed;_position:absolute;top:0;right:0;bottom:0;left:0;z-index:9998;background:#000000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}

/* 站点切换 */
.sitebar{height:35px;line-height:35px;background:#2C2C2C;}
.sitebar a{color:#9D9D9D;}
.sitebar .selected{color:#007AFF;}

.header{height:88px;border-bottom:1px solid #eaeaea;}
.header .logo{float:left;width:160px;height:40px;margin:24px 0 0;background:url("/assets/logo.png") no-repeat center left;background-size:auto 40px;text-indent:-9999px;}
.header .link{float:right;padding-top:25px;}/* 右上角链接 */
.header .link a{display:block;float:left;line-height:30px;padding:3px 5px 0;margin:0 20px;color:#333;vertical-align:middle;border-bottom:3px solid #fff;}
.header .link a:hover{color:#007AFF;text-decoration:none;}
.header .link .btn-apply,.header .link .btn-apply:hover{display:inline-block;min-width:6px;height:38px;line-height:38px;padding:0 25px;margin:0 0 0 20px;border:none;color:#fff;}
.header .link a.selected{color:#007AFF;border-color:#007AFF;}

.footer{margin-top:110px;color:#9D9D9D;background:#404343;}
.footer a{color:#9D9D9D !important;}
.footer a:hover{color:#007AFF !important;text-decoration:none;}
.footer .wrap{padding:43px 0 23px;}
.footer .footer-service{overflow:hidden;}
.footer .footer-service dl{float:left;padding-left:43px;margin-left:43px;min-height:155px;height:auto!important;height:155px;}
.footer .footer-service dt{color:#FFF;margin-bottom:21px;}
.footer .footer-service dd{margin-top:7px;}
.footer .footer-service .service-about{padding-left:0;margin-left:0;border-left:none;}
.footer .footer-service .service-qrcode{float:right;margin-left:0;border-left:1px solid #484a4a;}
.footer .footer-service .service-qrcode dt{font-size:10px;margin-bottom:12px;}
.footer .footer-service .service-qrcode .img-qrcode{width:129px;height:129px;}
.footer .footer-copyright{margin-top:30px;text-align:center;font-size:12px;}

.banner{position:relative;height:508px;}

/* 品牌宣传区域 - 优化布局 */
.brand-content{position:absolute;top:0;left:0;width:100%;height:508px;z-index:10;background:linear-gradient(to right, rgba(0,122,255,0.35) 0%, rgba(0,122,255,0.15) 40%, transparent 70%);}
.brand-inner{max-width:1120px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0;}
.brand-info{flex:1;padding-left:60px;max-width:580px;}
.brand-title{font-size:42px;font-weight:bold;color:#fff;line-height:1.3;margin-bottom:18px;text-shadow:0 2px 4px rgba(0,0,0,0.2);}
.brand-subtitle{font-size:18px;color:rgba(255,255,255,0.95);line-height:1.8;margin-bottom:35px;max-width:520px;}
.brand-buttons{margin-bottom:45px;}
.brand-buttons a{display:inline-block;padding:14px 32px;font-size:15px;font-weight:500;border-radius:6px;text-decoration:none;margin-right:18px;transition:all 0.3s;}
.brand-btn-doc{background:#fff;color:#007AFF;border:2px solid #fff;}
.brand-btn-doc:hover{background:#f0f0f0;}
.brand-btn-test{background:rgba(255,255,255,0.15);color:#fff;border:2px solid rgba(255,255,255,0.6);}
.brand-btn-test:hover{background:rgba(255,255,255,0.25);border-color:#fff;}
.brand-stats{display:flex;gap:70px;}
.brand-stat{text-align:left;}
.brand-stat-label{font-size:15px;color:rgba(255,255,255,0.9);font-weight:500;margin-bottom:10px;}
.brand-stat-value{font-size:36px;font-weight:bold;color:#fff;}
.brand-stat-value span{font-size:22px;}

/* 商户登录引导样式 */
.login-guide{position:relative;float:right;width:350px;margin-right:0px;transform:translateX(105px);background:rgba(255,255,255,0.95);padding:28px;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.15);backdrop-filter:blur(10px);}
.login-guide .login-guide-header{text-align:center;margin-bottom:20px;}
.login-guide .login-guide-header h3{font-size:25px;font-weight:600;color:#333;margin:0;}
.login-guide .login-guide-content{text-align:center;}
.login-guide .login-guide-icon{margin-bottom:12px;}
.login-guide h4{font-size:18px;font-weight:600;color:#333;margin:0 0 8px;}
.login-guide p{font-size:13px;color:#666;margin:0 0 16px;}
.login-guide .login-guide-features{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:20px;}
.login-guide .feature-item{display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;color:#333;margin-bottom:0;padding-left:0;text-align:center;}
.login-guide .check-icon{color:#007AFF;font-weight:bold;}
.login-guide .login-guide-actions{display:flex;gap:12px;}
.login-guide .btn-login-action,.login-guide .btn-register-action{display:inline-block;padding:10px 20px;border-radius:6px;font-size:14px;text-decoration:none;text-align:center;}
.login-guide .btn-login-action{background:#007AFF;color:#fff;flex:1;}
.login-guide .btn-login-action:hover{background:#0066dd;}
.login-guide .btn-register-action{background:#fff;color:#007AFF;border:1px solid #007AFF;flex:1;}
.login-guide .btn-register-action:hover{background:#f0f7ff;}

/* 移除旧登录框样式 */
.login{display:none;}
.login .form-item .input-group input{flex:1;}
.login .form-item .input-group button{padding:0 10px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;font-size:11px;color:#666;cursor:pointer;white-space:nowrap;transition:all 0.3s;}
.login .form-item .input-group button:hover{background:#eee;}
.login .btn-login{width:100%;padding:10px;background:#007AFF;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background 0.3s;}
.login .btn-login:hover{background:#0066dd;}
.login .login-footer{text-align:center;padding:12px 20px;border-top:1px solid #f0f0f0;}
.login .login-footer span{color:#999;font-size:12px;}
.login .login-footer a{color:#007AFF;text-decoration:none;}
.login .login-footer a:hover{text-decoration:underline;}
.login .oauth-divider{padding:12px 20px;text-align:center;position:relative;}
.login .oauth-divider::before{content:'';position:absolute;top:50%;left:20px;right:20px;height:1px;background:#e0e0e0;}
.login .oauth-divider span{position:relative;background:#fff;padding:0 10px;color:#999;font-size:11px;}
.login .oauth-icons{display:flex;justify-content:center;gap:12px;padding:0 20px 14px;}
.login .oauth-icon{width:32px;height:32px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s;}
.login .oauth-icon:hover{background:#eee;transform:scale(1.05);}
.login .oauth-icon svg{width:16px;height:16px;}

/* 登录框原有样式 - 隐藏或移除 */
.login-weixin{display:none;}
.login-common{display:none;}
.login .title{margin:0 0 15px;font-size:16px;font-weight:400;text-align:center;line-height:1;}
.login .tips-info{color:#999;}
.login .tips-error{color:#F4692A;}
.login .tips-error,.login .tips-info{position: relative;top: -5px;font-size:12px;line-height:1.4; padding: 0 30px 10px  30px;}

.login-switch{width:215px;margin:0 auto 25px;overflow:hidden;}        
.login-switch a{float:left;display:block;width:106px;height:28px;line-height:28px;margin-right:-1px;border:1px solid #eee;font-size:13px;text-align:center;color:#333;text-decoration:none;}
.login-switch a:hover{color:#007AFF;}
.login-switch .selected{color:#007AFF;border-color:#007AFF;position:relative;z-index:2;}
.login-switch a:first-child{border-top-left-radius:3px;-moz-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-moz-border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;}
.login-switch a:last-child{border-top-right-radius:3px;-moz-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;}
.login-service{height:64px;line-height:64px;font-size:13px;text-align:center;}
.login-service .vs{background:#CCC;}
.login-service a {color:#007AFF !important;}

.login-common,.login-weixin{min-height:240px;height:auto!important;height:240px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.login-common .login-form{width: 320px;min-height: 334px;background: #FFF;border-radius: 4px;margin: 0 auto;}
.login-common input{width:100%;padding:10px 0;border:0;outline:0;font-family:"Microsoft YaHei";font-size:14px;}
.login-common .login-account,.login-common .login-password{height:40px;line-height:40px;padding-left:32px;background:#FFF;border:1px solid #EEE;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}
.login-common .ico-account,.login-common .ico-password{width:20px;height:20px;overflow:hidden;line-height:999px;float:left;margin:12px 0 0 -24px;position:absolute;}
.login-common .ico-account{background-position:-236px -160px;}
.login-common .ico-password{background-position:-256px -160px;}
.login-common .cbx{width:16px;height:16px;display:inline-block;margin:-3px 6px 0 0;*margin-top:0;vertical-align:middle;cursor:pointer;overflow:hidden;background-position:-276px -160px;}
.login-common .cbx-on{background-position:-294px -160px;}
.login-common .login-password{margin: 15px 0;}
.login-common .login-verify{margin: 0 32px; overflow: hidden;}
.login-common .login-verify a,.login-common .login-memory a{color:#333}
.login-common .login-verify a:hover,.login-common .login-memory a:hover{color:#007AFF;text-decoration:none;}
.login-common .verify-input{float:left;padding-left: 10px;background:#FFF;border:1px solid #EEE;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}
.login-common .verify-input input{padding:9px 0 10px; width: 96px;}
.login-common .verify-image{float:left;width:100px;height:40px;margin:0 6px;}
.login-common .verify-change{float:right;margin-top:11px;}
.login-common .login-memory{margin-top:6px;overflow:hidden;}
.login-common .memory-account{float:left; display: none;}

.login-common .forget-password-block {text-align: center;padding: 14px 0 15px 0px;}
.login-common .forget-password{font-family: PingFangSC-Regular;font-weight: 400;font-size: 14px;color: #526999;letter-spacing: 0;}
.login-common .btn-login{width: 256px;height: 40px;background: #007AFF;border-radius: 4px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: #FFFFFF;letter-spacing: 0;line-height: 40px;text-align: center;margin: 0 32px;cursor: pointer;}
.login-err-msg {font-family: PingFangSC-Regular;font-weight: 400;font-size: 14px;color: #F15451;letter-spacing: 0;line-height: 30px;height: 30px;margin-left: 32px;}
.login-weixin{text-align:center;}
.login-weixin a{color:#4466AD;}
.login-weixin .qrcode-img{width:212px;height:212px;margin:0 auto;position:relative;}
.login-weixin .qrcode-img img{width:212px;height:212px;vertical-align:top;}
.login-weixin .qrcode-img .alt{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;cursor:pointer;}
.login-weixin .qrcode-img .alt .mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;background:#000;}
.login-weixin .qrcode-img .alt .void{height:52px;position:absolute;top:50%;right:0;left:0;margin-top:-26px;z-index:11;}
.login-weixin .qrcode-img .alt .void .ico-refresh{width:26px;height:23px;margin:0 auto 10px;display:block;background-position:-294px -186px;}
.login-weixin .page-msg{font-size:14px;padding-top:30px;}


/*图片轮播*/
.slider{width:100%;height:508px;overflow:hidden;position:absolute;top:0;left:0;}
.slider a{display:block;width:100%;height:508px;text-indent:-9999px;}
.slider ul li{position:absolute;top:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#e8e8e8;}
.slider ol{position:absolute;z-index:9;top:397px;display:table;left:50%;margin-left:-73px;padding:16px 16px 16px 0;}
.slider ol li{float:left;width:10px;height:10px;margin-left:16px;text-indent:-9999px;background:#007AFF;opacity: 0.6;border-radius:5px;overflow:hidden;}
.slider ol li.active{width:56px;opacity:0.9;}

/*最新公告*/
.notice{line-height:50px;position:absolute;right:0;left:0;bottom:0;z-index:11;font-size:12px;}
.notice .wrap{position:relative;z-index:2;}
.notice .mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.53;filter:alpha(opacity=53);-moz-opacity:0.53;opacity:0.53;background:#000;z-index:1;}
.notice:hover .mask{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.notice a{color:#FFF;display:inline-block;cursor:pointer;}
.notice a:hover{color:#007AFF;}
.notice h2{float:left;width:20px;height:20px;line-height:999px;margin:16px 17px 0 0;background-position:-214px -161px;}
.notice li{float:left;width:285px;margin-right:60px;}
.notice li span{display:inline-block;vertical-align:top;}
.notice li .name{max-width:240px;_width:240px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;margin-left:5px;}
.notice li .ico-new{position:absolute;display:inline-block;width:17px;height:9px;margin:21px 0 0 5px; background-position:-192px -191px;}
.notice .more{position:absolute;top:0;right:0;}
.notice .more a:hover{text-decoration:none;}
.notice .more .arr{display:inline-block;width:7px;height:12px;margin-left:7px;vertical-align:middle;line-height:999px;overflow:hidden;background-position:-177px -160px;}
.notice .more a:hover .arr{background-position:-186px -160px;}
/* 实体企业区域 */
.enterprise{background:#FAFAFA;padding:60px 0;text-align:center;}
.enterprise .enterprise-content{max-width:900px;margin:0 auto;}
.enterprise .enterprise-title{font-size:28px;font-weight:700;color:#333;margin-bottom:16px;}
.enterprise .enterprise-desc{font-size:16px;color:#666;line-height:1.8;margin-bottom:30px;}
.enterprise .enterprise-tags{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:30px;}
.enterprise .enterprise-tag{display:flex;align-items:center;gap:8px;font-size:15px;color:#333;}
.enterprise .enterprise-tag::before{content:"";display:inline-block;width:8px;height:8px;background:#007AFF;border-radius:50%;}
.enterprise .enterprise-images{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;}
.enterprise .enterprise-images img{width:200px;height:200px;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);background:#FFF;padding:15px;}

/* 合作伙伴区域 */
.partners{background:#FFF;padding:60px 0;text-align:center;overflow:hidden;}
.partners .big-title{margin-bottom:10px;font-size:28px;font-weight:700;color:#333;}
.partners .subtitle{display:none;}
.partners .logo-list{display:flex;justify-content:center;align-items:center;gap:120px;flex-wrap:wrap;}
.partners .logo-item{display:flex;align-items:center;gap:12px;opacity:0.7;transition:opacity 0.3s;}
.partners .logo-item:hover{opacity:1;}
.partners .logo-item img{width:110px;height:110px;object-fit:contain;}
.partners .logo-item .logo-text{display:none;}

/* 合作伙伴滚动动画 */
.partners .logo-scroll{overflow:hidden;width:100%;position:relative;}
.partners .logo-scroll::before,
.partners .logo-scroll::after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none;}
.partners .logo-scroll::before{left:0;background:linear-gradient(to right,#FFF,transparent);}
.partners .logo-scroll::after{right:0;background:linear-gradient(to left,#FFF,transparent);}
.partners .logo-scroll-inner{display:flex;width:max-content;gap:60px;animation:scroll-left 30s linear infinite;}
.partners .logo-scroll-inner:hover{animation-play-state:paused;}
@keyframes scroll-left{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
/*平台能力*/
.platform{margin-top:74px;}
.platform .wrap{position:relative;}
.platform li{float:left;width:251px;margin-right:38px;}
.platform li a{display:block;height:316px;padding:0 32px;text-align:center;background:#fff;border:2px solid #fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);border-color:#f3f3f3\0;*border-color:#f3f3f3;}
.platform li a:hover{border-color:#007AFF;color:#007AFF;text-decoration:none;}
.platform .last{margin-right:0;}
.platform .ico{display:block;width:80px;height:80px;}
.platform .ability .ico{background-position:0 0;}
.platform .ability:hover .ico{background-position:0 -80px;filter:hue-rotate(69deg);}
.platform .operate .ico{background-position:-80px 0;}
.platform .operate:hover .ico{background-position:-80px -80px;filter:hue-rotate(69deg);}
.platform .capital .ico{background-position:-160px 0;}
.platform .capital:hover .ico{background-position:-160px -80px;filter:hue-rotate(69deg);}
.platform .safety .ico{background-position:-240px 0;}
.platform .safety:hover .ico{background-position:-240px -80px;filter:hue-rotate(69deg);}
.platform .ctr{width:80px;height:80px;padding:20px;margin:34px auto 0;background:#FAFAFA;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.platform .tit{margin-top:14px;font-size:18px;color:#333;line-height:1.4;font-weight:700;}
.platform .tit:after{width:34px;bottom:-15px;margin-left:-17px;background:#F4F4F4;}
.platform .txt{color:#999999;font-size:12px;margin-top:29px;line-height:20px;}
.platform .more{position:absolute;top:8px;right:0;font-size:12px;}
.platform .more a{color:#333;}
.platform .more a:hover{color:#007AFF;text-decoration:none;}
.platform .more .arr{display:inline-block;width:7px;height:12px;margin-left:7px;vertical-align:middle;line-height:999px;overflow:hidden;background-position:-177px -173px;}
.platform .more a:hover .arr{color:#007AFF;background-position:-186px -173px;}


/*行业解决方案*/
.solution{margin-top:74px;}
.accordion{height:480px;margin:70px auto 50px;color:#FFF;position:relative;}
.accordion li{width:175px;height:480px;position:relative;overflow:hidden;float:left;}
.accordion li.last{position:absolute;right:0px;bottom:0px;}
.accordion .link-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9;}
.accordion .text-mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background:#000;z-index:1;}
.accordion .text-area{position:absolute;top:0;right:0;bottom:0;left:0;width:175px;overflow:hidden;z-index:2;}
.accordion .text-area .ico{display:block;width:35px;height:35px;margin:320px auto 0;}
.accordion .text-area .ico-ecommerce{background-position:0 -214px;}
.accordion .text-area .ico-supermarket{background-position:-39px -214px;}
.accordion .text-area .ico-drink{background-position:-155px -214px;}
.accordion .text-area .ico-school{background-position:-74px -214px;}
.accordion .text-area .ico-parking{background-position:-111px -214px;}
.accordion .text-area .ico-social{background-position:-200px -214px;}
.accordion .text-area .tit{margin-top:12px;font-size:18px;text-align:center;position:relative;}
.accordion .text-area .tit:after{width:36px;bottom:-18px;margin-left:-18px;background:#B8B8B7;}
.accordion .text-area .txt{height:62px; width:284px; font-size:14px; overflow:hidden;margin-top:10px; margin-left:57px; line-height:21px; letter-spacing: 0.2px; color: #fff;}
.accordion .text-area .txt,.accordion .text-area .opt{display:none;}
.accordion .selected .text-area,.accordion .selected .text-mask{width:351px; height:113px; padding:30px;top:288px;right:16px;bottom:41px;left:auto;}
.accordion .selected .text-area .ico{margin-top:0px; float: left;}
.accordion .selected .text-area .tit{font-size:20px;font-weight:bold; float:left; margin-top:-8px; margin-left: 22px;}
.accordion .selected .tit:after{width:39px;bottom:-7px;margin-left:-38px;background:#fff; opacity: 0.24;}
.accordion .selected .text-area .txt,.accordion li.selected .text-area .opt{display:block; float: left;}
.accordion .selected .text-mask{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;-moz-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px; background: #007AFF;}

/* 快速入驻 */
.applyment{margin-top:74px;}
.applyment li{float:left;width:185px;height:180px;padding:22px 26px;margin-right:155px;position:relative;border:1px solid #EEE;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.applyment li.last{margin-right:0;}
.applyment .wrap{width:1027px;}
.applyment .flow-sheet{overflow:hidden;}
.applyment .flow-sheet ol{width:120%;}
.applyment .flow-sheet li{float:left;width:185px;height:175px;padding:22px 26px;margin-right:155px;position:relative;background:#FFF;border:1px solid #EEE;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.applyment .flow-sheet .arr{width:18px;height:30px;position:absolute;right:-86px;top:50%;margin:-10px 0 0 0;background-position:-158px -160px;}
.applyment .flow-sheet .num{font-size:60px;font-family:Arial;font-weight:bold;line-height:1;}
.applyment .flow-sheet .tit{font-size:18px;margin-top:10px;font-weight:700;}
.applyment .flow-sheet .txt{font-size:12px;color:#999;line-height:1.8;margin-top:10px;}
.applyment .flow-sheet .ico{width:52px;height:52px;position:absolute;top:26px;right:22px;}
.applyment .flow-sheet .ico-datum{background-position:0 -160px;}
.applyment .flow-sheet .ico-audit{background-position:-52px -160px;}
.applyment .flow-sheet .ico-agree{background-position:-104px -160px;}
.applyment .flow-opt{margin-top:38px;text-align:center;}
.applyment .flow-opt .btn-apply{display:inline-block;padding:0;width:310px;height:50px;line-height:50px;font-size:16px;}

.pendant{display:none!important;}

#login-identity-tabbar{margin: 0 auto;height: 60px;margin-bottom: 16px;}
.login-identity-tabbar-item {display: inline-block;height: 18px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: rgba(0,0,0,0.90);letter-spacing: 0;text-align: center;line-height: 18px;margin-left: 24px;padding-bottom: 8px;cursor: pointer;margin-top: 30px;}
.tabbar-active {color: #007AFF;border-bottom: 3px solid #007AFF;}
#IDQrcode{width: 320px;height: 334px;background: #FFF;border-radius: 4px;margin: 0 auto;}
.login-qrcode-title{height: 62px;line-height: 62px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: rgba(0,0,0,0.90);letter-spacing: 0;}
#IDSwitchAccountLogin {width: 62px;height: 62px;position: absolute;right: 0;top: 0;cursor: pointer;}

.login-state{z-index: 11;position: absolute;width: 100%;height: 100%;}
.login-refresh-icon {width:48px !important;height: 48px !important;margin-top: 42px;margin-bottom: 16px;}
.login-warn-icon {width: 48px !important;height: 48px !important;margin-top: 31px;margin-bottom: 16px;}
.login-success-icon {width: 48px !important;height: 48px !important;margin-top: 55px;margin-bottom: 16px;}
.login-button {width: 80px;height: 32px;border-radius: 4px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 12px;color: #FFFFFF;letter-spacing: 0;text-align: center;line-height: 32px;margin: 16px auto 0;cursor: pointer;}
.login-state-refresh{background: #007AFF;}
.login-state-complete{background: #EEEEEE;color: rgba(0,0,0,0.90);}
.login-state-title {font-family: PingFangSC-Medium;font-weight: 500;font-size: 14px;color: #FFFFFF;letter-spacing: 0;text-align: center;line-height: 16px;margin-bottom: 8px;}
.login-state-msg {font-family: PingFangSC-Regular;font-weight: 400;font-size: 12px;color: #FFFFFF;letter-spacing: 0;text-align: center;line-height: 15px;margin-top: 8px;}
.mg-20 {margin: 0 20px;}

.login-account-header {height: 56px;position: relative;}
.login-account-title {font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: rgba(0,0,0,0.90);letter-spacing: 0;text-align: center;line-height: 62px;}
#IDSwitchWechatLogin {width: 62x;height: 62px;position: absolute;right: 0;top: 0;cursor: pointer;}
.login-account-form {margin: 0 32px;}

.admin-error-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -10px;
    width: 356px;
    min-height: 367px;
    background-color: #fff;
    padding: 42px 30px;
    z-index: 1000;
    border-radius: 4px;
    text-align: center;
}
.admin-error-box .admin-error-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.admin-error-box .admin-error-tips {
    font-family: PingFang SC;
    text-align: center;
    color: #CD746C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 22px;
}
.admin-error-box .admin-img-code {
    width: 160px;
    height: 160px;
}
.admin-error-box .admin-img-box {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    margin-bottom: 12px;
    position: relative;
}
.admin-error-box .admin-img-reload-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.admin-error-box .admin-error-desc {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #999999;
}
.with-loading{padding:100px 0;text-align:center;}
.with-loading .loading{display:block;width:40px;height:40px;margin:0 auto;background:url("https://gtimg.wechatpay.cn/pay/img/common/loading.gif?v=20190225") no-repeat;}
.admin-error-box .admin-img-reload-btn {
    width: 80px;
    height: 32px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background: #EEEEEE;
    color: rgba(0, 0, 0, 0.90)
}


