/**
 * Created by zhangsanfeng on 2017/5/19.
 */
body,
html {
	height: 100%;
	font-size: 16px;
	background: #fff !important;
}

@media screen and (max-width: 1920px) {
	body {
		font-size: 14px;
	}
}

.login-box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	/*  background: url(../../common/images/pc-background.png) no-repeat center; */
}

/*.login-box .bg-top {*/
/*width: 100%;*/
/*!*height: 50%;*!*/
/*text-align: center;*/
/*background: #009e9e;*/
/*position: absolute;*/
/*z-index: -1;*/
/*}*/
/*.login-box .bg-worldmap {*/
/*width: 100%;*/
/*!*min-width: 800px;*!*/
/*!*max-width: 1130px;*!*/
/*height: 100%;*/
/*background: url(../../common/images/pc-background.png) no-repeat center;*/
/*background-size: 100%;*/
/*padding-top: 12%;*/
/*margin: 0 auto;*/
/*}*/
.login-box .main {
	width: 80%;
	min-width: 800px;
	max-width: 1130px;
	padding-top: 10%;
	margin: 0 auto;
}

.main-input .login-text {
	font-weight: bold;
	color: #515061;
	font-size: 30px;
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
}

.login-box .main-tit {
	line-height: 2em;
	text-align: center;
	font-size: 2.25em;
	margin-bottom: 8%;
}

.login-box .main-con {
	width: 1200px;
	padding: 5% 6%;
	box-shadow: 0 0 5px #dcdcdc;
	border-radius: 4px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

.main-con img {
	position: absolute;
	top: -125px;
	left: -76px;
}

.login-box .main-con .main-input {
	width: 400px;
	z-index: 1;
}

.login-box .main-con .main-input-ico {
	position: relative;
}

.login-box .main-con>div {
	position: relative;
}

.login-box .main-con input {
	height: auto;
	line-height: 2em;
	font-size: 1em;
	padding: 10px 60px;
}

.login-box .main-con input[type=checkbox] {
	width: 20px;
	height: 18px;
	position: relative;
	top: 5px;
}

.login-box .main-con .ico {
	font-size: 2em;
	color: #ccc;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -0.5em;
}

.login-box .main-con label {
	line-height: 2em;
	color: #999;
	margin-top: 5px;
	margin-left: 5px;
}

.login-box .btn-login {
	background: #6ae3ca;
	color: #fff;
}

.login-box .bom {
	height: 30px;
	line-height: 30px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1920px) {
	.login-box .main {
		padding-top: 5%;
	}

	.login-box .main-tit {
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 1200px) {
	.login-box .main {
		padding-top: 9%;
	}

	.login-box .main-tit {
		margin-bottom: 9%;
	}
}

.login-cont {
	width: 1200px;
	margin: auto;
	padding-top: 156px;
}

.height100 {
	height: 100%;
}

.mt-90 {
	margin-top: 90px;
}

.login_input1 {
	width: 540px;
	height: 50px;
	margin: auto;
	display: block;
	text-indent: 20px;
	font-size: 18px;
	border: 2px solid #f0f1f2;
}

.pt-90 {
	padding-top: 90px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-50 {
	padding-top: 50px;
}

.login_input2 {
	width: 540px;
	display: block;
	height: 50px;
	margin: auto;
	text-indent: 20px;
	font-size: 18px;
	border: 2px solid #f0f1f2;
}
.login_input2  input{
	text-indent: 20px;
	border: none;
}
.login_input3 { 
	width: 540px;
	display: block;
	height: 50px;
	margin: auto;
	text-indent: 20px;
	font-size: 18px;
	background: #44aaf2;
		color: #fff;
		border: none;

}
.login_input1  input{
	text-indent: 20px;
	border: none;
}
.color9{
	color: #9999;
}
.mt-60{
	margin-top: 60px;
}
.mt-50{
	margin-top: 50px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}
.logouser{
	  width: 27px;
    top: 9px;
		left: 5px;
}
.text-indent45{
	    text-indent: 45px !important;
}