@charset "utf-8";

/* CSS Document */

body,
html {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Microsoft YaHei";
	font-size: 14px;
	color: #666666;
	background: #ffffff
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0
}

a,
select,
input,
textarea {
	outline: none;
	text-decoration: none
}

img {
	border: 0
}

a:link,
a:visited,
a:active {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #32beff;
	cursor: pointer;
}

a.link-orange:link,
a.link-orange:visited,
a.link-orange:active {
	color: #ff9c00;
}

a.link-orange:hover {
	color: #e08900;
}


/*隐藏滚动条

::-webkit-scrollbar {
	width: 0;
	height: 0
}*/


/*对齐方式*/

.align-right {
	text-align: right!important;
}

.align-left {
	text-align: left!important;
}

.align-center {
	text-align: center!important;
}


/*外边距*/

.mgtop-20 {
	margin-top: 20px;
}

.mgtop-25 {
	margin-top: 25px;
}

.mgtop-30 {
	margin-top: 30px;
}

.mgtop-16 {
	margin-top: 16px;
}

.mgtop-spe-16 {
	margin-top: 16px;
}

.pd-20 {
	padding: 20px!important
}

.pd-btm {
	padding-bottom: 20px;
}

.pd-top {
	padding-top: 20px!important;
}

.pd-none {
	padding: 0!important;
}

.pdleft-60 {
	padding-left: 70px!important;
}


/*边线*/

.bordered {
	border: 1px solid #e5e5e5
}

.border-top-none {
	border-top-width: 0!important;
}


/*背景色*/

.bg-f6f6f6 {
	background-color: #f6f6f6!important;
}

.bg-f9f9f9 {
	background-color: #f9f9f9!important;
}


/*字体*/

.f-yahei {
	font-family: Microsoft Yahei!important;
}

.f-bold {
	font-weight: bold;
}

.f-12 {
	font-size: 12px;
}

.f-999 {
	color: #999999
}

.color-blue {
	color: #0069d5!important
}

.color-green {
	color: #259d25!important
}

.color-red {
	color: #da0000!important
}

.color-gray {
	color: #a6a6a6!important
}

.color-brown {
	color: #c0923c!important
}


/*按钮*/

.btn-big {
	display: block;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	width: 100%;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
}

.btn-green {
	background: #259d25;
	color: #ffffff!important;
}

.btn-green:hover {
	background: #1baf1b;
	color: #ffffff!important;
}


/*链接预置*/

a.link-yellow:link,
a.link-yellow:visited,
a.link-yellow:active {
	color: #ffc663!important
}

a.link-yellow:hover {
	color: #ffaa14!important
}

a.link-gray:link,
a.link-gray:visited,
a.link-gray:active {
	color: #a1a1a2!important
}

a.link-gray:hover {
	color: #dddddd!important
}


/*placeholder顏色*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c2c2c2!important;
}


/*去边线*/

input:focus,
textarea:focus {
	outline: none;
}


/*去底色*/

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*清除默认按钮样式*/

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
	-webkit-appearance: none;
}


/*仅图片的链接*/

a.img-link {
	font-size: 0;
	display: block;
}


/*删格布局*/

.flexrow {
	position: relative;
}

.flexcol {
	position: relative;
	float: left;
}


/*选项卡*/

.tab-big .tab-hd {
	width: 179px;
	margin: -2px 0
}

.widget-tab .tab-hd li {
	padding: 2px 0
}

.tab-big .tab-hd li.active {
	background: url(../images/arr-right.jpg) no-repeat right center
}

.tab-big .tab-hd li span {
	background: #e5e5e5;
	color: #2e2e2e;
	display: block;
	width: 160px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
}

.tab-big .tab-hd li.active span {
	background: #0069d5;
	color: #ffffff;
}

.tab-big .con-item {
	width: 610px;
}

.tab-md .tab-hd {
	width: 170px
}

.tab-md .tab-hd li.active {
	background: url(../images/arr-rightmd.jpg) no-repeat right center
}

.tab-md .tab-hd li span {
	background: #e5e5e5;
	color: #2e2e2e;
	display: block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}

.tab-md .tab-hd li.active span {
	background: #0069d5;
	color: #ffffff;
}

.tab-md .con-item {
	width: 610px;
}

