body {
	background: #f2f2f2;
}

.reset {
	background: #fff;
	margin: 20px 0;
	padding-top: 50px;
	min-height: calc(100vh - 280px);
}

.reset .item {
	line-height: 41px;
	height: 41px;
	margin-bottom: 20px;
}

.reset .item .left {
	text-align: right;
	font-weight: bold;
}

.reset .item .left i {
	color: #ff392f;
	font-style: normal;
}

.reset .item .con {
	position: relative;
	padding: 0;
}

.reset .item input {
	font-size: 14px;
	padding-left: 15px;
}

.reset .item .right {
	color: #ff392f;
}

.reset .item .right span {
	display: none;
}

.reset .item .con img {
	position: absolute;
	right: 8px;
	top: 6px;
	cursor: pointer;
	width: 22px;
	padding: 5px;
}

.reset .item .con span {
	color: #00b0f8;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 1px;
}
.reset .item .con span i{
    font-style: normal;
    color:#999;
}


/*.reset .item .con span:hover{
	color: #00b0f8;
}*/

.reset .submit input {
	width: 100%;
	font-size: 14px;
}

.reset .href p {
	margin: 0;
	line-height: 20px;
	color: #333;
}

.reset .href p a {
	color: #00b0f8;
	padding-left: 5px;
}
.icheckbox-blue, .iradio-blue{
	margin-top: 8px;
}
.reset .item .con.read{
	padding-left: 30px;
}

/*登录*/
.home-login{
	background: url("../pc-image/login-bg.png") no-repeat;
	height: calc(100vh - 180px);
	background-size: 100% 100%;
}

.home-login .home-login-content{
    -webkit-box-shadow: 0 5px 10px rgba(33, 35, 49, .22);;
    box-shadow: 0 5px 10px rgba(33, 35, 49, .22);;
    background: rgba(4, 4, 42, .45);
    width: 390px;
    height: 475px;
    margin-left: -237.5px;
    margin-top: -250px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    border-radius: 5px;
    padding: 0 35px;
}
.home-login .md-title{
	margin-top: 20px;
	padding: 25px 0;
}
.home-login .md-title img{
    height: 45px;
}
.home-login .md-text p{
	line-height: 85px;
	margin: 0;
	color: #fff;
}
.home-login .md-text .bo{
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.home-login .md-btn input{
	width: 100%;
	font-size: 14px;
	margin: 5px 0;
}

.home-login .md-href{
    line-height: 45px;
    height: 45px;
}
.home-login .md-href a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.home-login .md-href p{
	color: #fff;
}
.home-login .md-href p a{
	color: #00b0f8;
	padding-left: 5px;
}
.home-login .md-href.btn-right {
    text-align: right;
}
.home-login .md-href a:hover{
	color: #00b0f8;
}
.home-login .md-input{
	position: relative;
	margin-bottom: 20px;
}
.home-login .md-input input{
	padding-left: 45px;
	font-size: 14px;
}
.home-login .md-name:before{
	width: 25px;
	height: 25px;
	content: "";
	display: block; 
    position: absolute;
	background: url("../pc-image/icon/user-on.png") no-repeat;
	background-size: 25px 25px;
    left: 25px;
    top: 8px;
}
.home-login .md-psw:before{
	width: 25px;
	height: 25px;
	content: "";
	display: block; 
    position: absolute;
	background: url("../pc-image/icon/psw-on.png") no-repeat;
	background-size: 25px 25px;
    left: 25px;
    top: 8px;
}
.registerForm2,.registerForm3{
	display:none;
}