/*global start ****/
* {
	word-break: break-all;
}

html, body {
	min-width: 1024px;
	height: 100%;
	background: #fff;
}

.layui-layout-admin .layui-logo {
	width: auto;
	color: #fff;
	line-height: 60px;
	overflow: hidden;
}

.layui-logo img {
	width: 40px;
	margin: 0 10px;
}

.layui-logo a {
	color: #ffffff;
}

.layui-layout-admin .layui-header {
	margin-bottom: -86px;
}

.layui-header .main {
	position: relative;
}

.layui-nav-child {
	top: 60px;
}

.layui-nav .layui-this:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #5fb878;
	transition: all .2s;
	-webkit-transition: all .2s;
}

/*主页头部*/
.header .logo {
	float: left;
	line-height: 75px;
	color: #fff;
	font-size: 20px;
	padding-left: 66px;
	font-weight: bold;
}

.contentIn {
	padding: 36px 0 20px;
}

.address {
	float: left;
	margin-left: 100px;
	width: 104px;
	margin-top: 19px;
}

.header .layui-select-title .layui-input {
	background: none;
	border: none;
	padding-left: 30px;
	background: url(../../image/main/address.png) 0 center no-repeat;
	color: #fff;
}

.header .layui-select-title  .layui-edge {
	border-top-color: #ffffff;
}

.personCenter {
	float: right;
	margin-top: 10px;
	border-radius: 100px;
	overflow: hidden;
}

.layui-layout-body .main {
	position: relative;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

/*上中下*/
.header {
	height: 75px;
	margin-bottom: -75px;
	position: absolute;
	width: 100%;
}

.mainContent {
	min-height: 100% !important;
	overflow: hidden;
}

.contentIn {
	margin: 75px auto 40px; /*min-height:100%;*/
}

.layui-layout {
	height: 100%;
}

.footer {
	position: absolute;
	margin-top: -40px;
	height: 40px;
	background: #ffffff;
	width: 100%;
	text-align: center;
	line-height: 40px;
}

.layui-layout-admin .layui-body {
	left: 253px;
	bottom: 0;
	padding: 10px;
	top: 60px;
}

.container {
	background: #fff;
	padding: 2% 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}

.container .contentIn {
	margin: 50px;
	border: 1px solid #e1e1e1;
	padding: 20px;
	height: auto;
	overflow: hidden;
}

/*leftMenuOfPersonalCenter*/
.layui-input, .layui-select, .layui-textarea {
	border-color: #c9c9c9;
}


.header label {
	float: left;
}

.header a {
	float: right;
	font-size: 15px;
	color: #fff;
	line-height: 75px;
	text-decoration: underline;
}

.header h1 {
	text-align: center;
}

.header img {
	margin-right: 10px;
}

.header h1 label {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 75px;
	line-height: 75px;
}

.header h1 label a {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

.header div {
	padding: 0 20px;
}
/*其他公共样式*/
.left {
	float: left;
}

.right {
	float: right;
}

.t_center {
	text-align: center;
}

.block {
	display: block;
	width: 100%;
}

.error_msg {
	clear: both;
	position: absolute;
	line-height: 16px;
	color: red;
	font-size: 12px;
	display: inline-block;
	background: #ffe7e7;
	margin-top: 2px;
}

.link {
	color: #4784e3;
}

.link:hover {
	text-decoration: underline;
}

button[disabled] {
	background: #ccc;
	cursor: no-drop;
}


.subTit {
	margin-bottom: 30px;
}

.subTit label {
	font-size: 18px;
	color: #666666;
}

td.titname {
	background: #fafafa;
	min-width: 100px;
	text-align: center;
	font-weight: bold;
}


/***global.css end ****/

/***skin.css***********/
.welContent {
	background: #4784e3;
}

.header {
	background: #4784e3;
}

.layui-layout-admin .layui-header {
	background: #4784e3;
}


/*menu*/
.menuIn .current {
	background: #4784e3;;
	border-color: #4784e3;
}

.drop dd:hover, .drop dd:hover a {
	background: #12a4d8 !important;
	color: #fff !important;
}
/**skin.css end****/

/***in.css start***/
@charset "utf-8";

.mainContent {
	background: none; 
	min-height: 100%;
	background: url(../images/bg.jpg) repeat-x;
	background-size: 100% 100%;
}

.contentIn {
	min-height: 380px;
}

.header {
	text-align: center;
	background: #3a88c5;
	position: relative;
	margin-bottom: -75px;
	z-index: 999999;
}

.signHeader .tit {
	font-size: 32px;
	color: #fff;
	display: inline-block;
	line-height: 55px;
	padding-top: 20px;
}

.signHeader img {
	margin-right: 10px;
}

.tit font {
	display: block;
}

.subTit {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.loginModule {
	width: 530px;
}

.login {
	background: #d2eaff url(../images/contentline.png) repeat-x;
	box-shadow: 0 0 13px 4px #f5f9fb57;
	border-radius: 3px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	margin-top: -170px;
	padding: 57px 30px 15px;
	width: 497px;
	left: 50%;
	margin-left: -278px;
}

.loginIn {
	padding: 0 px;
}

.login .toptit {
	display: block;
	background: url(../images/titline.png) repeat-x;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
}

.login .toptit label {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	padding-left: 30px;
}

.item {
	height: 58px;
	position: relative;
}

.layui-btn { 
	font-size: 14px; 
	display: block;
	font-size: 13px;
	margin: 0 auto;
}

#getcodep {
	padding: 0;
}

.change {
	color: #427ee2;
	line-height: 38px;
	display: block;
	text-align: center;
}

.footer {
	position: absolute;
	margin-top: -40px;
	height: 40px;
	background: #ffffff;
	width: 100%;
	text-align: center;
	line-height: 40px;
}

.layui-form-label {
	width: 43px;
}

.layui-form-item {
	position: relative;
	margin-bottom: 20px;
}

.layui-col-space10>* {
	padding: 0 5px 0;
}

.item .error_msg {
	padding: 0 5px;
}

.layui-input {
	background: #fff url(../images/icon.png) 4px top no-repeat;
	padding-left: 28px;
}

.password, .pwd1, .pwd2 {
	background-position: 4px center;
}

.codeP, .telecode {
	background-position: 4px bottom;
}

.layui-input-block {
	margin-left: 30px;
}


.header h1 label {
	float: none;
}

.layui-btn-normal {
	background: #3398ef;
}

@media screen and (max-height: 500px) {
	.login {
		position: relative;
		margin-left: initial;
		left: initial;
		top: initial;
		margin-top: initial;
		margin: 0 auto;
	}
}

/**in.css end***/