@charset "utf-8";

/* 主页面 */
.contain {
	width: 1010px;
	height: 555px;
	position: relative;
	bottom: 0;
}
/* 主页面头部 */
.newheader {
	width: 1010px;
	height: 35px;
	background-color: #4D4D4D
}
.newheader li {
	display: inline;
	margin-right: 3px;
	float: left;
	color: #fff;
    height: 35px;
    font-size: 13px
}
.newheader label{
	font-size: 13px;
}

/* 主页面内容  */
.newContent{
	width: 1000px;
	height: 520px;
	position: absolute;
}
/* 主页面drag元素 */
.newDragElement {
	width: 150px;
	height: 20px;
	border: 1px solid #CAE1FF;
	position: absolute;
	background-color: #fff;
}
.newDragElement .newDragEdit {
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: move;
}
/* 展示区域的左边页面 */
.newContent .content_left{
	float: left;
	position: relative;
	width: 880px;
	height: 520px;
	overflow: hidden;
}

.newContent .content_left .content{
	width: 400px; 
	height: 480px;
}
.newContent .content_left .inner-container{
	position:absolute;
	float:left;
	overflow-y: scroll;
	border: 1px solid;
}
/* 去除滚动框	for chrome */
.inner-container::-webkit-scrollbar {
    display: none;
}

.newContent .content_left .draggable{
	border: 1px solid #7CADFF;
	width: 150px;
	height: 40px;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	top:50px;
	left:50px;
	word-break: break-all;
}

.content_left .dragText{
	border: 1px solid #7CADFF;
	width: 150px;
	height: 40px;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
}

.content_left .dragLine{
	border: 1px solid #FF0000;
	width: 100px;
	height: 2px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

.content_left .dragPic{
	border: 1px solid #7CADFF;
	width: 80px;
	height: 80px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

.content_left .dragRec{
	border: 1px solid #7CADFF;
	width: 80px;
	height: 80px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

/*电子面单编辑右侧*/
.newContent .content_left .inner-container3{
	position:relative;
	float:right;
	overflow-y: scroll;
	background-color: #4E5159;
}
/* 去除滚动框	for chrome */
.inner-container3::-webkit-scrollbar {
    display: none;
}

.maindan_right{
	width: 300px;
	height: 520px;
	background-color: #4E5159;
	float: right;
	margin-right: 5px;
}
.maindan_right .send_info_div{
	font-size: 12px;
	margin-bottom: 5px;
}
.maindan_right .send_info_div input{
	font-size: 12px;
	width: 70px;
	height: 25px;
	display: inline-block;
	margin-left: 8px;
}
.maindan_right li{
	margin-top: 20px;
	margin-left: 20px;
}
.maindan_right .layui-bg-gray{
	width: 260px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 1px;
}

.maindan_right span{
	font-size:13px;
	color: #D9DFD2;
	height: 25px;
}
.maindan_right a{
	font-size:13px;
	color: #D9DFD2;
	height: 25px;
}

.shopContent{
	margin-top: 10px;
}

.maindan_right .shopContent span{
	font-size:13px;
	color: #D9DFD2;
	height: 25px;
	margin-left: 20px;
	margin-top: 20px;
}
.maindan_right .shopContent input[type=button]{
	height: 20px;
	margin-top: 3px;
	padding: 0 10px;
	line-height: 25px;
	margin-left: 0px;
	font-size: 12px;
}

.maindan_right .shopContent font{
	font-size:13px;
	color: #ADADA5;
	margin-left: 25px;
}
.addressDiv{
	height: 60px;
	width: 260px;
	background-color: #424242;
	border:1px solid #333333;
	vertical-align: middle;
	border-radius:5px;
	margin-left: 20px;
	margin-top: 5px;
}
.addressDiv input{
	margin-top: 15px;
	margin-left: 15px;
}
.addressDiv div{
	margin-top: 12px;
	margin-left: 3px;
	font-size:12px;
	color: #D9DFD2;
	height: 25px;
}


/* 编辑页面头部 */
.editHeader input{
	font-size: 10px;
	height: 20px;
	width: 100px;
	margin-top: 10px;
}
/* 编辑页面底部 */
.editButtom{
	background-color: #F4F1F0;
	height: 22px;
	width: 900px;
	border:1px solid #6A6A6A;
	border-left:none;
	border-right:none;
	position: absolute;
	bottom: 0px;
}
.editButtom font{
	height: 20px;
	font-size: 12px;
}

/* 编辑页面内容左边区域 */

.editContent_left{
	float: left;
	position: relative;
	width: 880px;
	height: 520px;
	overflow: hidden;
}

.editContent_left .content2{
	width: 400px; 
	height: 480px;
	position: relative;
}
.editContent_left .inner-container2{
	position:absolute;
	float:left;
	overflow-y: scroll;
	border: 1px solid;
}
/* 去除滚动框	for chrome */
.inner-container2::-webkit-scrollbar {
    display: none;
} 


/* 编辑页面内容右边区域 */
.editContent_right{
	width: 260px;
	height: 547px;
	background-color: #4E5159;
	float: right;
}

.editContent_right .edit1 input{
	font-size: 12px;
	height: 25px;
	width: 150px;
	display: inline;
	margin-top: 25px;
	margin-bottom: 25px;
}
.editContent_right .edit1 label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#EE7600;
}
.editContent_right .edit2 label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	color: #7A7A7A;
}
.editContent_right .edit2 label:BEFORE{
	content: none;
}
.editContent_right .edit2 input[type=text]{
	font-size: 12px;
	height: 20px;
	width: 50px;
	margin-top: 8px;
}
.editContent_right .edit2 input[type=button]{
	font-size: 12px;
	height: 25px;
	width: 110px;
	display: inline;
	margin-top: 5px
}
.editContent_right .edit2 select{
	height: 20px;
	width: 50px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
}
.editContent_right .edit3 input{
	font-size: 12px;
	height: 25px;
	width: 110px;
	display: inline;
	margin-top: 20px
}
.editContent_right .layui-bg-gray{
	width: 240px;
	margin-left: 10px;
	height: 1px;
}
.editContent_right table tr{
	background-color:#4E5159;
}

/* 增加数据框页面 */
.addDataDiv{
	width: 280px;
	height: 547px;
	background-color: #4E5159;
	float: right;
	position: relative;
	overflow-y: scroll;
}
.addDataDiv label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	color: #7A7A7A;
	height: 25px;
}
.addDataDiv .edit1 tr{
	background-color:#4E5159;
}
.addDataDiv .edit1 input{
	font-size: 12px;
	height: 20px;
	width: 50px;
	margin-top: 8px;
	border-radius:0;
	padding: 0;
}
.addDataDiv .edit1 input[type=checkbox]{
	size : 8px;
	height: 16px;
	width: 20px;
}
.addDataDiv span{
	font-size:12px;
	width: 36px;
	height: 16px;
	color: #FFF0F5;
}
.addDataDiv .edit1 select{
	height: 20px;
	width: 50px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
}
.addDataDiv .edit2{
	height: 40px;
	width: 260px;
	background-color: #333333;
	margin-top: 33px;
	position: absolute;
}
.addDataDiv .edit2 input{
	font-size: 10px;
	height: 20px;
	width: 100px;
	margin-top: 10px;
}
.addDataDiv .layui-bg-gray{
	margin-top:13px;
	margin-bottom:7px;
	width: 235px;
	height: 1px;
}

.canEditDiv {
	width: 378px;
	height: 67px;
	margin:0 auto;
	position: absolute;
	z-index: 555;
	display: none;
	float: inherit;
	top:0px;
}

.canEditDiv .draggable{
	border: 1px solid #7CADFF;
	width: 150px;
	height: 40px;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
	word-break: break-all;
}

.canEditDiv .dragText{
	border: 1px solid #7CADFF;
	width: 150px;
	height: 40px;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
}

.canEditDiv .dragLine{
	border: 1px solid #FF0000;
	width: 100px;
	height: 2px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

.canEditDiv .dragPic{
	border: 1px solid #7CADFF;
	width: 80px;
	height: 80px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

.canEditDiv .dragRec{
	border: 1px solid #7CADFF;
	width: 80px;
	height: 80px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}


/* 增加文本框页面 */
.addTextDiv{
	width: 260px;
	height: 547px;
	background-color: #4E5159;
	float: right;
	position: relative;
}
.addTextDiv .edit1 select{
	height: 20px;
	width: 50px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
}
.addTextDiv label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	color: #7A7A7A;
	height: 25px;
}
.addTextDiv .edit1 tr{
	background-color:#4E5159;
}
.addTextDiv .edit1 input{
	font-size: 12px;
	height: 20px;
	width: 50px;
	margin-top: 8px;
	border-radius:0;
	padding: 0;
}
.addTextDiv .edit1 input[type=button]{
	font-size: 10px;
	height: 20px;
	width: 75px;
	margin-top: 10px;
}
.addTextDiv textarea{
	resize:none;
	width: 158px;
	height: 40px;
	border-radius:0;
	margin-top: 13px;
	font-size: 13px;
	padding: 0;
}

/* 增加线条页面 */
.addLineDiv{
	width: 260px;
	height: 547px;
	background-color: #4E5159;
	float: right;
	position: relative;
}
.addLineDiv select{
	height: 20px;
	width: 50px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
}
.addLineDiv label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	color: #7A7A7A;
	height: 25px;
}
.addLineDiv input{
	font-size: 12px;
	height: 20px;
	width: 50px;
	margin-top: 8px;
	border-radius:0;
	padding: 0;
}
.addLineDiv input[type=button]{
	font-size: 10px;
	height: 20px;
	width: 75px;
	margin-top: 10px;
}
.addLineDiv table{
	width: 240px;
	text-align: left;
}
.addLineDiv .edit1 tr{
	background-color:#4E5159;
	height: 40px;
}

/* 增加图片页面 */
.addPictureDiv{
	width: 260px;
	height: 547px;
	background-color: #4E5159;
	float: right;
	position: relative;
}
.addPictureDiv label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	color: #7A7A7A;
	height: 25px;
}
.addPictureDiv input{
	font-size: 10px;
	height: 25px;
	width: 90px;
	margin-top: 20px;
	margin-left: 85px;
}
.addPictureDiv span{
	font-size: 13px;
	color: #7A7A7A;
	height: 25px;
	margin-left: 45px;
	margin-top: 35px;
}
.addPictureDiv .edit tr{
	background-color:#4E5159;
	height: 40px;
}