.tab-sm .tab-hd {
	width: 170px
}

.tab-sm .tab-hd li.active {
	background: none
}

.tab-sm .tab-hd li span {
	background: #e5e5e5;
	color: #2e2e2e;
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.tab-sm .tab-hd li.active span {
	background: #0069d5;
	color: #ffffff;
}

.tab-sm .con-item {
	width: 620px;
}

.tab-resize .tab-hd li span {
	height: 62px!important;
	line-height: 62px!important;
}

.tab-bd .con-item {
	display: none;
}


.bg-trans {
	background: transparent!important;
}


/*table盒模型*/

.flex-tab {
	display: table;
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.flex-tab-cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}


/*登录部分选项卡切换*/

.tabs-login .login-hd {
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.tabs-login .login-hd .login-tit-item {
	float: left;
	padding: 0px;
	width: 50%;
	text-align: center;
}

.tabs-login .login-hd .login-tit-item span {
	height: 46px;
	line-height: 42px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	border-bottom: 4px solid #fff;
	color: #333;
	cursor: pointer;
	position: relative;
	font-size: 16px;
}

.tabs-login .login-hd .login-tit-item:hover span {
	color: #333;
	border-color: #fff
}

.tabs-login .login-hd .login-tit-item.cur span {
	background-color: #fff;
	border-bottom: 4px solid #ea7900;
	color: #ea7900;
	font-weight: bold;
}

.tabs-login .login-con-item {
	display: none;
	position: relative;
	background: #fff;
	padding: 0;
}

.tabs-login .login-con-item.cur {
	display: block
}

.tabs-login .login-bd {
	padding-top: 0px;
	position: relative;
}


/*---------------layer弹出层-------------*/
/*
#mm-blocker{display: none!important;}*/

/*信息提示层*/
.dis-hidden{display: none;}

.layui-layer {
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.4)!important;
}

.layui-layer-wrap{
	border-radius: 20px;
	display: none;
	position: relative;
}

.layui-layer-wrap h1 {
	background: #636363;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.layui-layer-wrap .layer-con {
	background: #ffffff;
	color: #666;
	padding: 15px;
	line-height: 160%;
}

.layui-layer-wrap a.info-ok {
	position: absolute;
	top: -12px;
	right: -12px;
	background: #20c8ef;
	color: #ffffff;
	font-size: 12px;
	display: block;
	width: 30px;height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	transition: all 0.3s
}

.layui-layer-wrap a.info-ok:link,
.layui-layer-wrap a.info-ok:visited,
.layui-layer-wrap a.info-ok:active {
	color: #ffffff
}

.layui-layer-wrap a.info-ok:hover {
	background: #eeb74e
}
.layui-layer-wrap a.info-ok span.glyphicon{top:auto;line-height: 30px;}




/*layer默认窗体*/

.over-auto {
	height: 300px;
	overflow: auto;
}

.layer-info .over-auto {
	height: auto;
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 47px;
	line-height: 47px;
	border-bottom-width: 0
}

.layui-layer-setwin {
	top: 12px!important
}

.layui-layer-setwin a {
	width: 70px;
	height: 25px;
	background-image: url(../images/btn-close.png);
	background-repeat: no-repeat;
	background-position: center center!important;
	top: 0px
}

.layui-layer-title {
	background: #1589e1;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: 1;
}

.layercontent-area p {
	margin-bottom: 15px;
	text-align: justify;
}

.layui-layer-page .layui-layer-content,
.layui-layer-content,
.layer-msg,
.layer-info {
	position: static;
}


/*弹窗小屏下重新定义*/
@media(max-width:767px) {
	.layui-layer-shade{display:none}
	.layui-layer {
		width: 100%!important;
		height: 100%;
		background: #fff;
		top: 0!important;
		left: 0!important;
		overflow: auto!important;
	}
	.layui-layer-wrap .layer-con {
		position: absolute;
		top: 50px;
		bottom: 0px;
		width: 100%;
	}
	.layercontent-area {}
	.over-auto {
		overflow: auto;
		height: auto;
		height: 100%!important;
	}
	.layui-layer-wrap a.info-ok {
		right: 15px;
		top: 10px;
		border-radius: 2px;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		width: auto;
		font-size: 14px;
	}

}