/*公共样式*/
.childrenBody {
	padding: 5px;
}

.layui-table-view {
	margin: 0 !important;
}

.magb0 {
	margin-bottom: 0 !important;
}

.magt0 {
	margin-top: 0 !important;
}

.magt3 {
	margin-top: 3px !important;
}

.magt10 {
	margin-top: 10px !important;
}

.magb15 {
	margin-bottom: 15px !important;
}

.magt30 {
	margin-top: 30px !important;
}

.layui-left {
	text-align: left;
}

.layui-block {
	width: 100% !important;
}

.layui-center {
	text-align: center;
}

.layui-right {
	text-align: right;
}

.layui-elem-quote.title {
	padding: 10px 15px;
	margin-bottom: 0;
}

.layui-bg-white {
	background-color: #fff !important;
}

.border {
	border: 1px solid #e6e6e6 !important;
	padding: 10px;
	border-top: none;
}

.main_btn .layui-btn {
	margin: 2px 5px 2px 0;
}

.layui-timeline-axis {
	left: -4px;
}

.layui-elem-quote {
	word-break: break-all;
}

.icons li,
.icons li:hover,
.loginBody .seraph,
.loginBody .seraph:hover,
.loginBody .layui-form-item.layui-input-focus label,
.loginBody .layui-form-item label,
.loginBody .layui-form-item.layui-input-focus input,
.loginBody .layui-form-item input {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.icons li:hover i,
.icons li i {
	transition: font-size 0.3s ease-in-out;
	-webkit-transition: font-size 0.3s ease-in-out;
}

.loginBody {
	background: url('../images/login_background.png') no-repeat top center #909CAA;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
	transition: color 0.2s linear 0.2s;
	-webkit-transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
	transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
	transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::placeholder {
	transition: color 0.2s linear 0.2s;
	-webkit-transition: color 0.2s linear 0.2s;
}

.layui-table-cell {
	padding: 0 8px;
}

/*后台首页*/
.panel_box {
	margin-bottom: 5px;
}

.panel {
	text-align: center;
	height: 90px;
}

.panel_box a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	height: 80px;
	background-color: #f2f2f2 !important;
}

.panel_icon {
	width: 40%;
	display: inline-block;
	line-height: 80px;
	float: left;
	position: relative;
	height: 100%;
}

.panel_icon i {
	font-size: 40px !important;
	color: #fff;
	display: inline-block;
}

.panel_word {
	width: 60%;
	display: inline-block;
	float: right;
	margin: 13px 0 14px;
}

.panel_word span {
	font-size: 25px;
	display: block;
	height: 34px;
}

.panel .loginTime {
	font-size: 15px;
	color: #1E9FFF;
	line-height: 17px;
}

.panel em {
	font-style: normal;
}

.history_box {
	min-height: 500px;
	height: 500px;
	overflow-y: scroll;
	padding: 10px !important;
}

.history_box .layui-timeline .layui-timeline-item:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:1200px) {
	.history_box {
		height: auto !important;
		overflow-y: inherit;
	}
}

/*修改密码*/
.pwdTips {
	min-height: auto;
	margin: 40px 0 15px 110px;
}

/*个人资料*/
form input.layui-input[disabled] {
	background: #f2f2f2;
	color: #595963 !important;
}

.user_right {
	text-align: center;
}

.user_right p {
	margin: 10px 0 25px;
	font-size: 12px;
	text-align: center;
	color: #FF5722;
}

.user_right img#userFace {
	width: 160px;
	height: 160px;
	margin-top: 20px;
	cursor: pointer;
	box-shadow: 0 0 50px #44576b;
}

.userAddress.layui-form-item .layui-input-inline {
	width: 23%;
}

.userAddress.layui-form-item .layui-input-inline:last-child {
	margin-right: 0;
}

/*下拉多选*/
.layui-form-item select[multiple]+.layui-form-select dd {
	padding: 0;
}

.layui-form-item select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] {
	margin: 0 !important;
	display: block;
	line-height: 36px !important;
	position: relative;
	padding-left: 26px;
}

.layui-form-item select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] span {
	line-height: 36px !important;
	float: none;
}

.layui-form-item select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] i {
	position: absolute;
	left: 10px;
	top: 0;
	margin-top: 9px;
}

