﻿@charset "utf-8";
.content {
    display: inline-block;
    width: 100%;
    height: 944px;
    padding: 100px 0 0px;
    background-image:url(../images/account/bg.jpg);
    -moz-background-size: 100% 100%; /*  Firefox 3.6 */
    -o-background-size: 100% 100%;/* Opera 9.5 */
    -webkit-background-size: 100% 100%;/* Safari 3.0 */
    background-size: 100% 100%;/*  Firefox 4.0 and other CSS3-compliant browsers */
    -moz-border-image: url(../images/account/bg.jpg) 0; /* Firefox 3.5 */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account/bg.jpg', sizingMethod='scale');/* for < ie9 */
}
.loginwrap {
    width: 1190px;
    margin:50px auto;
    overflow: hidden;
    position: relative;
}
.loginwrap h1 {
    background: url(../images/common/zcbt.png) no-repeat right 0;
    width: 164px;
    height: 160px;
    font-weight: normal;
    font-size: 24px;
    color: #393939;
    text-align: center;
    line-height: 255px;
    vertical-align: bottom;
    position: absolute;
    left: 50%;
    top:30px;
    margin-left: -80px;
    z-index: 11;
}
.logo {
    overflow: hidden;
    width: 160px;
    height: 65px;
    margin:auto;
}
.logo img {
    height: 65px;
    width: 160px;
}
.welcome {
    width: auto;
    margin:20px auto;
    overflow: hidden;
    text-align: center;
}

.loginbox {
    width: 460px;
    position: relative;
    margin:auto;
    background-color: #fff;
    padding: 200px 30px 50px;
    border-radius: 15px;
}


.loginbox .txtbox,.loginbox .selectbox,.loginbox .anniu{
    margin: 0 auto;
    overflow: hidden;

}
.loginbox .anniu {
    margin: 10px 0 5px;
}
.loginbox .txtbox3{
    background: #fff;
    border: 1px solid #ddd;
}
.loginbox .txtbox ,.loginbox .txtbox2 {
    background: #fff;
    border: 1px solid #ddd;
}
.loginbox .txtbox input,.loginbox .selectbox input{
    display: block;
    width: 353px;
    padding: 9px 10px;
    color: #333;
    height: 40px;
    line-height: 22px;
    background: #fff;
    border:0;
    margin-left: 20px;
    font-family: "microsoft yahei";
    font-size: 12px;
}
.loginbox .selectbox input{
    width: 62px;
    margin-left: 0;
    display: inline-block;
    font-size: 12px;
}
.loginbox .txtbox2 input {
    display: inline-block;
    width: 200px;
    padding: 9px 10px;
    color: #333;
    height: 40px;
    line-height: 22px;
    background: #fff;
    border:0;
    font-size: 12px;

}
.loginbox .txtbox label,.loginbox .txtbox2 label{
  width: 45px;
  height: 22px;
  display: block;
  float: left;
  border-right: 1px solid #eee;
  margin: 9px 0px;
  padding: 0 11px;
}
.loginbox .txtbox label.ch {
  background: url(../images/common/icon_ch.png) no-repeat 13px 3px;
}
.loginbox .txtbox label.mm {
  background: url(../images/common/icon_mm.png) no-repeat 13px 3px;
}
.loginbox .txtbox2 label.yzm {
  background: url(../images/common/icon_yzm.png) no-repeat 13px 3px;
}

.loginbox .txtbox3 a.code_img {
    background: #cecfd0;
    width: 140px;
    height: 40px;
    line-height: 40px;
}
.loginbox .txtbox3 a.code_img img {
    width: 140px;
    height: 40px;
}
.loginbox .anniu input[type=submit] {
    display: block;
    width: 400px;
    background: #f8931c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    height: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    transition: color 0.4s ease 0s, background 0.4s ease 0s, opacity 0.2s ease 0s;
    border:0;
    cursor:pointer;
}

.loginbox .anniu input[type=submit]:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}
.loginbox p.hint {
    color: #666;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
}

.loginbox .hint a {
    color: #666;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding:0 10px;
}
.loginbox .hint a:hover {
    color: #f8931c;
}
.loginbox .dderror {
    height:21px;
    line-height:21px;
    clear:both;
    width:400px;
    color:#ff4200;
}

.loginbox .dderror .field-validation-error {
    background: url("/images/common/smerror.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    clear: both;
    color: #ff4200;
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    padding-left: 25px;
}

.loginbox .other {
    overflow: hidden;
    width: 400px;
    height: 22px;
}


.loginbox .other a {
    width: auto;
    padding:0 10px;
    height: 22px;
    display: inline-block;
    float: right;
    line-height: 22px;
}
.loginbox .other em {
    width:20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    background: #999;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
}
.loginbox .other a:hover em {
    background: #f8931c;
}
.loginbox .other a:hover{
    color: #f8931c;
}

