* {
	margin: 0;
	padding: 0
}

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
p,
dl,
dt,
dd,
b {
	margin: 0;
	padding: 0
}

body,
input {
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #615b43;
	background: #FFFFFF;
	font-family: "宋体"
}

body {
	background: url(../images/bg.png) no-repeat top center;
	background-size: cover;
	font: 12px/1.6 "Microsoft Yahei";
	color: #452b00;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	height: 100vh;
}

img {
	border: none;
	vertical-align: top
}

.none {
	display: none
}

.red {
	color: #f41717;
}

:focus {
	outline: 0;
}

li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

body a:hover {
	text-decoration: underline;
}

a {
	color: #666666;
	text-decoration: none;
}

.clear {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both
}

a.logo {
	width: 285px;
	height: 119px;
	display: block;
	background: url(../images/logo.png);
	margin: 181px auto 0;
}

.login {
	width:320px;
	height:310px;
	padding: 20px 45px ;
	background: #FFFFFF;
	border-radius: 7px;
	margin: 45px auto 0;
}

.wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 auto;
}

.item {
	width: 320px;
	height: 46px;
	margin: 25px 0 0 0;
	color: #797b80;
	position: relative;
	display:inline;
}

.ts {
	width: 350px;
	height: 20px;
	background-color: rgba(255, 255, 255, .6);
	position: absolute;
	left: 0;
	bottom: -20px;
	line-height: 20px;
	color: #ff7200;
	color: #ff7200;
	z-index: 999;
	padding: 0 0 0 10px;
	border-radius: 5px
}

p.checkbox {
	padding: 5px 5px 0 0;
	_padding: 0 5px 0 0
}

.text {
	width: 298px;
	height: 14px;
	padding: 13px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ebeef1;
	float: none;
	font-size: 14px;
	color: #595757;
	background: #eff3f5;
	border-radius: 3px
}
.textyzm {
	width: 144px;
	height: 14px;
	padding: 13px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ebeef1;
	float: none;
	font-size: 14px;
	color: #595757;
	background: #eff3f5;
	border-radius: 3px
}

.yzmimg{
	width: 144px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
}

input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #b5b5b6;
}

.item .ico {
	position: absolute;
	left: 10px;
	z-index: 5;
}

.item .i-name {
	background: url(../images/icon1.png) no-repeat;
	width: 25px;
	height: 25px;
	top: 9px;
	left: 17px
}

.item .i-pass {
	background: url(../images/icon2.png) no-repeat;
	width: 25px;
	height: 25px;
	top: 9px;
	left: 17px
}

.el-form-item {
    margin-bottom: 22px;
    margin-top: 28px;
}
.btn-yzm {
	width: 105px;
	height: 40px;
	color: rgba(255, 255, 255, 1);
	border: none;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color:rgba(83, 177, 125, 1);
	background-color: rgba(83, 177, 125, 1);
	float: left;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
}

.btn-disabled {
	color: #c0c4cc;
	cursor: not-allowed;
}


.btn-regist {
	width: 318px;
	height: 44px;
	color: rgba(255, 255, 255, 1);
	border: none;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color:rgba(83, 177, 125, 1);
	background-color: rgba(83, 177, 125, 1);
	float: left;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
}

.bottom {
	width: 100%;
	position: absolute;
	bottom: 47px;
}

.bottom .cp {
	width: 100%;
	text-align: center;
}

.bottom .cp a {color: #9E9E9E;}