body, html {
	width: 100%;
	height: 100%;
	font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
}

input::-webkit-input-placeholder { /* WebKit browsers */
	color: #adadad;
	font-weight: normal;
	font-size: 14px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}

.main {
	background-image: url('../images/login_bg.svg');
	background-repeat: no-repeat;
	background-position: center 110px;
	background-size: 100%;
	height: 100%;
	background-color: #f0f2f5;
}

.title {
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #333333;
	font-weight: 600;
	line-height: 44px;
	height: 44px;
	padding-top: 100px;
}

.sub_title {
	color: #00000073;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.login_div {
	max-width: 368px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-height: 500px;
}

.layui-tab-title {
	border-bottom: 0px;
	text-align: center;
}

.layui-tab-title li {
	margin-right: 20px;
	font-size: 16px;
}

.admin_block {
	margin-top: 20px;
}

.admin_pwd {
	margin-top: 20px;
}

.admin_btn {
	margin-top: 30px;
}

.layui-input {
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	height: 40px;
}

.layui-input:FOCUS {
	border: 1px solid #40a9ff !important;
	box-shadow: 0px 0px 5px 1px #40a9ff;
}

.layui-btn {
	font-size: 16px;
	border-radius: 5px;
}

.layui-this {
	color: #1890ff !important;
}

.layui-this:AFTER {
	border-bottom: 2px solid #1890ff !important;
}

.footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	font-size: 14px;
	color: #00000073;
}

.ewm_div {
	width: 100%;
	text-align: center;
}

.ewm_div img {
	width: 40%;
	padding-top: 50px;
}

.ewm_div p {
	font-size: 12px;
	padding-top: 10px;
}

.yzm {
	margin-top: 20px;
	overflow: hidden;
}

#imgcode {
	display: inline-block;
	width: 50%;
}

.code {
	display: inline-block;
	width: 30%;
	padding-left: 10px;
}

.code img {
	margin-top: -2px;
}

.scyz {
	width: 100%;
	height: 100%;
}

.scyz_main {
	padding: 20px;
}

.scyz_title {
	text-align: center;
	width: 100%;
	font-size: 20px;
	letter-spacing: 5px;
	color: #333;
	font-weight: 600;
	line-height: 60px;
}

.scyz_phone {
	color: red;
	font-size: 16px;
}

.scyz_intro {
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.scyz_line {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.scyz_input_div {
	float: left;
	width: 60%;
	text-align: left;
}

.szyz_fsan_div {
	float: left;
	width: 40%;
	text-align: right;
}

.scyz_tj {
	float: left;
	margin-top: 30px;
	width: 100%;
}