@charset "utf-8";

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

input::clear,
input::reveal {
	display: none;
}

/* div::-webkit-scrollbar {
	display: none
}

div::scrollbar {
	display: none
} */

body {
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei", "PingFang SC", "Arial";
}

input,
textarea {
	box-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none;
}

/* select {
	-webkit-appearance: none;
}
 */
ul,
li,
p,
body,
img {
	margin: 0;
	padding: 0;
	word-break: break-word;
	border: 0;
	list-style: none;
}

textarea {
	resize: none;
	outline: none
}

/* 统一placeholder文字颜色 */
::-moz-placeholder {
	color: #999;
}

/*ff*/
::-webkit-input-placeholder {
	color: #999;
}

/*chrome,safari*/
:-ms-input-placeholder {
	color: #999;
}

/*IE10*/
a {
	color: #333;
	transition: .3s;
}

a:visited,
a:hover,
a:focus {
	text-decoration: none;
}

a:focus,
a:hover {
	color: #3F71E2;
	text-decoration: none
}

a:active,
.hover {
	color: #3F71E2;
	text-decoration: none
}

a:active img {
	opacity: .9
}

a.hover {
	color: #3F71E2;
	text-decoration: none
}

a.hover:active {
	color: #3F71E2
}

a.hover:hover {
	color: #3F71E2;
	text-decoration: underline;
}