/* 增加矩形页面 */
.addRectangleDiv{
	width: 260px;
	height: 547px;
	background-color: #4E5159;
	float: right;
	position: relative;
}

.addRectangleDiv select{
	height: 20px;
	width: 50px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
}
.addRectangleDiv label{
	font-size: 12px;
	display: inline;
	margin-left:15px;
	color: #7A7A7A;
	height: 25px;
}
.addRectangleDiv input{
	font-size: 12px;
	height: 20px;
	width: 50px;
	margin-top: 8px;
	border-radius:0;
	padding: 0;
}
.addRectangleDiv input[type=button]{
	font-size: 10px;
	height: 20px;
	width: 75px;
	margin-top: 10px;
}
.addRectangleDiv table{
	width: 240px;
	text-align: left;
}
.addRectangleDiv .edit1 tr{
	background-color:#4E5159;
	height: 40px;
}

/* 增加模板页面 */
.addModuleDiv{
	width: 860px;
	height: 577px;
	background-color: #4D4D4D;
}
.addModuleDiv .moduleHeader {
	width: 870px;
	height: 35px;
	background-color:#333333;
}
.moduleHeader label{
	font-size: 13px;
	margin-left:15px;
	color: #FEFEFE;
}
.moduleHeader input{
	font-size: 12px;
	height:25px;
	width:100px;
	margin-top:5px;
}
.moduleContent{
	width: 870px;
	height: 542px;
	background-color: #4D4D4D;
}
.moduleContent label{
	font-size:13px;
	color: #B9CEDE;
}
.moduleContent select{
	height: 20px;
	width: 200px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
}
.moduleContent .edit1{
	height: 50px;
	width: inherit;
}
.moduleContent .edit2{
	height: 150px;
	width: inherit;
	margin-top: 15px;
}
.moduleContent .edit2 tr{
	background-color: #4D4D4D;
	height: 30px;
}
.moduleContent .edit2 td{
	padding-right: 20px;
}
.moduleContent .edit2 input{
	margin-left: 45px;
	margin-top: 2px;
	margin-right: 3px;
}
.moduleContent .edit2 span{
	font-size:13px;
	color: #D9DFD2;
	height: 40px;
}
.miandanImgDiv{
	height: 100px;
	width: 160px;
	background-color: #424242;
	border:1px solid #333333;
	vertical-align: middle;
	text-align: center;
	margin-left: 18px;
}
.miandanImgDiv img{
	max-height: 80px;
	max-width: 140px;
	margin-top: 10px;
}

.moduleContent .edit3{
	height: 300px;
	width: inherit;
	margin-top: 15px;
}

.moduleContent .edit3 tr{
	background-color: #4D4D4D;
	padding-top: -5px;
	height: 30px;
}
.moduleContent .edit3 input{
	margin-left: 18px;
	margin-top: 2px;
}
.moduleContent .edit3 label{
	font-size:13px;
	color: #B9CEDE;
	height: 40px;
}
.moduleContent .edit3 img{
	max-height: 170px;
	max-width: 300px;
}
.moduleContent .edit3 span{
	font-size:13px;
	color: #D9DFD2;
	height: 40px;
}
.moduleContent .edit3 input[type=button]{
	font-size:10px;
	height: 18px;
	width: 42px;
}

.moduleContent .edit4{
	height: 300px;
	width: inherit;
	margin-top: 15px;
}
.moduleContent .edit4 tr{
	background-color: #4D4D4D;
	padding-top: -5px;
	height: 30px;
}
.moduleContent .edit4 input{
	margin-left: 18px;
	margin-right:3px;
	margin-top: 2px;
}
.moduleContent .edit4 label{
	font-size:13px;
	color: #B9CEDE;
	height: 30px;
}
.moduleContent .edit4 span{
	font-size:13px;
	color: #D9DFD2;
	height: 40px;
}
.moduleContent .edit4 input[type=checkbox]{
	margin-right:3px;
	margin-top: 2px;
}
.moduleContent .edit4 #addEdit4tr2 td{
	width: 130px;
}
.moduleContent .edit4 #addEdit4tr3 td{
	width: 130px;
}

/* 调整排序页面 */
.sortDiv{
	height:407px;
	width: 435px;
	background-color: #4D4D4D;
	position: relative;
}
.sortDiv .sort_right{
	position: absolute;
	width: 435px;
	height: 35px;
	background-color: #333333;
	bottom: 0px;
}
.sortDiv .sort_right input{
	font-size:10px;
	height: 25px;
	width: 100px;
	margin-left: 8px;
}
.sortDiv .sort_right li{
	display: inline;
}
.sortDiv .sort_right ul{
	margin-left: 23%;
	margin-top: 5px;
}

.sortDiv .edit1{
	width: 435px;
	height: 35px;
}
.sortDiv .edit1 label{
	font-size:13px;
	color: #B9CEDE;
	height: 30px;
	margin-left: 20px;
}

.sortDiv .sort_edit2{
	width:400px;
	height: 250px;
	float: right;
	display: inline;
}
.sortDiv .sort_edit2 span{
	height: 25px;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 25px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 12px;
}
.sortDiv .sort_edit2 a{
	color: #CD4D34;
	font-weight: bold;
	font-size: 14px;
}

/* 全局设置 */
.globalSet{
	height:437px;
	width: 485px;
	background-color: #4D4D4D;
	position: relative;
	overflow-x:hidden; 
}
.globalSet .edit1{
	width: 485px;
	height: 35px;
}
.globalSet .edit1 label{
	font-size:13px;
	color: #B9CEDE;
	height: 30px;
}
.globalSet .edit2{
	width: 485px;
	height: auto;
	margin-bottom: 20px;
}
.globalSet .edit2 .edit2_left{
	width: 120px;
    display: inline-block;
    vertical-align: top;
}
.globalSet .edit2 .edit2_left label{
	font-size:13px;
	color: #7A7A7A;
	height: 30px;
	margin-left: 42px;
	margin-top: 5px;
}
.globalSet .edit2 .edit2_right{
	width: 315px;
    display: inline-block;
    position: relative;
}
.globalSet .edit2 .edit2_right span{
	height: 25px;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 25px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 12px;
}
.globalSet .edit2 .edit2_right a{
	color: #CD5B45;
}

.globalSet .edit3{
	width: 485px;
	height: auto;
	margin-bottom: 70px;
}
.globalSet .edit3 .edit3_left{
	width: 120px;
    display: inline-block;
    vertical-align: top;
}
.globalSet .edit3 .edit3_left label{
	font-size:13px;
	color: #7A7A7A;
	height: 30px;
	margin-left: 42px;
	margin-top: 5px;
}
.globalSet .edit3 .edit3_right{
	width: 315px;
    display: inline-block;
    position: relative;
}
.globalSet .edit3 .edit3_right span{
	height: 25px;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 25px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 12px;
}
.globalSet .edit3 .edit3_right input{
	margin: 0px 4px 0px 0px;
    zoom: 1.3;
}
.glo_buttom{
	position: fixed;
	width: 487px;
	height: 35px;
	background-color: #333333;
	bottom: 0px;
}
.glo_buttom input{
	font-size:10px;
	height: 25px;
	width: 100px;
	margin-left: 8px;
}
.glo_buttom li{
	display: inline;
}
.glo_buttom ul{
	margin-left: 23%;
	margin-top: 5px;
}

