.main-wrap{width:100%;height: 100%;overflow:hidden;background-color: rgba(197,234,243,.4);background-image: url("/account/images.jpg");/*API 图片*/background-size: cover}
/*header*/
.header{height:120px;line-height:120px;background: rgba(100,100,100,.2) url(../img/bg.png)}
.header .logo{height:100%;text-align:center;color: #0a8bbc}
.header .logo img{max-height:80%}
/* main */
.main{height: 410px}
/*忘记密码*/
.forget-password .main {height: 328px}
.send-mail .main {height: 390px}
.reset-password .main {height: 465px}
@media (max-width: 1919px){
	.main {
		width:360px;height:380px;
	}
}
@media (max-width: 414px) {
	.main {
		width: auto;border-radius:0;-webkit-box-shadow: none;box-shadow:none;top:0;right:0;bottom:0;left:0
	}
	.header .logo{width: 100%}
	.header .logo img{width:95%}
}
