@charset "utf-8";

body, html{ 
	width: 100%; 
	height: 100%; 
	overflow: auto;
	font-size: 14px;
	color: #333;
}
body.p_right{ 
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*body.main{ overflow: hidden; /*height:1000px;}*/

.forbid {
	-webkit-user-select: none; 	/* Chrome all / Safari all */
	-moz-user-select: none; 	/* Firefox all */
	-ms-user-select: none; 		/* IE 10+ *//* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;
}

/*取消内边距*/
.box_s{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*大标题*/
p.title {
	padding-left: 24px;
	margin: 0;
	height: 25px;
	color: #2dcc70;
	font-size: 14px;
	line-height: 25px;
	
	margin-bottom: 10px;
}

/*圆点*/
.dot {
	display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    float: left;
    margin: 27px 6px 0 14px;
}

/*圆角阴影边框*/
.bead_border {
	background: #fff;
	border-radius: 5px;
	width: 100%;
	-moz-box-shadow: 0 1px 5px #b8b8b8;
	-webkit-box-shadow: 0 1px 5px #b8b8b8;
	box-shadow: 0 1px 5px #b8b8b8;
}

/*标题圆点*/
h3 .dot {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

/*必填*/
.mustIn {
	position: relative;
}

.mustIn::before {
	content: '*';
	width: 10px;
	height: 16px;
	color: #f74d47;
	position: absolute;
	top: 42px;
	left: -42px
}

.pr{ position: relative; }
.pa{ position: absolute; }
.ds{ display: none; }
.fl{ float: left; }
.fr{ float: right; }
/*清空浮动*/
.cf:after{ content: ''; height: 0; display : block ; clear: both; visibility: hidden ; }

/*按钮*/
.btn {
	width: 80px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	border: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none; 
}

.btn.mr8{ margin-right: 8px; }

.btn.gray {
	background: #cccccc;
}

.btn.blue {
	background: #5b88c0;
}

.btn.green {
	background: #28b765;
}

.btn.yellow {
	background: #ffc66d;
}

.btn.gray:hover {
	background: #bbbbbb;
}

.btn.blue:hover {
	background: #4b77ae;
}

.btn.green:hover {
	background: #1d9e54;
}

.btn.yellow:hover {
	background: #fcba54;
}

span.long {
	width: 1px;
    height: 20px;
    background: #333;
    display: inline-block;
}

/*地址选择下拉框*/
.downBox {
	position: relative;
	width: 230px;
	min-width: 120px;
	height: 40px;
	outline: 0 none;
	display: inline-block;
	border-radius: 5px;
    border: 1px solid #ccc;
	padding-left:20px;
	margin-left:20px;

}

.downBox.br{ border-radius: 5px 5px 0 0; }

.downBox .downBox_con {
	position: absolute;
	top:40px;
	left: -1px;;
	width: 100%;
	max-height: 230px;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;	
	z-index:100;
}

.downBox .downVal {
	width:100%;
	height:40px;
	line-height:40px;
	cursor: pointer;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 101;

}

.downBox ul li {
	width: 100%;
	height: 40px;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 10px 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.downBox ul li:last-child {
	border-bottom: 0 none;
}

.downBox ul li.active,
.downBox ul li:hover {
	color: #fff;
	background: #00aaee;
}

.downBox:after {
	cursor: pointer;
	position: absolute;
	top: 45%;
	right: 10px;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
}

/* 遮罩层  */
.winbox, .add_edit{
	-webkit-user-select: none; 	/* Chrome all / Safari all */
	-moz-user-select: none; 	/* Firefox all */
	-ms-user-select: none; 		/* IE 10+ */
	-o-user-select: none;
	user-select: none;
}

.winbox p{
    text-align: center;
}
.winbox img{
    width: 40px;
    height: auto;
    margin-bottom: 16px;
}

/*底部*/
/*.b_footer {
	width: 50%;
	left: 0;
	bottom: 16px;
	padding-left: 40%;
}*/

#pageTool {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


section.mb10{ margin-bottom: 10px; }
/* 搜索栏选项  */
.search_bar{
	font-size: 0px;
	width: 100%;
    padding: 24px 0 10px 24px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.search_bar .mb14{ margin-bottom: 14px; }
.search_bar .mr8{ margin-right: 8px; }
.search_bar .item{ display: inline-block; }

.search_bar .write_in{     
	width: 116px;
    height: 24px;
    padding:0 6px;
    outline: 0 none;
    margin-right: 8px;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
}

.search_bar span,
.search_bar li,
.search_bar div,
.search_bar input{ font-size: 14px; }

.search_bar label{ 
	font-size: 14px; 
	height: 26px; 
	line-height: 26px; 
	padding-right: 8px; 
}

.search_bar span.hx{ 
	display: inline-block; 
	height: 26px; 
	line-height: 26px; 
	margin-right: 8px; 
}

table{ width: 100%; }
table th{ font-weight: normal;}
table th, table td{
	color: #4c4c4c;
	text-align:center;
	height: 60px;
}
table td{ height: 40px; }

table th.right80 {
    text-align: right;
    padding-right: 80px;
}

section.table{ padding-left: 24px; padding-right: 24px; }

.dk_container{
	margin-bottom: 0;
}

/**查看和操作按钮样式*/

.see{
	background:#6597D6;
	height:24px;
	padding:5px 12px;
	border-radius:10px;
	color:#fff;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}

.jPaginate {
	margin-top: 40px;
    left: 50%;
    transform: translateX(-10%);
	-ms-transform: translateX(-10%);		/* IE 9 */
	-webkit-transform: translateX(-10%);	/* Safari and Chrome */
	-o-transform: translateX(-10%);			/* Opera */
	-moz-transform: translateX(-10%);		/* Firefox */
}

/*小于1300px的时候 */
/*@media screen and ( max-width: 1300px ){
	.search_bar .write_in,
	.search_bar .downBox{ width: 100px; }
	p.title{ padding-left: 14px; padding-right: 14px; }
	.search_bar{ padding: 14px 0 0px 14px; }
	section.table{ padding-left: 14px; }
	table td{ height: 35px; }
	.btn{ width: 70px; }
}
@media screen and (min-width: 1300px) and ( max-width: 1380px) {
    table td{ height: 40px; }
}
@media screen and (min-width: 1380px) and ( max-width: 1600px) {
    table td{ height: 45px; }
}
@media screen and (min-width:1600px) {
    table td{ height: 50px; }
}*/