@charset "utf-8";

/* CSS reset */

html,
body {
	-webkit-text-size-adjust: none;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB';
}

body {
	background: rgb(24,188,156);
	min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

small {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

input {
	outline: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #f78609;
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}
body{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.logo{
	max-width: 55%;
	margin: 80px 0 0 5%;
}
.logo img{
	width: 100%;
}
.login-bg{
	width: 100%;
	height: 50%;
	background: rgb(24,188,156) url("/assets/log/bg.png") no-repeat top center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.login-con{
	width: 100%;
	margin: 0 auto;

}
.login-row{
	display: flex;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}
.row-icon{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #D4D4D4;
}
.row-yzm{
	width: 110px;
	height: 48px;
	cursor: pointer;
}
.row-yzm img{
	width: 100%;
	height: 100%;
}
.row-label{
	flex: 1;
	height: 48px;
}
.row-label input{
	width: calc(100% - 20px);
	height: 48px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 48px;
	border: none;
	background: #fff;

}
.login-checkbox{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AAAAAA;
	cursor: pointer;
}
.login-checkbox input{
	margin-right: 5px;
}
.login-btn{
	height: 60px;
	/*background: #6992E2;*/
	border-radius: 4px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
.footer{
	flex: 1;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FEFEFE;
	position: absolute;
	right: 33%;
	bottom: 20px;
}