/*拣货单页面css*/
.pickContain{
	width: 1010px;
	height: 572px;
	position: relative;
}
.pickContain .pickContain_right{
	width: 200px;
	height: 572px;
	float: right;
	background-color: #333333;
}
.pickContain .pickContain_right div{
	text-align: center;
}
.pickContain .pickContain_right button{
	width: 120px;
	margin-top: 7px;
}
.pickContain .pickContain_right select{
	width: 120px;
	margin-top: 7px;
	margin-left:39px;
	font-size: 12px;
}
.pickContain .pickContain_left{
	width: 810px;
	height: 572px;
	float: left;
}
.pickContain .pickContain_left table{
	width: 750px;
	height: 500px;
	text-align: center;
	font-family: Microsoft Yahei;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
}
.pickContain .pickContain_left tr{
	height: 40px;
}
.pickContain .pickContain_left td{
	font-size: 14px;
	height: 40px;
	border : solid 1px;
	font-weight: bold;
}
.pickContain .pickContain_left .lastTd{
	border: 0px;
}
.goodsTitle{
	position: relative;
	width: 250px;
}
.pickContain .pickContain_left .goodsTitle .imgDiv{
	float: left;
	display: none;
}
.pickContain .pickContain_left .goodsTitle img{
	width: 80px;
	height: 80px;
	margin-left: 10px;
	
}
.pickContain .pickContain_left .goodsTitle .textDiv{
	font-size: 12px;
	width: 140px;
	height: 80px;
	margin-left: 20px;
	float: right;
}
.shop_name{
	font-size: 12px;
	font-weight: 700;
	font-family: "宋体";
	margin-bottom: 10px;
	display: none;
}
.shop_alias{
	font-size: 12px;
	font-weight: 700;
	font-family: "宋体";
	margin-bottom: 10px;
	display: none;
}
.shop_code{
	font-size: 12px;
	font-weight: 700;
	font-family: "宋体";
	margin-bottom: 10px;
	display: none;
}
.shop_specName{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	display: none;
}
.shop_specAlias{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	display: none;
}
.shop_specCode{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	display: none;
}
.shop_num{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}
.div1{
	display: inline-block;
}
.div1 span{
	display: inline-block;
	margin-right: 8px;
}
.div1 li{
	font-family: "宋体";
}
.pickContain_left em{
	color: #FF7F50;
	font-size: 18px;
	font-weight: 700;
	margin-right: 2px;
}
.pickContain_right label{
	font-size: 14px;
	color: #EEEE00;
}
.pickContain_right span{
	font-size: 13px;
	margin-left: 7px;
	color: #FFF0F5;
	margin-bottom: 5px;
}
.print_style{
	display: inline-block;
	width: 170px;
	margin-left: 30px;
	margin-top: 10px;
}
.print_style table {
	margin-left: 10px;
}
.print_style table tr{
	background-color: #333333;
}
.print_style table input{
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 7px;
}
.print_style table input[type=radio]{
	margin-left: 15px;
	margin-bottom: 7px;
	margin-top: 3px;
}
.pickContain .pickHot_left{
	width: 400px;
	height:540px;
	position: relative;
	float:left;
}
.pickHot_left .pick_inner{
	width: 400px;
	height:540px;
	position: absolute;
	float:left;
	overflow-y : scroll;
}
.pick_inner::-webkit-scrollbar{
	display: none;
}
.pickContain .pickHot_left table{
	height:540px;
	width: 320px;
	text-align: center;
	font-family: Microsoft Yahei;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pickContain .pickHot_left td{
	font-size: 14px;
	height: 40px;
	border : solid 1px;
	font-weight: bold;
}
.pickContain .pickHot_left .div1 li{
	height:30px;
	width: 140px;
}
.pickContain .pickHot_left .r_shop_name{
	font-size: 12px;
	font-weight: 700;
	font-family: "宋体";
	margin-bottom: 10px;
	display: none;
}
.pickContain .pickHot_left .r_shop_alias{
	font-size: 12px;
	font-weight: 700;
	font-family: "宋体";
	margin-bottom: 10px;
	display: none;
}
.pickContain .pickHot_left .r_shop_code{
	font-size: 12px;
	font-weight: 700;
	font-family: "宋体";
	margin-bottom: 10px;
	display: none;
}
.pickContain .pickHot_left .div1 .r_shop_specName{
	width:80px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	float: left;
	display: none;
}
.pickContain .pickHot_left .div1 .r_shop_specAlias{
	width:80px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	float: left;
	display: none;
}
.pickContain .pickHot_left .div1 .r_shop_specCode{
	width:80px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	float: left;
	display: none;
}
.pickContain .pickHot_left .div1 .r_shop_num{
	font-size: 12px;
	font-weight: 700;
	vertical-align:middle;
	float: right;
}
.pickContain .pickHot_left .r_lastTd{
	border: 0px;
}
.pickContain .pickHot_left em{
	color: #FF7F50;
	font-size: 18px;
	font-weight: 700;
	margin-right: 2px;
}
.pickContain .pickContain_left ul li{
	list-style-type:none;
}

/*发货单页面css*/
.newContent .content_left .invoice-container{
	position:absolute;
	overflow: scroll;
	width: 860px;
	height: 520px;
}
.newContent .content_left .invoice-container table{
	width: inherit;
	height:inherit;
	text-align: center;
}
.newContent .content_left .invoice-container table tr td{
	font-size: 12px;
	border: 1px solid black;
	font-family:"Microsoft Yahei";
}
.newContent .content_left .invoice-container table tr th{
	font-size: 12px;
	border: 1px solid black;
}
.editContent .editContent_left .edit_invoice-container{
	width: 860px;
	height: 520px;
	position:absolute;
	overflow: scroll;
	background-color: #CCCCCC;
}

.editContent .editContent_left .edit_invoice-container table{
	width: inherit;
	height:inherit;
	text-align: center;
	min-height: 127px;
}
.editContent .editContent_left .edit_invoice-container table tr td{
	font-size: 12px;
	border: 1px solid black;
	font-family:"Microsoft Yahei";
}
.editContent .editContent_left .edit_invoice-container table tr th{
	font-size: 12px;
	border: 1px solid black;
}
.editContent .editContent_left .edit_invoice-container .draggable{
	border: 1px solid #7CADFF;
	width: 150px;
	height: 40px;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
	word-break: break-all;
}

.invoice-container .dragTable{
	border: 1px solid #7CADFF;
	width: 757px;
	height: auto;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
}
.invoice-container .dragTable img{
	height: 50px;
	width: 50px;	
}

.editContent .editContent_left .edit_invoice-container .dragTable{
	border: 1px solid #7CADFF;
	width: 757px;
	height: auto;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
}
.editContent .editContent_left .edit_invoice-container .dragTable img{
	height: 50px;
	width: 50px;	
}

.editContent .editContent_left .edit_invoice-container .dragText{
	border: 1px solid #7CADFF;
	width: 150px;
	height: 40px;
	draggable:true;	
	position: absolute;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: "SimSun";
	cursor: move;
	top:50px;
	left:50px;
}

.editContent .editContent_left .edit_invoice-container .dragLine{
	border: 1px solid #FF0000;
	width: 100px;
	height: 2px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

.editContent .editContent_left .edit_invoice-container .dragPic{
	border: 1px solid #7CADFF;
	width: 80px;
	height: 80px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}

.editContent .editContent_left .edit_invoice-container .dragRec{
	border: 1px solid #7CADFF;
	width: 80px;
	height: 80px;
	top:50px;
	left:50px;
	draggable:true;	
	position: absolute;
	cursor: move;
}
.editTable{
	width: 280px;
	height: 547px;
	background-color: #4E5159;
	float: right;
	position: relative;
	overflow-y: scroll;
}
.editTable .edit_tr label{
	color: #E8E888;
	font-size: 12px;
	line-height: 12px;
}
.editTable .edit_tr select{
	height: 20px;
	width: 50px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-top: 8px;
	display: inline-block;
}
.editTable .edit_tr input[type=text]{
	height: 20px;
	width: 100px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	margin-left: 5px;
	display: none;
}
.editTable .edit_tr input[type=button]{
	height: 20px;
	width: 60px;
	font-size: 12px;
	padding: 0;
	border-radius:0;
	display: inline-block;
	margin-left: 10px;
	background-color: #1ED3FF;
	border-color: #1ED3FF;
}
.editTable .edit_tr span{
	font-size:13px;
	color: #D9DFD2;
	height: 25px;
	margin-right: 5px;
	margin-left: 10px;
}
.editTable .edit_tr{
	width: 250px;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline-block;
}

/* index页面属性 */
.index_header{
	height: 40px;
	position: relative;
	padding: 20px;
	background-color: #1A1E21;
}
.index_header span{
    margin-left: 30px;
    height: 30px;
    font-size: 24px;
    color: white;
}
.index_content{
	height: 82.5%;
	position: relative;
	background: url("../../../plug-in/express/images/indexBG.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index_content .loginDiv{
	position: absolute;
	height: 365px;
	width: 380px;
	background-color: white;
	margin-top:120px;
}
.index_content .loginDiv .login_type_div{
	height: 45px;
	width: auto;
	margin-top: 20px;
	margin-left: 20px;
}
.index_content .loginDiv .login_type_div span{
	font-size: 15px;
}
.index_content .loginDiv form input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 12px;
	margin-bottom: 15px;
}
.index_content .loginDiv form a{
	width: 100px;
	z-index: 5px;
}
.index_content .loginDiv form .user_img_code{
	width: 120px;
	height: 40px;
	background-color: black;
	margin:0px 0px 15px 13px;
}
.index_content .loginDiv form input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.index_content .loginDiv form input:-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.index_content .loginDiv form input::-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.index_content .loginDiv form input::-ms-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.index_buttom{
	height:60px;
	padding: 20px 0px 0px 0px;
	position: relative;
	background-color: #1A1E21;
	text-align: center;
	min-height: 60px;
}
.index_buttom p{
	color: #73777a;
	font-size: 12px;
}

/**/
.fast_index_content{
	position: relative;
	height: 82.8%;
	padding: 0 40;
}
.fast_index_content .fast_info{
	margin-top: 60px;
	font-size: 14px;
	display: inline-block;
	height: 200px;
	padding:20 30 20 20;
	border-right: 1px solid #EE6C00;
}
.fast_index_content .fast_info p{
	height: 30px;
}
.fast_index_content .loginDiv{
	position: absolute;
	height: 365px;
	width: 380px;
	background-color: white;
	margin-left:30px;
	margin-top:50px;
	display: inline-block;
}
.fast_index_content .loginDiv .login_type_div{
	height: 45px;
	width: auto;
	margin-top: 20px;
	margin-left: 20px;
}
.fast_index_content .loginDiv .login_type_div span{
	font-size: 15px;
}
.fast_index_content .loginDiv form input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 12px;
	margin-bottom: 15px;
}
.fast_index_content .loginDiv form a{
	width: 100px;
	z-index: 5px;
}
.fast_index_content .loginDiv form .user_img_code{
	width: 120px;
	height: 40px;
	background-color: black;
	margin:0px 0px 15px 13px;
}
.fast_index_content .loginDiv form input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.fast_index_content .loginDiv form input:-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.fast_index_content .loginDiv form input::-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.fast_index_content .loginDiv form input::-ms-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.fast_index_buttom{
	height:60px;
	padding: 20px 0px 0px 0px;
	position: absolute;
	min-height: 60px;
	text-align: center;
    margin: 330px 0px 0px 120px;
}
.fast_index_buttom p{
	color: #73777a;
	font-size: 12px;
}

/* register页面属性 */
.register_header{
	height: 40px;
	position: relative;
	padding: 20px;
	background-color: #454545;
}
.register_header div{
	height : auto;
	float: right;
	margin-top: 7px;
}
.register_header div a{
	font-size: 12px;
	color: white;
	margin-right: 10px;
}
.register_content{
	height: 82.5%;
	position: relative;
	background-color: #F5F5F5;
}
.register_content .registerDiv{
	width:1000px;
	height:540px;
	position: absolute;
	background-color: white;
}
.register_content .registerDiv .register_dl{
	width:450px;
	height:540px;
	position: absolute;
	margin-left:275px;
	background-color: white;
	display: inline-block;
}
.register_content .registerDiv .register_dl .register_dd{
	width:400px;
	height:60px;
	background-color: white;
	text-align: center;
	margin-top: 40px;
}
.register_content .registerDiv .register_dl .register_dd p{
	font-size: 30px;
	line-height: 30px;
}
.register_content .registerDiv .register_dl .register_form{
	width:400px;
	height:400px;
	text-align: center;
	margin-left: 50px;
	margin-top: 10px;
}
.register_content .registerDiv .register_dl .register_form input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius:0px;
}
.register_content .registerDiv .register_dl .register_form a{
	width: 100px;
	z-index: 5px;
}
.register_content .registerDiv .register_dl .register_form input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.register_content .registerDiv .register_dl .register_form input:-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.register_content .registerDiv .register_dl .register_form input::-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.register_content .registerDiv .register_dl .register_form input::-ms-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.register_buttom{
	height:60px;
	padding: 20px 0px 0px 0px;
	position: relative;
	background-color: #454545;
	text-align: center;
	min-height: 60px;
	bottom: 0px;
	width: 100%;
}
.register_buttom p{
	color: #73777a;
	font-size: 12px;
}
.forget_register_div{
	margin-top:5px;
	height: 30px;
	text-align: right;
}
.forget_register_div a{
	font-size: 12px;
}

