﻿/*! 加了"!"后，压缩格式下的注释也会依然存在
 * contents
 *
 * variables...............变量集中储存文件
 *
 * screen.scss...........针对当前站点的样式修饰
 * 
 * basic.scss...........清除默认样式
 */body{font-family:PingFang SC, Microsoft Yahei, 微软雅黑, Arial, sans-serif !important;color:#333;background-color:#fff;font-size:14px;box-sizing:border-box;height:100%}html{height:100%}*{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;margin:0;padding:0;box-sizing:border-box}*:focus{outline:none}ul{list-style:none}input::-webkit-input-placeholder{color:#bbb;font-size:14px}textarea::-webkit-input-placeholder{color:#bbb;font-size:14px}input::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0}input,button,textarea{font-family:"Arial", "Microsoft Yahei" !important;font-size:14px;border:none;padding:0;margin:0;border-radius:0;resize:none;color:#333}label{display:block}label input,label textarea{pointer-events:none}a{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;text-decoration:none;color:#333}a:focus,a:active,a:link,a:visited{text-decoration:none;color:#333}input:focus{outline:none}button:focus{outline:none}textarea:focus{outline:none}select:focus{outline:none}img{vertical-align:top;display:inline-block;border:none}@font-face {
    font-family: 'iconfont';  /* project id 622848 */
    src: url('//at.alicdn.com/t/font_622848_d2xdn3130tb.eot');
    src: url('//at.alicdn.com/t/font_622848_d2xdn3130tb.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_622848_d2xdn3130tb.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_622848_d2xdn3130tb.woff') format('woff'),
    url('//at.alicdn.com/t/font_622848_d2xdn3130tb.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_622848_d2xdn3130tb.svg#iconfont') format('svg');
}input[readonly]{background-color:#f1f1f1}.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}.go-to-login{color:#ff8d1a;font-size:12px;cursor:pointer;position:relative;z-index:100}.prompt-box{display:none;position:fixed;z-index:100;top:45%;left:45%;background-color:#333;background-color:rgba(0,0,0,0.8);padding:0 12px;height:44px;line-height:44px;text-align:center;border-radius:4px;color:#fff}.coupon-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;font-size:14px}.coupon-modal .modal-mask{height:100%;background-color:#333;opacity:0.6;filter:alpha(opacity=60)}.coupon-modal .modal-content{position:absolute;top:5%;left:50%;margin-left:-320px;width:640px;background-color:#fff;border-radius:4px}.coupon-modal .modal-content .modal-header{background-color:#f7f7f7;overflow:hidden;height:44px;line-height:44px;padding:0 12px 0 20px}.coupon-modal .modal-content .modal-header .name{float:left;color:#000;font-size:16px}.coupon-modal .modal-content .modal-header .close-btn{float:right;height:14px;margin-top:15px;cursor:pointer}.coupon-modal .modal-content .modal-body{padding:16px 0;max-height:480px;overflow:auto}.coupon-modal .modal-content .modal-body .coupon-list{position:relative;width:380px;overflow:hidden;height:130px;margin:16px 0 16px 130px;cursor:pointer}.coupon-modal .modal-content .modal-body .coupon-list.chosen-coupon .chosen-icon{display:block}.coupon-modal .modal-content .modal-body .coupon-list .rule{width:130px;height:100%;float:left;background-color:#5B9ADD;background:linear-gradient(90deg, #5b9add, #637dda);text-align:center;color:#fff}.coupon-modal .modal-content .modal-body .coupon-list .rule.deduction{line-height:130px}.coupon-modal .modal-content .modal-body .coupon-list .rule .price{display:inline-block;vertical-align:top;margin-top:12px}.coupon-modal .modal-content .modal-body .coupon-list .rule .price span{font-size:36px;line-height:50px}.coupon-modal .modal-content .modal-body .coupon-list .rule .full{margin-top:20px}.coupon-modal .modal-content .modal-body .coupon-list .content{position:relative;float:left;width:250px;height:100%;background:#fff;border:1px solid #e5e5e5;border-left:none;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.07);padding-left:12px;color:#666;font-size:12px}.coupon-modal .modal-content .modal-body .coupon-list .content .info{overflow:hidden;line-height:24px;margin:15px 0}.coupon-modal .modal-content .modal-body .coupon-list .content .info .type{float:left;color:#ff8d1a;border:1px solid #ff8d1a;border-radius:8px;padding:0 4px}.coupon-modal .modal-content .modal-body .coupon-list .content .info .resource{float:left;font-size:16px;margin-left:4px}.coupon-modal .modal-content .modal-body .coupon-list .content .time{margin-bottom:10px}.coupon-modal .modal-content .modal-body .coupon-list .content .suit{line-height:30px;border-top:1px dashed #e5e5e5}.coupon-modal .modal-content .modal-body .coupon-list .chosen-icon{position:absolute;bottom:0;right:0;color:#ff8d1a;font-size:28px;display:none}.coupon-modal .modal-footer{text-align:center;overflow:hidden;background-color:#f7f7f7;padding:20px 40px}.coupon-modal .modal-footer div{width:64px;height:32px;line-height:32px;text-align:center;float:right;border-radius:4px;cursor:pointer;margin-left:16px}.coupon-modal .modal-footer .cancel-btn{background-color:#fff;color:#999;border:1px solid #999}.coupon-modal .modal-footer .cancel-btn:hover{background-color:#f1f1f1}.coupon-modal .modal-footer .confirm-btn{background-color:#ff8d1a;color:#fff}.coupon-modal .modal-footer .confirm-btn:hover{background-color:#FF5100}.show{display:block}.hide{display:none}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.crumb{width:980px;height:20px;line-height:20px;margin:30px auto 15px auto}.crumb img{float:left;margin:3px 6px 0 0}.crumb span{float:left;color:#999;margin:0 3px;transform:scale(0.9)}.crumb a{float:left;color:#999;font-size:12px;cursor:pointer}.crumb a:hover{color:#ff8d1a;text-decoration:underline}.menu-active{border-bottom:3px solid #fff}.header-content:after{display:table;content:'';clear:both}.header-content .header-top{float:left;width:100%;background-color:#333;height:46px;line-height:46px;font-size:14px}.header-content .header-top .container{position:relative;height:100%;width:980px;margin:0 auto}.header-content .header-top .container:after{display:table;content:'';clear:both}.header-content .header-top .container .spark-logo{float:left;height:32px;margin-top:7px}.header-content .header-top .container .welcome-tip{float:left;color:#fff}.header-content .header-top .container .item{float:right;color:#fff;cursor:pointer}.header-content .header-top .container .item>i{color:#ff8d1a;float:left;margin-right:3px}.header-content .header-top .container .item span{float:left}.header-content .header-top .container .item span.num-box{display:none}.header-content .header-top .container .item span.num-box .msg-num{float:none}.header-content .header-top .container .item a{float:left}.header-content .header-top .container .item .company-name{overflow:hidden;cursor:pointer}.header-content .header-top .container .item .company-name i{color:#fff;margin:3px 0 0 8px;font-size:13px}.header-content .header-top .container .item .company-name:hover span{text-decoration:underline}.header-content .header-top .container .item .company-name:hover+.tip-content{display:block}.header-content .header-top .container .item .tip-content{display:none;position:absolute;top:46px;right:200px;z-index:1000;width:190px;height:145px;background-color:#fff;box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);padding:16px 0 10px 0;border-radius:4px}.header-content .header-top .container .item .tip-content:hover{display:block}.header-content .header-top .container .item .tip-content a{display:block;width:100%;height:40px;line-height:40px}.header-content .header-top .container .item .tip-content a:hover{background-color:#F7F7F7}.header-content .header-top .container .item .tip-content a:hover div{color:#ff8d1a}.header-content .header-top .container .item .tip-content a:hover div i{color:#ff8d1a}.header-content .header-top .container .item .tip-content a:first-child div i{font-size:20px}.header-content .header-top .container .item .tip-content a div{color:#666;width:150px;border-bottom:1px solid #e5e5e5;overflow:hidden;margin-left:20px}.header-content .header-top .container .item .tip-content a div i{width:26px;float:left;color:#666;font-size:15px}.header-content .header-top .container .item .tip-content a div span{float:left;font-size:14px}.header-content .header-top .container .line{float:right;border-left:1px solid #fff;height:18px;margin:14px 20px}.header-content .header-top .container .line:first-of-type{float:left;margin:14px 8px}.header-content .header-top .container .login-btn{color:#ff8d1a}.header-content .header-bottom{float:left;width:100%;background-color:#f7f7f7;height:100px}.header-content .header-bottom .container{width:980px;height:100%;line-height:100px;margin:0 auto;overflow:hidden}.header-content .header-bottom .container .web-info{float:left;overflow:hidden;margin-right:70px}.header-content .header-bottom .container .web-info img{float:left;height:44px;margin-top:30px}.header-content .header-bottom .container .web-info .garden-name{float:left;font-size:18px;font-weight:bold;color:#333}.header-content .header-bottom .container .web-info .line{border-left:1px solid #e5e5e5;height:18px;margin:42px 12px;float:left}.header-content .header-bottom .container .web-info h1{float:left;font-size:18px;color:#666;font-weight:normal}.header-content .header-bottom .container .tabs{float:left;overflow:hidden}.header-content .header-bottom .container .tabs .tab{line-height:1;float:left;font-size:14px;font-weight:bold;padding:0 2px 6px 2px;margin:43px 38px 0 0}.header-content .header-bottom .container .tabs .tab:last-child{margin-right:0}.header-content .header-bottom .container .tabs .tab.active{color:#ff8d1a;border-bottom:3px solid #ff8d1a}.header-content .header-bottom .container .tabs .tab:hover{color:#ff8d1a}.header-content .header-bottom .container .search{float:right;overflow:hidden;height:40px;margin-top:30px}.header-content .header-bottom .container .search input{float:left;height:100%;line-height:40px;padding:0 10px;border:1px solid #e5e5e5;border-right:none}.header-content .header-bottom .container .search button{cursor:pointer;float:left;width:40px;height:40px;line-height:40px;text-align:center;background-color:#ff8d1a}.header-content .header-bottom .container .search button:hover{background-color:#ff5100}.header-content .header-bottom .container .search button i{color:#fff;font-size:18px}.header-container{width:980px;margin:0 auto;position:relative;height:70px}.header-container:after{display:table;content:'';clear:both}.header-container .logo{float:left;overflow:hidden}.header-container .logo img{height:46px;float:left;margin-top:12px}.header-container .logo span{float:left;line-height:70px;font-size:24px}.header-container .logo-span{display:inline-block;border:1px solid #E5E5E5;height:18px;float:left;margin:27px 12px 0 12px}.header-container .logo-font{float:left;display:inline-block;font-size:20px;color:#3B3B3B;letter-spacing:1.2px;height:70px;line-height:70px}.header-container .header-info{float:right}.header-container .header-info .search-box{display:none;position:relative;left:20px;float:left;width:400px;height:36px;margin-top:23px;margin-right:23px}.header-container .header-info .search-box img{display:inline-block;vertical-align:middle;width:23px;height:23px}.header-container .header-info .search-box #close-search{cursor:pointer;font-size:16px;position:relative;top:2px}.header-container .header-info .search-box #close-search:hover{color:#ff8d1a}.header-container .header-info .search-box #search-input{padding-left:10px;width:340px;height:36px;line-height:36px;font-size:14px}.header-container .header-info .search-box #search-input::-webkit-input-placeholder{font-size:14px}.header-container .header-info .search-box #search-info{display:none;position:absolute;left:18px;z-index:100;width:340px;margin-top:5px;box-shadow:0 0 1px 1px #e5e5e5}.header-container .header-info .search-box #search-info .search-item{display:block;padding:0 10px;width:100%;height:30px;line-height:30px;text-align:left;background:#fff;font-size:14px;color:#bbb;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.header-container .header-info .search-box #search-info .search-item:hover{color:#ff8d1a;background:#fbfbfb}.header-container .header-info .search-box #search-info .search-item.active{color:#ff8d1a;background:#fbfbfb}.header-container .header-info .item{float:left;margin:27px 0 0 31px;text-align:center;cursor:pointer}.header-container .header-info .item:hover .iconfont{color:#FF5100}.header-container .header-info .item .iconfont{color:#ff8d1a;font-size:16px;margin-right:3px}.header-container .header-info .item div{display:inline-block;color:#7f7f7f;font-size:14px;margin-top:4px}.header-container .header-info .item div .kuohao{color:#bbb}.header-container .header-info .item #shop-num{font-style:normal;color:#ff8d1a}.header-container .header-info .user-head-img{float:left;text-align:center;cursor:pointer;margin:18px 0 0 35px}.header-container .header-info .user-head-img img{width:40px;height:40px;border-radius:100%}.header-container .header-info .user-head-img:hover ~ .logout{display:inline}.header-container .header-info .logout{position:absolute;right:0;top:58px;z-index:100;background-color:#fff;text-align:left;font-size:14px;display:none;width:150px;padding:8px 10px;box-shadow:0 0 1px 1px #e5e5e5;border-radius:3px}.header-container .header-info .logout:hover{display:inline}.header-container .header-info .logout p{text-align:center;width:100%;height:35px;line-height:35px}.header-container .header-info .logout p.company-name{cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-container .header-info .logout p.item-choice a:hover{color:#ff8d1a}.footer-container{background:#333;border-top:1px solid #E5E5E5}.footer-container .container{width:980px;height:204px;margin:0 auto;color:#ccc;font-size:12px}.footer-container .container .container-img{overflow:hidden;height:178px;border-bottom:1px solid #E5E5E5}.footer-container .container .container-img .middle-div{float:left;width:74px;margin-top:31px;margin-right:210px;margin-left:10px}.footer-container .container .container-img .middle-div .div-img{width:74px;height:74px}.footer-container .container .container-img .middle-div .div-span{font-size:14px;color:#333333;letter-spacing:-0.56px;margin-top:16px;display:inline-block;width:74px;text-align:center}.footer-container .container .container-img .div-add{float:left;font-size:30px;color:#FFFFFF;letter-spacing:-0.21px;margin:0 24px}.footer-container .container .detail{overflow:hidden}.footer-container .container .detail .detail-solid{margin-left:109px;margin-top:50px;margin-right:109px;float:left;border:1px solid #666;height:106px}.footer-container .container .detail .about,.footer-container .container .detail .service,.footer-container .container .detail .cooperate{float:left;margin:40px 0 0}.footer-container .container .detail .about .name,.footer-container .container .detail .service .name,.footer-container .container .detail .cooperate .name{font-size:16px;color:#ccc}.footer-container .container .detail .about ul,.footer-container .container .detail .service ul,.footer-container .container .detail .cooperate ul{margin-top:14px}.footer-container .container .detail .about a,.footer-container .container .detail .service a,.footer-container .container .detail .cooperate a{font-size:12px;color:#ccc;line-height:18px;margin:7px 0;display:block;overflow:hidden}.footer-container .container .detail .about a i,.footer-container .container .detail .service a i,.footer-container .container .detail .cooperate a i{float:left;margin:2px 10px 0 0;font-size:18px}.footer-container .container .detail .about a span,.footer-container .container .detail .service a span,.footer-container .container .detail .cooperate a span{float:left}.footer-container .container .detail .service a{margin:12px 0}.footer-container .container .detail .info{float:right;margin:30px 56px 0 0}.footer-container .container .detail .info .phone{overflow:hidden}.footer-container .container .detail .info .phone img{float:left;height:25px;margin-right:10px}.footer-container .container .detail .info .phone span{float:left;font-size:24px;font-weight:bold}.footer-container .container .detail .info .work-time{margin-top:12px}.footer-container .container .detail .qr-code{float:right;text-align:center;margin-top:35px;width:150px}.footer-container .container .detail .qr-code img{width:115px}.footer-container .container .detail .qr-code .tip{font-size:14px;margin-top:10px}.footer-container .copyright{text-align:left;border-top:1px solid #666;line-height:50px;font-size:12px;color:#ccc}.footer-container .copyright .box{width:980px;margin:0 auto}#alert-container{display:none;position:fixed;z-index:2000;top:0;left:0;width:100%;height:100%}#alert-container .mask{width:100%;height:100%;background:black;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity:0.5}#alert-container .alert-box,#alert-container .alert-login{position:absolute;top:50%;left:50%;margin-left:-280px;margin-top:-100px;width:560px;border:1px solid #e5e5e5;border-radius:5px;background:#fff}#alert-container .alert-box .title-box,#alert-container .alert-login .title-box{height:44px;background:#F7F7F7;line-height:44px;padding:0 20px}#alert-container .alert-box .title-box .title,#alert-container .alert-login .title-box .title{font-size:16px;color:#000000;letter-spacing:1px}#alert-container .alert-box .title-box .alert-modal-close,#alert-container .alert-login .title-box .alert-modal-close{float:right;cursor:pointer}#alert-container .alert-box .title-box .alert-modal-close:hover,#alert-container .alert-login .title-box .alert-modal-close:hover{color:#ff8d1a}#alert-container .alert-box .content-box,#alert-container .alert-login .content-box{padding:20px 40px 6px 40px;color:#666}#alert-container .alert-box .content-box.center,#alert-container .alert-login .content-box.center{text-align:center}#alert-container .alert-box .content-box .box,#alert-container .alert-login .content-box .box{display:inline-block;overflow:hidden}#alert-container .alert-box .content-box .box .iconfont,#alert-container .alert-login .content-box .box .iconfont{float:left;color:#ff8d1a;font-size:20px;width:26px;margin-top:2px}#alert-container .alert-box .content-box .box .msg,#alert-container .alert-login .content-box .box .msg{float:left;max-width:452px;padding-top:2px;font-size:14px;line-height:1.6}#alert-container .alert-box .content-box .box .msg a,#alert-container .alert-login .content-box .box .msg a{color:#ff8d1a}#alert-container .alert-box .btn-box,#alert-container .alert-login .btn-box{text-align:right;padding-right:40px;height:80px;line-height:80px}#alert-container .alert-box .btn-box .btn,#alert-container .alert-login .btn-box .btn{display:inline-block;width:80px;height:30px;text-align:center;line-height:30px;background:#ff8d1a;color:#fff;font-size:14px;border-radius:3px;cursor:pointer}#alert-container .alert-box .btn-box .btn:hover,#alert-container .alert-login .btn-box .btn:hover{background:#FF5100}#alert-container .alert-box .btn-box{overflow:hidden;padding-right:40px;height:80px;line-height:80px}#alert-container .alert-box .btn-box .btn{float:right;width:64px;color:#fff;cursor:pointer;margin:25px 0 0 16px}#alert-container .alert-box .btn-box .btn.alert-modal-cancel{display:none;border:1px solid #ff8d1a;color:#ff8d1a;background-color:#fff}#alert-container .alert-box .btn-box .btn.alert-modal-cancel:hover{background:#FFEFDE}#alert-container .alert-box .btn-box .btn.alert-modal-confirm{background:#ff8d1a;color:#fff}#alert-container .alert-box .btn-box .btn.alert-modal-confirm:hover{background:#FF5100}#alert-login-container{display:none;position:fixed;z-index:2000;top:0;left:0;width:100%;height:100%}#alert-login-container .mask{width:100%;height:100%;background:black;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity:0.5}#alert-login-container .alert-box,#alert-login-container .alert-login{position:absolute;top:50%;left:50%;margin-left:-280px;margin-top:-100px;width:560px;border:1px solid #e5e5e5;border-radius:5px;background:#fff}#alert-login-container .alert-box .title-box,#alert-login-container .alert-login .title-box{height:44px;background:#F7F7F7;line-height:44px;padding:0 20px}#alert-login-container .alert-box .title-box .title,#alert-login-container .alert-login .title-box .title{font-size:16px;color:#000000;letter-spacing:1px}#alert-login-container .alert-box .title-box .alert-modal-close,#alert-login-container .alert-login .title-box .alert-modal-close{float:right;cursor:pointer}#alert-login-container .alert-box .title-box .alert-modal-close:hover,#alert-login-container .alert-login .title-box .alert-modal-close:hover{color:#ff8d1a}#alert-login-container .alert-box .content-box,#alert-login-container .alert-login .content-box{padding:20px 40px 6px 40px;color:#666}#alert-login-container .alert-box .content-box.center,#alert-login-container .alert-login .content-box.center{text-align:center}#alert-login-container .alert-box .content-box .box,#alert-login-container .alert-login .content-box .box{display:inline-block;overflow:hidden}#alert-login-container .alert-box .content-box .box .iconfont,#alert-login-container .alert-login .content-box .box .iconfont{float:left;color:#ff8d1a;font-size:20px;width:26px;margin-top:2px}#alert-login-container .alert-box .content-box .box .msg,#alert-login-container .alert-login .content-box .box .msg{float:left;max-width:452px;padding-top:2px;font-size:14px;line-height:1.6}#alert-login-container .alert-box .content-box .box .msg a,#alert-login-container .alert-login .content-box .box .msg a{color:#ff8d1a}#alert-login-container .alert-box .btn-box,#alert-login-container .alert-login .btn-box{text-align:right;padding-right:40px;height:80px;line-height:80px}#alert-login-container .alert-box .btn-box .btn,#alert-login-container .alert-login .btn-box .btn{display:inline-block;width:80px;height:30px;text-align:center;line-height:30px;background:#ff8d1a;color:#fff;font-size:14px;border-radius:3px;cursor:pointer}#alert-login-container .alert-box .btn-box .btn:hover,#alert-login-container .alert-login .btn-box .btn:hover{background:#FF5100}#alert-login-container .alert-box .btn-box{overflow:hidden;padding-right:40px;height:80px;line-height:80px}#alert-login-container .alert-box .btn-box .btn{float:right;width:64px;color:#fff;cursor:pointer;margin:25px 0 0 16px}#alert-login-container .alert-box .btn-box .btn.alert-modal-cancel{display:none;border:1px solid #ff8d1a;color:#ff8d1a;background-color:#fff}#alert-login-container .alert-box .btn-box .btn.alert-modal-cancel:hover{background:#FFEFDE}#alert-login-container .alert-box .btn-box .btn.alert-modal-confirm{background:#ff8d1a;color:#fff}#alert-login-container .alert-box .btn-box .btn.alert-modal-confirm:hover{background:#FF5100}#side-bar{position:fixed;right:2px;top:50%;margin-top:-100px;z-index:20}#side-bar a{position:relative;display:block;width:56px;height:56px;margin-bottom:2px;text-align:center}#side-bar a span{display:none;font-size:14px;line-height:20px;padding:8px 12px;color:#fff}#side-bar a .shop-num{display:block;top:10px;right:6px;position:absolute;padding:0 5px;height:16px;line-height:16px;background-color:#F20000;border-radius:100px}#side-bar a:hover{background-color:#ff8d1a;border-radius:4px}#side-bar a:hover img{display:none}#side-bar a:hover span{display:block}#side-bar a:hover .shop-num{display:none}#side-bar img{width:100%}#side-bar .contact-kf{position:relative}#side-bar .contact-kf:hover .contact-phone{display:block}#side-bar .contact-kf .contact-phone{display:none;position:absolute;top:0;right:62px;background-color:#fff;box-shadow:0 0 5px 1px #e5e5e5;font-size:14px;width:200px;line-height:1.3;border-radius:3px;text-align:center}#side-bar .contact-kf .contact-phone .list{display:inline-block;vertical-align:middle;line-height:2}#side-bar .contact-kf .contact-phone .list .name{float:left}#side-bar .contact-kf .contact-phone .list .phone{float:left}#custom-service-modal{position:fixed;z-index:1000;top:0;width:100%;height:100%}#custom-service-modal .mask{background-color:#000;opacity:0.37;filter:alpha(opacity=37);height:100%}#custom-service-modal .modal-info{position:absolute;top:0;left:50%;width:500px;margin:80px 0 0 -250px;background-color:#fff}#custom-service-modal .modal-info .title{background-color:#F8F7F7;height:48px;line-height:48px;padding:0 12px 0 16px;font-size:14px;overflow:hidden}#custom-service-modal .modal-info .title .left-item{overflow:hidden;float:left}#custom-service-modal .modal-info .title .left-item img{height:30px;margin-right:12px;margin-top:9px;float:left}#custom-service-modal .modal-info .title .left-item div{float:left;font-size:14px}#custom-service-modal .modal-info .title .close-icon{float:right}#custom-service-modal .modal-info .title .close-icon img{margin-top:10px;height:28px}#custom-service-modal .modal-info .notice{font-size:14px;text-align:center;color:#b4b4b4;line-height:42px;margin:0 22px;border-bottom:1px solid #e5e5e5}#custom-service-modal .modal-info .chat-info .pull-down{text-align:center;margin:15px 0 8px}#custom-service-modal .modal-info .chat-info .pull-down .container{display:inline-block;vertical-align:top;overflow:hidden}#custom-service-modal .modal-info .chat-info .pull-down .container img{float:left;height:18px;margin-right:4px}#custom-service-modal .modal-info .chat-info .pull-down .container div{float:left;color:#b4b4b4;font-size:14px;line-height:20px}#custom-service-modal .modal-info .chat-info .time{color:#fff;background-color:#ccc;font-size:14px;padding:4px 0;border-radius:3px;width:170px;margin:0 auto 5px auto;display:block;text-align:center}#custom-service-modal .modal-info .chat-info .user-info{overflow:hidden}#custom-service-modal .modal-info .chat-info .user-info>img{float:right;width:40px;height:40px;margin:0 20px 0 12px}#custom-service-modal .modal-info .chat-info .user-info .info{float:right;background-color:#FFDEBE;border-radius:3px;line-height:24px;font-size:14px;padding:6px 24px 6px 18px;margin-top:2px}#custom-service-modal .modal-info .chat-info .user-info .arrow{float:right;height:16px;margin-top:13px;margin-left:-1px}#custom-service-modal .modal-info .chat-info .user-info .arrow img{height:100%}#custom-service-modal .modal-info .chat-info .kf-info{overflow:hidden;margin-top:10px}#custom-service-modal .modal-info .chat-info .kf-info>img{float:left;width:50px;height:50px;margin:0 12px 0 20px}#custom-service-modal .modal-info .chat-info .kf-info .arrow{float:left;height:16px;margin-top:30px;margin-right:-1px}#custom-service-modal .modal-info .chat-info .kf-info .arrow img{height:100%}#custom-service-modal .modal-info .chat-info .kf-info .right-item{float:left;width:350px}#custom-service-modal .modal-info .chat-info .kf-info .right-item .name{color:#7f7f7f;font-size:14px;margin:0 0 4px 2px;line-height:18px}#custom-service-modal .modal-info .chat-info .kf-info .right-item .info{background-color:#f4f4f4;border-radius:3px;line-height:24px;font-size:14px;padding:6px 16px}#custom-service-modal .modal-info .entry-info{background-color:#f1f1f1;border:1px solid #e5e5e5;margin:40px 25px 16px 25px;height:120px}#custom-service-modal .modal-info .entry-info .special-nav{overflow:hidden}#custom-service-modal .modal-info .entry-info .special-nav>div{float:left;overflow:hidden;margin:12px 18px 0 20px}#custom-service-modal .modal-info .entry-info .special-nav>div img{float:left;width:16px;margin-right:3px}#custom-service-modal .modal-info .entry-info .special-nav>div div{float:left;font-size:14px;line-height:16px}#custom-service-modal .modal-info .entry-info textarea{background-color:#f1f1f1;width:100%;padding:12px 30px;height:60px}#custom-service-modal .modal-info .operate{overflow:hidden;margin-bottom:16px}#custom-service-modal .modal-info .operate>div{float:right;color:#fff;width:80px;height:30px;line-height:30px;text-align:center;letter-spacing:3px;font-size:14px;cursor:pointer}#custom-service-modal .modal-info .operate .close{background-color:#999}#custom-service-modal .modal-info .operate .send{background-color:#ff8d1a;margin:0 24px}.nav-route{margin-top:50px;width:100%;z-index:10;line-height:32px;font-size:12px;box-sizing:border-box;overflow:hidden}.nav-route .container{overflow:hidden;float:right}.nav-route .container .data-summary{float:left}.nav-route .container .nav-pagination{float:left;overflow:hidden}.nav-route .container .nav-pagination ul{float:left;overflow:hidden;border:1px solid #e5e5e5;border-left:none;margin:0 20px;height:32px}.nav-route .container .nav-pagination ul li{cursor:pointer;float:left;border-left:1px solid #e5e5e5;box-sizing:border-box;background-color:#fff}.nav-route .container .nav-pagination ul li:hover a{color:#ff8d1a}.nav-route .container .nav-pagination ul li.disabled{cursor:not-allowed}.nav-route .container .nav-pagination ul li.disabled a{cursor:inherit;color:#bbb}.nav-route .container .nav-pagination ul li.active{background-color:#ff8d1a;border-color:#ff8d1a}.nav-route .container .nav-pagination ul li.active+li{border-color:#e5e5e5}.nav-route .container .nav-pagination ul li.active a{color:#fff}.nav-route .container .nav-pagination ul li a{display:block;padding:0 12px;height:32px;color:#333}.nav-route .container .nav-pagination .page-route{float:left;overflow:hidden}.nav-route .container .nav-pagination .page-route span{float:left;color:#666;font-size:14px}.nav-route .container .nav-pagination .page-route input{width:60px;height:32px;line-height:32px;box-sizing:border-box;border:1px solid #cfd7e6;text-align:center;float:left;margin:0 8px}.nav-route .container .nav-pagination .page-route button{float:left;margin-left:8px}.index-banner{position:absolute;top:0;z-index:10;width:100%;height:56px}.index-banner .menu{width:980px;height:56px;margin:0 auto;font-size:15px}.index-banner .menu .navigation{width:980px;padding:0 20px}.index-banner .menu .navigation li{display:block;float:left;width:73px;margin:0 10px;cursor:pointer}.index-banner .menu .navigation li a{display:block;width:100%;height:56px;text-align:center;line-height:56px;font-size:14px;color:#fff}.index-banner .menu .navigation li a:hover:not(.menu-active){color:#ff8d1a}.index-banner .menu .navigation li .lvl_2{display:none;position:relative;left:-20px;top:-16px;width:124px;padding-top:16px;-moz-opacity:0.9;opacity:.90;filter:alpha(opacity=90);background:url("/static/website/img/supermarket/index/bannerbg.png")}.index-banner .menu .navigation li .lvl_2 li{display:block;width:124px;height:36px;text-align:center;line-height:36px;font-size:12px}.index-banner .menu .navigation li .lvl_2 li:hover{border-bottom:3px solid #fff}.personal-banner{width:100%;background:#444}.personal-banner .menu{width:980px;height:56px;margin:0 auto}.personal-banner .menu a{float:left;padding:0 20px;height:56px;text-align:center;line-height:56px;font-size:14px;color:#fff}.personal-banner .menu .search{float:right;height:56px;font-size:0px;padding-top:11px}.personal-banner .menu .search .keyword{width:275px;height:35px;line-height:35px;padding-left:10px}.personal-banner .menu .search ::-webkit-input-placeholder{font-size:14px}.supermarket-index .banner{position:absolute;top:46px;z-index:-1;width:100%;height:550px;background:url(/static/website/img/banner-bg.png) center center no-repeat}.supermarket-index .swiper-container{width:980px;height:450px;margin:0 auto}.supermarket-index .navs{position:absolute;top:146px;left:50%;z-index:999;width:200px;height:450px;margin-left:-490px;background-color:rgba(0,0,0,0.5)}.supermarket-index .navs .nav{display:block;width:200px;height:50px;line-height:50px;padding:0 20px;overflow:hidden;color:#fff}.supermarket-index .navs .nav span{float:left;font-size:14px}.supermarket-index .navs .nav i{float:right;font-size:12px}.supermarket-index .navs .nav:hover{background-color:#ff8d1a}.supermarket-index .navs .nav:hover+.popover{display:block}.supermarket-index .navs .popover{display:none;position:absolute;left:200px;top:0;width:240px;height:450px;background-color:#fff;box-shadow:9px 2px 18px 0px rgba(0,0,0,0.09)}.supermarket-index .navs .popover:hover{display:block}.supermarket-index .navs .popover .name{margin:20px 16px;font-size:16px;font-weight:bold}.supermarket-index .navs .popover .second-classify-lists{width:100%;height:380px;background:url(/static/website/img/popover-bg.png) center center no-repeat;overflow:hidden;padding-right:16px}.supermarket-index .navs .popover .second-classify-lists .list{float:left;font-size:14px;color:#666;margin:0 0 16px 16px}.supermarket-index .navs .popover .second-classify-lists .list:hover{color:#ff8d1a;text-decoration:underline}.supermarket-index .navs .popover .hollow{text-align:center}.supermarket-index .navs .popover .hollow img{width:180px;margin-top:46px}.supermarket-index .navs .popover .hollow .tip{font-size:14px;color:#666}.supermarket-index .navs .popover .hollow a{display:inline-block;margin-top:20px;color:#ff8d1a;font-size:14px;border:1px solid #ff8d1a;border-radius:4px;width:90px;height:28px;line-height:28px}.supermarket-index .navs .popover .hollow a:hover{background-color:#FFF1E4}.supermarket-index .classify-items .item{overflow:hidden;width:980px;height:446px;margin:20px auto;background-color:#fff;border-radius:4px;box-shadow:0px 2px 20px 0px rgba(51,51,51,0.04)}.supermarket-index .classify-items .item .first-classify{float:left;width:200px;height:446px;text-align:center}.supermarket-index .classify-items .item .first-classify img{height:85px;margin:125px 0 20px 0}.supermarket-index .classify-items .item .first-classify .name{color:#666;font-size:20px}.supermarket-index .classify-items .item .first-classify .alias-name{font-size:12px;line-height:1.3}.supermarket-index .classify-items .item .goods{float:left}.supermarket-index .classify-items .item .goods .head{width:778px;padding:10px 22px 16px 22px;overflow:hidden;line-height:40px}.supermarket-index .classify-items .item .goods .head .name{float:left;font-size:16px;color:#666}.supermarket-index .classify-items .item .goods .head .name span{float:left}.supermarket-index .classify-items .item .goods .head .name span.alias-name{color:#999;font-size:12px;margin-left:4px}.supermarket-index .classify-items .item .goods .head .check-more{float:right;color:#999;font-size:12px}.supermarket-index .classify-items .item .goods .head .check-more:hover{color:#ff8d1a}.supermarket-index .classify-items .item .goods .lists{overflow:hidden}.supermarket-index .classify-items .item .goods .lists .list{float:left;width:230px;height:348px;margin-left:22px;background:#fff;border-radius:4px;border:1px solid #e5e5e5}.supermarket-index .classify-items .item .goods .lists .list img{width:165px;height:165px;margin:32px}.supermarket-index .classify-items .item .goods .lists .info{margin-left:12px}.supermarket-index .classify-items .item .goods .lists .info .name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:22px;font-size:16px}.supermarket-index .classify-items .item .goods .lists .info .desc{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:20px;font-size:14px;color:#999;margin:4px 0 16px 0}.supermarket-index .classify-items .item .goods .lists .price-item{overflow:hidden}.supermarket-index .classify-items .item .goods .lists .price-item .price{float:left;color:#F20000;font-size:12px}.supermarket-index .classify-items .item .goods .lists .price-item .price span{font-size:14px;font-weight:bold}.supermarket-index .classify-items .item .goods .lists .price-item del{float:right;font-size:12px;color:#999;margin-right:2px}.supermarket-index .demand-customization{width:100%;height:620px;padding-top:80px;background:#fff}.supermarket-index .demand-customization .container{width:980px;height:520px;margin:0 auto;background-color:#fff;box-shadow:4px 3px 19px 0px rgba(0,0,0,0.09);border-radius:8px}.supermarket-index .demand-customization .container .head{height:100px;margin:10px}.supermarket-index .demand-customization .container .content .tip{font-size:16px;margin:15px 0 30px 0;text-align:center}.supermarket-index .demand-customization .container .content .form{margin-left:238px}.supermarket-index .demand-customization .container .content .form ul li{overflow:hidden;line-height:38px}.supermarket-index .demand-customization .container .content .form ul li .name{float:left;width:70px;font-size:14px}.supermarket-index .demand-customization .container .content .form ul li .name span{color:#ff8d1a}.supermarket-index .demand-customization .container .content .form ul li input,.supermarket-index .demand-customization .container .content .form ul li textarea{width:336px;line-height:38px;height:38px;float:left;margin:0 0 16px 10px;background-color:#f8f8f8;border-radius:4px;border:1px solid #e5e5e5;padding:0 10px}.supermarket-index .demand-customization .container .content .form ul li textarea{padding:10px;height:100px;line-height:1.4}.supermarket-index .demand-customization .container .content .form .submit-btn{width:196px;height:45px;line-height:45px;text-align:center;border-radius:4px;background-color:#ff8d1a;margin:14px 0 0 152px;color:#fff;font-size:14px;cursor:pointer}.supermarket-index .demand-customization .container .content .form .submit-btn:hover{background-color:#ff5100}.supermarket-index .demand-customization .container .content .form .submit-btn.not-logged{background-color:#666}.supermarket-index .demand-customization .container .content .form .submit-btn.not-logged:hover{background-color:#666}.supermarket-index .enterprise-advantage{height:560px;text-align:center;color:#fff;background:#fff}.supermarket-index .enterprise-advantage .head{padding:55px 0 27px 0;color:#333;text-align:left;width:980px;margin:0 auto}.supermarket-index .enterprise-advantage .head .name{font-size:30px;letter-spacing:3px;display:inline-block}.supermarket-index .enterprise-advantage .head .alias-name{font-size:14px;line-height:1.6;display:inline-block}.supermarket-index .enterprise-advantage ul{display:inline-block}.supermarket-index .enterprise-advantage ul li{float:left;margin-right:20px;width:230px;height:360px;filter:alpha(opacity=80);background:#fff;box-shadow:4px 3px 18px 0px rgba(0,0,0,0.09);border-radius:8px;color:#666}.supermarket-index .enterprise-advantage ul li:last-child{margin-right:0}.supermarket-index .enterprise-advantage ul li img{width:84px;margin:64px 0 30px 0}.supermarket-index .enterprise-advantage ul li .name{font-size:18px;font-weight:bold}.supermarket-index .enterprise-advantage ul li .line{display:inline-block;width:40px;height:3px;background-color:#ff8d1a;margin:12px 0 16px 0}.supermarket-index .enterprise-advantage ul li .desc{font-size:16px;line-height:24px}.supermarket-index .supplier,.supermarket-index .enterprise{width:980px;margin:60px auto 0 auto}.supermarket-index .supplier .head,.supermarket-index .enterprise .head{overflow:hidden;line-height:40px;margin-bottom:20px}.supermarket-index .supplier .head .title,.supermarket-index .enterprise .head .title{float:left;overflow:hidden}.supermarket-index .supplier .head .title .name,.supermarket-index .enterprise .head .title .name{float:left;font-size:26px}.supermarket-index .supplier .head .title .alias-name,.supermarket-index .enterprise .head .title .alias-name{float:left;font-size:14px;color:#999;margin:4px 0 0 6px}.supermarket-index .supplier .head .cooperate-btn,.supermarket-index .enterprise .head .cooperate-btn{float:right;width:85px;height:26px;line-height:26px;text-align:center;border-radius:4px;border:1px solid #ff8d1a;font-size:14px;color:#ff8d1a;cursor:pointer;background-color:#fff}.supermarket-index .supplier .head .cooperate-btn:hover,.supermarket-index .enterprise .head .cooperate-btn:hover{background-color:#FFF1E4}.supermarket-index .supplier .supplier-swiper-container,.supermarket-index .supplier .enterprise-swiper-container,.supermarket-index .enterprise .supplier-swiper-container,.supermarket-index .enterprise .enterprise-swiper-container{background-color:#fff;padding:25px 0;overflow:hidden}.supermarket-index .supplier .supplier-swiper-container .swiper-slide,.supermarket-index .supplier .enterprise-swiper-container .swiper-slide,.supermarket-index .enterprise .supplier-swiper-container .swiper-slide,.supermarket-index .enterprise .enterprise-swiper-container .swiper-slide{overflow:hidden}.supermarket-index .supplier .supplier-swiper-container .swiper-slide img,.supermarket-index .supplier .enterprise-swiper-container .swiper-slide img,.supermarket-index .enterprise .supplier-swiper-container .swiper-slide img,.supermarket-index .enterprise .enterprise-swiper-container .swiper-slide img{float:left;width:195px;height:100px}.supermarket-index .enterprise{margin-bottom:0px;padding-bottom:80px}.supermarket-login{width:100%;height:100%}.supermarket-login .header{width:980px;height:70px;line-height:70px;margin:0 auto}.supermarket-login .header .logo{display:inline-block}.supermarket-login .header .logo img{height:46px;margin-top:10px}.supermarket-login .header .line{border:1px solid #E5E5E5;height:18px;margin:0 12px}.supermarket-login .header span.word{font-size:20px}.supermarket-login .login-content{position:relative;height:530px;background:url("/static/website/img/supermarket/login/login-bg.png") center center no-repeat;text-align:center}.supermarket-login .login-content .login-box{display:inline-block;width:500px;height:419px;margin-top:55px;box-shadow:4px 11px 18px 0px rgba(0,0,0,0.09);border-radius:8px;background:url("/static/website/img/supermarket/login/content-bg.png") no-repeat}.supermarket-login .login-content .login-box .title{margin:40px 0 10px 0;font-size:28px;color:#ff8d1a;font-weight:normal}.supermarket-login .login-content .login-box .alert{visibility:hidden;width:316px;height:24px;margin:0 auto;border-radius:4px;background-color:#FFE2E4;color:#ff3c4b}.supermarket-login .login-content .login-box .alert i{position:relative;top:1px}.supermarket-login .login-content .login-box .alert span{line-height:24px;font-size:12px}.supermarket-login .login-content .login-box form .input-box{display:block;width:316px;margin:0 auto;padding-top:40px;padding-bottom:6px;border-bottom:2px solid #e5e5e5}.supermarket-login .login-content .login-box form .input-box:nth-child(1){padding-top:20px}.supermarket-login .login-content .login-box form .input-box:nth-child(2){padding-top:40px}.supermarket-login .login-content .login-box form .input-box i{float:left;margin-right:16px;line-height:25px;color:#999;font-size:20px}.supermarket-login .login-content .login-box form .input-box input{float:left;width:80%;height:25px}.supermarket-login .login-content .login-box form .input-box :-moz-placeholder{color:#999999}.supermarket-login .login-content .login-box form .input-box ::-moz-placeholder{color:#999999}.supermarket-login .login-content .login-box form .input-box input:-ms-input-placeholder{color:#999999}.supermarket-login .login-content .login-box form .input-box input::-webkit-input-placeholder{color:#999999}.supermarket-login .login-content .login-box form .info{width:250px;height:30px;vertical-align:middle;margin:0 auto;margin-top:20px}.supermarket-login .login-content .login-box form .info .custom-check{float:left;margin-top:7px;overflow:hidden;width:13px;height:13px;cursor:pointer}.supermarket-login .login-content .login-box form .info .custom-check.active img{display:none}.supermarket-login .login-content .login-box form .info .custom-check.active img.active{display:block}.supermarket-login .login-content .login-box form .info span{float:left;margin-top:5px;margin-left:3px;font-size:14px;color:#ff8d1a;cursor:pointer}.supermarket-login .login-content .login-box form .info .forget{float:right;margin-top:5px;font-size:14px;color:#ff8d1a}.supermarket-login .login-content .login-box form .sub{width:316px;height:44px;line-height:44px;margin:60px auto 0 auto;border-radius:4px;color:#fff;background:#ff8d1a;cursor:pointer;font-size:18px}.supermarket-login .login-content .login-box form .sub:hover{background:#FF5100}.supermarket-login .forget-content{position:relative;width:100%;height:700px;background:url("/static/website/img/supermarket/login/forgetContent.png") no-repeat;background-position:center center;background-size:cover}.supermarket-login .forget-content .forget-box{position:absolute;left:50%;top:46%;transform:translate(-50%, -50%);width:700px;height:300px;border:1px solid #e5e5e5;box-shadow:0px 0px 5px 1px #e5e5e5;background-color:#fff}.supermarket-login .forget-content .forget-box .title{height:55px;margin-left:15px}.supermarket-login .forget-content .forget-box .title span{display:inline-block;padding:5px 25px;font-size:14px;border-top:3px solid transparent;color:#ff8d1a}.supermarket-login .forget-content .forget-box .title .light-border{border-top:3px solid #ff8d1a}.supermarket-login .forget-content .forget-box .title .line{display:inline-block;height:15px;margin:0 10px;border:1px solid #e5e5e5}.supermarket-login .forget-content .forget-box .title .prompt{font-size:14px;color:#bbb}.supermarket-login .forget-content .forget-box .fill-info{width:500px;height:120px;margin:30px auto}.supermarket-login .forget-content .forget-box .fill-info label{display:inline-block;width:120px;height:30px;font-size:14px;color:#333}.supermarket-login .forget-content .forget-box .fill-info input{height:25px;border:1px solid #bbb}.supermarket-login .forget-content .forget-box .fill-info .step-one .phone{width:300px}.supermarket-login .forget-content .forget-box .fill-info .step-one .get-code{width:120px;margin-right:40px}.supermarket-login .forget-content .forget-box .fill-info .step-one .input-code{width:120px;margin-right:30px}.supermarket-login .forget-content .forget-box .fill-info .step-one span{display:inline-block;width:135px;height:30px;text-align:center;line-height:30px;font-size:14px;color:#fff;background-color:#ff8d1a;cursor:pointer}.supermarket-login .forget-content .forget-box .fill-info .step-two{display:none}.supermarket-login .forget-content .forget-box .btn{width:70px;height:30px;text-align:center;line-height:30px;margin:0 auto;font-size:14px;color:#fff;background-color:#ff8d1a;cursor:pointer}.supermarket-login .forget-content .forget-box .complete{display:none}.supermarket-login .footer .line-one{margin:25px 0 10px 0;text-align:center;line-height:17px}.supermarket-login .footer .line-one a{display:inline-block;width:100px;text-align:center;font-size:14px;color:#bbb}.supermarket-login .footer .line-one a:nth-child(2){border-left:2px solid #e5e5e5;border-right:2px solid #e5e5e5}.supermarket-login .footer .line-two{width:100%;padding-bottom:45px;text-align:center;line-height:17px;font-size:14px;color:#bbb}.order-center{width:100%}.order-center .order-box{width:980px;margin:15px auto}.order-center .order-box .shopping-header{width:100%;height:46px;margin-bottom:20px;border-bottom:2px solid #e5e5e5;box-sizing:border-box}.order-center .order-box .shopping-header a{cursor:pointer;width:110px;float:left;height:46px;text-align:center;font-size:16px;color:#333;overflow:hidden}.order-center .order-box .shopping-header a .header-color{float:right;width:40px;text-align:left;font-size:16px;color:#FF8F1E;letter-spacing:-0.08px;line-height:46px}.order-center .order-box .shopping-header a.active{border-bottom:4px solid #FF8F1E}.order-center .order-box .shopping-header a.active .header-span{color:#FF8F1E}.order-center .order-box .shopping-header a .header-span{font-size:14px;display:inline-block;margin-top:14px;width:100%;height:18px;border-left:1px solid #e5e5e5}.order-center .order-box .shopping-header a:first-child .header-span{border-left:none}.order-center .order-box .shopping-header .order-info{width:390px}.order-center .order-box .shopping-header .order-price{width:107px}.order-center .order-box .shopping-header .order-quantity{width:81px}.order-center .order-box .shopping-header .order-goods-operation{width:96px}.order-center .order-box .shopping-header .order-pay{width:106px}.order-center .order-box .shopping-header .order-state{width:77px}.order-center .order-box .shopping-header .order-operation{width:118px}.order-center .order-box .shopping-header .shopping-info{width:465px}.order-center .order-box .shopping-header .shopping-price{width:120px}.order-center .order-box .shopping-header .shopping-quantity{width:150px}.order-center .order-box .shopping-header .shopping-amount{width:150px}.order-center .order-box .shopping-header .shopping-operation{width:90px}.order-center .order-box .shopping-header .express-addressee{width:270px}.order-center .order-box .shopping-header .express-address{width:270px}.order-center .order-box .shopping-header .express-amount-estimate{width:80px}.order-center .order-box .shopping-header .express-amount-pay{width:80px}.order-center .order-box .shopping-header .express-state{width:120px}.order-center .order-box .shopping-header .express-operation{width:157px}.order-center .order-box .shopping-header .office-type{width:240px}.order-center .order-box .shopping-header .office-position{width:130px}.order-center .order-box .shopping-header .office-scale{width:120px}.order-center .order-box .shopping-header .office-time{width:110px}.order-center .order-box .shopping-header .office-price{width:100px}.order-center .order-box .shopping-header .office-state{width:110px}.order-center .order-box .shopping-header .office-operation{width:166px}.order-center .order-box .shopping-header .apply-invoice{float:right;margin-top:15px}.order-center .order-box .shopping-header .apply-invoice a{font-size:14px;color:#ff8d1a;height:20px;width:80px}.order-center .order-box .shopping-header .apply-invoice a .iconfont{font-size:15px;margin-right:3px}.order-center .order-box .order-stage{height:44px;line-height:42px;font-size:14px;color:#333333;letter-spacing:0.17px;background:#E5E5E5}.order-center .order-box .order-stage a{display:inline-block;width:110px;height:44px;text-align:center;font-size:14px;color:#333}.order-center .order-box .order-stage a:last-child{border-right:1px solid #e5e5e5}.order-center .order-box .order-stage a.active{background:#FF8D1A;color:#fff}.order-center .order-box .order-stage a.active:last-child{border-right:1px solid #ff8d1a}.order-center .order-box .order-stage a.active span{color:#fff}.order-center .order-box .order-stage span{font-size:14px;color:#ff8d1a}.order-center .order-box .form_search{overflow:hidden}.order-center .order-box .form_search .search{float:left;width:255px;height:37px;line-height:37px;border:1px solid #E5E5E5;border-radius:3px}.order-center .order-box .form_search .search input{padding-left:10px}.order-center .order-box .form_search .search img{float:right}.order-center .order-box .form_search .search button{float:right;display:block;height:37px;width:70px;background:#ff8d1a;color:#fff;margin-top:-1px;cursor:pointer}.order-center .order-box .form_search .search-more{float:left;width:113px;height:37px;text-align:center;line-height:37px;margin-left:12px;border:1px solid #CCCCCC;font-size:14px;color:#999999;letter-spacing:-1.05px;border-radius:3px;cursor:pointer}.order-center .order-box .form_search .search-more i{margin-left:3px;font-size:12px}.order-center .order-box .hide{display:none}.order-center .order-box .filter-detail{height:125px;background:#F7F7F7;border:1px solid #E5E5E5;padding-top:22px}.order-center .order-box .filter-detail .filter-item{overflow:hidden}.order-center .order-box .filter-detail .filter-item .hh-input-label{float:left;margin:0 15px 15px}.order-center .order-box .filter-detail .filter-item .hh-input-label .name{float:left;text-align:left;font-size:14px;color:#333333;letter-spacing:-1.05px;height:32px;line-height:32px}.order-center .order-box .filter-detail .filter-item .hh-input-label .form-control{float:left;width:170px;margin-left:8px}.order-center .order-box .filter-detail .filter-item .hh-input-label .form-control select,.order-center .order-box .filter-detail .filter-item .hh-input-label .form-control input{width:100%;height:32px;line-height:32px;background:#FFFFFF;border:1px solid #E5E5E5;border-radius:4px;padding-left:8px;font-size:14px}.order-center .order-box .filter-detail .filter-item .hh-input-label .form-control input::-webkit-input-placeholder{color:#333}.order-center .order-box .filter-detail .filter-item .operate-btns{float:right}.order-center .order-box .filter-detail .filter-item .operate-btns button{margin-right:15px;width:72px;height:32px;line-height:32px;font-size:14px;cursor:pointer}.order-center .order-box .filter-detail .filter-item .operate-btns button i{margin-right:4px}.order-center .order-box .filter-detail .filter-item .operate-btns .default-btn{background:#FFFFFF;border:1px solid #FF8F1E;border-radius:4px;color:#FF8F1E}.order-center .order-box .filter-detail .filter-item .operate-btns .default-btn:hover{background:#FFF5EA}.order-center .order-box .filter-detail .filter-item .operate-btns .search-btn{background:#FF8F1E;border-radius:4px;color:#fff}.order-center .order-box .filter-detail .filter-item .operate-btns .search-btn:hover{background:#FF6428}.order-center .order-box .order-header{height:46px}.order-center .order-box .order-header .checkAll{height:46px;line-height:46px}.order-center .order-box .order-header .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.order-center .order-box .order-header .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.order-center .order-box .order-header .checkAll .custom-check.active img{display:none}.order-center .order-box .order-header .checkAll .custom-check.active img.active{display:block}.order-center .order-box .order-header .checkAll .select-all{display:inline-block;font-size:14px;margin-right:42px}.order-center .order-box .order-header .checkAll .checkAll-span{height:30px;line-height:30px;text-align:center;color:#333333}.order-center .order-box .order-header .checkAll .shopping-info{width:280px}.order-center .order-box .order-header .checkAll .shopping-price{width:105px}.order-center .order-box .order-header .checkAll .shopping-quantity{width:75px}.order-center .order-box .order-header .checkAll .shopping-operation{width:120px}.order-center .order-box .order-header .checkAll .order-goods-operation{width:88px}.order-center .order-box .order-header .checkAll .order-pay{width:115px}.order-center .order-box .order-header .checkAll .order-state{width:58px}.order-center .order-box .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.order-center .order-box .empty-box:before,.order-center .order-box .empty-box:after{display:table;content:" "}.order-center .order-box .empty-box:after{clear:both}.order-center .order-box .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-75px;margin-top:-87px;width:150px;height:174px}.order-center .order-box .empty-box p{position:absolute;left:50%;top:0;margin-left:-150px;width:300px;text-align:center;color:#bbb}.order-center .order-box .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.order-center .order-box .order-function{height:46px}.order-center .order-box .order-function .checkAll{height:46px;line-height:46px}.order-center .order-box .order-function .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.order-center .order-box .order-function .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.order-center .order-box .order-function .checkAll .custom-check.active img{display:none}.order-center .order-box .order-function .checkAll .custom-check.active img.active{display:block}.order-center .order-box .order-function .checkAll .select-all{display:inline-block;font-size:14px;margin-right:42px}.order-center .order-box .order-function .checkAll .checkAll-span{height:30px;line-height:30px;text-align:left;text-align:center}.order-center .order-box .order-function .checkAll .shopping-info{width:355px}.order-center .order-box .order-function .checkAll .shopping-price{width:110px}.order-center .order-box .order-function .checkAll .shopping-quantity{width:150px}.order-center .order-box .order-function .checkAll .shopping-amount{width:140px}.order-center .order-box .order-function .checkAll .shopping-operation{width:90px}.order-center .order-box .order-function .checkAll .change-page{float:right;height:100%;font-size:14px;box-sizing:border-box}.order-center .order-box .order-function .checkAll .change-page .container{overflow:hidden;float:right;height:100%}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination{float:left;overflow:hidden;height:100%}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul{float:left;overflow:hidden;border-left:none;height:45px}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li{cursor:pointer;float:left;height:45px;box-sizing:border-box}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.last span,.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.next span{width:60px;text-align:center;border:1px solid #e5e5e5;border-radius:5px}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li:hover a{color:#ff8d1a}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.disabled{cursor:not-allowed}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.disabled a{cursor:inherit;color:#bbb}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.active+li{border-color:#e5e5e5}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.active a{color:#ff8d1a}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li a{display:block;padding:3px 5px;height:100%;color:#333}.order-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li a span{display:block;height:38px;line-height:38px}.order-center .order-box .order-function .checkAll .page-number{float:right;margin-right:10px}.order-center .order-box .order-function .checkAll .page-number span{width:40px;height:40px;line-height:40px}.order-center .order-box .order-function .checkAll .page-number .backward{background:url("/static/website/img/supermarket/backward.png")}.order-center .order-box .order-function .checkAll .page-number .now{background:#ff8d1a;font-size:16px;color:#fff}.order-center .order-box .order-function .checkAll .page-number .forward{background:url("/static/website/img/supermarket/forward.png")}.order-center .order-box .order-function .changePage{float:right;height:46px;line-height:46px}.order-center .order-box .order-function .changePage span{width:56px}.order-center .order-box .order-content{display:block;width:100%}.order-center .order-box .order-content .items{width:100%;margin-bottom:25px;border-bottom:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-header{height:46px;line-height:46px;background:#F7F7F7;border:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-header .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.order-center .order-box .order-content .items .item-header .custom-check.active img{display:none}.order-center .order-box .order-content .items .item-header .custom-check.active img.active{display:block}.order-center .order-box .order-content .items .item-header .order-time{margin-right:20px;font-size:13px;font-weight:bold}.order-center .order-box .order-content .items .item-header .order-number{margin-right:20px;font-size:14px;cursor:pointer;text-decoration:underline}.order-center .order-box .order-content .items .item-header .order-number:hover{color:#ff8d1a}.order-center .order-box .order-content .items .item-header .order-supplier{display:inline-block;margin-right:20px;font-size:14px}.order-center .order-box .order-content .items .item-header .order-supplier img{position:relative;top:14px;width:18px}.order-center .order-box .order-content .items .item-header .order-supplier span{padding-left:5px}.order-center .order-box .order-content .items .item-header .advice{font-size:14px;color:#ff8d1a;cursor:pointer}.order-center .order-box .order-content .items .item-header .advice .advice-img{vertical-align:middle;margin-right:3px;width:17px;margin-top:-3px}.order-center .order-box .order-content .items .item-header .remain-time{font-size:14px}.order-center .order-box .order-content .items .item-content{display:table-row}.order-center .order-box .order-content .items .item-content .item-all{display:table-cell;width:679px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-all .item:not(:last-child){border-bottom:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-all .item .business-header{overflow:hidden;height:40px;background-color:#FFFAF7;border-bottom:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-all .item .business-header img{float:left;height:24px;margin:8px 12px}.order-center .order-box .order-content .items .item-content .item-all .item .business-header .name{float:left;font-size:12px;line-height:40px}.order-center .order-box .order-content .items .item-content .item-all .item .goods-list{border-bottom:1px solid #e5e5e5;padding-bottom:20px;overflow:hidden}.order-center .order-box .order-content .items .item-content .item-all .item .goods-list:last-child{border-bottom:none}.order-center .order-box .order-content .items .item-content .item-all .item .goods-list .item-price{border:none}.order-center .order-box .order-content .items .item-content .item-all .item .item-info{float:left;width:390px;height:120px}.order-center .order-box .order-content .items .item-content .item-all .item .item-info img{margin:30px 12px 0 25px;width:70px;height:70px}.order-center .order-box .order-content .items .item-content .item-all .item .item-info .describe{display:inline-block;width:275px;margin-top:30px}.order-center .order-box .order-content .items .item-content .item-all .item .item-info .describe .row-one{display:block;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-center .order-box .order-content .items .item-content .item-all .item .item-info .describe .row-two{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:17px;font-size:14px;color:#bbb}.order-center .order-box .order-content .items .item-content .item-all .item .item-price{float:left;width:107px;height:120px;padding-top:32px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-all .item .item-price span{display:block;text-align:center;font-size:14px}.order-center .order-box .order-content .items .item-content .item-all .item .item-price .original{margin-bottom:15px;text-decoration:line-through;color:#bbb}.order-center .order-box .order-content .items .item-content .item-all .item .item-quantity{float:left;width:81px;height:120px;text-align:center;padding-top:32px;font-size:14px;border-right:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-all .item .item-goods-operation{float:left;width:96px;height:120px;text-align:center;padding-top:32px;font-size:14px}.order-center .order-box .order-content .items .item-content .item-all .item .item-goods-operation a{cursor:pointer}.order-center .order-box .order-content .items .item-content .item-all .item .item-goods-operation a:hover{text-decoration:underline}.order-center .order-box .order-content .items .item-content .item-pay{display:table-cell;vertical-align:top;width:106px;text-align:center;padding-top:32px;border-right:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-pay span{font-size:14px;color:#ff8d1a}.order-center .order-box .order-content .items .item-content .item-state{display:table-cell;vertical-align:top;width:77px;height:100%;text-align:center;padding-top:32px;border-right:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-state span{font-size:14px}.order-center .order-box .order-content .items .item-content .item-operation{display:table-cell;vertical-align:top;width:118px;text-align:center;padding-top:26px;border-right:1px solid #e5e5e5}.order-center .order-box .order-content .items .item-content .item-operation span{width:80px;margin:0 auto;margin-top:6px;display:block;font-size:14px;cursor:pointer}.order-center .order-box .order-content .items .item-content .item-operation span a{display:block;margin:0 auto}.order-center .order-box .order-content .items .item-content .item-operation span:first-child{margin-left:auto;margin-right:auto}.order-center .order-box .order-content .items .item-content .item-operation .now-pay{margin-bottom:12px;margin-top:1px}.order-center .order-box .order-content .items .item-content .item-operation .now-pay a{width:80px;height:30px;line-height:30px;background:#ff8d1a;border-radius:3px;color:#fff}.order-center .order-box .order-content .items .item-content .item-operation .now-pay a:hover{background:#FF6428}.order-center .order-box .order-content .items .item-content .item-operation .cancel-order{display:block;width:80px;height:30px;text-align:center;line-height:30px;border:1px solid #ff8d1a;border-radius:3px;color:#ff8d1a}.order-center .order-box .order-content .items .item-content .item-operation .cancel-order:hover{background:#FFF5EA}.order-center .order-box .order-content .items .item-content .item-operation .confirm-goods{border-radius:3px;background:#444;color:#fff}.order-center .order-box .order-content .items .item-content .item-operation .evaluate{border:1px solid #666;border-radius:3px;color:#ff8d1a;border:1px solid #ff8d1a;height:30px;line-height:30px;margin-top:0px}.order-center .order-box .order-content .items .item-content .item-operation .evaluate:hover{background:#F0F0F0;color:#fff;background:#ff8d1a}.order-center .order-box .order-content .items .item-content .item-operation .complain:hover{text-decoration:underline}.order-center .order-box .order-content .items .item-content .item-operation .refund{color:#333}.order-center .order-box .order-content .items .item-content .item-operation .refund:hover{text-decoration:underline}.order-center .order-box .order-content .items .item-content .item-operation .delete-order:hover{text-decoration:underline}.order-center .order-box .order-content .items .item-content .item-operation .post{color:#5299F5}.order-center .order-box .order-content .items .item-content .item-operation .post:hover{text-decoration:underline}.order-center .order-box .order-content .items .item-content .item-operation .billing,.order-center .order-box .order-content .items .item-content .item-operation .billed{width:80px;display:block;margin:0 auto;margin-top:6px;font-size:14px;cursor:pointer;color:#30AC39}.order-center .order-box .order-content .items .item-content .item-operation .billing:hover,.order-center .order-box .order-content .items .item-content .item-operation .billed:hover{text-decoration:underline}.order-center .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.order-center .cancelwindow-top{height:44px;background:#f1f1f1;line-height:44px;padding:0 20px;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px}.order-center .cancelwindow-top .top-left{font-size:16px;color:#333;letter-spacing:1px}.order-center .cancelwindow-top .close-search{float:right;cursor:pointer}.order-center .cancelwindow-top .close-search:hover{color:#ff8d1a}.order-center .deletewindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;height:175px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.order-center .deletewindow .msg{width:80%;height:75px;margin:0 auto;text-align:center;line-height:75px}.order-center .deletewindow .msg p{display:inline-block;font-size:14px;line-height:40px}.order-center .deletewindow .msg p span{display:inline-block;vertical-align:middle}.order-center .deletewindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.order-center .deletewindow .btnBox{width:100%;text-align:center}.order-center .deletewindow .btnBox span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.order-center .deletewindow .btnBox .confirm{color:#fff;background:#ff8d1a}.order-center .deletewindow .btnBox .confirm:hover{background:#FF6428}.order-center .deletewindow .btnBox .close{color:black;border:1px solid #9c9c9c}.order-center .deletewindow .btnBox .close:hover{background:#f1f1f1}.order-center .askServer{width:560px;height:145px;display:none;position:fixed;top:50%;left:50%;margin-left:-280px;margin-top:-80px;z-index:1002;border-radius:4px;background:#fff}.order-center .askServer .askServer-bottom{margin-top:10px;margin-left:30px;font-size:14px}.order-center .askServer .askServer-bottom p{height:30px;line-height:30px;text-align:left;color:#2A2A2A;letter-spacing:-0.11px;line-height:30px}.order-center .askServer .askServer-bottom p span{color:#FF8F1E;letter-spacing:-0.11px;line-height:30px}.order-center .cancelwindow{display:none;position:fixed;top:50%;left:50%;margin:0 auto;margin-left:-280px;margin-top:-200px;width:560px;background-color:white;z-index:1002;border-radius:3px}.order-center .cancelwindow .msg{width:80%;height:40px;margin:10px auto;text-align:center;line-height:40px;font-size:14px}.order-center .cancelwindow .msg p{display:inline-block;font-size:14px;line-height:40px}.order-center .cancelwindow .msg p span{display:inline-block;vertical-align:middle}.order-center .cancelwindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.order-center .cancelwindow .select{margin:0 auto;width:400px;text-align:center}.order-center .cancelwindow .select span{display:block;font-size:14px;text-align:left;margin-bottom:10px;padding-left:40px}.order-center .cancelwindow .select .myselect{width:80%;margin:0 auto}.order-center .cancelwindow .select .myselect .choice{width:100%;height:38px;line-height:38px;text-align:left;padding-left:20px;border:1px solid #ff8d1a;font-size:14px}.order-center .cancelwindow .select .myselect img{position:relative;left:142px;top:-37px;cursor:pointer}.order-center .cancelwindow .select .myselect .options{display:none;margin-top:-34px;background:#f3f3f3}.order-center .cancelwindow .select .myselect .options .value{font-size:14px;width:100%;height:30px;line-height:30px;text-align:left;padding-left:20px;cursor:pointer}.order-center .cancelwindow .select .myselect .options .value:hover{background:#ff8d1a;color:#fff}.order-center .cancelwindow .btnBox{width:100%;text-align:center;margin-top:10px;margin-bottom:20px}.order-center .cancelwindow .btnBox span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.order-center .cancelwindow .btnBox .confirm{color:#fff;background:#ff8d1a}.order-center .cancelwindow .btnBox .confirm:hover{background:#FF6428}.order-center .cancelwindow .btnBox .close{border:1px solid #ff8d1a;color:#ff8d1a;background-color:#fff}.order-center .cancelwindow .btnBox .close:hover{background:#FFEFDE}.order-center .confirmwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;height:175px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.order-center .confirmwindow .msg{width:80%;height:75px;margin:0 auto;text-align:center;line-height:75px}.order-center .confirmwindow .msg img{display:inline-block;cursor:pointer;vertical-align:middle}.order-center .confirmwindow .msg p{display:inline-block;vertical-align:middle;font-size:17px;margin-left:10px}.order-center .confirmwindow .msg p .order-number{color:#ff8d1a}.order-center .confirmwindow .btnBox{width:100%;text-align:center}.order-center .confirmwindow .btnBox span{display:inline-block;font-size:14px;width:64px;height:35px;text-align:center;line-height:35px;border-radius:3px;margin:0 20px;cursor:pointer}.order-center .confirmwindow .btnBox .confirm{color:#fff;background:#ff8d1a}.order-center .confirmwindow .btnBox .close{color:black;border:1px solid #9c9c9c}.order-center .complainwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.order-center .complainwindow .msg{width:80%;height:100px;margin:0 auto;text-align:center;line-height:100px}.order-center .complainwindow .msg p{display:inline-block;font-size:14px;line-height:40px}.order-center .complainwindow .msg p span{display:inline-block;vertical-align:middle}.order-center .complainwindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.advice-img{vertical-align:middle;margin-right:3px;width:17px}.demand{width:100%}.demand .demand-form{width:980px;margin:15px auto}.demand .demand-form .form-header{width:100%;height:46px;background:#f1f1f1;border:1px solid #e5e5e5}.demand .demand-form .form-header span{float:left;height:46px;line-height:46px;text-align:center;font-size:14px}.demand .demand-form .form-header span:hover{color:#ff8d1a}.demand .demand-form .form-header .sort{width:137px}.demand .demand-form .form-header .sort img{position:relative;left:8px;top:16px}.demand .demand-form .form-header .name{width:173px}.demand .demand-form .form-header .user{width:173px}.demand .demand-form .form-header .time{width:173px}.demand .demand-form .form-header .state{width:173px}.demand .demand-form .form-header .state img{position:relative;left:8px;top:16px}.demand .demand-form .form-header .operation{width:148px}.demand .demand-form .form-content{width:100%;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.demand .demand-form .form-content .item{width:100%;height:46px;background:#f7f7f7;border-bottom:1px solid #e5e5e5}.demand .demand-form .form-content .item div{float:left;height:46px;line-height:46px;text-align:center;font-size:14px}.demand .demand-form .form-content .item div:not(:last-child){border-right:1px solid #e5e5e5}.demand .demand-form .form-content .item .item-sort{width:137px}.demand .demand-form .form-content .item .item-name{width:173px}.demand .demand-form .form-content .item .item-user{width:172px}.demand .demand-form .form-content .item .item-time{width:173px}.demand .demand-form .form-content .item .item-state{width:173px}.demand .demand-form .form-content .item .item-operation{width:150px}.demand .demand-form .form-content .item .item-operation span{cursor:pointer}.demand .demand-form .form-content .item .item-operation .check-details{color:#ff8d1a}.demand .demand-form .form-content .item .item-operation .line{font-size:16px;color:#bbb}.shopping-list{width:100%}.shopping-list .nav{width:980px;margin:36px auto 0 auto;border-bottom:2px solid #e5e5e5;line-height:36px}.shopping-list .nav:after{clear:both;content:'';display:table}.shopping-list .nav a{float:left;width:140px;height:36px;text-align:center;font-weight:bold;font-size:16px}.shopping-list .nav a.active{line-height:32px;color:#ff8d1a;border-bottom:4px solid #ff8d1a;position:relative;bottom:-2px;z-index:1}.shopping-list .nav a span{color:#ff8d1a}.shopping-list .nav .line{float:left;width:1px;height:14px;margin-top:11px;background-color:#e5e5e5}.shopping-list .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.shopping-list .askServer{width:560px;height:145px;display:none;position:fixed;top:50%;left:50%;margin-left:-280px;margin-top:-80px;z-index:1002;border-radius:4px;background:#fff}.shopping-list .askServer .cancelwindow-top{border-top-left-radius:4px;border-top-right-radius:4px}.shopping-list .askServer .askServer-bottom{font-size:14px;margin-top:10px;margin-left:30px;border-radius:4px}.shopping-list .askServer .askServer-bottom p{height:30px;line-height:30px;text-align:left;color:#2A2A2A;letter-spacing:-0.11px;line-height:30px}.shopping-list .askServer .askServer-bottom p span{color:#FF8F1E;letter-spacing:-0.11px;line-height:30px}.shopping-list .cancelwindow-top{height:44px;background:#F7F7F7;line-height:44px;padding-left:20px;overflow:hidden}.shopping-list .cancelwindow-top .top-left{font-size:16px;color:#000000;letter-spacing:1px}.shopping-list .cancelwindow-top .close-search{float:right;margin:9px;cursor:pointer}.shopping-list .shopping-box{width:980px;margin:15px auto;min-height:50vh}.shopping-list .shopping-box .shopping-header{width:100%;height:46px;margin-bottom:20px;border-bottom:2px solid #e5e5e5;box-sizing:border-box}.shopping-list .shopping-box .shopping-header a{cursor:pointer;width:110px;float:left;height:46px;text-align:center;font-size:16px;color:#333;overflow:hidden}.shopping-list .shopping-box .shopping-header a .header-color{float:right;width:40px;text-align:left;font-size:16px;color:#FF8F1E;letter-spacing:-0.08px;line-height:46px}.shopping-list .shopping-box .shopping-header a.active{border-bottom:4px solid #FF8F1E}.shopping-list .shopping-box .shopping-header a.active .header-span{color:#FF8F1E}.shopping-list .shopping-box .shopping-header a .header-span{font-size:14px;display:inline-block;margin-top:14px;width:100%;height:18px;border-left:1px solid #e5e5e5}.shopping-list .shopping-box .shopping-header a:first-child .header-span{border-left:none}.shopping-list .shopping-box .shopping-header .order-info{width:390px}.shopping-list .shopping-box .shopping-header .order-price{width:107px}.shopping-list .shopping-box .shopping-header .order-quantity{width:81px}.shopping-list .shopping-box .shopping-header .order-goods-operation{width:96px}.shopping-list .shopping-box .shopping-header .order-pay{width:106px}.shopping-list .shopping-box .shopping-header .order-state{width:77px}.shopping-list .shopping-box .shopping-header .order-operation{width:118px}.shopping-list .shopping-box .shopping-header .shopping-info{width:465px}.shopping-list .shopping-box .shopping-header .shopping-price{width:120px}.shopping-list .shopping-box .shopping-header .shopping-quantity{width:150px}.shopping-list .shopping-box .shopping-header .shopping-amount{width:150px}.shopping-list .shopping-box .shopping-header .shopping-operation{width:90px}.shopping-list .shopping-box .shopping-header .express-addressee{width:270px}.shopping-list .shopping-box .shopping-header .express-address{width:270px}.shopping-list .shopping-box .shopping-header .express-amount-estimate{width:80px}.shopping-list .shopping-box .shopping-header .express-amount-pay{width:80px}.shopping-list .shopping-box .shopping-header .express-state{width:120px}.shopping-list .shopping-box .shopping-header .express-operation{width:157px}.shopping-list .shopping-box .shopping-header .office-type{width:240px}.shopping-list .shopping-box .shopping-header .office-position{width:130px}.shopping-list .shopping-box .shopping-header .office-scale{width:120px}.shopping-list .shopping-box .shopping-header .office-time{width:110px}.shopping-list .shopping-box .shopping-header .office-price{width:100px}.shopping-list .shopping-box .shopping-header .office-state{width:110px}.shopping-list .shopping-box .shopping-header .office-operation{width:166px}.shopping-list .shopping-box .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.shopping-list .shopping-box .empty-box:before,.shopping-list .shopping-box .empty-box:after{display:table;content:" "}.shopping-list .shopping-box .empty-box:after{clear:both}.shopping-list .shopping-box .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.shopping-list .shopping-box .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.shopping-list .shopping-box .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.shopping-list .shopping-box .shopping-function-top{height:46px}.shopping-list .shopping-box .shopping-function-top .checkAll{height:46px;line-height:46px}.shopping-list .shopping-box .shopping-function-top .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.shopping-list .shopping-box .shopping-function-top .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.shopping-list .shopping-box .shopping-function-top .checkAll .custom-check.active img{display:none}.shopping-list .shopping-box .shopping-function-top .checkAll .custom-check.active img.active{display:block}.shopping-list .shopping-box .shopping-function-top .checkAll .select-all{display:inline-block;font-size:14px;margin-right:42px}.shopping-list .shopping-box .shopping-function-top .checkAll .checkAll-span{height:30px;line-height:30px;text-align:left;text-align:center}.shopping-list .shopping-box .shopping-function-top .checkAll .shopping-info{width:355px}.shopping-list .shopping-box .shopping-function-top .checkAll .shopping-price{width:110px}.shopping-list .shopping-box .shopping-function-top .checkAll .shopping-quantity{width:150px}.shopping-list .shopping-box .shopping-function-top .checkAll .shopping-amount{width:140px}.shopping-list .shopping-box .shopping-function-top .checkAll .shopping-operation{width:90px}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page{float:right;height:100%;font-size:14px;box-sizing:border-box}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container{overflow:hidden;float:right;height:100%}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination{float:left;overflow:hidden;height:100%}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul{float:left;overflow:hidden;border-left:none;height:45px}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li{cursor:pointer;float:left;height:45px;box-sizing:border-box}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li.last span,.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li.next span{width:60px;text-align:center;border:1px solid #e5e5e5;border-radius:5px}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li:hover a{color:#ff8d1a}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li.disabled{cursor:not-allowed}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li.disabled a{cursor:inherit;color:#bbb}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li.active+li{border-color:#e5e5e5}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li.active a{color:#ff8d1a}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li a{display:block;padding:3px 5px;height:100%;color:#333}.shopping-list .shopping-box .shopping-function-top .checkAll .change-page .container .nav-pagination ul li a span{display:block;height:38px;line-height:38px}.shopping-list .shopping-box .shopping-function-top .checkAll .page-number{float:right;margin-right:10px}.shopping-list .shopping-box .shopping-function-top .checkAll .page-number span{width:40px;height:40px;line-height:40px}.shopping-list .shopping-box .shopping-function-top .checkAll .page-number .backward{background:url("/static/website/img/supermarket/backward.png")}.shopping-list .shopping-box .shopping-function-top .checkAll .page-number .now{background:#ff8d1a;font-size:16px;color:#fff}.shopping-list .shopping-box .shopping-function-top .checkAll .page-number .forward{background:url("/static/website/img/supermarket/forward.png")}.shopping-list .shopping-box .shopping-function-top .changePage{float:right;height:46px;line-height:46px}.shopping-list .shopping-box .shopping-function-top .changePage span{width:56px}.shopping-list .shopping-box .items{width:100%;margin-bottom:30px}.shopping-list .shopping-box .items .item-header{width:100%;height:46px;line-height:46px;background:#F7F7F7;border:1px solid #e5e5e5;overflow:hidden}.shopping-list .shopping-box .items .item-header .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 20px 0 9px;cursor:pointer}.shopping-list .shopping-box .items .item-header .custom-check.active img{display:none}.shopping-list .shopping-box .items .item-header .custom-check.active img.active{display:block}.shopping-list .shopping-box .items .item-header .mall{display:inline-block;height:46px;line-height:46px;width:240px;margin-right:20px;float:left}.shopping-list .shopping-box .items .item-header .mall img{margin-top:15px;width:18px}.shopping-list .shopping-box .items .item-header .mall a{display:inline-block;vertical-align:top;width:200px;height:20px;line-height:20px;margin-top:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.shopping-list .shopping-box .items .item-header .advice{float:left;display:inline-block;font-size:14px;color:#ff8d1a;cursor:pointer}.shopping-list .shopping-box .items .item-header .advice .advice-img{vertical-align:middle;margin-right:3px;margin-top:-3px;width:17px}.shopping-list .shopping-box .items .item{width:100%;height:130px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.shopping-list .shopping-box .items .item .item-info{float:left;width:465px;height:130px;border-right:1px solid #e5e5e5}.shopping-list .shopping-box .items .item .item-info .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:60px 10px 0 9px;cursor:pointer}.shopping-list .shopping-box .items .item .item-info .custom-check.active img{display:none}.shopping-list .shopping-box .items .item .item-info .custom-check.active img.active{display:block}.shopping-list .shopping-box .items .item .item-info .item-img{margin:30px 12px 0 0;width:70px;height:70px}.shopping-list .shopping-box .items .item .item-info .describe{display:inline-block;width:330px;margin-top:35px}.shopping-list .shopping-box .items .item .item-info .describe .row-one{display:block;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.shopping-list .shopping-box .items .item .item-info .describe .row-two{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:17px;font-size:14px;color:#bbb}.shopping-list .shopping-box .items .item .item-info .desc{line-height:130px;overflow:hidden;display:inline-block;max-width:340px}.shopping-list .shopping-box .items .item .item-info .desc .name{float:left;max-width:75%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.shopping-list .shopping-box .items .item .item-info .desc .spec{float:left;font-size:13px;color:#666;margin-left:4px;font-size:13px}.shopping-list .shopping-box .items .item .item-price{float:left;width:120px;height:130px;line-height:130px;border-right:1px solid #e5e5e5}.shopping-list .shopping-box .items .item .item-price span{display:block;text-align:center;font-size:14px}.shopping-list .shopping-box .items .item .item-price .original{text-decoration:line-through;color:#bbb}.shopping-list .shopping-box .items .item .item-quantity{float:left;width:153px;height:130px;line-height:130px;text-align:center;border-right:1px solid #e5e5e5;text-align:center}.shopping-list .shopping-box .items .item .item-quantity .count{display:inline-block;vertical-align:top;margin-top:51px}.shopping-list .shopping-box .items .item .item-quantity .count .container{overflow:hidden}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract,.shopping-list .shopping-box .items .item .item-quantity .count .container .add{width:28px;height:28px}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract img,.shopping-list .shopping-box .items .item .item-quantity .count .container .add img{border:none;display:none}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract img.normal,.shopping-list .shopping-box .items .item .item-quantity .count .container .add img.normal{display:block}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract.active img,.shopping-list .shopping-box .items .item .item-quantity .count .container .add.active img{display:none}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract.active img.active,.shopping-list .shopping-box .items .item .item-quantity .count .container .add.active img.active{display:block}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract.disabled img,.shopping-list .shopping-box .items .item .item-quantity .count .container .add.disabled img{display:none}.shopping-list .shopping-box .items .item .item-quantity .count .container .subtract.disabled img.disabled,.shopping-list .shopping-box .items .item .item-quantity .count .container .add.disabled img.disabled{display:block}.shopping-list .shopping-box .items .item .item-quantity .count .container div{float:left}.shopping-list .shopping-box .items .item .item-quantity .count .container div img{width:28px;height:28px;cursor:pointer}.shopping-list .shopping-box .items .item .item-quantity .count .container .num{float:left;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;width:36px;height:28px;line-height:28px;text-align:center;font-size:15px;color:#666666;letter-spacing:-0.07px;line-height:28px}.shopping-list .shopping-box .items .item .item-amount{float:left;width:150px;height:130px;text-align:center;line-height:130px;border-right:1px solid #e5e5e5;color:#ff8d1a;font-size:14px}.shopping-list .shopping-box .items .item .item-operation{float:left;width:90px;height:130px;text-align:center;line-height:130px}.shopping-list .shopping-box .items .item .item-operation span{font-size:14px;cursor:pointer}.shopping-list .shopping-box .items .item .item-operation span:hover{color:#ff8d1a}.shopping-list .shopping-footer{width:100%;background:#f1f1f1}.shopping-list .shopping-footer .shopping-function-bottom{width:980px;height:56px;margin:0 auto}.shopping-list .shopping-footer .shopping-function-bottom .checkAll{float:left;height:56px;line-height:56px}.shopping-list .shopping-footer .shopping-function-bottom .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.shopping-list .shopping-footer .shopping-function-bottom .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:22px 10px 0 10px;cursor:pointer}.shopping-list .shopping-footer .shopping-function-bottom .checkAll .custom-check.active img{display:none}.shopping-list .shopping-footer .shopping-function-bottom .checkAll .custom-check.active img.active{display:block}.shopping-list .shopping-footer .shopping-function-bottom .checkAll .select-all{display:inline-block;font-size:14px;margin-right:30px}.shopping-list .shopping-footer .shopping-function-bottom .checkAll .delete-all{display:inline-block;font-size:14px}.shopping-list .shopping-footer .shopping-function-bottom .checkAll .delete-all:hover{color:#ff8d1a}.shopping-list .shopping-footer .shopping-function-bottom .msg{float:right;height:56px}.shopping-list .shopping-footer .shopping-function-bottom .msg span{display:inline-block;font-size:14px}.shopping-list .shopping-footer .shopping-function-bottom .msg a{display:inline-block;height:56px;text-align:center;line-height:56px;cursor:pointer}.shopping-list .shopping-footer .shopping-function-bottom .msg .piece a{font-size:20px;color:#ff8d1a}.shopping-list .shopping-footer .shopping-function-bottom .msg .total{margin-left:60px}.shopping-list .shopping-footer .shopping-function-bottom .msg .total a{margin-left:12px;color:#ff8d1a}.shopping-list .shopping-footer .shopping-function-bottom .msg .total a span{font-size:20px}.shopping-list .shopping-footer .shopping-function-bottom .msg .pay{width:115px;margin-left:22px;background:#ff8d1a;font-size:18px;letter-spacing:3px;color:#fff}.express-center{width:100%}.express-center .order-box{width:980px;margin:15px auto}.express-center .order-box .shopping-header{width:100%;height:46px;margin-bottom:20px;border-bottom:2px solid #e5e5e5;box-sizing:border-box}.express-center .order-box .shopping-header a{cursor:pointer;width:110px;float:left;height:46px;text-align:center;font-size:16px;color:#333;overflow:hidden}.express-center .order-box .shopping-header a .header-color{float:right;width:40px;text-align:left;font-size:16px;color:#FF8F1E;letter-spacing:-0.08px;line-height:46px}.express-center .order-box .shopping-header a.active{border-bottom:4px solid #FF8F1E}.express-center .order-box .shopping-header a.active .header-span{color:#FF8F1E}.express-center .order-box .shopping-header a .header-span{font-size:14px;display:inline-block;margin-top:14px;width:100%;height:18px;border-left:1px solid #e5e5e5}.express-center .order-box .shopping-header a:first-child .header-span{border-left:none}.express-center .order-box .shopping-header .order-info{width:390px}.express-center .order-box .shopping-header .order-price{width:107px}.express-center .order-box .shopping-header .order-quantity{width:81px}.express-center .order-box .shopping-header .order-goods-operation{width:96px}.express-center .order-box .shopping-header .order-pay{width:106px}.express-center .order-box .shopping-header .order-state{width:77px}.express-center .order-box .shopping-header .order-operation{width:118px}.express-center .order-box .shopping-header .shopping-info{width:465px}.express-center .order-box .shopping-header .shopping-price{width:120px}.express-center .order-box .shopping-header .shopping-quantity{width:150px}.express-center .order-box .shopping-header .shopping-amount{width:150px}.express-center .order-box .shopping-header .shopping-operation{width:90px}.express-center .order-box .shopping-header .express-addressee{width:270px}.express-center .order-box .shopping-header .express-address{width:270px}.express-center .order-box .shopping-header .express-amount-estimate{width:80px}.express-center .order-box .shopping-header .express-amount-pay{width:80px}.express-center .order-box .shopping-header .express-state{width:120px}.express-center .order-box .shopping-header .express-operation{width:157px}.express-center .order-box .shopping-header .office-type{width:240px}.express-center .order-box .shopping-header .office-position{width:130px}.express-center .order-box .shopping-header .office-scale{width:120px}.express-center .order-box .shopping-header .office-time{width:110px}.express-center .order-box .shopping-header .office-price{width:100px}.express-center .order-box .shopping-header .office-state{width:110px}.express-center .order-box .shopping-header .office-operation{width:166px}.express-center .order-box .shopping-header .apply-invoice{float:right;margin-top:15px}.express-center .order-box .shopping-header .apply-invoice a{font-size:14px;color:#ff8d1a;height:20px;width:80px}.express-center .order-box .shopping-header .apply-invoice a .iconfont{font-size:15px;margin-right:3px}.express-center .order-box .order-stage{height:44px;line-height:42px;font-size:14px;color:#333333;letter-spacing:0.17px;background:#E5E5E5}.express-center .order-box .order-stage a{display:inline-block;width:110px;height:44px;text-align:center;font-size:14px;color:#333}.express-center .order-box .order-stage a:last-child{border-right:1px solid #e5e5e5}.express-center .order-box .order-stage a.active{background:#FF8D1A;color:#fff}.express-center .order-box .order-stage a.active:last-child{border-right:1px solid #ff8d1a}.express-center .order-box .order-stage a.active span{color:#fff}.express-center .order-box .order-stage span{font-size:14px;color:#ff8d1a}.express-center .order-box .form_search{overflow:hidden}.express-center .order-box .form_search .search{float:left;width:255px;height:37px;line-height:37px;border:1px solid #E5E5E5;border-radius:3px}.express-center .order-box .form_search .search input{padding-left:10px}.express-center .order-box .form_search .search img{float:right}.express-center .order-box .form_search .search button{float:right;display:block;height:37px;width:70px;background:#ff8d1a;color:#fff;margin-top:-1px;cursor:pointer}.express-center .order-box .form_search .search-more{float:left;width:113px;height:37px;text-align:center;line-height:37px;margin-left:12px;border:1px solid #CCCCCC;font-size:14px;color:#999999;letter-spacing:-1.05px;border-radius:3px;cursor:pointer}.express-center .order-box .form_search .search-more i{margin-left:3px;font-size:12px}.express-center .order-box .hide{display:none}.express-center .order-box .filter-detail{height:80px;background:#F7F7F7;border:1px solid #E5E5E5;padding-top:22px}.express-center .order-box .filter-detail .filter-item{overflow:hidden}.express-center .order-box .filter-detail .filter-item .hh-input-label{float:left;margin:0 15px 15px}.express-center .order-box .filter-detail .filter-item .hh-input-label .name{float:left;text-align:left;font-size:14px;color:#333333;letter-spacing:-1.05px;height:32px;line-height:32px}.express-center .order-box .filter-detail .filter-item .hh-input-label .form-control{float:left;width:170px;margin-left:8px}.express-center .order-box .filter-detail .filter-item .hh-input-label .form-control select,.express-center .order-box .filter-detail .filter-item .hh-input-label .form-control input{width:100%;height:32px;line-height:32px;background:#FFFFFF;border:1px solid #E5E5E5;border-radius:4px;padding-left:8px;font-size:14px}.express-center .order-box .filter-detail .filter-item .hh-input-label .form-control input::-webkit-input-placeholder{color:#333}.express-center .order-box .filter-detail .filter-item .operate-btns{float:right}.express-center .order-box .filter-detail .filter-item .operate-btns button{margin-right:15px;width:72px;height:32px;line-height:32px;font-size:14px;cursor:pointer}.express-center .order-box .filter-detail .filter-item .operate-btns button i{margin-right:4px}.express-center .order-box .filter-detail .filter-item .operate-btns .default-btn{background:#FFFFFF;border:1px solid #FF8F1E;border-radius:4px;color:#FF8F1E}.express-center .order-box .filter-detail .filter-item .operate-btns .default-btn:hover{background:#FFF5EA}.express-center .order-box .filter-detail .filter-item .operate-btns .search-btn{background:#FF8F1E;border-radius:4px;color:#fff}.express-center .order-box .filter-detail .filter-item .operate-btns .search-btn:hover{background:#FF6428}.express-center .order-box .order-stage{height:44px;line-height:42px;font-size:14px;color:#333333;letter-spacing:0.17px;background:#E5E5E5}.express-center .order-box .order-stage a{display:inline-block;width:110px;height:44px;text-align:center;font-size:14px;color:#333}.express-center .order-box .order-stage a:last-child{border-right:1px solid #e5e5e5}.express-center .order-box .order-stage a.active{background:#FF8D1A;color:#fff}.express-center .order-box .order-stage a.active:last-child{border-right:1px solid #ff8d1a}.express-center .order-box .order-stage a.active span{color:#fff}.express-center .order-box .order-stage span{font-size:14px;color:#ff8d1a}.express-center .order-box .order-header{height:46px}.express-center .order-box .order-header .checkAll{height:46px;line-height:46px}.express-center .order-box .order-header .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.express-center .order-box .order-header .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.express-center .order-box .order-header .checkAll .custom-check.active img{display:none}.express-center .order-box .order-header .checkAll .custom-check.active img.active{display:block}.express-center .order-box .order-header .checkAll .select-all{display:inline-block;font-size:14px;margin-right:20px}.express-center .order-box .order-header .checkAll .checkAll-span{height:30px;line-height:30px;text-align:center;color:#333333}.express-center .order-box .order-header .checkAll .shopping-info{width:180px}.express-center .order-box .order-header .checkAll .shopping-price{width:250px}.express-center .order-box .order-header .checkAll .shopping-quantity{width:78px}.express-center .order-box .order-header .checkAll .shopping-operation{width:150px}.express-center .order-box .order-header .checkAll .order-goods-operation{width:93px}.express-center .order-box .order-header .checkAll .order-pay{width:115px}.express-center .order-box .order-header .checkAll .order-state{width:56px}.express-center .order-box .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.express-center .order-box .empty-box:before,.express-center .order-box .empty-box:after{display:table;content:" "}.express-center .order-box .empty-box:after{clear:both}.express-center .order-box .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-75px;margin-top:-87px;width:150px;height:174px}.express-center .order-box .empty-box p{position:absolute;left:50%;top:0;margin-left:-150px;width:300px;text-align:center;color:#bbb}.express-center .order-box .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.express-center .order-box .order-function{height:46px}.express-center .order-box .order-function .checkAll{height:46px;line-height:46px}.express-center .order-box .order-function .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.express-center .order-box .order-function .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.express-center .order-box .order-function .checkAll .custom-check.active img{display:none}.express-center .order-box .order-function .checkAll .custom-check.active img.active{display:block}.express-center .order-box .order-function .checkAll .select-all{display:inline-block;font-size:14px;margin-right:42px}.express-center .order-box .order-function .checkAll .checkAll-span{height:30px;line-height:30px;text-align:left;text-align:center}.express-center .order-box .order-function .checkAll .shopping-info{width:355px}.express-center .order-box .order-function .checkAll .shopping-price{width:110px}.express-center .order-box .order-function .checkAll .shopping-quantity{width:150px}.express-center .order-box .order-function .checkAll .shopping-amount{width:140px}.express-center .order-box .order-function .checkAll .shopping-operation{width:90px}.express-center .order-box .order-function .checkAll .change-page{float:right;height:100%;font-size:14px;box-sizing:border-box}.express-center .order-box .order-function .checkAll .change-page .container{overflow:hidden;float:right;height:100%}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination{float:left;overflow:hidden;height:100%}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul{float:left;overflow:hidden;border-left:none;height:45px}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li{cursor:pointer;float:left;height:45px;box-sizing:border-box}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.last span,.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.next span{width:60px;text-align:center;border:1px solid #e5e5e5;border-radius:5px}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li:hover a{color:#ff8d1a}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.disabled{cursor:not-allowed}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.disabled a{cursor:inherit;color:#bbb}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.active+li{border-color:#e5e5e5}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.active a{color:#ff8d1a}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li a{display:block;padding:3px 5px;height:100%;color:#333}.express-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li a span{display:block;height:38px;line-height:38px}.express-center .order-box .order-function .checkAll .page-number{float:right;margin-right:10px}.express-center .order-box .order-function .checkAll .page-number span{width:40px;height:40px;line-height:40px}.express-center .order-box .order-function .checkAll .page-number .backward{background:url("/static/website/img/supermarket/backward.png")}.express-center .order-box .order-function .checkAll .page-number .now{background:#ff8d1a;font-size:16px;color:#fff}.express-center .order-box .order-function .checkAll .page-number .forward{background:url("/static/website/img/supermarket/forward.png")}.express-center .order-box .order-function .changePage{float:right;height:46px;line-height:46px}.express-center .order-box .order-function .changePage span{width:56px}.express-center .order-box .order-content{display:block;width:100%}.express-center .order-box .order-content .items{width:100%;margin-bottom:25px}.express-center .order-box .order-content .items .item-header{height:46px;line-height:46px;background-color:#F7F7F7;border:1px solid #e5e5e5}.express-center .order-box .order-content .items .item-header .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.express-center .order-box .order-content .items .item-header .custom-check.active img{display:none}.express-center .order-box .order-content .items .item-header .custom-check.active img.active{display:block}.express-center .order-box .order-content .items .item-header .order-time{margin-right:20px;font-size:13px;font-weight:bold}.express-center .order-box .order-content .items .item-header .order-number{margin-right:20px;font-size:14px;text-decoration:underline;cursor:pointer}.express-center .order-box .order-content .items .item-header .order-number:hover{color:#ff8d1a}.express-center .order-box .order-content .items .item-header .advice{font-size:14px;color:#ff8d1a;cursor:pointer}.express-center .order-box .order-content .items .item-header .advice .advice-img{vertical-align:middle;margin-right:3px;width:17px;margin-top:-3px}.express-center .order-box .order-content .items .item-header .remain-time{font-size:14px}.express-center .order-box .order-content .items .item-content{display:table;border:1px solid #e5e5e5;border-top:none}.express-center .order-box .order-content .items .item-content .item{display:table-cell;padding:10px 20px;vertical-align:middle;text-align:center;font-size:14px}.express-center .order-box .order-content .items .item-content .item:not(:last-child){border-right:1px solid #e5e5e5}.express-center .order-box .order-content .items .item-content .item-addressee{width:270px;text-align:left}.express-center .order-box .order-content .items .item-content .item-addressee img{width:70px;height:70px}.express-center .order-box .order-content .items .item-content .item-addressee .info{display:inline-block;padding-left:30px;height:70px}.express-center .order-box .order-content .items .item-content .item-addressee .info .name{padding-top:10px}.express-center .order-box .order-content .items .item-content .item-addressee .info .phone{padding-top:5px;font-size:14px}.express-center .order-box .order-content .items .item-content .item-address{width:270px;font-size:14px;padding:0 25px}.express-center .order-box .order-content .items .item-content .item-amount-estimate{width:80px}.express-center .order-box .order-content .items .item-content .item-amount-pay{width:80px;color:#ff8d1a}.express-center .order-box .order-content .items .item-content .item-state{width:120px;font-size:14px}.express-center .order-box .order-content .items .item-content .item-operation{width:157px}.express-center .order-box .order-content .items .item-content .item-operation span{display:block;margin:10px auto;width:80px;height:30px;text-align:center;line-height:30px;font-size:14px;border-radius:3px;cursor:pointer}.express-center .order-box .order-content .items .item-content .item-operation span.cancel-order{border:1px solid #ff8d1a;color:#ff8d1a}.express-center .order-box .order-content .items .item-content .item-operation span.cancel-order:hover{background:#FFF5EA}.express-center .order-box .order-content .items .item-content .item-operation span.contact-courier{color:#529F50;border:1px solid #529F50}.express-center .order-box .order-content .items .item-content .item-operation span.contact-courier:hover{background:#F2FFE3}.express-center .order-box .order-content .items .item-content .item-operation span.complain-suggest:hover{text-decoration:underline}.express-center .order-box .order-content .items .item-content .item-operation span.delete-order{color:#333}.express-center .order-box .order-content .items .item-content .item-operation span.delete-order:hover{text-decoration:underline}.express-center .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.express-center .askServer{width:560px;height:145px;display:none;position:fixed;top:50%;left:50%;margin-left:-280px;margin-top:-80px;z-index:1002;border-radius:4px;background:#fff}.express-center .askServer .cancelwindow-top{border-top-left-radius:4px;border-top-right-radius:4px}.express-center .askServer .askServer-bottom{margin-top:10px;margin-left:30px;font-size:14px}.express-center .askServer .askServer-bottom p{height:30px;line-height:30px;text-align:left;color:#2A2A2A;letter-spacing:-0.11px;line-height:30px}.express-center .askServer .askServer-bottom p span{color:#FF8F1E;letter-spacing:-0.11px;line-height:30px}.express-center .cancelwindow-top{height:44px;background:#f1f1f1;line-height:44px;padding:0 20px;overflow:hidden;border-top-left-radius:3px;border-top-right-radius:3px}.express-center .cancelwindow-top .top-left{font-size:16px;color:#333;letter-spacing:1px}.express-center .cancelwindow-top .close-search{float:right;cursor:pointer}.express-center .cancelwindow-top .close-search:hover{color:#ff8d1a}.express-center .cancelwindow{display:none;position:fixed;top:30%;left:50%;margin-left:-380px;width:760px;background-color:#fff;z-index:1002;overflow:auto;border-radius:3px}.express-center .cancelwindow .title{background-color:#F8F7F7;height:48px;line-height:48px;padding:0 20px;font-size:14px;overflow:hidden}.express-center .cancelwindow .title .left-item{overflow:hidden;float:left}.express-center .cancelwindow .title .left-item img{height:17px;margin-right:6px;margin-top:15px;float:left}.express-center .cancelwindow .title .left-item div{float:left;font-size:16px}.express-center .cancelwindow .title .close-icon{float:right}.express-center .cancelwindow .title .close-icon .iconfont{cursor:pointer}.express-center .cancelwindow .title .close-icon .iconfont:hover{color:#ff8d1a}.express-center .cancelwindow .demand-detail{padding-top:30px}.express-center .cancelwindow .demand-detail .name{font-size:14px;margin:0 0 12px 67px}.express-center .cancelwindow .demand-detail textarea{padding:12px;margin-left:56px;width:650px;height:160px;border:1px solid #e5e5e5;background-color:#F8F7F7}.express-center .cancelwindow .btn-box{padding:20px 0;width:100%;text-align:center}.express-center .cancelwindow .btn-box span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.express-center .cancelwindow .btn-box .confirm{color:#fff;background:#ff8d1a}.express-center .cancelwindow .btn-box .confirm:hover{background:#FF6428}.express-center .cancelwindow .btn-box .close{color:black;border:1px solid #9c9c9c}.express-center .cancelwindow .btn-box .close:hover{background:#f1f1f1}.express-center .cancelwindow .second-confirm{display:none;position:absolute;top:0;left:0;border:1px solid #e5e5e5;background:#fff;width:100%;height:100%;text-align:center}.express-center .cancelwindow .second-confirm p{padding:100px 0}.express-center .cancelwindow .second-confirm .close{font-size:14px;display:inline-block;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:40px;cursor:pointer;background-color:#ff8d1a;color:#fff}.express-center .cancelwindow .second-confirm .close:hover{background:#FF6428}.express-center .complainwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;background-color:#fff;z-index:1002;overflow:auto;border-radius:3px}.express-center .complainwindow .msg{width:80%;height:100px;margin:0 auto;text-align:center;line-height:100px}.express-center .complainwindow .msg p{display:inline-block;font-size:14px;line-height:40px}.express-center .complainwindow .msg p span{display:inline-block;vertical-align:middle}.express-center .complainwindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.express-center .deletewindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;height:175px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.express-center .deletewindow .msg{width:80%;height:75px;margin:0 auto;text-align:center;line-height:75px}.express-center .deletewindow .msg p{display:inline-block;font-size:14px;line-height:40px}.express-center .deletewindow .msg p span{display:inline-block;vertical-align:middle}.express-center .deletewindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.express-center .deletewindow .btnBox{width:100%;text-align:center}.express-center .deletewindow .btnBox span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.express-center .deletewindow .btnBox .confirm{color:#fff;background:#ff8d1a}.express-center .deletewindow .btnBox .confirm:hover{background:#FF6428}.express-center .deletewindow .btnBox .close{color:black;border:1px solid #9c9c9c}.express-center .deletewindow .btnBox .close:hover{background:#f1f1f1}.express-center .contactwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;background-color:#fff;z-index:1002;overflow:auto;border-radius:3px}.express-center .contactwindow .msg{width:100%;height:100px;margin:0 auto;padding:0 40px;text-align:center;line-height:100px}.express-center .contactwindow .msg p{display:inline-block;font-size:14px;line-height:40px}.express-center .contactwindow .msg p .iconfont{position:relative;top:2px;font-size:20px;color:#ff8d1a;margin-right:3px}.express-center .contactwindow .btnBox{width:100%;text-align:center}.express-center .contactwindow .btnBox span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.express-center .contactwindow .btnBox .close{color:black;border:1px solid #9c9c9c}.office-center{width:100%}.office-center .order-box{width:980px;margin:15px auto}.office-center .order-box .shopping-header{width:100%;height:46px;margin-bottom:20px;border-bottom:2px solid #e5e5e5;box-sizing:border-box}.office-center .order-box .shopping-header a{cursor:pointer;width:110px;float:left;height:46px;text-align:center;font-size:16px;color:#333;overflow:hidden}.office-center .order-box .shopping-header a .header-color{float:right;width:40px;text-align:left;font-size:16px;color:#FF8F1E;letter-spacing:-0.08px;line-height:46px}.office-center .order-box .shopping-header a.active{border-bottom:4px solid #FF8F1E}.office-center .order-box .shopping-header a.active .header-span{color:#FF8F1E}.office-center .order-box .shopping-header a .header-span{font-size:14px;display:inline-block;margin-top:14px;width:100%;height:18px;border-left:1px solid #e5e5e5}.office-center .order-box .shopping-header a:first-child .header-span{border-left:none}.office-center .order-box .shopping-header .order-info{width:390px}.office-center .order-box .shopping-header .order-price{width:107px}.office-center .order-box .shopping-header .order-quantity{width:81px}.office-center .order-box .shopping-header .order-goods-operation{width:96px}.office-center .order-box .shopping-header .order-pay{width:106px}.office-center .order-box .shopping-header .order-state{width:77px}.office-center .order-box .shopping-header .order-operation{width:118px}.office-center .order-box .shopping-header .shopping-info{width:465px}.office-center .order-box .shopping-header .shopping-price{width:120px}.office-center .order-box .shopping-header .shopping-quantity{width:150px}.office-center .order-box .shopping-header .shopping-amount{width:150px}.office-center .order-box .shopping-header .shopping-operation{width:90px}.office-center .order-box .shopping-header .express-addressee{width:270px}.office-center .order-box .shopping-header .express-address{width:270px}.office-center .order-box .shopping-header .express-amount-estimate{width:80px}.office-center .order-box .shopping-header .express-amount-pay{width:80px}.office-center .order-box .shopping-header .express-state{width:120px}.office-center .order-box .shopping-header .express-operation{width:157px}.office-center .order-box .shopping-header .office-type{width:240px}.office-center .order-box .shopping-header .office-position{width:130px}.office-center .order-box .shopping-header .office-scale{width:120px}.office-center .order-box .shopping-header .office-time{width:110px}.office-center .order-box .shopping-header .office-price{width:100px}.office-center .order-box .shopping-header .office-state{width:110px}.office-center .order-box .shopping-header .office-operation{width:166px}.office-center .order-box .shopping-header .apply-invoice{float:right;margin-top:15px}.office-center .order-box .shopping-header .apply-invoice a{font-size:14px;color:#ff8d1a;height:20px;width:80px}.office-center .order-box .shopping-header .apply-invoice a .iconfont{font-size:15px;margin-right:3px}.office-center .order-box .order-stage{height:44px;line-height:42px;font-size:14px;color:#333333;letter-spacing:0.17px;background:#E5E5E5}.office-center .order-box .order-stage a{display:inline-block;width:110px;height:44px;text-align:center;font-size:14px;color:#333}.office-center .order-box .order-stage a:last-child{border-right:1px solid #e5e5e5}.office-center .order-box .order-stage a.active{background:#FF8D1A;color:#fff}.office-center .order-box .order-stage a.active:last-child{border-right:1px solid #ff8d1a}.office-center .order-box .order-stage a.active span{color:#fff}.office-center .order-box .order-stage span{font-size:14px;color:#ff8d1a}.office-center .order-box .form_search{overflow:hidden}.office-center .order-box .form_search .search{float:left;width:255px;height:37px;line-height:37px;border:1px solid #E5E5E5;border-radius:3px}.office-center .order-box .form_search .search input{padding-left:10px}.office-center .order-box .form_search .search img{float:right}.office-center .order-box .form_search .search button{float:right;display:block;height:37px;width:70px;background:#ff8d1a;color:#fff;margin-top:-1px;cursor:pointer}.office-center .order-box .form_search .search-more{float:left;width:113px;height:37px;text-align:center;line-height:37px;margin-left:12px;border:1px solid #CCCCCC;font-size:14px;color:#999999;letter-spacing:-1.05px;border-radius:3px;cursor:pointer}.office-center .order-box .form_search .search-more i{margin-left:3px;font-size:12px}.office-center .order-box .hide{display:none}.office-center .order-box .filter-detail{height:80px;background:#F7F7F7;border:1px solid #E5E5E5;padding-top:22px}.office-center .order-box .filter-detail .filter-item{overflow:hidden}.office-center .order-box .filter-detail .filter-item .hh-input-label{float:left;margin:0 15px 15px}.office-center .order-box .filter-detail .filter-item .hh-input-label .name{float:left;text-align:left;font-size:14px;color:#333333;letter-spacing:-1.05px;height:32px;line-height:32px}.office-center .order-box .filter-detail .filter-item .hh-input-label .form-control{float:left;width:170px;margin-left:8px}.office-center .order-box .filter-detail .filter-item .hh-input-label .form-control select,.office-center .order-box .filter-detail .filter-item .hh-input-label .form-control input{width:100%;height:32px;line-height:32px;background:#FFFFFF;border:1px solid #E5E5E5;border-radius:4px;padding-left:8px;font-size:14px}.office-center .order-box .filter-detail .filter-item .hh-input-label .form-control input::-webkit-input-placeholder{color:#333}.office-center .order-box .filter-detail .filter-item .operate-btns{float:right}.office-center .order-box .filter-detail .filter-item .operate-btns button{margin-right:15px;width:72px;height:32px;line-height:32px;font-size:14px;cursor:pointer}.office-center .order-box .filter-detail .filter-item .operate-btns button i{margin-right:4px}.office-center .order-box .filter-detail .filter-item .operate-btns .default-btn{background:#FFFFFF;border:1px solid #FF8F1E;border-radius:4px;color:#FF8F1E}.office-center .order-box .filter-detail .filter-item .operate-btns .default-btn:hover{background:#FFF5EA}.office-center .order-box .filter-detail .filter-item .operate-btns .search-btn{background:#FF8F1E;border-radius:4px;color:#fff}.office-center .order-box .filter-detail .filter-item .operate-btns .search-btn:hover{background:#FF6428}.office-center .order-box .order-stage{height:44px;line-height:42px;font-size:14px;color:#333333;letter-spacing:0.17px;background:#E5E5E5}.office-center .order-box .order-stage a{display:inline-block;width:110px;height:44px;text-align:center;font-size:14px;color:#333}.office-center .order-box .order-stage a:last-child{border-right:1px solid #e5e5e5}.office-center .order-box .order-stage a.active{background:#FF8D1A;color:#fff}.office-center .order-box .order-stage a.active:last-child{border-right:1px solid #ff8d1a}.office-center .order-box .order-stage a.active span{color:#fff}.office-center .order-box .order-stage span{font-size:14px;color:#ff8d1a}.office-center .order-box .order-header{height:46px}.office-center .order-box .order-header .checkAll{height:46px;line-height:46px}.office-center .order-box .order-header .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.office-center .order-box .order-header .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.office-center .order-box .order-header .checkAll .custom-check.active img{display:none}.office-center .order-box .order-header .checkAll .custom-check.active img.active{display:block}.office-center .order-box .order-header .checkAll .select-all{display:inline-block;font-size:14px;margin-right:30px}.office-center .order-box .order-header .checkAll .checkAll-span{height:30px;line-height:30px;text-align:center;color:#333333}.office-center .order-box .order-header .checkAll .shopping-info{width:92px;margin-right:47px}.office-center .order-box .order-header .checkAll .shopping-price{width:123px}.office-center .order-box .order-header .checkAll .shopping-quantity{width:120px}.office-center .order-box .order-header .checkAll .shopping-operation{width:170px}.office-center .order-box .order-header .checkAll .order-goods-operation{width:100px}.office-center .order-box .order-header .checkAll .order-pay{width:100px}.office-center .order-box .order-header .checkAll .order-state{width:56px}.office-center .order-box .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.office-center .order-box .empty-box:before,.office-center .order-box .empty-box:after{display:table;content:" "}.office-center .order-box .empty-box:after{clear:both}.office-center .order-box .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-75px;margin-top:-87px;width:150px;height:174px}.office-center .order-box .empty-box p{position:absolute;left:50%;top:0;margin-left:-150px;width:300px;text-align:center;color:#bbb}.office-center .order-box .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.office-center .order-box .order-function{height:46px}.office-center .order-box .order-function .checkAll{height:46px;line-height:46px}.office-center .order-box .order-function .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.office-center .order-box .order-function .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.office-center .order-box .order-function .checkAll .custom-check.active img{display:none}.office-center .order-box .order-function .checkAll .custom-check.active img.active{display:block}.office-center .order-box .order-function .checkAll .select-all{display:inline-block;font-size:14px;margin-right:42px}.office-center .order-box .order-function .checkAll .checkAll-span{height:30px;line-height:30px;text-align:left;text-align:center}.office-center .order-box .order-function .checkAll .shopping-info{width:355px}.office-center .order-box .order-function .checkAll .shopping-price{width:110px}.office-center .order-box .order-function .checkAll .shopping-quantity{width:150px}.office-center .order-box .order-function .checkAll .shopping-amount{width:140px}.office-center .order-box .order-function .checkAll .shopping-operation{width:90px}.office-center .order-box .order-function .checkAll .change-page{float:right;height:100%;font-size:14px;box-sizing:border-box}.office-center .order-box .order-function .checkAll .change-page .container{overflow:hidden;float:right;height:100%}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination{float:left;overflow:hidden;height:100%}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul{float:left;overflow:hidden;border-left:none;height:45px}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li{cursor:pointer;float:left;height:45px;box-sizing:border-box}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.last span,.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.next span{width:60px;text-align:center;border:1px solid #e5e5e5;border-radius:5px}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li:hover a{color:#ff8d1a}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.disabled{cursor:not-allowed}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.disabled a{cursor:inherit;color:#bbb}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.active+li{border-color:#e5e5e5}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li.active a{color:#ff8d1a}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li a{display:block;padding:3px 5px;height:100%;color:#333}.office-center .order-box .order-function .checkAll .change-page .container .nav-pagination ul li a span{display:block;height:38px;line-height:38px}.office-center .order-box .order-function .checkAll .page-number{float:right;margin-right:10px}.office-center .order-box .order-function .checkAll .page-number span{width:40px;height:40px;line-height:40px}.office-center .order-box .order-function .checkAll .page-number .backward{background:url("/static/website/img/supermarket/backward.png")}.office-center .order-box .order-function .checkAll .page-number .now{background:#ff8d1a;font-size:16px;color:#fff}.office-center .order-box .order-function .checkAll .page-number .forward{background:url("/static/website/img/supermarket/forward.png")}.office-center .order-box .order-function .changePage{float:right;height:46px;line-height:46px}.office-center .order-box .order-function .changePage span{width:56px}.office-center .order-box .order-content{display:block;width:100%}.office-center .order-box .order-content .items{width:100%;margin-bottom:25px}.office-center .order-box .order-content .items .item-header{height:46px;line-height:46px;background:#F7F7F7;border:1px solid #E5E5E5}.office-center .order-box .order-content .items .item-header .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.office-center .order-box .order-content .items .item-header .custom-check.active img{display:none}.office-center .order-box .order-content .items .item-header .custom-check.active img.active{display:block}.office-center .order-box .order-content .items .item-header .order-time{margin-right:20px;font-size:13px;font-weight:bold}.office-center .order-box .order-content .items .item-header .order-number{margin-right:20px;font-size:14px;text-decoration:underline;cursor:pointer}.office-center .order-box .order-content .items .item-header .order-number:hover{color:#ff8d1a}.office-center .order-box .order-content .items .item-header .advice{font-size:14px;color:#ff8d1a;cursor:pointer}.office-center .order-box .order-content .items .item-header .advice .advice-img{vertical-align:middle;margin-right:3px;width:17px;margin-top:-3px}.office-center .order-box .order-content .items .item-header .remain-time{font-size:14px}.office-center .order-box .order-content .items .item-content{display:table;border:1px solid #e5e5e5;border-top:none}.office-center .order-box .order-content .items .item-content .item-all{float:left}.office-center .order-box .order-content .items .item-content .item-all .item{display:table;min-height:115px;font-size:14px;border-bottom:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-all .item:last-child{border:none}.office-center .order-box .order-content .items .item-content .item-all .item .item-type{display:table-cell;vertical-align:middle;padding-left:23px;width:240px;text-align:left;border-right:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-all .item .item-type .tr{display:table;vertical-align:middle}.office-center .order-box .order-content .items .item-content .item-all .item .item-type .tr .image{display:table-cell;vertical-align:middle}.office-center .order-box .order-content .items .item-content .item-all .item .item-type .tr .image img{width:70px;height:70px}.office-center .order-box .order-content .items .item-content .item-all .item .item-type .tr .info{display:table-cell;padding:5px 5px 5px 15px;vertical-align:middle}.office-center .order-box .order-content .items .item-content .item-all .item .item-position{display:table-cell;padding:10px 0;width:130px;text-align:center;border-right:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-all .item .item-scale{display:table-cell;padding-top:45px;width:120px;text-align:center;border-right:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-all .item .item-time{display:table-cell;vertical-align:middle;padding:10px 0;width:110px;text-align:center;border-right:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-all .item .item-time span{text-align:center}.office-center .order-box .order-content .items .item-content .item-price{display:table-cell;vertical-align:middle;text-align:center;width:100px;height:100%;font-size:14px;color:#ff8d1a;border-right:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-state{display:table-cell;vertical-align:middle;text-align:center;width:110px;height:100%;font-size:14px;border-right:1px solid #e5e5e5}.office-center .order-box .order-content .items .item-content .item-operation{display:table-cell;vertical-align:middle;width:170px;height:100%}.office-center .order-box .order-content .items .item-content .item-operation span{display:block;margin:10px auto;width:80px;height:30px;text-align:center;line-height:30px;font-size:14px;border-radius:3px;cursor:pointer}.office-center .order-box .order-content .items .item-content .item-operation span.cancel-order{color:#ff8d1a;border:1px solid #ff8d1a}.office-center .order-box .order-content .items .item-content .item-operation span.cancel-order:hover{background:#FFF5EA}.office-center .order-box .order-content .items .item-content .item-operation span.complain:hover{text-decoration:underline}.office-center .order-box .order-content .items .item-content .item-operation span.delete-order{color:#333}.office-center .order-box .order-content .items .item-content .item-operation span.delete-order:hover{text-decoration:underline}.office-center .order-box .order-content .items .item-content .item-operation span.evaluate{color:#ff8d1a;border:1px solid #ff8d1a}.office-center .order-box .order-content .items .item-content .item-operation span.evaluate:hover{background:#ff8d1a;color:#fff}.office-center .order-box .order-content .items .item-content .item-operation span.buy{color:#fff;background:#ff8d1a}.office-center .order-box .order-content .items .item-content .item-operation span.buy:hover{background:#FF6428}.office-center .cancelwindow-top{height:44px;background:#f1f1f1;line-height:44px;padding:0 20px;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px}.office-center .cancelwindow-top .top-left{font-size:16px;color:#333;letter-spacing:1px}.office-center .cancelwindow-top .close-search{float:right;cursor:pointer}.office-center .cancelwindow-top .close-search:hover{color:#ff8d1a}.office-center .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.office-center .askServer{width:560px;height:145px;display:none;position:fixed;top:50%;left:50%;margin-left:-280px;margin-top:-80px;z-index:1002;border-radius:4px;background:#fff}.office-center .askServer .cancelwindow-top{border-top-left-radius:4px;border-top-right-radius:4px}.office-center .askServer .askServer-bottom{margin-top:10px;margin-left:30px;font-size:14px}.office-center .askServer .askServer-bottom p{height:30px;line-height:30px;text-align:left;color:#2A2A2A;letter-spacing:-0.11px;line-height:30px}.office-center .askServer .askServer-bottom p span{color:#FF8F1E;letter-spacing:-0.11px;line-height:30px}.office-center .cancelwindow{display:none;position:fixed;top:50%;left:50%;margin:0 auto;margin-left:-280px;margin-top:-200px;width:560px;background-color:white;z-index:1002;border-radius:3px}.office-center .cancelwindow .msg{width:80%;height:40px;margin:10px auto;text-align:center;line-height:40px;font-size:14px}.office-center .cancelwindow .msg p{display:inline-block;font-size:14px;line-height:40px}.office-center .cancelwindow .msg p span{display:inline-block;vertical-align:middle}.office-center .cancelwindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.office-center .cancelwindow .select{margin:0 auto;width:400px;text-align:center}.office-center .cancelwindow .select span{display:block;font-size:14px;text-align:left;margin-bottom:10px;padding-left:40px}.office-center .cancelwindow .select .myselect{width:80%;margin:0 auto}.office-center .cancelwindow .select .myselect .choice{width:100%;height:38px;line-height:38px;text-align:left;padding-left:20px;border:1px solid #ff8d1a;font-size:14px}.office-center .cancelwindow .select .myselect img{position:relative;left:142px;top:-37px;cursor:pointer}.office-center .cancelwindow .select .myselect .options{display:none;margin-top:-34px;background:#f3f3f3}.office-center .cancelwindow .select .myselect .options .value{font-size:14px;width:100%;height:30px;line-height:30px;text-align:left;padding-left:20px;cursor:pointer}.office-center .cancelwindow .select .myselect .options .value:hover{background:#ff8d1a;color:#fff}.office-center .cancelwindow .btnBox{width:100%;text-align:center;margin-top:10px;margin-bottom:20px}.office-center .cancelwindow .btnBox span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.office-center .cancelwindow .btnBox .confirm{color:#fff;background:#ff8d1a}.office-center .cancelwindow .btnBox .confirm:hover{background:#FF6428}.office-center .cancelwindow .btnBox .close{color:black;border:1px solid #9c9c9c}.office-center .cancelwindow .btnBox .close:hover{background:#f1f1f1}.office-center .complainwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.office-center .complainwindow .msg{width:80%;height:100px;margin:0 auto;text-align:center;line-height:100px}.office-center .complainwindow .msg p{display:inline-block;font-size:14px;line-height:40px}.office-center .complainwindow .msg p span{display:inline-block;vertical-align:middle}.office-center .complainwindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.office-center .deletewindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;height:175px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.office-center .deletewindow .msg{width:80%;height:75px;margin:0 auto;text-align:center;line-height:75px}.office-center .deletewindow .msg p{display:inline-block;font-size:14px;line-height:40px}.office-center .deletewindow .msg p span{display:inline-block;vertical-align:middle}.office-center .deletewindow .msg p .iconfont{font-size:20px;color:#ff8d1a;vertical-align:middle;margin-right:8px}.office-center .deletewindow .btnBox{width:100%;text-align:center}.office-center .deletewindow .btnBox span{display:inline-block;font-size:14px;width:80px;height:30px;text-align:center;line-height:30px;border-radius:3px;margin:0 20px;cursor:pointer}.office-center .deletewindow .btnBox .confirm{color:#fff;background:#ff8d1a}.office-center .deletewindow .btnBox .confirm:hover{background:#FF6428}.office-center .deletewindow .btnBox .close{color:black;border:1px solid #9c9c9c}.office-center .deletewindow .btnBox .close:hover{background:#f1f1f1}.goods-details{width:100%;padding-top:30px}.goods-details .goods{width:980px;margin:0 auto}.goods-details .goods .content{width:100%;height:400px}.goods-details .goods .content .left-content{float:left;padding-top:10px}.goods-details .goods .content .left-content .pictures-show{width:375px;height:375px;padding:20px;border:1px solid #e5e5e5;border-radius:3px}.goods-details .goods .content .right-content{float:left;width:555px;margin:0 0px 0px 46px}.goods-details .goods .content .right-content p{display:block}.goods-details .goods .content .right-content span{display:inline-block}.goods-details .goods .content .right-content .name{font-size:18px;color:#333;letter-spacing:2px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px}.goods-details .goods .content .right-content .describe{font-size:14px;color:#666666;letter-spacing:1px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.goods-details .goods .content .right-content .price{margin-top:16px}.goods-details .goods .content .right-content .price .price-top{width:100%;background:#F6F6F6;padding:18px 0 12px 14px;border-radius:3px}.goods-details .goods .content .right-content .price .price-top .original{font-size:14px;color:#999}.goods-details .goods .content .right-content .price .price-top .original span{margin-left:8px;font-size:14px;color:#999999;letter-spacing:-0.07px;line-height:24px;text-decoration:line-through}.goods-details .goods .content .right-content .price .price-top .discount{font-size:14px;overflow:hidden}.goods-details .goods .content .right-content .price .price-top .discount span{float:left;line-height:26px;color:#333}.goods-details .goods .content .right-content .price .price-top .discount .mall-price{margin-left:8px;font-size:20px;letter-spacing:0;color:#f20000;font-weight:bold}.goods-details .goods .content .right-content .price .price-top .discount .consult-btn{float:left;padding:0 12px;height:26px;text-align:center;line-height:24px;margin-left:24px;font-size:14px;border:1px solid #ff8d1a;border-radius:3px;cursor:pointer;color:#fff;background-color:#ff8d1a}.goods-details .goods .content .right-content .price .price-top .discount .consult-btn:hover{background-color:#FF5100}.goods-details .goods .content .right-content .price .line{padding:17px 0 16px 14px;font-size:14px;color:#333333;letter-spacing:-0.7px}.goods-details .goods .content .right-content .price .appraise{height:37px;line-height:37px;width:100%;font-size:14px;color:#989898;letter-spacing:0;border-bottom:1px dashed #E5E5E5;border-top:1px dashed #E5E5E5}.goods-details .goods .content .right-content .price .appraise span{float:left}.goods-details .goods .content .right-content .price .appraise span:first-child{width:155px;margin-left:80px}.goods-details .goods .content .right-content .price .appraise span:nth-child(2){margin-right:90px;margin-top:-2px;color:#e5e5e5}.goods-details .goods .content .right-content .price .appraise span a{color:#ff8d1a}.goods-details .goods .content .right-content .kind{height:50px;line-height:50px;margin-left:25px;margin-top:20px;font-size:14px}.goods-details .goods .content .right-content .kind span{width:80px;height:25px;text-align:center;line-height:25px;margin-left:18px;font-size:16px;border:1px solid #ff8d1a;border-radius:3px;color:#ff8d1a}.goods-details .goods .content .right-content .choose-spec{overflow:hidden;width:100%;padding:16px 0 0 12px;line-height:36px}.goods-details .goods .content .right-content .choose-spec .name{float:left;margin-right:12px;font-size:14px}.goods-details .goods .content .right-content .choose-spec ul{float:left;overflow:hidden;width:80%}.goods-details .goods .content .right-content .choose-spec ul li{float:left;width:125px;height:36px;line-height:36px;text-align:center;font-size:15px;border:1px solid #e5e5e5;margin:0 6px 12px 0;cursor:pointer}.goods-details .goods .content .right-content .choose-spec ul li.active{color:#ff8d1a;border-color:#ff8d1a}.goods-details .goods .content .right-content .quantity{margin:20px 0 46px 0;font-size:14px;overflow:hidden}.goods-details .goods .content .right-content .quantity span{display:inline-block}.goods-details .goods .content .right-content .quantity .number{float:left;margin-right:33px;font-size:14px;line-height:28px}.goods-details .goods .content .right-content .quantity .count{float:left;text-align:center}.goods-details .goods .content .right-content .quantity .count .container{display:inline-block;vertical-align:top;overflow:hidden}.goods-details .goods .content .right-content .quantity .count .container .subtract,.goods-details .goods .content .right-content .quantity .count .container .add{width:35px;height:35px}.goods-details .goods .content .right-content .quantity .count .container .subtract img,.goods-details .goods .content .right-content .quantity .count .container .add img{border:none;display:none}.goods-details .goods .content .right-content .quantity .count .container .subtract img.normal,.goods-details .goods .content .right-content .quantity .count .container .add img.normal{display:block}.goods-details .goods .content .right-content .quantity .count .container .subtract.active img,.goods-details .goods .content .right-content .quantity .count .container .add.active img{display:none}.goods-details .goods .content .right-content .quantity .count .container .subtract.active img.active,.goods-details .goods .content .right-content .quantity .count .container .add.active img.active{display:block}.goods-details .goods .content .right-content .quantity .count .container .subtract.disabled img,.goods-details .goods .content .right-content .quantity .count .container .add.disabled img{display:none}.goods-details .goods .content .right-content .quantity .count .container .subtract.disabled img.disabled,.goods-details .goods .content .right-content .quantity .count .container .add.disabled img.disabled{display:block}.goods-details .goods .content .right-content .quantity .count .container div{float:left}.goods-details .goods .content .right-content .quantity .count .container div img{width:35px;height:35px;cursor:pointer}.goods-details .goods .content .right-content .quantity .count .container .num{float:left;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;width:36px;height:35px;line-height:35px;text-align:center;font-size:15px;color:#666666;letter-spacing:-0.07px}.goods-details .goods .content .right-content .quantity .last{margin-left:10px;font-size:14px;color:#bbb}.goods-details .goods .content .right-content .btn{text-align:left}.goods-details .goods .content .right-content .btn a{display:inline-block;width:130px;height:38px;text-align:center;line-height:38px;margin-left:24px;font-size:14px;border:1px solid #ff8d1a;border-radius:3px;cursor:pointer}.goods-details .goods .content .right-content .btn a:nth-child(1){margin-left:0}.goods-details .goods .content .right-content .btn .add-btn{color:#ff8d1a}.goods-details .goods .content .right-content .btn .add-btn:hover{background:#FFEFDE}.goods-details .goods .content .right-content .btn .buy-btn{background:#ff8d1a;color:#fff}.goods-details .goods .content .right-content .btn .buy-btn:hover{background:#FF5100}.goods-details .main{width:980px;margin:60px auto}.goods-details .main .headings{height:40px;background:#F6F6F6;border:1px solid #E5E5E5;margin-bottom:17px}.goods-details .main .headings a{float:left;margin-top:-1px;padding:0 20px;height:40px;text-align:center;line-height:35px;font-size:14px;border-top:4px solid transparent;cursor:pointer}.goods-details .main .headings a:last-child{border-right:1px solid #e5e5e5}.goods-details .main .headings a:last-child span{color:#ff8d1a}.goods-details .main .headings a.active{border-top:4px solid #ff8d1a;color:#ff8d1a;background:#fff}.goods-details .main .box-details{width:100%}.goods-details .main .box-details .content{border:1px solid #e5e5e5;border-top:none;padding:30px 0 20px 34px;position:relative;top:-18px}.goods-details .main .box-details .content .content-product .content-list{height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:24px}.goods-details .main .box-details .content .content-product .content-list .list-span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:top;margin-right:45px;width:260px;font-size:14px;color:#666666}.goods-details .main .box-details .content p{display:block;font-size:14px;margin-bottom:10px}.goods-details .main .box-details .content img{margin-top:30px;width:100%}.goods-details .main .box-details .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.goods-details .main .box-details .empty-box:before,.goods-details .main .box-details .empty-box:after{display:table;content:" "}.goods-details .main .box-details .empty-box:after{clear:both}.goods-details .main .box-details .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.goods-details .main .box-details .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.goods-details .main .box-details .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.goods-details .main .box-appraise{display:none;width:100%}.goods-details .main .box-appraise .appraise-top{width:100%;height:40px;line-height:40px;background:#FBFBFB;border:1px solid #E5E5E5}.goods-details .main .box-appraise .appraise-top .check-input{display:inline-block;padding-left:14px;height:40px;line-height:40px;cursor:pointer;margin-right:24px}.goods-details .main .box-appraise .appraise-top .check-input .custom-check{cursor:pointer;position:relative}.goods-details .main .box-appraise .appraise-top .check-input .custom-check img{width:15px;height:15px;position:absolute;top:14px;left:0}.goods-details .main .box-appraise .appraise-top .check-input .custom-check input+img{display:none;position:absolute;top:14px;left:0}.goods-details .main .box-appraise .appraise-top .check-input .custom-check input[type="radio"]{position:absolute !important;clip:rect(0px 0px 0px 0px);width:100%;height:100%;left:0;top:0}.goods-details .main .box-appraise .appraise-top .check-input .custom-check input[type="radio"]:checked+img{display:inline-block}.goods-details .main .box-appraise .appraise-top .check-input .custom-check input[type="radio"]:checked+span{color:#FF8F1E}.goods-details .main .box-appraise .appraise-top .check-input .custom-check .span-left{height:40px;line-height:40px;display:inline-block;font-size:14px;color:#333333;letter-spacing:0;margin-left:20px}.goods-details .main .box-appraise .appraise-top .check-input .custom-check .span-left .span-gray{font-size:14px;color:#CCCCCC;letter-spacing:0;line-height:20px}.goods-details .main .box-appraise .content .list{width:100%;padding:20px 0;border-bottom:1px solid #e5e5e5}.goods-details .main .box-appraise .content .list .list-left{float:left;width:700px;font-size:14px}.goods-details .main .box-appraise .content .list .list-left .time{padding:9px 0 15px 0;color:#bbb;font-size:14px}.goods-details .main .box-appraise .content .list .list-left .seller{color:#ff8d1a}.goods-details .main .box-appraise .content .list .list-right{float:right;width:200px;text-align:right}.goods-details .main .box-appraise .content .list .list-right .star-content{width:100%;height:30px}.goods-details .main .box-appraise .content .list .list-right .star-content .star{display:inline-block;width:16px;height:16px;background:url("/static/website/img/supermarket/personalCenter/star.png") no-repeat;background-size:16px;cursor:pointer}.goods-details .main .box-appraise .content .list .list-right .star-content .star.active{background:url("/static/website/img/supermarket/personalCenter/star-active.png") no-repeat;background-size:16px}.goods-details .main .box-appraise .content .list .list-right .score span{display:inline-block;width:22px;height:22px}.goods-details .main .box-appraise .content .list .list-right .score .star-light{background:url("/static/website/img/supermarket/personalCenter/star-active.png")}.goods-details .main .box-appraise .content .list .list-right .score .star-gray{background:url("/static/website/img/supermarket/personalCenter/star.png")}.goods-details .main .box-appraise .content .list .list-right .name{font-size:14px}.goods-details .main .box-appraise .content .list .list-right .name span{color:#bbb}.goods-details .main .box-appraise .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.goods-details .main .box-appraise .empty-box:before,.goods-details .main .box-appraise .empty-box:after{display:table;content:" "}.goods-details .main .box-appraise .empty-box:after{clear:both}.goods-details .main .box-appraise .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.goods-details .main .box-appraise .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.goods-details .main .box-appraise .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.order-evaluation{width:100%}.order-evaluation .progress{margin:15px auto 50px auto;width:980px;text-align:center}.order-evaluation .progress .state-block{display:inline-block;width:237px;font-size:14px}.order-evaluation .progress .state-block .k-test{width:237px;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.order-evaluation .progress .state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.order-evaluation .progress .state-block.active .k-progress{background:#FF8F1E;color:#fff}.order-evaluation .progress .state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.order-evaluation .progress .state-block.success .k-progress{background:#FFC081;color:#fff}.order-evaluation .progress .state-block.success .k-progress:after{border-left:20px solid #FFC081}.order-evaluation .progress .state-block .k-test1{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative}.order-evaluation .progress .state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.order-evaluation .progress .state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.order-evaluation .progress .state-block .k-test2{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.order-evaluation .progress .state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.order-evaluation .progress .state-block .step{position:relative}.order-evaluation .progress .state-block .step span{display:inline-block;vertical-align:middle}.order-evaluation .progress .state-block .step .line{height:6px;width:100%;background:#bbb}.order-evaluation .progress .state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.order-evaluation .progress .state-block .step-name{padding-top:10px;color:#bbb}.order-evaluation .progress .state-block.active .step .line{background:#ff8d1a}.order-evaluation .progress .state-block.active .step .spot{background:#ff8d1a}.order-evaluation .progress .state-block.active .step-name{color:#ff8d1a}.order-evaluation .progress .state-block.weak .step .line{background:#F6C28A}.order-evaluation .progress .state-block.weak .step .spot{background:#F6C28A}.order-evaluation .progress .state-block.weak .step-name{color:#F6C28A}.order-evaluation .progress .w-state-block{display:inline-block;width:30%;font-size:14px}.order-evaluation .progress .w-state-block .k-test{width:100%;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.order-evaluation .progress .w-state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.order-evaluation .progress .w-state-block.active .k-progress{background:#FF8F1E;color:#fff}.order-evaluation .progress .w-state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.order-evaluation .progress .w-state-block.success .k-progress{background:#FFC081;color:#fff}.order-evaluation .progress .w-state-block.success .k-progress:after{border-left:20px solid #FFC081}.order-evaluation .progress .w-state-block .k-test1{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative}.order-evaluation .progress .w-state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.order-evaluation .progress .w-state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.order-evaluation .progress .w-state-block .k-test2{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.order-evaluation .progress .w-state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.order-evaluation .progress .w-state-block .step{position:relative}.order-evaluation .progress .w-state-block .step span{display:inline-block;vertical-align:middle}.order-evaluation .progress .w-state-block .step .line{height:6px;width:100%;background:#bbb}.order-evaluation .progress .w-state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.order-evaluation .progress .w-state-block .step-name{padding-top:10px;color:#bbb}.order-evaluation .progress .w-state-block.active .step .line{background:#ff8d1a}.order-evaluation .progress .w-state-block.active .step .spot{background:#ff8d1a}.order-evaluation .progress .w-state-block.active .step-name{color:#ff8d1a}.order-evaluation .progress .w-state-block.weak .step .line{background:#F6C28A}.order-evaluation .progress .w-state-block.weak .step .spot{background:#F6C28A}.order-evaluation .progress .w-state-block.weak .step-name{color:#F6C28A}.order-evaluation .content{margin:0 auto;padding-bottom:30px;width:980px;min-height:300px}.order-evaluation .content .title-content{width:100%;border:1px solid #e5e5e5}.order-evaluation .content .title-content .title{float:left;width:534px;height:45px;padding-left:24px;line-height:45px;background:#f7f7f7;font-size:14px;font-weight:bold}.order-evaluation .content .title-content .title:last-child{width:444px}.order-evaluation .content .list-content{width:100%;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px dashed #e5e5e5}.order-evaluation .content .list-content:last-child{border-bottom:1px solid #e5e5e5}.order-evaluation .content .list-content .list-left,.order-evaluation .content .list-content .list-right{float:left;padding:24px}.order-evaluation .content .list-content .list-left{width:534px}.order-evaluation .content .list-content .list-left img{float:left;margin-right:15px;width:60px;height:60px}.order-evaluation .content .list-content .list-left .info{float:left;width:330px}.order-evaluation .content .list-content .list-left .info .name{font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2}.order-evaluation .content .list-content .list-left .info .desc{margin-top:10px;font-size:14px;color:#bbb;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-evaluation .content .list-content .list-left .num{float:left;width:80px;text-align:center}.order-evaluation .content .list-content .list-right{width:422px;padding-top:12px}.order-evaluation .content .list-content .list-right ul{width:100%}.order-evaluation .content .list-content .list-right ul li{overflow:hidden;height:32px;line-height:32px;padding-left:15px}.order-evaluation .content .list-content .list-right ul li:last-child{background-color:#f7f7f7;margin-bottom:0}.order-evaluation .content .list-content .list-right ul li .name{float:left;color:#666;font-size:12px}.order-evaluation .content .list-content .list-right ul li .star{float:left;margin-top:8px}.order-evaluation .content .list-content .list-right textarea{padding:15px;width:100%;height:126px;border:1px dashed #e5e5e5;border-top:none}.order-evaluation .btn-content{margin:30px auto 80px;width:980px;text-align:center}.order-evaluation .btn-content span{display:inline-block;margin:0 30px;width:80px;height:36px;line-height:36px;text-align:center;border-radius:3px;cursor:pointer}.order-evaluation .btn-content .cancel{border:1px solid #e5e5e5}.order-evaluation .btn-content .confirm{background:#ff8d1a;color:#fff}.order-evaluation .btn-content .confirm:hover{background:#FF6428}.order-evaluation .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.order-evaluation .confirmwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:639px;height:201px;background-color:#fff;z-index:1002;overflow:auto;border-radius:10px}.order-evaluation .confirmwindow .msg{width:80%;height:129px;margin:0 auto;text-align:center;line-height:129px}.order-evaluation .confirmwindow .msg img{display:inline-block;cursor:pointer;vertical-align:middle}.order-evaluation .confirmwindow .msg p{display:inline-block;font-size:15px;margin-left:10px}.order-evaluation .confirmwindow .btnBox{width:100%;text-align:center}.order-evaluation .confirmwindow .btnBox span{display:inline-block;font-size:14px;width:83px;height:39px;text-align:center;line-height:39px;border-radius:10px;margin:0 20px;cursor:pointer}.order-evaluation .confirmwindow .btnBox .confirm{color:#fff;background:#ff8d1a}.order-evaluation .confirmwindow .btnBox .close{color:black;border:1px solid #9c9c9c}.order-invoice-apply,.invoice-modal .modal-content .modal-body .invoice-apply-container{width:100%;padding:60px 0}.order-invoice-apply .main-box,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box{width:980px;margin:0 auto}.order-invoice-apply .main-box .title-box,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .title-box{position:relative}.order-invoice-apply .main-box .title-box .title,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .title-box .title{position:absolute;top:50%;left:50%;width:200px;height:40px;margin-left:-100px;margin-top:-20px;text-align:center;line-height:40px;font-size:24px;color:#fff}.order-invoice-apply .main-box .title-box .img,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .title-box .img{width:100%;height:60px}.order-invoice-apply .main-box .item-box,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box{padding:20px 0;width:100%;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.order-invoice-apply .main-box .item-box .tab-box,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .tab-box{width:260px;height:36px;margin-top:20px;margin-bottom:20px;margin-right:auto;margin-left:auto;border:1px solid #e5e5e5;font-size:0}.order-invoice-apply .main-box .item-box .tab-box a,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .tab-box a{display:inline-block;width:129px;line-height:34px;text-align:center;font-size:14px}.order-invoice-apply .main-box .item-box .tab-box a:first-child,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .tab-box a:first-child{border-right:1px solid #e5e5e5}.order-invoice-apply .main-box .item-box .tab-box a.active,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .tab-box a.active{border-top:2px solid #ff8d1a;margin-top:-2px;background-color:#fff;color:#ff8d1a}.order-invoice-apply .main-box .item-box .item,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item{margin:0 auto;padding:5px 0;width:440px;font-size:14px}.order-invoice-apply .main-box .item-box .item span,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item span{display:inline-block;height:35px;line-height:35px}.order-invoice-apply .main-box .item-box .item .item-left,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-left{width:110px;text-align:right}.order-invoice-apply .main-box .item-box .item .item-right,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right{margin-left:12px;width:270px;width:270px;vertical-align:middle}.order-invoice-apply .main-box .item-box .item .item-right .input-area,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .input-area{padding-left:16px;width:270px;height:32px;font-size:14px;border:1px solid #e5e5e5}.order-invoice-apply .main-box .item-box .item .item-right .input-area::-webkit-input-placeholder,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .input-area::-webkit-input-placeholder{font-size:14px;color:#bbb}.order-invoice-apply .main-box .item-box .item .item-right .input-area:disabled,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .input-area:disabled{background:#f1f1f1}.order-invoice-apply .main-box .item-box .item .item-right .input-area.gray,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .input-area.gray{color:#bbb}.order-invoice-apply .main-box .item-box .item .item-right .custom-check,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .custom-check{float:left;overflow:hidden;margin-top:9px;width:16px;height:16px;cursor:pointer}.order-invoice-apply .main-box .item-box .item .item-right .custom-check.active img,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .custom-check.active img{display:none}.order-invoice-apply .main-box .item-box .item .item-right .custom-check.active img.active,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right .custom-check.active img.active{display:block}.order-invoice-apply .main-box .item-box .item .item-right a,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .item .item-right a{float:left;padding:0 50px 0 5px}.order-invoice-apply .main-box .item-box .btn-box,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .btn-box{padding:20px 0;width:100%;text-align:center}.order-invoice-apply .main-box .item-box .btn-box span,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .btn-box span{display:inline-block;border:1px solid #999;font-size:14px;width:140px;height:34px;text-align:center;line-height:34px;margin:0 20px;cursor:pointer}.order-invoice-apply .main-box .item-box .btn-box .confirm,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .btn-box .confirm{color:#fff;background:#ff8d1a;border-color:#ff8d1a}.order-invoice-apply .main-box .item-box .btn-box .confirm:hover,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .btn-box .confirm:hover{background-color:#FF6428}.order-invoice-apply .main-box .item-box .btn-box .close,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .btn-box .close{color:#999;background:#fff}.order-invoice-apply .main-box .item-box .btn-box .close:hover,.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box .btn-box .close:hover{background-color:#f1f1f1}.order-invoice-apply .succeed-box,.invoice-modal .modal-content .modal-body .invoice-apply-container .succeed-box{display:none;padding-top:170px;width:100%;height:544px;background:#fff;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.order-invoice-apply .succeed-box img,.invoice-modal .modal-content .modal-body .invoice-apply-container .succeed-box img{width:100px;height:100px;display:block;margin:0 auto 20px}.order-invoice-apply .succeed-box p,.invoice-modal .modal-content .modal-body .invoice-apply-container .succeed-box p{text-align:center}.order-invoice-apply .succeed-box p span,.invoice-modal .modal-content .modal-body .invoice-apply-container .succeed-box p span{color:#ff8d1a}.order-invoice-status{width:100%;padding:60px 0}.order-invoice-status .main-box{width:980px;margin:0 auto}.order-invoice-status .main-box .title-box{position:relative}.order-invoice-status .main-box .title-box .title{position:absolute;top:50%;left:28px;height:40px;margin-top:-20px;text-align:center;line-height:40px;font-size:20px;color:#fff}.order-invoice-status .main-box .title-box .title img{position:relative;top:8px;width:24px;height:24px}.order-invoice-status .main-box .title-box .img{width:100%;height:60px}.order-invoice-status .main-box .order-list{position:relative;padding-left:60px;padding-top:28px;padding-bottom:21px;font-size:14px;color:#333;border-bottom:2px solid #e5e5e5}.order-invoice-status .main-box .order-list .order-detail-btn{position:absolute;bottom:0;font-size:14px;right:60px;width:77px;height:24px;line-height:24px;background-color:#ccc;color:#fff;text-align:center}.order-invoice-status .main-box .order-list .order-price:not(:nth-child(1)){margin-top:16px}.order-invoice-status .main-box .order-list .order-price span{display:inline-block}.order-invoice-status .main-box .order-list .order-price span:nth-child(1){width:130px}.order-invoice-status .main-box .order-list .order-price span:nth-child(2).gray{color:#bbb}.order-invoice-status .main-box .order-list .order-price span:nth-child(2).light{color:#ff8d1a}.order-invoice-status .main-box .order-list .order-detail-box{display:none;padding-left:132px}.order-invoice-status .main-box .order-list .order-detail{padding-top:20px;font-size:14px;color:#333}.order-invoice-status .main-box .order-list .order-detail:nth-child(2){padding-bottom:20px}.order-invoice-status .main-box .order-list .order-detail:nth-child(2) span:nth-child(2){color:#ff8d1a}.order-invoice-status .main-box .order-list .order-detail span{display:inline-block}.order-invoice-status .main-box .order-list .order-detail .item-left{width:130px}.order-invoice-status .main-box .order-list .item{margin-top:10px;color:#bbb;margin-bottom:20px}.order-invoice-status .main-box .order-list .item span{display:inline-block;height:100%;text-align:center;vertical-align:middle;word-wrap:break-word}.order-invoice-status .main-box .order-list .item span:nth-child(1){width:240px;text-align:left}.order-invoice-status .main-box .order-list .item span:nth-child(2){width:300px}.order-invoice-status .main-box .order-list .item span:nth-child(3){width:100px;color:#ff8d1a}.order-invoice-status .main-box .order-list .more{display:none;position:absolute;bottom:0;right:0;width:70px;height:20px;text-align:center;line-height:20px;background:#e5e5e5;color:#fff;cursor:pointer}.order-invoice-status .main-box .info-box{position:relative;padding:20px 0 20px 60px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:14px}.order-invoice-status .main-box .info-box .a-detail{width:77px;height:24px;line-height:24px;background:#ccc;position:absolute;right:80px;top:-2px;color:#fff;text-align:center}.order-invoice-status .main-box .info-box .detail-content{position:relative;padding-bottom:24px;display:none}.order-invoice-status .main-box .info-box .detail-content:after{position:absolute;content:'';height:1px;background:#e5e5e5;width:980px;left:-60px;bottom:0}.order-invoice-status .main-box .info-box .detail-content .order-detail-box .item{padding-bottom:0}.order-invoice-status .main-box .info-box .item{padding:10px 0}.order-invoice-status .main-box .info-box .item span{display:inline-block}.order-invoice-status .main-box .info-box .item .sp-name{color:#666;font-size:14px;margin-right:57px}.order-invoice-status .main-box .info-box .item .sp-num{margin-right:41px}.order-invoice-status .main-box .info-box .item .sp-price{color:#FF8F1E;font-size:14px}.order-invoice-status .main-box .info-box .item .item-left{width:130px}.order-invoice-status .main-box .btn-box{padding:30px 0;width:100%;text-align:right;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.order-invoice-status .main-box .btn-box span{display:inline-block;font-size:14px;width:140px;height:36px;text-align:center;line-height:36px;margin:0 20px;cursor:pointer}.order-invoice-status .main-box .btn-box .modify{color:#ff8d1a;border:1px solid #ff8d1a}.order-invoice-status .main-box .btn-box .download{color:#fff;background:#ff8d1a}.order-invoice-status .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.order-invoice-status .img-box{display:none;position:fixed;z-index:1002;top:40%;left:50%;margin-left:-272px;margin-top:-175px;width:544px;height:370px}.order-invoice-status .img-box img{width:100%;height:350px}.order-invoice-status .img-box a{margin:50px auto 0;display:block;width:140px;height:36px;text-align:center;line-height:36px;background:#ff8d1a;font-size:14px;color:#fff}.invoice-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;font-size:14px}.invoice-modal .modal-mask{height:100%;background-color:#333;opacity:0.6;filter:alpha(opacity=60)}.invoice-modal .modal-content{position:absolute;top:5%;left:50%;margin-left:-320px;width:640px;background-color:#fff;border-radius:4px}.invoice-modal .modal-content .modal-header{background-color:#f7f7f7;overflow:hidden;height:44px;line-height:44px;padding:0 12px 0 20px}.invoice-modal .modal-content .modal-header .name{float:left;color:#000;font-size:16px}.invoice-modal .modal-content .modal-header .close-btn{float:right;height:14px;margin-top:15px;cursor:pointer}.invoice-modal .modal-content .modal-body{max-height:500px;overflow:auto}.invoice-modal .modal-content .modal-body .invoice-apply-container{padding:0}.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box{box-shadow:none;width:100%}.invoice-modal .modal-content .modal-body .invoice-apply-container .main-box .item-box{border:none}.invoice-modal .modal-footer{text-align:center;overflow:hidden;background-color:#f7f7f7;padding:20px 40px}.invoice-modal .modal-footer div{width:64px;height:32px;line-height:32px;text-align:center;float:right;border-radius:4px;cursor:pointer;margin-left:16px}.invoice-modal .modal-footer .cancel-btn{background-color:#fff;color:#999;border:1px solid #999}.invoice-modal .modal-footer .cancel-btn:hover{background-color:#f1f1f1}.invoice-modal .modal-footer .confirm-btn{background-color:#ff8d1a;color:#fff}.invoice-modal .modal-footer .confirm-btn:hover{background-color:#FF5100}.logistics{width:100%;border-top:1px solid #e5e5e5;padding:60px 0}.logistics .main-box{width:980px;margin:0 auto}.logistics .main-box .title-box{position:relative}.logistics .main-box .title-box .title{position:absolute;top:50%;left:50%;width:200px;height:40px;margin-left:-100px;margin-top:-20px;text-align:center;line-height:40px;font-size:18px;color:#fff}.logistics .main-box .title-box .img{width:100%;height:60px}.logistics .main-box .order-list{position:relative;padding-left:60px;font-size:14px;color:#bbb;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-bottom:3px solid #e5e5e5}.logistics .main-box .order-list .order-detail{padding-top:20px;font-size:14px;color:#333}.logistics .main-box .order-list .order-detail:nth-child(4){padding-bottom:20px}.logistics .main-box .order-list .order-detail span{display:inline-block}.logistics .main-box .order-list .order-detail .item-left{width:130px}.logistics .main-box .order-list .item{margin-bottom:20px}.logistics .main-box .order-list .item span{display:inline-block;height:100%;text-align:center;vertical-align:middle;word-wrap:break-word}.logistics .main-box .order-list .item span:nth-child(1){width:240px;text-align:left}.logistics .main-box .order-list .item span:nth-child(2){width:300px}.logistics .main-box .order-list .item span:nth-child(3){width:100px;color:#ff8d1a}.logistics .main-box .order-list .more{display:none;position:absolute;bottom:0;right:0;width:70px;height:20px;text-align:center;line-height:20px;background:#e5e5e5;color:#fff;cursor:pointer}.logistics .main-box .progress-box{padding:30px 0 30px 60px;min-height:100px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:14px}.logistics .main-box .progress-box .list{position:relative;padding-bottom:30px}.logistics .main-box .progress-box .list .row{padding-left:20px}.logistics .main-box .progress-box .list .row p:nth-child(1) .phone{color:#ff8d1a}.logistics .main-box .progress-box .list .row p:nth-child(2){padding:10px 0;width:500px;color:#bbb;font-size:14px;border-bottom:1px solid #e5e5e5}.logistics .main-box .progress-box .list .spot{position:absolute;top:0;z-index:10;border-radius:50%}.logistics .main-box .progress-box .list .spot.light{left:-6px;width:12px;height:12px;background:#ff8d1a}.logistics .main-box .progress-box .list .spot.gray{left:-3px;width:6px;height:6px;background:#e5e5e5}.logistics .main-box .progress-box .list .line{position:absolute;top:0;left:0;height:100%;width:1px;background:#e5e5e5}.fillAdress{width:100%}.fillAdress .progress{margin:15px auto 50px auto;width:980px;text-align:center}.fillAdress .progress .state-block{display:inline-block;width:237px;font-size:14px}.fillAdress .progress .state-block .k-test{width:237px;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.fillAdress .progress .state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdress .progress .state-block.active .k-progress{background:#FF8F1E;color:#fff}.fillAdress .progress .state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.fillAdress .progress .state-block.success .k-progress{background:#FFC081;color:#fff}.fillAdress .progress .state-block.success .k-progress:after{border-left:20px solid #FFC081}.fillAdress .progress .state-block .k-test1{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative}.fillAdress .progress .state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdress .progress .state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdress .progress .state-block .k-test2{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.fillAdress .progress .state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdress .progress .state-block .step{position:relative}.fillAdress .progress .state-block .step span{display:inline-block;vertical-align:middle}.fillAdress .progress .state-block .step .line{height:6px;width:100%;background:#bbb}.fillAdress .progress .state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.fillAdress .progress .state-block .step-name{padding-top:10px;color:#bbb}.fillAdress .progress .state-block.active .step .line{background:#ff8d1a}.fillAdress .progress .state-block.active .step .spot{background:#ff8d1a}.fillAdress .progress .state-block.active .step-name{color:#ff8d1a}.fillAdress .progress .state-block.weak .step .line{background:#F6C28A}.fillAdress .progress .state-block.weak .step .spot{background:#F6C28A}.fillAdress .progress .state-block.weak .step-name{color:#F6C28A}.fillAdress .progress .w-state-block{display:inline-block;width:30%;font-size:14px}.fillAdress .progress .w-state-block .k-test{width:100%;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.fillAdress .progress .w-state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdress .progress .w-state-block.active .k-progress{background:#FF8F1E;color:#fff}.fillAdress .progress .w-state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.fillAdress .progress .w-state-block.success .k-progress{background:#FFC081;color:#fff}.fillAdress .progress .w-state-block.success .k-progress:after{border-left:20px solid #FFC081}.fillAdress .progress .w-state-block .k-test1{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative}.fillAdress .progress .w-state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdress .progress .w-state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdress .progress .w-state-block .k-test2{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.fillAdress .progress .w-state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdress .progress .w-state-block .step{position:relative}.fillAdress .progress .w-state-block .step span{display:inline-block;vertical-align:middle}.fillAdress .progress .w-state-block .step .line{height:6px;width:100%;background:#bbb}.fillAdress .progress .w-state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.fillAdress .progress .w-state-block .step-name{padding-top:10px;color:#bbb}.fillAdress .progress .w-state-block.active .step .line{background:#ff8d1a}.fillAdress .progress .w-state-block.active .step .spot{background:#ff8d1a}.fillAdress .progress .w-state-block.active .step-name{color:#ff8d1a}.fillAdress .progress .w-state-block.weak .step .line{background:#F6C28A}.fillAdress .progress .w-state-block.weak .step .spot{background:#F6C28A}.fillAdress .progress .w-state-block.weak .step-name{color:#F6C28A}.fillAdress .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.fillAdress .askServer{width:560px;height:145px;display:none;position:fixed;top:50%;left:50%;margin:0 auto;margin-left:-250px;margin-top:-200px;z-index:1002;border-radius:4px;background:#fff}.fillAdress .askServer .askServer-bottom{margin-top:10px;margin-left:30px}.fillAdress .askServer .askServer-bottom p{height:30px;line-height:30px;text-align:left;font-size:16px;color:#2A2A2A;letter-spacing:-0.11px;line-height:30px}.fillAdress .askServer .askServer-bottom p span{font-size:18px;color:#FF8F1E;letter-spacing:-0.11px;line-height:30px}.fillAdress .cancelwindow-top{height:44px;background:#F7F7F7;line-height:44px;padding-left:20px;overflow:hidden}.fillAdress .cancelwindow-top .top-left{font-size:16px;color:#000000;letter-spacing:1px}.fillAdress .cancelwindow-top .close-search{float:right;margin:9px;cursor:pointer}.fillAdress .content{width:980px;margin:0 auto}.fillAdress .content .title{padding:66px 0 5px 0;font-size:16px;border-bottom:1px solid #e5e5e5}.fillAdress .content .choice-address{margin:0 auto;margin-top:10px}.fillAdress .content .choice-address .address{width:100%;height:40px;line-height:40px;margin-bottom:5px;border:1px solid transparent;cursor:pointer}.fillAdress .content .choice-address .address:hover{border:1px solid #ff8d1a}.fillAdress .content .choice-address .address.active{border:1px solid #ff8d1a;background:#fff2e9}.fillAdress .content .choice-address .address.active .custom-check img{display:none}.fillAdress .content .choice-address .address.active .custom-check img.active{display:block}.fillAdress .content .choice-address .address .custom-check{float:left;overflow:hidden;width:14px;height:14px;margin:13px 10px 0 10px;cursor:pointer}.fillAdress .content .choice-address .address span{font-size:14px;color:#333}.fillAdress .content .choice-address .address b{font-size:14px;font-weight:normal;color:#7f7f7f}.fillAdress .content .choice-department{height:80px;line-height:80px}.fillAdress .content .choice-department select{width:270px;height:35px;font-size:14px;padding-left:15px;border:1px solid #e5e5e5;color:#666;cursor:pointer}.fillAdress .content .confirm-order{margin-top:20px}.fillAdress .content .confirm-order .order-header{width:100%;height:46px;background:#f1f1f1;border:1px solid #e5e5e5}.fillAdress .content .confirm-order .order-header span{display:inline-block;height:46px;text-align:center;line-height:46px;font-size:14px;color:#333}.fillAdress .content .confirm-order .order-header .info{width:460px}.fillAdress .content .confirm-order .order-header .special{width:150px}.fillAdress .content .confirm-order .order-header .price{width:120px}.fillAdress .content .confirm-order .order-header .quantity{width:285px}.fillAdress .content .confirm-order .order-header .total{width:87px}.fillAdress .content .confirm-order .item{border:1px solid #e5e5e5;border-top:none;margin-bottom:30px}.fillAdress .content .confirm-order .item-header{width:100%;height:46px;line-height:46px}.fillAdress .content .confirm-order .item-header span{font-size:14px}.fillAdress .content .confirm-order .item-header span.type{padding:0 30px 0 30px;color:#333}.fillAdress .content .confirm-order .item-header span.phone{color:#ff8d1a;cursor:pointer}.fillAdress .content .confirm-order .item-header span.phone img{height:16px;margin-top:-2px}.fillAdress .content .confirm-order .item-bottom{width:100%;height:44px;line-height:44px;overflow:hidden;background:#F7F7F7;border-top:1px solid #E5E5E5}.fillAdress .content .confirm-order .item-bottom .bottom-left{float:left;width:50%;border-right:1px solid #E5E5E5}.fillAdress .content .confirm-order .item-bottom .bottom-left span{margin-left:15px;font-size:14px;color:#333333}.fillAdress .content .confirm-order .item-bottom .bottom-left input{width:350px;height:30px;line-height:30px;display:inline-block;vertical-align:top;padding-left:10px;margin-top:7px;border:1px solid #e5e5e5}.fillAdress .content .confirm-order .item-bottom .bottom-right{float:left;width:447px;margin-left:20px}.fillAdress .content .confirm-order .item-bottom .bottom-right span{font-size:14px;color:#333333;letter-spacing:-0.7px}.fillAdress .content .confirm-order .item-bottom .bottom-right .right-span{float:right;font-size:16px;color:#FF8F1E;letter-spacing:-0.8px}.fillAdress .content .confirm-order .item-content{width:880px;float:left}.fillAdress .content .confirm-order .item-content .left-box{float:left;width:880px;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.fillAdress .content .confirm-order .item-content .left-box div{float:left;height:130px;color:#333}.fillAdress .content .confirm-order .item-content .left-box .item-info{width:470px}.fillAdress .content .confirm-order .item-content .left-box .item-info .item-img{margin:25px 10px 0px 25px;float:left;width:70px;height:70px}.fillAdress .content .confirm-order .item-content .left-box .item-info .item-name{float:right;width:330px;margin-top:32px;font-size:14px;word-break:break-all;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fillAdress .content .confirm-order .item-content .left-box .item-info .item-detail{float:right;width:330px;margin-top:5px;color:#bbb;font-size:14px;word-break:break-all;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fillAdress .content .confirm-order .item-content .left-box .item-special{width:150px;text-align:center;line-height:130px;font-size:14px;color:#bbb}.fillAdress .content .confirm-order .item-content .left-box .item-price{width:120px}.fillAdress .content .confirm-order .item-content .left-box .item-price p{text-align:center;font-size:14px}.fillAdress .content .confirm-order .item-content .left-box .item-price .discount{margin:32px 0 6px 0}.fillAdress .content .confirm-order .item-content .left-box .item-quantity{width:286px;text-align:center;padding-top:32px}.fillAdress .content .confirm-order .item-total{float:right;width:98px;text-align:center;padding-top:32px;color:#ff8d1a;border-top:1px solid #e5e5e5;font-size:16px}.fillAdress .content .choose-coupon-item{float:left;overflow:hidden;line-height:24px}.fillAdress .content .choose-coupon-item .name{float:left;margin-right:20px}.fillAdress .content .choose-coupon-item .no-coupon{float:left;color:#999}.fillAdress .content .choose-coupon-item .coupon{float:left;color:#ff8d1a;cursor:pointer}.fillAdress .content .choose-coupon-item .coupon:hover{color:#FF5100}.fillAdress .content .real-pay{padding:10px 15px 12px 0;font-size:14px;font-weight:bold;text-align:right}.fillAdress .content .real-pay span{font-size:20px;font-weight:normal;color:#ff8d1a}.fillAdress .btn{width:980px;text-align:right;margin:0 auto;margin-bottom:61px}.fillAdress .btn a{display:inline-block;width:174px;height:35px;line-height:35px;text-align:center;font-size:14px;cursor:pointer;border-radius:3px}.fillAdress .btn .back-car{margin-right:45px;color:#7f7f7f;border:1px solid #e5e5e5}.fillAdress .btn .back-car:hover{background:#f1f1f1}.fillAdress .btn .submit-order{background:#ff8d1a;color:#fff}.fillAdress .btn .submit-order:hover{background:#FF5100}.fillAdressOffice{width:100%}.fillAdressOffice .progress{margin:15px auto 50px auto;width:980px;text-align:center}.fillAdressOffice .progress .state-block{display:inline-block;width:237px;font-size:14px}.fillAdressOffice .progress .state-block .k-test{width:237px;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.fillAdressOffice .progress .state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdressOffice .progress .state-block.active .k-progress{background:#FF8F1E;color:#fff}.fillAdressOffice .progress .state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.fillAdressOffice .progress .state-block.success .k-progress{background:#FFC081;color:#fff}.fillAdressOffice .progress .state-block.success .k-progress:after{border-left:20px solid #FFC081}.fillAdressOffice .progress .state-block .k-test1{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative}.fillAdressOffice .progress .state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdressOffice .progress .state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdressOffice .progress .state-block .k-test2{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.fillAdressOffice .progress .state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdressOffice .progress .state-block .step{position:relative}.fillAdressOffice .progress .state-block .step span{display:inline-block;vertical-align:middle}.fillAdressOffice .progress .state-block .step .line{height:6px;width:100%;background:#bbb}.fillAdressOffice .progress .state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.fillAdressOffice .progress .state-block .step-name{padding-top:10px;color:#bbb}.fillAdressOffice .progress .state-block.active .step .line{background:#ff8d1a}.fillAdressOffice .progress .state-block.active .step .spot{background:#ff8d1a}.fillAdressOffice .progress .state-block.active .step-name{color:#ff8d1a}.fillAdressOffice .progress .state-block.weak .step .line{background:#F6C28A}.fillAdressOffice .progress .state-block.weak .step .spot{background:#F6C28A}.fillAdressOffice .progress .state-block.weak .step-name{color:#F6C28A}.fillAdressOffice .progress .w-state-block{display:inline-block;width:30%;font-size:14px}.fillAdressOffice .progress .w-state-block .k-test{width:100%;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.fillAdressOffice .progress .w-state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdressOffice .progress .w-state-block.active .k-progress{background:#FF8F1E;color:#fff}.fillAdressOffice .progress .w-state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.fillAdressOffice .progress .w-state-block.success .k-progress{background:#FFC081;color:#fff}.fillAdressOffice .progress .w-state-block.success .k-progress:after{border-left:20px solid #FFC081}.fillAdressOffice .progress .w-state-block .k-test1{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative}.fillAdressOffice .progress .w-state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.fillAdressOffice .progress .w-state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdressOffice .progress .w-state-block .k-test2{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.fillAdressOffice .progress .w-state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.fillAdressOffice .progress .w-state-block .step{position:relative}.fillAdressOffice .progress .w-state-block .step span{display:inline-block;vertical-align:middle}.fillAdressOffice .progress .w-state-block .step .line{height:6px;width:100%;background:#bbb}.fillAdressOffice .progress .w-state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.fillAdressOffice .progress .w-state-block .step-name{padding-top:10px;color:#bbb}.fillAdressOffice .progress .w-state-block.active .step .line{background:#ff8d1a}.fillAdressOffice .progress .w-state-block.active .step .spot{background:#ff8d1a}.fillAdressOffice .progress .w-state-block.active .step-name{color:#ff8d1a}.fillAdressOffice .progress .w-state-block.weak .step .line{background:#F6C28A}.fillAdressOffice .progress .w-state-block.weak .step .spot{background:#F6C28A}.fillAdressOffice .progress .w-state-block.weak .step-name{color:#F6C28A}.fillAdressOffice .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.fillAdressOffice .askServer{width:560px;height:145px;display:none;position:fixed;top:50%;left:50%;margin-left:-280px;margin-top:-80px;z-index:1002;border-radius:4px;background:#fff}.fillAdressOffice .askServer .cancelwindow-top{border-top-left-radius:4px;border-top-right-radius:4px}.fillAdressOffice .askServer .askServer-bottom{margin-top:10px;margin-left:30px;font-size:14px}.fillAdressOffice .askServer .askServer-bottom p{height:30px;line-height:30px;text-align:left;color:#2A2A2A;letter-spacing:-0.11px;line-height:30px}.fillAdressOffice .askServer .askServer-bottom p span{color:#FF8F1E;letter-spacing:-0.11px;line-height:30px}.fillAdressOffice .cancelwindow-top{height:44px;background:#F7F7F7;line-height:44px;padding-left:20px;overflow:hidden}.fillAdressOffice .cancelwindow-top .top-left{font-size:16px;color:#000000;letter-spacing:1px}.fillAdressOffice .cancelwindow-top .close-search{float:right;margin:9px;cursor:pointer}.fillAdressOffice .content{width:980px;margin:0 auto}.fillAdressOffice .content .title{padding:40px 0 15px 0;font-size:16px;font-weight:bold;border-bottom:1px solid #e5e5e5}.fillAdressOffice .content .choice-department{height:80px;line-height:80px}.fillAdressOffice .content .choice-department .line{display:inline-block}.fillAdressOffice .content .choice-department .line:nth-child(2){float:right}.fillAdressOffice .content .choice-department .line span{font-size:14px}.fillAdressOffice .content .choice-department .line span i{color:#e4393c;font-style:normal;position:relative;top:2px;margin-right:2px}.fillAdressOffice .content .choice-department .line select{width:270px;height:35px;font-size:14px;padding-left:15px;border:1px solid #e5e5e5;color:#666;cursor:pointer}.fillAdressOffice .content .confirm-order{margin-top:20px}.fillAdressOffice .content .confirm-order .one{width:220px}.fillAdressOffice .content .confirm-order .two{width:140px}.fillAdressOffice .content .confirm-order .three{width:125px}.fillAdressOffice .content .confirm-order .four{width:120px}.fillAdressOffice .content .confirm-order .five{width:180px}.fillAdressOffice .content .confirm-order .six{width:192px}.fillAdressOffice .content .confirm-order .order-header{display:table;width:100%;height:46px;background:#f1f1f1;border:1px solid #e5e5e5}.fillAdressOffice .content .confirm-order .order-header .item{display:table-cell;height:46px;text-align:center;line-height:46px;font-size:14px;color:#333}.fillAdressOffice .content .confirm-order .order-header .item:hover{color:#ff8d1a}.fillAdressOffice .content .confirm-order .order-content{display:table;width:100%;font-size:14px}.fillAdressOffice .content .confirm-order .order-content .item{display:table-cell;text-align:center;vertical-align:middle;height:100px;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5}.fillAdressOffice .content .confirm-order .order-content .item:nth-child(6){border-right:1px solid #e5e5e5}.fillAdressOffice .content .confirm-order .order-content .item .row{display:table}.fillAdressOffice .content .confirm-order .order-content .item .row .img-name{display:table-cell;vertical-align:middle;width:70px;height:70px;margin-left:20px;background:#f7f7f7}.fillAdressOffice .content .confirm-order .order-content .item .row .name{display:table-cell;vertical-align:middle;padding-left:10px}.fillAdressOffice .btn{width:980px;text-align:right;margin:30px auto 30px}.fillAdressOffice .btn a{display:inline-block;width:174px;height:35px;text-align:center;line-height:32px;font-size:14px;cursor:pointer}.fillAdressOffice .btn .back-car{margin-right:45px;color:#7f7f7f;border:1px solid #e5e5e5}.fillAdressOffice .btn .back-car:hover{background:#f1f1f1}.fillAdressOffice .btn .submit-order{background:#ff8d1a;color:#fff}.fillAdressOffice .btn .submit-order:hover{background:#FF5100}.fillAdressOffice .prompt{margin-top:110px;width:100%;background:#f1f1f1}.fillAdressOffice .prompt .word-box{margin:0 auto;padding:30px 0;width:980px}.fillAdressOffice .prompt .word-box span{display:inline-block;vertical-align:top}.fillAdressOffice .prompt .word-box span.title{font-weight:bold;width:100px;text-align:center;font-size:16px}.fillAdressOffice .prompt .word-box span.desc{width:850px;color:#666666;font-size:14px}.fillAdressOffice .prompt .word-box span.desc a{color:#ff8d1a}.payment{width:100%}.payment .progress{margin:15px auto 50px auto;width:980px;text-align:center}.payment .progress .state-block{display:inline-block;width:237px;font-size:14px}.payment .progress .state-block .k-test{width:237px;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.payment .progress .state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.payment .progress .state-block.active .k-progress{background:#FF8F1E;color:#fff}.payment .progress .state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.payment .progress .state-block.success .k-progress{background:#FFC081;color:#fff}.payment .progress .state-block.success .k-progress:after{border-left:20px solid #FFC081}.payment .progress .state-block .k-test1{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative}.payment .progress .state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.payment .progress .state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.payment .progress .state-block .k-test2{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.payment .progress .state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.payment .progress .state-block .step{position:relative}.payment .progress .state-block .step span{display:inline-block;vertical-align:middle}.payment .progress .state-block .step .line{height:6px;width:100%;background:#bbb}.payment .progress .state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.payment .progress .state-block .step-name{padding-top:10px;color:#bbb}.payment .progress .state-block.active .step .line{background:#ff8d1a}.payment .progress .state-block.active .step .spot{background:#ff8d1a}.payment .progress .state-block.active .step-name{color:#ff8d1a}.payment .progress .state-block.weak .step .line{background:#F6C28A}.payment .progress .state-block.weak .step .spot{background:#F6C28A}.payment .progress .state-block.weak .step-name{color:#F6C28A}.payment .progress .w-state-block{display:inline-block;width:30%;font-size:14px}.payment .progress .w-state-block .k-test{width:100%;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.payment .progress .w-state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.payment .progress .w-state-block.active .k-progress{background:#FF8F1E;color:#fff}.payment .progress .w-state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.payment .progress .w-state-block.success .k-progress{background:#FFC081;color:#fff}.payment .progress .w-state-block.success .k-progress:after{border-left:20px solid #FFC081}.payment .progress .w-state-block .k-test1{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative}.payment .progress .w-state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.payment .progress .w-state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.payment .progress .w-state-block .k-test2{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.payment .progress .w-state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.payment .progress .w-state-block .step{position:relative}.payment .progress .w-state-block .step span{display:inline-block;vertical-align:middle}.payment .progress .w-state-block .step .line{height:6px;width:100%;background:#bbb}.payment .progress .w-state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.payment .progress .w-state-block .step-name{padding-top:10px;color:#bbb}.payment .progress .w-state-block.active .step .line{background:#ff8d1a}.payment .progress .w-state-block.active .step .spot{background:#ff8d1a}.payment .progress .w-state-block.active .step-name{color:#ff8d1a}.payment .progress .w-state-block.weak .step .line{background:#F6C28A}.payment .progress .w-state-block.weak .step .spot{background:#F6C28A}.payment .progress .w-state-block.weak .step-name{color:#F6C28A}.payment .pay-msg{width:980px;margin:0 auto;margin-bottom:15px;border-top:1px solid #e5e5e5}.payment .pay-msg img{margin:25px 12px 0 22px}.payment .pay-msg .msg{display:inline-block;margin-top:18px}.payment .pay-msg .msg .word{font-size:16px;font-weight:bold}.payment .pay-msg .msg .word .time{color:#ff8d1a}.payment .pay-msg .msg .word .alert{font-size:14px;font-weight:normal;color:#bbb}.payment .pay-msg .msg .code{padding-top:6px;font-size:14px;color:#7f7f7f}.payment .pay-mode{width:980px;margin:0 auto}.payment .pay-mode ul{width:100%;margin-bottom:10px}.payment .pay-mode ul li{width:900px;height:75px;line-height:74px;margin-left:72px;border:1px solid #e5e5e5;border-radius:3px;cursor:pointer;background-color:#f7f7f7}.payment .pay-mode ul li:hover{border:1px solid #ff8d1a}.payment .pay-mode ul li .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:30px 55px 0 -40px;cursor:pointer}.payment .pay-mode ul li .icon-box{display:inline-block;vertical-align:middle;width:30px;height:30px;margin-right:10px;background:#ff8d1a}.payment .pay-mode ul li .way{font-size:14px;font-weight:bold}.payment .pay-mode ul li .word{padding-left:70px;padding-right:30px;font-size:14px;color:#666}.payment .pay-mode ul li a{font-size:14px;color:#ff8d1a}.payment .pay-mode ul li .cost{display:none;float:right;padding-right:35px;font-size:14px}.payment .pay-mode ul li.active{border:1px solid #ff8d1a;background:#fff2e9}.payment .pay-mode ul li.active .custom-check img{display:none}.payment .pay-mode ul li.active .custom-check img.active{display:block}.payment .pay-mode ul li.active .cost{display:block;color:#ff8d1a}.payment .pay-mode .mode-balance .balance-box .icon-box{background:url("/static/website/img/supermarket/pay/balance.png") no-repeat}.payment .pay-mode .mode-balance .balance-box.active .icon-box{background:url("/static/website/img/supermarket/pay/balance-active.png") no-repeat}.payment .pay-mode .mode-balance .information{display:none}.payment .pay-mode .mode-under-line .under-line-box .icon-box{background:url("/static/website/img/supermarket/pay/under-line.png") no-repeat}.payment .pay-mode .mode-under-line .under-line-box.active .icon-box{background:url("/static/website/img/supermarket/pay/under-line-active.png") no-repeat}.payment .pay-mode .mode-personal .personal-box .icon-box{background:url("/static/website/img/supermarket/pay/personal.png") no-repeat}.payment .pay-mode .mode-personal .personal-box.active .icon-box{background:url("/static/website/img/supermarket/pay/personal-active.png") no-repeat}.payment .pay-mode .mode-personal .information{display:none;margin-left:75px;margin-top:10px}.payment .pay-mode .mode-personal .information .item{width:880px;padding:5px 5px}.payment .pay-mode .mode-personal .information .item .zhifubao,.payment .pay-mode .mode-personal .information .item .weixin{margin-left:10px;padding:5px;width:77px;height:77px;border:1px solid transparent;border-radius:3px;cursor:pointer}.payment .pay-mode .mode-personal .information .item .zhifubao.active,.payment .pay-mode .mode-personal .information .item .weixin.active{border:1px solid #ff8d1a}.payment .pay-mode .mode-personal .information .item div{float:left;width:210px;height:52px;margin-bottom:5px;margin-right:5px}.payment .pay-mode .mode-personal .information .item div .custom-check{float:left;overflow:hidden;width:14px;height:14px;margin-top:20px;cursor:pointer}.payment .pay-mode .mode-personal .information .item div.active .custom-check img{display:none}.payment .pay-mode .mode-personal .information .item div.active .custom-check img.active{display:block}.payment .pay-mode .mode-bank .bank-box .icon-box{background:url("/static/website/img/supermarket/pay/bank.png")}.payment .pay-mode .mode-bank .bank-box.active .icon-box{background:url("/static/website/img/supermarket/pay/bank-active.png")}.payment .pay-mode .mode-bank .information{display:none;margin-left:75px;margin-top:10px}.payment .pay-mode .mode-bank .information .item{width:880px;padding:5px 5px}.payment .pay-mode .mode-bank .information .item .zhifubao,.payment .pay-mode .mode-bank .information .item .weixin{margin-left:10px;padding:5px;width:77px;height:77px;border:1px solid transparent;border-radius:3px}.payment .pay-mode .mode-bank .information .item .zhifubao.active,.payment .pay-mode .mode-bank .information .item .weixin.active{border:1px solid #ff8d1a}.payment .pay-mode .mode-bank .information .item div{float:left;width:210px;height:52px;margin-bottom:5px;margin-right:5px;cursor:pointer}.payment .pay-mode .mode-bank .information .item div .custom-check{float:left;overflow:hidden;width:14px;height:14px;margin-top:20px;cursor:pointer}.payment .pay-mode .mode-bank .information .item div.active .custom-check img{display:none}.payment .pay-mode .mode-bank .information .item div.active .custom-check img.active{display:block}.payment .bottom{width:980px;text-align:right;margin:60px auto}.payment .bottom span{display:inline-block}.payment .bottom .real-pay{margin-right:36px;font-size:14px}.payment .bottom .real-pay span{font-size:16px;font-weight:bold;color:#ff8d1a}.payment .bottom .confirm-pay{width:174px;height:38px;text-align:center;line-height:38px;margin-right:30px;font-size:14px;background:#ff8d1a;color:#fff;cursor:pointer;border-radius:3px}.payment .bottom .confirm-pay:hover{background:#FF5100}.payment .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.payment .succeed{display:none;position:fixed;z-index:1002;top:50%;left:50%;margin-left:-175px;margin-top:-135px;width:350px;height:270px;text-align:center;border:1px solid #e5e5e5;border-radius:3px;background:#fff}.payment .succeed img{display:block;margin:15px auto}.payment .succeed p{display:block;padding-top:10px;font-size:14px;color:#ff8d1a}.payment .succeed .btnBox{margin-top:40px}.payment .succeed .btnBox a{display:inline-block;width:120px;height:35px;text-align:center;line-height:35px;margin:5px 10px;font-size:14px;border:1px solid #e5e5e5;border-radius:3px}.payment .succeed .btnBox a:hover{border:1px solid #ff8d1a;background:#ff8d1a;color:#fff}.qrCode{width:100%;padding:10px 0 60px 0}.qrCode .main-box{width:980px;margin:0 auto}.qrCode .main-box .title-box{position:relative}.qrCode .main-box .title-box .title{position:absolute;top:50%;left:50%;width:200px;height:40px;margin-left:-100px;margin-top:-20px;text-align:center;line-height:40px;font-size:18px;color:#fff}.qrCode .main-box .title-box .img{width:100%;height:60px}.qrCode .main-box .content-box{padding:25px 40px;border:1px solid #e5e5e5;border-top:none}.qrCode .main-box .content-box .pay-msg{width:980px;margin:0 auto;margin-bottom:15px;border-top:1px solid #e5e5e5}.qrCode .main-box .content-box .pay-msg img{margin:25px 12px 0 22px}.qrCode .main-box .content-box .pay-msg .msg{display:inline-block;margin-top:18px}.qrCode .main-box .content-box .pay-msg .msg .word{font-size:16px;font-weight:bold}.qrCode .main-box .content-box .pay-msg .msg .word .time{color:#ff8d1a}.qrCode .main-box .content-box .pay-msg .msg .word .alert{font-size:14px;font-weight:normal;color:#bbb}.qrCode .main-box .content-box .pay-msg .msg .code{padding-top:6px;font-size:14px;color:#7f7f7f}.qrCode .main-box .content-box .order-list{position:relative;font-size:14px;color:#bbb;padding-left:68px;border-bottom:2px solid #e5e5e5}.qrCode .main-box .content-box .order-list .item{margin-bottom:20px}.qrCode .main-box .content-box .order-list .item span{display:inline-block;height:100%;text-align:center;vertical-align:middle;word-wrap:break-word}.qrCode .main-box .content-box .order-list .item span:nth-child(1){width:240px;text-align:left}.qrCode .main-box .content-box .order-list .item span:nth-child(2){width:300px}.qrCode .main-box .content-box .order-list .item span:nth-child(3){width:100px;color:#ff8d1a}.qrCode .main-box .content-box .order-list .more{display:none;position:absolute;bottom:0;right:0;width:70px;height:20px;text-align:center;line-height:20px;background:#e5e5e5;color:#fff;cursor:pointer}.qrCode .main-box .content-box .qrcode-box{width:100%;height:340px;padding-top:40px;border-left:1px dashed #e5e5e5;border-right:1px dashed #e5e5e5;border-bottom:1px dashed #e5e5e5}.qrCode .main-box .content-box .qrcode-box .total{margin:0 auto 20px;width:400px;text-align:center;font-size:14px;color:#333}.qrCode .main-box .content-box .qrcode-box .total span{color:#ff8d1a;font-size:18px}.qrCode .main-box .content-box .qrcode-box .code-box{width:171px;margin:0 auto;border:1px solid #e5e5e5}.qrCode .main-box .content-box .qrcode-box .code-box .title{height:36px;text-align:center;line-height:36px;background:#f7f7f7}.qrCode .main-box .content-box .qrcode-box .code-box.zfb{border:1px solid #419CE1}.qrCode .main-box .content-box .qrcode-box .code-box.zfb .title{background:#419CE1;color:#fff}.qrCode .main-box .content-box .qrcode-box .code-box.wx{border:1px solid #89CA78}.qrCode .main-box .content-box .qrcode-box .code-box.wx .title{background:#89CA78;color:#fff}.qrCode .main-box .content-box .qrcode-box .code-box .img-box{width:100%;height:169px}.qrCode .main-box .content-box .qrcode-box .code-box .img-box img{width:100%;height:100%}.qrCode .main-box .content-box .qrcode-box .success{display:none;margin:0 auto;width:171px;height:171px}.qrCode .main-box .content-box .qrcode-box .success img{display:block;width:100px;height:100px;margin:0 auto}.qrCode .main-box .content-box .qrcode-box .success p{padding-top:15px;text-align:center}.qrCode .main-box .content-box .qrcode-box .success p span{color:#e4393c}.qrCode .main-box .content-box .agreement{padding-top:15px;color:#bbb;font-size:14px}.main-box{box-shadow:1px 2px 7px 0 rgba(35,24,21,0.35)}.invoice-apply-post-list{font-size:14px}.invoice-apply-post-list .container{width:980px;margin:15px auto;min-height:80vh}.invoice-apply-post-list .container .shopping-header{width:100%;height:46px;margin-bottom:20px;border-bottom:2px solid #e5e5e5;box-sizing:border-box}.invoice-apply-post-list .container .shopping-header a{cursor:pointer;width:110px;float:left;height:46px;text-align:center;font-size:16px;color:#333;overflow:hidden}.invoice-apply-post-list .container .shopping-header a .header-color{float:right;width:40px;text-align:left;font-size:16px;color:#FF8F1E;letter-spacing:-0.08px;line-height:46px}.invoice-apply-post-list .container .shopping-header a.active{border-bottom:4px solid #FF8F1E}.invoice-apply-post-list .container .shopping-header a.active .header-span{color:#FF8F1E}.invoice-apply-post-list .container .shopping-header a .header-span{font-size:14px;display:inline-block;margin-top:14px;width:100%;height:18px;border-left:1px solid #e5e5e5}.invoice-apply-post-list .container .shopping-header a:first-child .header-span{border-left:none}.invoice-apply-post-list .container .shopping-header .order-info{width:390px}.invoice-apply-post-list .container .shopping-header .order-price{width:107px}.invoice-apply-post-list .container .shopping-header .order-quantity{width:81px}.invoice-apply-post-list .container .shopping-header .order-goods-operation{width:96px}.invoice-apply-post-list .container .shopping-header .order-pay{width:106px}.invoice-apply-post-list .container .shopping-header .order-state{width:77px}.invoice-apply-post-list .container .shopping-header .order-operation{width:118px}.invoice-apply-post-list .container .shopping-header .shopping-info{width:465px}.invoice-apply-post-list .container .shopping-header .shopping-price{width:120px}.invoice-apply-post-list .container .shopping-header .shopping-quantity{width:150px}.invoice-apply-post-list .container .shopping-header .shopping-amount{width:150px}.invoice-apply-post-list .container .shopping-header .shopping-operation{width:90px}.invoice-apply-post-list .container .shopping-header .express-addressee{width:270px}.invoice-apply-post-list .container .shopping-header .express-address{width:270px}.invoice-apply-post-list .container .shopping-header .express-amount-estimate{width:80px}.invoice-apply-post-list .container .shopping-header .express-amount-pay{width:80px}.invoice-apply-post-list .container .shopping-header .express-state{width:120px}.invoice-apply-post-list .container .shopping-header .express-operation{width:157px}.invoice-apply-post-list .container .shopping-header .office-type{width:240px}.invoice-apply-post-list .container .shopping-header .office-position{width:130px}.invoice-apply-post-list .container .shopping-header .office-scale{width:120px}.invoice-apply-post-list .container .shopping-header .office-time{width:110px}.invoice-apply-post-list .container .shopping-header .office-price{width:100px}.invoice-apply-post-list .container .shopping-header .office-state{width:110px}.invoice-apply-post-list .container .shopping-header .office-operation{width:166px}.invoice-apply-post-list .container .shopping-header .invoice-record{float:right;margin-top:16px}.invoice-apply-post-list .container .shopping-header .invoice-record a{width:80px;height:20px;cursor:pointer;color:#ff8d1a;font-size:14px}.invoice-apply-post-list .container .one{width:280px}.invoice-apply-post-list .container .two{width:340px}.invoice-apply-post-list .container .three{width:130px}.invoice-apply-post-list .container .four{width:130px}.invoice-apply-post-list .container .five{width:118px}.invoice-apply-post-list .container .order-header{position:relative;display:table;height:46px;line-height:46px}.invoice-apply-post-list .container .order-header .checkAll{position:absolute}.invoice-apply-post-list .container .order-header .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.invoice-apply-post-list .container .order-header .checkAll .custom-check.active img{display:none}.invoice-apply-post-list .container .order-header .checkAll .custom-check.active img.active{display:block}.invoice-apply-post-list .container .order-header .item{display:table-cell;text-align:center;vertical-align:middle}.invoice-apply-post-list .container .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.invoice-apply-post-list .container .empty-box:before,.invoice-apply-post-list .container .empty-box:after{display:table;content:" "}.invoice-apply-post-list .container .empty-box:after{clear:both}.invoice-apply-post-list .container .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.invoice-apply-post-list .container .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.invoice-apply-post-list .container .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.invoice-apply-post-list .container .order-list{border:1px solid #e5e5e5;margin-bottom:20px}.invoice-apply-post-list .container .order-list .order-list-header{height:44px;line-height:44px;background:#f7f7f7}.invoice-apply-post-list .container .order-list .order-list-header .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:15px 10px 0 10px;cursor:pointer}.invoice-apply-post-list .container .order-list .order-list-header .custom-check.active img{display:none}.invoice-apply-post-list .container .order-list .order-list-header .custom-check.active img.active{display:block}.invoice-apply-post-list .container .order-list .order-list-header .order-time,.invoice-apply-post-list .container .order-list .order-list-header .order-number{display:inline-block;margin-right:20px}.invoice-apply-post-list .container .order-list .order-list-content{display:table;height:100px}.invoice-apply-post-list .container .order-list .order-list-content .item{display:table-cell;text-align:center;vertical-align:middle;border-left:1px solid #e5e5e5}.invoice-apply-post-list .container .order-list .order-list-content .item:nth-child(1){border:none}.invoice-apply-post-list .container .order-list .order-list-content .item:nth-child(4){color:#ff8d1a}.invoice-apply-post-list .container .order-list .order-list-content .item:nth-child(4) a{color:#ff8d1a}.invoice-apply-post-list .container .order-list .order-list-content .item .one-box{display:table}.invoice-apply-post-list .container .order-list .order-list-content .item .one-box .one-img{display:table-cell;margin:0 10px 0 10px;width:70px;height:70px;background:#f7f7f7}.invoice-apply-post-list .container .order-list .order-list-content .item .one-box .one-info{display:table-cell;vertical-align:middle;text-align:left}.invoice-apply-post-list .shopping-footer{width:100%;background:#f1f1f1}.invoice-apply-post-list .shopping-footer .shopping-function-bottom{width:980px;height:56px;margin:0 auto}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll{float:left;height:56px;line-height:56px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:22px 10px 0 10px;cursor:pointer}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll .custom-check.active img{display:none}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll .custom-check.active img.active{display:block}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll .select-all{display:inline-block;font-size:14px;margin-right:30px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .checkAll .delete-all{display:inline-block;font-size:14px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg{float:right;height:56px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg span{display:inline-block;font-size:14px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg a{display:inline-block;height:56px;text-align:center;line-height:56px;cursor:pointer}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg .piece a{font-size:20px;font-weight:bold;color:#ff8d1a}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg .total{margin-left:60px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg .total a{margin-left:12px;font-size:20px;color:#ff8d1a;font-weight:bold}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg .total a span{font-size:20px}.invoice-apply-post-list .shopping-footer .shopping-function-bottom .msg .pay{width:115px;margin-left:22px;font-size:20px;background:#ff8d1a;color:#fff}.invoice-apply-post-list .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.invoice-apply-post-list .totalwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;height:175px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.invoice-apply-post-list .totalwindow .cancelwindow-top{height:44px;background:#F7F7F7;line-height:44px;padding-left:20px;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px}.invoice-apply-post-list .totalwindow .cancelwindow-top .top-left{font-size:16px;color:#000000;letter-spacing:1px}.invoice-apply-post-list .totalwindow .cancelwindow-top .close-search{float:right;margin:9px;cursor:pointer}.invoice-apply-post-list .totalwindow .msg{padding:30px 50px 0 50px}.invoice-apply-post-list .totalwindow .msg span{display:inline-block;vertical-align:middle;width:400px}.invoice-apply-post-list .totalwindow .msg .iconfont{float:left;font-size:20px;color:#ff8d1a;vertical-align:top;margin-right:8px;margin-top:-2px}.invoice-apply-office-list{font-size:14px}.invoice-apply-office-list .container{width:980px;margin:15px auto;min-height:80vh}.invoice-apply-office-list .container .shopping-header{width:100%;height:46px;margin-bottom:20px;border-bottom:2px solid #e5e5e5;box-sizing:border-box}.invoice-apply-office-list .container .shopping-header a{cursor:pointer;width:110px;float:left;height:46px;text-align:center;font-size:16px;color:#333;overflow:hidden}.invoice-apply-office-list .container .shopping-header a .header-color{float:right;width:40px;text-align:left;font-size:16px;color:#FF8F1E;letter-spacing:-0.08px;line-height:46px}.invoice-apply-office-list .container .shopping-header a.active{border-bottom:4px solid #FF8F1E}.invoice-apply-office-list .container .shopping-header a.active .header-span{color:#FF8F1E}.invoice-apply-office-list .container .shopping-header a .header-span{font-size:14px;display:inline-block;margin-top:14px;width:100%;height:18px;border-left:1px solid #e5e5e5}.invoice-apply-office-list .container .shopping-header a:first-child .header-span{border-left:none}.invoice-apply-office-list .container .shopping-header .order-info{width:390px}.invoice-apply-office-list .container .shopping-header .order-price{width:107px}.invoice-apply-office-list .container .shopping-header .order-quantity{width:81px}.invoice-apply-office-list .container .shopping-header .order-goods-operation{width:96px}.invoice-apply-office-list .container .shopping-header .order-pay{width:106px}.invoice-apply-office-list .container .shopping-header .order-state{width:77px}.invoice-apply-office-list .container .shopping-header .order-operation{width:118px}.invoice-apply-office-list .container .shopping-header .shopping-info{width:465px}.invoice-apply-office-list .container .shopping-header .shopping-price{width:120px}.invoice-apply-office-list .container .shopping-header .shopping-quantity{width:150px}.invoice-apply-office-list .container .shopping-header .shopping-amount{width:150px}.invoice-apply-office-list .container .shopping-header .shopping-operation{width:90px}.invoice-apply-office-list .container .shopping-header .express-addressee{width:270px}.invoice-apply-office-list .container .shopping-header .express-address{width:270px}.invoice-apply-office-list .container .shopping-header .express-amount-estimate{width:80px}.invoice-apply-office-list .container .shopping-header .express-amount-pay{width:80px}.invoice-apply-office-list .container .shopping-header .express-state{width:120px}.invoice-apply-office-list .container .shopping-header .express-operation{width:157px}.invoice-apply-office-list .container .shopping-header .office-type{width:240px}.invoice-apply-office-list .container .shopping-header .office-position{width:130px}.invoice-apply-office-list .container .shopping-header .office-scale{width:120px}.invoice-apply-office-list .container .shopping-header .office-time{width:110px}.invoice-apply-office-list .container .shopping-header .office-price{width:100px}.invoice-apply-office-list .container .shopping-header .office-state{width:110px}.invoice-apply-office-list .container .shopping-header .office-operation{width:166px}.invoice-apply-office-list .container .shopping-header .invoice-record{float:right;margin-top:16px}.invoice-apply-office-list .container .shopping-header .invoice-record a{width:80px;height:30px;font-size:14px;color:#ff8d1a;cursor:pointer}.invoice-apply-office-list .container .one{width:210px}.invoice-apply-office-list .container .two{width:250px}.invoice-apply-office-list .container .three{width:135px}.invoice-apply-office-list .container .four{width:135px}.invoice-apply-office-list .container .five{width:135px}.invoice-apply-office-list .container .six{width:120px}.invoice-apply-office-list .container .order-header{position:relative;display:table;height:46px;line-height:46px}.invoice-apply-office-list .container .order-header .checkAll{position:absolute}.invoice-apply-office-list .container .order-header .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:17px 10px 0 10px;cursor:pointer}.invoice-apply-office-list .container .order-header .checkAll .custom-check.active img{display:none}.invoice-apply-office-list .container .order-header .checkAll .custom-check.active img.active{display:block}.invoice-apply-office-list .container .order-header .item{display:table-cell;text-align:center;vertical-align:middle}.invoice-apply-office-list .container .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.invoice-apply-office-list .container .empty-box:before,.invoice-apply-office-list .container .empty-box:after{display:table;content:" "}.invoice-apply-office-list .container .empty-box:after{clear:both}.invoice-apply-office-list .container .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.invoice-apply-office-list .container .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.invoice-apply-office-list .container .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.invoice-apply-office-list .container .order-list{border:1px solid #e5e5e5;margin-bottom:20px}.invoice-apply-office-list .container .order-list .order-list-header{height:44px;line-height:44px;background:#f7f7f7}.invoice-apply-office-list .container .order-list .order-list-header .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:15px 10px 0 10px;cursor:pointer}.invoice-apply-office-list .container .order-list .order-list-header .custom-check.active img{display:none}.invoice-apply-office-list .container .order-list .order-list-header .custom-check.active img.active{display:block}.invoice-apply-office-list .container .order-list .order-list-header .order-time,.invoice-apply-office-list .container .order-list .order-list-header .order-number{display:inline-block;margin-right:20px}.invoice-apply-office-list .container .order-list .order-list-content{display:table;height:100px}.invoice-apply-office-list .container .order-list .order-list-content .item{display:table-cell;text-align:center;vertical-align:middle;border-left:1px solid #e5e5e5}.invoice-apply-office-list .container .order-list .order-list-content .item:nth-child(1){border:none}.invoice-apply-office-list .container .order-list .order-list-content .item:nth-child(5){color:#ff8d1a}.invoice-apply-office-list .container .order-list .order-list-content .item:nth-child(5) a{color:#ff8d1a}.invoice-apply-office-list .container .order-list .order-list-content .item .one-box{display:table}.invoice-apply-office-list .container .order-list .order-list-content .item .one-box .one-img{display:table-cell;margin:0 10px 0 10px;width:70px;height:70px;background:#f7f7f7}.invoice-apply-office-list .container .order-list .order-list-content .item .one-box .one-info{display:table-cell;vertical-align:middle;text-align:left}.invoice-apply-office-list .shopping-footer{width:100%;background:#f1f1f1}.invoice-apply-office-list .shopping-footer .shopping-function-bottom{width:980px;height:56px;margin:0 auto}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll{float:left;height:56px;line-height:56px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll span{display:inline-block;vertical-align:middle;text-align:center;font-size:14px;cursor:pointer}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll .custom-check{float:left;overflow:hidden;width:13px;height:13px;margin:22px 10px 0 10px;cursor:pointer}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll .custom-check.active img{display:none}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll .custom-check.active img.active{display:block}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll .select-all{display:inline-block;font-size:14px;margin-right:30px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .checkAll .delete-all{display:inline-block;font-size:14px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg{float:right;height:56px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg span{display:inline-block;font-size:14px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg a{display:inline-block;height:56px;text-align:center;line-height:56px;cursor:pointer}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg .piece a{font-size:20px;font-weight:bold;color:#ff8d1a}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg .total{margin-left:60px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg .total a{margin-left:12px;font-size:20px;color:#ff8d1a;font-weight:bold}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg .total a span{font-size:20px}.invoice-apply-office-list .shopping-footer .shopping-function-bottom .msg .pay{width:115px;margin-left:22px;font-size:20px;background:#ff8d1a;color:#fff}.invoice-apply-office-list .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.invoice-apply-office-list .totalwindow{display:none;position:fixed;top:50%;left:50%;margin-left:-319px;margin-top:-100px;width:560px;height:175px;background-color:#fff;z-index:1002;overflow:auto;border-radius:4px}.invoice-apply-office-list .totalwindow .cancelwindow-top{height:44px;background:#F7F7F7;line-height:44px;padding-left:20px;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px}.invoice-apply-office-list .totalwindow .cancelwindow-top .top-left{font-size:16px;color:#000000;letter-spacing:1px}.invoice-apply-office-list .totalwindow .cancelwindow-top .close-search{float:right;margin:9px;cursor:pointer}.invoice-apply-office-list .totalwindow .msg{padding:30px 50px 0 50px}.invoice-apply-office-list .totalwindow .msg span{display:inline-block;vertical-align:middle;width:400px}.invoice-apply-office-list .totalwindow .msg .iconfont{float:left;font-size:20px;color:#ff8d1a;vertical-align:top;margin-right:8px;margin-top:-2px}.invoice-status-office-post-list .container{width:980px;min-height:400px;margin:15px auto;font-size:14px}.invoice-status-office-post-list .container .one{width:200px}.invoice-status-office-post-list .container .two{width:90px}.invoice-status-office-post-list .container .three{width:300px}.invoice-status-office-post-list .container .four{width:115px}.invoice-status-office-post-list .container .five{width:130px}.invoice-status-office-post-list .container .six{width:150px}.invoice-status-office-post-list .container .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.invoice-status-office-post-list .container .empty-box:before,.invoice-status-office-post-list .container .empty-box:after{display:table;content:" "}.invoice-status-office-post-list .container .empty-box:after{clear:both}.invoice-status-office-post-list .container .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.invoice-status-office-post-list .container .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.invoice-status-office-post-list .container .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.invoice-status-office-post-list .container .item-content{margin-top:40px;border:1px solid #e5e5e5}.invoice-status-office-post-list .container .item-content .item-header{display:table;background:#f1f1f1;height:44px;line-height:44px}.invoice-status-office-post-list .container .item-content .item-header .item{display:table-cell;text-align:center}.invoice-status-office-post-list .container .item-content .item-list{display:table;height:44px;line-height:44px}.invoice-status-office-post-list .container .item-content .item-list:hover{background:#f7f7f7}.invoice-status-office-post-list .container .item-content .item-list .item{display:table-cell;text-align:center;vertical-align:middle}.invoice-status-office-post-list .container .item-content .item-list .item:nth-child(4){color:#ff8d1a}.invoice-status-office-post-list .container .item-content .item-list .item:nth-child(6) a{cursor:pointer;color:#ff8d1a}.invoice-status-office-post-list .container .item-content .item-list .item:nth-child(6) a:hover{text-decoration:underline}.invoice-status-post{width:100%;padding:60px 0}.invoice-status-post .main-box{width:980px;margin:0 auto}.invoice-status-post .main-box .title-box{position:relative}.invoice-status-post .main-box .title-box .title{position:absolute;top:50%;left:28px;height:40px;margin-top:-20px;text-align:center;line-height:40px;font-size:20px;color:#fff}.invoice-status-post .main-box .title-box .title img{position:relative;top:8px;width:24px;height:24px}.invoice-status-post .main-box .title-box .img{width:100%;height:60px}.invoice-status-post .main-box .order-list{position:relative;padding-left:60px;padding-top:28px;padding-bottom:21px;font-size:14px;color:#333;border-bottom:2px solid #e5e5e5}.invoice-status-post .main-box .order-list .order-detail-btn{position:absolute;bottom:0;font-size:14px;right:60px;width:77px;height:24px;line-height:24px;background-color:#ccc;color:#fff;text-align:center}.invoice-status-post .main-box .order-list .order-price:not(:nth-child(1)){margin-top:16px}.invoice-status-post .main-box .order-list .order-price span{display:inline-block}.invoice-status-post .main-box .order-list .order-price span:nth-child(1){width:130px}.invoice-status-post .main-box .order-list .order-price span:nth-child(2).gray{color:#bbb}.invoice-status-post .main-box .order-list .order-price span:nth-child(2).light{color:#ff8d1a}.invoice-status-post .main-box .info-box{padding:20px 0 20px 60px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:14px}.invoice-status-post .main-box .info-box .item{padding:10px 0}.invoice-status-post .main-box .info-box .item span{display:inline-block}.invoice-status-post .main-box .info-box .item .item-left{width:130px}.invoice-status-post .main-box .btn-box{padding:30px 0;width:100%;text-align:right;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.invoice-status-post .main-box .btn-box span{display:inline-block;font-size:14px;width:140px;height:36px;text-align:center;line-height:36px;margin:0 20px;cursor:pointer}.invoice-status-post .main-box .btn-box .modify{color:#ff8d1a;border:1px solid #ff8d1a}.invoice-status-post .main-box .btn-box .download{color:#fff;background:#ff8d1a}.invoice-status-post .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.invoice-status-post .img-box{display:none;position:fixed;z-index:1002;top:40%;left:50%;margin-left:-272px;margin-top:-175px;width:544px;height:370px}.invoice-status-post .img-box img{width:100%;height:350px}.invoice-status-post .img-box a{margin:50px auto 0;display:block;width:140px;height:36px;text-align:center;line-height:36px;background:#ff8d1a;font-size:14px;color:#fff}.invoice-status-post .container{width:980px;margin:30px auto}.invoice-status-post .container .title{width:100%;height:40px;line-height:40px;text-align:left;border-bottom:2px solid #e5e5e5;font-size:20px}.invoice-status-post .container .one{width:280px}.invoice-status-post .container .two{width:340px}.invoice-status-post .container .three{width:130px}.invoice-status-post .container .four{width:130px}.invoice-status-post .container .five{width:118px}.invoice-status-post .container .order-header{position:relative;display:table;height:46px;line-height:46px}.invoice-status-post .container .order-header .item{display:table-cell;text-align:center;vertical-align:middle}.invoice-status-post .container .order-list{border:1px solid #e5e5e5;margin-bottom:20px}.invoice-status-post .container .order-list .order-list-header{height:44px;line-height:44px;background:#f7f7f7}.invoice-status-post .container .order-list .order-list-header .order-time,.invoice-status-post .container .order-list .order-list-header .order-number{display:inline-block;margin-right:20px;margin-left:10px}.invoice-status-post .container .order-list .order-list-content{display:table;height:100px}.invoice-status-post .container .order-list .order-list-content .item{display:table-cell;text-align:center;vertical-align:middle;border-left:1px solid #e5e5e5}.invoice-status-post .container .order-list .order-list-content .item:nth-child(1){border:none}.invoice-status-post .container .order-list .order-list-content .item:nth-child(4){color:#ff8d1a}.invoice-status-post .container .order-list .order-list-content .item .one-box{display:table}.invoice-status-post .container .order-list .order-list-content .item .one-box .one-img{display:table-cell;margin:0 10px 0 10px;width:70px;height:70px;background:#f7f7f7}.invoice-status-post .container .order-list .order-list-content .item .one-box .one-info{display:table-cell;vertical-align:middle;text-align:left}.invoice-status-office{width:100%;padding:60px 0}.invoice-status-office .main-box{width:980px;margin:0 auto}.invoice-status-office .main-box .title-box{position:relative}.invoice-status-office .main-box .title-box .title{position:absolute;top:50%;left:28px;height:40px;margin-top:-20px;text-align:center;line-height:40px;font-size:20px;color:#fff}.invoice-status-office .main-box .title-box .title img{position:relative;top:8px;width:24px;height:24px}.invoice-status-office .main-box .title-box .img{width:100%;height:60px}.invoice-status-office .main-box .order-list{position:relative;padding-left:60px;padding-top:28px;padding-bottom:21px;font-size:14px;color:#333;border-bottom:2px solid #e5e5e5}.invoice-status-office .main-box .order-list .order-detail-btn{position:absolute;bottom:0;font-size:14px;right:60px;width:77px;height:24px;line-height:24px;background-color:#ccc;color:#fff;text-align:center}.invoice-status-office .main-box .order-list .order-price:not(:nth-child(1)){margin-top:16px}.invoice-status-office .main-box .order-list .order-price span{display:inline-block}.invoice-status-office .main-box .order-list .order-price span:nth-child(1){width:130px}.invoice-status-office .main-box .order-list .order-price span:nth-child(2).gray{color:#bbb}.invoice-status-office .main-box .order-list .order-price span:nth-child(2).light{color:#ff8d1a}.invoice-status-office .main-box .info-box{padding:20px 0 20px 60px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-size:14px}.invoice-status-office .main-box .info-box .item{padding:10px 0}.invoice-status-office .main-box .info-box .item span{display:inline-block}.invoice-status-office .main-box .info-box .item .item-left{width:130px}.invoice-status-office .main-box .btn-box{padding:30px 0;width:100%;text-align:right;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.invoice-status-office .main-box .btn-box span{display:inline-block;font-size:14px;width:140px;height:36px;text-align:center;line-height:36px;margin:0 20px;cursor:pointer}.invoice-status-office .main-box .btn-box .modify{color:#ff8d1a;border:1px solid #ff8d1a}.invoice-status-office .main-box .btn-box .download{color:#fff;background:#ff8d1a}.invoice-status-office .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50)}.invoice-status-office .img-box{display:none;position:fixed;z-index:1002;top:40%;left:50%;margin-left:-272px;margin-top:-175px;width:544px;height:370px}.invoice-status-office .img-box img{width:100%;height:350px}.invoice-status-office .img-box a{margin:50px auto 0;display:block;width:140px;height:36px;text-align:center;line-height:36px;background:#ff8d1a;font-size:14px;color:#fff}.invoice-status-office .container{width:980px;margin:30px auto}.invoice-status-office .container .title{width:100%;height:40px;line-height:40px;text-align:left;border-bottom:2px solid #e5e5e5;font-size:20px}.invoice-status-office .container .one{width:210px}.invoice-status-office .container .two{width:250px}.invoice-status-office .container .three{width:135px}.invoice-status-office .container .four{width:135px}.invoice-status-office .container .five{width:135px}.invoice-status-office .container .six{width:120px}.invoice-status-office .container .order-header{position:relative;display:table;height:46px;line-height:46px}.invoice-status-office .container .order-header .item{display:table-cell;text-align:center;vertical-align:middle}.invoice-status-office .container .order-list{border:1px solid #e5e5e5;margin-bottom:20px}.invoice-status-office .container .order-list .order-list-header{height:44px;line-height:44px;background:#f7f7f7}.invoice-status-office .container .order-list .order-list-header .order-time,.invoice-status-office .container .order-list .order-list-header .order-number{display:inline-block;margin-right:20px;margin-left:10px}.invoice-status-office .container .order-list .order-list-content{display:table;height:100px}.invoice-status-office .container .order-list .order-list-content .item{display:table-cell;text-align:center;vertical-align:middle;border-left:1px solid #e5e5e5}.invoice-status-office .container .order-list .order-list-content .item:nth-child(1){border:none}.invoice-status-office .container .order-list .order-list-content .item:nth-child(5){color:#ff8d1a}.invoice-status-office .container .order-list .order-list-content .item .one-box{display:table}.invoice-status-office .container .order-list .order-list-content .item .one-box .one-img{display:table-cell;margin:0 10px 0 10px;width:70px;height:70px;background:#f7f7f7}.invoice-status-office .container .order-list .order-list-content .item .one-box .one-info{display:table-cell;vertical-align:middle;text-align:left}.message{width:100%}.message .container-box{min-height:45vh;margin:20px 0;font-size:14px}.message .container-box .title{width:980px;height:60px;line-height:60px;text-align:left;font-size:24px;color:#333;margin:0 auto;padding-left:20px;border-bottom:1px solid #e5e5e5}.message .container-box .title span{float:left}.message .container-box .title .amount{margin-left:10px;color:#999;font-size:14px}.message .container-box .title .read-all-btn{float:right;color:#ff8d1a;font-size:16px;margin-right:10px;cursor:pointer}.message .container-box .empty-box{position:relative;height:600px;margin:0 auto;width:980px}.message .container-box .empty-box:before,.message .container-box .empty-box:after{display:table;content:" "}.message .container-box .empty-box:after{clear:both}.message .container-box .empty-box .empty-img{position:absolute;left:50%;top:40%;margin-left:-88px;margin-top:-87px;width:176px;height:174px}.message .container-box .empty-box p{position:absolute;left:50%;top:57%;margin-left:-150px;width:300px;text-align:center;color:#bbb}.message .container-box .empty-box p span{color:#ff8d1a;display:inline-block;margin:0 12px}.message .container-box .msg-list.read{background-color:#f7f7f7}.message .container-box .msg-list.read .msg-list-title span:last-child{color:#999}.message .container-box .msg-list.read .msg-list-content .info .number,.message .container-box .msg-list.read .msg-list-content .info .desc{color:#999}.message .container-box .msg-list.read .msg-list-content .info .jump{color:#666}.message .container-box .msg-list .container{width:980px;margin:0 auto;padding:20px 0 20px 20px;border-bottom:1px solid #e5e5e5}.message .container-box .msg-list .msg-list-title{margin:0 0 10px;padding-left:12px;height:24px;line-height:24px;border-left:4px solid #ff8d1a}.message .container-box .msg-list .msg-list-title span:nth-child(1){font-weight:bold}.message .container-box .msg-list .msg-list-content .image{float:left;width:120px;height:120px;background:#f7f7f7}.message .container-box .msg-list .msg-list-content .info{float:left}.message .container-box .msg-list .msg-list-content .info .number,.message .container-box .msg-list .msg-list-content .info .desc,.message .container-box .msg-list .msg-list-content .info .jump{padding:5px 10px}.message .container-box .msg-list .msg-list-content .info .number,.message .container-box .msg-list .msg-list-content .info .desc{color:#666666}.message .container-box .msg-list .msg-list-content .info .jump{color:#ff8d1a;cursor:pointer}.message .container-box .msg-list .msg-list-content .info .number{padding-top:12px}.message .container-box .msg-list .msg-list-bottom .time{display:inline-block;color:#999999;margin-top:10px;width:120px;text-align:center}.refund-step-two{width:100%}.refund-step-two .container{width:980px;margin:0 auto 30px;font-size:14px}.refund-step-two .container .progress{margin:15px auto 50px auto;width:980px;text-align:center}.refund-step-two .container .progress .state-block{display:inline-block;width:237px;font-size:14px}.refund-step-two .container .progress .state-block .k-test{width:237px;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.refund-step-two .container .progress .state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-two .container .progress .state-block.active .k-progress{background:#FF8F1E;color:#fff}.refund-step-two .container .progress .state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.refund-step-two .container .progress .state-block.success .k-progress{background:#FFC081;color:#fff}.refund-step-two .container .progress .state-block.success .k-progress:after{border-left:20px solid #FFC081}.refund-step-two .container .progress .state-block .k-test1{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative}.refund-step-two .container .progress .state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-two .container .progress .state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-two .container .progress .state-block .k-test2{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.refund-step-two .container .progress .state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-two .container .progress .state-block .step{position:relative}.refund-step-two .container .progress .state-block .step span{display:inline-block;vertical-align:middle}.refund-step-two .container .progress .state-block .step .line{height:6px;width:100%;background:#bbb}.refund-step-two .container .progress .state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.refund-step-two .container .progress .state-block .step-name{padding-top:10px;color:#bbb}.refund-step-two .container .progress .state-block.active .step .line{background:#ff8d1a}.refund-step-two .container .progress .state-block.active .step .spot{background:#ff8d1a}.refund-step-two .container .progress .state-block.active .step-name{color:#ff8d1a}.refund-step-two .container .progress .state-block.weak .step .line{background:#F6C28A}.refund-step-two .container .progress .state-block.weak .step .spot{background:#F6C28A}.refund-step-two .container .progress .state-block.weak .step-name{color:#F6C28A}.refund-step-two .container .progress .w-state-block{display:inline-block;width:30%;font-size:14px}.refund-step-two .container .progress .w-state-block .k-test{width:100%;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.refund-step-two .container .progress .w-state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-two .container .progress .w-state-block.active .k-progress{background:#FF8F1E;color:#fff}.refund-step-two .container .progress .w-state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.refund-step-two .container .progress .w-state-block.success .k-progress{background:#FFC081;color:#fff}.refund-step-two .container .progress .w-state-block.success .k-progress:after{border-left:20px solid #FFC081}.refund-step-two .container .progress .w-state-block .k-test1{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative}.refund-step-two .container .progress .w-state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-two .container .progress .w-state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-two .container .progress .w-state-block .k-test2{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.refund-step-two .container .progress .w-state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-two .container .progress .w-state-block .step{position:relative}.refund-step-two .container .progress .w-state-block .step span{display:inline-block;vertical-align:middle}.refund-step-two .container .progress .w-state-block .step .line{height:6px;width:100%;background:#bbb}.refund-step-two .container .progress .w-state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.refund-step-two .container .progress .w-state-block .step-name{padding-top:10px;color:#bbb}.refund-step-two .container .progress .w-state-block.active .step .line{background:#ff8d1a}.refund-step-two .container .progress .w-state-block.active .step .spot{background:#ff8d1a}.refund-step-two .container .progress .w-state-block.active .step-name{color:#ff8d1a}.refund-step-two .container .progress .w-state-block.weak .step .line{background:#F6C28A}.refund-step-two .container .progress .w-state-block.weak .step .spot{background:#F6C28A}.refund-step-two .container .progress .w-state-block.weak .step-name{color:#F6C28A}.refund-step-two .container .content{padding:20px 53px;border:1px solid #e5e5e5}.refund-step-two .container .content .row:not(:last-child){margin-bottom:20px}.refund-step-two .container .content .row .left-content,.refund-step-two .container .content .row .right-content{display:inline-block}.refund-step-two .container .content .row .left-content{padding-top:5px;vertical-align:top;width:70px}.refund-step-two .container .content .row .right-content{max-width:600px}.refund-step-two .container .content .row .right-content .list{margin-bottom:10px}.refund-step-two .container .content .row .right-content .list .list-img{display:inlin-block;width:60px;height:60px;vertical-align:middle;background:#f7f7f7}.refund-step-two .container .content .row .right-content .list .info{display:inline-block;vertical-align:middle;padding-left:20px}.refund-step-two .container .content .row .right-content .list .info div{max-width:500px}.refund-step-two .container .content .row .right-content input{width:277px;height:32px;padding-left:10px;border:1px solid #e5e5e5}.refund-step-two .container .content .row .right-content input.light{color:#ff8d1a}.refund-step-two .container .content .row .right-content textarea{padding:5px 10px;width:500px;height:140px;border:1px solid #e5e5e5}.refund-step-two .container .content .row .right-content .desc-img{width:400px;height:200px;background:#f7f7f7}.refund-step-two .container .content .row .right-content .desc-img:not(:last-child){margin-bottom:10px}.refund-step-three{width:100%}.refund-step-three .container{width:980px;margin:0 auto 30px;font-size:14px}.refund-step-three .container .progress{margin:15px auto 50px auto;width:980px;text-align:center}.refund-step-three .container .progress .state-block{display:inline-block;width:237px;font-size:14px}.refund-step-three .container .progress .state-block .k-test{width:237px;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.refund-step-three .container .progress .state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-three .container .progress .state-block.active .k-progress{background:#FF8F1E;color:#fff}.refund-step-three .container .progress .state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.refund-step-three .container .progress .state-block.success .k-progress{background:#FFC081;color:#fff}.refund-step-three .container .progress .state-block.success .k-progress:after{border-left:20px solid #FFC081}.refund-step-three .container .progress .state-block .k-test1{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative}.refund-step-three .container .progress .state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-three .container .progress .state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-three .container .progress .state-block .k-test2{width:237px;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.refund-step-three .container .progress .state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-three .container .progress .state-block .step{position:relative}.refund-step-three .container .progress .state-block .step span{display:inline-block;vertical-align:middle}.refund-step-three .container .progress .state-block .step .line{height:6px;width:100%;background:#bbb}.refund-step-three .container .progress .state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.refund-step-three .container .progress .state-block .step-name{padding-top:10px;color:#bbb}.refund-step-three .container .progress .state-block.active .step .line{background:#ff8d1a}.refund-step-three .container .progress .state-block.active .step .spot{background:#ff8d1a}.refund-step-three .container .progress .state-block.active .step-name{color:#ff8d1a}.refund-step-three .container .progress .state-block.weak .step .line{background:#F6C28A}.refund-step-three .container .progress .state-block.weak .step .spot{background:#F6C28A}.refund-step-three .container .progress .state-block.weak .step-name{color:#F6C28A}.refund-step-three .container .progress .w-state-block{display:inline-block;width:30%;font-size:14px}.refund-step-three .container .progress .w-state-block .k-test{width:100%;height:34px;background:#E5E5E5;line-height:34px;border-top-left-radius:100px;border-bottom-left-radius:100px;position:relative}.refund-step-three .container .progress .w-state-block .k-test:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-three .container .progress .w-state-block.active .k-progress{background:#FF8F1E;color:#fff}.refund-step-three .container .progress .w-state-block.active .k-progress:after{border-left:20px solid #FF8F1E}.refund-step-three .container .progress .w-state-block.success .k-progress{background:#FFC081;color:#fff}.refund-step-three .container .progress .w-state-block.success .k-progress:after{border-left:20px solid #FFC081}.refund-step-three .container .progress .w-state-block .k-test1{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative}.refund-step-three .container .progress .w-state-block .k-test1:after{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #E5E5E5;position:absolute;right:-20px;top:0;z-index:10}.refund-step-three .container .progress .w-state-block .k-test1:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-three .container .progress .w-state-block .k-test2{width:100%;height:34px;background:#E5E5E5;line-height:34px;position:relative;border-top-right-radius:100px;border-bottom-right-radius:100px}.refund-step-three .container .progress .w-state-block .k-test2:before{content:'';display:block;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:20px solid #fff;position:absolute;left:0px;top:0}.refund-step-three .container .progress .w-state-block .step{position:relative}.refund-step-three .container .progress .w-state-block .step span{display:inline-block;vertical-align:middle}.refund-step-three .container .progress .w-state-block .step .line{height:6px;width:100%;background:#bbb}.refund-step-three .container .progress .w-state-block .step .spot{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;background:#bbb;color:#fff}.refund-step-three .container .progress .w-state-block .step-name{padding-top:10px;color:#bbb}.refund-step-three .container .progress .w-state-block.active .step .line{background:#ff8d1a}.refund-step-three .container .progress .w-state-block.active .step .spot{background:#ff8d1a}.refund-step-three .container .progress .w-state-block.active .step-name{color:#ff8d1a}.refund-step-three .container .progress .w-state-block.weak .step .line{background:#F6C28A}.refund-step-three .container .progress .w-state-block.weak .step .spot{background:#F6C28A}.refund-step-three .container .progress .w-state-block.weak .step-name{color:#F6C28A}.refund-step-three .container .state{padding:10px 50px;border:1px solid #e5e5e5;border-bottom:none}.refund-step-three .container .state .success{color:#ff8d1a}.refund-step-three .container .state .fail{color:#e4393c}.refund-step-three .container .state .iconfont{font-size:20px}.refund-step-three .container .state span{font-size:18px}.refund-step-three .container .content{padding:20px 53px;border:1px solid #e5e5e5}.refund-step-three .container .content .row:not(:last-child){margin-bottom:20px}.refund-step-three .container .content .row .left-content,.refund-step-three .container .content .row .right-content{display:inline-block}.refund-step-three .container .content .row .left-content{padding-top:5px;vertical-align:top;width:70px}.refund-step-three .container .content .row .right-content{max-width:600px}.refund-step-three .container .content .row .right-content .list{margin-bottom:10px}.refund-step-three .container .content .row .right-content .list .list-img{display:inlin-block;width:60px;height:60px;vertical-align:middle;background:#f7f7f7}.refund-step-three .container .content .row .right-content .list .info{display:inline-block;vertical-align:middle;padding-left:20px}.refund-step-three .container .content .row .right-content .list .info div{max-width:500px}.refund-step-three .container .content .row .right-content input{width:277px;height:32px;padding-left:10px;border:1px solid #e5e5e5}.refund-step-three .container .content .row .right-content input.light{color:#ff8d1a}.refund-step-three .container .content .row .right-content textarea{padding:5px 10px;width:500px;height:140px;border:1px solid #e5e5e5}.refund-step-three .container .content .btn-box{padding-left:80px}.refund-step-three .container .content .btn-box span{display:inline-block;margin-right:30px;width:80px;height:30px;line-height:30px;text-align:center;cursor:pointer}.refund-step-three .container .content .btn-box span:nth-child(1){background:#ff8d1a;color:#fff}.refund-step-three .container .content .btn-box span:nth-child(2){border:1px solid #ff8d1a;color:#ff8d1a}.easy{background:#f7f7f7}.con-box{width:980px;margin:0 auto;padding:60px 0 90px}.tit-process{text-align:center}.tit-process h3{color:#333;font-size:24px;margin-bottom:5px}.tit-process p{color:#999;font-size:14px}.supermarket-process .ban-child{background:url(/static/website/img/service-ban.png) center center no-repeat}.supermarket-process .total-process{background:#fff}.supermarket-process .total-process .dw-tt-process{margin-top:42px}.dw-process{width:1000px;text-align:center;margin-top:50px}.dw-process ul li{width:300px;height:200px;position:relative;background:#fff;display:inline-block;box-shadow:0px 2px 23px 6px rgba(138,136,136,0.1);margin:0 0 50px 30px}.dw-process ul li:nth-of-type(1){margin-left:0}.dw-process ul li .no{color:#FFF3E7;font-size:64px;position:absolute;top:-35px;left:3px;-webkit-text-stroke:1px #FFAD59;font-weight:bold}.dw-process ul li .tu{height:156px;overflow:hidden;background:#f9f9f9}.dw-process ul li .word{height:44px;line-height:44px;text-align:center;background:#fff}.dw-process ul li .word p{color:#666;font-size:16px}.product{background:#fff}.product .dw-product{overflow:hidden;padding:60px 24px}.product .dw-product ul{margin-top:30px;clear:both}.product .dw-product ul li{padding:15px;float:left;box-shadow:0px 2px 23px 6px rgba(138,136,136,0.1);margin-right:20px}.product .dw-product ul li:nth-child(2){margin-right:0}.product .dw-product ul li .tu{width:168px;height:288px;float:left;margin-right:18px}.product .dw-product ul li .word{float:left;width:240px}.product .dw-product ul li .word .word-tit{margin-bottom:13px}.product .dw-product ul li .word .word-tit h3{color:#333;font-size:20px;margin-top:17px}.product .dw-product ul li .word .word-tit span{color:#999;font-size:12px}.product .dw-product ul li .word p{font-size:14px;color:#333;line-height:26px}.wrapper-make .tit-desc{text-align:center;margin:35px 0 35px}.wrapper-make .tit-desc p{color:#666;font-size:16px;line-height:28px}.wrapper-make .demand-service{height:860px;background:url(/static/website/img/demand-bg-service.png) center center no-repeat}.wrapper-make .make{background:#fff}.wrapper-make .make .tit-desc{color:#666;font-size:16px;margin-top:30px;margin-bottom:40px}.wrapper-make .make .dw-make ul{overflow:hidden}.wrapper-make .make .dw-make ul li{width:480px;height:197px;background:#FFFBF7;border:solid 1px #e5e5e5;margin:0 15px 15px 0;float:left;padding:30px 0 30px 30px}.wrapper-make .make .dw-make ul li:nth-child(2){margin-right:0;background:#f7f7f7}.wrapper-make .make .dw-make ul li:nth-child(3){background:#f7f7f7}.wrapper-make .make .dw-make ul li:nth-child(4){margin-right:0}.wrapper-make .make .dw-make ul li .icon-lf{float:left}.wrapper-make .make .dw-make ul li .icon-lf i{font-size:68px;color:#FF8F1E;margin-right:24px}.wrapper-make .make .dw-make ul li .word-rg{width:335px;float:left;padding-top:10px}.wrapper-make .make .dw-make ul li .word-rg h3{color:#333;font-size:20px;margin:0 0 14px}.wrapper-make .make .dw-make ul li .word-rg p{color:#666;font-size:14px;line-height:24px}.wrapper-make .ban-child{height:299px;background:#fff url(/static/website/img/demand-ban.png) center center no-repeat;text-align:center;color:#fff;padding:80px 0 0}.ban-child h3{font-size:64px;font-weight:normal}.ban-child p{font-size:25px}.ban-child{height:299px;background:#fff url(/static/website/img/us-ban.png) center center no-repeat;text-align:center;color:#fff;padding:80px 0 0}.ban-child h3{font-size:56px;font-weight:normal}.ban-child p{font-size:18px}.wrapper-us .about-box{background:#fff url(/static/website/img/us-bg.png) center center no-repeat}.wrapper-us .about-box .tit-process{margin:0px 0 30px}.wrapper-us .about-box .dw-about{width:100%;padding:40px 60px;background:#fff;box-shadow:0px 2px 23px 6px rgba(138,136,136,0.1)}.wrapper-us .about-box .dw-about p{font-size:16px;color:#666;margin-bottom:30px;line-height:28px;text-indent:24px}.wrapper-us .about-box .dw-about p>span{color:#FF8F1E}.wrapper-us .about-box.platform{background:#fff url(/static/website/img/platform-bg.png) center center no-repeat;background-size:100% 100%}.wrapper-us .about-box.platform .con-box{padding:70px 0 134px}.wrapper-us .about-box.platform .con-box .dw-about{background:transparent}.wrapper-us .culture{background:#fff url(/static/website/img/culture.png) center center no-repeat}.wrapper-us .culture .tit-process{text-align:left;margin-bottom:39px}.wrapper-us .culture .dw-culture{border-left:solid 5px #FF8F1E;padding-left:25px}.wrapper-us .culture .dw-culture p{font-size:24px;color:#666;line-height:42px}.wrapper-us .culture .dw-culture p span{color:#FF8F1E}.wrapper-us .enterprise-advantage{background:url(/static/website/img/advantage-bg.png) center center no-repeat}.wrapper-us .enterprise-advantage .head{text-align:center;color:#fff}.wrapper-us .enterprise-advantage .head .name{display:block}.wrapper-us .enterprise-advantage .head .alias-name{display:block}.wrapper-us .enterprise-advantage ul li{background:rgba(24,29,46,0.7);box-shadow:4px 3px 19px 0px rgba(0,0,0,0.09);color:#fff}.choose-box{padding:20px 0 70px}.choose-box ul li{display:flex;align-items:center;margin-bottom:30px}.choose-box ul li>div.custom-check{display:inline-block}.choose-box ul li .choice-department{height:initial !important;line-height:initial !important;display:inline-block}.choose-box ul li .sp-name{margin-left:10px;color:#000;font-size:14px;margin-right:15px;font-weight:bold}.choose-box ul li .sp-edit{font-size:14px;color:#FF8F1E;margin-left:16px;font-weight:normal}.choose-box ul li .sp-desc{color:#666;font-size:14px;position:relative}.choose-box ul li .sp-desc .address-box{font-size:0}.choose-box ul li .sp-desc .address-box p{font-size:14px;color:#333}.choose-box ul li .sp-desc .address-box p .sp-com{font-weight:bold;color:#6a6969}.choose-box ul li .sp-desc .address-box p .sp-adr{color:#959494;font-size:14px;font-weight:lighter;margin-left:8px}.choose-box ul li .sp-desc .address-box p:nth-of-type(1){margin-bottom:8px;font-weight:300}.choose-box ul li .custom-check img.active{display:none}.choose-box ul li.other{align-items:end}.model-shadow{width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;left:0;top:0;display:none;z-index:99}.model-shadow .model-fixed{width:100%;height:100%;position:relative}.model-shadow .company-model{width:560px;height:320px;border-radius:8px;overflow:hidden;background:#fff;position:absolute;top:50%;left:50%;margin-top:-160px;margin-left:-280px}.model-shadow .company-model .model-header{padding-left:20px;background:#F7F7F7;height:44px;line-height:44px;color:#333;font-size:16px}.model-shadow .company-model .model-body .body-form{padding-top:35px;padding-left:45px}.model-shadow .company-model .model-body .body-form ul li{display:inline-block;margin-bottom:12px}.model-shadow .company-model .model-body .body-form ul li .name{color:#666;font-size:14px;width:70px;display:inline-block;line-height:36px;text-align:right;margin-right:10px}.model-shadow .company-model .model-body .body-form ul li .name>i{color:#F20000;font-style:normal;margin-left:5px;align-items:center}.model-shadow .company-model .model-body .body-form ul li .mn-input{width:360px;height:36px;display:inline-block;border:solid 1px #CFD7E6}.model-shadow .company-model .model-body .body-form ul li .mn-input>input{width:100%;height:100%;padding:0 8px}.model-shadow .company-model .model-body .body-btn{width:100%;padding-right:24px;display:inline-block;overflow:hidden}.model-shadow .company-model .model-body .body-btn>a{border-radius:5px;overflow:hidden;width:64px;height:30px;line-height:30px;text-align:center;color:#FF8F1E;display:block;border:solid 1px #FF8F1E;background:#fff;display:inline-block;float:right}.model-shadow .company-model .model-body .body-btn>a.sure{border:solid 1px #FF8F1E;background:#FF8F1E;color:#fff;margin-right:16px}