a.disabled, a.disabled:hover, a.disabled:active{ color: #999;}


h1,h2,h3,h4,h5,h6{ margin: 0;}

.requird {
	color: red !important
}

/*字体大小*/
.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

/*字体颜色*/
.color_fff {
	color: #fff
}

.color_333 {
	color: #333
}

.color_666 {
	color: #666
}

.color_999 {
	color: #999
}

.color_000 {
	color: #000
}

.color_3C57A8 {
	color: #3C57A8
}

.color_red {
	color: #FF2727
}

/*外边距*/
.margin_t10 {
	margin-top: 10px!important;
}

.margin_t20 {
	margin-top: 20px!important;
}

.margin_t30 {
	margin-top: 30px!important;
}

.margin_t40 {
	margin-top: 40px!important;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_b30 {
	margin-bottom: 30px;
}

.margin_b40 {
	margin-bottom: 40px;
}

.margin_l10 {
	margin-left: 10px;
}

.margin_l20 {
	margin-left: 20px;
}

.margin_l30 {
	margin-left: 30px;
}

.margin_l40 {
	margin-left: 40px;
}

.margin_r10 {
	margin-right: 10px;
}

.margin_r20 {
	margin-right: 20px;
}

.margin_r30 {
	margin-right: 30px;
}

.margin_r40 {
	margin-right: 40px;
}

.margin_lr10 {
	margin-right: 10px;
	margin-left: 10px;
}

.margin_lr20 {
	margin-right: 20px;
	margin-left: 20px;
}

.margin_lr30 {
	margin-right: 30px;
	margin-left: 30px;
}

.margin_lr40 {
	margin-right: 40px;
	margin-left: 40px;
}

/*内边距*/
.pad_t5 {
	padding-top: 5px;
}

.pad_t10 {
	padding-top: 10px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_t30 {
	padding-top: 30px;
}

.pad_t40 {
	padding-top: 40px;
}

.pad_b10 {
	padding-bottom: 10px;
}

.pad_b15 {
	padding-bottom: 15px;
}

.pad_b20 {
	padding-bottom: 20px;
}

.pad_b30 {
	padding-bottom: 30px;
}

.pad_b40 {
	padding-bottom: 40px;
}

.pad_l10 {
	padding-left: 10px;
}

.pad_l20 {
	padding-left: 20px;
}

.pad_l30 {
	padding-left: 30px;
}

.pad_l40 {
	padding-left: 40px;
}

.pad_r10 {
	padding-right: 10px;
}

.pad_r20 {
	padding-right: 20px;
}

.pad_r30 {
	padding-right: 30px;
}

.pad_r40 {
	padding-right: 40px;
}

.pad_lr10 {
	padding-right: 10px;
	padding-left: 10px;
}

.pad_lr20 {
	padding-right: 20px;
	padding-left: 20px;
}

.pad_lr30 {
	padding-right: 30px;
	padding-left: 30px;
}

.pad_lr40 {
	padding-right: 40px;
	padding-left: 40px;
}

.pad_tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pad_tb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pad_tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad_tb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pad_tb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bg_fff {
	background: #fff;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mark {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 150;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.img_no {
	background: url(../img/img_no.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.no_data {
	text-align: center;
	padding: 30px 0;
	color: #666
}

.no_data img {
	width: 120px;
	margin-bottom: 20px;
}

.over_hide {
	overflow: hidden;
}

/*页码*/
.new_pages {
	line-height: 28px;
	font-size: 14px;
	padding: 30px 0;
}

.new_pages input,
.new_pages select {
	outline: none;
	width: 54px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding-left: 5px;
	background: none;
}

.new_pages select option {
	color: #333
}

.new_pages a {
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.6);
	line-height: 28px;
	border-radius: 0px;
	color: #333333;
	padding: 0 5px;
	min-width: 30px;
	text-align: center;
}

.new_pages a.r_n {
	border-color: #C9C9CA
}

.new_pages a.go {
	color: #333;
	background: #fff;

	/* border-color: #EA5404; */
}

.new_pages a.s_e {
	color: #999
}

.new_pages a.active,
.new_pages a.cur {
	border-color: #3F71E2;
	background: #3F71E2;
	color: #fff;
}

.new_pages form {
	display: inline;
}

/*layer样式*/
body .layui-layer-dialog.my_confirm .layui-layer-content {
	padding: 35px 20px;
	text-align: center;
	color: #333333;
	line-height: 24px;
	font-size: 22px;
}

body .layui-layer-dialog.my_confirm .layui-layer-content p {
	font-size: 16px;
	color: #999999;
	padding: 0 30px;
	padding-top: 20px;
	line-height: 22px;
}

body .layui-layer-setwin .layui-layer-close2 {
	right: -5px;
	top: -5px;
}

body .layui-layer-close2.layui-layer-ico {
	background: url(../img/close2.png) center center no-repeat;
}

body .layui-layer-close2.layui-layer-ico:hover {
	background: url(../img/close2.png) center center no-repeat;
}

body .layui-layer-btn {
	padding-bottom: 40px;
}

body .layui-layer-btn .layui-layer-btn0 {
	display: inline-block;
	width: 176px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	background: #EA5404;
	border: none;
	margin-right: 20px;
}

body .layui-layer-btn .layui-layer-btn1 {
	display: inline-block;
	width: 176px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	background: #f8f8f8;
	background-size: auto 100%;
	border: none;
}
@media (min-width:1366px){.col-llg-1,.col-llg-10,.col-llg-11,.col-llg-12,.col-llg-2,.col-llg-3,.col-llg-4,.col-llg-5,.col-llg-6,.col-llg-7,.col-llg-8,.col-llg-9{float:left}.col-llg-12{width:100%}.col-llg-11{width:91.66666667%}.col-llg-10{width:83.33333333%}.col-llg-9{width:75%}.col-llg-8{width:66.66666667%}.col-llg-7{width:58.33333333%}.col-llg-6{width:50%}.col-llg-5{width:41.66666667%}.col-llg-4{width:33.33333333%}.col-llg-3{width:25%}.col-llg-2{width:16.66666667%}.col-llg-1{width:8.33333333%}.col-llg-pull-12{right:100%}.col-llg-pull-11{right:91.66666667%}.col-llg-pull-10{right:83.33333333%}.col-llg-pull-9{right:75%}.col-llg-pull-8{right:66.66666667%}.col-llg-pull-7{right:58.33333333%}.col-llg-pull-6{right:50%}.col-llg-pull-5{right:41.66666667%}.col-llg-pull-4{right:33.33333333%}.col-llg-pull-3{right:25%}.col-llg-pull-2{right:16.66666667%}.col-llg-pull-1{right:8.33333333%}.col-llg-pull-0{right:auto}.col-llg-push-12{left:100%}.col-llg-push-11{left:91.66666667%}.col-llg-push-10{left:83.33333333%}.col-llg-push-9{left:75%}.col-llg-push-8{left:66.66666667%}.col-llg-push-7{left:58.33333333%}.col-llg-push-6{left:50%}.col-llg-push-5{left:41.66666667%}.col-llg-push-4{left:33.33333333%}.col-llg-push-3{left:25%}.col-llg-push-2{left:16.66666667%}.col-llg-push-1{left:8.33333333%}.col-llg-push-0{left:auto}.col-llg-offset-12{margin-left:100%}.col-llg-offset-11{margin-left:91.66666667%}.col-llg-offset-10{margin-left:83.33333333%}.col-llg-offset-9{margin-left:75%}.col-llg-offset-8{margin-left:66.66666667%}.col-llg-offset-7{margin-left:58.33333333%}.col-llg-offset-6{margin-left:50%}.col-llg-offset-5{margin-left:41.66666667%}.col-llg-offset-4{margin-left:33.33333333%}.col-llg-offset-3{margin-left:25%}.col-llg-offset-2{margin-left:16.66666667%}.col-llg-offset-1{margin-left:8.33333333%}.col-llg-offset-0{margin-left:0}}

.text-primary{color:#3F71E2;cursor: pointer;}
/* 自定义按钮项目主体色 －S */
.btn{padding:6px 15px;border-radius:4px;}
.btn:focus{outline:none!important;}
.btn:active{box-shadow:inset 0 1px 5px rgb(0 0 0 / 13%)!important;}
.btn-obj{color:#fff;background-color:#3F71E2;border-color:#3F71E2;}
.btn-obj:hover,.btn-obj:focus,.btn-obj:active,.btn-obj.active,.open .dropdown-toggle.btn-obj{color:#fff; opacity: .9;}
.btn-obj.disabled,.btn-obj[disabled],fieldset[disabled] .btn-obj,.btn-obj.disabled:hover,.btn-obj[disabled]:hover,fieldset[disabled] .btn-obj:hover,.btn-obj.disabled:focus,.btn-obj[disabled]:focus,fieldset[disabled] .btn-obj:focus,.btn-obj.disabled:active,.btn-obj[disabled]:active,fieldset[disabled] .btn-obj:active,.btn-obj.disabled.active,.btn-obj[disabled].active,fieldset[disabled] .btn-obj.active{background:#ccc;border-color:#ccc;color:#fff;}



.btn-outline-obj{color:#3F71E2;background-color:#FFF;border-color:#3F71E2;}
.btn-outline-obj:hover,.btn-outline-obj:focus,.btn-outline-obj:active,.btn-outline-obj.active,.open .dropdown-toggle.btn-outline-obj{color:#3F71E2;background-color:#3F71E220;}
.btn-outline-obj.disabled,.btn-outline-obj[disabled],fieldset[disabled] .btn-outline-obj,.btn-outline-obj.disabled:hover,.btn-outline-obj[disabled]:hover,fieldset[disabled] .btn-outline-obj:hover,.btn-outline-obj.disabled:focus,.btn-outline-obj[disabled]:focus,fieldset[disabled] .btn-outline-obj:focus,.btn-outline-obj.disabled:active,.btn-outline-obj[disabled]:active,fieldset[disabled] .btn-outline-obj:active,.btn-outline-obj.disabled.active,.btn-outline-obj[disabled].active,fieldset[disabled] .btn-outline-obj.active{background:#ccc;border-color:#3F71E2;color:#3F71E2;}

.btn-primary{color:#fff;background-color:#3F71E2;border-color:#3F71E2;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-color:#3F71E2;color:#fff; opacity: .9;}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background:#ccc;border-color:#ccc;color:#fff;}

.btn-light{color:#333;background-color:#fff;border-color:#ccc;}
.btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light.active,.open .dropdown-toggle.btn-light{color:#000; opacity: .9;}
.btn-light.disabled,.btn-light[disabled],fieldset[disabled] .btn-light,.btn-light.disabled:hover,.btn-light[disabled]:hover,fieldset[disabled] .btn-light:hover,.btn-light.disabled:focus,.btn-light[disabled]:focus,fieldset[disabled] .btn-light:focus,.btn-light.disabled:active,.btn-light[disabled]:active,fieldset[disabled] .btn-light:active,.btn-light.disabled.active,.btn-light[disabled].active,fieldset[disabled] .btn-light.active{background:#fff;border-color:#ccc;color:#333;}

/* 自定义按钮项目主体色 －E */
/*公用checkbox样式*/
.shop_check{ position: relative; top: 3px; display: inline-block; margin:0; margin-right: 5px; width: 16px; height: 16px; }
.shop_check input{ position: absolute; left: -9999rem }

.shop_check input[type="checkbox"] + i{ position: relative; display: inline-block; width: 16px; height: 16px; }
.shop_check input[type="checkbox"]+ i:before{ content: ""; position: absolute; display: inline-block; width: 16px; height: 16px; border:1px solid #ddd;}
.shop_check input[type="checkbox"]:checked + i:before{ background: #3F71E2; border-color: #3F71E2 }
.shop_check input[type="checkbox"]:checked + i:after{ content: ""; position: absolute; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; width: 9px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);}

.shop_check input[type="radio"] + i{ position: relative; display: inline-block; width: 16px; height: 16px; }
.shop_check input[type="radio"] + i:before{ content: ""; position: absolute; display: inline-block; width: 16px; height: 16px; border:1px solid #ddd; border-radius: 50% }
.shop_check input[type="radio"]:checked + i:before{ background: #fff; border-color: #3F71E2 }
.shop_check input[type="radio"]:checked + i:after{ content: ""; position: absolute; top: 50%; left: 50%; margin-top: -3px; margin-left: -3px; width: 6px; height: 6px; background: #3F71E2; border-radius: 50%;}

.content-box{ padding: 20px 30px;}
.crumbs{ line-height: 34px; color: #999;}
.crumbs a{ color: #999;}

.content-box .table th{ text-align: center; background: #f5f5f5; height: 60px; line-height: 60px; padding: 0; font-size: 16px;}
.content-box .table .status{ color: #24C55A;}
.content-box .table>tbody>tr>td{ padding: 30px 8px; line-height: 20px;}
.content-box .table>tbody>tr>.table-btn{ padding: 20px 8px;}
.content-box .table .table-btn>a{ display: inline-block; margin: 0 5px; width: 70px; height: 40px; line-height: 40px; border:1px solid #3F71E2; border-radius: 20px; color: #3F71E2;}
.content-box .table .table-btn>a:hover{ background: #3F71E2; color: #fff;}
.content-box .table .table-btn .disabled:hover, .content-box .table .table-btn .disabled{ background: #999; border-color: #999; color: #FFF;}
 
.no-data{ padding: 100px 0; color: #999;}

.select2-container--backend .select2-selection--single{height:38px;}
.select2-container--backend .select2-selection--single .select2-selection__rendered{line-height:2.1;}

.text-primary{color:#3F71E2;}
.text-primary:hover,a.text-primary:hover{color:#3F71E2;}
.text-danger{color:#D52C2C;}
.panel-default{padding:0 30px;border:none;}
.panel-default>.panel-heading{background:#fff;padding:20px 0;border-color:#ddd}
h4,.h4,h5,.h5{font-weight:bold;}
.panel-default>.panel-body{padding:20px 0;}

.panel-checkbox{border:none;margin:0;box-shadow:none;}
.panel-checkbox>.panel-heading{padding:0;}
.panel-checkbox>.panel-body{padding:0;border:none;display:none;}
.panel-checkbox.open>.panel-body{display:block;}
.panel-checkbox>.panel-heading img{rotate:0;position:relative;top:-1px;transition:0.2s;}
.panel-checkbox.open>.panel-heading img{rotate:180deg;top:-2px;}
.panel-checkbox>.panel-body label{display:inline-block;margin-right:15px;}
.panel-checkbox>.panel-body label input{position:relative;top:2px;margin-right:5px;}

.input-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
}

a.media img{opacity:0.8;}
a.media:hover img{opacity:1;}

.modal-dialog{margin:calc(100vh / 4 ) auto 0 auto!important;}


.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{border-top:1px solid #E7E7E7}
.table>thead>tr>th{border-bottom:2px solid #E7E7E7}
.table tr td .progress{margin-top:5px}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td{border:1px solid #E7E7E7;padding:11px;font-weight:normal;vertical-align: middle;}
.table-bordered>tbody{background:#fff;}
.table-bordered>thead>tr>th{background:#f2f3f5;vertical-align:middle;}
.table.no-border,
.table.no-border td,
.table.no-border th{border:0}
table.text-center,
table.text-center td,
table.text-center th{text-align:center}
.table.align th{text-align:left}
.table.align td{text-align:right}

.control-label{padding-right:0;}
.form-control{border-radius:4px;border-color:#DCDEE0;}
.form-group.clearfix .control-label.col-xs-12{text-align:right;line-height:40px;}
@media (max-width:992px){
	.form-group.clearfix .control-label.col-xs-12{text-align:left;}
}


.pages{text-align:center;display:flex;justify-content:center;}
.pages a{display:inline-block;padding:6px 12px;color:#333;text-decoration:none;background-color:#fff;border:1px solid #e2e2e2;margin-left:-1px;}
.pages a:hover{background-color:#fff;border:1px solid #e2e2e2;color:#333;}
.pages a.cur{background:#3F71E2;color:#fff;border-color:#3F71E2;}