/* retrieve页面属性 */
.retrieve_header{
	height: 40px;
	position: relative;
	padding: 20px;
	background-color: #454545;
}
.retrieve_header span{
	margin-left: 30px;
	height : 30px;
	font-size: 24px;
	color: white;
}
.retrieve_header div{
	height : auto;
	float: right;
	margin-top: 7px;
}
.retrieve_header div a{
	font-size: 12px;
	color: white;
	margin-right: 10px;
}
.retrieve_content{
	height: 78.5%;
	position: relative;
	background-color: white;
}
.retrieve_content .retrieve_dd{
	width:auto;
	height:60px;
	text-align: center;
	margin-top: 40px;
}
.retrieve_content .retrieve_dd i{
	font-size: 18px;
	color: #1E9FFF;
	margin-top: 3px;
}
.retrieve_content .retrieve_dd p{
	font-size: 16px;
}
.retrieve_content .retrieve_form{
	width:auto;
	text-align: center;
}
.retrieve_content .retrieve_form input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius:0px;
}
.retrieve_content .retrieve_form a{
	width: 100px;
	z-index: 5px;
}
.retrieve_content .retrieve_form input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.retrieve_content .retrieve_form input:-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.retrieve_content .retrieve_form input::-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.retrieve_content .retrieve_form input::-ms-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}

.retrieve_buttom{
	height:60px;
	padding: 20px 0px 0px 0px;
	position: relative;
	background-color: white;
	text-align: center;
	min-height: 60px;
	margin-top: 150px;
}
.retrieve_buttom p{
	font-size: 12px;
}
.retrieve_content .retrieve_dd_info{
	width:auto;
	height:auto;
	text-align: center;
	margin-bottom: 10px;
}
.retrieve_content .retrieve_dd_info p{
	font-size: 16px;
}
.retrieve_content .retrieve_dd_info em{
	color: #FF6A00
}
.retrieve_content .retrieve_form .retrieve_form_dd{
	height: 40px;
	width: 500px;
	margin: auto;
	text-align: left;
}
.retrieve_content .retrieve_form .retrieve_form_dd span{
	color: #6C6B6C;
	font-size: 14px;
	margin-right: 10px;
}
.retrieve_content .retrieve_form .retrieve_form_dd input{
	width: 100px;
	height:35px;
	display: inline-block;
	padding-left: 2%;
}


/* relation页面*/
.relation_header{
	height: 40px;
	position: relative;
	padding: 20px;
	background-color: #454545;
}
.relation_header span{
	margin-left: 30px;
	height : 30px;
	font-size: 24px;
	color: white;
}
.relation_header div{
	height : auto;
	float: right;
	margin-top: 7px;
}
.relation_header div a{
	font-size: 12px;
	color: white;
	margin-right: 10px;
}
.relation_content{
	height: 78.5%;
	position: relative;
	background-color: white;
}

.relation_content .fast_info{
	width:450px;
	margin-top: 60px;
	font-size: 14px;
	display: inline-block;
	height: 270px;
	padding:20 30 20 20;
	border-right: 1px solid #EE6C00;
}
.relation_content .fast_info p{
	height: 50px;
	line-height: 1.7;
}


.relation_content .relation_dd{
	width:auto;
	height:60px;
	text-align: center;
	margin-top: 40px;
}
.relation_content .relation_dd i{
	font-size: 18px;
	color: #1E9FFF;
	margin-top: 3px;
}
.relation_content .relation_dd p{
	font-size: 16px;
}
.relation_content .relation_form{
	width:auto;
	text-align: center;
}
.relation_content .relation_form input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 12px;
	margin-bottom: 20px;
	border-radius:0px;
}
.relation_content .relation_form a{
	width: 100px;
	float: right;
}
.relation_content .relation_form input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.relation_content .relation_form input:-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.relation_content .relation_form input::-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.relation_content .relation_form input::-ms-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}

