﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

html,body{
	background-color: #F7FAFF;
	width:100%;
	height:100%;
}

input {
	outline: none;
}

.loginerr {
	color: red;
    text-align: center;
    width: 456px;
    margin: 0 auto;
    height: 20px;
    margin-top: -20px;
}

.verifyCon input {
	width: 163px!important;
}

.verifyCon {
	margin: 0!important;
}

.verifyCon img {
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 3.5px;
    margin-right: 5px;
}

#bg{
	background:url(images/login.png) left top repeat-x;
	width: 100%;
	height: 100%;
}

#loginBg{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:100%;
	background:url(images/cloud.png) center top no-repeat;
	position: relative;
}

.pm1{
	width:391px;
	height:580px;
	float:left;
	margin-left: 60px;
	background:url(images/pm.png) center bottom no-repeat;
}

.pm2{
	width:391px;
	height:580px;
	float:left;
	margin-left: 60px;
	background:url(images/pm_xszs.png) center bottom no-repeat;
}

#pm img{
	margin-top: 35px;
	margin-left: -30px;
	width:206px;
	height:59px;
	background-repeat: no-repeat;
}

#input_area{
    width: 456px;
    height: 340px;
    float: right;
    margin-right: 60px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -220px;
    background: white;
    border: 1px solid #ccc;
}

#info {
    position: relative;
    font-size: 22px;
    font-family: "微软雅黑";
    color: #FFF;
    width: 500px;
    text-align: left;
    margin: 20px 0;
    background: url(images/login_title.png) 0px 5px no-repeat;
    left: -13px;
    /* top: 10px; */
    background-size: contain;
    height: 83px;
}

#info img{
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 20px;
    margin-left: 12px;
}

#info span{
    margin-left: 4px;
    line-height: 48px;
    /* display: inline-block; */
    /* height: 48px; */
    position: absolute;
    top: 20px;
    right: 118px;
}

#loginFrm{
	width: 360px;
	height: 170px;
	position: relative;
}

.item{
	height: 38px;
	width: 310px;
	border: 1px solid #c3c3c3;
	background-color:#fafafa;
	border-radius: 5px;
	margin-left:80px;
	margin-bottom: 28px;
}

.item div{
	margin-left: 120px;
	text-align: left;
}

.item input{
	width: 260px;
	height: 30px;
	margin-top: 4px;
	border: 0;
	color: #000;
	font-size:18px;
}
.save-password{
	font-size: 14px;
	font-family: Microsoft Yahei;
	margin-left: 80px;
	margin-top: -10px;
}
.save-password input{
	top: 2px;
	position: relative;
	cursor: pointer;
}
#ico-user, #ico-pwd{
	display:block;
	width:24px;
	height: 24px;
	float:left;
	margin-top: 12px;
	margin-left: 8px;
	background-image: url(images/grid.png);
	background-repeat:no-repeat;
}

.ico-verify {
	background-image: url(images/verify.png)!important;
	background-position: 0!important;
	margin-top: 7px!important;
}

#ico-user{
	background-position:-220px -110px;
}
#ico-pwd{
	background-position:-290px -110px;
}

#login_btn{
	position: relative;
	display: block;
	width: 106px;
	height: 38px;
	line-height:38px;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	margin-left: 186px;
	background: url(images/grid.png) -12px -212px no-repeat;
	margin-top: 4px;
	text-align: center;
}

#login_btn:hover{
	background-position:-12px -152px;
}

#download{
	height: 80px;
	position: absolute;
	bottom: 20px;
	right: 52px;
}

#download #android, #download #iphone{
	display:block;
	width: 296px;
	height:80px;
	float:left;
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
}

#download #android{
	background-image: url(images/android_01.png);
}

#download #iphone{
	margin-left: 80px;
	background-image: url(images/iphone_01.png);
}

.zcode{
	width: 80px;
	height: 80px;
	margin-left: 180px;
}
