.kkz-dock{--kkz-dock-w:56px;--kkz-dock-gap:8px;--kkz-dock-radius:18px;--kkz-dock-bg:rgba(255,255,255,0.86);--kkz-dock-border:rgba(216,224,236,0.95);--kkz-dock-text:#1a2332;--kkz-dock-muted:#5c6678;--kkz-dock-panel:rgba(255,255,255,0.96);--kkz-dock-shadow:0 12px 40px rgba(15,23,42,0.12),0 2px 8px rgba(15,23,42,0.06);--kkz-dock-accent:#1e6bff;--kkz-dock-accent-soft:rgba(30,107,255,0.12);--kkz-dock-gold:#c9a227;position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:60;pointer-events:none}.kkz-dock__rail{pointer-events:auto;display:flex;flex-direction:column;align-items:stretch;gap:var(--kkz-dock-gap);width:var(--kkz-dock-w);padding:8px 6px;border-radius:var(--kkz-dock-radius);border:1px solid var(--kkz-dock-border);background:var(--kkz-dock-bg);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);box-shadow:var(--kkz-dock-shadow)}.kkz-dock__item{position:relative;padding-right:0}.kkz-dock__item:after{content:"";position:absolute;z-index:0;top:-12px;bottom:-12px;right:100%;width:22px;pointer-events:none}.kkz-dock__item.is-open:after,.kkz-dock__item:hover:after{pointer-events:auto}.kkz-dock__item--qr.is-open:after,.kkz-dock__item--qr:hover:after{width:280px}.kkz-dock__btn{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;min-height:52px;padding:8px 4px;border:0;border-radius:14px;background:transparent;color:var(--kkz-dock-text);text-decoration:none;cursor:pointer;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.kkz-dock__btn:focus-visible,.kkz-dock__btn:hover,.kkz-dock__item.is-open>.kkz-dock__btn{background:var(--kkz-dock-accent-soft);color:var(--kkz-dock-accent);outline:none}.kkz-dock__btn--accent{background:linear-gradient(160deg,#2f7bff,#1e6bff 55%,#1557d6);color:#fff;box-shadow:0 8px 18px rgba(30,107,255,.35)}.kkz-dock__btn--accent:focus-visible,.kkz-dock__btn--accent:hover,.kkz-dock__item.is-open>.kkz-dock__btn--accent{background:linear-gradient(160deg,#3d86ff,#2774ff 55%,#1a5fe0);color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(30,107,255,.42)}.kkz-dock__icon{display:grid;place-items:center;width:22px;height:22px}.kkz-dock__icon svg{width:20px;height:20px}.kkz-dock__label{font-size:10px;font-weight:600;letter-spacing:.04em;line-height:1.2}.kkz-dock__btn--top{opacity:0;max-height:0;min-height:0;padding:0;overflow:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .25s ease,max-height .25s ease,padding .25s ease,transform .25s ease,background .22s ease,color .22s ease}.kkz-dock__btn--top.is-visible{opacity:1;max-height:64px;min-height:48px;padding:8px 4px;pointer-events:auto;transform:translateY(0)}.kkz-dock__panel{position:absolute;right:calc(100% + 12px);top:50%;z-index:3;width:-moz-max-content;width:max-content;max-width:min(340px,calc(100vw - 88px));opacity:0;visibility:hidden;pointer-events:none;transform:translate(8px,-50%);transition:opacity .2s ease,transform .22s cubic-bezier(.22,1,.36,1),visibility .2s}.kkz-dock__panel:before{content:"";position:absolute;top:-8px;bottom:-8px;left:100%;width:16px}.kkz-dock__item.is-open .kkz-dock__panel,.kkz-dock__item:focus-within .kkz-dock__panel,.kkz-dock__item:hover .kkz-dock__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%)}.kkz-dock__panel--qr{min-width:268px}.kkz-dock__panel-inner{padding:16px 18px;border-radius:16px;border:1px solid var(--kkz-dock-border);background:var(--kkz-dock-panel);box-shadow:var(--kkz-dock-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.kkz-dock__panel--qr .kkz-dock__panel-inner{padding:14px}.kkz-dock__eyebrow{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--kkz-dock-accent)}.kkz-dock__title{margin:0;font-size:15px;font-weight:700;color:var(--kkz-dock-text);letter-spacing:.02em}.kkz-dock__meta{margin:8px 0 0;font-size:12px;line-height:1.5;color:var(--kkz-dock-muted)}.kkz-dock__phone{display:block;margin-top:4px;font-size:22px;font-weight:750;letter-spacing:.04em;color:var(--kkz-dock-text);text-decoration:none;background:linear-gradient(90deg,var(--kkz-dock-text),#3d4f6a);-webkit-background-clip:text;background-clip:text;color:transparent}.kkz-dock__action{display:inline-flex;align-items:center;margin-top:12px;height:34px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,#2f7bff,#1e6bff);color:#fff!important;font-size:12px;font-weight:600;text-decoration:none;box-shadow:0 6px 16px rgba(30,107,255,.3);transition:transform .2s ease,box-shadow .2s ease}.kkz-dock__action:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(30,107,255,.4)}.kkz-dock__qr-grid{display:grid;grid-template-columns:repeat(2,108px);justify-content:center;gap:14px;margin-top:10px}.kkz-dock__qr-grid figure{margin:0;width:108px;text-align:center}.kkz-dock__qr-grid img{display:block;width:108px!important;height:108px!important;max-width:none;margin:0 auto;border-radius:12px;border:1px solid var(--kkz-dock-border);background:#fff;-o-object-fit:contain;object-fit:contain}.kkz-dock__qr-grid figcaption{margin-top:8px;font-size:11px;line-height:1.35;color:var(--kkz-dock-muted);max-width:112px;margin-left:auto;margin-right:auto}html[data-theme=dark] .kkz-dock{--kkz-dock-bg:rgba(18,23,31,0.88);--kkz-dock-border:rgba(40,50,64,0.95);--kkz-dock-text:#e8eef6;--kkz-dock-muted:#8b9aab;--kkz-dock-panel:rgba(18,23,31,0.96);--kkz-dock-shadow:0 16px 40px rgba(0,0,0,0.45),0 0 0 1px rgba(255,255,255,0.04);--kkz-dock-accent:#6ea0ff;--kkz-dock-accent-soft:rgba(110,160,255,0.14)}html[data-theme=dark] .kkz-dock__phone{background:linear-gradient(90deg,#f0d78c,#e8eef6);-webkit-background-clip:text;background-clip:text}html[data-theme=dark] .kkz-dock__qr-grid img{background:#fff}@media (max-width:900px){.kkz-dock{display:none}}@media (prefers-reduced-motion:reduce){.kkz-dock__action,.kkz-dock__btn,.kkz-dock__btn--top,.kkz-dock__panel{transition:none}}b,blockquote,body,dd,div,dl,dt,em,fieldset,figure,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,span,td,textarea,th,ul{padding:0;margin:0;outline:none}table{border-collapse:collapse;border-spacing:0}button,img,input{border:0}img{vertical-align:middle}address,caption,cite,code,dfn,em,i,th,var{font-weight:400;font-style:normal}ol,ul{list-style:none}:focus{outline:none}.clear:after{display:block;content:".";height:0;font-size:0;overflow:hidden;clear:both;visibility:hidden}.left{float:left}.right{float:right}.vmiddle{vertical-align:middle}.hide{display:none}.block{display:block}.lblock{display:inline-block}.tcenter{text-align:center}.tright{text-align:right}.bold{font-weight:700}.relative{position:relative}.absolute{position:absolute}.mgauto{margin:0 auto}.cursor{cursor:pointer}body{min-width:0;color:#333;font:14px/150% Microsoft Yahei,Helvetica Neue,Helvetica,Arial,sans-serif}a{color:#243041}a,a:hover{text-decoration:none}a:hover{cursor:pointer}input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px white}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}input:-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea::-ms-input-placeholder{color:#999}input[type=checkbox]:checked{border:1px solid #393eff;outline:none;background-color:#393eff}[v-cloak]{display:none}.font12{font-size:12px}.font14{font-size:14px}.font16{font-size:16px}.font18{font-size:18px}.font20{font-size:20px}.font24{font-size:24px}.font28{font-size:28px}.font30{font-size:30px}.font36{font-size:36px}.font42{font-size:42px}.mgt2{margin-top:2px}.mgt4{margin-top:4px}.mgt6{margin-top:6px}.mgt10{margin-top:10px}.mgt12{margin-top:12px}.mgt14{margin-top:14px}.mgt16{margin-top:16px}.mgt20{margin-top:20px}.mgt30{margin-top:30px}.mgt50{margin-top:50px}.mgl4{margin-left:4px}.mgl6{margin-left:6px}.mgl10{margin-left:10px}.mgl12{margin-left:12px}.mgl14{margin-left:14px}.mgl16{margin-left:16px}.mgl20{margin-left:20px}.mgl30{margin-left:30px}.mgr4{margin-right:4px}.mgr6{margin-right:6px}.mgr10{margin-right:10px}.mgr12{margin-right:12px}.mgr14{margin-right:14px}.mgr16{margin-right:16px}.mgr20{margin-right:20px}.mgr30{margin-right:30px}.mgb6{margin-bottom:6px}.mgb10{margin-bottom:10px}.mgb12{margin-bottom:12px}.mgb14{margin-bottom:14px}.mgb16{margin-bottom:16px}.mgb20{margin-bottom:20px}.mgb30{margin-bottom:30px}.pd10{padding:10px}.pd15{padding:15px}.pd20{padding:20px}.pd30{padding:30px}.pdt10{padding-top:10px}.pdt12{padding-top:12px}.pdt15{padding-top:15px}.pdt20{padding-top:20px}.pdt30{padding-top:30px}.pdb10{padding-bottom:10px}.pdb15{padding-bottom:15px}.pdb20{padding-bottom:20px}.pdb30{padding-bottom:30px}.lineheight180{line-height:180%}.lineheight200{line-height:200%}.lineheight220{line-height:220%}.lineheight240{line-height:240%}.color399eff{color:#399eff}.colorf97373{color:#f97373}.colorff7100{color:#ff7100}.color53caff{color:#53caff}.color8e98a8{color:#8e98a8}.color2dd488{color:#2dd488}.color666666{color:#666666}.color999999{color:#999999}.colorff5c38{color:#ff5c38}@font-face{font-family:iconfont;src:url(/css/70ka/iconfont.woff2?t=1755053316790) format("woff2"),url(/css/70ka/iconfont.woff?t=1755053316790) format("woff"),url(/css/70ka/iconfont.ttf?t=1755053316790) format("truetype")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-chuhang:before{content:"\e624"}.icon-dianshang:before{content:"\e623"}.icon-shangchao:before{content:"\e622"}.icon-fanhuijiantou:before{content:"\e671"}.icon-caidan1:before{content:"\e62a"}.icon-kefu:before{content:"\e644"}.icon-Vector:before{content:"\e61e"}.icon-dir2:before{content:"\e615"}.icon-fire:before{content:"\e60d"}.icon-newspaper:before{content:"\e8af"}.icon-dianhua:before{content:"\e613"}.icon-wechat:before{content:"\e60b"}.icon-qq:before{content:"\e60c"}.icon-gouwu:before{content:"\e602"}.icon-youxi:before{content:"\e604"}.icon-meishi:before{content:"\e605"}.icon-yinshi:before{content:"\e606"}.icon-huafei:before{content:"\e607"}.icon-jiayou:before{content:"\e608"}.icon-logo-wechat:before{content:"\e619"}.icon-lianjie:before{content:"\e626"}.icon-caidan:before{content:"\e609"}.icon-shanchu:before{content:"\e61b"}.icon-shanchu1:before{content:"\e614"}.icon-sousuo:before{content:"\e8b9"}.icon-jinrujiantou:before{content:"\e88e"}.icon-yiwen:before{content:"\e666"}.icon-dingwei:before{content:"\e8ae"}.icon-diqiu:before{content:"\e7b9"}.icon-liulanliang2:before{content:"\e61d"}.icon-shizhong:before{content:"\e60a"}.icon-dir:before{content:"\e67f"}.icon-guanbi:before{content:"\e61a"}.icon-liulanliang:before{content:"\e603"}.icon-home:before{content:"\e734"}.icon-yinhangka1:before{content:"\e637"}.icon-huishouzhan1:before{content:"\e6a7"}.icon-ziyuan:before{content:"\e636"}.icon-lihe:before{content:"\e63b"}.wp90{width:87.5%;min-width:0;max-width:1728px}.header-wrap{height:62px}.header{display:flex;justify-content:space-around;align-items:center;padding:0 50px;background:#fff;border-bottom:1px solid #eee;box-shadow:0 5px 5px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.07)}.header.fixed{position:fixed;top:0;left:0;right:0;z-index:99;min-width:0}.header .logo img{width:206px;height:40px}.header h1,.header h2{font-size:0}.part-index-bt-title{padding:40px 0 15px;text-align:center;background:url(/images/70ka/title_bg.png) bottom no-repeat}.part-index-bt-title h2,.part-index-bt-title h3{color:#333;font-size:26px;line-height:30px;letter-spacing:2px}.navbar{flex-grow:1;height:62px}.navbar ul{display:flex;align-items:center;flex-wrap:nowrap;padding:0 6%}.navbar li{padding:0 3%}.navbar li>a{font-size:16px;line-height:62px;white-space:nowrap;transition:color .3s}@media(max-width:1600px){.navbar li{padding:0 2.5%}}@media(max-width:1480px){.navbar li{padding:0 2%}}.navbar li i{color:#333;font-size:18px;margin-right:3px;vertical-align:-1px;transition:color .3s}.navbar li .arrow{display:inline-block;width:8px;height:8px;border-right:2px solid #333;border-bottom:2px solid #333;transform:translate3d(6px,-2px,0) rotate(45deg);transition:border-color .3s}.navbar li:hover i,.navbar li:hover>a,.navbar li>a.cur,.navbar li>a.cur i{color:#399eff}.navbar li:hover .arrow,.navbar li>a.cur .arrow{border-color:#399eff}.navbar li .card-drop-menu{opacity:0;filter:alpha(opacity=0);visibility:hidden;background:#fff;position:absolute;top:60px;z-index:2;border:1px solid #eee;border-top:0;border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;box-shadow:0 5px 35px -3px rgba(50,50,50,.2);-webkit-box-shadow:0 5px 35px -3px rgba(50,50,50,.2);transition:.2s}.navbar li.relative:hover .card-drop-menu{opacity:1;filter:alpha(opacity=100);visibility:visible}.navbar li .card-drop-menu .imglist{width:688px;display:flex;flex-wrap:wrap;align-items:center;padding:6px}.navbar li .card-drop-menu .imglist .img-item{display:block;width:25%;padding:6px;box-sizing:border-box}.navbar li .card-drop-menu .imglist .img-box{width:158px;height:87px;transition:.3s;border:2px solid transparent;border-radius:12px;background-repeat:no-repeat;background-size:cover;background-position:50%;box-sizing:border-box;position:relative}.navbar li .card-drop-menu .imglist h3{position:absolute;left:10px;top:18px;font-size:16px;font-weight:700;color:#fff}.navbar li .card-drop-menu .imglist span{position:absolute;left:7px;bottom:12px;padding:0 10px;font-size:12px;border-radius:20px;background-color:#fff}.navbar li .card-drop-menu .imglist .ds{background-image:url(/images/70ka/recycling/cate-nav-ds.png);background-size:cover}.navbar li .card-drop-menu .imglist .ds span{color:#C367FF}.navbar li .card-drop-menu .imglist .sc{background-image:url(/images/70ka/recycling/cate-nav-sc.png);background-size:cover}.navbar li .card-drop-menu .imglist .sc span{color:#08C58B}.navbar li .card-drop-menu .imglist .hf{background-image:url(/images/70ka/recycling/cate-nav-hf.png);background-size:cover}.navbar li .card-drop-menu .imglist .hf span{color:#1FC4FF}.navbar li .card-drop-menu .imglist .jy{background-image:url(/images/70ka/recycling/cate-nav-jy.png);background-size:cover}.navbar li .card-drop-menu .imglist .jy span{color:#FE7144}.navbar li .card-drop-menu .imglist .yx{background-image:url(/images/70ka/recycling/cate-nav-yx.png);background-size:cover}.navbar li .card-drop-menu .imglist .yx span{color:#FDA149}.navbar li .card-drop-menu .imglist .cx{background-image:url(/images/70ka/recycling/cate-nav-cx.png);background-size:cover}.navbar li .card-drop-menu .imglist .cx span{color:#90C30C}.navbar li .card-drop-menu .imglist .yy{background-image:url(/images/70ka/recycling/cate-nav-yy.png);background-size:cover}.navbar li .card-drop-menu .imglist .yy span{color:#FA6897}.navbar li .card-drop-menu .imglist .ms{background-image:url(/images/70ka/recycling/cate-nav-ms.png);background-size:cover}.navbar li .card-drop-menu .imglist .ms span{color:#FF7C36}.navbar li .card-drop-menu .imglist .img-box:hover{transform:translateY(-4px);cursor:pointer}.navbar li .card-drop-menu .imglist .ds:hover{border-color:#C367FF}.navbar li .card-drop-menu .imglist .sc:hover{border-color:#08C58B}.navbar li .card-drop-menu .imglist .hf:hover{border-color:#1FC4FF}.navbar li .card-drop-menu .imglist .jy:hover{border-color:#FE7144}.navbar li .card-drop-menu .imglist .yx:hover{border-color:#FDA149}.navbar li .card-drop-menu .imglist .cx:hover{border-color:#90C30C}.navbar li .card-drop-menu .imglist .yy:hover{border-color:#FA6897}.navbar li .card-drop-menu .imglist .ms:hover{border-color:#FF7C36}.navbar li .card-drop-menu .hot-search{padding:12px;border-top:1px solid #ddd}.navbar li .card-drop-menu .hot-search span{color:#666;display:inline-block;margin-right:10px}.navbar li .card-drop-menu .hot-search span:hover{color:#399eff;cursor:pointer}.oper>ul{display:flex;align-items:center}.oper .hsearch_btn>span i{font-size:22px;vertical-align:-2px}.oper .hsearch_btn:hover>span{color:#399eff;cursor:pointer}.oper .search-drop-menu{display:none;position:absolute;top:20px;right:-16px;padding-top:22px}.oper .search-wrap{width:480px;padding:18px;background:#fff;box-shadow:0 1px 6px 1px rgba(0,0,0,.2);border-radius:14px}.oper .sinput-wrap{position:relative}.oper .sinput-wrap input{width:92%;border:1px solid #d5d5d5;border-radius:6px;padding:2% 4%}.oper .sinput-wrap input:focus{border-color:#399eff}.oper .sinput-wrap button{position:absolute;top:10px;right:10px;background:none;cursor:pointer}.oper .hot-search-area a{display:inline-block;background:#f2f2f2;color:#666;padding:3px 12px;border-radius:16px;margin:12px 12px 0 0}.oper .history-search-area li,.oper .history-search-area>p{display:flex;justify-content:space-between;align-items:center}.oper .history-search-area li{margin:8px 0;color:#666}.oper .history-search-area li .word{max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.oper .history-search-area i.icon-shanchu1,.oper .history-search-area li i{color:#b0aeae;cursor:pointer}.oper li>a{display:block;width:80px;text-align:center;margin-right:16px;border:1px solid #d5d5d5;color:#399eff;border-radius:18px;-webkit-border-radius:8px;height:38px;line-height:38px}.oper li a.cur,.oper li:hover>a{color:#fff;box-shadow:0 0 10px 2px #c6e8fb;background:#129EFB}.oper li .user-img{width:38px;height:38px;vertical-align:top;border-radius:50%;-webkit-border-radius:50%;border:1px solid #eee}.oper li .user-name{display:inline-block;vertical-align:top;line-height:38px;padding:0 10px 0 5px;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis}.oper li .login-out-drop-menu{opacity:0;filter:alpha(opacity=0);visibility:hidden;width:340px;right:0;padding-top:10px;position:absolute;top:100%;z-index:2;transition:opacity .22s ease,transform .22s ease,visibility .22s;transform:translateY(6px);pointer-events:none}.oper li .login-out-drop-menu .wrap{background:#fff;border:1px solid rgba(81,156,255,.18);border-radius:14px;-webkit-border-radius:14px;box-shadow:0 12px 32px rgba(50,80,140,.18);-webkit-box-shadow:0 12px 32px rgba(50,80,140,.18);overflow:hidden}.oper li.logined>span{cursor:pointer}.oper li.logined:hover .login-out-drop-menu{opacity:1;filter:alpha(opacity=100);visibility:visible;transform:translateY(0);pointer-events:auto}.oper li.question>a{width:24px;height:24px;color:#333;border-color:#333;text-align:center;font:700 16px/24px Microsoft Yahei,Helvetica Neue,Helvetica,Arial,sans-serif;border-radius:50%;-webkit-border-radius:50%}.oper li.question:hover>a{color:#fff;background:#399eff;border-color:#399eff}.oper li.question .contact-drop-menu{opacity:0;filter:alpha(opacity=0);visibility:hidden;width:148px;padding-top:30px;position:absolute;z-index:2;right:-45px;top:30px;transition:.4s}.oper li.question:hover>.contact-drop-menu{opacity:1;filter:alpha(opacity=100);visibility:visible}.oper .contact-drop-menu .wrap{background:#fff;border:1px solid #fafafa;border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 8px 1px #eee;box-shadow:0 10px 35px -3px rgba(50,50,50,.2);-webkit-box-shadow:0 10px 35px -3px rgba(50,50,50,.2)}.oper .contact-drop-menu .sj{display:block;width:0;height:0;position:absolute;top:21px;left:72px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:10px solid #fff;box-shadow:0 1px 10px -3px rgba(50,50,50,.2)}.oper .contact-drop-menu .list{padding:15px}.oper .contact-drop-menu .list a,.oper .contact-drop-menu .list span{display:block;height:27px;line-height:27px;white-space:nowrap;margin-bottom:6px;cursor:pointer;transition:color .3s}.oper .contact-drop-menu .list a:hover,.oper .contact-drop-menu .list span:hover{color:#399eff}.oper .contact-drop-menu .list>span.last{margin-bottom:0}.oper .contact-drop-menu .list i{display:inline-block;width:24px;height:24px;vertical-align:middle;margin-right:8px}.oper .contact-drop-menu .list .c1{background:url(/images/70ka/help_c1.png) 50% no-repeat;background-size:cover}.oper .contact-drop-menu .list .c2{background:url(/images/70ka/help_c2.png) 50% no-repeat;background-size:cover}.oper .contact-drop-menu .list .c3{background:url(/images/70ka/help_c3.png) 50% no-repeat;background-size:cover}.oper .contact-drop-menu .list .c4{background:url(/images/70ka/help_c4.png) 50% no-repeat;background-size:cover}.oper .contact-drop-menu .list .c5{background:url(/images/70ka/help_c5.png) 50% no-repeat;background-size:cover}.oper .contact-drop-menu .tel{padding:8px 4px;border-top:1px solid #ddd;text-align:center}.oper .contact-drop-menu .tel p:first-child{font-size:16px;font-weight:700;color:#fe7050}.login-out-drop-menu .wrap .l_bg{padding:12px;display:flex;align-items:center;background:#519cff;background:linear-gradient(90deg,#519cff 0,#bb71ff);background:-ms-linear-gradient(left,#519cff 0,#bb71ff 100%)}.login-out-drop-menu .wrap .l_bg .member_info{display:flex;width:60%;justify-content:space-between;align-items:center}.login-out-drop-menu .wrap .l_bg img{width:66px;height:66px;border-radius:50%}.login-out-drop-menu .wrap .l_bg .l_info{flex-grow:1;color:#fff;font-size:12px;line-height:1.5;padding-left:10px}.login-out-drop-menu .wrap .l_bg .btn{display:inline-block;padding:2px 5px;border-radius:5px}.login-out-drop-menu .wrap .l_bg a.member{background:#f6c356;color:#fff;margin-left:10px}.login-out-drop-menu .wrap .l_bg span.logout{background:#fff;color:#399eff;cursor:pointer}.login-out-drop-menu .xshouw{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:center;padding:12px}.login-out-drop-menu .xshouw i{width:40px;height:40px;display:block;margin:0 auto;background:url(/images/70ka/kj-ioc.png) 0 0 no-repeat;transition:background .3s}.login-out-drop-menu .xshouw .ico1{background-position:0 0}.login-out-drop-menu .xshouw .ico2{background-position:-38px 0}.login-out-drop-menu .xshouw .ico3{background-position:-81px 0}.login-out-drop-menu .xshouw .ico4{background-position:-120px 0}.login-out-drop-menu .xshouw a:hover span{color:#fdb61d}.login-out-drop-menu .xshouw a:hover .ico1{background-position:-161px 0}.login-out-drop-menu .xshouw a:hover .ico2{background-position:-200px 0}.login-out-drop-menu .xshouw a:hover .ico3{background-position:-242px 0}.login-out-drop-menu .xshouw a:hover .ico4{background-position:-280px 0}.part-bt-title{width:340px;font-size:36px;font-weight:700;color:#E3E5FF;text-align:center}.part-bt-title h2{position:relative;top:-6px;color:#333;font-size:24px;line-height:30px;letter-spacing:2px;display:inline-flex;justify-content:center}.part-bt-title .icon-l,.part-bt-title .icon-r{display:inline-block;height:30px;transform:scale(.8);background:url(/images/70ka/bt_icon.png) no-repeat}.part-bt-title .icon-l{width:45px;background-position:0 0}.part-bt-title .icon-r{width:58px;background-position:-48px 0}.cur-pos{padding:8px 0}.cur-pos a:hover{color:#399eff}.pages a,.pages span{display:inline-block;padding:5px 12px;background:#fff;margin:0 5px;border:1px solid #eee;border-radius:4px}.pages .cur{background:#129EFB;color:#fff;font-weight:700}.footer{background:#353638}.footer,.footer a{color:#C4C4C4}.footer a:hover{color:#fff}.footer .ftop{padding:30px;display:flex;justify-content:space-around;align-items:flex-start}.footer .ftop dl{position:relative;padding:0 3%}.footer .ftop dl:first-child{width:226px;flex-shrink:0}.footer .ftop dl:first-child dt{margin-top:35px}.footer .ftop dl:nth-child(2){width:252px;flex-shrink:0}.footer .ftop dl:nth-child(3){width:98px;flex-shrink:0}.footer .ftop dl:nth-child(4){width:140px;flex-shrink:0}.footer .ftop dl:nth-child(5){flex-grow:1;flex-shrink:2}.footer .ftop dl:after{display:block;content:"";width:1px;height:120px;background:#848485;position:absolute;right:0;top:50px;transform:scaleX(.5)}.footer .ftop dl:last-child:after{width:0}.footer .ftop dt{font-size:18px;color:#fff;text-align:center}.footer .logo dd{white-space:nowrap}.footer .logo .logo-white{width:220px}.footer .logo .logo-eight{width:148px}@keyframes shake-qie{0%{transform:rotate(0)}25%{transform:rotate(-25deg)}75%{transform:rotate(25deg)}to{transform:rotate(0)}}.footer a.kfqq{display:block;width:130px;height:40px;color:#fff;border-radius:6px;text-align:center;line-height:40px;font-weight:600;transition:.5s;background:linear-gradient(90deg,#488cff 0,#66b1ff);background:-ms-linear-gradient(left,#488cff 0,#66b1ff 100%)}.footer a.kfqq:hover{transform:translateY(-2px)}.footer a.kfqq i{display:block;width:26px;height:26px;position:absolute;left:15px;top:7px;background:url(/images/70ka/qie.png) 100% no-repeat;background-size:100%}.footer a.kfqq:hover i{animation:shake-qie .3s linear}.footer .contact .white{color:#fff}.footer .our-link a{width:100%}.footer .go-link a,.footer .our-link a{display:inline-block;overflow:hidden;white-space:nowrap;margin-bottom:6px;text-align:center}.footer .go-link a{width:40%}.footer .go-link a:nth-child(2n){margin-left:10%}.footer .go-link a:nth-child(odd){margin-right:10%}.footer .about{line-height:1.75}.footer .fbtm{padding:20px 0 10px;background:#2D2E30;line-height:200%}.footer .authentication a{display:inline-block;margin-left:12px}.footer .authentication .w148{width:148px;height:54px}.footer .friend-link,.footer .friend-link a{color:#979292}.footer .friend-link a:hover{color:#fff}.footer-simple{padding:20px 0 10px;background:#f8faff;color:#999a9d;border-top:1px solid #ecf0f6}.footer-simple a{margin:0 8px;color:#999a9d}.right-bar{width:60px;position:fixed;right:0;bottom:10%;z-index:8;background:#fff;box-shadow:0 5px 35px -3px rgba(50,50,50,.2);border-radius:6px 0 0 6px}.right-bar li{height:60px;overflow:hidden;border-top:1px dashed #e6e6e6}.right-bar li i,.right-bar li span{display:block;height:60px;line-height:1.3}.right-bar li .online{position:absolute;right:-2px;top:-20px;width:80px;height:80px;background:#FFA600;border-radius:16px 0 0 16px;border:1px solid #fff;box-shadow:0 0 0 2px rgba(255,255,255,.8),0 3px 30px -3px rgba(0,133,254,.6)}.right-bar li .online span{height:24px;color:#fff}@keyframes kfmsg{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.right-bar li .msg{width:60px;margin:10px auto;background:url(/images/70ka/rightbar.png) 0 0 no-repeat;animation:kfmsg 2s linear infinite alternate}.right-bar li .msg:hover{background-position:0 -60px}.right-bar li .tel{background:url(/images/70ka/rightbar.png) 0 -120px no-repeat}.right-bar li .wx{background:url(/images/70ka/rightbar.png) 0 -180px no-repeat}.right-bar li .fk{background:url(/images/70ka/rightbar.png) 0 -240px no-repeat}.right-bar li .top{background:url(/images/70ka/rightbar.png) 0 -300px no-repeat}.right-bar li .hide-menu{top:-18px;height:78px}.right-bar li .hide-menu,.right-bar li .hide-menu2{position:absolute;right:-275px;z-index:7;width:260px;transition:.3s;text-align:center;background:#fff;box-shadow:0 5px 35px -3px rgba(50,50,50,.2);border-radius:6px;box-sizing:border-box}.right-bar li .hide-menu2{top:64px;height:86px}.right-bar li .hide-menu3{position:absolute;right:-340px;top:64px;z-index:7;display:flex;background:#EFF8FF;padding:8px;box-sizing:border-box;border-radius:6px;box-shadow:0 0 6px 1px rgba(0,0,0,.15);transition:.3s}.right-bar li .hide-menu3 img{border-radius:10px}.right-bar li .move-top{position:relative;z-index:8;transition:.3s;display:block;text-align:center;cursor:pointer}.right-bar li .move-top:hover{transform:translate3d(0,-48px,0)}.right-bar .move-left:hover .hide-menu{transform:translate3d(-364px,0,0)}.right-bar .move-left:hover .hide-menu2{transform:translate3d(-344px,0,0)}.right-bar .move-left:hover .hide-menu3{transform:translate3d(-408px,0,0)}.public-btn-blue{height:45px;padding:0 20px;font-size:18px;font-weight:400;background:#399eff;background:linear-gradient(0deg,rgba(51,154,251,1),rgba(53,174,253,1))}.public-btn-blue,.public-btn-red{cursor:pointer;color:#fff;border-radius:5px}.public-btn-red{height:40px;padding:0 12px;text-align:center;line-height:40px;background:#f97373}.login-area{background:#fff;border-radius:20px;-webkit-border-radius:20px}.login-area .tab-bt a{display:inline-block;width:50%;text-align:center;font-size:16px;color:#888}.login-area .tab-bt a.cur{color:#139DF8;font-weight:700;position:relative}.login-area .tab-bt a.cur:after{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);content:"";display:block;width:12%;height:4px;border-radius:2px;background:#139DF8}.login-area .tab-content{padding:15px 30px}.login-area .tab-content .errormsg{min-height:14px;margin-bottom:10px;color:#f97373}.login-area .tab-content .item{position:relative;min-height:41px}.login-area .tab-content .item label{position:absolute;left:4%;line-height:40px;font-size:16px}.login-area .tab-content .input{border:1px solid #eee;width:100%;height:40px;vertical-align:middle;padding:0 2% 0 22%;font-size:16px;line-height:40px;border-radius:10px;-webkit-border-radius:5px;background:linear-gradient(0deg,rgba(250,250,250,1),rgba(254,254,254,1));-webkit-background:linear-gradient(0deg,rgba(250,250,250,1),rgba(254,254,254,1));box-sizing:border-box;transition:box-shadow .3s}#fpwd-area .tab-content .input{padding-left:28%}.login-area .tab-content .input:focus{box-shadow:0 0 4px 2px #399EFF}.login-area .tab-content .item .getcodebtn{position:absolute;right:5px;top:5px;height:30px;line-height:30px}.login-area .tab-content .chk{vertical-align:-2px;margin-right:2px}.login-area .tab-content .public-btn-blue{border-radius:24px}.login-area .tab-content .thirdlg{border-radius:50%;cursor:pointer}.login-area .tab-content .sricode{color:#399eff;cursor:pointer}.login-area .tab-content .pwdeye{display:block;width:22px;height:16px;position:absolute;right:10px;top:12px;background:url(/images/70ka/pwd.png) 0 -16px no-repeat}.login-area .tab-content .pwdeye.show{background-position:0 0}.login-area .gologin{color:#399eff;cursor:pointer}.nextprev a:hover{color:#399EFF}.dialog-class.layui-layer-dialog{background:#FFF;min-width:400px;box-shadow:0 3px 6px 1px rgba(0,0,0,.2);border-radius:10px;border:0}body{background:#fff}.banner{padding:70px 0 35px;overflow:hidden;background:linear-gradient(165deg,#0A0D43,#2531B0 60%,#593DB9)}.banner .notice{display:none;padding:6px 0;position:absolute;left:0;top:0;right:0;background:rgba(255,255,255,.2);color:#fff}.notice>div{max-width:1600px;justify-content:space-between;box-sizing:border-box}.notice .title,.notice>div{display:flex;align-items:center}.notice .title{flex-shrink:0;line-height:24px}.notice .title i{display:inline-block;width:24px;height:24px;background:url(/images/70ka/index/notice-icon.png) 50% no-repeat}.notice .contents{height:26px;flex-grow:1;overflow:hidden}.notice .contents li{height:20px;padding:3px 0}.notice .contents li a{color:#fff}.notice .contents li .text{display:inline-block;max-width:1000px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice a.more{display:inline-block;padding:3px 8px;background:rgba(255,255,255,.83);color:#0C6FF9;border-radius:6px}.banner .bgimg{position:absolute;bottom:-108px;right:-45px;width:1312px;height:814px;background:url(/images/70ka/index/banner-box.webp) 50% no-repeat}.banner .img-title{text-align:center}.banner .img-title img{width:48%;margin-left:-8.5%}.banner .search-area{width:900px;margin:30px auto 20px;position:inherit;z-index:2}.search-area .search-bg{justify-content:space-between;background:linear-gradient(135deg,#FDF3E1,#FCD9A4);padding:8px;border-radius:10px}.search-area .search-bg .sinput{height:48px;width:87%;vertical-align:middle;margin-right:.7%}.search-area .search-bg .sbtn{height:48px;width:12%;vertical-align:middle;background:linear-gradient(135deg,#FC5DD3,#FF3128);border-radius:8px}.search-area .search-bg .sbtn .icon-sousuo{margin-right:8px;font-size:20px;color:#fff}.search-area .match-layout{position:absolute;z-index:1;left:0;top:70px;right:0;border-radius:12px;padding:2px;background-color:#fff;box-sizing:border-box;border:2px solid #f1f1f1}.search-area .match-layout ul{padding:6px;max-height:320px;overflow-y:auto}.search-area .match-layout li{line-height:36px;padding-left:10px;cursor:pointer}.search-area .match-layout li.cur,.search-area .match-layout li:hover{background-color:#f0f3fd;color:#315efb;border-radius:12px}.search-area .search-hot{margin-top:16px}.search-area .search-hot span{color:#fff}.btns-area{position:inherit;z-index:1;padding-top:16px}.btns-area .recycle-btn{text-align:center}.btns-area .recycle-btn button{padding:15px 7%;color:#fff;font-size:24px;background-color:#FF6000;border-radius:8px;cursor:pointer;transition:transform .3s}.btns-area .recycle-btn button:hover{transform:scale(1.125)}.btns-area .list{display:flex;margin-top:50px;justify-content:center}.btns-area .list .item{display:inline-block;width:220px;margin:0 20px;padding:35px 15px;background-color:#fff;border-radius:30px;font-size:22px;text-align:center;position:relative}.btns-area .list .item i{display:block;width:52px;height:52px;margin:0 auto 7.5%}.btns-area .list .item i.icon1{background:url(/images/70ka/index/icon1.png) no-repeat;background-size:cover}.btns-area .list .item i.icon2{background:url(/images/70ka/index/icon2.png) no-repeat;background-size:cover}.btns-area .list .item i.icon3{background:url(/images/70ka/index/icon3.png) no-repeat;background-size:cover}.btns-area .list .item i.icon4{background:url(/images/70ka/index/icon4.png) no-repeat;background-size:cover}.btns-area .list .code{width:174px;position:absolute;z-index:-1;padding:5px;background-color:#fff;border:1px solid #dcdfe6;box-shadow:0 1px 11px 0 rgba(0,0,0,.16);border-radius:10px;top:0;left:32px;transition:.3s}.btns-area .list .item:hover .code{z-index:1;transform:translateY(-60px)}.btns-area .list .item .btn{display:block;width:80%;margin:7.5% auto 0;line-height:42px;border:1px solid #dcdfe6;border-radius:20px;font-size:16px}.btns-area .list .item .btn:hover{background-color:#ECF5FF;color:#2C8FFF;border-color:#C6E2FF}.step-wrap{padding:50px 0}.step-wrap>div{max-width:1600px;position:relative}.step-wrap ul{display:flex;justify-content:center;align-items:center}.step-wrap li{width:12%;text-align:center}@media(max-width:1680px){.step-wrap{padding:36px 0}.step-wrap li .bg{font-size:16px}}.step-wrap li .circle{width:70px;height:70px;margin:0 auto;background:#FFF;padding:10px;border-radius:50%;box-shadow:0 6px 12px 1px #DFE3F5}.step-wrap li .bg{font-size:18px;font-weight:700;margin-top:20px}.step-wrap li .text{position:relative;top:-33px}.step-wrap li .text:before{display:block;content:"";position:absolute;left:0;right:0;top:33px;height:0;border-top:1px dashed #b8bfc4}.step-wrap li .text:after{display:block;content:"";position:absolute;left:50%;transform:translateX(-50%);top:24px;width:18px;height:18px;background:url(/images/70ka/arrow2.png) no-repeat}.step-wrap a.recycle-more{position:absolute;right:0;top:-8%;padding:.4% .75%;background:#129EFB linear-gradient(240deg,#0077F5,#00A4F9);color:#fff;border-radius:18px}.cardswiper-wrap{padding:60px 0}.swiper-title ul{display:flex;justify-content:space-around;align-items:center;padding:0 8%}.swiper-title li{text-align:center;position:relative;width:12%;cursor:pointer}.swiper-title li a{font-size:16px}.swiper-title li i{font-size:18px;margin-right:5px}.swiper-title li i.icon-huafei{color:#1FC4FF}.swiper-title li i.icon-dianshang{color:#C367FF}.swiper-title li i.icon-shangchao{color:#08C58B}.swiper-title li i.icon-jiayou{color:#FE7144}.swiper-title li i.icon-youxi{color:#FDA149}.swiper-title li i.icon-meishi{color:#FF7C36}.swiper-title li i.icon-yinshi{color:#FA6897}.swiper-title li i.icon-chuhang{color:#90C30C}.swiper-title .cover{width:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;filter:alpha(opacity=0);visibility:hidden;transition:.3s}.swiper-title li img{width:100%}.swiper-title li.hover .cover,.swiper-title li:hover .cover{opacity:1;filter:alpha(opacity=100);visibility:visible;width:100%}.cardswiper-wrap .swiper-content{padding-top:5%;position:relative}.cardswiper-wrap .swiper-container{height:270px}.cardswiper-wrap .swiper-container .pagination{position:absolute;z-index:2;left:0;bottom:0;right:0;text-align:center}.cardswiper-wrap .swiper-container .swiper-pagination-switch{display:inline-block;width:6px;height:6px;border-radius:6px;background:#ABDBFD;margin:0 3px;cursor:pointer}.cardswiper-wrap .swiper-container .swiper-active-switch{width:24px;background:#129EFB}.cardswiper-wrap .swiper-container .swiper-slide{width:1000px;text-align:center}.cardswiper-wrap .swiper-container .swiper-slide-inner{display:inline-block;width:13.66%;padding:22px 0;margin:1%;min-height:200px;position:relative;box-sizing:border-box;border:2px solid transparent;background:#fff;box-shadow:0 0 16px rgba(223,227,245,.75);border-radius:8px}.cardswiper-wrap .swiper-container .swiper-wrapper .swiper-slide-inner:first-child{margin-left:2.5%}.cardswiper-wrap .swiper-container .swiper-wrapper .swiper-slide-inner:last-child{margin-right:2.5%}.cardswiper-wrap .swiper-container .swiper-slide-inner .cardname{padding:0 5%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cardswiper-wrap .swiper-container .swiper-slide-inner:hover{border-color:#129EFB;cursor:pointer;transition:.75s}.cardswiper-wrap .swiper-container .swiper-slide-inner:hover .cardname{color:#399eff}.cardswiper-wrap .swiper-container .swiper-slide-inner img{width:48px;height:48px}.cardswiper-wrap .swiper-container .swiper-slide-inner .price{color:#FFBA69;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cardswiper-wrap .swiper-container .swiper-slide-inner i.recycle-btn{display:inline-block;width:113px;height:38px;margin:12px auto;background:url(/images/70ka/sell_btn.png) 50% no-repeat}.cardswiper-wrap .swiper-container .swiper-slide-inner i.act{width:93px;height:22px;position:absolute;top:-7px;right:-14px;background:url(/images/70ka/acting_icon.png) center 100%/100% no-repeat}.swiper-container .arrow-left,.swiper-container .arrow-right{opacity:.2;cursor:pointer}.swiper-container .arrow-left:after,.swiper-container .arrow-left:before,.swiper-container .arrow-right:after,.swiper-container .arrow-right:before{width:16px;height:16px;content:"";border-top:4px solid #129efb;position:absolute;top:40%}.swiper-container .arrow-left:before{left:8px;border-left:4px solid #129efb;transform:rotate(-45deg)}.swiper-container .arrow-left:after{left:20px;border-left:4px solid #129efb;transform:rotate(-45deg)}.swiper-container .arrow-right:before{right:8px;border-right:4px solid #129efb;transform:rotate(45deg)}.swiper-container .arrow-right:after{right:20px;border-right:4px solid #129efb;transform:rotate(45deg)}.swiper-container .arrow-left:hover,.swiper-container .arrow-right:hover{opacity:1;transition:.5s}.advantage-wrap{background:#EEF7FD;padding:20px 0 60px;text-align:center}.advantage-wrap ul{display:flex;justify-content:space-around;align-items:center;margin-top:30px}.advantage-wrap li{width:20%;min-width:255px}.advantage-wrap li img{transition:.3s;transform:scale(.85)}.advantage-wrap li:hover img{transform:scale(1)}.advantage-wrap li h6{margin-top:15%}.news-wrap{padding-top:40px}.news-wrap a.more{position:absolute;right:0;color:#999;font-size:16px}.news-wrap a.more i{display:inline-block;width:24px;height:24px;vertical-align:-6px;background:url(/images/70ka/news_more.png) 90%/90% no-repeat}.news-wrap a.more:hover{color:#399eff}.news-wrap .newslist{margin-top:50px}.news-area .newslist .item{width:50%;float:left;padding:10px 3%;display:flex;align-items:center;box-sizing:border-box}.news-area .newslist .item:nth-child(2n){border-left:1px dashed #bebebe}.news-area .newslist .item .contents{height:100px;flex-grow:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;text-align:left}.news-area .newslist .item .contents .text{height:40px;overflow:hidden;color:#626262;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-area .newslist .item .icon-liulanliang{margin-right:2px}.news-area .newslist .item h3{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-area .newslist .item:hover h3 a{color:#129EFB}.news-area .swiper-container{height:700px}.news-area .swiper-container .pagination{position:absolute;z-index:2;left:0;bottom:0;right:0;text-align:center}.news-area .swiper-container .swiper-pagination-switch{display:inline-block;width:6px;height:6px;border-radius:6px;background:#ABDBFD;margin:0 3px;cursor:pointer}.news-area .swiper-container .swiper-active-switch{width:24px;background:#129EFB}.about-wrap{padding:40px 0 80px;background:#eef7fd}.about-wrap .about-us p{text-indent:32px;text-align:center;padding:0 6%}.about-wrap .about-us a:hover{color:#399eff}.coperarea{margin:60px 0}.coperbrand{margin-top:40px}.coperbrand .swiper-container{height:400px}.coperbrand ul{display:flex;flex-wrap:wrap}.coperbrand .swiper-slide li{width:13.16%;margin:10px 1.5%;padding:30px 0;background-color:#fff;box-shadow:0 0 14px 1px rgba(158,158,158,.16);border-radius:10px}.coperbrand .swiper-slide li:nth-child(6n+1){margin-left:3%}.coperbrand .swiper-slide li img{width:119px;height:40px;transition:.3s}.coperbrand .swiper-slide li:hover img{transform:scale(1.15)}.coperbrand .swiper-container .pagination{position:absolute;z-index:2;left:0;bottom:0;right:0;text-align:center}.coperbrand .swiper-container .swiper-pagination-switch{display:inline-block;width:30px;height:6px;border-radius:6px;margin:0 3px;background:#DBDBDB}.coperbrand .swiper-container .swiper-pagination-switch.swiper-active-switch{width:32px;background:#92D0F9}.recycling-page{background-color:#F5F5F7;min-height:60vh}.recycling-page .wp90{min-width:0}.round-corner{margin-top:5px;background-color:#fff;border-radius:16px;padding:20px}.round-corner .part-title{font-size:16px;font-weight:600}.round-corner .part-title:before{content:"";display:inline-block;width:4px;height:18px;margin-right:5px;background-color:#399EFF;border-radius:2px;vertical-align:text-bottom}.round-corner .part-con{display:flex;align-items:center}.round-corner .part-con .supply-show{display:inline-block;min-width:170px;color:#399eff;margin-left:20px}.round-corner .part-con .supply-show .show-value{font-size:18px;font-weight:700;color:#FA7375}.no-card-empty{text-align:center;color:#999}.no-card-empty img{width:30%}.search-area{width:900px;margin:0 auto}.search-area .search-bg{display:flex;align-items:center;border:2px solid #399eff;border-radius:8px;position:relative}.search-area .search-bg .sinput{height:42px;width:88%;background-color:#fff;padding:0 15px;box-sizing:border-box;border-radius:8px}.search-area .search-bg .sbtn{height:42px;width:12.1%;background:#399EFF;color:#fff;border-radius:6px 0 0 6px;font-size:16px;cursor:pointer}.search-area .search-bg .sbtn i{font-size:20px}.search-area .search-bg .match-layout{position:absolute;z-index:2;left:-2px;top:50px;right:-2px;border:2px solid #f1f1f1;border-radius:12px;background-color:#fff;max-height:320px;overflow-y:auto}.search-area .search-bg .match-layout ul{padding:8px}.search-area .search-bg .match-layout li{line-height:36px;padding-left:10px;cursor:pointer}.search-area .search-bg .match-layout li.cur,.search-area .search-bg .match-layout li:hover{background-color:#f0f3fd;color:#315efb;border-radius:12px}.search-area .search-hot{height:18px;line-height:20px;overflow:hidden;margin-top:20px;padding:0 5px}.search-area .search-hot span{display:inline-block;cursor:pointer;margin-right:16px;color:#999}.search-area .search-hot span:hover{color:#399EFF}.catelist ul{display:flex;flex-wrap:wrap;margin-top:16px}.catelist li{width:11.45%;height:60px;margin-right:1.2%;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:12px;position:relative;overflow:hidden;transition:transform .3s}.catelist li i{display:inline-block;width:24px;height:24px;margin-right:5%;transition:.3s}.catelist li.cate1{background-color:#0EB6FF}.catelist li.cate1 i{background:url(/images/70ka/recycling/cate-icon-hf.png) no-repeat;background-size:cover}.catelist li.cate2{background-color:#FFA841}.catelist li.cate2 i{background:url(/images/70ka/recycling/cate-icon-yx.png) no-repeat;background-size:cover}.catelist li.cate3{background-color:#FE7144}.catelist li.cate3 i{background:url(/images/70ka/recycling/cate-icon-jy.png) no-repeat;background-size:cover}.catelist li.cate4{background-color:#D596FE}.catelist li.cate4 i{background:url(/images/70ka/recycling/cate-icon-ds.png) no-repeat;background-size:cover}.catelist li.cate5{background-color:#FF7C36}.catelist li.cate5 i{background:url(/images/70ka/recycling/cate-icon-ms.png) no-repeat;background-size:cover}.catelist li.cate6{background-color:#FA6897}.catelist li.cate6 i{background:url(/images/70ka/recycling/cate-icon-yy.png) no-repeat;background-size:cover}.catelist li.cate7{background-color:#A5D91D}.catelist li.cate7 i{background:url(/images/70ka/recycling/cate-icon-cx.png) no-repeat;background-size:cover}.catelist li.cate8{background-color:#40DE97}.catelist li.cate8 i{background:url(/images/70ka/recycling/cate-icon-sc.png) no-repeat;background-size:cover}.catelist li:last-child{margin-right:0}.catelist li:hover{cursor:pointer;transform:translateY(-5px)}.catelist li.cur i,.catelist li:hover i{transform:scale(1.25)}.catelist li.cur:before{position:absolute;right:5px;bottom:5px;transform:rotate(42deg);content:"";display:block;width:4px;height:10px;border-bottom:2px solid #fff;border-right:2px solid #fff;z-index:1}.catelist li.cur:after{position:absolute;right:0;bottom:0;content:"";display:block;width:20px;height:20px;background:rgba(125,154,178,.8);border-radius:8px 0 12px 0}.py-select{display:flex;align-items:center;margin-top:20px;font-size:14px}.py-select .label{color:#666}.py-select .list{color:#000}.py-select .list span{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;margin-right:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.py-select .list span.cur{background-color:#399eff;color:#fff;border-radius:50%}.py-select .del{width:18px;height:18px;cursor:pointer;background:url(/images/70ka/recycling/del-py-icon.png) no-repeat;background-size:cover}.cardlist ul{display:flex;flex-wrap:wrap}.cardlist li{width:11.625%;padding:20px 10px;margin:1% 1% 0 0;box-sizing:border-box;text-align:center;border:2px solid transparent;border-radius:12px;position:relative;overflow:hidden}.cardlist li .cardimg{width:88px;height:88px}.cardlist li .cardname{max-height:36px;margin-top:10px}.cardlist li .cardname span{line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cardlist li:nth-child(8n){margin-right:0}.cardlist li.cur,.cardlist li:hover{border-color:#399eff;background-color:#F8FAFF;cursor:pointer}.cardlist li.cur:after{position:absolute;right:-25px;bottom:-25px;transform:rotate(45deg);content:"";display:block;width:50px;height:50px;background-color:#399eff}.cardlist li.cur .cardname{color:#399eff}.cardlist li.cur .cardname:after{position:absolute;right:5px;bottom:5px;transform:rotate(42deg);content:"";display:block;width:6px;height:13px;border-bottom:2px solid #fff;border-right:2px solid #fff;z-index:1}.facelist ul{display:flex;flex-wrap:wrap}.facelist li{width:13%;min-width:180px;padding:14px 7px;box-sizing:border-box;margin:20px 1.2% 0 0;text-align:center;border:2px solid #dfe5f0;border-radius:12px;position:relative;overflow:hidden}.facelist li .face{font-size:20px;color:#399eff;margin-bottom:10px}.facelist li .face.small-size{font-size:14px;min-height:20px}.facelist li .detail{color:#999}.facelist li .detail .value{margin-right:6px;color:#666}.facelist li .detail .rate{margin-left:6px;color:#FA7375}.facelist li .wheffect{position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(12,12,12,.27);border-radius:8px;cursor:not-allowed}.facelist li .wheffect i{position:absolute;right:6px;top:6px;background:#FCF5E9;border-radius:12px;padding:4px 9px;font-size:14px;color:#FA7375}.facelist li.cur,.facelist li:hover{border-color:#399eff;cursor:pointer}.facelist li.cur:before{position:absolute;right:5px;bottom:5px;transform:rotate(42deg);content:"";display:block;width:6px;height:13px;border-bottom:2px solid #fff;border-right:2px solid #fff;z-index:1}.facelist li.cur:after{position:absolute;right:-25px;bottom:-25px;transform:rotate(45deg);content:"";display:block;width:50px;height:50px;background-color:#399eff}.lately-rate-tip{margin-top:20px;display:inline-block;background:#EEF8D9;border-radius:8px;border:1px solid #458b00;padding:8px;font-size:14px;color:#458B00}.isnoup{display:flex;justify-content:center}.isnoup img{width:350px;margin-right:5%}.isnoup .tips{display:flex;flex-direction:column;justify-content:center}.supply-rate{margin-top:20px}.supply-rate .supply-input{display:flex;align-items:center}.supply-rate .supply-input .input{height:36px;border-radius:12px;border:2px solid #dfe5f0;padding:0 15px}.supply-rate .supply-input .percent{font-size:18px;font-weight:700;margin:0 20px 0 5px}.supply-rate .supply-input .input-tips{padding:10px;border:1px solid #fa7375;background-color:#FFEEEE;color:#FA7375;border-radius:6px}.supply-rate .supply-show{margin-top:10px;display:inline-block;min-width:170px;padding:8px;border:1px solid #ffa433;border-radius:8px;background-color:#FCF5E9;color:#399eff}.supply-rate .supply-show .show-value{font-size:18px;font-weight:700;color:#FA7375}.supply-submit-area .subway{display:flex;margin-top:20px}.supply-submit-area .subway .code,.supply-submit-area .subway .group,.supply-submit-area .subway .single,.supply-submit-area .subway .zfb{width:225px;padding:9px 0;border-radius:10px;border:2px solid #dfe5f0;margin-right:16px;display:flex;align-items:center;justify-content:center;font-size:16px;position:relative}.supply-submit-area .subway .code.cur,.supply-submit-area .subway .group.cur,.supply-submit-area .subway .single.cur{overflow:hidden}.supply-submit-area .subway .code i,.supply-submit-area .subway .group i,.supply-submit-area .subway .single i,.supply-submit-area .subway .zfb i{width:28px;height:28px;margin-right:10px;filter:grayscale(100%)}.supply-submit-area .subway .code.cur,.supply-submit-area .subway .code:hover,.supply-submit-area .subway .group.cur,.supply-submit-area .subway .group:hover,.supply-submit-area .subway .single.cur,.supply-submit-area .subway .single:hover,.supply-submit-area .subway .zfb:hover{border-color:#399eff;cursor:pointer}.supply-submit-area .subway .code.cur i,.supply-submit-area .subway .code:hover i,.supply-submit-area .subway .group.cur i,.supply-submit-area .subway .group:hover i,.supply-submit-area .subway .single.cur i,.supply-submit-area .subway .single:hover i,.supply-submit-area .subway .zfb:hover i{filter:grayscale(0)}.supply-submit-area .subway .code.cur:before,.supply-submit-area .subway .group.cur:before,.supply-submit-area .subway .single.cur:before{position:absolute;right:5px;bottom:5px;transform:rotate(42deg);content:"";display:block;width:6px;height:13px;border-bottom:2px solid #fff;border-right:2px solid #fff;z-index:1}.supply-submit-area .subway .code.cur:after,.supply-submit-area .subway .group.cur:after,.supply-submit-area .subway .single.cur:after{position:absolute;right:-25px;bottom:-25px;transform:rotate(45deg);content:"";display:block;width:50px;height:50px;background-color:#399eff}.supply-submit-area .subway .group i{background:url(/images/70ka/recycling/sub-icon-group.png) no-repeat;background-size:cover}.supply-submit-area .subway .single i{background:url(/images/70ka/recycling/sub-icon-single.png) no-repeat;background-size:cover}.supply-submit-area .subway .code i{background:url(/images/70ka/recycling/sub-icon-code.png) no-repeat;background-size:cover}.supply-submit-area .subway .zfb i{background:url(/images/70ka/actzfb/sub-icon-zfb.png) no-repeat;background-size:cover}.supply-submit-area .subway .zfb .act-txt{position:absolute;top:-36px;width:304px;color:#FFF;border-radius:10px;padding:5px 12px;background:linear-gradient(90deg,#FF481C,#FFAA29)}.supply-submit-area .subway .zfb .act-txt:after{display:block;content:"";position:absolute;left:49%;bottom:-15px;border:8px solid transparent;border-top-color:#ff6c21}.supply-submit-area .group-content .textarea-area{display:flex;border-radius:12px;border:2px solid #dfe5f0;background-color:#F6FAFE;padding:2px}.supply-submit-area .group-content .textarea-area .textarea{width:65%;height:240px;font-size:14px;line-height:35px;box-sizing:border-box;padding:0 1%;resize:none;vertical-align:top;border:none;background:url(/images/70ka/textarea_bg.png) repeat}.supply-submit-area .group-content .textarea-area .tip{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.supply-submit-area .group-content .textarea-area .tip .light-box{height:80px;background:url(/images/70ka/light-tips.png) 50% no-repeat}.supply-submit-area .group-content .textarea-area .tip .rules{padding:30px 20px;line-height:1.7;font-size:16px;color:#FA7375;-webkit-user-select:none;-moz-user-select:none;user-select:none}.supply-submit-area .group-content .zlbtn{margin-top:20px}.supply-submit-area .group-content .zlbtn button{padding:8px 16px;background:#399eff;border-radius:20px;font-size:16px;color:#FFF;text-align:center;margin-right:6px;cursor:pointer}.supply-submit-area .single-content .item{margin-top:20px}.supply-submit-area .single-content .item .input{width:370px;height:35px;vertical-align:middle;border-radius:8px;padding:0 15px;background-color:#F8FAFF;border:2px solid #dfe5f0}.supply-submit-area .code-content{margin-top:30px}.supply-submit-area .code-content .list{display:flex;flex-wrap:wrap}.supply-submit-area .code-content .list .item{width:119px;height:119px;margin:0 15px 15px 0;border:2px solid #dfe5f0;border-radius:12px;position:relative}.supply-submit-area .code-content .list .item img{width:100%;height:100%}.supply-submit-area .code-content .list .item .del{width:20px;height:20px;position:absolute;top:0;right:0;cursor:pointer;background:url(/images/70ka/recycling/del-code-icon.png) no-repeat;background-size:cover}.supply-submit-area .code-content .list .item:last-child{margin-right:0}.supply-submit-area .code-content .list .item.add{font-size:30px;line-height:120px;font-weight:700;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.supply-submit-area .code-content .list .item.add input{width:0;height:0;opacity:0;position:absolute}.agreement-area{margin-top:40px;color:#999}.agreement-area .chkbox{width:18px;height:18px;margin-right:10px;vertical-align:text-top}.agreement-area .confirm-btn{width:168px;height:54px;border-radius:12px;line-height:54px;text-align:center;font-size:24px;color:#FFF;background-color:#399eff;cursor:pointer}.agreement-area .confirm-btn.disabled{background-color:#E5E5E5;cursor:not-allowed}.exchange-intro{margin-top:20px;color:#8F8F8F;line-height:1.7}.round-corner .part-con .arrow-icon img{width:16px;height:16px}.round-corner .part-con .arrow-icon .arrow-text{font-size:14px;color:#139DF8;cursor:pointer}.round-corner .part-con .arrow-icon .arrow-text-up,.round-corner .part-con .arrow-icon .arrow-up{display:none}.market-data{display:flex;align-items:stretch}.market-data .itemdata{position:relative;overflow:hidden;margin:.6%;flex:1 1 32%;padding:15px 10px;font-size:13px;box-sizing:border-box;border:1px solid #dfe5f0;background-color:#fff;box-shadow:0 2px 10px 1px rgba(56,158,255,.14);border-radius:12px}.market-data .itemdata>.title{font-size:16px;margin-bottom:2%}.market-data .itemdata>.title em{display:inline-block;margin-left:6px;width:16px;height:16px;vertical-align:1px;font-size:12px;border:1px solid #999;color:#999;text-align:center;line-height:16px;border-radius:10px;cursor:pointer}.market-data .itemdata>.title i{display:inline-block;width:20px;height:20px;vertical-align:bottom;margin-right:4px}.market-data .itemdata>.title i.icon1{background:url(/images/70ka/market_icon1.png) 50%;background-size:cover}.market-data .itemdata>.title i.icon2{background:url(/images/70ka/market_icon2.png) 50%;background-size:cover}.market-data .itemdata>.title i.icon3{background:url(/images/70ka/market_icon3.png) 50%;background-size:cover}.market-data .itemdata .timerange{position:absolute;right:0;bottom:-48px;color:#999;font-size:12px}.market-data .market-loading-mask{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.84);backdrop-filter:blur(2px);z-index:3}.market-data .market-loading-spinner{width:36px;height:36px;border:3px solid rgba(57,158,255,.18);border-top-color:#399eff;border-radius:50%;animation:market-loading-rotate .8s linear infinite}.market-data .market-loading-text{margin-top:14px;font-size:14px;color:#666}.market-data .market-empty{display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.market-data .market-empty.hide,.market-data .market-loading-mask.hide{display:none!important}.market-data .thead,.market-data .tr{display:flex;align-items:center;border:1px solid transparent}.market-data .thead>div,.market-data .tr>div{width:30%;height:36px;line-height:36px;text-align:center}.market-data .thead>div:nth-child(2),.market-data .tr>div:nth-child(2){width:40%;white-space:nowrap}.market-data .thead{color:#333;font-weight:500}.market-data .table1 .thead{background-color:#F8FAFD;border-radius:2px}.market-data .table1{height:400px;position:relative}.market-data .table1 .tr>div:first-child{padding-left:8px}.market-data .table1 .tbody{max-height:300px;overflow:auto}.market-data .table1 .tbody::-webkit-scrollbar{width:6px}.market-data .table1 .tbody::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:6px}.market-data .table1 .seller{display:flex;flex-direction:column-reverse;border-bottom:2px solid #f96868}.market-data .table1 .seller .tr:nth-child(odd){background-color:#FBEFEF}.market-data .table1 .seller .tr>div:not(:last-child){color:#CC3D3D}.market-data .table1 .buyer .tr:nth-child(odd){background-color:#EFFBF7}.market-data .table1 .buyer .tr>div:not(:last-child){color:#11AD7A}.market-data .table1 .buytop,.market-data .table1 .selltop{border-radius:4px 0 0 4px;border-left:8px solid #ff6161}.market-data .table1 .buytop{border-left-color:#11AD7A}.market-data .table1 .more{position:absolute;bottom:0;left:0;right:0;text-align:center}.market-data .table1 .more span{cursor:pointer}.market-data .table1 .more i{display:inline-block;width:6px;height:6px;margin-left:6px;border-color:transparent #666 #666 transparent;border-style:solid;border-width:2px;transform:rotate(45deg) translateX(-3px);transition:transform .3s}.market-data .table1 .more i.up{transform:rotate(-135deg) translate3d(-3px,-3px,0)}.market-data .table1 .market-empty,.market-data .table2 .market-empty{height:352px}.market-data .table2{height:400px;position:relative}.market-data .table2 .tbody{max-height:352px;min-height:352px;overflow:auto}.market-data .table2 .tbody::-webkit-scrollbar{width:6px}.market-data .table2 .tbody::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:6px}.market-data .table2 .thead{background-color:#ECF3FF;border-radius:2px}.market-data .table2 .tr:nth-child(2n){background-color:#F8FAFD}.market-data [data-panel=trend] .market-empty{height:354px}.market-data .zs-tab{display:inline-block;border:1px solid #488eff;border-radius:8px;color:#488EFF}.market-data .zs-tab span{display:inline-block;width:120px;padding:8px 0;font-size:14px;text-align:center;cursor:pointer}.market-data .zs-tab span.cur{background-color:#488EFF;color:#fff;border-radius:6px}.market-data .echarts-zs .dot{display:inline-block;width:12px;height:12px;border-radius:6px;vertical-align:middle;background-color:#3DD5B0;margin-right:5px}.market-tip-layout{width:300px;position:absolute;padding:15px 10px;color:#fff;background:rgba(0,0,0,.75);border-radius:10px}.market-tip-layout:before{display:block;content:"";border:6px solid transparent;border-bottom-color:rgba(0,0,0,.75);position:absolute;top:-11px;left:15px}.submitsure .cardtype{text-align:center;font-size:16px;padding:10px 0 20px;border-bottom:1px solid #eee}.submitsure .infos,.submitsure .infos>div{display:flex;flex-wrap:wrap;align-items:center}.submitsure .infos>div{width:50%;padding:12px 0;border-bottom:1px solid #eee}.submitsure .infos .label{width:50%;text-align:right}.submitsure .infos .values{flex-grow:1;flex-shrink:2;max-width:121px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-success-layout .table{border:1px solid #dedede;background-color:#fafafa}.sub-success-layout .table span{display:inline-block;width:50%;box-sizing:border-box;text-align:center;padding:10px 0}.sub-success-layout .table span:first-child{border-right:1px solid #dedede}.sub-success-layout .layui-layer-btn .layui-layer-btn1{border-color:#1E9FFF;color:#1E9FFF}.auth-layout .warning-title{font-size:16px;color:#FF9F3E}.auth-layout .input{width:48%;padding:8px 12px;border:1px solid #ddd;border-radius:8px}.auth-layout .codearea{display:flex;justify-content:space-around;align-items:center}.auth-layout .codearea .descimg{flex-grow:1;margin-right:40px}.auth-layout .codearea .code{width:245px;height:217px;background:url(/images/70ka/authcode_bg.png) 50% no-repeat;background-size:cover}.auth-layout .codearea .codeimg{width:175px;height:175px;margin:14px 0 0 40px}.auth-layout .sbtn{width:64%;padding:10px 50px;background:#139DF8;color:#fff;border-radius:16px}.echarts-zs-tooltip{text-align:right;font-size:15px;color:#333}@keyframes market-loading-rotate{to{transform:rotate(1turn)}}.banner{background:#3b9bff;background:linear-gradient(90deg,#bbe2fe 50%,#588bfc 0)}.list_dengji ul{display:flex;align-items:center;justify-content:center}.list_dengji li{text-align:center}.list_dengji .icons{width:112px;height:47px}.list_dengji .jiantou{width:40px;height:40px;margin:0 167px}.list_dengji .li_name{font-size:18px;color:#243041;margin:26px 0 16px}.list_dengji .li_number{display:inline-block;padding:4px 10px;border-radius:15px;border:1px solid #129efb;font-size:14px;color:#129EFB}.remark-intro{color:#9B9B9B;margin:100px 0}a.more{padding:5px 10px;background:#F58E34;color:#fff;font-size:16px;border-radius:14px;line-height:1}.up_rule{background:#F1F5FA;padding:70px 100px;overflow:hidden}.up_rule .list{width:1000px;margin:0 auto}.up_rule .item{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:15px 50px;background:#FBFCFD;border:1px solid #e5ebf2;border-radius:40px}.up_rule .item>div{width:25%;min-height:42px;line-height:42px}.up_rule .item>div:first-child{text-align:left}.up_rule .item .lisimg{width:100px;height:42px}.up_rule .leftimg{left:-200px;bottom:-97px;width:194px}.up_rule .rightimg{right:-200px;bottom:-97px;width:194px}.invitewrap{display:flex;align-items:center;justify-content:center}.invitewrap .item{width:500px;border-radius:20px;margin:0 20px;padding:16px 24px;text-align:center}.invitewrap .item.cardleft{background:linear-gradient(180deg,#F0EEF9,#D7D7F9)}.invitewrap .item.cardright{background:linear-gradient(180deg,#D9F4EB,#B9EADA)}.invitewrap .item .title{display:inline-block;padding:16px 40px;border-radius:40px;font-size:32px;font-weight:700}.invitewrap .cardleft .title{color:#636293;background:rgba(167,169,255,.3)}.invitewrap .cardright .title{color:#41725A;background:rgba(163,232,210,.4)}.invitewrap .cardcenter{height:180px;display:flex;flex-direction:column;justify-content:center;background:#FFF;border-radius:18px;padding:0 16px;font-size:36px;letter-spacing:4px;line-height:1.25;font-weight:700;color:#636293;word-break:break-all;word-wrap:break-word}.invitewrap .item .copy{margin-top:30px;width:177px;height:60px;line-height:60px;background:linear-gradient(90deg,#FFBF9E,#FF8A81);border-radius:40px;color:#FFF}.invitewrap .item .copy,.loginbtn{cursor:pointer;display:inline-block;font-size:24px}.loginbtn{margin-top:70px;padding:28px 42px;color:#06A3FF;border:1px solid #06a3ff;background:#fff;box-shadow:0 20px 16px 1px rgba(90,194,255,.2);border-radius:50px;transition:.5s}.loginbtn:hover{background:linear-gradient(90deg,#57C1FF,#06A3FF);color:#fff}.act-intro{padding:50px 0;background:#F1F5FA}.act-intro .text{width:1000px;margin:30px auto 0;font-size:16px;color:#243041;line-height:30px}.rebatecard-banner{background:#dc3928;background:linear-gradient(90deg,#dc3928 50%,#fc4a46 0)}.cardtable{border-right:1px solid #eee}.cardtable,.cardtable th:first-child{border-radius:10px 0 0 0}.cardtable th:last-child{border-radius:0 10px 0 0}.cardtable th{background:#EA6948;color:#fff;font-size:14px;text-align:left}.cardtable td,.cardtable th{padding:7px 0;text-indent:20px}.cardtable td{border-bottom:1px solid #eee;border-left:1px solid #eee}.banner{background:#52b5f8}.coper-wrap{padding:50px 0}.coper-wrap .wp90{display:flex;justify-content:space-around;align-items:center}.coper-wrap .item{width:640px}.coper-wrap .apiarea,.coper-wrap .coperarea{display:flex;flex-wrap:wrap;justify-content:center}.coper-wrap .item span{display:inline-block;width:180px;height:135px;margin:15px;font-size:20px;line-height:175px;text-indent:20px;background-size:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .3s}.coper-wrap .item span:hover{transform:translateY(-10px)}.coper-wrap .api1{background:url(/images/70ka/cooperation/bar1.png) 50% no-repeat;color:#555C83}.coper-wrap .api2{background:url(/images/70ka/cooperation/bar2.png) 50% no-repeat;color:#97785B}.coper-wrap .api3{background:url(/images/70ka/cooperation/bar3.png) 50% no-repeat;color:#4A7E7A}.coper-wrap .api4{background:url(/images/70ka/cooperation/bar4.png) 50% no-repeat;color:#9E8B5E}.coper-wrap .api5{background:url(/images/70ka/cooperation/bar5.png) 50% no-repeat;color:#425084}.coper-wrap .api6{background:url(/images/70ka/cooperation/bar6.png) 50% no-repeat;color:#6E60A5}.coper-wrap .cooper1{background:url(/images/70ka/cooperation/bar7.png) 50% no-repeat;color:#6B5583}.coper-wrap .cooper2{background:url(/images/70ka/cooperation/bar8.png) 50% no-repeat;color:#90975B}.coper-wrap .cooper3{background:url(/images/70ka/cooperation/bar9.png) 50% no-repeat;color:#4A617E}.coper-wrap .cooper4{background:url(/images/70ka/cooperation/bar10.png) 50% no-repeat;color:#889E5E}.coper-wrap .cooper5{background:url(/images/70ka/cooperation/bar11.png) 50% no-repeat;color:#425084}.coper-wrap .cooper6{background:url(/images/70ka/cooperation/bar12.png) 50% no-repeat;color:#9A60A5}.coper-wrap .btn{display:inline-block;width:130px;height:20px;padding:16px 30px;margin:0 auto;border-radius:32px;text-align:center;letter-spacing:2px;font-weight:600;color:#fff;transform:translateZ(0);transition:.2s}.coper-wrap .item:first-child .btn{background:#7295F1}.coper-wrap .item:nth-child(2) .btn{background:#9C72E4}.coper-wrap .btn:hover{transform:translateZ(0) scale(1.025)}.memoir-wrap{padding:50px 0;background:#EEF7FD}.memoir-area{width:1280px;height:406px;margin:50px auto}.memoir-area .wave{height:144px;position:absolute;left:0;right:0;top:50%;z-index:1;transform:translateY(-50%);background:url(/images/70ka/cooperation/wave.png) 50% no-repeat;background-size:100% 100%}.memoir-area .item{position:absolute;z-index:2}.memoir-area .item .text{width:270px;height:240px;background:url(/images/70ka/cooperation/siximg.png) 50% no-repeat;background-size:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:.5s}.memoir-area .item .text:hover{transform:scale3d(1.15,1.15,1.15)}.memoir-area .item .more{position:absolute;z-index:-1;left:35px;opacity:0;width:166px;padding:12px;background:#fff;color:#999;border-radius:10px;box-shadow:0 0 10px rgba(136,132,132,.29);transition:.5s}.memoir-area .item .more:after{content:"";width:6px;height:55px;position:absolute;left:94px}.memoir-area .item .more:before{content:"";width:12px;height:12px;position:absolute;left:91px;border-radius:6px}.memoir-area .item:first-child .more,.memoir-area .item:nth-child(3) .more,.memoir-area .item:nth-child(5) .more{bottom:30px}.memoir-area .item:first-child .more:after{top:-70px;background:linear-gradient(180deg,#65DCD4,#B973E1)}.memoir-area .item:first-child .more:before{top:-20px;background:#B973E1}.memoir-area .item:first-child:hover .more{transform:translateY(220px);opacity:1}.memoir-area .item:nth-child(2) .more,.memoir-area .item:nth-child(4) .more{top:30px}.memoir-area .item:nth-child(2) .more:after{bottom:-70px;background:linear-gradient(180deg,#FE9FB9,#B973E1)}.memoir-area .item:nth-child(2) .more:before{bottom:-20px;background:#FE9FB9}.memoir-area .item:nth-child(2):hover .more{transform:translateY(-220px);opacity:1}.memoir-area .item:nth-child(3) .more:after{top:-70px;background:linear-gradient(180deg,#FB9DBB,#F48A8A)}.memoir-area .item:nth-child(3) .more:before{top:-20px;background:#F48A8A}.memoir-area .item:nth-child(3):hover .more{transform:translateY(260px);opacity:1}.memoir-area .item:nth-child(4) .more:after{bottom:-70px;background:linear-gradient(180deg,#FE9FB9,#FB8382)}.memoir-area .item:nth-child(4) .more:before{bottom:-20px;background:#FE9FB9}.memoir-area .item:nth-child(4):hover .more{transform:translateY(-260px);opacity:1}.memoir-area .item:nth-child(5) .more:after{top:-70px;background:linear-gradient(180deg,#55D68F,#30B379)}.memoir-area .item:nth-child(5) .more:before{top:-20px;background:#30B379}.memoir-area .item:nth-child(5):hover .more{transform:translateY(240px);opacity:1}.memoir-area .pos1{left:6%;top:22px}.memoir-area .pos1 p{color:#62D5CE}.memoir-area .pos2{left:23.25%;bottom:22px}.memoir-area .pos2 p{color:#C07EE7}.memoir-area .pos3{left:40%;top:22px}.memoir-area .pos3 p{color:#FF9FB8}.memoir-area .pos4{left:57%;bottom:22px}.memoir-area .pos4 p{color:#F38A8A}.memoir-area .pos5{left:73.75%;top:22px}.memoir-area .pos5 p{color:#4DD98D}.cooper-dialog{position:fixed;z-index:4;left:50%;top:50%;transform:translate3d(-50%,-50%,0);width:415px;height:524px;background:url(/resource/images/cooperation/cooper_bg0325.png) 50% no-repeat;background-size:cover}.cooper-dialog .icon-guanbi{position:absolute;right:-10px;top:0;font-size:30px;color:#fff;cursor:pointer}.cooper-dialog .open-wx{position:absolute;top:366px;left:22px;font-size:0;display:block;width:172px;height:40px}.cooper-dialog .form{position:absolute;right:35px;top:205px;width:148px}.cooper-dialog .form input{width:148px;height:20px}.cooper-dialog .form input:nth-child(2){margin-top:60px}.cooper-dialog .form button{width:100%;height:40px;margin-top:60px;font-size:0;background:none;border:none;cursor:pointer}.cooper-dialog .info{position:absolute;bottom:15px;width:100%;text-align:center;line-height:1.5;color:#666}.mask{left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);position:fixed;z-index:3;display:none}