/*手工订单页面*/
.manual_header{
	padding: 20 80 0 100;
	min-width: 1050px;
}
.manual_header a{
	font-size: 18px;
	margin-right: 15px;
}
.manual_header .manual_header_right{
	float: right;
	width: 300px;
}
.manual_header .manual_header_right .right_btn{
	width: 65px;
	height: 85px;
	position: relative;
	display: inline-block;
}
.manual_header .manual_header_right .right_btn lable{
	font-size: 12px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 5px;
}
.manual_header .manual_header_right .right_btn i{
	font-size: 55px;
	margin-left: 5px;
}
.manual_content{
	margin-left: 80px;
	min-width: 1050px;
}
.manual_content form ul{
	margin-left: 20px;
	margin-top: 20px;
	max-width: 800px;
}
.manual_content form li{
	display: inline-block;
	height: 50px;
}
.manual_content form select{
	width: 120px;
	font-size: 12px;
	display: inline-block;
}
.manual_content form input{
	width: 100px;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
}
.manual_content form div{
	width: 10x;
	font-size: 12px;
	display: inline-block;
}
.manual_content form span{
	width:auto;
	font-size: 14px;
	display: inline-block;
}
.manual_content_express{
	height: 40px;
	margin: 10px 0px 10px 120px;
	min-width: 1050px;
}
.manual_content_express label{
	font-size: 14px;
	color: #1E9FFF;
}
.manual_content_express .fa-check-circle:BEFORE{
	content: none;
}
.manual_content_express .fa-circle-thin:BEFORE{
	content: none;
}
.manual_content_express input[type=radio]{
	float: none;
	margin: 12px 8px 0px 6px;
}
.manual_content_express span{
	position: relative;
	top: 6px;
	font-size: 14px;
}
.manual_content_lay_table{
	padding-left:90px;
}
.manual_content_lay_table .layui-laypage-skip{
	display: -webkit-inline-box;
}
.manual_content_lay_table .layui-laypage-skip button{
	font-size: 13px;
}
.manual_content_lay_table .layui-laypage-limits select{
	font-size: 13px;
}
.manual_content_lay_table iframe{
	height: 450px;
	background-color: #fff;
	border: none;
}
.manual_content_table{
	width:auto;
	margin-left: 120px;
	margin-right: 20px;
	min-width: inherit;
	overflow-x:scroll;
	min-width: 1050px;
	max-width: 1515px;
}
.manual_content_hr{
	margin-left:120px;
	margin-right:20px;
	height: 5px; 
	background-color: #009ad9;
	min-width: 1050px;
	max-width: 1515px;
}
.manual_content_table table{
	margin-top: 10px;
	border-collapse:separate; 
	border-spacing:10px;
	table-layout: fixed;
	word-break:break-all;
	word-wrap: break-word;
	max-width: 1515px;
	
}
.manual_content_table table th{
	font-size: 14px;
	font-weight: bold;
}
.manual_content_table table td{
	font-size: 12px;
	text-align: center;
	max-height: 100px;
	word-break:break-word;
	line-height: 12px;
}
.manual_content_table table input[type=text]{
	width: 120px;
	border-radius:0px;
	height: 25px;
	padding: 0px;
}
.manual_content_table table input[type=button]{
	border-radius:0px;
	height: 25px;
	background-color: #4C8EF8;
	margin-bottom: 5px;
}
.manual_content_table table select{
	width: 80px;
	border-radius:0px;
	height: 25px;
	padding: 0px;
	font-size: 12px;
	position:relative;
	margin: auto;
}
.manual_content_table table div{
	width: auto;
}
.manual_content_table .table_page_div{
	float:right;
	margin-top: 8px;
	max-width: 1515px;
	height: 40px;
}
.manual_content_table .table_page_div select{
	display: inline-block;
	font-size: 13px;
	height: 30px;
	padding: 0px;
}
.manual_content_table .table_page_div span{
	font-size: 14px;
}
.manual_content_table .table_page_div input[type=button]{
	background-color: #6AC4ED;
	color: white;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	width:60px;
	padding: 0px;
}
.manual_content_table .table_page_div input[type=text]{
	display: inline-block;
	font-size: 14px;
	height: 30px;
	width:30px;
	padding: 0px;
	color:#ACA899; 
	text-align: center;
}
.create_order_div .dd{
	margin:0px 0px 0px 30px;
	padding: 10px;
}
.create_order_div .dd input{
	display:inline-block;
	padding: 5px;
	border-radius:0px;
	border: 1px #c7c7c7 solid;
	height: 25px;
	font-size: 13px;
}
.create_order_div .dd select{
	display:inline-block;
	padding: 0px;
	border-radius:0px;
	border: 1px #c7c7c7 solid;
	height: 25px;
	font-size: 12px;
	width: 100px;
}
.create_order_div .dd table{
	height: auto;
	min-width: 930px;
	max-width: 957px;
}
.create_order_div .dd table th{
	font-size: 12px;
	font-weight: bold;
}
.create_order_div .dd table tr{
	height: 50px;
	background-color: white;
	border-bottom:1px #c7c7c7 dashed;
}
.create_order_div .dd table td{
	font-size: 12px;
	text-align: center;
}
.create_order_div .dd table a{
	font-size: 12px;
}
.create_order_div .dd table span{
	font-size: 12px;
}
.create_order_div .dd table input{
	font-size: 12px;
}
.create_order_div .dd .city-picker-span{
	position: relative;
	display: inline-block;
}
.create_order_div .dd .city-picker-dropdown{
	position: relative;
}
.create_order_div input[type='radio']{
	float: none;
	margin: 0px 5px;
}
.create_order_div span{
	font-size: 13px;
}
.create_order_div .order_shop_div{
	background-color: #c8e0d2;
    width: 430px;
    height: 200px;
    margin: 10px 0px 0px 85px;
    border-radius:5px;
    display: none;
}
.create_order_div .order_shop_div .shop_top{
	width: 100%;
	height: 40px;
	padding: 10px;
}
.create_order_div .order_shop_div .content{
	width: 100%;
	height: 200px;
	padding: 10px;
}
.create_order_div .order_shop_div .content a{
	font-size: 12px;
	margin: 5px;
	display: inline-block;
	width: 120px;
}
.create_zhezhao{
	height: 100%;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
	background: rgba(0,0,0,0.5);
	z-index:100;
	display: none;
}
.show_order_div .dd{
	margin:0px 0px 0px 30px;
	padding: 10px;
}
.show_order_div .dd .dd_l{
	float: left;
	width: 45px;
	height: inherit;
}
.show_order_div .dd .dd_r{
	float: left;
	margin-bottom: 10px;
	width:1050px;
	border-bottom: 1px solid #666666; 
}
.show_order_div .dd .dd_r .dd_r_l{
	float: left;
	width: 40px;
}
.show_order_div .dd .dd_r .dd_r_r{
	float: left;
}
.show_order_div .dd .dd_r .dd_r_r span{
	line-height: 2;
	margin-right: 45px;
}
.show_order_div .dd hr{
	height: 2px;
	margin: 10px 30px 0px 0px;
}
.show_order_div .dt{
	margin:0px 30px;
	padding: 10px;
	height: 35px;
	background-color: #FFF5E7;
}
.show_order_div .dt .dl{
	padding: 5px 0px;
}
.show_order_div span{
	font-size: 12px;
	color: #666666;
	margin-right: 15px;
}
.batch_add form{
	margin-left: 10px;
}
.batch_add form span{
	font-size: 13px;
}
.batch_add hr{
	height: 2px;
	margin: 10px;
	background-color: #4C8EF8;
}
.batch_add select{
	display: inline-block;
	padding: 0px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	border: 1px #777777 solid;
}
.batch_add input[type=text]{
	display: inline-block;
	padding: 0px 5px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	border: 1px #777777 solid;
	margin-bottom: 2px;
}
.batch_add input[type=button]{
	display: inline-block;
	padding: 0px 5px;
	font-size: 13px;
	height: 30px;
	width:50px;
	border-radius:0px;
	background-color: #FF6A00;
	color: white;
	margin-bottom: 2px;
}
.batch_add .batch_group_left{
	float:left;
	height: 84%;
	width: 370px;
	margin-left:10px;
	background-color:#FCF7F1; 
	display: inline-block;
	overflow-y:scroll;
	overflow-x:hidden;
	display: none;
}
.batch_add .batch_group_left .batch_group_left_a{
	width: 350px;
	margin: 10px;
	font-size: 12px;
}
.batch_add .batch_group_left .batch_group_left_a .a_dl{
	width: 200px;
	float: left;
}
.batch_add .batch_group_left .batch_group_left_a i{
	color: black;
	font-size: 16px;
	margin-right: 5px;
}
.batch_add .batch_group_left .batch_group_left_a a{
	font-size: 12px;
	margin-right: 5px;
}
.batch_add .batch_group_right{
	margin:50px 150px;
	display: none;
}
.batch_add .batch_group_right .batch_group_right_dd{
	height: 50px;
	text-align: center;
	width: 285px;
	font-size: 13px;
}
.batch_add .batch_group_right .batch_group_right_dd i{
	color: blue;
    font-size: 18px;
    margin: 0px 5px 0px 30px;
}
.batch_tip_a{
	width: 130px;
	margin: 10px;
	font-size: 12px;
}
.batch_tip_a a{
	font-size: 12px;
	margin-right: 5px;
}
.batch_tip_a i{
	color: black;
	font-size: 16px;
	margin-right: 5px;
}
.batch_back{
	padding: 10px;
}
.batch_back a{
	font-size: 12px;
}
.batch_add .batch_group_div{
	font-size: 12px;
	background-color: #A4D3EE;
	height: 210px;
	margin: 12px 10px 2px 10px;
	border: 2px #A4D3EE solid;
	border-radius:5px;
	display: none;
}
.batch_add .batch_group_div .up_i i{
	font-size: 24px;
	margin: -12px 270px;
	color: 	#A4D3EE;
}
.batch_add .batch_group_div .to_group_i{
	width:100%;
	height: 20px;
	padding: 5px;
}
.batch_add .batch_group_div .to_group_i li{
	display: inline;
}
.batch_add .batch_group_div .to_group_i a{
	font-size: 13px;
}
.batch_add .batch_group_div .breadcrumb > li + li:before {
	color: #FFFF99;
    content: "/ ";
    padding: 0 5px;
}
.batch_add .batch_group_div .group_content{
	height: 100%;
	width: 89%;
}
.batch_add .batch_group_div .group_content .group_dd{
	width: 190px;
	padding: 7px;
	display: inline-block;
}
.batch_add .batch_group_div .group_content .group_dd a{
	font-size: 12px;
	margin-right: 5px;
}
.batch_add .batch_group_div .group_content .group_dd input{
	float: none;
}
.batch_add .batch_group_div .group_content .group_dd i{
	color: black;
	font-size: 16px;
	margin-right: 5px;
}
.tip_msg{
	padding:20px;
	font-size:13px;
}
.tip_msg i{
	font-size: 30px;
	color: #0ec35e;
	margin-right: 5px;
}
.batch_add .goodname_l{
	height: 70%;
	width: 33%;
	display: inline-block;
	margin-left: 10px;
	border: 1px #484848 solid;
	border-right: 0px;
}

.batch_add .goodname_top{
	width: 100%;
	height: 40px;
	background-color: #b8eaaf;
}
.batch_add .goodname_top label{
	height: 100%;
	width: 50%;
	font-size: 13px;
}
.batch_add .goodname_l .goodname_content{
	overflow-y:scroll;
	width: 100%;
	height: 384px;
}
.batch_add .goodname_l .goodname_content .good_li{
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px;
}
.batch_add .goodname_l .goodname_content .good_li_active{
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px;
	background-color: #e7f2fc;
}
.batch_add .goodname_m .goodname_content{
	overflow-y:scroll;
	width: 100%;
	height: 384px;
}
.batch_add .goodname_m .goodname_content .spec_li{
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px;
}
.batch_add .goodname_m .goodname_content .spec_li_active{
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px;
	background-color: #e7f2fc;
}
.batch_add .goodname_m .goodname_content .spec_li_active input{
	margin:0px 5px;
}
.batch_add .goodname_m .goodname_content .spec_li input{
	margin:0px 5px;
}
.batch_add .goodname_m .goodname_content .spec_all{
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px;
}
.batch_add .goodname_m .goodname_content .spec_all_active{
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px;
	background-color: #e7f2fc;
}
.batch_add .goodname_m .goodname_content .spec_all_active input{
	margin:0px 5px;
}
.batch_add .goodname_m .goodname_content .spec_all input{
	margin:0px 5px;
}
.batch_add .goodname_m{
	height: 70%;
	width: 33%;
	display: inline-block;
	border: 1px #484848 solid;
	border-left: 0px;
	margin-left: -5px;
}
.batch_add .goodname_r{
	height: 70%;
	width: 29%;
	display: inline-block;
	font-size: 13px;
    text-align: center;
    position: absolute;
    margin-top: 50px;
}
.batch_add .goodname_r i{
	font-size: 16px;
	color: red;
	margin-right: 3px;
}
.batch_add .batch_page{
	width: 65%;
	height: 35px;
	margin: 10px;
}
.batch_add .batch_page span{
	font-size: 13px;
}
.batch_add .batch_page ul{
	display: inline-block;
}
.batch_add .batch_page .page_li{
	margin-right:3px;
	font-size: 13px;
	display: inline-block;
	border: 1px #D2D2D2 solid;
	height: 25px;
	width: 25px;
}
.batch_add .batch_page .page_li_active{
	margin-right:3px;
	font-size: 13px;
	display: inline-block;
	border: 1px #D2D2D2 solid;
	height: 25px;
	width: 25px;
}
.batch_add .batch_page .page_li_active a{
	color: #D2D2D2;
	cursor: not-allowed;
}
.batch_add .batch_page .page_prev,.page_next{
	margin-right:3px;
	font-size: 13px;
	display: inline-block;
	border: 1px #D2D2D2 solid;
	height: 25px;
	width: 25px;
}
.batch_add .batch_page .page_prev_unactive{
	margin-right:3px;
	font-size: 13px;
	display: inline-block;
	border: 1px #D2D2D2 solid;
	height: 25px;
	width: 25px;
}
.batch_add .batch_page .page_prev_unactive a{
	color: #D2D2D2;
	cursor: not-allowed;
}
.batch_add .batch_page .page_next_unactive{
	margin-right:3px;
	font-size: 13px;
	display: inline-block;
	border: 1px #D2D2D2 solid;
	height: 25px;
	width: 25px;
}
.batch_add .batch_page .page_next_unactive a{
	color: #D2D2D2;
	cursor: not-allowed;
}

