/* index */
.index .w {
    width: 100%;
    margin-bottom: 50px;
}

.login-w {
    padding-top: 37px;
}

    .login-w .container {
        overflow: hidden;
    }

.login {
    float: right;
    width: 320px;
    height: 300px;
    padding: 25px 25px 28px;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

    .login .lg-h {
        overflow: hidden;
        line-height: 18px;
        color: #fff;
        margin-bottom: 24px;
    }

    .login .lg-t {
        font-size: 18px;
        font-weight: bold;
    }

    .login .btn-register {
        float: right;
        font-size: 14px;
        cursor: pointer;
    }

    .login .form {
        margin-bottom: 24px;
    }

    .login .row {
        overflow: hidden;
        margin-bottom: 14px;
    }

    .login input {
        width: 100%;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
        padding-left: 35px;
        color: #000;
        outline: none;
        border-radius: 3px;
        box-sizing: border-box;
    }

    .login .username input {
        background: #fff url(../images/zhanghao_icon.png) 9px center no-repeat;
    }

    .login .pwd input {
        background: #fff url(../images/mima_icon.png) 9px center no-repeat;
    }

    .login .v-code input {
        width: 164px;
        background: #fff url(../images/yanzhengma_icon.png) 8px center no-repeat;
    }

    .login .code {
        float: right;
        display: inline-block;
        width: 90px;
        height: 38px;
        border-radius: 3px;
        overflow: hidden;
        cursor: pointer;
    }

        .login .code img {
            width: 100%;
            height: 100%;
        }

    .login .btn-login {
        width: 100%;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        background: #52A6F9;
        cursor: pointer;
    }

.index .content {
    overflow: hidden;
}

.a-chunk {
    width: 496px;
}

    .a-chunk.zb-m {
        float: left;
    }

    .a-chunk.zb-r {
        float: right;
    }

    .a-chunk .a-c-h {
        overflow: hidden;
        padding-left: 37px;
        line-height: 26px;
        padding-bottom: 7px;
        border-bottom: 1px solid #ddd;
    }

    .a-chunk.zb-m .a-c-h {
        background: url(../images/icon-招标信息.png) no-repeat;
    }

    .a-chunk.zb-r .a-c-h {
        background: url(../images/icon-中标结果.png) no-repeat;
    }

    .a-chunk div.title {
        float: left;
        width: 100px;
        height: 26px;
        font-size: 17px;
        color: #fff;
        line-height: 26px;
        text-align: center;
        background: #057FC2;
    }

    .a-chunk .more {
        float: right;
        font-size: 13px;
        color: #999999;
    }

    .a-chunk .a-list {
        padding-top: 17px;
    }

        .a-chunk .a-list li {
            overflow: hidden;
            margin-bottom: 28px;
            cursor: pointer;
        }

    .a-chunk .a-l-t {
        display: inline-block;
        width: 340px;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .a-chunk .a-l-d {
        float: right;
        font-size: 15px;
        color: #000;
    }

/* aboutus */
.aboutus .w {
    margin-bottom: 30px;
}

.aboutus div.title {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: auto;
    background: #057FC2;
    margin-bottom: 50px;
}

.aboutus .a-cnt p {
    line-height: 42px;
    text-indent: 32px;
}

/* 注册 */
.register .nav-w {
    margin-bottom: 58px;
}

.register .content .container {
    width: 868px;
}

.r-title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #52A6F9;
    margin-bottom: 24px;
}

.register .row, .resetPwd .row {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 15px;
}

.register .left, .resetPwd .left {
    float: left;
}

.register .right, .resetPwd .right {
    float: right;
}

.register i, .resetPwd i {
    display: inline-block;
    width: 10px;
    font-style: normal;
    color: #FF2121;
}

.register .label, .resetPwd .label {
    width: 100px;
    display:inline-block;
    float:left;
}

.register input, .resetPwd input {
    width: 300px;
    height: 34px;
    line-height: 34px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-left: 17px;
    box-sizing: border-box;
    margin-left: 17px;
}

    .register input.active {
        border: 1px solid #52A6F9;
    }

    .register input.err {
        border: 1px solid #FF4242;
    }

.address input {
    width: 750px;
}

.btn {
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: rgba(183, 219, 255, 1);
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.register .btn-register {
    width: 180px;
    margin-left: 87px;
    margin-top: 33px;
}

.btn.active {
    background: #52A6F9;
}

.register .code input {
    width: 170px;
    margin-left: 87px;
}

.register .btn-getCode {
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    vertical-align: bottom;
}

.resetPwd .content {
    padding-top: 140px;
}

.resetPwd .label {
    display: inline-block;
    width: 72px;
    text-align: right;
}

    .resetPwd .label i {
        float: left;
    }

.resetPwd input {
    height: 38px;
    line-height: 38px;
}

.resetPwd .code input {
    width: 180px;
}

.resetPwd .btn-getCode {
    width: 110px;
    vertical-align: bottom;
    margin-left: 10px;
}
