.aside_nav_wrapper{position:fixed;top:40%;background:#fff;color:#666;z-index:10;border-radius:6px;border:1px solid #f3f3f3}.aside_nav_item{display:flex;flex-direction:column;justify-content:center;width:60px;height:60px;cursor:pointer;border-bottom:1px solid #ececec;box-sizing:border-box;transition:all .1s linear}.aside_nav_item .aside_nav_item_icon{width:100%;text-align:center;margin-bottom:6px}.aside_nav_item .aside_nav_item_icon .chat{width:16px;height:16px}.aside_nav_item.merchantCenter,.aside_nav_item.order{height:50px}.aside_nav_item.merchantCenter .aside_nav_item_icon,.aside_nav_item.order .aside_nav_item_icon{margin-bottom:-24px}.aside_nav_item.merchantCenter .aside_nav_item_icon img,.aside_nav_item.order .aside_nav_item_icon img{position:relative;bottom:25px;border:1px solid #fff;border-radius:50%;width:35px;height:35px}.aside_nav_item:hover .icon-tool{fill:#fff}.aside_nav_item .aside_nav_item_name{text-align:center;color:#666;line-height:17px;font-size:12px}.aside_nav_item .aside_nav_item_name .msg-count{color:#f0560f}.aside_nav_item:hover{background:linear-gradient(90deg,#ffad00,#ff6101)}.aside_nav_item:hover .aside_nav_item_name{color:#fff}.aside_nav_qrCode{position:absolute;bottom:-6px;right:75px;background-color:#fff;box-shadow:0 0 14px 0 hsla(0,0%,54%,.28);padding:17px 22px;z-index:10}.aside_nav_qrCode .qrCode_wrapper img{width:96px;height:96px}.aside_nav_qrCode .qrCode_text{text-align:center;font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#333;margin:2px 0}.aside_nav_qrCode .qrCode_arrow{width:20px;font-size:0;position:absolute;top:230px;transform:translateX(110px)}.aside_nav_qrCode .qrCode_arrow img{width:100%;height:auto}.nav_left{left:0}.nav_right{right:0}.chat-to-shop{display:inline-block;cursor:pointer;line-height:13px}.chat-to-shop img{width:18px}.chat-to-shop .desc{margin-left:8px;color:#45a4e8;vertical-align:text-top}
.chatcontainer{position:fixed;bottom:40px;right:100px;margin:auto;width:760px;height:570px;z-index:2147483647;overflow:hidden;background:#fff;border:1px solid #fef1eb;border-top-left-radius:5px;border-top-right-radius:5px}.chatcontainer .hide{display:none!important}.chatcontainer .content{display:flex;height:100%}.chatcontainer .content .left-panel{height:100%;border-right:1px solid #e4e4e4}.chatcontainer .content .left-panel .log{display:flex;align-items:center;height:63px;padding-right:21px;background-color:#f58f23}.chatcontainer .content .left-panel .log img{width:37px;height:37px;margin:0 9px;border-radius:50%}.chatcontainer .content .left-panel .log span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;color:#fff}.chatcontainer .content .left-panel .list .sessions{width:256px}.chatcontainer .content .left-panel .list .items{height:505px;max-width:100%;overflow:hidden;overflow-y:auto}.chatcontainer .content .left-panel .list .items li{position:relative;display:flex;align-items:center;height:74px;border-bottom:1px solid #e4e4e4;padding:0 11px 0 9px;background-color:#f3f5f9;cursor:pointer}.chatcontainer .content .left-panel .list .items li.active{background-color:#e0ebff}.chatcontainer .content .left-panel .list .items li:hover .panel-close{position:absolute;display:inline-block;right:3px;top:3px;cursor:pointer}.chatcontainer .content .left-panel .list .items li:hover .panel-close img{width:8px;height:8px}.chatcontainer .content .left-panel .list .items li .panel-close{display:none}.chatcontainer .content .left-panel .list .items li .panel_avatar{margin-right:10px;position:relative}.chatcontainer .content .left-panel .list .items li .panel_avatar img{width:45px;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chatcontainer .content .left-panel .list .items li .panel_avatar .panel_badge{position:absolute;top:0;right:-2px}.chatcontainer .content .left-panel .list .items li .panel_avatar .panel_badge .badge{display:inline-block;width:10px;height:10px;background:#fa3e3d;border-radius:18px;border:1px solid #fff}.chatcontainer .content .left-panel .list .items li .panel_text .panel_nick{width:86px;display:inline-block;font-size:14px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chatcontainer .content .left-panel .list .items li .panel_text .panel_time{position:relative;bottom:6px;margin-left:5px;font-size:10px;color:#999;width:74px;display:inline-block;text-align:right}.chatcontainer .content .left-panel .list .items li .panel_text .panel_lastMsg{width:156px;margin-top:6px;font-size:12px;line-height:14px;color:#999;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chatcontainer .content .right-panel{display:flex;flex-direction:column;width:100%}.chatcontainer .content .right-panel .empty{width:100%;height:100%;background:url(https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/app/h5/iyicaibao/assets/im/nochat.png) no-repeat;background-position:50%;background-size:254px 150px}.chatcontainer .content .right-panel .head{display:flex;align-items:center;justify-content:space-between;height:63px;background:#fafafa}.chatcontainer .content .right-panel .head .head-content{display:flex;align-items:center;padding:16px 14px 16px 17px}.chatcontainer .content .right-panel .head .head-content .person-avatar{width:31px;height:31px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chatcontainer .content .right-panel .head .head-content .person-name{margin-left:7px;margin-right:10px;color:#333;font-size:14px;font-family:PingFangSC-Medium,PingFang SC}.chatcontainer .content .right-panel .head .head-content .person-shop{display:inline-block;padding:3px 6px;color:#fff;background-image:linear-gradient(90deg,#ffbe4a,#ff8e42);border-radius:10px;cursor:pointer}.chatcontainer .content .right-panel .head .head-close{margin-right:15px}.chatcontainer .content .right-panel .head .head-close img{cursor:pointer;width:20px;height:20px}.chatcontainer .content .right-panel .main{flex:1 1;overflow-y:scroll;overflow-x:hidden;padding-bottom:10px;background:#fff}.chatcontainer .content .right-panel .main .chat-time{font-size:12px;color:#c2c2c2;text-align:center;margin:20px 0}.chatcontainer .content .right-panel .main .chat-item{clear:both;overflow:hidden;margin-top:15px}.chatcontainer .content .right-panel .main .chat-item.me .chat-avatar{margin:0 17px 0 13px;float:right}.chatcontainer .content .right-panel .main .chat-item.me .chat-content{display:flex;align-items:center;float:right;background-color:#fff9ec;line-height:20px}.chatcontainer .content .right-panel .main .chat-item.me .chat-content:after{content:"";position:absolute;right:-11px;top:0;border-width:6px;border-style:solid;border-color:transparent transparent transparent #fff9ec}.chatcontainer .content .right-panel .main .chat-item.me .chat-content.prod-type:after{background:#fff;width:6px;height:6px;right:-4px;top:4px;display:inline-block;border-top:1px solid #ececec;border-right:1px solid #ececec;transform:rotate(45deg)}.chatcontainer .content .right-panel .main .chat-item.me .read-status{float:right;line-height:40px;margin-right:20px}.chatcontainer .content .right-panel .main .chat-item.you .chat-content:before{content:"";position:absolute;left:-12px;top:0;border-width:6px;border-style:solid;border-color:transparent #edf6ff transparent transparent}.chatcontainer .content .right-panel .main .chat-item.you .chat-content.prod-type:before{background:#fff;width:6px;height:6px;left:-4px;top:4px;display:inline-block;border-top:1px solid #ececec;border-left:1px solid #ececec;border-bottom:0;border-right:0;transform:rotate(315deg)}.chatcontainer .content .right-panel .main .chat-item .chat-avatar{width:27px;height:27px;border-radius:50%;margin:0 13px 0 17px;vertical-align:top;-o-object-fit:cover;object-fit:cover}.chatcontainer .content .right-panel .main .chat-item .chat-content{position:relative;display:inline-block;max-width:71%;padding:10px 15px;color:#333;font-size:14px;background-color:#edf6ff;vertical-align:super;word-break:break-all;line-height:20px}.chatcontainer .content .right-panel .main .chat-item .chat-content.prod-type{background-color:#fff!important;border:1px solid #ececec}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-body{display:flex;padding-bottom:10px;border-bottom:1px solid #ececec}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-body .prod-pic{width:80px;height:80px;margin-right:12px}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-body .prod-desc{display:flex;flex-direction:column;justify-content:space-between}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-body .prod-desc .prod-name{line-height:17px;font-size:12px}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-body .prod-desc .prod-price{font-size:14px;line-height:20px;color:#999;margin-bottom:5px}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-body .prod-desc .prod-recom{font-size:11px;color:#b1b1b1}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-foot .prod-link{display:inline-block;padding-top:10px;font-size:12px;line-height:17px;color:#45a4e8;cursor:pointer}.chatcontainer .content .right-panel .main .chat-item .chat-content .msg-prod .msg-prod-foot .prod-link:after{content:"";display:inline-block;width:7.7px;height:7.7px;border-top:1px solid #45a4e8;border-right:1px solid #45a4e8;transform:rotate(45deg)}.chatcontainer .content .right-panel .main .chat-item:last-of-type{margin-bottom:20px}.chatcontainer .content .right-panel .foot{position:relative;background:#fff;padding-top:10px;padding-bottom:24px;border-top:1px solid #e4e4e4}.chatcontainer .content .right-panel .foot .moji-wraper{position:absolute;bottom:158px;left:13px;width:500px;height:300px;overflow-y:scroll;overflow-x:hidden;background:#fff}.chatcontainer .content .right-panel .foot .moji-wraper .emoji-ul{list-style-type:none;width:490px;height:auto;border:1px solid #eee;overflow:hidden}.chatcontainer .content .right-panel .foot .moji-wraper .emoji-ul li{height:auto;float:left;margin:0;background:#fff;border-right:1px solid #eee;border-bottom:1px solid #eee;cursor:pointer;padding:10px}.chatcontainer .content .right-panel .foot .moji-wraper .emoji-ul li img{display:block;width:19px;height:19px}.chatcontainer .content .right-panel .foot .tools{padding-top:10px}.chatcontainer .content .right-panel .foot .tools img{width:20px;height:20px;margin-left:20px;cursor:pointer}.chatcontainer .content .right-panel .foot .send .eiditor-wrap{display:flex;align-items:center;outline:none}.chatcontainer .content .right-panel .foot .send .eiditor-wrap,.chatcontainer .content .right-panel .foot .send .input-msg{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow-x:hidden;overflow-y:auto;width:100%;height:60px;padding:4px 10px 5px;box-sizing:border-box;line-height:1.5;border:none}.chatcontainer .content .right-panel .foot .send .input-msg{resize:none}.chatcontainer .content .right-panel .foot .send .input-msg:focus{outline:none}.chatcontainer .content .right-panel .foot .send div{overflow:hidden}.chatcontainer .content .right-panel .foot .send div .btn-send{float:right;margin-right:20px;width:100px;height:30px;line-height:30px;text-align:center;border:none;background-color:#f0560f;color:#fff;cursor:pointer}.chatcontainer .content .image-wraper{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#333;opacity:.95}.chatcontainer .content .image-wraper .close-image{position:absolute;top:10px;right:10px;cursor:pointer;color:#fff;font-size:18px}.chatcontainer .content .image-wraper img{max-width:100%;max-height:100%}.chatcontainer .content .image-wraper .cur_img_index{position:absolute;top:10px;left:50%;transform:translateX(-50%);color:#fff;font-size:16px}.chatcontainer .content .image-wraper .changeIcon{position:absolute;top:50%;transform:translateY(-50%);font-size:36px;color:#ff731e;cursor:pointer}.chatcontainer .content .image-wraper .left_change_icon{left:10px}.chatcontainer .content .image-wraper .right_change_icon{right:10px}textarea::-webkit-input-placeholder{color:#999}textarea::-moz-input-placeholder{color:#999}textarea::-ms-input-placeholder{color:#999}.shop_tips{padding:0 12px 10px;text-align:center;line-height:1.5;font-size:12px;color:#999}.shop_tips i{cursor:pointer;color:#45a4e8}.qrcode_warp .qrcode_bx{display:flex;align-items:center;justify-content:center}.qrcode_warp .qrcode_bx .qrcode_img{width:177px;height:217px;margin-left:24px}.qrcode_warp .tips{margin-top:15px;text-align:center}.qrcode_warp .btn_ok_cancel{cursor:pointer;display:flex;align-items:center;justify-content:center;width:100px;height:32px;margin:32px auto 0;color:#fff;font-size:12px;background:#f0560f;border-radius:2px}.order_commit_bx{width:326px;font-size:12px;color:#999}.order_commit_bx .order_commit_title{display:flex;align-items:center;justify-content:space-between}.order_commit_bx .order_commit_title b{color:#fa6400}.order_commit_bx .order_commit_footer b{color:#ff6b00}.order_commit_bx .order_commit_content{display:flex;padding:8px 0;border-top:1px solid #ececec}.order_commit_bx .order_commit_content .order_commit_text{flex:1 1;min-width:1px}.order_commit_bx .order_commit_content .order_commit_name{font-size:14px;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.order_commit_bx .order_commit_img{width:80px;height:80px;border-radius:6px;margin-right:12px}
.footer-wrap{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;background:#000;overflow:hidden;color:#888}.footer-wrap .link-container{width:1130px;padding:16px 0 6px;border-bottom:2px solid #333}.footer-wrap .link-container .seo-container{display:flex;flex-wrap:wrap;align-items:center}.footer-wrap .link-container .seo-container .link-item{display:inline-block;margin-bottom:4px;width:124px;font-size:12px;color:#888}.footer-wrap .link-container .seo-container .link-item:hover{color:#ff5000}.footer-wrap .link-container .ant-tabs .ant-tabs-bar{border:none}.footer-wrap .link-container .ant-tabs .ant-tabs-nav-container .ant-tabs-ink-bar{display:none!important}.footer-wrap .link-container .ant-tabs .ant-tabs-nav{width:100%}.footer-wrap .link-container .ant-tabs .ant-tabs-nav .ant-tabs-tab{min-width:8%;margin-right:10px;color:#fff;padding-left:0}.footer-wrap .link-container .ant-tabs .ant-tabs-nav .ant-tabs-tab-active,.footer-wrap .link-container .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover{color:#ff5000}.footer-wrap .info-container{width:1130px;display:flex;justify-content:space-between;align-items:center;margin:20px 0}.footer-wrap .info-container .left-container .info-link{margin-bottom:14px}.footer-wrap .info-container .left-container .info-link a{display:inline-block;color:#888}.footer-wrap .info-container .left-container .info-link a:hover{color:#ff5000}.footer-wrap .info-container .left-container .info-link span{margin:0 14px}.footer-wrap .info-container .left-container .info-line{margin-bottom:14px}.footer-wrap .info-container .left-container .info-line a{color:#939393}.footer-wrap .info-container .left-container .info-line .id-info{width:18px}.footer-wrap .info-container .left-container .info-split{margin:0 14px}.footer-wrap .info-container .left-container .net-police{display:inline-block}.footer-wrap .info-container .left-container .net-police a{display:inline-block;text-decoration:none;height:14px;line-height:14px}.footer-wrap .info-container .left-container .net-police img{float:left;width:18px;height:18px}.footer-wrap .info-container .left-container .net-police span{float:left;height:18px;line-height:18px;margin:0 0 0 5px;color:#939393}.footer-wrap .info-container .left-container .net-police+span{margin:0 14px}.footer-wrap .info-container .right-container{display:flex;justify-content:space-between}.footer-wrap .info-container .right-container .qrcode-item{display:flex;flex-direction:column;align-items:center;margin-right:30px}.footer-wrap .info-container .right-container .qrcode-item img{width:80px;height:80px;margin-bottom:14px}.footer-wrap .footer-container{font-family:PingFang SC;flex:none;display:flex;text-align:left;justify-content:space-between;width:1150px;margin:35px auto 15px;font-size:14px;color:#5f5f5f}.footer-wrap .footer-container .title{margin-bottom:15px;font-size:18px;color:#444}.footer-wrap .footer-container .left-desc{display:flex;flex-direction:column}.footer-wrap .footer-container .left-desc .aboutUs{text-align:left;display:flex;flex-direction:column}.footer-wrap .footer-container .left-desc .aboutUs>p{width:259px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;
  /*! autoprefixer: ignore next */-webkit-box-orient:vertical;white-space:normal;line-height:1.4}.footer-wrap .footer-container .center-desc{display:flex;flex-direction:column}.footer-wrap .footer-container .center-desc .wrapper{display:flex;flex-direction:row}.footer-wrap .footer-container .center-desc .wrapper .qrcode{width:97px;height:97px}.footer-wrap .footer-container .center-desc .wrapper .us p{margin-bottom:5px}.footer-wrap .footer-container .right-desc .info p{display:flex;margin-bottom:5px}.footer-wrap .footer-container .right-desc .info p img{display:inline-block;height:18px;width:14px;margin-right:8px}
.header{display:flex;align-items:center;justify-content:center;min-width:1200px;width:100%;height:28px;background:#fff;border-bottom:1px solid #eee}.header a{color:rgba(0,0,0,.65)}.header .header-content{justify-content:space-between;position:relative;width:1200px;height:100%}.header .header-content,.header .header-content .left-container{display:flex;align-items:center}.header .header-content .left-container .logo{height:34px;width:116px;margin-right:28px;cursor:pointer}.header .header-content .left-container .welcome-tip{display:flex;align-items:center;font-size:14px;cursor:pointer}.header .header-content .left-container .welcome-tip .icon-img{width:50px;height:15px;margin-left:4px}.header .header-content .left-container .line{width:1px;height:15px;margin:0 16px;background-color:#787878}.header .header-content .left-container .user{display:flex;align-items:center}.header .header-content .left-container .user .nikename{max-width:160px;font-size:14px;font-family:PingFang SC;color:#ff731e;line-height:1.2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header .header-content .left-container .login-tip,.header .header-content .left-container .logout{margin:0 8px;font-size:14px;font-family:PingFang SC;color:#6b6b6b;line-height:1.2;cursor:pointer}.header .header-content .left-container .logout:hover{color:#ff7200}.header .header-content .left-container .actions{display:flex;align-items:center;margin-left:8px}.header .header-content .left-container .actions .line{margin:0}.header .header-content .right-container .container{display:flex;flex-direction:row;align-items:center}.header .header-content .right-container .top-menu-item{font-size:14px;text-transform:uppercase;line-height:1.2;height:31px;border-radius:4px;display:flex;align-items:center;justify-content:center}.header .header-content .right-container .top-menu-item.text-none{text-transform:none}.header .header-content .right-container .top-menu-item .active-menu{color:#ff7200}.header .header-content .right-container .qrcode-menu{position:relative;height:31px;cursor:pointer}.header .header-content .right-container .qrcode-menu .qr-code-wrapper{position:absolute;top:28px;width:112px;text-align:center;background:#fff;padding-bottom:10px;z-index:999999}.header .header-content .right-container .qrcode-menu .qr-code-wrapper li{line-height:30px}.header .header-content .right-container .qrcode-menu .qr-code-wrapper .qrcode{position:relative;padding:4px 2px 0;background:#fff}.header .header-content .right-container .qrcode-menu .qr-code-wrapper .qrcode img{width:72px;height:72px}.header .header-content .right-container .qrcode-menu .qr-code-wrapper .qrcode:before{position:absolute;top:-4px;left:32px;content:"";width:8px;height:8px;background:#fff;transform:rotate(45deg) skew(0);border-top:1px solid #ddd;border-left:1px solid #ddd}.header .header-content .right-container .clientService{position:relative;border-radius:0;cursor:pointer}.header .header-content .right-container .clientService i{margin-left:4px}.header .header-content .right-container .clientService .dropMenuContainer{position:absolute;top:31px;width:185px;z-index:999999;background:#fff;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:0 0 6px #e2e2e2}.header .header-content .right-container .clientService .dropMenuContainer .contactWays{margin:10px}.header .header-content .right-container .clientService .dropMenuContainer .contactWays .clabel{display:inline-block;width:60px;font-weight:400;color:#555}.header .header-content .right-container .clientService .dropMenuContainer .contactWays .clabel:after{content:": "}.header .header-content .right-container .clientService .dropMenuContainer .contactWays>div{display:flex;align-items:center}.header .header-content .right-container .clientService .dropMenuContainer .contactWays img{width:18px;margin-right:16px}.header .header-content .right-container .clientService .dropMenuContainer .contactWays .phone,.header .header-content .right-container .clientService .dropMenuContainer .contactWays .qq{margin-bottom:11px}.header .header-content .right-container .clientService .dropMenuContainer .contactWays span{font-size:12px}.header .header-content .right-container .clientService .dropMenuContainer .tip{text-align:center;margin-bottom:15px;font-size:12px;color:#888}.header .header-content .right-container .clientService .dropMenuContainer1{position:absolute;top:31px;z-index:999999;background:#fff;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:0 0 6px #e2e2e2;display:flex}.header .header-content .right-container .clientService .dropMenuContainer1 .dropMenuContainer1_box{padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.header .header-content .right-container .clientService .dropMenuContainer1 .download_imgs{width:80px;height:80px;margin-bottom:10px}.header .header-content .right-container .clientService .dropMenuContainer1 .download_text{font-size:12px;color:#222;line-height:17px;white-space:nowrap}.header .header-content .right-container .clientService .dropMenuContainer1 .none_text_tarnsform{text-transform:none}.header .header-content .right-container .dropNavMenu{border:0}.header .header-content .right-container .header_line{width:1px;height:11px;margin:0 16px;background-color:#e1e1e1}.header a:hover{color:#ff7200!important}.icon-container{display:flex;align-items:center;cursor:pointer;height:15px}.icon-container .icon-img{width:50px;height:15px;margin-left:2px;font-size:0}.login_open_dialog{width:618px!important}.login_open_dialog .ant-modal-confirm-body-wrapper{margin-top:215px;margin-right:10px}.login_open_dialog .ant-modal-confirm-body{display:none}.login_open_dialog .ant-btn{width:144px;height:50px;background:url("https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/PC/openShop_wait.png");background-size:contain;background-repeat:no-repeat;border:none;box-shadow:none}.login_open_dialog .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button+button{width:144px;height:50px;background:url("https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/PC/openShop_sure.png");background-size:contain;background-repeat:no-repeat;border:none;box-shadow:none}.login_open_dialog .ant-btn.active,.login_open_dialog .ant-btn:active,.login_open_dialog .ant-btn:focus,.login_open_dialog .ant-btn:hover{background:url("https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/PC/openShop_wait.png");background-size:contain;background-repeat:no-repeat}.login_open_dialog .ant-modal-content{width:618px;height:362px;background:url("https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/PC/openShop_dialog.png");background-size:contain;box-shadow:none}
.wrapper{width:100%;background-color:#fff}.wrapper .ant-input{border:none;border-left:1px solid #ddd!important}.wrapper .ant-input-group-addon{border:none;padding-left:3px}.wrapper .ant-input-group-addon .ant-input{border-radius:0!important}.wrapper .ant-input-group-addon .ant-select-focused .ant-select-selection,.wrapper .ant-input-group-addon .ant-select-open .ant-select-selection{color:#333}.wrapper .ant-select-selection__rendered{margin-left:0}.wrapper .ant-input-search-button{background:#ff6000;color:#fff;border-color:#ff6000}.wrapper .ant-input-search{border-color:#ff6000;width:100%}.wrapper .ant-input-search input{border-color:#ff6000;border-width:2px;border-radius:0;width:100%}.wrapper .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#ff6000;border-right-width:1px!important}.wrapper .ant-btn-primary:focus,.wrapper .ant-btn-primary:hover{background:#ff6000;color:#fff;border-color:#ff6000}.wrapper .ant-input:focus,.wrapper .ant-input:hover{border-color:#ff6000}.wrapper .ant-input:focus{outline:0;box-shadow:none}.wrapper .ant-input-group-addon:first-child{padding-left:5px}.wrapper .ant-input-group-addon .ant-select .ant-select-selection{border-right:1px solid #ddd}.wrapper .ant-select-selection-selected-value{padding-left:10px}.wrapper .search_wrapper{width:1200px;margin:0 auto;padding:38px 0 24px;position:relative;justify-content:space-between}.wrapper .search_wrapper,.wrapper .search_wrapper .search_left{display:flex;align-items:center}.wrapper .search_wrapper .search_left .logo{margin-right:60px;width:200px;height:79px;cursor:pointer}.wrapper .search_wrapper .search_left .logo img{width:200px;height:79px}.wrapper .search_wrapper .search_right{display:flex;align-items:center;margin-left:20px}.wrapper .search_wrapper .search_right .download{width:90px;text-align:center}.wrapper .search_wrapper .search_right .download img{width:66px!important;height:66px!important}.wrapper .search_wrapper .search_right .download .download_text{font-size:14px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#555;margin-top:10px}.search_wrapper{width:1200px;margin:0 auto;padding-top:15px;position:relative}.search_wrapper,.search_wrapper .search_left{display:flex;align-items:center}.search_wrapper .search_left .logo{margin-right:70px;width:158px;height:66px;cursor:pointer}.search_wrapper .search_left .logo img{width:158px;height:66px}.search_wrapper .search_center{position:relative}.search_wrapper .search_center .search_input_btn .ant-input{border-radius:0}.search_wrapper .search_center .search_input_btn .common-input{width:608px;outline:none;vertical-align:bottom;text-indent:10px;border:2px solid #f0560f}.search_wrapper .search_center .search_input_btn .common-input:hover{border-color:#f0560f}.search_wrapper .search_center .search_input_btn .common-input:focus{border-color:#f0560f;box-shadow:0 0 0 2px rgba(253,97,76,.2)}.search_wrapper .search_center .search_input_btn .common-input .ant-input-group-addon .ant-input{border-radius:0!important}.search_wrapper .search_center .search_input_btn .ant-select{width:84px!important;color:#222}.search_wrapper .search_center .search_input_btn .ant-select-arrow{color:#222}.search_wrapper .search_center .search_input_btn .common-btn{width:110px;height:48px;color:#fff;text-align:center;padding:10px 0;border:none;background:#f0560f;font-size:14px;outline:none;cursor:pointer}.search_wrapper .search_center .search_input_btn .common-btn:focus,.search_wrapper .search_center .search_input_btn .common-btn:hover{color:#fff;background:linear-gradient(-90deg,#ff5d2e,#ff281c)}.search_wrapper .search_center .search_input_btn .common-btn.ant-btn-clicked:after{border-color:#ff5d2e}.search_wrapper .search_center .search_input_btn .postbuy-btn{width:110px;height:48px;margin-left:10px;font-size:14px;color:#f0560f;background:#fff;border:2px solid #f0560f;cursor:pointer}.search_wrapper .search_center .search_input_btn .ant-input-lg{height:44px;font-size:14px}.search_wrapper .search_center .search_hot{margin-top:6px;flex-wrap:nowrap;height:14px;overflow:hidden}.search_wrapper .search_center .search_hot .hot_item{font-size:12px;margin-right:16px;cursor:pointer;display:inline-block;transition:.1s linear}.search_wrapper .search_center .result_wrapper{width:513px;position:absolute;top:42px;left:95px;border:2px solid #f60;background:#fff;z-index:10;cursor:default}.search_wrapper .search_center .result_wrapper .result_item{cursor:pointer;height:20px;line-height:20px;color:#aaa;padding-left:12px;margin-top:4px}.search_wrapper .search_center .result_wrapper .result_item:hover{background:rgba(255,102,0,.15)}.search_wrapper .search_center .result_wrapper .history_item,.search_wrapper .search_center .result_wrapper .want_item{cursor:pointer;padding:4px 10px;border:1px solid #f0f0f0;border-radius:15px;background:#f0f0f0;margin:4px 5px}.search_wrapper .search_center .result_wrapper .loading-icon{display:flex;justify-content:center}.search_wrapper .search_center .result_wrapper .history_box,.search_wrapper .search_center .result_wrapper .want_box{margin:16px 20px}.search_wrapper .search_center .result_wrapper .history_box_title,.search_wrapper .search_center .result_wrapper .want_box_title{text-align:left!important;margin-bottom:15px}.search_wrapper .search_center .result_wrapper .history_box_content,.search_wrapper .search_center .result_wrapper .want_box_content{display:flex;align-items:center;flex-wrap:wrap}.search_wrapper .search_center .result_wrapper .history_box_trash{font-size:0;width:16px;height:16px;cursor:pointer}.search_wrapper .search_center .result_wrapper .history_box_trash img{width:100%!important;height:auto!important}.search_wrapper .search_center .result_wrapper .no_history_want{text-align:center;font-size:12px;color:#d3d3d3;width:100%;margin:10px 0}.search_wrapper .search_center .result_wrapper .no_history_want .login_link{color:#87cefa;cursor:pointer}.search_wrapper .search_center .showList{opacity:1;height:auto;z-index:10}.search_wrapper .search_center .hideList{opacity:0;height:0;z-index:-10}.search_wrapper .search_right{display:flex;align-items:center;margin-left:20px}.search_wrapper .search_right .download{width:90px;text-align:center}.search_wrapper .search_right .download img{width:66px!important;height:66px!important}.search_wrapper .search_right .download .download_text{font-size:14px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#555;margin-top:10px}.icon_search_camera{width:24px;height:20px;cursor:pointer}.ant-input-group-addon{background:none}
.guide_page_mark{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:rgba(0,0,0,.65)}.guide_page_mark .guide_page_content{position:absolute;top:0;bottom:0;left:50%;width:1200px;transform:translateX(-50%)}.guide_page_mark .pop_camera{position:absolute;top:50px;right:216px;width:86px;height:86px}.guide_page_mark .pop_arrow{position:absolute;top:165px;right:236px;width:107px;height:165px}.guide_page_mark .pop_blueprint_reading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:663px;height:359px;cursor:pointer}
.home{display:flex;flex-direction:column;min-width:1200px;min-height:100vh;height:100%;background:#f3f5f9}.home .top-banner{width:100%;height:80px;background:#ff6d64;display:flex;justify-content:center}.home .top-banner img{max-width:100%;width:1200px;height:100%}.home .search-bar-container{padding:10px 0;display:flex;width:100%}.home .search-bar-container .search-bar{display:flex;align-items:center;height:100px;width:1200px;margin:0 auto}.home .home-tabs-container{position:relative;display:flex;justify-content:center;width:100%;height:40px}.home .home-tabs-container .tabs{width:1200px;padding:9px 0;display:flex;justify-content:space-around;align-items:center}.home .home-tabs-container .tabs .tab-item{font-size:16px;font-family:PingFang-SC-Medium,PingFang-SC;color:#333;font-weight:500}.home .home-tabs-container .tabs .active-tab,.home .home-tabs-container .tabs .tab-item:hover{color:#ff6000}.purchase-btn{width:178px;height:30px;font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;text-align:center;line-height:30px;cursor:pointer;border-radius:4px;box-sizing:border-box;background:#f0560f;color:#fff}.index>div{width:1200px!important;margin:0 auto}.index-fs{padding-top:16px;display:flex;align-items:flex-start}.index-fs-left{width:180px;height:528px;display:flex;flex-direction:column;justify-content:flex-end;background:#fff;flex:none;z-index:2;position:relative}.index-fs-left .left_cate_market{height:100%}.index-fs-left .left_cate_market .left_tabs{display:flex;align-items:center;margin-bottom:2px}.index-fs-left .left_cate_market .left_tabs .cate_tab,.index-fs-left .left_cate_market .left_tabs .market_tab{width:100px;height:40px;display:flex;align-items:center;justify-content:center;line-height:40px;text-align:center;font-size:16px;font-family:PingFang-SC-Medium,PingFang-SC;color:#333;cursor:default;background:#fff;cursor:pointer}.index-fs-left .left_cate_market .left_tabs .cate_tab .tab_icon,.index-fs-left .left_cate_market .left_tabs .market_tab .tab_icon{width:15px;line-height:normal;font-size:0;margin-right:5px}.index-fs-left .left_cate_market .left_tabs .cate_tab .tab_icon img,.index-fs-left .left_cate_market .left_tabs .market_tab .tab_icon img{width:100%;height:100%}.index-fs-left .left_cate_market .left_tabs .market_tab{border-top-right-radius:6px}.index-fs-left .left_cate_market .left_tabs .cate_tab{border-top-left-radius:6px}.index-fs-left .left_cate_market .left_tabs .active{background:#f0560f;color:#fff}.index-fs-left .cate_market_wrapper .cate-item{height:48px;line-height:48px;text-align:center;border-bottom:1px solid #ececec;cursor:pointer}.index-fs-left .cate_market_wrapper .cate-item .link{display:flex;justify-content:space-between;align-items:center}.index-fs-left .cate_market_wrapper .cate-item .desc{flex:1 1;font-size:14px;font-family:PingFang-SC-Medium,PingFang-SC;color:#333}.index-fs-left .cate_market_wrapper .cate-item:hover .desc{color:#ff731e}.index-fs-left .cate_market_wrapper .cate-item .cate-area{cursor:default;width:654px;min-height:528px;padding:15px 20px;background:#fff;position:absolute;top:0;left:180px;border:1px solid #ff731e}.index-fs-left .cate_market_wrapper .cate-item .cate-area .nd-item{margin-bottom:16px}.index-fs-left .cate_market_wrapper .cate-item .cate-area .nd-item .nd-desc{text-align:left;line-height:normal;font-size:14px;color:#333;margin-bottom:16px;display:block}.index-fs-left .cate_market_wrapper .cate-item .cate-area .nd-item .rd-item{display:flex;align-items:center;flex-wrap:wrap}.index-fs-left .cate_market_wrapper .cate-item .cate-area .nd-item .rd-item .rd-desc{font-size:12px;text-align:left;line-height:normal;color:#333;margin-right:16px;margin-bottom:16px;display:block}.index-fs-left .cate_market_wrapper .cate-item .cate-area .nd-item .rd-item .rd-desc:hover{color:#ff6000}.index-fs-left .cate_market_wrapper .market-item{height:53px;line-height:53px;text-align:center;border-bottom:1px solid #ececec;cursor:pointer}.index-fs-left .cate_market_wrapper .market-item:hover .desc{color:#ff731e}.index-fs-left .cate_market_wrapper .market-item .market-area{cursor:default;position:absolute;left:180px;top:0;background:#fff;width:580px;min-height:434px;padding:15px 20px;border:1px solid #f60}.index-fs-left .cate_market_wrapper .market-item .market-area .floor-item{display:flex;align-items:flex-start;line-height:normal;margin-bottom:16px}.index-fs-left .cate_market_wrapper .market-item .market-area .floor-item .floor-name{font-size:14px;font-family:PingFang-SC-Medium,PingFang-SC;color:#333}.index-fs-left .cate_market_wrapper .market-item .market-area .floor-item .cate-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap}.index-fs-left .cate_market_wrapper .market-item .market-area .floor-item .cate-wrapper .cate-name{font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;color:#333;margin:0 15px;cursor:pointer}.index-fs-left .cate_market_wrapper .market-item .market-area .floor-item .cate-wrapper .cate-name span:hover{color:#ff731e}.index-fs-left .cate_market_wrapper .market-item span{font-family:PingFang-SC-Medium,PingFang-SC;color:#333}.index-fs-left .cate_market_wrapper .cate-item:last-child,.index-fs-left .cate_market_wrapper .market-item:last-child{border-bottom:none}.index-fs-swiper{width:778px;margin:0 16px}.index-fs-swiper .swiper{height:395px;width:100%}.index-fs-swiper .swiper .swiper-slide .pic{width:774px;height:395px;display:block}.index-fs-swiper .swiper .swiper-pagination-bullet{width:10px;height:10px;position:relative;background:#fff;opacity:.5}.index-fs-swiper .swiper .swiper-pagination-bullet-active{opacity:1}.index-fs-swiper .swiper .swiper-pagination-bullet-active:after{content:"";width:16px;height:16px;position:absolute;background:#fff;border-radius:50%;opacity:.3;left:-3px;top:-3px}.index-fs-swiper .swiper-advs{position:relative;display:flex;margin-top:16px}.index-fs-swiper .swiper-advs .adv-item{display:block}.index-fs-swiper .swiper-advs .adv-item img{width:183px;height:116px;-o-object-fit:cover;object-fit:cover}.index-fs-swiper .swiper-advs .adv-item+.adv-item{margin-left:15px}.index-fs-right{position:relative;width:210px;height:527px;overflow:hidden;background:linear-gradient(180deg,#fff5f0,#fff 26%,#fff)}.index-fs-right .user-container{padding:15px 16px 10px}.index-fs-right .user-container .user-info{display:flex;align-items:center;margin-bottom:16px}.index-fs-right .user-container .user-info .avatar,.index-fs-right .user-container .user-info .avatar img{width:40px;height:40px;border-radius:50%}.index-fs-right .user-container .user-info .infos{margin-left:15px;font-size:12px}.index-fs-right .user-container .user-info .infos .name{line-height:1.4;margin-bottom:8px;color:#999;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.index-fs-right .user-container .user-info .infos .tip{color:#333}.index-fs-right .user-container .user-info .infos .tip span{cursor:pointer;color:#ff6000}.index-fs-right .user-container .registery-btn{width:178px;height:30px;font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;text-align:center;line-height:30px;cursor:pointer;border-radius:4px;box-sizing:border-box;background:#fff;color:#f0560f;margin-top:10px;border:1px solid #ff6b00}.index-fs-right .purchase-steps{display:flex;align-items:center;justify-content:space-around;padding:10px 10px 16px;border-bottom:1px solid #efefef}.index-fs-right .purchase-steps .step-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.index-fs-right .purchase-steps .step-item img{width:32px;height:32px}.index-fs-right .purchase-steps .step-item .name{margin-top:10px;font-size:11px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#666}.index-fs-right .purchase-steps .arrow{width:16px;height:11px;transform:translateY(-8px)}.index-fs-right .infoCenter{width:100%;padding:13px 11px 12px 15px;background:#fff;overflow:hidden}.index-fs-right .infoCenter-header{display:flex;justify-content:space-between;height:24px}.index-fs-right .infoCenter-header a{font-size:12px;color:#999}.index-fs-right .infoCenter-header a:hover{color:#ff731e}.index-fs-right .infoCenter-header .title{width:71.32px;height:13.36px}.index-fs-right .infoCenter-header .arrow{width:13px;height:15px}.index-fs-right .infoCenter .articlelist{height:316px;overflow:hidden}.index-fs-right .infoCenter .articlelist .articlelist-swiper{height:316px}.index-fs-right .infoCenter .articlelist .articlelist-swiper .swiper-wrapper{transition-timing-function:linear}.index-fs-right .infoCenter .articlelist .prods-loading{height:100%;display:flex;align-items:center;justify-content:center}.index-fs-right .purchase-button{height:102px;width:262px;display:flex;flex-direction:column;align-items:center}.index-fs-right .purchase-button .desc{margin-top:18px;margin-bottom:15px;font-size:14px;color:#fa7c1f}.index-fs-right .purchase-button .toPurchase{width:149px;height:40px;border-radius:4px;background-image:linear-gradient(90deg,#f58f23,#ff6b1b);font-size:20px;color:#fff;letter-spacing:3px;display:flex;align-items:center;justify-content:center}.index-fs-right .article-item{width:100%;margin-bottom:10px;font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#333;display:inline-flex;align-items:center}.index-fs-right .article-item .link-img{display:inline-block;width:22px;height:22px;border-radius:50%}.index-fs-right .article-item .desc{flex:1 1;font-size:12px;color:#333;margin-left:10px;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap}.index-fs-right .article-item .arrow{flex:none;width:7px;margin-right:8px;display:block}.index .hot-item-container{position:relative;background-color:#fff;background-size:1200px 336px;background-repeat:no-repeat;margin:16px auto}.index .hot-item-container .content{display:flex;justify-content:space-between;align-items:center}.index .hot-item-container .content .hot-wrap{position:relative;overflow:hidden}.index .hot-item-container .content .hot-wrap .list{width:1200px;display:flex;transition:all}.index .hot-item-container .content .hot-wrap .list .item-wrap{width:200px;position:relative;background:#fff;border:none;flex-shrink:0}.index .hot-item-container .content .hot-wrap .list .item-wrap img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item{cursor:pointer;width:200px;height:277px;margin-right:18px;background-color:#fff;box-shadow:none;border:1px solid #f4f4f4;transition:border-color .3s;border-right-color:transparent}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item:hover{border-color:#ff6000}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item .prodThumb{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item .prod_info .name{height:32px;margin:6px;font-size:12px;color:#222;line-height:16px;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;
  /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item .prod_info .price-wrap{font-family:PingFang-SC-Heavy,PingFang-SC;padding:0 10px;height:25px;line-height:25px;font-weight:500;color:#f0560f}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item .prod_info .price-wrap .punit{font-size:12px;margin-right:5px}.index .hot-item-container .content .hot-wrap .list .item-wrap .prod-item .prod_info .price-wrap .pprice{font-size:18px}.index .hot-item-container .content .hot-wrap .list .item-wrap:last-child .prod-item,.index .hot-item-container .content .hot-wrap .list :last-child .prod-item{border-right-color:#f4f4f4}.index .hot-item-container .content .hot-wrap .swiper-button-next{display:flex;align-items:center;justify-content:center;margin-top:-60px;z-index:9;width:26px;height:37px;right:0;border-radius:100px 0 0 100px;background-image:none;background-color:rgba(0,0,0,.4)}.index .hot-item-container .content .hot-wrap .swiper-button-next:hover{background-color:rgba(0,0,0,.5)}.index .hot-item-container .content .hot-wrap .swiper-button-prev{display:flex;align-items:center;justify-content:center;margin-top:-60px;z-index:20;width:26px;height:37px;left:0;background-image:none;border-radius:0 100px 100px 0;background-color:rgba(0,0,0,.4)}.index .hot-item-container .content .hot-wrap .swiper-button-prev img{padding-right:3px}.index .hot-item-container .content .hot-wrap .swiper-button-next img{padding-left:3px}.index .hot-item-container .content .hot-wrap .swiper-button-prev:hover{background-color:rgba(0,0,0,.5)}.index .hot-item-container .content .hot-wrap .swiper-button-next.swiper-button-disabled,.index .hot-item-container .content .hot-wrap .swiper-button-prev.swiper-button-disabled{opacity:1;cursor:pointer;pointer-events:all}.index .hot-item-container .content .hot-adv img{height:277px;width:277px;-o-object-fit:cover;object-fit:cover}.index .brand-advs{position:relative;display:flex;justify-content:flex-start;width:100%}.index .brand-advs a{display:inline-block;width:200px}.index .brand-advs img{width:100%;height:90px}.index .hot-supply-container{position:relative;background:#fff;padding:20px 16px 0;margin-bottom:16px}.index .hot-supply-container .hot-supplys{display:flex;flex-wrap:wrap;justify-content:flex-start}.index .hot-supply-container .hot-supplys .hot-supply-item{width:280px;padding-top:16px;background:#fff;margin-bottom:16px;margin-right:15px;border:1px solid #f1f1f1}.index .hot-supply-container .hot-supplys .hot-supply-item .item-header{width:80px;height:26px;display:flex;justify-content:center;align-items:center;background:#ff731e;color:#fff;font-size:12px}.index .hot-supply-container .hot-supplys .hot-supply-item .items{display:flex;flex-wrap:wrap;align-items:flex-start;padding:30px 16px 0}.index .hot-supply-container .hot-supplys .hot-supply-item .items .item{display:flex;flex-direction:column;align-items:center;width:33%;margin-top:8px;cursor:pointer}.index .hot-supply-container .hot-supplys .hot-supply-item .items .item img{width:56px;height:56px;-o-object-fit:cover;object-fit:cover;margin-bottom:10px}.index .hot-supply-container .hot-supplys .hot-supply-item .items .item img:hover{transform:scale(1.1);transition:all .3s}.index .hot-supply-container .hot-supplys .hot-supply-item .items .item .name{margin-bottom:12px;line-height:1.3;text-align:center;font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#333}.index .hot-supply-container .hot-supplys .hot-supply-item .items .item .name:hover{color:#ff6000}.index .hot-supply-container .hot-supplys div:nth-child(4n){margin-right:0}.index .hot-supply-advs{display:flex;justify-content:space-between}.index .hot-supply-advs .adv-item{width:560px;height:90px}.index .hot-supply-advs .adv-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .recommendShop{position:relative;background:#fff;padding:20px;margin-bottom:16px}.index .recommendShop .pre-section-title img{width:24px;height:24px;margin-right:10px}.index .recommendShop .head{width:100%;display:flex;align-items:center;justify-content:space-between}.index .recommendShop .head .extra-container{font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#999;display:flex;align-items:center}.index .recommendShop .head .extra-container .refresh{width:11px;height:11px}.index .recommendShop .head .extra-container .extra{font-size:12px;color:#333;padding:0 5px}.index .recommendShop .head .extra-container .extra:hover{color:#ff6000}.index .recommendShop .head .extra-container span{margin:0 4px;color:#999}.index .recommendShop .head .fw-medium .title{font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#171717;line-height:30px;margin-right:10px}.index .recommendShop .title{padding-left:10px;font-size:20px}.index .recommendShop .content{width:100%;display:flex;flex-wrap:wrap}.index .recommendShop .shop-thunk{flex:none;width:580px;background:#fff;padding:20px;border:1px solid transparent;transition:border-color .3s;border-right-color:#f4f4f4;border-bottom-color:#f4f4f4}.index .recommendShop .shop-thunk:first-child,.index .recommendShop .shop-thunk:nth-child(2){border-top-color:#f4f4f4}.index .recommendShop .shop-thunk:nth-child(odd){border-left-color:#f4f4f4}.index .recommendShop .shop-thunk:hover{border-color:#f40}.index .recommendShop .shop-thunk .namewithmedal{display:flex;align-items:center}.index .recommendShop .shop-thunk .namewithmedal .name{margin-right:12px;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap;font-weight:500}.index .recommendShop .shop-thunk .namewithmedal .name:hover{color:#ff6000}.index .recommendShop .shop-thunk .namewithmedal .identifierIcons{flex:none;display:flex;align-items:center}.index .recommendShop .shop-thunk .namewithmedal .identifierIcons .icon{height:20px;display:block;margin-right:10px}.index .recommendShop .shop-thunk .mainsell{margin:12px 0;font-size:12px;color:#333;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap;-webkit-line-clamp:2}.index .recommendShop .shop-thunk .address{font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap}.index .recommendShop .shop-thunk .prod-preview{margin-top:16px;display:flex}.index .recommendShop .shop-thunk .prod-preview .prod-thumb-wrap{height:120px;width:120px;margin-right:10px;overflow:hidden}.index .recommendShop .shop-thunk .prod-preview .prod-thumb-wrap:last-child{margin-right:0}.index .recommendShop .shop-thunk .prod-preview .prodThumb{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.index .recommendShop .shop-thunk:nth-child(2n+2){margin-right:0}.index .recommendProd{position:relative}.index .recommendProd .content{width:100%;display:flex;flex-wrap:wrap}.index .recommendProd .content .prod-chunk{width:592px;padding:16px 16px 0;padding-bottom:0;background:#fff;cursor:default;margin-bottom:16px}.index .recommendProd .content .prod-chunk:nth-child(2n){margin-left:16px}.index .recommendProd .content .prod-chunk .item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.index .recommendProd .content .prod-chunk .item-header .left{font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#171717;line-height:30px}.index .recommendProd .content .prod-chunk .item-header .left span{margin-left:20px;font-size:12px;font-weight:400;color:#999;line-height:17px}.index .recommendProd .content .prod-chunk .item-header .right img{width:16px;height:16px}.index .recommendProd .content .prod-chunk .prod-banner{height:144px;width:530px;display:block;margin-bottom:15px}.index .recommendProd .content .prod-chunk .prod-preview{display:flex;align-items:center;cursor:default;padding-bottom:16px}.index .recommendProd .content .prod-chunk .prod-preview .prod-item:last-child{margin-right:0}.index .purchase{position:relative;padding:20px 0;background-color:#fff;margin-bottom:16px}.index .purchase .purchase-title{display:flex;align-items:flex-end;margin-bottom:16px}.index .purchase .purchase-title .pre-title{width:5px;height:28px;background:#f0560f}.index .purchase .purchase-title .title{font-size:20px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;margin:0 10px 0 16px}.index .purchase .purchase-title .desc{font-size:12px;font-family:PingFang-SC-Regular,PingFang-SC;font-weight:400;color:#999}.index .purchase .purchase-content{display:flex;align-items:center}.index .purchase .purchase-content .purchase-left{width:704px;height:260px;background-color:#fb7953;margin-left:20px;margin-right:14px}.index .purchase .purchase-content .purchase-left img{width:100%;height:auto}.index .purchase .purchase-content .purchase-right{width:442px;height:260px;background-color:#fff;border:1px solid #d8d8d8;margin-right:20px;padding:20px 32px 20px 20px}.index .purchase .purchase-content .purchase-right .title{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;margin-bottom:16px;cursor:default}.index .purchase .purchase-content .purchase-right .purchase-name{width:388px;height:40px;border:1px solid #d8d8d8;margin-bottom:16px;text-indent:16px;border-radius:5px;outline:none}.index .purchase .purchase-content .purchase-right .purchase-form{margin-bottom:50px}.index .purchase .purchase-content .purchase-right .purchase-form .purchase-num{width:190px;height:40px;border-radius:5px;border:1px solid #d8d8d8;margin-right:8px;text-indent:16px;outline:none}.index .purchase .purchase-content .purchase-right .purchase-form select{outline:none;width:190px;height:40px;border-radius:2px;border:1px solid #d8d8d8;background:#fff}.index .prod-item{width:176px;margin-right:16px;background-color:#fff;cursor:pointer;transition:border-color .3s}.index .prod-item .prodThumb{width:100%;height:176px;-o-object-fit:cover;object-fit:cover;display:block}.index .prod-item .prod_info .name{height:40px;margin:10px;font-size:14px;color:#333;line-height:20px;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;
  /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.index .prod-item .prod_info .price_sourceType{display:inline-flex;justify-content:space-between;align-items:center;width:100%;font-family:PingFang-SC-Heavy,PingFang-SC;height:25px;padding:0 10px;margin-top:4px;font-weight:500;color:#f0560f}.index .prod-item .prod_info .price_sourceType .source_type_icon{width:29px;height:16px}.index .prod-item .prod_info .price_sourceType .price{line-height:17px;font-size:20px}.index .prod-item .prod_info .price_sourceType .price .punit{font-size:12px;margin-right:4px}.index .prod-item .prod_info .price_sourceType .price .pprice{font-size:18px}.index .prod-item.recommend{width:219px;margin-right:16px;margin-bottom:16px;border:1px solid #f1f1f1;padding:13px 13px 16px}.index .prod-item.recommend:nth-child(5n){margin-right:0}.index .prod-item.recommend .prodThumb{width:193px;height:193px}.index .boutique-advs{position:relative;display:flex;justify-content:space-between}.index .boutique-advs .adv-item{width:100%;height:90px}.index .boutique-advs .adv-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .recommendList .rltitle{font-family:PingFangSC-Medium,PingFang SC;background-color:transparent;font-size:28px;font-weight:500;color:#333;line-height:40px;text-align:center}.index .recommendList .rltitle .rltitle-before{display:inline-block;position:relative;width:7px;height:20px;margin:0 24px;background:linear-gradient(90deg,#ffba49,#ff8d32);border-radius:7px;transform:rotate(36deg)}.index .recommendList .rltitle .rltitle-before:after{content:"";display:inline-block;position:absolute;top:0;left:11px;width:7px;height:15px;background:linear-gradient(90deg,#ffba49,#ff8d32);border-radius:7px}.index .recommendList .rltitle .rltitle-after{position:relative;height:20px;margin:0 24px;transform:rotate(36deg);margin-left:16px}.index .recommendList .rltitle .rltitle-after,.index .recommendList .rltitle .rltitle-after:after{display:inline-block;width:7px;background:linear-gradient(90deg,#ffba49,#ff8d32);border-radius:7px}.index .recommendList .rltitle .rltitle-after:after{content:"";position:absolute;top:0;left:11px;height:15px}.index .recommendList .content{width:100%;padding-bottom:16px;position:relative;background:#fff;padding:20px 20px 0;margin-bottom:16px;margin-top:20px}.index .recommendList .content .tabs-wrap{display:flex;justify-content:space-around;padding-bottom:20px;cursor:pointer}.index .recommendList .content .tabs-wrap .tab-item{text-align:center}.index .recommendList .content .tabs-wrap .tab-item .tab-title{font-weight:500;color:#333;line-height:24px;font-size:17px}.index .recommendList .content .tabs-wrap .tab-item .tab-desc{margin-top:4px;font-size:14px;font-weight:400;color:#999;line-height:20px}.index .recommendList .content .tabs-wrap .tab-item.selected .tab-title{background:linear-gradient(90deg,#ffba49,#ff8d32);border-radius:14px;color:#fff;padding:1px 13px}.index .recommendList .content .tabs-wrap .tab-item.selected .tab-desc{color:#f58f23}.index .recommendList .content .prods-wrap{display:flex;flex-wrap:wrap}.index .recommendList .content .prods-wrap .prods-loading{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:100px;padding-bottom:100px}.index .recommendList .content .prods-wrap .prods-loading .ant-spin{color:#fb6000}.index .recommendList .content .prods-wrap .no-prods{margin:100px auto}.index .recommendList .product{width:219px;height:320px;background-color:#fff;border:1px solid #f1f1f1;margin-right:16px;margin-bottom:16px;list-style:none}.index .recommendList .product:nth-child(5n+5){margin-right:0}.index .recommendList .product .productThumb{width:217px;height:219px;display:block;-o-object-fit:cover;object-fit:cover}.index .recommendList .product .name{height:36px;margin:8px 14px;font-size:13px;color:#333;line-height:18px;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;
  /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.index .recommendList .product .price{display:flex;justify-content:space-between;margin-top:10px;padding:0 16px 0 12px;font-size:15px;color:#ff731e;line-height:1.1}.index .recommendList .product .price div{display:flex;justify-content:center;align-items:center;width:40px;height:19px;font-size:12px;border-radius:10px;color:#fff;background:linear-gradient(-80deg,#0d96ff,#6bbfff)}.index .recommendList .product .price .custom{background-image:-webkit-linear-gradient(160deg,#ffa841,#fb6811)}.index .text-advs{position:relative;display:flex;justify-content:space-between;padding:40px 10px;margin-bottom:16px}.index .text-advs img{margin-right:20px}.index .text-advs .text-adv{display:flex;align-items:center}.index .text-advs .text-adv .content .title{margin-bottom:20px;font-size:16px;color:#333}.index .text-advs .text-adv .content .descs .desc{margin-bottom:8px;font-size:12px;color:#999}a:active,a:hover,a:link,a:visited{text-decoration:none}a:hover{color:#ff6000}.home-input{border-radius:2px;border:2px solid #fb7953;width:450px;outline:none;height:36px;vertical-align:bottom;text-indent:10px}.home-input:focus,.home-input:hover{border-color:#fd614c}.home-input:focus{box-shadow:0 0 0 2px rgba(253,97,76,.2)}.home-search{width:78px;height:36px;color:#fff;margin:0 0 0 -2px;border:none;background:#ff6000;border-radius:2px;font-size:14px;outline:none;cursor:pointer}.home-search:focus,.home-search:hover{color:#fff;background:linear-gradient(-90deg,#ff5d2e,#ff281c)}.home-search.ant-btn-clicked:after{border-color:#ff5d2e}.container-title{display:flex;align-items:center;padding-bottom:10px}.home_banner{top:28px}.home_banner,.home_banner_adv{width:100%;height:608px;position:absolute;left:0}.home_banner_adv{top:108px}.home_banner_adv img{width:100%}.ant-input{border:none;border-left:1px solid #ddd!important}.ant-input-group-addon{border:none;padding-left:3px}.ant-input-group-addon .ant-select-focused .ant-select-selection,.ant-input-group-addon .ant-select-open .ant-select-selection{color:#333}.ant-select-selection__rendered{margin-left:0}.ant-input-search-button{background:#ff6000;color:#fff;border-color:#ff6000}.ant-input-search,.ant-input-search input{border-color:#ff6000;width:100%}.ant-input-search input{border-width:2px;border-radius:0}.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#ff6000;border-right-width:1px!important}.ant-btn-primary:focus,.ant-btn-primary:hover{background:#ff6000;color:#fff;border-color:#ff6000}.ant-input:focus,.ant-input:hover{border-color:#ff6000}.ant-input:focus{outline:0;box-shadow:none}.ant-input-group-addon:first-child{padding-left:5px}.ant-input-group-addon .ant-select .ant-select-selection{border-right:1px solid #ddd}.ant-select-selection-selected-value{padding-left:10px}.top_search{background:#fff}.top_search .home_nav_warp{width:1200px;margin:0 auto}.top_search .home_nav_warp,.top_search .home_nav_warp .home_nav_lf{display:flex;align-items:center}.top_search .home_nav_warp .home_nav_lf .home_nav_item{display:flex;align-items:center;justify-content:center;width:90px;height:40px;cursor:pointer;font-size:16px;font-weight:500;color:#f0560f;border:1px solid #f0560f;background:#fff}.top_search .home_nav_warp .home_nav_lf .home_nav_item.active{color:#fff;background:#f0560f}.top_search .home_nav_warp .home_nav_lf .home_nav_item img{width:21px;height:17px;margin-right:6px}.top_search .home_nav_warp .home_nav_rt{display:flex;align-items:center}.top_search .home_nav_warp .home_nav_rt .home_menu_item{margin-left:50px;font-size:16px;font-weight:500;color:#222;cursor:pointer}.top_search .home_nav_warp .home_nav_rt .home_menu_item:hover{color:#f0560f}.top_search .home_nav_warp .home_nav_rt .home_menu_item:first-child{position:relative;color:#f0560f}.top_search .home_nav_warp .home_nav_rt .home_menu_item:first-child:after{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);content:" ";width:22px;height:2px;background:#fa6400;border-radius:1px}.cyd_market_item{display:flex;margin-left:20px;font-size:14px;color:#999;line-height:20px;cursor:pointer}.cyd_market_item:first-child{margin-top:30px}.cyd_market_item+.cyd_market_item{margin-top:26px}.cyd_market_item .lf_icon{width:18px;height:18px;margin-right:4px}.cyd_market_item .lf_icon img{width:18px;height:18px;vertical-align:text-top}.cyd_market_item .name{margin-bottom:4px;line-height:22px;color:#222;font-size:15px;font-weight:500}div.home_industrialBelt{margin:16px auto;padding:20px;background:#fff}div.home_industrialBelt .header_bx{display:flex;align-items:center;justify-content:space-between;font-size:22px;font-weight:600;color:#333}div.home_industrialBelt .header_bx span{margin-left:16px;font-size:16px;font-weight:400;color:#999}div.home_industrialBelt .header_bx .rt_icon img{cursor:pointer;width:26px;height:26px}div.home_industrialBelt .industrial_nav{position:relative;width:1095px;margin:30px;text-align:center;overflow:hidden;border-bottom:1px solid #ececec}div.home_industrialBelt .industrial_nav .industrial_container{width:1000px;margin:0 auto;overflow:hidden}div.home_industrialBelt .industrial_nav .swiper-slide{display:flex;align-items:center;justify-content:center;max-width:170px;height:80px;cursor:pointer;color:#222;font-size:14px}div.home_industrialBelt .industrial_nav .swiper-slide.active{position:relative;color:#f0560f}div.home_industrialBelt .industrial_nav .swiper-slide.active:after{position:absolute;bottom:0;left:0;right:0;content:" ";height:4px;background:#f0560f}div.home_industrialBelt .industrial_nav .swiper-slide.active .nav_name_address,div.home_industrialBelt .industrial_nav .swiper-slide:hover,div.home_industrialBelt .industrial_nav .swiper-slide:hover .nav_name_address{color:#f0560f}div.home_industrialBelt .industrial_nav .swiper-slide .nav_name_title{font-weight:500;font-size:18px}div.home_industrialBelt .industrial_nav .swiper-slide .nav_name_address{margin-top:8px;color:#999}div.home_industrialBelt .industrial_nav .swiper-button-prev{background-image:url("https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/app/h5/iyicaibao_imgs/home/icon_pre_swiper.png")}div.home_industrialBelt .industrial_nav .swiper-button-next{background-image:url("https://public-read-bkt-oss.oss-cn-hangzhou.aliyuncs.com/app/h5/iyicaibao_imgs/home/icon_next_swiper.png")}div.home_industrialBelt .industrial_details{display:flex;height:520px;overflow:hidden}div.home_industrialBelt .industrial_details .lf_desc{display:flex;align-items:center;justify-content:center;width:220px;height:520px;margin-right:12px;color:#fff;font-size:12px;background-size:100% 100%;background-repeat:no-repeat}div.home_industrialBelt .industrial_details .lf_desc .introduction_title{margin-bottom:20px;font-size:22px;font-weight:600;text-align:center}div.home_industrialBelt .industrial_details .lf_desc .introduction_desc{width:180px;max-height:225px;margin:0 auto 66px;line-height:25px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:9;text-overflow:ellipsis}div.home_industrialBelt .industrial_details .lf_desc .come_in_btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:122px;height:34px;margin:0 auto;border:1px solid #fff}div.home_industrialBelt .industrial_details .rt_bx{display:flex;flex-wrap:wrap;flex:1 1}div.home_industrialBelt .industrial_details .rt_bx .nonePur_bx{flex:1 1;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:20px 0;text-align:center;font-size:14px;color:#717171}div.home_industrialBelt .industrial_details .rt_bx .nonePur_bx img{width:200px;height:130px;margin-bottom:18px}div.home_industrialBelt .industrial_details .details_item{width:434px;height:252px;padding:20px 10px;margin-bottom:16px;border:1px solid #f1f1f1}div.home_industrialBelt .industrial_details .details_item:nth-child(2n){margin-left:16px}div.home_industrialBelt .industrial_details .details_item .top_bx{display:flex;align-items:center;cursor:pointer}div.home_industrialBelt .industrial_details .details_item .top_bx .head_sculpture{width:48px;height:48px;margin-right:16px;border-radius:50%;overflow:hidden}div.home_industrialBelt .industrial_details .details_item .top_bx .head_sculpture img{width:48px;height:48px}div.home_industrialBelt .industrial_details .details_item .top_bx .shop_info{flex:1 1;min-width:1px;font-size:12px;color:#555}div.home_industrialBelt .industrial_details .details_item .top_bx .shop_name{margin-bottom:6px;font-size:16px;font-weight:500;text-overflow:ellipsis;word-break:break-word;white-space:nowrap}div.home_industrialBelt .industrial_details .details_item .top_bx .shop_main{text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;
  /*! autoprefixer: ignore next */-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}div.home_industrialBelt .industrial_details .shop_product{margin-top:22px;display:flex;align-items:center}div.home_industrialBelt .industrial_details .shop_product img{cursor:pointer;width:124px;height:124px;-o-object-fit:cover;object-fit:cover}div.home_industrialBelt .industrial_details .shop_product img+img{margin-left:16px}div.home_industrialBelt .prods-loading{text-align:center}div.home_industrialBelt .prods-loading>span{margin-left:20px}