.multiSelect {
	line-height: normal;
	height: auto;
	padding: 4px 10px;
	overflow: hidden;
	min-height: 38px;
	margin-top: -38px;
	left: 0;
	z-index: 99;
	position: relative;
	background: none;
}

.multiSelect a {
	padding: 2px 5px;
	background: #908e8e;
	border-radius: 2px;
	color: #fff;
	display: block;
	line-height: 20px;
	height: 20px;
	margin: 2px 5px 2px 0;
	float: left;
}

.multiSelect a span {
	float: left;
}

.multiSelect a i {
	float: left;
	display: block;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	width: 8px;
	height: 8px;
	background: url(../images/close.png) no-repeat center;
	background-size: 65%;
	padding: 4px;
}

.multiSelect a i:hover {
	background-color: #545556;
}

/*登录*/
.loginHtml,
.loginBody {
	height: 100%;
}

.loginBody form.layui-form {	
	width: 400px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -150px 0 0 -230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*box-shadow: 0 0 20px #009688;
	background-image: linear-gradient(180deg,#ffffff,#00cd94);*/
}

.login_face {
	margin: -50px auto 20px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 30px #1E9FFF;
}

.login_face img {
	width: 100%;
}

.loginBody .layui-form-item {
	position: relative;
}

.loginBody .layui-form-item label {
	position: absolute;
	color: #000000;
	left: 10px;
	top: 9px;
	line-height: 20px;
	background: rgba(255, 255, 255, 1);
	padding: 0 5px;
	font-size: 14px;
	cursor: text;
	border-radius: 2px;
}

.loginBody .layui-form-item.layui-input-focus label {
	top: -10px;
	font-size: 12px;
	color: #ff6700;
}

.loginBody .layui-form-item.layui-input-active label {
	top: -10px;
	font-size: 12px;
}

.loginBody .layui-input::-webkit-input-placeholder {
	color: #fff;
}

.loginBody .layui-input::-moz-placeholder {
	color: #fff;
}

.loginBody .layui-input:-ms-input-placeholder {
	color: #fff;
}

.loginBody .layui-input::placeholder {
	color: #fff;
}

.loginBody .layui-form-item.layui-input-focus input {
	border-color: #ff6700 !important;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
	color: #757575;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
	color: #757575;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
	color: #757575;
}

.loginBody .layui-input-focus .layui-input::placeholder {
	color: #757575;
}

.loginBody .seraph {
	font-size: 30px;
	text-align: center;
}

.loginBody .seraph.icon-qq:hover {
	color: #0288d1;
}

.loginBody .seraph.icon-wechat:hover {
	color: #00d20d;
}

.loginBody .seraph.icon-sina:hover {
	color: #d32f2f;
}

.imgCode {
	position: relative;
}

#imgCode img {
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}

.layui-icon {
	font-size: 16px !important;
}

::selection {
	background: #ff5722;
	color: #fff;
}

.layui-red {
	color: #f00 !important;
	font-weight: bold;
}

.layui-blue {
	color: #01AAED !important;
}

.login-content-title {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	background-color: #2F4056;
	height: 80px;
	line-height: 80px;
	border-radius: 10px 10px 0 0;
}

/*响应式*/
@media screen and (max-width:450px) {
	#userFaceBtn {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
	}

	.user_right img#userFace {
		width: 100px;
		height: 100px;
		margin-top: 0;
	}

	.layui-col-xs12 .layui-form-label {
		width: 60px;
		padding-left: 0;
	}

	.layui-col-xs12 .layui-input-block,
	.layui-col-xs12 .layui-input-inline {
		margin-left: 75px;
	}

	.layui-col-xs12 .layui-input-inline {
		left: 0 !important;
		width: auto !important;
	}

	.noFind {
		padding-top: 0;
	}

	*[pc] {
		display: none;
	}
}

/*新增加样式*/
#logoshow {
	max-height: 80px;
	max-width: 200px;
}

.layui-elem-field legend {
	margin-left: 20px;
	padding: 0 20px;
	font-size: 14x;
	color: #5e6573;
}

.help-block {
	font-size: 12px;
	color: #393D49;
}

/*内部公共样式*/
.my-layui-row-md2 div {
	height: 32px;
	width: 48%;
	float: left;
	line-height: 32px;
	text-align: left;
	margin-left: 2%;
}

.my-layui-row-md5 div {
	height: 32px;
	width: 18%;
	float: left;
	line-height: 32px;
	text-align: left;
	margin-left: 2%;
}
