html { 
    padding:0;
    margin:0;
	width: 100%;
	height: 100%;
	/*background: url(../img/bg.png);*/
	background-color:"#fff";
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
	font-size:14px;
	color: #b2b2b2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size:14px;
    color: #b2b2b2;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size:14px;
	color: #b2b2b2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size:14px;
	color: #b2b2b2;
}
input-text:focus{  
    border-style:solid;  
    border-color:#008FD7;  
}
.mainContent .mian-center{
    width: 800px;
    height: 600px;
    background: #FFFFFF;
	box-shadow: 0 9px 36px 0 rgba(0,0,0,0.20);
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
}
.mainContent .topImg{
	width:800px;
	height:310px;
	z-index:1;
	zoom: 1;
	/* background: url(../img/sbg1.png); */
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.con-main {
	overflow: hidden;
}
.con-main .con-left{
    float: left;
    width: 40%;
}
.con-left .input-text,.con-left .input-pass{
	width: 300px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	overflow: hidden;
}
.con-left .input-text{
	margin-top: 45px;
}
.con-left .input-text img,.con-left .input-pass img{
	float: left;
	margin: 10px 0 10px 10px;
	width: 18px;
}
.con-left .input-text input,.con-left .input-pass input{
	float: left;
	width: 240px;
	height: 38px;
	line-height: 38px;
	border: 0;
	outline: none;
	padding: 0 15px;
	letter-spacing: 2px;
}
.con-left .input-pass{
    position: relative;
    top: 20px;
    bottom: 20px;
}

.con-main .con-right{
	width:55%;
	float: left;
}
.con-left .centerimg{
	width: 212px;
	height: 56px;
	position: relative;
	left: 54px;
}
.con-right p{
	width: 320px;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	text-align: justify;
	line-height: 36px;
	text-indent: 25px;
}
.con-right img{
	
	width:190px;
	height:208px;
	margin:40px 0px 0px 105px ;
}
.rember-pass{
	font-size: 12px;
	color: #4a4a4a;
	letter-spacing: 0;
	padding: 20px 0 10px 0;
}
.login{
	width: 180px;
    height: 40px;
    background: #008FD7;
    border-radius: 4px;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
}
.reast{
	width: 100px;
    height: 40px;
	background: #FFFFFF;
	border: 1px solid #008FD7;
	border-radius: 4px;
	font-size: 16px;
	color: #008FD7;
	letter-spacing: 1px;
	text-align: center;
	margin-left: 20px;
}
.checkbox{
	width: 14px;
	height: 14px;
	position: relative;
	top:2px;
}
.div-dialog{
	display: none;
    width: 100px;
    height: 86px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    position: relative;
    left: 205px;
}
.div-dialog p{
	text-align: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
}