html,body {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 14px;
	background: url('../images/bg1.jpg') center center no-repeat;
	background-size: contain;
}

.container {
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}


.container h2{font-size: 50px;font-weight: bold;text-align: center;}

logo {
	margin-top: 80px;
	text-align: right;
	display: block;
}

logo img {
	height: 80px;
}

.login {
	position: relative;
}

.adBox {
	width: 560px;
	height: 560px;
	margin-top: 60px;
	float: left;
	position: relative;
}

.ad {
	width: 500px;
	height: 500px;
	background: url('../images/ad.png') top center no-repeat;
	position: absolute;
	left: 30px;
	top: 30px;
}

.form {
	width: 310px;
	height: 380px;
	border-radius: 5px;
	background: rgba(25,25,25,0.7);
	margin-top: 30px;
	padding: 20px;
	float: right;
	margin-right: 5%;
}

.tabs {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 50px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}

.title:after {
	content: "";
	display: block;
	clear: both;
}

.active {
	color: #02E6E9;
}

.content {
	padding: 20px 0;
}

.code {
	width: 200px;
	margin: 30px auto;
}

.codeText {
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

.hide {
	display: none;
}

.formRow {
	width: 100%;
	margin: 25px 0;
}

.formRow input.text {
	width: 80%;
	padding: 0 5% 0 15%;
	height: 50px;
	border: 0;
	border-radius: 5px;
	font-size: 18px;
}

.formRow input.user {
	background: #FFFFFF url(../images/user.png) left center no-repeat;
}

.formRow input.pwd {
	background: #FFFFFF url(../images/pwd.png) left center no-repeat;
}

.formRow input.mobile {
	background: #FFFFFF url(../images/mobile.png) left center no-repeat;
}

.formRow input.yzm {
	background: #FFFFFF url(../images/yzm.png) left center no-repeat;
}

#btn_yzm{
    position: absolute;
    right: 90px;
    line-height: 50px;
    text-decoration: none;
    color: #6c6c6c;
    font-size: 12px;
}

.formRow input.btn {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 5px;
	background: #15A7FB;
	font-size: 20px;
	color: #FFF;
}

.formRow:after {
	content: "";
	display: block;
	clear: both;
}

.tip {
	float: left;
	width: 50%;
}

.tip .ico {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #F3B903;
	color: #fff;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
}

.tip .text {
	margin-left: 10px;
	color: #FFFFFF;
}

.remember {
	width: 100px;
	float: right;
	color: #FFFFFF;
}

.info {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 835px;
	height: 420px;
	background: url(../images/notice.png) no-repeat;
	z-index: 99;
	display: none;
}

@media (max-width:991px) {
	.adBox {
		display: none;
	}

	.form {
		width: 90%;
		margin: 100px auto;
		float: none;
	}
}

@media (max-height:768px) {
	logo {
		margin-top: 20px;
	}

	.adBox {
		margin-top: 20px;
	}

	.form {
		margin-top: 80px;
	}

	.info {
		top: 80px;
	}

	.container {
		transform: scale(0.9);
	}
}