@charset "utf-8";

html {
    background-color: #FFF;
    font-family: "Microsoft YaHei","Times New Roman","Georgia","Serif";
}

/* 滚动条的样式*开始 */
::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 0;
}
::-webkit-scrollbar {
	width: 6px;
	height: 10px;
}
::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
	background-color: #999;
	-webkit-border-radius: 4px;
	outline: 2px solid #fff;
	outline-offset: -2px;
	border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
	background-color: #9f9f9f;
	-webkit-border-radius: 4px;
}
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
	background-color: #CCCCCC;
	-webkit-border-radius: 6px;
}
/* 滚动条的样式*结束 */

.c_p{
	cursor: pointer;
}

body, html,
.layui-text,
.layui-table td,
.layui-table th,
.layui-nav *,
.layui-breadcrumb>*,
.layui-tab-title li,
.layui-none,
.layui-layout-admin .layui-logo,
.layui-layer-dialog .layui-layer-content,
.xm-select-parent .xm-select-title div.xm-select-label>span,
.xm-form-checkbox > span,
.xm-select-parent .xm-form-select dl .xm-select-tips,
.xm-iconfont,
.layui-layer-dialog .layui-layer-content,
.layui-form-radio *{
    /*font-size: 12px !important;*/
}
.layui-card .layui-tab-brief .layui-tab-title li {
    margin: 0 5px !important;
    line-height: 50px !important;
}
.layui-nav cite {
    font-size: 13px !important;
}
.layui-nav .layui-icon{
	font-size: 14px !important;
}
.layui-table{
	color: #000;
}

.layui-nav-tree .layui-nav-child a,.layui-nav .layui-nav-item a{
	color: #fff;
}

.f-l{
	float: left;
}
.f-r{
	float: right;
}
.f-clear{
	clear: both;
}

.t-l{
	text-align: left;
}
.t-c{
	text-align: center;
}
.t-r{
	text-align: right;
}

.width-30{
	width:30px !important;
}
.width-40{
	width:40px !important;
}
.width-50{
	width:50px !important;
}
.width-80{
	width:80px !important;
}
.width-100{
	width:100px !important;
}
.width-150{
	width:150px !important;
}
.width-200{
	width:200px !important;
}
.width-300{
	width:300px !important;
}
.width-400{
	width:400px !important;
}
.width-500{
	width:500px !important;
}

.left-0{
	margin-left: 0px !important;
}
.left-5{
	margin-left: 5px !important;
}
.left-10{
	margin-left: 10px !important;
}
.left-15{
	margin-left: 15px !important;
}
.left-20{
	margin-left: 20px !important;
}
.left-30{
	margin-left: 30px !important;
}
.left-40{
	margin-left: 40px !important;
}
.left-45{
	margin-left: 45px !important;
}
.left-50{
	margin-left: 50px !important;
}
.left-100{
	margin-left: 100px !important;
}
.left-200{
	margin-left: 200px !important;
}

.left--5{
	margin-left: -5px !important;
}
.left--10{
	margin-left: -10px !important;
}
.left--15{
	margin-left: -15px !important;
}
.left--20{
	margin-left: -20px !important;
}
.left--50{
	margin-left: -50px !important;
}
.left--100{
	margin-left: -100px !important;
}
.left--200{
	margin-left: -200px !important;
}

.height-5{
	height: 5px !important;
}
.height-10{
	height: 10px !important;
}
.height-15{
	height: 15px !important;
}
.height-20{
	height: 20px !important;
}
.height-25{
	height: 25px !important;
}
.height-30{
	height: 30px !important;
}
.height-35{
	height: 35px !important;
}
.height-40{
	height: 40px !important;
}
.height-45{
	height: 45px !important;
}
.height-50{
	height: 50px !important;
}
.height-60{
	height: 60px !important;
}
.height-70{
	height: 70px !important;
}
.height-80{
	height: 80px !important;
}
.height-90{
	height: 90px !important;
}
.height-100{
	height: 100px !important;
}
.height-150{
	height: 150px !important;
}
.height-200{
	height: 200px !important;
}


.fz-10{
	font-size: 10px !important;
}



label.error{
	position: absolute;
	right: 18px;
	top: 10px;
	color:#ef392b;
	font-size: 11px
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e6e6e6;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e6e6e6;
}

.layui-form-checkbox {
    height: 25px;
    line-height: 25px;
}
.layui-form-pane .layui-form-checkbox {
    margin: 4px 0 4px 4px;
}
.layui-form-checkbox span {
    font-size: 13px;
}


.layui-icon-tips{
 	margin-left: 8px;
}

.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    cursor: pointer;
}

.layui-box{
	float: right;
}

.layui-form-checkbox i{
	height: 24px;
}

.layui-btn-sm i {
    font-size: 12px !important;
}

.layui-table-view .layui-table th{
	font-weight: bold;
}

input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 12px;
    text-align: left;
}

.bc_green {
	background-color : #62b77a !important;
}
.bc_blue {
	background-color : #2b91c6 !important;
}
.bc_red {
	background-color : #e13721 !important;
}
.bc_white {
	background-color : #FFF !important;
}

.c_green {
	color : #62b77a !important;
}
.c_blue {
	color : #2b91c6 !important;
}
.c_red {
	color : #e13721 !important;
}
.c_red_2 {
	color : #ff5b5b !important;
}
.c_white {
	color : #FFF !important;
}

.b_radius {
	border-radius: 5px !important;
}
.b_radius_50 {
	border-radius: 50%;
}
.a_underline {
	text-decoration: underline !important;
	margin-left: 10px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #62b77a !important;
}
.layui-input, .layui-select, .layui-textarea {
    height: 30px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}

button, input, optgroup, option, select, textarea{
	font-size: 12px;
}

.line-limit-length {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sq-20{
	width:20px;height:20px;
}
.sq-35{
	width:35px;height:35px;
}
.sq-40{
	width:40px;height:40px;
}
.sq-50{
	width:50px;height:50px;
}
.sq-100{
	width:100px;height:100px;
}
.sq-120{
	width:120px;height:120px;
}
.sq-150{
	width:150px;height:150px;
}
.sq-200{
	width:200px;height:200px;
}


/*input.layui-input {*/
/*	margin-left: 10px;*/
/*}*/
input.layui-input:hover, .textarea:hover {
	border: solid 1px #84d5ff !important;
}
.layui-input.focus, textarea.focus {
	border: solid 1px #0f9ae0;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(102, 175, 233, 0.6)
}
/*input.input-t{*/
/*	width:240px;*/
/*}*/
button.search{
	width:40px;
	margin-left: -5px;
}




/*.layui-form-select dl{*/
/*	margin-left: 10px;*/
/*}*/
/*.layui-form-select .layui-edge{*/
/*	right: -5px;*/
/*}*/
.xm-form-checkbox > i{
	width: 12px;
    height: 12px;
}



.count_left_down{
	color: #f76e4b !important;
	height: 1.5rem !important;
}



/*add by waf 2019-4-17*/
button.J_jurisdictionBtn {
	display: none;
}