.x-body {
    background:#d5edf6;
    font-family:Arial, Helvetica, sans-serif;
    width:100%;
    height:100%;
    font-variant: normal;
    font-style: normal;
}
.content {
    width:1130px;
    margin:0 auto;
    height:auto;
}
.logo {
    margin-top:50px;
    height:55px;
    white:100%;
}

.logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* .logo {
	margin-top:50px;
	background: url(../images/logo/logo.png) no-repeat left;
	background-size:auto;
	padding-bottom: 50px;
} */
.main {
    height:420px;
    width:100%;
}
.left {
    width:490px;
    float:left;
    height:auto;
}
.right {
    width:640px;
    float:right;
}
.left_top {
    color:#0080c3;
    margin-top:40px;
    font-size:18px;
    width:100%;
    line-height:25px;
}
.left_bottom {
    color:#646161;
    margin-top:70px;
    font-size:18px;
    width:100%;
    line-height:30px;
}
.login {
    background:url(../images/login/cloud1.png) no-repeat;
    height:405px;
    margin-top:10px;
    width:100%
}
.login_main {
    width:295px;
    margin:0 auto;
    padding-top:110px;
}

.table_login tr {
    width:100%;
    height:40px;
}
.font_blue {
    color:#0080c3;
    font-size:20px;
}
.textfield {
    height:32px;
    border:#b0c4de solid 1px;
    color: #646161;
    font-size: 14px;
    width:96%;
    text-indent:5px;
    line-height:32px\9;
    font-family:Arial, Helvetica, sans-serif;
}
.button {
    height:30px;
    background:#f6ab00;
    color:#FFF;
    font-size:16px;
    text-align:center;
    line-height:30px;
    width:82px;
    cursor:pointer;
    margin-top:15px;
}
.button a {
    text-decoration:none;
}
.button2 {
    height:30px;
    border: 0px solid #f6ab00;
    background:#FFA500;
    color:#FFF;
    font-size:16px;
    text-align:center;
    line-height:30px;
    width:70px;
    cursor:pointer;
    margin-top:15px;
}

.download_yun {
	background: url(../images/login/yun_min.png) no-repeat left;
	height: 150px;
	width: 220px;
	margin-bottom: 50px;
	position: fixed;
	bottom: 20px;
}

.download_txt {
	color:#646161; 
	margin-top: 40px;
	margin-left :50px; 
}
.download_box { 
	margin-left :50px; 
}
.download_android {
	cursor:pointer;
    height:60px;  
    width:60px; 
    background:url(../images/login/android_min1.png) no-repeat center;
    float:left;
}
.download_ios {  
	cursor:pointer;
    height:60px;
    width:60px;
    background:url(../images/login/ios_min1.png) no-repeat center;
    float: left;
}
.download_android:hover {
	cursor:pointer;
    height:60px;  
    width:60px; 
    background:url(../images/login/android_min.png) no-repeat center;
    float:left;
}
.download_ios:hover {
	cursor:pointer;
    height:60px;
    width:60px;
    background:url(../images/login/ios_min.png) no-repeat center;
    float: left;
} 

.footer {
    width: 1130px;
	text-align: right;
	color: gray;
	font-size: 12px;
	border-bottom: #FFF 2px solid;
	padding-bottom: 6px;
	position: fixed;
	bottom: 20px;
}

.leftdiv {
    float:left;
}
.rightdiv {
    float:right;
}
.msg_error{
    font-size:13px;
    position:relative;
    background:#ffebeb;
    color:#e4393c;
    border:1px solid #faccc6;
    padding:3px 10px 3px 5px;
    width: 272px;
    height:auto
}

.error_img {
    background:url(../images/login/timg.png) no-repeat;
    background-size: cover;
    height:20px;
    width:25px;
    cursor:pointer;
    float:left;
}

#verifyCodeImg {
    padding: 3px 6px 2px 0;
}
