@font-face {font-family: "iconfont";
  src: url('front/iconfont.eot?t=1571021737338'); /* IE9 */
  src: url('front/iconfont.eot?t=1571021737338#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('front/iconfont.woff?t=1571021737338') format('woff'),
  url('front/iconfont.ttf?t=1571021737338') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('front/iconfont.svg?t=1571021737338#iconfont') format('svg'); /* iOS 4.1- */
}
.word_wrap_306px{display:block;width:306px;word-wrap:break-word;}
.a_feedback{position: fixed;right:0px;bottom: 10px;z-index:99999999;}
.a_feedback_close{position: absolute;width:30px;height:30px;top: 0px;left: 0px;cursor:pointer;}
.a_feedback_close:hover:before{    border-left: 1px solid #000;}.a_feedback_close:hover:after{    border-top: 1px solid #000;}
.a_feedback_close:before{content:"";width:0px;height:13px;border-left:1px solid #005299;display:block;transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);margin-top:5px;margin-left:16px;}
.a_feedback_close:after{content:"";width:13px;height:0px;border-top:1px solid #005299;display:block;transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);margin-top:-7px;margin-left:10px;}
.a_feedback span{display:block;text-align:center;margin:-17px 0 0 0;color:#2b77ef;}

.ecovs_checkbox{border:1px solid #dee2e6;border-radius: 3px;height: 36px;line-height: 36px;margin: 0 0 0 0;width: auto;min-width: 150px;padding:4px 6px;color:#666;}
.overflow_hidden{overflow:hidden hidden!important;}
.checkbox2-checkall[checked=checked]:before,
checkbox2:after,
.webproductlist-div2 label:before
{
   font-family: "iconfont" !important;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;		
}
.tb-more-value label{
	text-align:right;
}
.tb-more-value span{
	text-align:left;
}
.tb-more-value.w60 label{
	width:60px;
}
.tb-more-value.w70 label{
	width:70px;
}
.tb-more-value.w80 label{
	width:80px;
}
.tb-more-value.w90 label{
	width:90px;
}
.price_css{
    color: #f56801;
} 
input[type='checkbox']{    
	width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    outline: none;
}
input[type=checkbox]:checked{
   background: url("pandado/gou.png")no-repeat center;
}

.collecting-body{
	width:100%;
}
.collecting-body ul{
    margin: 15px 0 0 30px !important;
    width: calc( 100% - 60px );
}
.collecting-body ul li{
    float: left;
    display: block;
    list-style: none;
    width: 16.6%;
    margin: 0px 0px 35px 0px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */
	padding:0 5px;
	position: relative;
}
.collecting-body ul li .item-div{
	max-width: 240px;
	margin: 0 auto;
    -webkit-box-shadow:0px 0px 3px #9cafb9;
    -moz-box-shadow:0px 0px 3px #9cafb9;
    box-shadow:0px 0px 3px #9cafb9;
    border-radius: 5px;
    padding-bottom: 8px;
    background-color: #fff;
position: relative;	
}
.collecting-body ul li .item-div.added{
	background-color:#79e1ff;
}
.collecting-body ul li .item-div.adderror{
	background-color:#ffc9c9;
}
.collecting-body .item-div.checked.adderror .checkBox:before{
	border-right: 40px solid #f94c4c;
}
.collecting-body ul li .item-div:hover,.collecting-body ul li .item-div.hover{
    -webkit-box-shadow:0px 1px 6px #888;
    -moz-box-shadow:0px 1px 6px #888;
    box-shadow: 0px 1px 6px #888;
    margin-bottom: -30px;
    z-index: 10;
    position: relative;    
}
.collecting-body ul li .item-div:hover .import-btn,.collecting-body ul li .item-div.hover .import-btn{
	display:block;
}
.collecting-body ul li .img-div{
	width: 100%;
    border-radius: 5px 5px 0 0;
    max-height: 240px;
    overflow: hidden;
    margin: 0 0 10px 0;
	position: relative;
	height:240px;
text-align:center;	
}
.collecting-body ul li .img-div img{
	max-width:100%;
	border-radius:5px 5px 0 0;
	max-height: 100%;
}
.collecting-body ul li .name-div
,.collecting-body ul li .price-div
{
	width:100%;
	height:25px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */
	padding:0 5px; 	
}
.collecting-body ul li .name-div span{
	display:block;
	width:96%;
	height:25px;
	line-height:25px;
	font-size:13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.collecting-body ul li .name-div i {
    float: right;
    margin: -25px 0 0 0;
    width: 20px;
    height: 20px;
    background-color: #ffe19a;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    font-style: inherit;
    display:none;
}
.collecting-body ul li .price-div{
	font-size:16px;
	color:red;
	line-height: 45px;
}
.collecting-body ul li .import-btn{
    width: 80%;
    height: 30px;
    line-height: 30px;
    background-color: #ff7200;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor:pointer;
    display:none;
}
.collecting-body ul li .import-btn:before{
	content:"Add";
    margin: auto;
    display: block;
    width: fit-content;
    width: -moz-fit-content;	
}
.collecting-body.zh_CN ul li .import-btn:before{
	content:"添加";
}
.collecting-body.es_ES ul li .import-btn:before{
	content:"Agregar";
}
.collecting-body.ja_JP ul li .import-btn:before{
	content:"追加";
}
.collecting-body ul li .import-btn.remove-btn{
	background-color: #ccc;
}
.collecting-body ul li .import-btn.remove-btn:before{
	content:"Remove";
}
.collecting-body.zh_CN ul li .import-btn.remove-btn:before{
	content:"移除";
}
.collecting-body.es_ES ul li .import-btn.remove-btn:before{
	content:"Eliminar";
}
.collecting-body.ja_JP ul li .import-btn.remove-btn:before{
	content:"リムーブ";
}
.collecting-body ul li .import-btn.is-push,
.collecting-body ul li .import-btn.is-push-waiting,
.collecting-body ul li .import-btn.added,
.collecting-body ul li .import-btn.adderror
{
	background-color: #fff;
	color:#999;
	width:100%;
	cursor:auto;
}
.collecting-body ul li .item-div.added .import-btn.is-push,
.collecting-body ul li .item-div.added .import-btn.is-push-waiting,
.collecting-body ul li .item-div.added .import-btn.added,
.collecting-body ul li .item-div.added .import-btn.adderror
{
	background-color:#79e1ff;
}
.collecting-body ul li .item-div.adderror .import-btn.is-push,
.collecting-body ul li .item-div.adderror .import-btn.is-push-waiting,
.collecting-body ul li .item-div.adderror .import-btn.added,
.collecting-body ul li .item-div.adderror .import-btn.adderror
{background-color:#ffc9c9;
	color:#fd0606;
}
.collecting-body ul li .import-btn.is-push:before{
	content:"Imported to Shopify"
}
.collecting-body.zh_CN ul li .import-btn.is-push:before{
	content:"已经推送到shopify"
}
.collecting-body.ja_JP ul li .import-btn.is-push:before{
	content:"Shopifyに導入"
}
.collecting-body ul li .import-btn.is-push-waiting:before{
	content:"Importing,Please wait..."
}
.collecting-body.zh_CN ul li .import-btn.is-push-waiting:before{
	content:"导入中,请稍候..."
}
.collecting-body.ja_JP ul li .import-btn.is-push-waiting:before{
	content:"導入中..."
}
.pagination{
	float: left;
    width: 100%;
    margin: auto;
    text-align: center;
}
.collecting-body .searchValue .import-btn:before{
	content:"采集商品" !important;
}
.collecting-body.en_US .searchValue .import-btn:before{
	content:"Collect product" !important;
}
.collecting-body.ja_JP .searchValue .import-btn:before{
	content:"商品を整理" !important;
}
.collecting-body .searchValue .import-btn.remove-btn:before{
	content:"Remove from base list" !important;
}
.collecting-body.zh_CN .searchValue .import-btn.remove-btn:before{
	content:"移除产品库" !important;
}
.collecting-body.ja_JP .searchValue .import-btn.remove-btn:before{
	content:"リストから削除する" !important;
}
.collecting-body .searchValue .import-btn.is-push:before{
	content:"商品采集中..." !important;
}
.collecting-body.en_US .searchValue .import-btn.is-push:before{
	content:"Collecting product..." !important;
}
.collecting-body.ja_JP .searchValue .import-btn.is-push:before{
	content:"商品を整理中" !important;
}
.collecting-body .searchValue .import-btn.added:before{
	content:"商品采集成功" !important;
}
.collecting-body.en_US .searchValue .import-btn.added:before{
	content:"Collect product succeeded" !important;
}
.collecting-body.ja_JP .searchValue .import-btn.added:before{
	content:"整理成功" !important;
}
.collecting-body .searchValue .import-btn.adderror:before{
	content:"" !important;
}
.collecting-body .img-div,
.collecting-body .name-div,
.collecting-body .price-div{
   cursor:pointer;
}
.collecting-body .item-div .animationBox,.collecting-body .item-div .checkBox{
	display:none;
}
.collecting-body .item-div.checked .checkBox{
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
    border-radius: 0 5px 0 0;
    position: relative;
    overflow: hidden;
	z-index: 10;
	cursor:pointer;	
}
.collecting-body .item-div.checked .checkBox:before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-right: 40px solid #0088FE;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 40px solid transparent;
    position: absolute;
    margin: 0px;
}
.collecting-body .item-div.checked .checkBox:after{
	content: "";
    display: block;
    height: 7px;
    width: 13px;
    border: 2px solid #fff;
    border-top: 0px;
    border-right: 0px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-tranform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    float: right;
    margin: 6px 4px 0 0;
}
.collecting-body .item-div.animation .animationBox{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
}
.collecting-body .item-div.animation .animationBox:after{
	content:"";
	display: block;
    background-color: #333;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    opacity: 0.4;	
}
@keyframes lds-hourglass {
	0% {
		transform: rotate(360deg);/*旋转角度*/
		-ms-transform: rotate(360deg);
		-o-tranform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);		
		animation-timing-function:linear;/*运动曲线：均速度曲线*/
		-webkit-animation-timing-function:linear;
	}
	/*
	50% {
		transform:rotate(180deg);
		animation-timing-function:cubic-bezier(.215,.61,.355,1)
	}*/
	100% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-tranform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);	
		animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
	}
}
.collecting-body .item-div.animation .animationBox div{
	width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    z-index: 10;
    margin: 50% auto -50px auto;
    margin-bottom: calc( -50% - 50px );
    margin-top: calc( 50% );
    position: relative;
	animation:lds-hourglass 2s infinite;/*采用lds-hourglass动画 运行时间是2s infinite不停的运行*/
	text-align:center;
	line-height:50px;
}
.collecting-body .item-div.animation .animationBox div:before{
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	content:"";
    font-size: 26px;
    color:#dfe1fd;
}



.noSearchValue{
	background-color:#ffffff;
	margin:0 30px;
	padding:300px 0;
	text-align:center;
	font-size:18px;
	border-radius:3px;
	display:none;
}
.searchValue{
	display:block;
}
.notHasValue .noSearchValue{
	display:block;
}
.notHasValue .searchValue{
	display:none;
}
.notHasValue .pagination{
	display:none;
}
.pro_menu{

}
.pro_menu ul{
width: 770px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 0 10px 0;
    margin: 0px 0 0px 10px;
    margin-block-start: 1px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}
.pro_menu ul li{
	list-style: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height:40px;
    text-align:center;   
    border:0px solid #ccc;
    background-color:#fff;
    border-right:0;
    color:#333;
    cursor:pointer;
    -webkit-box-shadow:-1px 1px 3px #c5d5de;
    -moz-box-shadow:-1px 1px 3px #c5d5de;
    box-shadow:-1px 1px 3px #c5d5de;
    z-index:10;      
}
.pro_menu ul li input[type=checkbox]{margin: 0 10px 0 -30px;}
.pro_menu ul li span{color: #ff6500;font-size: 16px;    font-weight: bolder}
.no-click .pro_check{    margin: 0 0 0 -40px;}
.pro_menu ul li:first-of-type{
	border-radius:5px 0 0 5px;
}
.pro_menu ul li:last-of-type{
	border-radius:0 5px 5px 0;
	border-right:1px solid #c5d5de;
}
.pagination.frontpage ul li{
	cursor:pointer;
}

.pro_menu ul li div.dorpdown{
    background-color: #fff;
    margin: 2px 0 0 0;
    -webkit-box-shadow: -1px 1px 3px #b9b9b9;
    -moz-box-shadow: -1px 1px 3px #b9b9b9;
    box-shadow: -1px 1px 3px #b9b9b9;
    cursor: auto;
    display:none;
}
.pro_menu ul li:hover div.dorpdown{
	display:block;
}
.pro_menu ul li div.dorpdown btn{
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.pro_menu ul li ft{
	display:block;
}
.pro_menu ul li ft:hover,
.pro_menu ul li div.dorpdown btn:hover{
	color:#0088FE;
}
.pro_menu ul li div.dorpdown btn:last-of-type{
	border-bottom:0;
}
.webproductlist-div2{
	margin: 0px 0 0 0 !important;
}
.webproductlist-div2 label{
	float:right;
	color:#e45f16;
	cursor:pointer;
	width:50px;
	margin-top:9px;
}

.webproductlist-div2 label:before{
	font-size: 18px;
	content:"";
   color: #0088FE;
}
.webproductlist-div2 span.n{color: #555;font-weight: 600;}
.webproductlist-div2 span.v{margin-right:20px;}
.pricelist span{
	display:block;
	float:left;
	line-height: 45px;
	width:150px;
	
}
.pricelist.fxj span{
	color:#0088FE;
	font-size:14px;
}
dropzone dropview{
	display: none;
    position: absolute;
    width: 450px;
    background-color: #fff;
    margin: 50px 0 0 0;
    -webkit-box-shadow: 0px 2px 9px #777992;
    -moz-box-shadow: 0px 2px 9px #777992;
    box-shadow: 0px 2px 9px #777992;
    border-radius: 3px;
    padding: 15px;
}
dropzone:hover dropview,dropzone.hover dropview{
	display: block;
}
dropzone dropview:before{
content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-tranform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    margin: -22px 0 0 -5px;
    -webkit-box-shadow: 4px -4px 4px #e1e0e6;
    -moz-box-shadow: 4px -4px 4px #e1e0e6;
    box-shadow: 4px -4px 4px #e1e0e6;
}
dropzone dorpbtn{
    display: block;
    width: 35px;
    height: 50px;
    float: left;
    margin: 0px 20px 0 0;
    cursor: pointer;
	
}
dropzone dorpbtn dorpicon{
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
	border-radius: 3px;
}
dropzone dorpbtn dorpicon:before{
   font-family: "iconfont" !important;
   font-size: 18px;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;		
	content:"";
	font-size: 35px;
    line-height: 35px;
    color: #d5d5d5;	
}
dropzone:hover dorpbtn dorpicon:before{
	color:#c2c2c2;
}
dropzone.hover dorpbtn dorpicon:before{
	color:#0088FE;
}
dropzone dropview li{
    margin: 0 0 8px 0;
    width: 100%;
}
dropzone dropview .doOpenContorl label{
    width: 180px;
    margin: 0 10px 0 0;
	float:left !important;
	line-height: 35px;
	    height: 35px;	
}
dropzone dropview .doOpenContorl.hiddenLabel label{display:none;}
dropzone dropview .doOpenContorl input[type=text]{
	width:230px;
	float:left !important;
}
dropzone dropview .doOpenContorl .input-append input[type=text]{
	width:189px!important;
}
dropzone dropview .doOpenContorl .input-append a.btn{
	    height: 34px !important;
    line-height: 34px !important;
}
.treeViewBox{
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 -30px 0 10px;
}
.treeViewBox span{
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
	margin:3px;
}
.treeViewBox span:before {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 35px;
    line-height: 35px;
    color: #d5d5d5;
}
.treeView{
	display:none;
	height:500px;
	width:300px;
	z-index:10000000;
    overflow: hidden;
    overflow-y: auto;
	margin:10px 0 0 0;
    position: absolute;
    background: #fff;
    box-shadow: 0px 2px 10px #333;
    padding: 20px;
    border-radius: 5px;	
}
.treeViewBox.hover .treeView,
.treeViewBox:hover .treeView{
	display:block;
}
.treeViewBox:hover span:before{
	color:#aaa;
}
.treeViewBox.hover span:before{
	color:#00a8d2 !important;
}
.treeView::-webkit-scrollbar {/*滚动条整体样式*/
        width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
.treeView::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #ddd; /* 不支持线性的时候显示 */
    background-image:linear-gradient(to right, #f4f4f4, #efefef,#c0c0c0, #f4f4f4);		
}
.treeView::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
		background:#f8f8f8;
        background-image:linear-gradient(to right, #f3f3f3, #fdfdfd,#fefefe, #fff);
}

.treeView tree{
    display: block;
    width: 100%;
    background-color: #fff;
    
}
.treeView bole{
    display:block;
    width: 290px;
    height:500px;
    float: left;
    position: absolute;
    top: 0px;
	background-color: #fff;
    margin: 0 0 0 -15px;
    padding:15px 0 0 10px;	
}
.treeView bole:not(:first-child){
	margin-left: 290px;
	display: none;
}
.treeView leaf{
	display:block;
	float:left;
	width:100%;
	height:26px;
	line-height:26px;
	z-index: 10;
    background-color: #fff;
}
.treeView leaf leafname{
	display:block;
	width:100%;
	height:26px;
	line-height:26px;
padding: 0 0 0 8px;
    box-sizing: border-box;
    border-radius: 3px;
    cursor:pointer;
}

.treeView bole:not(:first-child) leaf{
	display:none;
}
.treeView leaf:hover>leafname{
	color:#0088FE;
	background-color:#f6f6f6;
}
.treeView leaf.hover>leafname{
	color:#0088FE;
	background-color:#f6f6f6;
}
.treeView leaf.hover>bole{
	display:block;
}
.treeView leaf.hover>bole>leaf{
	display:block;
}
.treeView leaf leafname leaficon{
	display:none;
	width:20px;
	height:20px;
	float:right;
	margin:3px;
	position:absolute;
    margin: -23px 0px 3px 263px;	
}
.treeView leaf leafname leaficon:before{
	content:"";
	display:block;
	border-top:1px solid #999;
	border-right:1px solid #999;
	width:8px;
	height:8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-tranform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	margin:5px 0 0 0;
}

.treeView leaf.hover>leafname leaficon
{
	display:block;
	cursor:pointer;	
}

.treeView leaf.hover>leafname leaficon:before{
	border-top:2px solid #0088FE;
	border-right:2px solid #0088FE;	
}
.treeView leaf.hover.leaficonDo>leafname{
	color:#fff;
	background-color:#0088FE;
}
.treeView leaf.hover.leaficonDo>leafname leaficon:before{
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}
.treeViewSelectMenu{
    display: table;
    float: left;
    margin: 0px 0 0 26px;
    height: 0px;
    line-height: 40px;	
}
.treeViewSelectMenu label{
	color:#999999;
}
.treeViewSelectMenu span mi{
    padding: 0 8px;
    color: #c2c2c2;	
}
.treeViewSelectBox{
    display: block;
    width: 100%;
    float: left;
    height: 300px;
    /* overflow: hidden; */
    height: 410px;
    position: relative;
    /* margin-left: 310px; */
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
    overflow-x:auto;					
}
.treeViewSelectBox label{
    width:120px;
    display: block;
    float: left;
    text-align: right;
}
.treeViewSelectBox bole{
	display: block;
    width: 300px;
    float: left;
    position: absolute;
    background-color: #fff;
    border:1px solid #dee2e6;
    margin-left: 320px;
    top: 0;
    border-radius: 5px;
    height: 385px;    
}
.treeViewSelectBox>tree>leaf>bole{
	margin-left: 120px;
}
.treeViewSelectBox leafs{
	display: block;
	width: 100%;
	height: 345px;
	overflow: hidden;
	overflow-y: auto;
}
.treeViewSelectBox bole leaf{
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;				
}
.treeViewSelectBox bole leaf.hide{
	display:none;
}
.treeViewSelectBox bole leaf.hasChild>leafname>leaficon{
	display:block;
	width:20px;
	height:20px;
	float:right;
	margin:3px;
    margin: -23px 0px 3px 263px;
}
.treeViewSelectBox bole leaf.hasChild>leafname>leaficon:before{
	content:"";
	display:block;
	border-top:1px solid #999;
	border-right:1px solid #999;
	width:8px;
	height:8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-tranform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	margin:5px 0 0 0;
}
.treeViewSelectBox bole{
	display:none;
}
.treeViewSelectBox bole sh{
	display:none;
}					
.treeViewSelectBox bole.hover>sh{
	display:block;
}
.treeViewSelectBox bole.hover{
	display:block;
}
.treeViewSelectBox bole leaf leafname span{
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    width: calc( 100% - 20px );
    white-space: nowrap;
    text-overflow: ellipsis;
}
.treeViewSelectBox bole leaf leafname{
    display: block;
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    background-color:#fff;
}

.treeViewSelectBox bole leaf:hover>leafname{
	background-color:#f6f6f6;
}
.treeViewSelectBox bole leaf.hover>leafname{
	background-color:#0088FE;
	color:#fff;
}
.treeViewSelectBox bole leaf.hover>leafname leaficon:before{
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}

.treeViewSelectBox leafs::-webkit-scrollbar {/*滚动条整体样式*/
        width: 4px;    /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
.treeViewSelectBox leafs::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
   background-color:#9a9a9a;
    background-image: linear-gradient(to right, #e8e8e8, #c1c1c1,#9a9a9a, #ffffff);	
}
.treeViewSelectBox leafs::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 6px;
    background: #fff;
}

.treeViewSelectBox::-webkit-scrollbar{/*滚动条整体样式*/
        width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
.treeViewSelectBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
   background-color:#9a9a9a;
    background-image:linear-gradient(to bottom, #c2c2c2, #e9e9e9,#eeeef7, #d0d0d1);	
}
.treeViewSelectBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 6px;
    background: #f7f7f7;
}
.treeViewSelectBox sh{
	dispaly:block;
	
}
.treeViewSelectBox sh input[type=text]{
	padding: 0 0 0 0;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    text-align: center;	
}
#imageEditClassMainBox{
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;	
}
.overfollowHide{
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}
supplier{
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    background-color: #f0eed9;
    color: #e48100;
    padding:0 12px 0 22px;
    border-radius: 13px;
    margin: 0px 20px 0 0;
}
refreash:before,
supplier:before{
    content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin:2px 5px 0px -15px;
    font-size: 17px;
    display: block;
    float: left;
        line-height: 23px;	
}
supplier.own{
    background-color: #dbf9f1;
    color: #05b386;	
}
supplier.location{background-color:transparent;color:#0088fe;}
supplier.location img{height:30px;margin-left:5px;}
supplier.location:before{
    content: "\f072";
    font-size: 16px;
}
sfp{
font-size: 14px;
    display: block;
    float: right;
    color: #f50e74;
    font-weight: bold;
    height: 20px;
    margin: -10px 12px 3px 0;	
}
checkbox2,sfptips{
	display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 0
}
checkbox2:before,sfptips:before{
	content:"";
    border-top: 56px solid #00bf0e;
    border-bottom: 0px solid #fff;
    border-right: 56px solid transparent;
    border-left: 0px;
    height: 0px;
    width: 0px;
    display: block;
    float: left;
    position: absolute;
    z-index: 0	
}
checkbox2:before{
	border-top: 56px solid #c3c3c3;	
}
checkbox2:after,sfptips:after{
	content:"SFP";
    z-index: 0;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0 0 6px;	
}
checkbox2:after{
	content:"";
	font-size: 22px;
	color: #e2e2e2;
	line-height:20px;
}
checkbox2.hover:before,checkbox2[checked=checked]:before{
	border-top: 56px solid #00bf0e;
}
checkbox2.hover:after,checkbox2[checked=checked]:after{color:#fff;}
.checkbox2-checkall{line-height: 28px;background-color: #f5f5f5;border-color: #f5f5f5;color:#333; -webkit-box-shadow: 0px 1px 3px #a565b8;
    -moz-box-shadow: 0px 1px 3px #a565b8;
    box-shadow: 0px 1px 3px #a565b8;}
.checkbox2-checkall[checked=checked]{background-color: #0088FE;border-color: #0088FE;color:#fff;}
.checkbox2-checkall:before{    content: "";
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    border: 2px solid #d1c0d8;
    border-radius: 3px;
    margin: 4px 10px 4px 0;}
.checkbox2-checkall[checked=checked]:before{content:"";border: 2px solid transparent;font-size: 20px;line-height: 20px;}
sfptips.plist{
    width: 45px;
    height: 45px;	
}
sfptips.plist:before{
    border-top: 45px solid #01b783;
    border-right: 45px solid transparent;	
}
sfptips.plist:after{
    font-size: 12px;
    margin: 4px 0 0 2px;
    line-height: 20px;
}
sfptips.shui:after{
	content:"包税";
	margin:5px 0 0 1px;
}
sfpcheckbox{
	height: 40px;
    line-height: 44px;
    color: #d80868;
    font-weight: bolder;
    margin-left: 30px;
    font-size: 19px;
}
sfpcheckbox input[type=checkbox]{
	border: 1px #d80868 solid;
	margin: 0px 0px 0 6px !important;    
}
.pro_menu sfpcheckbox{line-height: 38px;}
.collecting-body ul li.hide,.pro_main.hide,.pro_div.hide{
	display:none;
}
.collecting-body ul li.show,.pro_main.show,.pro_div.show{
	display:block;
}

.table th, .table td{
	line-height: 30px;
}
.webproductlist-div1{
	line-height: 24px !important;
	min-height:60px;
}
.webproductlist-div1 a{
	line-height: 24px;
}
.pandadoPageA,.pandadoPageNoIndexBox,.pandadoPageSizeIndexBox{
	display:none !important;
}
.pandadoPageNoIndexSelectBox:not(.topPageContorl) select,.pandadoPageSizeIndexSelectBox:not(.topPageContorl) select{
	width: 60px;
    border-radius: 20px;
    border: 1px solid #0088FE;
    color: #fff;
    background-color: #0088FE;
    height:27px;
    font-size:12px;
    outline:none;
}
.pandadoPageNoIndexSelectBox select option,.pandadoPageSizeIndexSelectBox select option{
	text-align: center;
}
.topPageContorl{
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
    /*border: 1px solid #ccc;*/
    padding: 0 5px;
    margin: 7px 0px 7px 10px;
    border-radius: 3px;
    cursor:pointer;
    position: relative;
    z-index: 0; 
}
.topPageContorl span{
	float:left;
    height: 28px;
    line-height: 28px;	
}
.topPageContorl numbox{
    float: left;
    width: 30px;
    color: #666;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    
}
.topPageContorl icon{
float: right;
    display: none;
    width: 0px;
    height: 0px;
    border: 6px solid #ffa0a7;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px;
    margin: 11px 0 0 0;
}
.topPageContorl:hover{
	border-radius: 3px 3px 0 0;
	background-color:#fff;
    -webkit-box-shadow:8px 4px 17px #cbc8c8;
    -moz-box-shadow:8px 4px 17px #cbc8c8;
    box-shadow:8px 4px 17px #cbc8c8;
    z-index: 999999999;  	
}
.topPageContorl selectbox{
    width: calc( 100% + 10px );
    background-color: #fff;
    position: inherit;
    float: left;
    z-index: 100;
    margin: 0px 0 0 -5px;
    /*border: 1px solid #ccc;*/
    max-height: 236px;
    overflow: auto;
    text-align: center;
    border-radius:0 0 3px 3px;
    border-top:0px;
    display:none;  
}
.topPageContorl:hover selectbox{
	display:block;
    -webkit-box-shadow:8px 4px 17px #cbc8c8;
    -moz-box-shadow:8px 4px 17px #cbc8c8;
    box-shadow:8px 4px 17px #cbc8c8;	
}
.topPageContorl:hover icon{
    border: 6px solid #ff4a57;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px;	
}
.topPageContorl selectbox::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.topPageContorl selectbox::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #9a9a9a;
    background-image: linear-gradient(to right, #e8e8e8, #c1c1c1,#9a9a9a, #ffffff);
}
.topPageContorl selectbox::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #fff;
}
.topPageContorl optionbox{
	float:left;
	width:100%;
	height:26px;
	line-height:26px;
}
.topPageContorl optionbox:hover{
	background-color:#f5f5f5;
    color: #ff4a57;
    font-size: 14px;
    font-weight: 600;
}
.pandadoPageSelect{
	float:left;
	width:350px;
line-height: 30px;
    height: 30px;
    		
}
.pandadoPageSelect>div{
	float:left;
}
.pandadoPageTotal{
	margin-left:10px;
}
.pandadoPageNoIndexSelectBox,.pandadoPageSizeIndexSelectBox{
    width: 50px !important;
    margin: 0 5px 0 5px;
    text-align: center;
    background-color: #0088FE;
    border-radius: 15px;
    
}
.pandadoPageNoIndexSelectBox:hover,.pandadoPageSizeIndexSelectBox:hover{
	background-color: #0088FE !important;
	
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow:0px 12px 13px #cbc8c8;
    -moz-box-shadow:0px 12px 13px #cbc8c8;
    box-shadow:0px 12px 13px #cbc8c8;
    z-index: 999999999;	
 		
	
}
.pandadoPageSelect selectbox{
	
	margin-top:-213px;
    -webkit-box-shadow: 0px -4px 12px #cbc8c8;
    -moz-box-shadow: 0px -4px 12px #cbc8c8;
    box-shadow: 0px -4px 12px #cbc8c8;
    max-height:185px;
    height:185px;
    bottom: 0px; 
    
    -webkit-box-shadow: 0px -4px 12px #cbc8c8 !important;
    -moz-box-shadow: 0px -4px 12px #cbc8c8 !important;
    box-shadow: 0px -4px 12px #cbc8c8 !important;  
    
}
.pandadoPageSelect selectbox:hover{
  	display: block !important;
    -webkit-box-shadow: 0px -4px 12px #cbc8c8 !important;
    -moz-box-shadow: 0px -4px 12px #cbc8c8 !important;
    box-shadow: 0px -4px 12px #cbc8c8 !important; 	
}
.pandadoPageSelect numbox{
	width:100% !important;
	text-align:center;
	color:#fff;
}
.code-box,.pdCode,.productId{
    float: right;
    font-size: 14px;
    color: #1fc700;
    width: 290px;	
}
@media screen and (max-width: 1650px) {
	.code-box, .pdCode, .productId {
	    float: left;
	}
	.code-box{width:580px!important;}
	.pdCode, .productId {
	    width:290px!important;
	}
	.code-box sb{width: auto!important;}
}
.code-box sb{width:100px;display:block;float:left;text-align:right;}
.webproductlist-div2 label.noturl:before{
	display:block;
	content:"";
	height: 40px;
	width:10px;
}
.webproductlist-div2 span:last-of-type{
	    margin: 0 0px 0 0 !important;
}
/*进度条run-bar-box home*/
.run-bar-box{
    width: 70%;
    margin:90px auto 50px auto;
   	padding: 20px 15%;
   	overflow: hidden;	
}
.run-bar-box ul{
margin: auto auto !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
.run-bar-box ul li{
	list-style:none;
    flex: 100;
    border-top: 3px solid #e6e6e6;
    margin-left:30px;	
}
.run-bar-box ul li:before{
content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #e6e6e6;
    float: left;
    opacity: 1;
    margin: -6px 0 0 -19px;
}
.run-bar-box ul li.after:before{
    background-color:#7d7aeb;
}
.run-bar-box ul li:last-of-type{
	flex: 1;
    border-top: 3px solid transparent;
    width: 0px;
}
.run-bar-box ul li time,.run-bar-box ul li span{
	display:block;
	width:300%;
	margin-left:-100%;
	text-align:center;
	height:23px;
	line-height:23px;
	font-size:14px;
	color:#999;
}
.run-bar-box ul li span{
	color:#555;
}
.run-bar-box ul li>div{
	margin:13px 0 0 0;
	margin-left:calc( -50% - 15px );
    width: 100%;	
}
.run-bar-box ul li:last-of-type>div{
	width: 2000%;
	margin-left:calc( -1000% - 15px );
}
.run-bar-box ul li:last-of-type:before{
	background-color:#E6E6E6;
}
.run-bar-box ul li.after{
	border-top: 3px solid #7d7aeb;
}
@-webkit-keyframes animation-steps-current {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 1
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
}

@keyframes animation-steps-current {
	from {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 1
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
}
.run-bar-box ul li.arrived:before{
border:10px solid #7470f9;
    margin: -2px 0 -22px -16px;
    border-radius: 16px;
    opacity: 0.3;
    animation-timing-function: ease-out;
    -webkit-animation-name: animation-steps-current;
    animation-name: animation-steps-current;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.run-bar-box ul li.arrived:last-of-type:before{
	background-color:#00c82b;
	opacity:1 !important;
    animation-timing-function: ease-out;
    -webkit-animation-name: 11;
    animation-name: 11;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    margin: -8px 0 -22px -20px;
    width: 12px;
    height: 12px;
    border: 0px;    
}
.run-bar-box ul li.arrived:after{
    content: "";
    display: block;
    /* position: absolute; */
    width: 8px;
    height: 8px;
    background-color: #7d7aeb;
    left: 0;
    float: left;
    margin:-65px 0 0 -20px;
    border-radius: 8px;
}
.run-bar-box ul li.arrived:last-of-type:after{
	display:none;
}
.run-bar-box ul li.arrived>div time,.run-bar-box ul li.arrived>div span{
	color:#6e6bde;
}
/*进度条run-bar-box end*/
/*详情卡片 card home*/
.form-horizontal.card{padding: 20px 20px 20px 20px !important;margin: 0px 20px 20px 20px !important;-webkit-box-shadow: 0px 0px 3px #eee;-moz-box-shadow: 0px 0px 3px #eee;box-shadow: 0px 0px 3px #eee;}
.form-horizontal.card.two{width: calc( 50% - 70px);float: left;margin-right: 0px !important;min-height:200px;}
.form-horizontal .card-title{height: 38px;}
.card-title lable{font-size: 15px;margin: 0 20px 0 0;font-weight: bolder;color: #666;height: 20px;line-height: 20px;}
.card-title span{color: #f58787;height: 20px;line-height: 20px;font-size: 13px;}
.card-content>table{width:100%;}
.card-content>table tr>th{/*border-top:1px solid #f7ceb9;*/}
.card-content>table th{text-align: left;background-color:#f1f3fa;padding: 15px 0px 15px 0px;}
.card-content>table th:first-of-type{padding: 15px 0px 15px 20px;}
.card-content>table th span{margin-right:15px;    font-weight: 400;}
.card-content>table tr td{border: 0px;padding:0 0 0 0;}
.card-content>table tr td>table{width:100%;}
.card-content>table tr td>table th{padding:8px 0px !important;text-align:center;border-top: 1px solid #e8e8e8;}
.card-content>table tr td>table tr{border-bottom:1px solid #eaeaea;}
.card-content>table tr td>table tr:first-of-type{border-top: 1px solid #eee;border-bottom: 1px solid #fff;}
.card-content>table tr td>table tr:last-of-type{border-bottom: 1px solid #fff;}
/*.card-content>table tr td>table tr td{text-align:center;}*/
.card-content>table tr td>table tr td .img{width: 80px;height: 80px;float: left;margin: 0 10px 0 0;}
.card-content>table tr td>table tr td .img img{max-height:80px;max-width:80px;}
.card-content>table tr td>table tr td label{display:block;}
.card-content>div{padding:6px 0 6px 40px;}
.card-content>div>span{margin:0 20px 0 0;}
.card-content>div>label{width:200px;text-align:right;}
.card-content>div.red{color:red;}
.card-content>div>span.bolder{font-size:17px;font-weight: bolder;}
.td_img_name{width: 80px;}
.td_img_name div.img{width: 80px;height: 80px;float: left;}
.td_img_name div.img img{width: 80px;height: 80px;}
.first-td-hasimg tr td:first-of-type{padding-left:60px;}
.first-td-hasimg tr td:first-of-type div.img{margin-left:-60px;}
.td_title{width:50%;text-align: left!important;}
.td_title .td_title_name{width:100%;display:block;height:40px;line-height:20px;color:#333;margin:0 0 5px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.td_title label{display:block;float:left;line-height: 22px;font-size: 13px;}
.td_title_esin{width:200px;}
.td_title_variation{width:calc( 100% - 200px );}
.td_title_sku{width:100%;}
.td_tr_body td{padding:5px 0 !important;}
/*详情卡片 card end*/
.storeIoc{font-family: 'iconfont' !important;font-size: 17px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding: 0 4px 0 0;color: #9e9e9e;line-height: 24px;	}
.form-horizontal .control-group {margin-bottom:15px!important;padding-bottom:0px;}
.form-horizontal .control-label{height: 30px;line-height: 30px;}
.form-horizontal .control-label{padding-top: 0px !important;}
/*查询状态show-right*/
.breadcrumb.form-search .ul-form li{display:none;}
.breadcrumb.form-search .ul-form.show li{display:block;}
.breadcrumb.form-search .ul-form li.show-right{display:none;}
.show-right-box{float: right;display: flex;margin:3px 0 0 10px;height: 36px;line-height: 36px;background-color:#dbeeff;border-radius: 5px;}
.show-right-box option.name{display:none;}
.show-right-box.show-name option.name{display:block;color: #666;padding-right: 0px;}
.show-right-box option{float: left;padding:0 8px;cursor: pointer;color:#004758;}
.show-right-box option[selected="selected"]{background-color:#0088FE!important;color: #fff;border-radius: 3px;}
.show-right-box option:not([selected="selected"]):hover{color:#6069d0;border-radius: 3px;}
.show-right-box option.name:hover{color:#6c757d !important;cursor: default!important;background-color: #e9ebf5!important;border-radius: 3px;}
.show-right-box option:first-of-type{padding-left:10px;border-radius: 5px 3px 3px 5px;}
.show-right-box option:last-of-type{padding-right:10px;border-radius: 3px 5px 5px 3px;}
.show-right-box.on-bgcolor{background-color: transparent;}
.show-right-box>span{padding-left:50px;}
.show-right-box>span>span{color:red;}
/*隐藏单独打开页面时 右上角 栏目菜单 方块*/
i#btnMenu.icon-th-list{display:none !important;}
.mySetIndexContorl.topUserMsg{right:0px;}
/*供应商类目配置*/
.category-tree li{list-style:none;line-height:22px;}
.category-tree li.close-child>ul{display:none;}
.category-tree li.hasChild>input[type=checkbox]{display:none;}
.category-tree.product li.hasChild>input[type=checkbox]{display: inline-block;}
.category-tree li input[type=checkbox]{margin: -8px 11px -2px 3px;}
.category-tree li.hasChild{font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased;padding:0 0 0 22px;}
.category-tree li.hasChild.close-child:before{content: "\f114";font-size: 16px;color: #b3b3cb;margin: 0 8px 0 -20px;}
.category-tree li.hasChild:before{content: "\f115";font-size: 16px;color: #b3b3cb;margin: 0 8px 0 -20px;}
.category-tree.product li.hasChild:before{line-height:24px;}
.category-tree li.checked:before{color:#f6865e !important;}
.category-tree.product li.checked:before{color:#b3b3cb !important;}
.category-tree li label i{color:red;font-style: inherit;}
.category-search-box{margin:0 0 10px 20px;}
.category-search-box li{height:40px !important;}
refreash{display:none;width: 24px;height: 23px;text-align: center;position: absolute;z-index: 99999999;cursor: pointer;margin: 10px 0 0 0;border-radius: 5px 0 0 0;}
refreash:before{content: "\f021";float: none !important;margin: 0 0 0 0 !important;color:#aaa;}
.treeViewBox.hover refreash,.treeViewBox:hover refreash{display: block;}


.page-name.active2{line-height: 40px;text-align: left;padding-right: 0px;padding-left: 30px;font-size: 18px !important;color: #6c757d !important;font-weight: bolder;float: left!important;cursor:pointer;}
.page-name.active2.nothover{color:#999!important;margin-left: 50px;font-weight:500;}
.write-box,.search-no-data{width: calc( 100% - 60px) !important;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;background-color: #fff;margin: 0px 30px 50px 30px !important;border: 1px solid #eee;padding: 150px!important;border-radius: 3px;}
.search-no-data>div{width:600px;margin:auto;height:200px;}
.search-no-data>div img,.search-no-data>div a{display:block;margin:auto;}
.search-no-data>div a{width:100%;text-align:center;margin:40px auto;}

/*checkbox on of contorl*/
.checkbox-on-off{border: 1px solid #0088FE;width: 60px;height: 30px;line-height: 30px;margin: 0px 0 -11px 0;border-radius: 3px;background-color: #fff;cursor: pointer;}
.checkbox-on-off input[type=checkbox]{display:none;}
.checkbox-on-off:before,.checkbox-on-off:after{width: 37px;height: 30px;color: #fff;font-size: 14px;text-align: center;border-radius:2px;}
.checkbox-on-off:before{content:"ON";float:right;background-color: #0088FE;display:none;}
.checkbox-on-off:after{content:"OFF";float:left;background-color:#98b4bb;display: block;}
.checkbox-on-off.checked:before{display:block;}
.checkbox-on-off.checked:after{display:none;}
/*write box*/
.write-box{padding: 20px!important;margin-bottom:30px!important;}
.write-box .title{color:#333;font-weight: bolder;font-size: 15px;}
.write-box .content{float: left;padding:20px;}
.write-box .content .btn,.product-open-add .win.alert-ecovs .content .btns input[type=button]{display:block;margin: auto;height: 38px;font-size: 15px;min-width:150px;-webkit-box-shadow: 0px 1px 3px #ffffff;-moz-box-shadow: 0px 1px 3px #ffffff;box-shadow: 0px 1px 2px #ffffff;}
.write-box .content .btn:not(.btn-primary),.product-open-add .win.alert-ecovs .content .btns input[type=button]:not(.btn-primary){background:#fff;border:1px solid #dedede;}
.write-box .content .btn:not(.btn-primary):hover,.product-open-add .win.alert-ecovs .content .btns input[type=button]:not(.btn-primary):hover{border:1px solid #00cdff;}
.write-box .content.table-box{padding:0 0 0 0!important;width:100%;}
.write-box .content.table-box table{width:100%;margin:0 0 0 0!important;padding:0 0 0 0!important;}
.write-box .content.table-box table thead th{color: #333;}
.write-box .content.table-box table th,.write-box .content.table-box table td{padding:5px;height:30px;line-height:30px;border-bottom:1px solid #eee;}
.write-box .content.table-box table tr:last-of-type td{border-bottom:0px solid #eee;}
.write-box .content.table-box table tfoot tr:first-of-type td{border-top:1px solid #eee;}
.product-open-add *{/*禁止光标选中*/-webkit-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
/*open window*/
.product-open-add{position: fixed;width: 100%;height: 100%;top: 0px;left: 0px;z-index: 1000;}
.product-open-add .bg{position: fixed;width: 100%;height: 100%;top: 0px;left: 0px;background-color: #000000;z-index: 1000;opacity: 0.2;z-index:1;}
.product-open-add .win{position: relative;width: 1000px;height:700px;margin: 90px auto auto auto;background-color: #fff;z-index: 10;border-radius: 5px;filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);-moz-box-shadow:0px 4px 7px #969696;-webkit-box-shadow:0px 4px 7px #969696;box-shadow:0px 4px 7px #969696;}
.product-open-add .win.change_v{width:700px;}
.product-open-add .win .toolbar{height:40px;background:#007bf9;border-radius:5px 5px 0 0;}
.product-open-add .win .toolbar span{color:#fff;font-size:14px;line-height:40px;margin:0 15px;}
.product-open-add .win .toolbar del{width:40px;height:40px;float:right;margin:0 5px;cursor:pointer;}
.product-open-add .win .toolbar del:after{content: "";width: 20px;height: 0px;border-top: 1px solid #fff;display: block;position: absolute;transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);top: 20px;margin-left: 10px; 	}
.product-open-add .win .toolbar del:before{content: "";width: 0px;height: 20px;border-left: 1px solid #fff;display: block;position: absolute;transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);top: 10px;margin-left: 20px;}
.product-open-add .win .content{height:660px;border-radius:0 0 5px 5px;overflow:hidden;overflow-y: auto;}
.product-open-add .win.alert-ecovs{width:660px;height:468px;}
.product-open-add .win.alert-ecovs .content{height:400px;}
.product-open-add .win.alert-ecovs .content .co{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding:60px;font-size:18px;color:#333;line-height:34px;}
.product-open-add .win.alert-ecovs .content .btns{text-align:center;bottom: 30px;position: absolute;width: 100%;}
.product-open-add .win.alert-ecovs .content .btns input[type=button]{display: initial!important;min-width: 130px!important;margin-right: 20px!important;cursor:pointer;}
.product-open-add .win.alert-ecovs .content .btns input[type=button]:last-of-type{margin-right:0px!important;}
.product-open-add .win .content .control-group{display: inline-block;width: 100%;}
.product-open-add .win .content .control-group .control-label{float: left;height: 50px;line-height: 50px;text-align: right;width: 150px;}
.product-open-add .win .content .control-group .controls{float: left;height: 50px;line-height: 50px;}
.product-open-add .win .content .control-group .controls input{margin:0 8px 0 0!important;}

.addAllTableValue{width:calc( 100% - 20px );margin:10px;}
.addAllTableValue tr td:nth-of-type(1){width:80%;}
.addAllTableValue tr td{border-bottom: 1px solid #f6f6f6 !important;line-height:22px;padding:4px;}
.addAllTableValue tr th{text-align:left!important;}
.product-open-add .win.fahuo{width: 600px;height:230px;}
.product-open-add .win .express{width:calc( 100% - 150px );margin:40px 0 0 75px;}
.product-open-add .win .express label{display:block;width:140px;text-align: right;line-height: 30px;float:left;}
.product-open-add .win .btns{width:calc( 100% - 7px );text-align:center;}
.product-open-add .win .btns .btn{padding:8px 20px; margin:20px 0 0 15px;}

/*pageModeRegister Home*/
.register_logo{width:100%;text-align:center;height:90px;margin: 50px 0 40px 0;float:left;}
.register_bar{width:100%;height:46px;float:left;}
.register_bar ul{padding: 0 0 0 0!important;margin: auto!important;display: -webkit-flex;display: flex;width: 800px;background-color: #009ee2;}
.register_bar ul li{list-style: none;width: 200px;height: 46px;line-height: 46px;background-color:#009ee2;text-align: center;font-size: 16px;color: #fff;}
.register_bar ul li.hover{background-color:#5db400;}
.register_bar ul li.ix{height:46px;width:40px;overflow: hidden;background-color: transparent;margin: 0 -20px;}    
.register_bar ul li.ix:before{display:block;content:"";height:40px;width:12px;background-color: #fff;transform: rotate(150deg);-ms-transform: rotate(150deg);-o-tranform: rotate(150deg);-webkit-transform: rotate(150deg);-moz-transform: rotate(150deg);margin: -12px 0 0 12px;}
.register_bar ul li.ix:after{display:block;content:"";height:40px;width:12px;background-color: #fff;transform: rotate(-150deg);-ms-transform: rotate(-150deg);-o-tranform: rotate(-150deg);-webkit-transform: rotate(-150deg);-moz-transform: rotate(-150deg);margin: -10px 0 0 12px;}

.register_form{width:100%;margin: 10px 0 0 0;float:left;}
.register_form .form-error-message{margin: auto!important;width: 800px;color:red;text-align:center;height:40px;line-height:40px;overflow: hidden;}
.register_form .form-error-message label{text-align:center;height:40px;line-height:40px;width:100%;display:block;background: none;}
.register_form ul{padding: 0 0 0 0!important;margin: auto!important;width: 800px;}
.register_form ul li{width:100%;float:left;list-style: none;margin-bottom:17px;min-height:height: 46px;}
.register_form ul li label{width:200px;text-align:right;height:46px;line-height:46px;}

input[type=text].ecovs-input,
input[type=password].ecovs-input,
input[type=number].ecovs-input,
input[type=email].ecovs-input,
select.ecovs-input,
textarea.ecovs-input,
.register_form ul li input[type=text],
.register_form ul li input[type=password],
.register_form ul li input[type=number],
.register_form ul li input[type=email],
.register_form ul li select,
.register_form ul li textarea{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;width:500px;height:46px;border:1px solid #bbb;background-color: transparent;padding:0 10px!important;margin-top:0px!important;margin-bottom:0px!important;}

.register_form ul li input[readonly=readonly],
.register_form ul li textarea[readonly=readonly]{background-color: #f5f5f5;color: #888;}

.ecovs-input[readonly=readonly]{background-color: #f7fcff!important;}

input[type=button].ecovs-input,
.input-button-li input[type=submit],
.input-button-li input[type=button]{font-size:15px;width:260px;margin-left:20px;}
input[type=button]:first-of-type.ecovs-input,
.input-button-li input[type=submit]:first-of-type,
.input-button-li input[type=button]:first-of-type{margin-left:0px;}
.input-button-li{text-align:center;margin:20px 0px;list-style: none;float:left;width:100%;}
.register_form ul li .select2-container{height:46px;line-height:46px;background-color: transparent;background-image: none !important;}
.register_form ul li .select2-container .select2-choice{height:44px;line-height:44px;background-color: transparent;background-image: none !important;}
.register_form ul li .select2-container .select2-choice .select2-arrow{background: #007BF9;background-image: none;border-radius: 0 0 0 0!important;}
.register_form ul li .select2-container .select2-choice .select2-arrow b{background-position-y: 10px;}
.register_form ul li .select2-container .select2-choice .select2-arrow b:before{margin: 19px 0 0 3px;}

.ecovs-select .select2-container{height:46px;line-height:46px;background-color: transparent;background-image: none !important;}
.ecovs-select .select2-container .select2-choice{height:44px;line-height:44px;background-color: transparent;background-image: none !important;}
.ecovs-select .select2-container .select2-choice .select2-arrow{background: transparent;background-image: none;}
.ecovs-select .select2-container .select2-choice .select2-arrow b{background-position-y: 10px;}


.ecovs-select[readonly=readonly] .select2-container{background-color: #f7fcff!important;background-image: none !important;}
.ecovs-select[readonly=readonly] .select2-container .select2-choice{background-color: #f7fcff!important;background-image: none !important;}
.ecovs-select[readonly=readonly] .select2-container .select2-choice .select2-arrow{background-color: #f7fcff!important;background-image: none;}
.ecovs-select[readonly=readonly] .select2-container .select2-choice .select2-arrow b{background-color: #f7fcff!important;background-position-y: 10px;}

.select2-search{padding-top: 4px;}
.select2-search input{width: calc( 100% - 1px );min-width: 0;height: 30px!important;}
.select2-drop-active{border: 1px solid #5897fb !important;background-color: #f7fcff !important;}

.category_first_box{width:100%;display:none;}
.category_first_box .top-title{height: 100px;line-height: 110px;text-align: center;float: left;width: 100%;color: #333;}
.category_first_box ul{width: 910px;padding: 0 0 0 0!important;margin: auto!important;}
.category_first_box ul li:not(.input-button-li){-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;list-style: none;width:290px;height:70px;float:left;border: 1px solid #aaa;margin:0 0 20px 20px;cursor: pointer;line-height: 70px;border-radius: 3px;}
.category_first_box ul li:nth-of-type(3n+1){margin-left:0px !important;}
.category_first_box ul li img{margin:0 10px;}
.category_first_box ul li.hover{background-color:#0088FE;border: 1px solid #0088FE;color:#fff;}
.btn-primary.colorccc{background-color: #999;border-color: #999;}

.email_result_box{width:100%;float:left;display:none;}
.email_result_box ul{padding: 0 0 0 0!important;margin: auto!important;width: 800px;}
.email_result_box ul li{width:100%;float:left;list-style: none;}
.email_result_box ul li.li_top{height:50px;margin:50px 0px;}
.pand_icon{font-size:50px;}
.icon_yes{color:#5db400;}
.icon_sign{color:red;}
.pand_icon.icon_sign{font-size:58px;margin-right: 20px;margin-left: -10px;}
.email_result_box ul li.li_top i{float:left;margin-right: 20px;}
.email_result_box ul li.li_top div{height:50px;float:left;width:calc( 100% - 100px )}
.email_result_box ul li.li_top div label{color:#5db400;height:30px;font-size:18px;line-height:30px;}
.email_result_box ul li label{float:left;width:100%;}
.email_result_box ul li span{line-height:30px;float:left;}
.email_result_box ul li.li_content{padding:0 0 0 83px;width:calc( 100% - 100px );}
.email_result_box ul li.li_content label{color:red;}
/*pageModeRegister End*/
/*top statistics home*/
.top-statistics-box{border-radius:3px; background-color: #fff;height: 40px;padding:30px;margin: 0 30px 30px 30px;-webkit-box-shadow: 0px 1px 6px #c0dcea;-moz-box-shadow: 0px 1px 6px #c0dcea;box-shadow: 0px 1px 6px #c0dcea;}
.top-statistics-box.no-height{height:auto;}
.top-statistics-box ul{width:100%;padding:0 0 0 0!important;display: flex;margin: 0 0 0 0!important;}
.top-statistics-box ul li{list-style:none;flex: 1;line-height:40px;height: 40px;}
.top-statistics-box ul li label{font-size:18px;color:#333;line-height:40px;height: 40px;display:block;float:left;}
.top-statistics-box ul li span{font-size:24px;padding:0 10px 0 0;line-height:40px;height: 40px;display:block;float:left;color:#999;}
.top-statistics-box ul li:last-of-type span{padding:0 0px 0 0;margin:0 -120px 0 0;}
.top-statistics-box ul li span.red{font-size:30px;color:#ff6666;}
.top-statistics-box ul li span.green{color:#5db400}
.top-statistics-box ul li a{line-height:40px;height: 40px;display:block;float:left;text-decoration:none;}
.top-statistics-box ul li i.icon-pd-wenhao{color:#ff6666;font-size:16px;margin:0 0 0 10px;font-weight: bolder;}
.top-statistics-box .title{line-height: 40px;font-size: 16px;color: #444;font-weight: bolder;}
.top-statistics-box .explain{line-height: 30px;}
.top-statistics-box .tips{display: block;float: left;margin: 33px 0 -30px 90px;height: 30px;position: absolute;color: #aa8585;}
i v{display:none;}
i:hover v{display: block;background-color: #0088FE;color: #fff;padding: 4px 15px;font-size: 14px;border-radius: 3px;margin: -5px 0 0 65px;}
/*top statistics end*/

.table div pop{display: none;
    margin: -30px 10px;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 0px 3px #9cafb9;
    -moz-box-shadow: 0px 0px 3px #9cafb9;
    box-shadow: 0px 1px 9px #9cafb9;
    border-radius: 5px 5px 5px 0;
    padding-bottom: 8px;
    background-color: #fff;
    position: absolute;
    line-height: 16px;
    color: #888;
}
.table div:hover pop,.table div.hover pop{display:block;}

.left7right3box{
	width:100%;
}
.price_group{color:#bbb !important;font-size: 12px;}
.price_group span{color:#444;font-size: 16px;margin: 0 2px;}
.price_group.span_red span{color:#ff4747;}
/*退货模块列表home*/
.table-striped tr.head_top_tr th{text-align:center;}
.table-striped tbody tr.body_top_tr td{background-color:#dbeeff !important;}
.body_top_tr td,.body_top_tr th{border-top: 1px solid #dbeeff;}
.body_top_tr td:first-of-type span:first-of-type{margin:0 100px 0 0;}
.body_content_tr td{padding:0px 0 0px 0 !important;border-bottom: 1px solid #dbeeff;}
.body_content_tr td:first-of-type{border-left:1px solid #dbeeff;}
.body_content_tr td{border-right:1px solid #dbeeff;vertical-align:top !important;padding:10px 0 0px 0 !important;}
.body_content_tr td.info{width:800px;padding: 0px 0 0px 0 !important;}
.body_content_tr td.info .imgbox{width:100px; height:100px; margin:0px 10px 0px 10px;float:left;}
.body_content_tr td.info .imgbox img{max-height:100px;max-width:100px;}
.body_content_tr td.info ul{margin:0 0 0 0!important;list-style:none;width:100%;}
.body_content_tr td.info ul li{width:100%;float:left;border-bottom: 1px solid #eee;padding:10px 0px 9px 0!important;}
.body_content_tr td.info ul li:last-of-type{border-bottom:0px !important;}
.body_content_tr td span{display:block;float:left;width:100%;text-align:center;color:#333;    line-height: 24px;}
.body_content_tr td.info .infobox{float:left;width:calc( 100% - 140px );}
.body_content_tr td label{color: #999;text-align:left;display: block;width: 50%;float: left;font-size: 13px;line-height:18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.body_content_tr td:nth-of-type(2){width:400px;}
.alignleft{text-align: left !important;}
.body_content_tr .name{height:42px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin:0 0 6px 0;line-height:20px;}
.body_content_tr td a.notBtn{display:block;text-align:center;line-height: 24px;}
.body_bottom_tr td{border: 0px !important;height: 10px;}
.red{color:red !important;}
/*退货模块列表end*/
/*home表格折叠按钮样式*/
td.hasOpenChild{max-width: 50px!important;width: 50px;}
td.hasOpenChild btnopen{display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    line-height: 8px;
    text-align: start;
    margin: 0px -10px 0px 20px;
    background-color: #1fc700;
    border-radius: 3px;
    line-height: 14px;
    text-align:center;
    }
td.hasOpenChild btnopen:before{content: "+";
    color: #fff;
    font-size: 22px;}
td.hasOpenChild btnopen.open:before{content: "-";font-size: 24px;}
.is_btnopen_open_tr>td{border-top:1px solid #eee;}
.is_btnopen_open_tr td table{width: 80%;margin: -5px auto 20px auto;border: 1px solid #eee;border-top: 1px solid #fff;}
.is_btnopen_open_tr td table td,.is_btnopen_open_tr td table th{    border-bottom: 1px dashed #ddd !important;border-style: dashed;border-left: 0px !important;border-right: 0px !important;}
/*end表格折叠按钮样式*/

/*运费模块 头部 目的地切换*/
.ship-to-box{float:right;position: absolute;right: 210px;top: 0px;width:210px;height:70px;}
.ship-to-box>img{float:left;width:38px;height:38px;margin: 16px 0 16px 0;}
.ship-to-box>label{float:left;margin-left: auto!important;height: 70px;line-height: 70px;}
.ship-to-ul{float: left;margin: 8px 0 8px 0px;height: 38px;width: 105px;overflow: hidden;padding:8px 0px 8px 8px;cursor: pointer;}
.ship-to-ul li{float: left;list-style:none;width: 100%;height: 38px;line-height:38px;
/*禁止光标选中*/
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;}
.ship-to-box:hover .ship-to-ul,.ship-to-box.hover .ship-to-ul{background-color: #fff;box-shadow: 0px 1px 3px #ccc;border-radius: 0 0 3px 3px;height:auto;}
.ship-to-ul li:hover{color:#007BF9;}

.float-bottom{left: 0px;width:100%;background-color:#fff;text-align:center;padding:20px;position:fixed;bottom:0px;z-index:10;-webkit-box-shadow:0px -2px 7px #d1d7da;-moz-box-shadow:0px -2px 7px #d1d7da;box-shadow:0px -2px 7px #d1d7da;}
.form-actions.float-bottom{padding: 20px 0px !important;}
.mail-link{line-height: 70px;padding-left: 30px;}
.mail-link:before{font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased;content:"\f028";margin-left:-20px;display:block;float: left;font-size:24px;color:#f74c18;}
.mail-link num {float: left;height: 18px;border-radius: 9px;padding: 0 8px;color: #fff;font-size: 12px;background-color: #f74c18;margin: 25px -5px 0 8px;line-height: 18px;}
.nav-tabs li.mail-link a{background-color:transparent!important;border-color:transparent!important;color:#333!important;    border-radius: 3px;-webkit-box-shadow: 0 0 0 0!important;-moz-box-shadow: 0 0 0 0!important;box-shadow: 0 0 0 0!important;-webkit-transition: 0 0 0 0!important;}
.nav-tabs li.mail-link a:hover{background-color:transparent!important;border-color:transparent!important;}
.nav-tabs li.mail-link a span{color:#999;margin:0 0 0 10px;}

.top-statistics-box ul{height:40px;}
.top-statistics-box ul li money{display:block;float:left;width:180px;height:40px;overflow-y: hidden;}
.top-statistics-box ul li money span{padding:0 0px 0 0!important;display:block;width: 100%;margin: auto !important;}
.top-statistics-box moneyopen{display:block;width:800px;text-align:center;line-height:20px;height:20px;margin:auto;margin: 10px auto -30px auto;cursor:pointer;color:#ccc;font-size:24px;
font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.top-statistics-box moneyopen:hover{color: #007BF9;}
.top-statistics-box moneyopen:before{content:"\f103";}
.top-statistics-box.open moneyopen:before{content:"\f102";}
.btn-primary-red{background-color:#ff3190;border-color:#ff0081;color:#fff;}
.btn-primary-red:hover{background-color:#ff0076;border-color:#ff0076;color:#fff;}
.dropzone-red dropzone dorpbtn dorpicon:before{color:#ff0076;}
langlist{display: block;height:20px;overflow: hidden;width:100px;}
langlist.login{float: right;margin: 35px 20px 0 -120px;}
langlist.reg{margin: 0px -100px 0px 0px;display: inline-block;}

langlist langul{height:103px;width:100px;display: block;}
langlist:hover langul{position: absolute;box-shadow: 0px 1px 3px #ccc;}
langlist.login:hover langul{background: #007bf9;height:85px;}
langlist.reg:hover langul{background: #fff;}
langlist lang{font-size:12px;font-weight: 500;height:20px;
    line-height:20px;
    text-align: left;
    padding: 0 10px;
    width: 80px;
	display: block;
	cursor:pointer;
}
langlist.login lang{color: #c4e0fd;}
langlist.login lang:hover{color:#fff;}
langlist.reg lang{color:#0090b2;}
langlist.reg lang:hover{color:#004758;}
.breadcrumb.form-search.seach-btn-focus li.btns{display:none;}
.breadcrumb.form-search.seach-btn-focus li.seach-btn{width:500px;}
.breadcrumb.form-search.seach-btn-focus li.seach-btn input[type=text]{width:400px;}
moresubmit btn{display:none;}
moresubmit.hover,moresubmit:hover{display: inline-block;z-index: 100000;position: absolute;border-radius: 0 5px 3px 3px;}
moresubmit.hover btn,moresubmit:hover btn{display:block;color:#fff;text-align: center;background: #007BF9;width:150px;margin-left:113px;-webkit-box-shadow: 2px 1px 3px #c5d5de;-moz-box-shadow: 2px 1px 3px #c5d5de;box-shadow: 2px 1px 3px #c5d5de;cursor:pointer;}
moresubmit.hover btn,moresubmit:hover btn{float:right;margin-left:-150px;margin-top: 35px;}
moresubmit.hover btn:last-of-type,moresubmit:hover btn:last-of-type{border-radius: 0 0px 3px 3px;}
moresubmit.hover btn:hover,moresubmit:hover btn:hover{background-color:#0070e3;}
.breadcrumb.form-search .ul-form.show li.seach-btn{min-width: 300px;}
.ul-form li.seach-btn moresubmit:hover input[type=submit]{display:block;-webkit-box-shadow: 0px 0px 0px #c5d5de;-moz-box-shadow: 0px 0px 0px #c5d5de;box-shadow: 0px 0px 0px #c5d5de;}
.breadcrumb.form-search .ul-form lia{float:left;margin-right: 5px;}

.lang-en_US .form-search .seach-btn{width: 423px!important;margin-right:0px!important;}
.lang-en_US .breadcrumb .ul-form li.seach-btn input[type=submit]{width: 65px!important;}
.lang-en_US .breadcrumb .ul-form li.seach-btn input[type=text]{width:322px!important;}
.lang-en_US .breadcrumb.form-search .ul-form.show li.seach-btn moresubmit input[type=submit]{width:83px!important;background-position-x: 63px;padding-right: 32px !important;}
.lang-en_US .breadcrumb.form-search .ul-form.show li.seach-btn moresubmit input[type=text]{width:305px!important;}
.lang-en_US .form-search .ul-form li.btns{padding-left:5px!important; }
moresubmit.hover btn,moresubmit:hover input[type=submit]{border-radius: 0 3px 0 0!important;}
.lang-zh_CN .form-search .seach-btn{width: 370px!important;margin-right:0px!important;}
.lang-zh_CN .breadcrumb .ul-form li.seach-btn input[type=submit]{width: 60px!important;}
.lang-zh_CN .breadcrumb .ul-form li.seach-btn input[type=text]{width:273px!important;}
.lang-zh_CN .breadcrumb.form-search .ul-form.show li.seach-btn moresubmit input[type=submit]{width:60px;background-position-x:43px;}
.lang-zh_CN .breadcrumb.form-search .ul-form.show li.seach-btn moresubmit input[type=text]{width:275px!important;}
.lang-zh_CN .form-search .ul-form li.btns{padding-left:5px!important; }


.product-open-add .win.alert-ecovs.saveBox{width:900px!important;height:600px!important;margin:90px auto 0 auto!important;}
.product-open-add .win.alert-ecovs.saveBox.saveBoxH400{height:400px!important;margin:120px auto 0 auto!important;}
.product-open-add .win.alert-ecovs.saveBox.saveBoxH500{height:400px!important;margin:120px auto 0 auto!important;}
.product-open-add .win.alert-ecovs.saveBox .content{height: 490px;}
.product-open-add .win .form-horizontal{margin:0 0 0 0!important;padding:0 0 0 0!important;
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
}
.product-open-add .win.saveBox .content .control-group,
.product-open-add .win.alert-ecovs .content .control-group
{margin-bottom: 0px!important;}
.product-open-add .win.saveBox .content .control-group .controls{height:auto!important;line-height:auto!important;}
.product-open-add .win.saveBox .content .control-group .control-label,
.product-open-add .win.alert-ecovs .content .control-group .control-label
{width:25%!important;margin-right:-180px!important;}
.product-open-add .win.alert-ecovs.saveBox .content .co span:not(.select2-chosen,.select2-arrow){display:contents;font-size: 14px;color: red;}
.product-open-add .win.saveBox .content .control-group .controls .select2-container{margin-right: 10px;}
.form-horizontal .controls.radio-group span:not(:last-of-type){margin-right: 20px;}
.select2-container.select2-container-disabled>a{background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#eee));}
.form-horizontal .controls .select2-container.select2-container-disabled .select2-choice, .select2-container.collections.select2-container-disabled .select2-choice{background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#eee));}
.controls.currency-box currency{display: inline-block;text-align: center;width: 20px;height: 36px;line-height: 36px;background-color: #e9e9e9;padding: 0px 16px 0 8px;margin: 8px -3px 0px 0;float: left;border-radius: 3px 0 0 3px;}
.controls.currency-box input.input-xlarge{width: 411px;}

.form-horizontal.row2{float: left;padding: 20px 20px !important;}
.form-horizontal.row2 .control-group{display:block;width:50%;float:left;}
.form-horizontal.row2 .control-group .control-label{width:200px!important;}
.form-horizontal.row2 mu-title{float:left;width:calc(100% - 30px)}
table.has-border{border:1px solid #f1f3fa;}
table.has-border td{padding:15px 0px 15px 0px;border-top:1px solid #f1f3fa!important;}
table.has-border td:first-of-type{padding: 15px 0px 15px 20px;border-left:0px solid #f1f3fa;}
.table th:not(:last-of-type) a, .table td:not(:last-of-type) a{margin-left:0px;}
.top-tr{margin-top:-20px;}
.top-tr label:first-of-type{margin-left:5px;}
.top-tr label{margin:0px 80px 20px 0px;}
.top-tr label.bolder{font-weight: bolder;font-size: 15px;}
.one-line{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: inherit;}
.one-line:hover,.one-line.hover{display:block;width:300px;margin: -50px 0;position: absolute;background-color: #fff;height: auto;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding:5px!important;box-shadow: rgba(0,0,0,0.247) 0 -2px 10px 0;border-radius: 8px 8px 8px 0px;}
.card-content tr td:last-of-type a:not(:last-of-type){margin-right:40px;}

.product-open-add .win.alert-ecovs.ecovsNoticeWin{width:1024px;height: 700px;margin:50px auto 0 auto!important;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .btns{bottom: 0px;background-color: #eee;height:60px;line-height:60px;border-radius: 0 0 3px 3px;margin-left: -30px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .btns .span,
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .btns .btn
{display: initial!important;float: inherit;cursor:pointer;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .btns .span{margin-right:30px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content{height:600px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:30px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .title{color:#555;font-size:22px;height:40px;line-height:40px;text-align:center;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .time{color:#666;font-size:12px;height:30px;line-height:30px;text-align:center;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .file{margin-top:80px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .ECOVS_INC{text-align:right;margin-right:170px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li{list-style:none;display:block;width:100%;height:30px;line-height:30px;cursor:pointer;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li>div{float:left;height:30px;line-height:30px;width:35px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li>div img{width:25px;height:25px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li span{display:none;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li span1{float:left;width:300px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li:hover span1{color:#000;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li:hover:after{color:red;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li before{content:"附件：";float:left;margin-right:10px;color:#000;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .imgboxlist li after{content:"点击下载";float:left;color:#ccc;}

.product-open-add .win .ecovs_bg{position: absolute;width: 100%;height: 100%;overflow: hidden;z-index: -1;}
.product-open-add .win .ecovs_bg .bg-item{float:left;width: 190px;height: 70px;opacity: 0.04;transform: rotate(30deg);margin:100px 75px;}
.product-open-add .win .ecovs_bg .bg-item img{width: 190px;height: 70px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .ecovs_bg{height:600px;}
.product-open-add .win.alert-ecovs.ecovsNoticeWin .content .details{ word-wrap: break-word;border-top: 1px solid transparent;
    min-height: 100%;
    outline: 0;
    padding: 0 10px;
}
.borderRight{border-right: 1px solid #eee;}
.textAlignCenter{text-align: center!important;}
@media screen and (max-width: 1800px) {
.table tr td,.table tr th{font-size:14px!important;}
.table .width350px{width:350px;}
.table .width200px{width:200px;}
.table .width180px{width:180px;}
.table .width150px{width:150px;}
.table .width70px{width:70px;}
.table .width100px{width:100px;}
.table .width120px{width:120px;}
#header li{font-size: 14px!important;}
.navbar .nav > li > a{padding: 15px 15px 10px;}
}
@media screen and (max-width: 1600px) {
.table tr td,.table tr th{font-size:13px!important;}
.table .width350px{width:300px;}
.table .width200px{width:170px;}
.table .width180px{width:160px;}
.table .width150px{width:120px;}
.table .width70px{width:50px;}
.table .width100px{width:70px;}
.table .width120px{width:90px;}
#header li{font-size: 13px!important;}
.navbar .nav > li > a{padding: 15px 8px 8px!important;}
}
@media screen and (max-width: 1400px) {
    moresubmit.hover btn, moresubmit:hover btn{margin-top:30px;}
    .nav-tabs.notSearchFrom > li.active > a{margin-top: 60px!important;}
    .nav-tabs.notSearchFrom{margin-bottom: 50px !important;height: 60px!important;}
.table tr td,.table tr th{font-size:12px!important;}
.table .width350px{width:270px;}
.table .width200px{width:150px;}
.table .width180px{width:140px;}
.table .width150px{width:100px;}
.table .width70px{width:40px;}
.table .width100px{width:60px;}
.table .width120px{width:80px;}
#header li{font-size: 12px!important;}
.navbar .nav > li > a{padding: 15px 5px 5px!important;}
.ul-form input[type=button], 
.ul-form input[type=submit], 
.breadcrumb .ul-form input[type=button], 
.breadcrumb .ul-form input[type=submit],
.ul-form li.seach-btn input, .breadcrumb .ul-form li.seach-btn input,
.filter-li.hover:after, .select3 .select3-v:after, .search-pro-box .seach-btn:before, .ul-form li.seach-btn:before, .breadcrumb .ul-form li.seach-btn:before,
.breadcrumb .ul-form li .select2-container .select2-choice,
.breadcrumb .ul-form input[type=text],
.show-right-box,
.dropdown-btn down,
.table td:last-of-type a:not(.notBtn), .table td a.isBtn,
.search-pro-box .seach-btn input[type=text],
.search-pro-box .seach-btn input[type=button],
.checkbox2-checkall,
.search-where-box.btns input[type=button]
{height: 30px!important; line-height: 30px!important;font-size: 12px!important;}
.breadcrumb .ul-form lia input.Wdate{width: 100px!important}
.breadcrumb .ul-form{margin-top: 6px !important;padding-left: 20px !important;}
.code-box, .pdCode, .productId{font-size: 12px!important;}
.dropdown-btn downbox{margin: 30px 0 0 0;}
.dropdown-btn down:before{margin: 13px auto auto auto;}
.breadcrumb{padding: 8px 0px;}
.nav-tabs{margin: 73px 20px 0px 20px !important;height: 50px;}
.nav-tabs > li > a{font-size: 14px !important;}
.topPageContorl span{font-size:12px;}
.table{width: calc( 100% - 40px );margin: 0 20px 0 20px;padding: 10px 10px 80px 10px;}

.dashboard-div{width: calc( 100% - 40px );margin: 0 20px;}
.form-horizontal .controls .select2-container .select2-choice>.select2-chosen, .select2-container.collections .select2-choice>.select2-chosen{line-height: 30px;font-size: 12px;}
label, input, button, select, textarea{font-size: 12px;}
.select2-results .select2-result-label{font-size: 12px;}
.pagination{font-size:12px;}
.pagination ul > li.active a,
.topPageContorl,
.pagination ul > li > a, .pagination ul > li > span{border-radius: 13px;height: 26px !important;min-width: 26px !important;line-height: 26px;}
.pagination ul > li.active a{width: 26px !important;}
supplier{height: 20px;line-height: 20px;}
refreash:before, supplier:before{font-size: 14px;margin: -1px 5px 0px -15px;}
.webproductlist-div2 span:last-of-type{margin: -4px 0px 0 0 !important;}
.code-box item{line-height: 22px;}
.webproductlist-div1 a{line-height: 20px;}
.webproductlist-div1{min-height: 50px;}
.pricelist span{line-height: 30px;}
.pricelist.fxj span{font-size: 12px;}
.top-statistics-box{padding: 15px;margin: 0 20px 20px 20px;}
.top-statistics-box moneyopen{margin: -4px auto -30px auto;}
.nav-tabs > li:not(.active) a{font-size: 12px!important;}
.nav-list > li > a{font-size: 12px !important;}
.accordion-heading .accordion-toggle{font-size: 12px!important;}
    .mySetIndexContorl.topUserMsg ul li.user{height: 60px!important;padding:0px 0 0 18px!important;}
    .mySetIndexContorl.topUserMsg ul li.logout{margin: 3px -25px 0 25px!important;}
    .min_do_right{margin: 60px 0!important;}
    .checkbox2-checkall{padding: 0px 12px!important;height: 28px !important;line-height: 28px!important;}
    .checkbox2-checkall:before{width: 13px!important;height: 13px!important;margin: 5px 10px 0 0!important;}
    .ship-to-box{top: -5px!important;}
}

.table th.tips div:not(:last-of-type),.table td.tips div:not(:last-of-type){margin-bottom:5px;}
.table th.tips div,.table td.tips div{ word-wrap: break-word;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.table th.tips div hidebox,.table td.tips div hidebox{display:none;display: none;color: #fff;background:#285276;box-shadow:0px 1px 5px #888;padding: 5px 15px;margin: 3px 0px 0px -140px;min-height: 14px;line-height: 14px;width: 100px;border-radius: 3px;position: absolute;text-align: right;}
.table th.tips div:hover hidebox,.table td.tips div:hover hidebox,.table td.tips div.hover hidebox{display: block;white-space: initial;overflow: visible;text-overflow: clip;text-align: left;line-height: 18px;}
.table th.tips div hidebox:before,.table td.tips div hidebox:before{content: "";border: 10px solid #000;height: 0px;width: 0px;border-left: 8px solid #285276;border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-right: 0px solid transparent;display: block;position: absolute;margin: 2px -10px 0 115px;}
.table th.tips div hidebox.lang, .table td.tips div hidebox.lang{width: 200px;margin:3px 0px 0px -240px;}
.table th.tips div hidebox.lang:before,.table td.tips div hidebox.lang:before{margin: 2px -10px 0 215px;}

.service_terms_li{height: 20px!important;line-height: 20px!important;}
.service_terms_li input[type=checkbox]{margin-left: 200px;margin-right: 8px;cursor:pointer!important;}
.service_terms_li label{width:500px!important;text-align: left!important;cursor:pointer!important;height: 20px!important;line-height: 20px!important;}  

/*批量查询*/
#searchBatchWinBox{display:none;}
#searchBatchWinBox.hover{display:block;}
.product-open-add .win.searchBatchWin{width: 600px;height: 350px;}
.product-open-add .win.searchBatchWin .content .table{margin: 0px 0;width: 100%;box-shadow: 0px 0px 0px #fff;border: 0px!important;border-radius: 0px;}
.product-open-add .win.searchBatchWin .content .table td:first-of-type{width:400px;}
.product-open-add .win.searchBatchWin .content .table td:last-of-type{width:200px;vertical-align: top;}
.product-open-add .win.searchBatchWin .content .table td:first-of-type textarea{height: 280px;width: 400px;line-height: 22px;}
.breadcrumb.form-search .ul-form.show li.seach-btn moresubmit input[type=submit]{padding-right: 25px!important;background-image: url(./front/sanjiaoxing.png);background-repeat: no-repeat;background-position: right;}

/*
.lang-en_US moresubmit btn{margin-left:128px}
*/
.ul-form li.seach-btn input[type=text], .breadcrumb .ul-form li.seach-btn input[type=text]{width:215px;}
.breadcrumb.form-search .ul-form.show li.seach-btn moresubmit input[type=text]{width:200px;}

dropzone dropview{padding-bottom:40px!important; }
dropzone dropview searchbtn{webkit-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;display: block;width: 100%;height: 30px;position: absolute;bottom: 0px;background-color: #fff;border-radius: 0 0 5px 5px;margin: -10px 0 0 -15px;height:35px;-webkit-box-shadow:0px -1px 2px #eee;-moz-box-shadow:0px -1px 2px #eee;box-shadow:0px -1px 2px #eee;text-align: center;line-height:35px;}
dropzone dropview searchbtn search,dropzone dropview searchbtn reset{cursor: pointer;webkit-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;display: inline-block!important;background-color: #007BF9;height: 25px;line-height: 24px;width: 35px;border-radius: 3px;color: #fff;margin-right: 10px;}
dropzone dropview searchbtn reset{margin-right: 0px!important;}
dropzone dropview searchbtn search:before{font-family: FontAwesome;content: "\f002";webkit-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
dropzone dropview searchbtn reset:before{font-family: FontAwesome;content: "\f01e";webkit-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
dropzone dropview searchbtn search:hover,dropzone dropview searchbtn reset:hover{background-color: #0B61A4;}

/*多按钮收纳盒home*/
morebtns{display:inline-block;margin-left:0px;}
morebtns:before{display: block;padding: 6px 20px;margin-top: 1px;color: #fff;background-color: #007BF9;border-radius: 3px;box-shadow:0px 1px 5px #ccc;height: 22px;line-height: 22px;}
.lang-en_US morebtns:before{content: "More Function  >";}
.lang-zh_CN morebtns:before{content: "更多功能   >";}
morebtns morebtnsbox{display: none;position: absolute;width: 260px;padding:0 10px 10px 10px; background-color: #ffffff;box-shadow:0px 4px 5px #ccc;border-radius: 0 0 3px 3px;}
morebtns:hover:before{ background-color: #fff;color: #333;border-radius: 3px 3px 0 0;}
.lang-en_US morebtns:hover:before{content: "More Function  ∨";}
.lang-zh_CN morebtns:hover:before{content: "更多功能   ∨";}
morebtns:hover morebtnsbox{display: block;}
morebtns morebtnsbox input{display: block!important;width: 100%!important;margin-top: 10px!important;}
@media screen and (max-width: 1400px) {
    morebtns:before{font-size: 12px !important;padding: 4px 20px;}
}
/*多按钮收纳盒end*/