html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
	min-width: 1560px;
	min-height: 937px;
	overflow: auto;
}
body{
	min-width: 1560px;
	min-height: 937px;
	overflow: auto;
}
@font-face {
	font-family: loginTitle;
	src: url('../font/pmzdbtt.TTF'), url('../font/pmzdbtt.ttf');
}
.top-title-wrapper {
	width: 100%;
	height: auto;
	padding-left: 18%;
	/*margin-top: 75px;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.top-title-wrapper>.top-title-img {
	width: 72px;
	height: 72px;
	vertical-align: middle;
	display: inline-block;
}

.top-title-wrapper>.top-title-img>img {
	width: 72px;
	height: 72px;
}

.top-title-wrapper>.title-content-wrapper {
	vertical-align: middle;
	display: inline-block;
	font-size: 45px;
	margin-left: 25px;
	color: #128ac6;
	font-family: loginTitle;
}

.second-title-wrapper {
	width: 100%;
	height: auto;
}

.second-title-item-wrapper {
	float: right;
	margin-right: 18%;
}

.second-title-wrapper .second-title-item {
	display: inline-block;
	color: #0b8fcf;
	font-size: 18px;
	font-weight: 550;
	margin-left: 45px;
}

.main-content-wrapper {
	width: 100%;
	height: 600px;
	background: #83ddff;
	margin-top: 50px;
}

.left-content-wrapper {
	display: inline-block;
	width: 49%;
	height: 600px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.left-content-wrapper>img {
	margin: auto 0px;
	max-width: 100%;
	vertical-align: middle;
	float: right;
    margin-top: 80px;
    margin-right: 50px;
}
.right-content-wrapper{
	width: 49%;
	height: 600px;
	float: right;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.login-content-wrapper{
	background: #FFFFFF;
	border-radius: 4px;
	width: 350px;
	height: 425px;
	overflow: hidden;
	padding: 0px 35px;
	margin-top: 80px;
	margin-left: 180px;
}
.login-content-wrapper>.login-title{
	font-size: 21px;
	color: #48A2D0;
	margin: 25px 0px;
}
.login-content-item input{
	width: 315px;
	height: 40px;
	margin-bottom: 30px;
	padding-left: 35px;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
}
.login-content-item .verification-code{
	width: 165px;
	padding-left: 10px!important;
	border-radius: 3px;
	margin-bottom: 15px;
}
.login-content-item .input-inner-img{
	position: absolute;
	height: 40px;
	vertical-align: middle;
}
.input-inner-img>img{
	margin-top: 5px;
	margin-left: 3px;
}
.login-content-item .verification-code-img{
	width: 140px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.login-content-item .remanber-me{
	width: 15px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	margin-bottom: 0px;
}
.login-content-item .remanber-me-text{
	display: inline-block;
	height: 15px;
	font-size: 15px;
	margin-left: 10px;
	vertical-align: middle;
	color: #999999;
}
.login-content-item>button{
	width: 320px;
	height: 40px;
	margin-top: 15px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 21px;
	background: #7cd1fa;
}
.login-content-item .error{
	padding-left: 85px;
}
.login-content-item .error p{
	color: red;
	display: inline-block;
	margin-left: 20px;
}
.login-content-item .error .iconfont{
	color: red;
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
	.top-title-wrapper{
		margin-top: 75px;
	}
	.main-content-wrapper{
		height: 600px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
	.top-title-wrapper{
		margin-top: 20px;
	}
	.main-content-wrapper{
		height: 500px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
	.top-title-wrapper{
		margin-top: 20px;
	}
	.main-content-wrapper{
		height: 600px;
	}
}