/*公用css*/
label{font-weight: inherit;}
.w-100b{width: 100%}
.w-110{width: 110px;}
.h32{height: 32px;}
.lh32{line-height: 32px;}
.f14{font-size: 14px;}
.c-1D1E23{color: #1D1E23}
.bg-fff{background-color: #fff}
.plr-12im{padding:0 12px !important;}
.plr-12{padding:0 12px;}
.pr-12{padding-right: 12px;}
.pl-12{padding-left: 12px;}
.bor-1-dadada{border:1px solid #dadada;}
.r-align{text-align: right;}
.block{display: block;}
.box-sizing{box-sizing:border-box;}
/*外部html框架css*
/*顶部导航*/
body{
	min-width:1200px;
	background-color: #EAEDF2
}
#body-main{
	min-height: 100%;
}
.navbars{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
	height: 64px;
	background-color: #ffffff;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
.navbars .left-module{
	width: 240px;
	height: 64px;
	background-color: #24293E;
}
.sidebar-bg{
	height: 100%;
	width: 240px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	background-color: #1C1F30;
}
.containers{
	padding: 64px 0 60px 0;
}
.containers .mian{
	padding: 20px 20px 0;
	width: calc(100% - 280px);
	float: left;
}
.containers .side-bar{
	width: 240px;
	padding-top: 40px;
	min-height: 100%;
}
.containers .add-content{
	width: 216px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	border:1px dashed rgba(255,255,255,0.25);
	margin: 0 auto 20px;
	text-align: center;
	color: rgba(255,255,255,0.65)
}



/*添加新单页*/
.single_page{
	width: 100%;
	background-color:#fff;
}
.single_page .title{
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	border-bottom: 1px solid #E1E1E5;
	font-size: 16px;
	color: #1D1E23
}
.single_page .max-box{
	padding: 20px 20px 32px; 
}
.single_page .content-module{
	background-color: #FAFAFA;
	border: 1px solid rgba(225,225,229,1);
}
.single_page .content-module .subtitle{
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border-bottom: 1px solid #E1E1E5;
	background-color: #fff;
}
.single_page .content-module .subtitle span{
	font-size: 14px;
	color: rgba(29,30,35,0.45);
	margin-left: 8px;
}
.single_page .content-module .boxed{
	padding: 40px 0;
}
.single_page .content-module .boxed .box{
	border-top: 0
}
.single_page .content-module .boxed .box .mbox{
	width: calc(100% - 170px);
	max-width: 800px;
	margin-left: 8px;
}