.main-wrap{width:100%;height: 100%;overflow:hidden;background-image: url(../img/bg.jpg);background-size: cover}
/*header*/
.header{height:150px;background: #fff url("../img/top_bg.jpg") repeat-x center top}
.header .top {width:1200px;height:100%;margin: 0 auto}
.header .logo,.header .title,.header .links {height: 100%;float: left;position: relative}
.header .logo{width:35%}
.header .logo img, .header .title h1, .header .links a {position: absolute;margin: auto}
.header .logo img{max-height:100%;top: 0;bottom: 0;left: 10px;*margin-top: 26px;z-index: 90;}
.header .title {width: 35%}
.header .title h1{display: block;height:60px;padding:0 20px;top:0;bottom:0;left:0;line-height: 60px;font-size: 30px;font-weight: normal;color: #f60;border-left: 1px solid #999}
.header .links {width: 30%}
.header .links a {display: block;padding:0 10px;top:0;right:0;bottom:0;height:40px;line-height: 40px;font-size:16px}
/* main */
.main{height:410px}
/*注册页*/
.register .main {width:480px;height: 700px}
.register #password {background: #fff url(../img/password.png) no-repeat top right}
.forget-password .main {height: 320px}
.send-mail .main {height: 390px}
.reset-password .main {height: 480px}
@media (max-width: 1919px){
	.main {
		width:360px;height:380px;
	}
	.register .main {height: 670px}
}
@media (max-width: 1200px) {
	.header .top {width:100%}
	.header .logo {width: 45%}
	.header .title {width:35%}
	.header .links {width:20%}
}
@media (max-width: 768px) {
	.header .logo {width: 55%}
	.header .title {width:25%}
	.header .links {width:20%}
}
@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
	}
	.register .main-wrap{overflow: auto}
	.register .main {position: relative;width:auto;height: auto}

	.header {height: 100px}
	.header .logo {width: 70%}
	.header .title {width:30%}
	.header .links {width:15%;display: none}
	.header .logo img{width:95%}
	.header .title h1 {padding:0 10px;font-size: 18px}
	.header .links a {font-size: 12px}

	.register .footer {position: relative}
}
