/*51淘登录页 CSS*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

body {
    font: 12px/1.5 Arial, Tahoma, "Helvetica Neue", "Hiragino Sans GB", Simsun, sans-self;
    color: #666666;
    background-color: #fcfcfc;
}

a {
    text-decoration: none;
}

a:hover, a:visited, a:link, body a:active {
    text-decoration: none;
    outline: none;
}

a:focus, input {
    outline: none;
}

/*顶部 begin*/
.topBg {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0;
}

.logoPhone {
    width: 1100px;
    height: 53px;
    margin: 0 auto;
}

.logoBox {
    float: left;
}

.logoBox img {
    margin-top: 5px;
}

.phoneBox {
    float: right;
    width: 240px;
    overflow: hidden;
}

.phoneBox img {
    float: left;
    margin-top: 12px;
}

.phoneInfo {
    float: left;
    margin-left: 15px;
}

.zxphone {
    color: #b5b5b5;
    font-family: "Microsoft YaHei";
    margin-bottom: 0;
    margin-top: 5px;
}

.phonenum {
    color: #b5b5b5;
    font-size: 20px;
    margin-bottom: 0;
}

/*顶部 end*/

/*中间部分 begin*/
.registerBg {
    width: 100%;
    height: 460px;
    background: url("../../images/login/jzsc.jpg") center no-repeat;
}

.registerCon {
    width: 1100px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}

.registerBox {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 380px;
    height: 380px;
    padding: 30px 27px;
    background: #ffffff;
    filter: alpha(opacity=80); /*　使用IE专属滤镜实现IE背景透明*/
    background-color: rgba(255, 255, 255, 0.80);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.regTitle {
    width: 326px;
    overflow: hidden;
}

.regTitle h1 {
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.sign_in {
    float: right;
    color: #2691f5;
    margin-top: 18px;
    margin-right: 8px;
}

.sign_in:hover {
    color: #2691f5;
    text-decoration: underline;
}

.inputBox {
    margin-top: 8px;
}

.userBox {
    position: relative;
}

.passwordBox {
    position: relative;
    margin-bottom: 15px;
}

.inputBox label {
    float: left;
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 99;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: solid 1px #d1d1d1 !important;
}

.inputText {
    width: 326px;
    height: 46px;
    line-height: normal;
    border: solid 1px #dcdcdc;
    padding-left: 50px;
    color: #444444;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.inputPsw {
    border-top: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.verify {
    width: 326px;
    height: 46px;
    *height: 46px;
    overflow: hidden;
    margin-bottom: 18px;
}

.verifyIp {
    float: left;
}

.inputVerify {
    width: 190px;
    height: 46px;
    line-height: normal;
    border: solid 1px #dcdcdc;
    color: #444444;
    padding-left: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.verifyImg {
    float: right;
    width: 116px;
    height: 46px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.loginBt {
    display: block;
    width: 326px;
    height: 50px;
    line-height: 50px;
    background: #ff5c5c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.loginBt:hover {
    background: #ff5151;
    cursor: pointer;
}

.fogetps {
    display: block;
    width: 326px;
    text-align: right;
    margin: 10px 0;
    color: #999999;
}

.fogetps:hover {
    text-decoration: underline;
    color: #2691f5;
}

/*中间部分 end*/

/*底部 begin*/
.footBox {
    width: 1100px;
    margin: 30px auto;
}

.copyright {
    width: 1100px;
    text-align: center;
}

.copyright p {
    margin-bottom: 10px;
    color: #999999;
}

.copyright p a.beian_su {
    color: #999999;
}

.copyright p a.beian_su:hover {
    color: #ff5c5c;
}

/*底部 end*/
#login-form .tips {display:none; color:red; width:100%; height:18px; font-weight:bold; overflow:hidden;font-size: 15px;}





