[v-cloak]{display:none;}
        .search-box{width:1200px;height:76px;background-color:#fff;margin:30px auto 20px;border-radius: 4px;;position:relative;}
        .search-box .search{width:710px;height:32px;background-color:#fff;margin: 22px 30px 22px 0;display:flex;flex-direction:row;position: relative;}
        .search-box .search .lbl{color: #fff;text-align: center;width: 80px;height: 32px;line-height: 30px;background-image: linear-gradient(-22deg, #28cccc 0%, #73e2e2 100%);border-radius: 4px 0px 0px 4px;}
        .search-box .search .ipt{flex:1px;line-height:30px;height: 30px;padding-left:16px;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;border-radius: 0 4px 4px 0;}
        .search-box .search .ipt.active{border-top: 1px solid #28CCCC;border-right: 1px solid #28CCCC;border-bottom: 1px solid #28CCCC;}
        .search-box .search .ipt input[type='text']{width:100%;height:28px;text-indent:0;position:relative;top:-1px;left:0;max-width: 548px;}
        .search-box .search .ipt .key-input-box{
            height: 22px;
            /* padding: 0 6px; */
            line-height: 22px;
            /* position: absolute;
            top: 5px;
            left: 90px; */
            position: relative;
            top: -26px;
            left: 0;
            z-index: 2;
            color: #333;
            font-size: 12.5px;
            background: #fff;
            /* background: #dff7f7; */
            /* border-radius: 4px; */
            max-width:536px;overflow: hidden;
            /* text-overflow: ellipsis;
            white-space: nowrap; */
        }
        .search-box .search .ipt .key-input{
            height: 100%;
            padding: 0 6px;
            background: #dff7f7;
            border-radius: 4px;max-width:536px;overflow: hidden;text-overflow: ellipsis;
            white-space: nowrap;display: inline-block;      
        }
        .search-box .search .btn{background:url(/product/epselect/images/icon_xx_search1.png) no-repeat;width:14px;height:13px;align-self:center;position: absolute;right: 13px;top: 8.5px;cursor:pointer;}
        .search-box .float-product-choose{width:830px;position:absolute;top:64px;background-color:#fff;z-index:3;box-shadow:0px 2px 16px 0px rgba(222,222,222,0.77);}
        .search-box .search-con{display:flex;flex-direction:row;width:837px;height:76px;margin:0px auto;font-size:14px;}
        .lbl-choose-product{cursor: pointer;}
        .btn_gnjs{width: 106px;height: 32px;line-height:32px;color:#19b0b0;background:#fff;border-radius: 4px;border: solid 1px #19b0b0;margin-top:21px;cursor:pointer; display:inline-block;text-align: center;}
        .search-box .more-select-box{flex:1;padding:15px 0px;text-align:right;margin-right:15px;}
        .search-box .more-select-box .icon-more-select-hand{background:url(/product/epselect/images/icon_more_select_hand.png) no-repeat;width:40px;height:24px;position:relative;top:7px;-webkit-animation: nudge 1s linear infinite alternate;animation: nudge 1s linear infinite alternate;}
        @-webkit-keyframes nudge {
            0%, 100% {
                left:0px;
            }
            50% {
                left:10px;
            }
        }
        @keyframes nudge {
            0%, 100% {
                left:0px;
            }
            50% {
                left:10px;
            }
        }
        .search-box .more-select-box .icon-more-select{background:url(/product/epselect/images/icon_more_select.png) no-repeat;width:18px;height:14px;position:relative;top:2px;margin-left:10px;}
        .search-box .more-select-box .btn-more-select{background-color:#e96063;width:161px;height:36px;line-height:36px;color:#fff;text-align:center;display:inline-block;border:1px solid #e96063;margin-left:6px;}
        .search-box .more-select-box .btn-more-select:hover{background-color:#de4044;cursor:pointer;}
        .content{display:flex;flex-direction:row;width:1200px;margin:20px auto;background-color: #f7f7f7;font-family: Microsoft YaHei;}
        .l-box-box{width:422px;margin-right:15px;}
        .l-box{width:422px;/*margin-right:15px;*/position:relative;z-index:2;}
        .l-box.fixed{position:fixed;top:1px;}
        .l-box .tab-box{display:flex;flex-direction:row;}
        .l-box .tab-box .tab{width:100px;height:30px;line-height:30px;text-align:center;color:#2e2e2e;background-color:#e5e5e5;margin-right:1px;cursor:pointer;transition:all 0.2s linear;}
        .l-box .tab-box .tab.active{background-color:#35c5c7;color:#fff;}
        .l-box .tab-box .btn{flex:1;}
        .l-box .tab-box .btn .reset-param{width:123px;height:24px;line-height:24px;border:1px solid #666;text-align:center;color:#fff;float:right;cursor:pointer;background-color:#666;}
        .l-box .tab-box .btn .reset-param .icon-reset-param{background:url(/product/epselect/images/icon_reset_param.png) no-repeat;width:15px;height:15px;position:relative;top:3px;margin-right:4px;}
        .l-box .param-box,.l-box .attach-box{border:1px solid #dedede;border-top:5px solid #35c5c7;background-color:#fff;/*height:600px;*/overflow-y:auto;background-color:#f8f8f8;}
        .l-box .param-box .row{display:flex;flex-direction:column;}
        .l-box .param-box .row li{float:left;padding:10px 20px;}
        .l-box .param-box .name{width:100%;height:36px;color:#000;line-height:36px;font-weight:bold;background-color:#fff;cursor:pointer;border-bottom:1px solid #dedede;}
        .l-box .param-box .name .icon-param-n1{background:url(/product/epselect/images/icon_param_n.png) no-repeat;width:5px;height:11px;align-self:center;margin-left:20px;margin-right:8px;position:relative;top:1px;}
        .l-box .param-box .name .icon-param-n{background:url(/product/epselect/images/icon_param_n1.png) no-repeat;width:11px;height:5px;align-self:center;margin-left:20px;margin-right:8px;position:relative;top:-2px;left:-2px;}
        .l-box .attach-box .name .icon-param-n1{background:url(/product/epselect/images/icon_param_n.png) no-repeat;width:5px;height:11px;align-self:center;margin-left:11px;margin-right:8px;position:relative;top:1px;}
        .l-box .attach-box .name .icon-param-n{background:url(/product/epselect/images/icon_param_n1.png) no-repeat;width:11px;height:5px;align-self:center;margin-left:11px;margin-right:8px;position:relative;top:-2px;left:-2px;}
        .l-box .param-box .param{background-color:#f8f8f8;border-bottom:1px solid #dedede;}
        .l-box .param-box .row:last-child .param{border-bottom:none;}
        
        .l-box .param-box .param li:hover{cursor:pointer;color:#35c5c7;}
        .l-box .param-box .param .active{font-weight:bold;color:#35c5c7;}
        .l-box .param-box .phide{display:none;}
        .l-box .attach-box .attach-search-box{display:flex;flex-direction:row;width:362px;margin:15px auto;}
        .l-box .attach-box .attach-search-box .attach-search{border:1px solid #35c5c7;width:200px;height:25px;display:flex;flex-direction:row;}
        .l-box .attach-box .attach-search-box .attach-search input[type='text']{flex:1;background-color:transparent;text-indent:18px;}
        .l-box .attach-box .attach-search-box .attach-search input[type='text']::-webkit-input-placeholder{color:#c8c8c8;}
        .l-box .attach-box .attach-search-box .attach-search .btn-search{width:36px;height:25px;line-height:25px;text-align:center;}
        .l-box .attach-box .attach-search-box .attach-search .btn-search .icon-fj-search{background:url(/product/epselect/images/icon_fj_search.png) no-repeat;width:17px;height:18px;position:relative;top:3px;}
        .l-box .attach-box .attach-search-box .only-add-box{flex:1;}
        .l-box .attach-box .attach-search-box .only-add-box .btn-only-add{width:100px;height:27px;line-height:27px;text-align:center;float:right;}
        .l-box .attach-box .attach-list{border:1px solid #dedede;width:362px;margin:0px auto;color:#787878;font-size:13px;overflow-y:auto;}
        .l-box .attach-box .attach-list .row .name{background-color:#fff;color:#000;border-top:1px solid #dedede;border-bottom:1px solid #dedede;height:36px;line-height:36px;text-indent:18px;font-weight:bold;cursor:pointer;}
        .l-box .attach-box .phide{display:none;}
        .l-box .attach-box .attach-list .row:first-child .name{border-top:none;}
        .l-box .attach-box .attach-list .row .item{padding:5px 26px;height:18px;overflow:hidden;}
        .l-box .attach-box .attach-list .row .item label:hover{color:#35c5c7;}
        .l-box .attach-box .attach-list .row .item:first-child{margin-top:8px;}
        .l-box .attach-box .attach-list .row .item:last-child{padding-bottom:15px;}
        .l-box .attach-box .attach-list .row .item label{position:relative;top:-16px;margin-left:24px;cursor:pointer;/*overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient: vertical;display:-webkit-box !important;*/height:16px;width:288px;line-height:17px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;}
        .l-box .attach-box .attach-list .row .item input[type='checkbox']{cursor:pointer;}
        .l-box .attach-box .attach-remark{display:flex;flex-direction:row;width:362px;margin:0px auto 10px auto;line-height:20px;font-size:13px;}
        .l-box .attach-box .attach-remark .together{flex:1;}
        .l-box .attach-box .attach-remark .together input[type='checkbox']{position:relative;top:-2px;}
        .l-box .attach-box .attach-remark .together label{margin-left:7px;display:inline-block;color:#333;}
        .l-box .attach-box .attach-remark .remark{display:flex;flex-direction:row;}
        .l-box .attach-box .attach-remark .remark i{display:inline-block;width:10px;height:10px;margin-right:6px;margin-left:15px;}
        .l-box .attach-box .attach-remark .remark .bp i{background-color:#35c5c7;}
        .l-box .attach-box .attach-remark .remark .xp i{background-color:#787878;}
        .l-box .attach-box .attach-remark .remark .zh i{background-color:#e96063;}
        .l-box .attach-box .attach-remark .remark .bp,.l-box .attach-box .attach-list .item .bp{color:#35c5c7;}
        .l-box .attach-box .attach-remark .remark .xp{color:#787878;}
        .l-box .attach-box .attach-remark .remark .zh{color:#e96063;}
        .l-box .attach-box .attach-list .name .tip{font-weight:normal;color:#bbbbbb;font-size:12px;margin-left:8px;}
        .r-box{flex:1;min-height:754px;z-index:2;background:#f7f7f7;}
        .titbox{overflow: hidden;width:100%;}
        .tit{color:#666;height:14px;line-height:14px;font-size: 14px;padding-left:10px;border-left:2px solid #28cccc;margin-bottom: 13px;float: left;}
        .price-ver{font-size:12px;color:#999;line-height: 14px;float: right;}
        .con-box,.list-box{background-color:#fff;}
        .result{flex-direction:row;padding:20px 20px 30px;position:relative;margin-bottom:21px;width:790px;border-radius: 4px;}
        .result .boxborder{width:100%;border-top:1px dotted #e5e5e5;padding:20px 0 0;zoom: 1;}
        .result .boxborder:before,.result .boxborder:after {
            content: "";
            display: block;
            clear: both;
        }
        .result .pic-box{color:#999;text-align:center;font-size:12px;margin-right:20px;min-height:230px;float: left;}
        .result .info-box{color:#999;font-size:12px;float: left;width:calc(100% - 202px);position: relative;}
        .result .pic-box .pic{border:1px solid #dedede;width:160px;height:160px;overflow:hidden;margin-bottom:10px;padding:10px;position: relative;}
        .result .pic-box .pic img{object-fit:contain;width:100%;height:100%;}
        .result .pic-box .pic .icon-unsold{width: 42px;
            height: 38px;
            position: absolute;
            top: 0;
            left: 0;}
        .favorite{color:#999;margin-bottom:15px;position: absolute;top:0;right:0;width: 96px;height: 31px;line-height: 31px;border-radius: 16px;border: solid 1px #ededed;text-align: center;}
        .favorite:hover{text-decoration:none;cursor:pointer;color:#19b0b0;}
        .favorite:hover .icon-fav{background:url(/product/epselect/images/icon_fav2.png) no-repeat;width: 16px;height: 15px;display:inline-block;margin-right:5px;position: relative;top: 2px;}
        .favorite.active{color:#666;}
        .favorite .icon-fav{background:url(/product/epselect/images/icon_fav1.png) no-repeat;width: 16px;height: 15px;display:inline-block;margin-right:5px;position: relative;top: 2px;}
        .favorite.active .icon-fav{background:url(/product/epselect/images/icon_fav_ed1.png) no-repeat;width:16px;height:15px;display:inline-block;margin-right:5px;position: relative;top: 2px;}
        .favorite span{position:relative;top:-1px;font-size:12px;}
        .info-box .row{display:flex;flex-direction:row;margin-bottom:14px;}
        .info-box .row .lbl{width:60px;margin-right:5px;font-size: 14px;line-height: 20px;}
        .info-box .row .info{flex:1;color:#333;font-size:12px;word-break: break-all;line-height:20px;max-width: calc(100% - 180px);}
        /* .info-box .row .info li{float:left;line-height:22px;color:#999;} */
        .info-box .row .info span{line-height:22px;color:#999;}
        .info-box .row .lbl.fjms{width: 79px;height: 32px;background-color: #fff;border-radius: 4px;border: solid 1px #e5e5e5;text-align:center;font-size:14px;color:#999;line-height: 32px;;position:relative;margin-right: 14px;}
        .info-box .row .lbl.havefj{border: solid 1px rgba(25,176,176,.5);color:#19b0b0;}
        .info-box .row .lbl.fjms:hover{background-image: linear-gradient(-22deg,#28cccc 0%,#73e2e2 100%);color:#fff;border: solid 1px #e5e5e5;cursor:pointer;}
        .info-box .row .lbl.fjms .jb{background-image: linear-gradient(-40deg,#ffd000 0%,#ffdc41 100%);;color:#e48b00;min-width:18px;height:18px;text-align:center;line-height:18px;border-radius:18px;position:absolute;top:-10px;right:-10px;font-size:12px;}
        /* .info-box .row .lbl.fjms .noselectattachs{display: none;} */
        .info-box .row .lbl.fjms span{display: inline-block;}
        .info-box .row .lbl.nofjms:hover{background-color: #fff;border: solid 1px #e5e5e5;color:#999;background-image:none;cursor: inherit;}
        /* .info-box .row .lbl.nofjms:hover .noselectattachs{display: block;} */

        .info-box .row.price-row{background-color:#f7fbfc;padding:8px 30px;margin-bottom: 20px;}
        .info-box .row.price-row .l,.info-box .row.price-row .r{width:50%;line-height:30px;}
        .price-row .price{color:#e94637;font-size:16px;margin-left:3px;font-weight: bold;}
        .price-row .brand{color:#19b0b0!important;margin-left:6px;}
        .price-row .mprice,.price-row .prop{color:#333;margin-left:4px;}
        .price-row .mprice{color:#999}
        .price-row .prop{margin-left:10px;}
        .info-box .row.btn-row{margin-top:0px;display: block;margin:0;height:32px;position: relative;zoom: 1;}
        .info-box .row.btn-row:before,.info-box .row.btn-row:after {
            content: "";
            display: block;
            clear: both;
        }
        .info-box .row.btn-row .l,.info-box .row.btn-row .r{width:127px;float: left;border-radius: 4px;}
        .info-box .row.btn-row .l{margin-left: 30px;border: 1px solid #e5e5e5;}
        .info-box .row.btn-row .r{width: 103px;
            /* border: solid 1px #19b0b0; */
        }
        .info-box .row.btn-row .r:hover{width: 103px;
            /* border: solid 1px #eaeaea; */
        }
        .info-box .row.btn-row .btn-add-list{width:100%;height:32px;line-height:32px;font-size:12px;
            /* background: #fff;color: #19b0b0; */
            background-image: linear-gradient(-22deg,#28cccc 0%,#73e2e2 100%);color:#fff;
            text-align:center;
            border-radius: 4px;}
        .info-box .row.btn-row .btn-add-list:hover{
            /* border: 1px solid #fff; */
            /* background-image: linear-gradient(-22deg,#28cccc 0%,#73e2e2 100%); */
            cursor:pointer;
            /* color:#fff; */
        }
        /* .info-box .row.btn-row .btn-add-list:hover .icon-add-list{background:url(/product/zgselect/images/icon_add_list2.png) no-repeat;width:17px;height:19px;} */
        .info-box .row.btn-row .btn-product-sample{width:100%;height:30px;line-height:30px;font-size:12px;border-radius: 4px;text-align: left;}
        .info-box .row.btn-row .btn-product-sample span{display: inline-block;margin-left: 13px;}
        /* .info-box .row.btn-row .btn-product-sample:hover .icon-down{background:url(/product/epselect/images/icon-cpyb-up.png) no-repeat;width:8px;height:4px;top:-2px;margin-left:6px;background-size:100%;} */
        .tag-no-sale{background-color:#fff;color:#e96063;border:1px solid #e96063;width:38px;height:18px;line-height:18px;text-align:center;font-size:12px;}
        .icon{display:inline-block;position:relative;}
        /* .icon-add-list{background:url(/product/epselect/images/icon_add_list1-1.png) no-repeat;width:17px;height:19px;top:5px;margin-right:8px;} */
        .icon-add-list{background:url(/product/epselect/images/icon_add_list2.png) no-repeat;width:17px;height:19px;top:4px;margin-right:8px;}
        
        .icon-product-sample{background:url(/product/epselect/images/icon_product_sample2.png) no-repeat;width:15px;height:19px;top:3px;left:15px;margin-right: 8px;background-size: 100%;}
        .icon-down{background:url(/product/epselect/images/icon_down1.png) no-repeat;width:8px;height:4px;top:-4px;right: -14px;margin-left:6px;background-size: 100%;}
        .btn-white{background: #fff;color: #19b0b0;text-align:center;}
        .btn-white:hover{background-image: linear-gradient(-22deg,#28cccc 0%,#73e2e2 100%);cursor:pointer;text-align:center;color:#fff;}
        .btn-delall{color:#666;border:1px solid #e5e5e5;background: #fff;text-align:center;border-radius: 4px;}
        .btn-delall:hover{cursor:pointer;text-align:center;color:#fff;background-image: linear-gradient(-22deg,#e94637 0%,#f2a09b 100%);}
        .btn-delall .icon-del-item:hover{background:url(/product/epselect/images/icon_del_attach2.png) no-repeat;width:15px;height:17px;}
        .btn-red{background-color:#e96063;color:#fff;text-align:center;}
        .btn-red:hover{background-color:#de4044;cursor:pointer;}
        .btn-cyan{background-color:#fff;color:#666;text-align:center;}
        .btn-cyan:hover{cursor:pointer;background-image: linear-gradient(-22deg,#28cccc 0%,#73e2e2 100%);color:#fff;}
        .btn-cyan:hover .icon-export-list{background:url(/product/epselect/images/icon_export_list2.png) no-repeat;width:16px;height:15px;top:2.5px;margin-right:3px;}
        .btn-export-list:hover{border:1px solid #fff;}
        .btn-black{background-color:#666666;color:#fff;text-align:center;}
        .btn-black:hover{background-color:#444444;cursor:pointer;}
        
        .list-box-box{width:790px;padding:20px;background: #fff;border-radius: 4px;}
        .list-box-box table tr{border: solid 1px #ededed;}
        .list-box-box .list-con table tr:first-child{border-top:none;}
        .list-box{position:relative;z-index:2;}
        .list-box.fixed{position:fixed;top:1px;margin-top:0px;}
        .list-box .opera-box{display:flex;flex-direction:row;padding:20px 0 10px 17px;}
        .list-box .opera-box .l{flex:1;display:flex;flex-direction:row;line-height:32px;}
        .list-box .opera-box .r{display:flex;flex-direction:row;}
        .list-box .opera-box .l span{position: relative;top: -4px;}
        #sel_all{position:relative;top:8.5px;margin-right:3px;}
        .btn-del-sel{width:110px;height:30px;line-height:30px;margin-left:20px;border-radius: 4px;}
        .opera-box .icon-del-item{background:url(/product/epselect/images/icon_del_attach1.png) no-repeat;width:15px;height:17px;position:relative;top: 4px;margin-right: 4px;}
        .btn-export-list{width: 105px;height:30px;border: 1px solid rgba(25,176,176,.5);border-radius: 4px;margin-right:20px;line-height:30px;color:#19b0b0;cursor: pointer;}
        .btn-add-cart{width: 118px;height: 32px;line-height:32px;background-image: linear-gradient(-22deg, #28cccc 0%, #73e2e2 100%);border-radius: 4px;color:#fff;text-align:center;cursor: pointer;}
        .btn-gray{
            /* background:#bbbbbb; */
            color:#fff;text-align:center;opacity: 1;}
        /* .btn-gray:hover{cursor:default;} */
        .icon-export-list{background:url(/product/epselect/images/icon_export_list1-1.png) no-repeat;width:16px;height:15px;top:2.5px;margin-right:3px;}
        .icon-add-cart{background:url(/product/epselect/images/icon_add_cart1.png) no-repeat;width:16px;height:18px;top:3px;margin-right:3px;}
        .list-box input[type='checkbox']{-webkit-appearance:none;width:14px;height:14px;background:url(/product/epselect/images/bg_checkbox2.png) no-repeat;background-color:transparent;vertical-align:middle;}
        .list-box input[type='checkbox']:checked{background:url(/product/epselect/images/bg_checkbox11.png) no-repeat;}
        .list-box .list{color:#333;text-align:center;}
        .list-box .list-con{overflow-y:auto;}
        .list-box .list thead tr{background-color:#f2f2f2;height:46px;color:#999}
        .list-box .list tbody td{height:80px;line-height:20px;border:none;}
        /* .list-box .list tbody tr:first-child td{padding-top:10px;} */
        .list-box .list tbody tr:first-child td.td-xu-zj{background:url(/product/epselect/images/bg_xu_zj2.png) no-repeat 22px 41px;width:1px;height:70px;position:relative;overflow:hidden;min-width:68px;max-width:68px;background-size: 1% 100%;}
        /* .list-box .list tbody tr:first-child input[type='checkbox']{top:38px} */
        .col333:hover{color:#19b0b0}
        .qdlist_tr .icon-del-item:hover{background:url(/product/epselect/images/icon_del_attach2.png) no-repeat;}
        .list-box .list .num-box{display:flex;flex-direction:row;width:105px;margin:0px auto;position: relative;}
        .list-box .num-box .btn-num{background-color: #28cccc; width: 24px;height: 24px;cursor: pointer;border-radius: 12px;position: absolute;top: 5px;border: none;}
        .list-box .num-box .btn-num-no{background-color:#999;cursor: inherit;}
        .list-box .num-box .ipt-num{flex:1;height:30px;line-height:30px;}
        .list-box .num-box .ipt-num input[type=text]{width:74px;border:none;text-align:center;height:30px;line-height:30px;background: #eaeaea;border-radius: 15px;font-size: 12px;}
        .icon-xh{border:1px solid #19b0b0;color:#19b0b0;border-radius:2px;width:28px;height:15px;line-height:15px;display:inline-block;margin-right:4px;text-align:center;margin-left:10px;}
        .icon-tc{border:1px solid #e48b00;color:#e48b00;border-radius:2px;width:28px;height:15px;line-height:15px;display:inline-block;margin-right:4px;text-align:center;margin-left:10px;}
        .icon-dh{border:1px solid #e94637;color:#e94637;border-radius:2px;width:28px;height:15px;line-height:15px;display:inline-block;margin-right:4px;text-align:center;margin-left:10px;}
        .icon-fj{border:1px solid #19b0b0;color:#19b0b0;border-radius:2px;width:16px;height:16px;line-height:16px;display:inline-block;margin-right:3px;text-align:center;/*position:absolute;left:3.5px;top:7px;*/font-size:10px;transform:scale(0.9);cursor:pointer;margin-left:4px;}
        /* .list-box .list .tr-warn{color:#969696;} */
        .list-box .list .code-box{display:flex;flex-direction:row;max-height:60px;max-width:110px;/*overflow:hidden;*/}
        .list-box .list .code{margin-left:7px;max-width: 105px;/*overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;display:-webkit-box !important;*/}
        .list-box .list .code div{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
        .list-box .list .code div a:hover{color:#19b0b0}
        .icon-warn{background:url(/product/epselect/images/icon_warn1.png) no-repeat;width:16px;height:16px;align-self:center;margin-left:4px;cursor:pointer;/*position:absolute;left:4px;*/}
        .list-box .list td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
        .list-con .qdlist_tr .icon-unsold{background:url(/product/epselect/images/unsold.png) no-repeat;background-size:100% 100%;width:32px;height:29px;position:absolute;left:0;top:0;}
        .list-box .list thead td{border:none;border-right:1px solid #fff;}
        /*.list-box .list thead td:first-child{border:none;}*/
        .list-box .list tr td:last-child{border-right:none;}
        .list-box .list tr:last-child td{border-bottom:none;border-right:none;}
        .list-box .list tr td:first-child{border-bottom:none;}
        .list-box .list tbody .tr-white{background-color:#ffffff;}
        .list-box .list tbody .tr-gray{background-color:#f5f5f5;}
        .list-box .td-xu-zj{background:url(/product/epselect/images/bg_xu_zj2.png) no-repeat 22px 41px;width:1px;height:70px;position:relative;overflow:hidden;min-width:68px;max-width:68px;background-size: 1% 100%;}
        .list-box .td-xu-zj-nobg{width:68px;height:70px;position:relative;overflow:hidden;min-width:68px;max-width:68px;}
        .list-box .td-xu-fj0{background: url(/product/epselect/images/bg_xu_zj2.png),url(/product/epselect/images/bg_xu_fj_02.png);background-repeat: no-repeat;background-size: 1% 100%,9% 100%;background-position: 35px 42px,22px -36px;width: 7px;height: 70px;position: relative;overflow: hidden;min-width: 68px;max-width: 68px;}
        .list-box .td-xu-fjn{background:url(/product/epselect/images/bg_xu_zj2.png) no-repeat 35px -40px;width:1px;height:70px;position:relative;overflow:hidden;min-width:68px;max-width:68px;background-size: 1% 100%;}
        .list-box .td-xu-fj1{background:url(/product/epselect/images/bg_xu_zj2.png),url(/product/epselect/images/bg_xu_zj2.png);background-repeat: no-repeat;background-size: 1% 100%,1% 100%;background-position: 35px -41px,35px 42px;width:1px;height:70px;position:relative;overflow:hidden;min-width:68px;max-width:68px;}
        .list-box .td-xu-fjx{background: url(/product/epselect/images/bg_xu_fj_02.png);background-repeat: no-repeat;background-size: 9% 100%;background-position: 22px -36px;width: 7px;height: 70px;position: relative;overflow: hidden;min-width: 68px;max-width: 68px;}
        .list-box tbody input[type='checkbox']{position:absolute;top:34px;left:29px;}
        /*.list-box .td-xu-fj0 input[type='checkbox'],.list-box .td-xu-fj1 input[type='checkbox']{right:28%;}*/
        .list-box tbody .xu{margin-left:2px;}
        .list-box .table-title{background: #fff;color: #666;height:14px;line-height:14px;text-align:left;font-size:14px;border-left: 2px solid #28cccc;margin-bottom:12px;padding-left:10px;}
        .list-box .table-title .icon-table-title{background:url(/product/epselect/images/icon_table_title.png) no-repeat;width:15px;height:15px;position:relative;margin-right:8px;top:2px;}
        .list-box tbody .icon-del-item{background:url(/product/epselect/images/icon_del_attach1.png) no-repeat;width:15px;height:17px;position:relative;top:1px;background-size: 100%;cursor:pointer;}
        /*自定义滚动条*/
        #vue ::-webkit-scrollbar {width:6px;height:6px;background-color: none;} 
        /*定义滚动条轨道 透明*/
        #vue ::-webkit-scrollbar-track {background-color: none; } 
        /*定义滑块 半透明+圆角*/
        #vue ::-webkit-scrollbar-thumb {border-radius:6px;background-color:rgba(0,0,0,0.2)}
        .float-div{border:1px solid #dedede;background-color:#fff;min-width:100px;position:absolute;z-index:3;}
        .fj_list{padding: 10px;border: none;background: rgba(255, 255, 255, 0.1);}
        .float-attach-list{width: 443px;background-color: #fff;box-shadow: 0px 2px 16px 0pxrgba(222, 222, 222, 0.77);border-radius: 6px;border: solid 1px #28cccc;text-align:center;color:#999;}
        .float-attach-list .triangle-attach{background:url(/product/epselect/images/triangle_attach_top.png) no-repeat;width:60px;height:12px;position:absolute;top:-9px;left:2px;}
        .float-attach-list .table{width:423px;max-height:282px;margin:0px auto 8px auto;overflow-y:auto;}
        .float-attach-list .thead{background-color:#f7fbfc;height:34px;line-height:34px;display:flex;flex-direction:row;width:423px;margin:20px auto auto auto;}
        .float-attach-list tbody td{height:29px;line-height:29px;position: relative;}
        .float-attach-list tbody td .icon-unsold{width: 37px;height: 32px;position: absolute;top: 0;left: 0;z-index: 2;}
        .float-attach-list tbody tr{border-bottom:1px dashed #e5e5e5;}
        .float-attach-list tbody tr:last-child{border-bottom:none}
        .float-attach-list tbody tr .stypename,.float-attach-list tbody tr .stypename_nojump{color:#333;}
        .float-attach-list tbody tr .attachscode,.float-attach-list tbody tr .attachscode_nojump{color:#999;}
        .float-attach-list tbody tr .stypename a:hover{color:#19b0b0;}
        .float-attach-list tbody tr .attachscode a:hover{color:#19b0b0}
        .float-attach-list tbody tr .icon-del-attach:hover{background:url(/product/epselect/images/icon_del_attach2.png) no-repeat;}
        .float-attach-list tbody tr:last-child td{border-bottom:none;}
        .float-attach-list tbody tr td:last-child{border-right:none;}
        .float-attach-list tbody .icon-del-attach{background:url(/product/epselect/images/icon_del_attach1.png) no-repeat;background-size:100%;width:15px;height:17px;position:relative;top:4px;cursor:pointer;}
        .float-attach-list .td-type-desc{overflow:hidden;/*text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient: vertical;display:-webkit-box !important;*/text-align:left;text-indent:10px;min-width: 140px;;}
        .float-attach-list .td-type-desc .attach-type{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:140px;display:inline-block;height:18px;line-height:18px;text-indent: 0;position:relative;top:11px;}
        .float-product-sample{padding-top:10px;border:none;}
        .float-product-sample .con{width:126px;background-color:#f0f0f0;color:#787878;border:1px solid #dedede;border-top:5px solid #a5e1e1;}
        .float-product-sample .row{height:30px;line-height:30px;position:relative;margin:0px auto;}
        .float-product-sample .row:hover{background-color:#d9d9d9;cursor:pointer;}
        .float-product-sample .row .line{height:1px;width:120px;margin:-1px auto;border-bottom:1px solid #fff;}
        .float-product-sample .row .icon-sample{background:url(/product/epselect/images/icon_product_sample_s.png) no-repeat;width:13px;height:15px;position:absolute;left:18px;top:7px;}
        .float-product-sample .row .icon-sample-3c{background:url(/product/epselect/images/icon_sample_3c.png) no-repeat;width:14px;height:11px;position:absolute;left:18px;top:9px;}
        .float-product-sample .row .icon-sample-3d{background:url(/product/epselect/images/icon_sample_3d.png) no-repeat;width:11px;height:13px;position:absolute;left:18px;top:8px;}
        .float-product-sample .row .icon-sample-ds{background:url(/product/epselect/images/icon_sample_ds.png) no-repeat;width:13px;height:13px;position:absolute;left:18px;top:8px;}
        .float-product-sample .row span{margin-left:40px;}
        .float-product-sample a:hover{color:#787878;}
        .float-product-sample .triangle-top{width:0px;height:0px;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #a5e1e1;position:absolute;top:4px;right:18px;}
        .float-product-choose .head-box{display:flex;flex-direction:row;color:#fff;height: 44px;line-height: 12px;text-align: left;background-image: linear-gradient(0deg, #28cccc 0%, #73e2e2 100%);border-radius: 4px 4px 0px 0px;font-size: 14px;}
        .float-product-choose .btp-box{display:flex;flex-direction:row;color:#666;border-radius: 0 0 4px 4px;}
        .float-product-choose .btp-box .brand-box{display:flex;flex-direction:column;height:517px;overflow-y:auto;width:163px;padding:0 10px 20px;border-right: 1px solid #e5e5e5;}
        .float-product-choose .btp-box .type-box{display:flex;flex-direction:column;height:517px;overflow-y:auto;width:348px;padding:0 10px 20px;text-align:center;border-right: 1px solid #e5e5e5;}
        .float-product-choose .btp-box .prop-box{display:flex;flex-direction:column;height:517px;overflow-y:auto;width:203px;padding:0 10px 20px}
        .float-product-choose .btp-box .brand-box .whitebox{width: 163px;height: 20px;background: #fff;position: absolute;bottom: 0;}
        .float-product-choose .btp-box .type-box .whitebox{width: 242px;height: 20px;background: #fff;position: absolute;bottom: 0;}
        .float-product-choose .btp-box .prop-box .whitebox{width: 239px;height: 20px;background: #fff;position: absolute;bottom: 0;}
        
        .float-product-choose .btp-box .brand-box .hotbrand-box,.float-product-choose .btp-box .brand-box .allbrand-box{margin-top:7px;}
        .float-product-choose .btp-box .brand-box .brand-box-title{font-size: 14px;font-weight: bold;line-height: 32px;color:#333;padding-left:10px}

        .float-product-choose .btp-box .brand-box .brand{padding: 0px 10px 0 38px;width: 115px;height:40px;min-height:40px;position:relative;line-height:40px;text-align:left;overflow:hidden;}
        .float-product-choose .btp-box .brand-box .brand:first-child{margin-top:6px;}
        .float-product-choose .btp-box .brand-box .brand .brand-img{display:none;margin:0px auto;}
        .float-product-choose .btp-box .brand-box .brand .brand-imgdiv{width: 86px;height: 30px;line-height: 30px;display: inline-block;margin-right: 10px;}
        .float-product-choose .btp-box .brand-box .brand .brand-img img{width: 100%;max-height: 30px;}
        .float-product-choose .btp-box .brand-box .brand .icon-active{display:none;background:url(/product/epselect/images/icon_to_right.png) no-repeat;width:7px;height:11px;background-size: 100% 100%;position:absolute;top:15px;right:12px;}
        .float-product-choose .btp-box .brand-box .brand.hactive{
            background:rgba(234,234,234,.5);
            color:#19b0b0;border-radius: 4px;}
        .float-product-choose .btp-box .brand-box .brand.hactive .brand-name{display:none;}
        .float-product-choose .btp-box .brand-box .brand.hactive .brand-img{display:block;vertical-align:middle;}
        .float-product-choose .btp-box .brand-box .brand.hactive .icon-active{display:block;}
        .float-product-choose .btp-box .brand-box .brand:hover{
            background:rgba(40,204,204,.1);
            /* background:#e9fafa; */
            color:#19b0b0;border-radius: 4px;}
        .float-product-choose .btp-box .brand-box .allbrand{padding: 0px 10px 0 38px;width: 115px;height:35px;min-height:35px;position:relative;line-height:35px;text-align:left;overflow:hidden;}
        .float-product-choose .btp-box .brand-box .allbrand:first-child{margin-top:6px;}
        .float-product-choose .btp-box .brand-box .allbrand .brand-name .brand-name-tip{display: inline-block;font-size: 14px;font-weight: bold;color:#333;position: absolute;left: 10px;}
        .float-product-choose .btp-box .brand-box .allbrand .brand-img{display:none;margin:0px auto;}
        .float-product-choose .btp-box .brand-box .allbrand .brand-imgdiv{width: 86px;height: 30px;line-height: 30px;display: inline-block;margin-right: 10px;}
        .float-product-choose .btp-box .brand-box .allbrand .brand-img img{width: 100%;max-height: 30px;}
        .float-product-choose .btp-box .brand-box .allbrand .icon-active{display:none;background:url(/product/epselect/images/icon_to_right.png) no-repeat;width:7px;height:14px;position:absolute;top:13.5px;right:12px;}
        .float-product-choose .btp-box .brand-box .allbrand.abrandactive{
            /* background:rgba(40,204,204,.1);color:#19b0b0; */
            background-color:rgba(234,234,234,.5);
            color:#19b0b0;
            border-radius: 4px;}
        .float-product-choose .btp-box .brand-box .allbrand.abrandactive .brand-name .brand-name-tip{color:#19b0b0;}
        .float-product-choose .btp-box .brand-box .brand.abrandactive .brand-img{display:block;vertical-align:middle;}
        .float-product-choose .btp-box .brand-box .brand.abrandactive .icon-active{display:block;}
        .float-product-choose .btp-box .brand-box .allbrand:hover{
            background:rgba(40,204,204,.1);color:#19b0b0;
            border-radius: 4px;}
        .float-product-choose .btp-box .type-box .row{text-align:left;}
        .float-product-choose .btp-box .type-box .row:first-child{margin-top:4px;}
        .float-product-choose .btp-box .type-box .row .name{position:relative;height:35px;line-height:35px;color:#333;font-weight: bold;font-size: 14px;cursor:pointer;}
        .float-product-choose .btp-box .type-box .row .name span{margin-left:56px;}
        .float-product-choose .btp-box .type-box .icon-type-1{background:url(/product/epselect/images/icon_type_1.png) no-repeat;width:13px;height:17px;position:absolute;top:11px;left:30px;}
        .float-product-choose .btp-box .type-box .icon-type-2{background:url(/product/epselect/images/icon_type_2.png) no-repeat;width:16px;height:13px;position:absolute;top:12px;left:29px;}
        .float-product-choose .btp-box .type-box .icon-type-3{background:url(/product/epselect/images/icon_type_3.png) no-repeat;width:13px;height:16px;position:absolute;top:11px;left:30px;}
        .float-product-choose .btp-box .type-box .icon-type-4{background:url(/product/epselect/images/icon_type_4.png) no-repeat;width:18px;height:18px;position:absolute;top:10px;left:28px;}
        .float-product-choose .btp-box .type-box .icon-type-5{background:url(/product/epselect/images/icon_type_5.png) no-repeat;width:22px;height:19px;position:absolute;top:10px;left:26px;}
        .float-product-choose .btp-box .type-box .icon-type-6{background:url(/product/epselect/images/icon_type_6.png) no-repeat;width:13px;height:20px;position:absolute;top:9px;left:31px;}
        .float-product-choose .btp-box .type-box .row .item{max-height:35px;line-height:35px;position:relative;overflow:hidden;cursor:default;}
        .float-product-choose .btp-box .type-box .row .item.active{
            background-color:rgba(234,234,234,.5);
            color:#19b0b0;
            border-radius: 4px;}
        .float-product-choose .btp-box .type-box .row .item .icon-active{display:none;background:url(/product/epselect/images/icon_to_right.png) no-repeat;width:7px;height:11px;background-size: 100% 100%;position:absolute;top:12px;right:12px;}
        .float-product-choose .btp-box .type-box .row .item.active .icon-active{display:block;}
        .float-product-choose .btp-box .type-box .row .item .type{margin-left:56px;color:#666;max-width:144px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
        .float-product-choose .btp-box .type-box .row .item.active .type{margin-left:56px;color:#19b0b0;}
        .float-product-choose .btp-box .type-box .row .item:hover{
            background:rgba(40,204,204,.1);
            /* background:#e9fafa; */
            color:#19b0b0;border-radius: 4px;}
        .float-product-choose .btp-box .prop-box{flex:1;color:#666;}
        .float-product-choose .btp-box .prop-box .prop{/*width:100%;height:30px;*/line-height:35px;position:relative;}
        .float-product-choose .btp-box .prop-box .prop:first-child{margin-top:8px;}
        .float-product-choose .btp-box .prop-box .prop.active{
            /* background-color:rgba(0,0,0,0.03); */
            background-color:rgba(234,234,234,.5);
            /* background-color:#eaeaea; */
            color:#19b0b0;border-radius: 4px;}
        .float-product-choose .btp-box .prop-box .prop span{margin-left:11px;width:calc(100% - 11px);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
        .float-product-choose .btp-box .prop-box .prop .icon-active{display:none;background:url(/product/epselect/images/icon_to_right1.png) no-repeat;width:7px;height:14px;position:absolute;top:8px;left:18px;}
        .float-product-choose .btp-box .prop-box .prop.active .icon-active{display:block;}
        .float-product-choose .btp-box .prop-box .prop:hover{
            background:rgba(40,204,204,.1);
            /* background:#e9fafa; */
            color:#19b0b0;border-radius: 4px;cursor:pointer;}
        .float-product-choose .triangle-top{width:0px;height:0px;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #35c5c7;position:absolute;top:-7px;left:260px;}
        /*自定义滚动条*/
        .float-product-choose ::-webkit-scrollbar {width:4px!important;height:4px!important;background-color: none;} 
        /*定义滚动条轨道 透明*/
        .float-product-choose ::-webkit-scrollbar-track {background-color: none; } 
        /*定义滑块 半透明+圆角*/
        .float-product-choose ::-webkit-scrollbar-thumb {border-radius:2px!important;background-color:rgba(229,229,229,.77)!important;min-height:79px!important;}        
        .float-product-choose .phide{display:none;}
        .float-product-choose .type-box .name .icon-type-n1{background:url(/product/epselect/images/icon_param_n3.png) no-repeat;width:7px;height:10px;align-self:center;margin-left:20px;margin-right:8px;position:absolute;top:13px;left:-10px;}
        .float-product-choose .type-box .name .icon-type-n{background:url(/product/epselect/images/icon_param_n2.png) no-repeat;width:10px;height:7px;align-self:center;margin-left:20px;margin-right:8px;position:absolute;top:15px;left:-10px;}
        .float-product-input{
            width:630px;
            min-height:35px;
            line-height:35px;
            /* border:1px solid #dedede; */
            background-color:#fff;
            color:#666;z-index:3;
            position:absolute;left:378px;top:62px;
            padding:13px 0;
            /* overflow-y:auto;
            overflow-x:hidden; */
	        max-height: 312px;
            box-shadow: 0px 2px 10px 0px 
                rgba(0, 71, 71, 0.1);
            border-radius: 4px;
        }
        .float-product-input-rowbox{
            width:630px;
            min-height:35px;
            background-color:#fff;
            max-height: 312px;
            overflow-y:auto;
            overflow-x:hidden;
        }
        /* .float-product-input .whiteboxtop{width: 600px;height: 13px;background: #fff;position: absolute;top: 0;}
        .float-product-input .whiteboxbottom{width: 600px;height: 13px;background: #fff;position: absolute;bottom: 0;} */
        .float-product-input-empty{
            width: 630px;
            height: 46px;
            line-height: 46px;
            background-color: #fff;
            color:#999;font-size: 14px;
            box-shadow: 0px 2px 10px 0px 
                rgba(0, 71, 71, 0.1);
            border-radius: 4px;overflow: hidden;
            font-family: Microsoft YaHei;}
        .float-product-input .row{width:680px;margin:0px auto;cursor:pointer;padding:0 18px;}
        .float-product-input .row .icon-to-right{background:url(/product/epselect/images/icon_to_right.png) no-repeat;width:7px;height:14px;position:relative;top:3px;margin-left:5px;margin-right:5px;}
        .float-product-input .row:hover span{color:#19b0b0;}
        .float-product-input .row:hover{background-color:#e9fafa; color:#19b0b0}
        .float-product-input .row.active{color:#19b0b0;background-color:#e9fafa;}
        .float-product-input .nodata{width: 100%;text-align: center;margin: 0px auto;padding: 0 15px;}
        /*.l-box .attach-box input[type='checkbox']:checked{background:url(/images/bg_checkbox2.png) no-repeat;}*/
        .sp-hl{color:#35c5c7;}
        .attach-search-hl{background-color:#ffcf00;}
        .field-tip-l{border:1px solid #a5e1e1;position:absolute;top:33px;left:0px;z-index:3;display:block;background-color:#fff;border-top:none;color:#787878;display:none;font-weight:normal;}
        .field-tip-l .con{border-top:5px solid #a5e1e1;padding:10px 10px;line-height:16px;}
        .field-tip-l .triangle-top{width:0px;height:0px;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #a5e1e1;position:absolute;top:-6px;left:16px;}
        .field-tip-r{border:1px solid #a5e1e1;position:absolute;top:33px;right:0px;z-index:3;display:block;background-color:#fff;border-top:none;color:#787878;display:none;font-weight:normal;}
        .field-tip-r .con{border-top:5px solid #a5e1e1;padding:10px 10px;line-height:16px;}
        .field-tip-r .triangle-top{width:0px;height:0px;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #a5e1e1;position:absolute;top:-6px;right:18px;}
        

        .sw-link{position:absolute;z-index:2;display:none;border-right: none;color: #fff;top: -18px;right: 54px; width: 145px;white-space: nowrap;background: rgba(0,0,0,0.7);}
        /*.sw-link{border:1px solid #a5e1e1;position:absolute;top:370px;z-index:2;display:block;background-color:#fff;border-bottom:none;color:#787878;}*/
        .sw-link .con{padding:5px 16px;line-height:20px;text-align:left;}
        .sw-link .triangle-right{width:0px;height:0px;border-width: 6px 0 6px 6px;border-style:solid;border-color: transparent transparent transparent rgba(0,0,0,0.7);position:absolute;right: -6px;bottom: 18px;margin-top:-8px;}
        
        .pwarn{position:relative;max-width:20px;align-self:center;display: inline-block;top: 3px;}
        .warn-title{position:absolute;top:-48px;z-index:2;display:none;background-color:#555;color:#fff;width:105px;right:-46px;}
        .warn-title .con{padding:9px 16px;line-height:18px;}
        .warn-title .triangle-left{width:0px;height:0px;border-width:6px 6px 0 6px;border-style:solid;border-color:#555 transparent transparent transparent;position:absolute;top: 100%;left: calc(50% - 6px);}
        .fj-title{border:1px solid #a5e1e1;position:absolute;top:-12px;z-index:2;display:none;background-color:#fff;color:#787878;min-width:50px;right:-59px;border-left:none;}
        .fj-title .con{border-left:5px solid #a5e1e1;padding:10px 10px;line-height:16px;}
        .fj-title .triangle-left{width:0px;height:0px;border-width:6px 6px 6px 0;border-style:solid;border-color:transparent #a5e1e1 transparent transparent;position:absolute;top:50%;left:-5px;margin-top:-6px;}

        .icon-question{background:url(/product/epselect/images/icon_question.png) no-repeat;height:17px;width:17px;display: inline-block;position: relative;top: 3.2px;}
        .step-bg{ display:none; z-index:999;position:fixed;left:0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.4);}


        .step-1 { display:none; position:absolute;top:20px; left:200px;z-index:1000; width:1000px; height:392px; background:url(/product/epselect/images/step_1.png) no-repeat left;}
        .close-step { display:inline-block; float:right; background:url(/product/epselect/images/colose_qt_step.png) no-repeat; height:30px; width:30px; cursor:pointer;}

        .wz-box{ position:relative; height:100%; width:100%;}
        .step-1 .setting-box { position:absolute; left:100px; bottom:30px;}
        .step-1 .setting-box span { cursor:pointer; display:inline-block; width:129px; height:39px; line-height:39px; margin-left:79px; }
        .step-1 .setting-box span:nth-of-type(1){  background:url(/product/epselect/images/btn.png) no-repeat;}
        .step-1 .setting-box span:nth-of-type(2){  background:url(/product/epselect/images/btn1.png) no-repeat;}
        .step-1 .setting-box span label { width:129px; height:39px; display:block; color:#fff;cursor:pointer;}

        .step-1 .setting-box span i.check_1{ display:inline-block; vertical-align:middle; }
        .step-1 .setting-box span i.check_2{ display:inline-block; vertical-align:middle; }

        input.chk-tip { -webkit-appearance:none; background:url(/product/epselect/images/check_1.png) no-repeat; height:17px; width:17px; display:inline-block; margin-left:14px; vertical-align:0px; }
            input.chk-tip:checked {background:url(/product/epselect/images/check_2.png) no-repeat; }

        .arrow-step{position:absolute; z-index:1002; animation:arrow-step 2.5s linear infinite;animation-fill-mode:forwards; /*top:25px;left:30px;*/ cursor:pointer; display:inline-block; background:url(/product/epselect/images/arrow_zy.png) no-repeat; width:39px; height:54px; }
         @keyframes arrow-step {
            0% {top:60px;left:70px; }
            50% { top:40px;left:50px; }
            100% {top:60px;left:70px; }
        }

          @keyframes arrow-step-one {
            0% {top:65px;left:70px; }
            50% { top:40px;left:50px; }
            100% {top:60px;left:70px; }
        }

        /*.step-2 { position:absolute;top:0px; left:240px;z-index:1000; width:860px; height:780px;}*/
        .step-up { display:inline-block; cursor:pointer;  width:116px; height:37px; background:url(/product/epselect/images/step_up.png) no-repeat;}
        .step-end { display:inline-block; cursor:pointer;  width:116px; height:37px; background:url(/product/epselect/images/step_end.png) no-repeat;}

        .water-box {position:relative; height:90px;width:90px; cursor:pointer; }
        .water-box .w1,.w2,.w3{ position:absolute;  border-radius:50%; top: 0; left:0; animation:opac 2s linear infinite;}
        @keyframes opac {
            from { opacity: 1; width: 0; height: 0; top:50%; left:50%; border:2px solid #fadc6e; }
            to { opacity: 0.3; width: 100%; height: 100%; top:0%; left:0%; border:2px solid #fadc6e;}
        }
        .water-box .w1 { animation-delay:0s; }
        .water-box .w2 { animation-delay:1s; }
        .water-box .w3 {  animation-delay:2s;}

        #stepBackground > div { display:none; position:absolute; z-index:999; width:1309px;height:1800px; top:224px; }

        /*step_spe*/
        .step_spe{ width:548px; height:370px; background-color:#fff; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); border-radius:15px; overflow:hidden; z-index:999; display:none;}
        .step_spe .spe_tit{ width:100%; height:96px; background:url(/product/epselect/images/bg.jpg) no-repeat; background-size:cover;}
        .step_spe .spe_pic{ width:187px; height:161px; background:url(/product/epselect/images/img1.jpg) no-repeat; margin:20px auto;}
        .step_spe .btn{ margin-top:30px; display:flex; justify-content:space-around; padding:0 70px;}
        .step_spe .btn span{ display:block; width:122px; height:32px; border:2px solid #e75f65; border-radius:10px; overflow:hidden}
        .step_spe .btn span:nth-of-type(1){background:url(/product/epselect/images/btn5.png) no-repeat;}
        .step_spe .btn span:nth-of-type(2){background:url(/product/epselect/images/btn6.png) no-repeat;}
        .step_spe .btn span.on:nth-of-type(1){background:url(/product/epselect/images/btn3.png) no-repeat #e75f65;}
        .step_spe .btn span.on:nth-of-type(2){background:url(/product/epselect/images/btn4.png) no-repeat #e75f65;}
        .step_spe .btn span label{ display:block; width:122px; height:32px; cursor:pointer}
        .step_spe .btn span label .chk-tips{ -webkit-appearance:none; background:url(/product/epselect/images/check_3.png) no-repeat; width:17px; height:17px; display:inline-block; vertical-align:middle;vertical-align: -12px; margin-left: 13px;}
        .step_spe .btn span.on label .chk-tips:checked{ background:url(/product/epselect/images/check_2.png) no-repeat;}
        .step_spe .spe_close{ width:16px; height:16px; cursor:pointer; background:url(/product/epselect/images/close1.png) no-repeat; position:absolute; right:12px; top:15px;}
        #J-footer{ padding-top:35px; margin-top:0}

#eleStepBox{position:relative; width:1300px; margin:0 auto; top:0;}
#eleArrowOne,#eleWaterShow_1{position:absolute; left:130px;top:-10px;z-index:1000;}
.step-1 .nextstep1{height:40px;width:160px;position:absolute; left:60px;top:10px;z-index:1000;}
.step-1 .nextstep2{height:40px;width:560px;position:absolute; left:330px;top:10px;z-index:1000;}
#eleWaterShow_2{position:absolute; left:320px;top:-10px;z-index:1000; display:none}
.step-2-1{display:none; position:absolute;left:452px;top:75px;z-index:1000; height:765px; width:676px;}
.step-2-1_imgbox{position:absolute;left:0px; top:-75px;}
.step-2-1_stepup,.step-2-2_stepup{position:absolute;left:-140px; bottom:100px;}
.step-2-1_nextstep{position:absolute; left:50px;top:20px;z-index:1000;}
.step-2-2{display:none; position:absolute;left:432px;top:35px;z-index:1000;height:765px; width:676px;}
.step-2-2_img{position:absolute;left:0px; top:-30px;}
.step-2-2_nextstep{position:absolute; left:220px;top:195px;z-index:1000;}
.step-2-3{display:none; position:absolute;left:438px;top:-105px;z-index:1000;height:765px; width:676px;}
.step-2-3_img{position:absolute;left:0px; top:115px;}
.step-2-3_stepup{position:absolute;left:-140px; bottom:-20px;}
.step-2-3_nextstep{position:absolute;left:460px;top:330px;z-index:1000;}
.step-3{display:none; position:absolute;top:125px; left:3px;z-index:1000; height:580px; width:460px;}
.step-3_img{position:absolute;left:-20px; top:-105px;}
.step-3_stepup{position:absolute;left:0px; bottom:120px;}
.step-3_nextstep{position:absolute;left:285px;top:35px;z-index:1000}
.step-4{display:none; position:absolute;top:300px; left:720px;z-index:1000; height:200px; width:290px;}
.step-4_img{position:absolute;left:0px; top:-75px;}
.step-4_stepup{position:absolute;left:0px; bottom:0px;}
.step-4_nextstep{position:absolute;left:20px;top:-60px;z-index:1000;}
.step-5{display:none; position:absolute;top:250px; left:650px;z-index:1000; height:420px; width:720px;}
.step-5_img{position:absolute;left:0px; top:0px;}
.step-5_stepup{position:absolute;left:0px; bottom:0px;}
.step-5_nextstep{position: absolute; left: 180px; top: 130px; z-index: 1000;}
.step-6{display:none; position:absolute;top:430px; right:-14px;z-index:1000; height:300px; width:400px;}
.step-6_img{position:absolute;left:0px; top:0px;}
.step-6_stepup{position:absolute;left:0px; bottom:0px;}
.step-6_nextstep{position: absolute; left:270px;top:170px; z-index: 1000;}
.step-7{display:none; position:absolute;top:260px;right:-60px;z-index:1000; height:520px; width:610px;}
.step-7_img{position:absolute;left:0px; top:0px;}
.step-7_stepup{position:absolute;left:180px; bottom:0px;}
.step-7_nextstep{position:absolute;right:70px; bottom:0px;}
.col333{color:#333}

.btn_refresh{width:110px;height:32px;color:#666;font-size: 14px;line-height: 32px;text-align: center;margin-top: 7px;cursor: pointer;}
.btn_refresh:hover{color: #19b0b0;}
.btn_refresh:hover .icon-refresh{background:url(/product/epselect/images/icon-refresh-2.png) no-repeat;width:14px;height:15px;background-size: 100%;margin-right: 8px;display: inline-block;position: relative;
    top: 2px;}
.u-flyer{z-index: 100;}
.ml12{margin-left: 12px;}
.pt20{width: 100%;height:20px;border-top:1px dotted #e5e5e5;}
.icon-brand-search{background:url(/product/epselect/images/icon-brand-search.png) no-repeat;width:15px;height:14px;background-size: 100%;margin-left: 10px;display: inline-block;}
.icon-class-search{background:url(/product/epselect/images/icon-class-search.png) no-repeat;width:14px;height:14px;background-size: 100%;margin-left: 10px;display: inline-block;}
.icon-series-search{background:url(/product/epselect/images/icon-series-search.png) no-repeat;width:14px;height:14px;background-size: 100%;margin-left: 10px;display: inline-block;}
.icon-refresh{background:url(/product/epselect/images/icon-refresh-1.png) no-repeat;width:14px;height:15px;background-size: 100%;margin-right: 8px;display: inline-block;position: relative;
    top: 2px;}
.icon-down-up{background:url(/product/epselect/images/icon-cpyb-up.png) no-repeat;width:8px;height:4px;top:-2px;margin-left:6px;background-size:100%;}
.ipt-search{caret-color:#28CCCC;}
.ipt-search.hide{color:transparent}
.ipt-search::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999 !important;
}
.ipt-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999 !important;
}
.ipt-search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999 !important;
}
.ipt-search:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999 !important;
}
.btn-unclick{background-color:#bbbbbb;}
.icon-reduce-white{display: inline-block;position: relative;top: -3.56px;left: 0px;width:12px;height: 2px;background:url(/product/epselect/images/icon-reduce-white.png) no-repeat;background-size: 100%;}
.icon-add-white{display: inline-block;position: relative;top: 0.7px;left: 0.56px;width:14px;height: 14px;background:url(/product/epselect/images/icon-add-white.png) no-repeat;background-size: 100%;}
.list-box .list .maxw100{max-width: 100%;width: 100%;}
.list-box .list .maxw90{max-width: 90px;}
.inputshineline{width:1px;
    height:15px;
    background:#28CCCC;
    margin:-15px 0 0 2px;
    /* position:relative;
    left:5px;top:-2px; */
    animation:cursorImg 1s infinite steps(1, start);
    -webkit-animation:cursorImg 1s infinite steps(1, start); /*Safari and Chrome*/}
.padding12{padding: 12px 0;}
.top40{top:40px!important;}
@keyframes cursorImg {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes cursorImg {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/*天工组件附件详情样式*/
.comb-product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .comb-product .icon-unsold{width: 46px;height: auto;position: absolute;top: -13px;left: -19px;}
  .comb-img{
    width: 52px;
    min-width: 52px;
    height: 52px;
    border: 1px solid #eee;
    font-size: 0;
  }
  .comb-img img{
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .comb-title{
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .comb-title .name{
    font-size: 14px;
    line-height: 12px;
    color: #333;
    font-weight: 700;
  }
  .p-ellipsis{
    font-size: 12px;
    line-height:11px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 12px;
  }
  .p-ellipsis .p-detail-label{
    color: #999;
  }
  .priced {
    font-size: 13px;
    color: var(--cpq-price-color);
    font-weight: 700;
    margin-right: 12px;
  }

.btn-cpyb{position: relative;}
.sampleBox {
	position: absolute;
    top: 30px;
    left: 26px;
    z-index: 100;
    width: 325px;
    height: auto;
    background: rgba(255,255,255,0.1);
    padding: 8px;}
.sampleBox_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #28cccc;
    box-shadow: 0px 4px 7px 0px rgba(222, 222, 222, 0.55);
    background: #fff;}
.sampleBox_content {
    width: calc(100% - 28px);
    height: calc(100% - 12px);
    overflow: auto;
    padding: 6px 14px;
    color: #666;
    font-size: 12px;
    text-align: left;}
.sampleBox_content:-webkit-scrollbar {
        /*滚动条整体样式*/
            width: 6px;
            /*高宽分别对应横竖滚动条的尺寸*/
            height: 1px;}
.sampleBox_content:-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: #9f9e9d;}
.sampleBox_content:-webkit-scrollbar-track {
        /*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 1px;
            background: #555454;}
.sampleBox_row {
    width: 100%;
    height: 66px;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 28px;
    overflow: hidden;}
.sampleBox_row:last-child{
    border:none;
}
.sampleBox_rowimg {
    width: 35px;
    height: 50px;
    background-color: #f3f3f3;
    border-radius: 2px;
    margin: 8px 13px 0 0;
    float: left;
    text-align:center;
    line-height: 46px;}
.sampleBox_rowimg img{width: calc(100% - 4px);}
.sampleBox_rowmain {
    line-height: 50px;
    margin-top: 8px;
    float: left;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.exbtm{bottom:-300px}
.onlyadd{padding:0 8px;background:rgba(0,0,0,0);color:#19b0b0;border:1px solid rgba(25,176,176,.5);border-radius:4px;font-weight:400;line-height:23px;display:inline-block;cursor: pointer;}
.onlyadd:hover {
    color: #fff!important;
    background-color: none!important;
    border-color: rgba(255,255,255,.5)!important;
    background:linear-gradient(-22deg,rgba(40,204,204,1) 0%,rgba(115,226,226,1) 100%);
}
/* 天工样式覆盖 */
.cpq-ui{font-family: Microsoft YaHei;}
.cpq-comb-info{background-color: #f7fbfc;border-radius: 4px;}
.comb-item .comb-item-label.active{color:#19b0b0}
.cpq-checkbox.checked .cpq-checkbox-inner{background-color: #28cccc;border-color: #28cccc;}
.prop .prop-bd .prop-item.active, .prop .prop-bd .prop-item:hover{color:#19b0b0;}
.cpq-tabs{padding:0 12px;}
.cpq-tabs-item{padding:0 8px;margin-right: 20px;}
.cpq-tabs-item:last-child{margin-right: 0;}
.cpq-tabs-item:hover,.cpq-prop .cpq-prop-bd .cpq-prop-item:hover{color:#19b0b0;}
.cpq-tabs-item.active{color:#19b0b0;font-weight: bold;}
.cpq-tabs-item.active{border-bottom: 2px solid;border-image: -webkit-linear-gradient(-20deg,#28cccc 0%,#73e2e2 100%)1 1;
    border-image: -moz-linear-gradient(-20deg,#28cccc 0%,#73e2e2 100%)1 1;
    border-image: linear-gradient(-20deg,#28cccc 0%,#73e2e2 100%)1 1;}
.cpq-checkbox .cpq-checkbox-inner{border: 1px solid #E5E5E5;}
.cpq-comb-item div:first-child:hover .cpq-comb-item-label{color:#19B0B0;}
.cpq-comb-item div:first-child:hover .cpq-checkbox .cpq-checkbox-inner{border: 1px solid #28cccc;}
.cpq-prop .cpq-prop-bd .cpq-prop-item.active{color:#19b0b0;font-weight: bold;}
/* .cpq-comb-item .cpq-comb-item-label{margin-right: 25px;} */
.cpq-comb-item .cpq-comb-item-label.active{color:#19b0b0;font-weight: bold;}
.cpq-comb-item-label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -2px;
}
.cpq-comb-item-label:after {
    display:block;
    content:attr(data-name);
    font-weight:bold;
    visibiLity:hidden;
    height:1px;
    color:transparent;
    margin-bottom:-1px;
    overflow:hidden;
}
.cpq-prop .cpq-prop-hd{margin:0 20px;}
.cpq-comb-check-prop.cpq-prop{padding-top:24px;}
.cpq-comb-check-prop.cpq-prop .cpq-props-wrap{margin-bottom: 3px;}
.cpq-comb-check .cpq-comb-hd{margin:0 20px;}
.cpq-comb-check .cpq-comb-bd{padding-right:20px}

.search-type-ul{width: 100%;text-align: left;}
.search-type-ul .search-type-li{padding-left: 10px;border-radius: 4px;}
.search-type-ul .search-type-li.pad{padding-left: 20px;}
.search-type-ul .search-type-li.active{color: #19b0b0 !important;background-color: rgba(234,234,234,.5);}
.search-type-ul .search-type-li.hover:hover{background-color: rgba(40,204,204,.1) !important;}
.search-type-ul .search-type-li.hover:hover .search-type-name,
.search-type-ul .search-type-li.active .search-type-name{color: #19b0b0 !important;}
.search-type-ul .search-type-li .search-type-name{height: 35px;color: #666;font-size: 12px;cursor: pointer;line-height: 35px;position: relative;padding-left:20px;}
.search-type-ul .search-type-li .search-type-name.pad{cursor: default;}
.search-type-ul .search-type-li .search-type-name.blod{font-weight: bold;font-size: 14px;color: #333;}
.search-type-ul .search-type-li .search-type-name .icon-type-n{background: url(/product/epselect/images/icon_param_n2.png) no-repeat;width: 10px;height: 7px;align-self: center;margin-right: 8px;position: absolute;top: 15px;left: 0px;}
.search-type-ul .search-type-li .search-type-name .icon-type-n1{background: url(/product/epselect/images/icon_param_n3.png) no-repeat;width: 7px;height: 10px;align-self: center;margin-right: 8px;position: absolute;top: 13px;left: 0px;}
.search-type-ul .search-type-li .search-type-name .type-name{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;position: relative;padding-right: 20px;box-sizing: border-box;}
.search-type-ul .search-type-li .search-type-name .type-name .icon-active{background: url(/product/epselect/images/icon_to_right.png) no-repeat;width: 7px;height: 11px;background-size: 100% 100%;position: absolute;top: 12px;right: 12px;}

/* 清单定位 */
.location-box-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}
.locaation-box {
    width: 510px;
    position: absolute;
    left: 116px;
    top: -6px;
    z-index: 3;
}
.locaation-box .location-input {
    width: 510px;
    height: 26px;
}
.locaation-box .location-input input {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 41px 0 15px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
}
.locaation-box .location-input input:focus {
    border-color: #2ccccc;
}
.locaation-box .location-input .location-input-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 8px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.locaation-box .location-input .location-search {
    cursor: auto;
}
.location-list-mask {
    padding-top: 10px;
}
.location-list-box {
    border-radius: 4px;
    padding: 9px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 10px #eceeee;
    max-height: 193px;
}
.location-list-box li {
    line-height: 35px;
    border-radius: 4px;
    padding: 0 9px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location-list-box li:hover, .location-list-box li.active {
    color: #19b0b0;
    background-color: #e9fafa;
}
.location-list-box .no-data {
    height: 58px;
    line-height: 58px;
    text-align: center;
}
.qdlist_tr::after {
    content: "";
}
.list-box-box table tr.location-highlight-all, .list-box-box table tr.location-highlight-top, .list-box-box table tr.location-highlight-center, .list-box-box table tr.location-highlight-bottom {
    position: relative;
}
.list-box-box table tr.location-highlight-all::after {
    content: "";
    border: solid 2px transparent;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    position: absolute;
    left: 0;
    top: -1px;
}
.list-box-box table tr.location-highlight-top::after {
    border: solid 2px transparent;
    border-bottom: 0;
    content: "";
    width: calc(100% - 3px);
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
}
.list-box-box table tr:first-child.location-highlight-all::after {
    height: calc(100% - 4px);
    top: 0px;
}
.list-box-box table tr:first-child.location-highlight-top::after {
    top: 0px;
}
.list-box-box table tr.location-highlight-center::after {
    border: solid 2px transparent;
    border-top: 0;
    border-bottom: 0;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% + 1px);
    position: absolute;
    left: 0;
    top: -1px;
}
.list-box-box table tr.location-highlight-bottom::after {
    border: solid 2px transparent;
    border-top: 0;
    content: "";
    width: calc(100% - 3px);
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
}
.list-box-box table tr.location-highlight::after {
    content: "";
    animation-name: border;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: 5;
}
@keyframes border {
    0% {
        border-color: #28cccc;
    }
    50% {
        border-color: #e9fafa;
    }
    100% {
        border-color: #28cccc;
    }
}

.price-row .pro_price {
    font-size: 20px;
    font-weight: bold;
    color: #E94637;
}
.price-row .pointer {
    cursor: pointer;
}

.price-label {
    display: inline-block;
    text-align: right;
    width: 51px;
}


/* 导出excel按钮样式 */
.downitem-btn {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.downitem-btn .btn-export-list {
    margin-right: 0;
}
.downitem-btn .downitem-box {
    display: none;
    position: absolute;
    width: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 32px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ddd;
}
.downitem-btn:hover .downitem-box{
    display: block;
}
.downitem-btn .downitem-box .downitem {
    width: 100%;
    height: 40px;
    padding: 4px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.downitem-btn .downitem-box .downitem:last-of-type {
    border-bottom: 0;
}
.downitem-btn .downitem-box .downitem p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #333;
}
.downitem-btn .downitem-box .downitem:hover {
    background-color: #28cccc;
}
.downitem-btn .downitem-box .downitem:hover p {
    color: #fff;
}
#export-pop .popTitlBox {
    margin-top: 53px !important;
}
#export-pop .popBtn_warm_pop.popBtn {
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

.price-tag {
    height: 18px;
    margin-left: 3px;
    display: inline-block;
    transform: translateY(-2px);
  }
  .price-tag.new {
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, -2px);
  }



/* 代客分享按钮 */
.search-box .search-con .share-page-btn {
  align-self: center;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: ease .3s;
}

.search-box .search-con .share-page-btn img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  display: block;
  float: none;
}

.search-box .search-con .share-page-btn::before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, .5);
  transition: width .3s ease 0s, padding .3s ease 0s, transform .3s ease 0s, opacity .3s ease 0s;
  pointer-events: none;
}

.search-box .search-con .share-page-btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