.batch_add .batch_page select{
	font-size: 13px;
	padding: 0px;
	height: 30px;
	border: 1px #D2D2D2 solid;
}
.batch_add .batch_page a{
	display: inline-block;
	width: 35px;
	height:30px;
	padding:3px 0px 2px 8px;;
}
.batch_add .batch_page .batch_page_save{
	float: right;
}
.pro_head{
	padding: 20px 80px 0px 80px;
	min-width: 1180px;
}
.pro_head input{
	font-size: 18px;
}
.pro_head .input1{
	width:160px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.pro_head #citySel{
	width:120px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.pro_head #searchTerm{
	width:250px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.pro_head #dataStart{
	width:185px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.pro_head span{
	font-size: 13px;
	margin-right: 5px;
}
.pro_head .dd {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 10px;
}
.pro_head .dd span{
	font-size: 13px;
	margin-right: 5px;
}
.pro_head .dd input[type='text']{
	font-size: 13px;
	width: 100px;
	display: inline-block;
}
.pro_head .dd div{
	display: inline-block;
}

.pro_head hr{
	height: 3px;
	background-color: #009ad9;
	margin-top: 10px;
}
.pro_manage{
	padding: 0px 80px 0px 80px;
	float: left;
}
.pro_manage .layui-laypage-skip{
	display: -webkit-inline-box;
}
.pro_manage .layui-laypage-skip button{
	font-size: 13px;
}
.pro_manage .layui-laypage-limits select{
	font-size: 13px;
}
.pro_spec{
	padding: 0px 0px 0px 00px;
}
.tbGood_head{
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
}
.tbGood_head input{
	display: inline-block;
	padding: 0px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	border: 1px #777777 solid;
	margin-bottom: 2px;
}
.tbGood_head select{
	display: inline-block;
	padding: 0px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	border: 1px #777777 solid;
}
.tbGood_head span{
	font-size: 13px;
}
.tb_good{
	padding-left:20px;
	float: left;
}
.tb_good .layui-laypage-skip{
	display: -webkit-inline-box;
}
.tb_good .layui-laypage-skip button{
	font-size: 13px;
}
.tb_good .layui-laypage-limits select{
	font-size: 13px;
}
.tb_spec{
	padding-right:20px;
	float: right;
	margin-right: 141px;
}
.tb_btn_div{
	height: 40px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
.tb_btn_div input{
	background-color: #01AAED;
	height: 30px;
}
.tbGood_group{
    padding-top: 10px;
    padding-left: 20px;
}
.tbGood_group span,a{
	font-size: 12px;
}
.tbGood_group select{
	display: inline-block;
	padding: 0px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	border: 1px #777777 solid;
	width: 75px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tbGood_group input[type='text']{
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	margin-bottom: 2px;
	background-color: #dcd8d8;
	width: 75px;
}
.tbGood_group input[type='button']{
	height: 30px;
}
.manual_import{
}
.manual_import .dd{
	padding:10px 0px 0px 20px;
	height: 40px;
}
.manual_import .dd_upload{
	padding:0px 0px 0px 20px;
	height: 100px;
}
.manual_import span{
	font-size: 13px;
}
.manual_import .dd input{
	display: inline-block;
	padding: 0px 10px;
	font-size: 13px;
	height: 30px;
	border-radius:0px;
	width: 200px;	
}
.manual_import .btn{
	text-align: center;
	width: 90%;
}
.manual_import .spec{
	padding:10px 20px 0px 20px;
}
.add_group {
	padding: 50 80 0 80;
}
.add_group table {
	text-align: center;
	position: relative;
    width: 1740
}
.add_group table th{
	font-size: 13px;
	height: 40px;
	background-color: #F2F2F2;
	border: 1px solid #E6E6E6;
}
.add_group table .t1{
	width: 700px;
}
.add_group table .t2{
	width: 350px;
}
.add_group table .t3{
	width: 350px;
}
.add_group table .t4{
	width: 340px;
}

.add_group table td{
	text-align: center;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #E6E6E6;
}
.add_group table td:nth-child(1){
	text-align: left;
}
.add_group table td a{
	margin: 0px 10px;
}
.add_group table .fa-file{
	color: #A4D2FF;
	margin-right: 5px;
	font-size: 18px;
}
.add_group table .fa-folder,.fa-folder-open{
	color: #FFA500;
	margin-right: 5px;
	font-size: 18px;
}
.add_group table .fa-plus-square-o,.fa-minus-square-o{
	color: #AFAEAE;
	margin-right: 10px;
	cursor: pointer;
	font-size: 18px;
}
.add_group .edit-btn{
	background-color: #b5671a;
}
.add_group .recovery{
    background-color: #8e8e8e;
}
.add_group table .layui-btn{
	height: 25px;
	line-height: 25px;
	width: 45px;
	padding: 0px;
	font-size: 13px;
}
.add_group .btn{
    background-color: #5FB878;
    font-size: 16px;
    width: 120px;
    margin-bottom: 30px;
}

.add_group .saveGroup{
	display: none;
	padding: 35px;
	font-size: 13px;
}
.add_group .saveGroup input[type=text]{
	font-size: 13px;
	display: inline-block;
}
.add_group .saveGroup input[type=button]{
	height: 30px;
	width: 150px;
   	margin-top: 10px;
   	margin-left: 65px;
}
.add_group .saveGroup input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.add_group .saveGroup input:-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.add_group .saveGroup input::-moz-placeholder {
	color: #aab2bd;
	font-size: 12px;
}
.add_group .saveGroup input::-ms-input-placeholder {
	color: #aab2bd;
	font-size: 12px;
}

.navigation-up-h{
	height:50px!important;
	background:#393D49;
}
.title_show_header{
	height: 35px;
	min-width: 1840px;
	position: fixed;
	z-index: 99;
	margin: 50 0 40 0;
	width: 100%;
}
.title_show_header a{
	font-size: 13px;
	position: relative;
    top: -7;
}
.title_show_header .layui-elem-quote .layui-breadcrumb{
	visibility: visible;
}
.title_show_header .layui-elem-quote{
	padding: 0px;
	border-bottom: 1px solid #eaeaea;
	height: 35px;
}
.title_show_header .layui-elem-quote .tag_check{
	display:inline-block;
	height: 5px;
    padding: 15px;
	border-bottom: 3px solid #009688;
	box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.15);
}
.title_show_header .layui-elem-quote .tag_uncheck{
	display:inline-block;
	height:5px;
	padding: 15px;
	border-right: 1px solid #eaeaea;
}
.title_show_header .layui-elem-quote .layui-icon-close{
	font-size:15px;
	color:#96a2ab;
	float:right;
	margin:-6px 0px 0px 10px;
	cursor: pointer;
}


.batch_form{
	padding:115 80 0 80;
	min-width:1600px;
}
.batch_form .batch_form_left_div{
	display:inline-block;
	height:auto;
	min-width:1600px;
}
.batch_form .batch_form_left_div .input1{
	width: 180px;
	font-size: 12px;
}
.batch_form .batch_form_left_div .input2{
	width:280px;
	font-size: 12px;
}
.batch_form .batch_form_left_div .input3{
	height: 30px;
}
.batch_form .batch_form_left_div .layui-form-select{
	font-size: 12px;
}
.batch_form .batch_form_left_div .layui-form-select input{
	font-size: 12px;
	padding-left: 7px;
}
.batch_form .batch_form_left_div ul li{
	display:inline-block;
	margin:10px 10px 0px 0px;
}


.batch_form .batch_form_right_div{
	display:inline-block;
	min-width: 420px;
	margin-top: 10px;
}
.batch_form  .batch_form_right_div .form-pic{
	height: 90px;
	margin-right: 15px;
}
.batch_form  .batch_form_right_div .form-pic img{
	width: 60px;
	cursor: pointer;
}
.batch_form  .batch_form_right_div .form-pic .imgT{
	height:30;
	font-size: 12px;
	text-align: center;
	margin-top: 8;
}

.batch_express_form{
	margin-top:15px;
	padding:15px 0px 0px 0px;
	border-top:1px dashed #c9c6c6;
	font-size: 14px;
}
.batch_express_form input[name='oftenExpressId']{
	float: unset;
	margin-right: 3px;
	height: 17;
    width: 17;
    margin-bottom: 3;
}
.batch_express_form span{
	margin-right: 10px;
	font-weight:100!important;
}
.batch_express_form .info{
	margin-right: 10px;
	font-weight:700!important;
}

.myAll_ul{
	position: relative;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #FFF;
    height: 40px;
    min-height: 40px;
}
.myAll_ul li{
	width: 210px;
	height: 40px;
}
.myAll_ul a{
	padding: 0 60 0 20;
	cursor: pointer;
	position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color:#666666;
}
.myself_ul{
	position: absolute;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    background-color: #FFF;
    height: 618px;
    min-height: 618px;
}
.myself_ul li{
	width: 213px;
}
.myself_ul a{
	padding: 0 60 0 20;
	cursor: pointer;
	position: relative;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color:#666666;
}
.myself_ul i{
	font-size: 18px;
    float: right;
    top: 25%;
    position: absolute;
    right: 45px;
}
.myself_ul .parent_open a{
	padding-left:7px;
}
.myself_ul .parent_close a{
	padding-left:7px;
}
.myself_ul .green_left{
	width:5px;
	height:40px;
	position:absolute;
	background-color:#009688;
	z-index: 555px;
}
.batch_content{
	padding: 0 80 0 80;
	height: 590px;
	min-width: 1590px;
}
.batch_content .shopSearch{
	font-size:12px;
	width:120px;
	display:inline;
	padding:5px;
	height:30px;
	margin-bottom: 10;
}
.batch_content .side_content{
	position: relative;
	width: 200px;
	border: 1px solid #eee;
	overflow-x:hidden;
	height: 618px;
	min-height: 618px;
	display: inline-block;
	top: -32px;
	float: left;
    top: 10;
    right: 4;
    
}
.batch_content .side_content .side_scroll{
	position: relative;
	width: 220px;
	height: 618px;
	overflow:hidden;
	display: inline-block;
	min-height: 618px;
}

.batch_right{
    height: 100%;
    width: 1300px;
    display: inline-block;
    margin-left: -5;
}
.batchPring_table{
	margin-bottom: 80;
}
.batchPring_table .layui-laypage-skip{
	display: -webkit-inline-box;
}
.batchPring_table .layui-laypage-skip button{
	font-size: 13px;
}
.batchPring_table .layui-laypage-limits select{
	font-size: 13px;
}
.batchPring_table iframe{
	height: 450px;
	background-color: #fff;
	border: none;
	width: 100%;
	padding:20;
}
.batchPring_table .layui-laypage-skip input{
	width: 60px;
	font-size: 13px;
}
.batchPring_table .layui-form-checkbox i{
	margin-top: 5px;
}
.batch_right_btn{
	text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20 0;
    background-color: #b9b7b778;
}

.batchPring_table .batchPrint_table_title{
	border: 1px #e6e6e6 solid;
	background: #ccc3;
	width: 1720px;
	margin-top: 10px
}
.batchPring_table .batchPrint_table_title th{
	padding:10px;
	font-size: 13px;
}
.batch_print_trade{
	width: 100%;
	border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
	margin-bottom: 10px;
}
.batch_print_trade td{
	padding:10px!important;
	font-size: 12px;
	border: none;
}
.batchPring_table .layui-table-hover{
	background-color: #f9f9f9!important;
}





/* 订单审核*/
.examine_contain{
	display: none;
	padding: 20px;
	height: 90%;
}
.examine_contain .ec{
    border: 1px #e6e6e6 solid;
    background: #ccc3;
    height: 30px;
    line-height: 2;
    width: 100%;
}
.examine_contain .ec th{
	font-size: 13px;
}
.examine_contain input[type='checkbox']{
	zoom: 1.5;
    margin-right: 3;
}    
.examine_contain .eT{
	width: 100%;
	border: 1px solid #42CCC7;
	margin-bottom:15px;
	margin-top: 15px;
	border-bottom: 0px;
}
.examine_contain .heT{
	width: 100%;
	border: 1px solid #42CCC7;
	margin-top: 15px;
}
.examine_contain em{
	position: absolute;
    left: 5%;
    font-size: 15;
    line-height: 1.1;
    color: red;
    font-weight: 700;
}
.examine_contain td{
	font-size: 13px;
}
.examine_contain td p{
	padding: 5px;
}
.examine_contain .img_size{
	width: 60px;
	height: 42px;
}
.examine_contain .merge_package{
	width: 100%;
	margin: 10px 0px 15px 0px;
	border: 1px #e6e6e6 solid;
	font-size: 13px;
	border-bottom : 0px;
}
.examine_contain .merge_package th{
	height: 30px;
	background: #ccc3;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 13px;
}
.examine_contain .merge_package tr{
	border-bottom: 1px #e6e6e6 solid;
}
.examine_contain .merge_package td{
	padding: 5px 0px 5px 0px;
	text-align: center;
}



.print_express_div{
	display: none;
	padding: 20px;
}
.print_express_div .content input{
	font-size: 18px;
	float: none;
	width: 24px;
	height: 16px;
}
.print_express_div .content{
	margin-top: 15px;
}
.print_express_div span{
	font-size: 18px;
	
}
.print_express_div .content span{
	font-size: 14px;
}
.print_express_div .content .radio_content{
	height: 30px;
	width: 180px;
	display: inline-block;
} 
.print_comfirm_div{
	display: none;
	padding: 30 20 20 20;
	display: inline-block;
}

.print_comfirm_div .row{
	height: 25px;
	font-size: 13px;
	width: 340px;
	padding-left: 100px;
}
.print_comfirm_div .row select{
	height: 30px;
    font-size: 12;
    padding: 0;
    display: inline-block;
}
.addr_comfirm_div{
	display: none;
	padding: 20;
	display: inline-block;
}
.addr_comfirm_div .row{
	height: 25px;
	font-size: 14px;
	width: 250px;
}
.tid_list_div{
	display: none;
	padding: 20;
	font-size:14px;
}
.sid_list_div{
	display: none;
	padding: 20;
	font-size:14px;
}

.print_bottomDiv{
	position:absolute;
	bottom: 7px;
	text-align:center;
	width: inherit;
}
.express_preview .express_preview_btn{
	margin-top: 5px;
	text-align: center;
}
.express_preview .express_preview_btn input{
	height: 30px;
	font-size: 13px;
}
.print_jump_set{
	display: none;
	padding: 20;
	display: inline-block;
	font-size: 14px;
}


/*发件人设置*/
.set_send_people{
	padding: 30 30 30 0;
}
.set_send_people li{
	margin: 10px;
}
.set_send_people span{
	width:100px;
	text-align: right;
	font-size: 13px;
	display: inline-block;
}
.set_send_people input[type=text]{
	border-radius:0px;
	font-size: 13px;
	display: inline-block;
	height: 30px;
	width: 480px;
}
.set_send_people input[type=checkbox]{
	
}
.set_send_people select{
	border-radius:0px;
	font-size: 13px;
	display: inline-block;
	height: 30px;
	width: 116px;
	padding:0;
}
.set_send_people font{
	color: red;
}
.set_send_btn{
	text-align: center;
}

.cn_shop_div{
	padding: 150 80 0 80;
}
.cn_shop_div .shop_header{
	min-width: 1420px;
}
.cn_shop_div .sreach_header{
	margin-bottom:20;
	min-width: 600px;
	display: inline-block;
}
.cn_shop_div .sreach_header .inputShop{
	width: 150px;
	font-size: 12px;
	display: inline-block;
}

.tb_shop_div{
	padding: 130 80 0 80;
}
.tb_shop_div .tb_shop_div{
	min-width: 1740px;
}
.tb_shop_div .shop_header{
	min-width: 1420px;
}
.tb_shop_div .shop_header .layui-elem-field{
	width: 800px;
	font-size: 13;
}
.tb_shop_div .shop_header .layui-elem-field .btn1{
	background-color: #464d67;
	width: 40;
    height: 25;
    padding: 0;
    font-size: 13;
	border-radius: 5px;
	position: absolute;
    display: none;
    margin: -21 0 0 735;
}

.tb_shop_div .sreach_header{
	margin-bottom:10;
	min-width: 600px;
	display: inline-block;
}
.tb_shop_div .sreach_header .inputShop{
	width: 190px;
	font-size: 12px;
	display: inline-block;
}
.tb_shop_div .sreach_header .btn{
	width:100px;
	font-size: 12px;
	height: 35;
    margin-left: 10;
}
.tb_shop_div .sreach_header .groupSelect{
	width:100px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
    top: 2;
    margin-left: 10;
}
.tb_shop_div .sreach_header .sortSelect{
	width:100px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
    top: 2;
    margin-left: 10;
}
.tb_shop_div .btn_header{
	display: inline-block;
	min-width: 450px;
	float: right;
}
.tb_shop_div .btn_header input{
	height: 35px;
	width: 100px;
	font-size: 12px;
}
.tb_shop_div .groupTable{
	width: 1740;
	height: 625;
	max-height: 625;
	position: relative;
}
.tb_shop_div .groupTable th{
	font-size: 13px;
	height: 40px;
	background-color: #F2F2F2;
	border: 1px solid #E6E6E6;
}
.tb_shop_div .groupTable tbody{
	overflow-y:scroll;
	overflow-x:hidden;
	display: block;
	height: 585;
	max-height: 585;
	width: 100%;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.tb_shop_div .groupTable tbody tr{
	display: table;
	width: 100%;
}
.tb_shop_div .groupTable td{
	text-align: center;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #E6E6E6;
	border-left: none;
	border-top: none;
	height: 50px;
	color: #7a887a;
}
.tb_shop_div .groupTable td:nth-child(1){
	text-align: left;
}
.add_group table td a{
	margin: 0px 10px;
}
.tb_shop_div .groupTable .fa-file{
	color: #A4D2FF;
	margin-right: 5px;
	font-size: 18px;
}
.tb_shop_div .groupTable .fa-plus-square-o,.fa-minus-square-o{
	color: #AFAEAE;
	margin-right: 10px;
	cursor: pointer;
	font-size: 18px;
	float: left;
}
.tb_shop_div .groupTable .gbtn1{
	height: 30px;
	font-size: 12px;
	background-color: #E7C062;
}
.tb_shop_div .groupTable .gbtn2{
	height: 30px;
	font-size: 12px;
	background-color: #DA7C2F;
}
.tb_shop_div .groupTable .gd1{
	display: inline-block;
	width: 20%;
}
.tb_shop_div .groupTable .gd1 .img1{
	width: 22px;
	cursor: pointer;
	margin-left: 10px;
}
.tb_shop_div .groupTable .gd1 .img2{
	width: 22px;
	cursor: pointer;
	margin-left: 5px;
}
.tb_shop_div .chlid_td th{
	padding-left:10px;
	text-align: unset;
}
.tb_shop_div .chlid_td td{
	text-align: unset;
}
.tb_shop_div .chlid_td .d1{
	min-width: 200px;
	display: inline-block;
	text-align:center;
}
.tb_shop_div .chlid_td .d2{
	min-width: 150px;
	display: inline-block;
	text-align:center;
}
.tb_shop_div .chlid_td .d3{
	min-width: 200px;
	display: inline-block;
	text-align:center;
}
.tb_shop_div .chlid_td .d4{
	min-width: 250px;
	display: inline-block;
	text-align:center;
}
.tb_shop_div .chlid_td .d5{
	min-width: 250px;
	display: inline-block;
	text-align:center;
}
.tb_shop_div .chlid_td .d6{
	min-width: 300px;
	display: inline-block;
	text-align:center;
}
.tb_shop_div .chlid_td .d6 .btn1{
	height: 30px;
	font-size: 12px;
	background-color: #E7C062;
}
.tb_shop_div .chlid_td .d6 .btn2{
	height: 30px;
	font-size: 12px;
	background-color: #DA7C2F;
}
.tb_shop_div .chlid_td .d6 .btn3{
	height: 30px;
	font-size: 12px;
	background-color: #2e924c;
}
.tb_shop_div .chlid_td i {
	font-size: 25px;
	position: relative;
    top: 5;
}
.group_defaule{
	padding: 20px 0px;
}
.group_defaule input[type='text']{
	font-size: 12px;
    width: 180px;
    margin-bottom: 10px;
    display: inline-block;
}
.group_defaule input[type='checkbox']{
	width: 15px;
	height :15px;
	margin-left: 5px;
}
.group_defaule p{
	font-size: 12px;
}
.group_select{
	padding: 20px 0px;
}
.group_select span{
	font-size: 13px;
}
.group_select select{
	font-size: 12px;
	display: inline-block;
	height: 30px;
    width: 160px;
}
.group_select_shop{
	padding: 0px;
	height: 350px;
}
.group_select_shop .dd{
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.group_select_shop .dd .d1{
	position: relative;
	font-size: 14px;
	width: 180px;
	display: inline-block;
	text-align: center;
}
.group_select_shop .dd .d2{
	position: relative;
	font-size: 14px;
	width: 120px;
	display: inline-block;
	text-align: center;
}
.group_select_shop .dd .d3{
	position: relative;
	font-size: 14px;
	width: 170px;
	display: inline-block;
	padding-left: 10px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	top: 6;
}
.group_select_shop .dd input[type='checkbox']{
	width: 15px;
	height :15px;
	margin-right: 5px;
}

.sku_manage{
	padding: 120 80 0 80;
}
.sku_manage .sku_header{
	min-width: 1420px;
}

.sku_manage .sku_header select{
	width:100px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
    top: 2;
    margin-right:10;
}
.sku_manage .sku_header .btn{
	width:60px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
}
.sku_manage .sku_header .input{
	width:250px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.sku_manage .sku_header .input1{
	width:150px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}

.sku_manage .sku_content{
	min-width: 1420px;
	margin-top: 10px;
}
.sku_content .shopTable{
	width: 1700;
	height: auto;
	position: relative;
}
.sku_content .shopTable th{
	font-size: 13px;
	height: 40px;
	background-color: #F2F2F2;
	border: 1px solid #E6E6E6;
}
.sku_content .shopTable tbody{
	width: 100%;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.sku_content .shopTable tbody tr{
	width: 100%;
}
.sku_content .shopTable td{
	text-align: center;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #E6E6E6;
	border-left: none;
	border-top: none;
	height: 50px;
	color: #4c4c4c;
}
.sku_content .shopTable .t1{
	width: 140px;
}
.sku_content .shopTable .t2{
	width: 380px;
}
.sku_content .shopTable .t3{
	width: 250px;
}
.sku_content .shopTable .t4{
	width: 180px;
}
.sku_content .shopTable .t5{
	width: 180px;
}
.sku_content .shopTable .t6{
	width: 120px;
}
.sku_content .shopTable .t7{
	width: 200px;
}
.sku_content .shopTable .tb2 {
    display: table-cell;
    vertical-align: middle;
    padding-right:5px;
}
.sku_content .shopTable .tc2 {
	line-height: 1.5;
    text-align: left;
    display: table-cell;
    width: 75%;
}
.sku_content .shopTable .t7 p{
	text-align: left;
	margin-bottom: 5px;
}
.sku_content .shopTable img {
	width: 70px;
}
.sku_content .shopTable input[name='simpleTitle'] {
	width:100%;
	border-radius:0px;
	font-size:12px;
	height: 30;
}
.sku_content .shopTable input[name='purchasePrice'] {
	width:100%;
	border-radius:0px;
	font-size:12px;
	height: 30;
}
.sku_content .shopTable input[name='weight'] {
	width:100%;
	border-radius:0px;
	font-size:12px;
	height: 30;
}
.sku_content .shopTable input[name='skuSimpleTitle'] {
	width:100%;
	border-radius:0px;
	font-size:12px;
	height: 30;
}
.sku_content .shopTable input[name='skuPurchaseFee'] {
	width:100%;
	border-radius:0px;
	font-size:12px;
	height: 30;
}
.sku_content .shopTable input[name='skuWeight'] {
	width:100%;
	border-radius:0px;
	font-size:12px;
	height: 30;
}
.sku_content .shopTable .btn1 {
	height: 30;
}
.sku_content .shopTable .tr-odd{
	background: rgba(179,214,251,0.35);
}
.sku_content .shopTable .tr-odd td{
	background: rgba(179,214,251,0.35);
}
.sku_content .shopTable .tr-even{
	background: #f9f9f9;
}


.sub_manage{
	padding: 120 80 0 80;
}
.sub_manage .sub_header{
	min-width: 1420px;
}
.sub_manage .sub_header select{
	width:100px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
    top: 2;
    margin-right:10;
}
.sub_manage .sub_header .btn1{
	width:60px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
}
.sub_manage .sub_header .btn2{
	width:80px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
}
.sub_manage .sub_header .input{
	width:250px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.sub_manage .sub_content{
	min-width: 1420px;
	margin-top: 10px;
}

.trade_info{
	padding: 5px;
}
.trade_info .trade_title{
	margin: 10px;
    font-size: 15;
    font-weight: bold;
    color: gray;
}
.trade_info .trade_content{
	margin: 10px;
    font-size: 15;
}
.trade_info .trade_content input{
    font-size: 13;
    width: 250px;
    display: inline-block;
}
.trade_info .trade_content .sub_select{
    font-size: 13;
    width: 200px;
    display: inline-block;
}
.trade_info .trade_content button{
    font-size: 13;
    display: inline-block;
    height: 35px;
}
.trade_info .trade_content table th{
	text-align: center;
	font-size: 13px;
	font-weight:bold;
}
.trade_info .trade_content table td{
	text-align: center;
	font-size: 13px;
}

.front_waybill_header{
	padding: 120 80 20 80;
}
.front_waybill_header .content{
	background-color: #fff;
	box-shadow:0 0 1px #000 inset;
	height: 90px;
}
.front_waybill_header .mm{
	width:18%;
	display: inline-block;
	text-align: center;
	height: inherit;
	cursor: pointer;
}
.front_waybill_header .mm .p1{
	margin-top:20px;
	font-size:16px;
}
.front_waybill_header .mm .p2{
	font-size:25px;
}


.front_waybill_div{
	padding: 120 80 40 80;
}
.front_waybill_div .header_div{
	min-width: 1420px;
}
.front_waybill_div .header_div select{
	width:100px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
    top: 2;
    margin-right:10;
}
.front_waybill_div .header_div .btn{
	width:60px;
	font-size: 12px;
	display: inline-block;
	height: 35;
    position: relative;
}
.front_waybill_div .header_div .input{
	width:250px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}
.front_waybill_div .header_div .input1{
	width:150px;
	font-size: 12px;
	display: inline-block;
	height: 35;
	margin-right:10;
    position: relative;
}


.add_cu_div{
	display: table;
	height: 100%;
	margin: auto;
    vertical-align: middle;
}
.add_cu_div table{
	vertical-align: middle;
	display:table-cell;
}
.add_cu_div table .un{
	font-size: 13px;
    top: 28.5;
    position: relative;
    left: 7%;
}

.add_cu_div table input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 13px;
	margin-bottom: 20px;
	border-radius:0px;
}


.author_cu_div{
	padding: 120 80 30 80;
	min-width: 1420px;
}
.author_cu_div .author_header_div{
	padding: 20 0;
}
.author_cu_div .author_border{
   	background-color:#cecece;
   	position: relative;
    width: 1;
    margin-top: 18;
    float: left;
    left: 10;
}
.author_cu_div .author_p1{
	padding: 10px 0px;
}
.author_cu_div .author_c1{
	padding-left: 10px;
}
.author_cu_div .author_c1 .sline{
	position: relative;
	top: -5px;
	color: #cecece;
}
.author_cu_div .author_c2 .layui-form-checkbox{
	width:320px;
}

.author_cu_div .shopSet .shopLine{
	position: relative;
	top: -5px;
	color: #cecece;
}
.author_cu_div .shopSet .shop_border{
	background-color:#cecece;
   	position: relative;
    width: 1;
    margin-top:-52;
    float: left;
    left: 10;
}


.cu_update_p {
	display: none;
	padding: 35 35 0 35;
}
.cu_update_p li input{
	width: 330px;
	padding-left: 7%;
	height: 40px;
	font-size: 13px;
	margin-bottom: 20px;
	border-radius:0px;
}


/*待打印页面*/
.wait_print{
	padding:105 80 0 80;
	min-width:1600px;
}
.wait_print .wait_print_left_div{
	display:inline-block;
	height:45px;
	width:95%;
    margin:10px 0px;
}
.wait_print .wait_print_left_div .model_btn{
	display: inline-block;
	float: right;
    line-height: 3.5;
}
.wait_print .wait_print_left_div .input1{
	width: 180px;
	font-size: 12px;
}
.wait_print .wait_print_left_div .input2{
	width: 330px;
	font-size: 12px;
}
.wait_print .wait_print_left_div .input3{
	height: 30px;
}
.wait_print .wait_print_left_div td{
	padding-right:10px;
}
.wait_print .wait_print_left_div .layui-form-select{
	font-size: 12px;
	width: 110px;
}
.wait_print .wait_print_left_div .layui-form-select input{
	font-size: 12px;
}
.wait_print .wait_print_left_div ul li{
	display:inline-block;
	margin:5px;
}
.wait_print .wait_print_left_div .layui-form-checkbox span{
	font-size: 13px;
}

.wait_print .print_term_list{
	padding:15px;
	border: 1px dashed #c9c6c6;
	/* width: 96.8%; */
}
.wait_print .print_term_list span{
	font-size:13px;
	font-weight:700;
}
.wait_print .print_term_list .print_term{
	display:inline-block;
	margin-right:20px;
}
.wait_print .print_term_list .term_unselect{
	display:inline-block;
	padding:7px 15px;
	font-size:12px;
	border:1px solid #c9c6c6;
	cursor:pointer;
	border-right-width:0px;
	margin-right:-3.3px;
}
.wait_print .print_term_list .term_unselect:last-child {
	border-right-width:1px
} 
.wait_print .print_term .term_select{
	display:inline-block;
	padding:7px 15px;
	font-size:12px;
	border:1px solid #4276F2;
	cursor:pointer;
	margin-right:-3.3px;
	color:#4276F2;
	font-weight:700;
}
.wait_print .print_term_list .termOk{
	font-size:20px;
	color:#1E9FFF;
	position:absolute;
	margin:2px 0px 0px -12px;
	font-weight:700;
}


/* .wait_print .wait_print_right_div{
	display:inline-block;
	min-width: 420px;
	margin-top: 10px;
}
.wait_print  .wait_print_right_div .form-pic{
	height: 90px;
	margin-right: 15px;
}
.wait_print  .wait_print_right_div .form-pic img{
	width: 60px;
	cursor: pointer;
}
.wait_print  .wait_print_right_div .form-pic .imgT{
	height:30;
	font-size: 12px;
	text-align: center;
	margin-top: 8;
} */

.wait_print_table{
	padding:0 80 40 80;
}
.wait_print_table .layui-table-cell{
	font-size: 13px;
}

.expand {
	width: 2px;
    height: inherit;
    float: right;
    background-color: red;
    cursor: se-resize;
}