/*  Created on : 2013-9-16, 11:01:07    Author : wusheng  */
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.head {
    width: 100%;
    padding:9.3% 0;
    background: url(../images/login_header_bg.png) no-repeat;
    background-size: 100% 100%;
}

.head .logo {
    width: 100%;
    height: 351px;
    margin: 0px auto;
    background: url(../images/login_logo.jpg) center no-repeat;
}

.head .logo img {
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 137px;
}

.head .product-name {
    width: 400px;
    height: 87px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 160px;
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    font-weight: normal;
}

.login-wrap {
    width: 270px;
    padding: 15px 15px 25px 15px;
    margin: 0px auto;
    overflow: hidden;
}

.login-input {
    width: 268px;
    height: 30px;
    padding: 4px 0px;
    border: 1px solid #bbb;
    margin-top: 10px;
}

.login-input .icon {
    width: 30px;
    height: 30px;
    padding: 0px 4px;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
}

.login-input .icon-user {
    width: 30px;
    height: 30px;
    padding: 0px 4px;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    background: url(../images/icon.png) 4px 0px no-repeat;
}

.login-input .icon-pw {
    width: 30px;
    height: 30px;
    padding: 0px 4px;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    background: url(../images/icon.png) -26px 0px no-repeat;
}

.btn-forget {
    background: none;
    border: none;
    /* text-align: right; */
    padding: 0;
    margin: 0;
    /* width: 270px; */
    line-height: 45px;
    color: #3b99fb;
    /* display: block; */
    font-size: 14px;
}

.btn-forget-box {
    width: 100%;
    height: 45px;
    padding-top: 20px;
    text-align: right;
}

.login-input .icon-yzm {
    width: 30px;
    height: 30px;
    padding: 0px 4px;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    background: url(../images/yzm.png) 50% no-repeat;
}

.login-input input {
    width: 200px;
    height: 30px;
    float: left;
    line-height: 30px;
    border-color: #fff;
    border: none;
    padding: 0px 10px;
}

.btn-wrap {
    width: 270px;
    padding-top: 20px;
}

.btn-login {
    display: block;
    width: 228px;
    float: left;
    margin-top: 20px;
}

.fix-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 14px 0 0 0;
}

.fix-bottom p {
    line-height: 30px;
    color: #454545;
    font-size: 16px;
}

.fix-bottom a {
    color: #bbb;
    font-size: 12px;
}

.fix-bottom span {
    font-size: 12px;
    color: #bbb;
}

.login-error-msg {
    background-color: #fef3c6;
    border: 1px solid #f7d99c;
    font-size: 12px;
    padding: 4px 6px;
    color: #70603f;
}

.dis {
    _width: 270px;
    width: 270px;
    margin: 0 auto;
    /*_margin-top: 30px;*/
    font-size: 12px;
    _zoom: 1;
    overflow: hidden;
}

.dis .dimensional-code-container {
    _float: left;
    display: inline-block;
    text-align: center;
}

.dis .dimensional-code-container .img-wrap {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 5px;
}

.dis .dimensional-code-container .img-wrap img {
    width: 110px;
}

#captchaImg {
    width: 105px;
    height: 42px;
    margin-top: 10px;
    cursor: pointer;
}

.captchaImgBox {
    margin-left: 5px;
    float: left;
    height: 42px;
    width: 105px;
    background: url(../images/slyi/refresh.png) no-repeat 50%;
}