﻿body {
    background-color: #f0f0f0;
    font-family: "微软雅黑";
}

.headLogin {
    width: 960px;
    height: 120px;
    line-height: 120px;
    margin: 0px auto;
    font-size: 25px;
    color: #3b444f;
    position: relative;
}

    .headLogin img {
        margin-right: 5px;
    }

.main {
    width: 960px;
    background-color: #ffffff;
    border: 1px solid #d5dce6;
    margin: 0px auto;
    padding-top: 52px;
    position: relative;
    padding-bottom: 60px;
}

.otherSpan {
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 13px;
    color: #3b444f;
}

    .otherSpan a {
        color: #db6651;
    }

.logoDiv {
    text-align: center;
}

.logoTitle {
    color: #3b444f;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.stepsDiv {
    margin-bottom: 76px;
    text-align: center;
}

.stepsDiv-imgs {
    display: inline-block;
    background: #ffffff url("/Images/Register/img_register_line.png") repeat-x;
    background-position: center;
}

    .stepsDiv-imgs div {
        width: 38px;
        height: 38px;
        float: left;
        margin: 0px 48px;
        background-color: #fff;
        position: relative;
        color: #3b444f;
    }

        .stepsDiv-imgs div:first-child {
            margin-left: 0px;
        }

        .stepsDiv-imgs div:last-child {
            margin-right: 0px;
        }

div.stepsDiv-imgs-select {
    color: #47A5ED;
}

.stepsDiv-imgs span {
    font-size: 12px;
    display: block;
    width: 100px;
    position: absolute;
    bottom: -20px;
    left: -35px;
}

.stepsDiv-title {
    font-size: 12px;
    color: #3b444f;
    position: relative;
    height: 15px;
    margin-top: 6px;
}

    .stepsDiv-title span {
        display: block;
        float: left;
        position: absolute;
    }

        .stepsDiv-title span:nth-child(1) {
            left: 245px;
        }

        .stepsDiv-title span:nth-child(2) {
            left: 379px;
        }

        .stepsDiv-title span:nth-child(3) {
            left: 502px;
        }

        .stepsDiv-title span:nth-child(4) {
            left: 641px;
        }


.newBtn {
    width: 278px;
    height: 42px;
    border: 1px solid #218cde;
    background-color: rgba(50,156,237,1);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 2px;
    color: #ffffff;
    outline: none;
}

    .newBtn:hover {
        background-color: rgba(50,156,237,0.8);
    }

.newInput {
    width: 300px;
    border: 1px solid #cbd1db;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 30px;
    font-size: 13px;
    color: #3b444f;
    padding: 0px 10px;
}

    .newInput:focus {
        border-color: #329ced;
        background-color: #ffffff;
    }

.newInputError {
    background: #f8e0dc;
    border: 1px solid #db6651;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbc6cd;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbc6cd;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbc6cd;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbc6cd;
}

.newBtn2 {
    height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #d9dee4;
    background: url(/Images/btn_bg.png) repeat-x;
    color: #3b444f;
    font-size: 13px;
    padding: 0px 16px;
    outline: none;
}

    .newBtn2:hover {
        background: #58ccb3;
        border: 1px solid #d9dee4;
        color: #3b444f;
        background: url(/Images/btn_bg_hover.png) repeat-x;
    }

.newBtn2Disable {
    opacity: 0.8;
    color: #bababa;
}

    .newBtn2Disable:hover {
        opacity: 0.8;
        color: #bababa;
        background: url(/Images/btn_bg.png) repeat-x;
        cursor: initial;
    }

.testTable {
    margin: 0px auto;
    margin-top: -26px;
}

    .testTable tr td:nth-child(1) {
        padding-right: 20px;
        font-size: 13px;
        color: #3b444f;
        text-align: right;
        min-width: 91px;
    }

    .testTable tr td {
        padding-bottom: 20px;
    }

.newSelect {
    font-size: 13px;
    border: 1px solid #cbd1db;
    color: #3b444f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url(/Images/img_btn_bg.png) repeat-x;
    height: 30px;
    width: 300px;
    outline: none;
    padding: 0px 3px;
}

    .newSelect:hover {
        border: 1px solid #329ced;
    }

.newDivSelect {
    width: 300px;
    height: 30px;
    position: relative;
}

.newDivSelect-head {
    border: 1px solid #cbd1db;
    font-size: 13px;
    -webkit-border-radius: 2px;
    width: 100%;
    height: 100%;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #ffffff;
}

    .newDivSelect-head input {
        width: 100%;
        height: 100%;
        border: 0px;
        padding: 0px 20px 0px 10px;
        background-color: #ffffff;
    }

    .newDivSelect-head img {
        width: 8px;
        position: absolute;
        top: 40%;
        right: 6px;
    }

.newDivSelect:hover > .newDivSelect-head {
    border-color: #329ced;
}

.newDivSelect:hover > .newDivSelect-content {
    border-color: #329ced;
}

.newDivSelect-content {
    width: 100%;
    height: 200px;
    border: 1px solid #cbd1db;
    border-top: 0px;
    position: absolute;
    top: 30px;
    background-color: #ffffff;
    display: none;
}

    .newDivSelect-content ul {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .newDivSelect-content li {
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        color: #3b444f;
        padding: 0px 10px;
    }

.newDivSelect-liSelect {
    background-color: rgba(49,157,236,0.18);
}

td[class=tdH1] {
    text-align: left !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #3b444f !important;
}

input[type=file] {
    display: none;
}
