﻿@charset "utf-8";
/* Write your styles */
/*--------------2017/11/28------------*/

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: '微软雅黑' !important;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    word-wrap: break-word;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, label, img, th {
    vertical-align: middle;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new,courier,monospace;
}

select optgroup {
    color: #CAC8BB;
}

.select {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 100px;
    border: 1px solid #dddddd;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    text-align: center;
    /*margin-left: 10px;*/
    margin-right: 10px;
}

input.button, input.btn {
    padding: 0.25em;
    width: auto;
    _width: 0;
    overflow: visible !ie;
}

input.dialog {
    height: 0;
    _height: 0;
    font-size: 0;
    line-height: 0;
    border: none;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


/*登录注册*/
.login-main {
    min-width: 1000px;
}

.login-header-box {
    width: 100%;
    min-width: 1000px;
    background: #FFFFFF;
}

.login-header {
    width: 1000px;
    margin: auto;
    height: 80px;
    line-height: 80px;
}

.login-header-img img {
    width: 300px;
    height: 61px;
}

.login-header-text {
    color: #cccccc;
}

    .login-header-text a {
        color: #555555;
    }

        .login-header-text a:hover {
            color: #d9483d;
        }

.form-input-box {
    width: 100%;
    min-width: 1000px;
    background: #f2f2f2;
    padding: 50px 0;
}

.form-input {
    width: 1000px;
    margin: auto;
    position: relative;
}

.link-a {
    position: absolute;
    right: 23px;
    top: 0;
    height: 42px;
    line-height: 42px;
    color: #555555;
    cursor: pointer;
}

    .link-a:hover {
        text-decoration: underline;
        color: #333;
    }

    .link-a span {
        font-weight: 600;
    }

.form-input-ul {
    padding-left: 40px;
    border-bottom: 1px solid #e9e9e9;
}

    .form-input-ul li {
        width: 142px;
        background: #f9f9f9;
        margin-right: 10px;
        height: 42px;
        text-align: center;
        font-size: 16px;
    }

        .form-input-ul li > a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            color: #333333;
            margin: 0;
            line-height: 42px;
            border: 1px solid #e9e9e9;
            font-weight: 600;
        }

            .form-input-ul li > a:hover {
                border-color: #e9e9e9;
                background: #ffffff;
            }

        .form-input-ul li.am-active {
            background: #FFFFFF;
        }

            .form-input-ul li.am-active > a {
                border: 1px solid #e9e9e9;
                border-bottom-color: transparent;
                color: #f13a47 !important;
            }

.form-input-tabs {
    background: #FFFFFF;
}

    .form-input-tabs .form-tab {
        padding-left: 40px;
        min-height: 200px;
    }

        .form-input-tabs .form-tab > div {
            display: none;
        }

        .form-input-tabs .form-tab.am-in > div {
            display: block;
        }

.login-box {
    height: 410px;
}

.login {
    margin-top: 65px;
}

    .login table {
        width: 100%;
    }

        .login table td {
            padding: 12.5px 0;
        }

        .login table tr:nth-child(1n) td {
            padding-top: 0;
        }

        .login table td:nth-child(1n) {
            width: 105px;
            text-align: right;
            padding-right: 20px;
            font-size: 14px;
            color: #333333;
        }

        .login table td .input-box {
            width: 340px;
            height: 40px;
            background: #FFFFFF;
            border: 1px solid #dddddd;
            font-size: 12px;
            position: relative;
        }

            .login table td .input-box input {
                width: 100%;
                height: 100%;
                outline: none;
                padding-left: 10px;
                border: 0;
            }

.login-img {
    line-height: 410px;
    width: 435px;
    text-align: center;
    height: 100%;
}

.login .option {
    padding-left: 105px;
    padding-right: 20px;
    margin-top: 10px;
}

.login .option-input input {
    vertical-align: sub;
}

.login .option-input span {
    font-size: 12px;
    color: #555555;
    margin-left: 8px;
    vertical-align: middle;
}

.login .option-a a {
    font-size: 12px;
    color: #21a7f4;
}

.btn-submit {
    width: 340px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 30px 0 0 105px;
    background: #f13a47;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    outline: none;
}


.register-box {
    height: 500px;
}

.red-important {
    color: #ef3543;
}

.verify-input {
    width: 50% !important;
}

.verify-img {
    width: 50%;
}

    .verify-img img {
        width: 62px;
        height: 22px;
    }

    .verify-img p {
        font-size: 12px;
        float: right;
        margin: 0;
        line-height: 35px;
        padding-right: 10px;
    }

        .verify-img p span {
            color: #21a7f4;
        }

.mailbox-bnt p {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 100px;
    border: 1px solid #dddddd;
    background: #f2f2f2;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    text-align: center;
    margin-left: 10px;
}

.eml-box {
    width: 230px !important;
}

.login-footer-box {
    width: 100%;
    min-width: 1000px;
    height: 92px;
}

.login-footer {
    width: 1000px;
    margin: auto;
    background: #FFFFFF;
    text-align: center;
    padding-top: 27px;
}

.fend-a {
    font-size: 12px;
    line-height: 12px;
}

    .fend-a a {
        color: #555555;
        padding: 0 5px;
    }

.put-on-records {
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    margin-top: 18px;
    letter-spacing: 1.3px;
}

/*找回密码*/
.retrieve-password-box {
    height: 475px;
    background: #FFFFFF;
}

.retrieve-password-step {
    width: 1000px;
    overflow: hidden;
}

    .retrieve-password-step .title {
        height: 90px;
        line-height: 90px;
        padding-left: 40px;
        font-size: 24px;
        color: #000000;
    }

    .retrieve-password-step .step-img {
        text-align: center;
        position: relative;
        width: 790px;
        margin: auto;
    }

.step-img .striping {
    z-index: 5;
    width: 100%;
    height: 5px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 11px;
    margin: 0;
    border-radius: 50px;
}

    .step-img .striping.step-schedule {
        width: 17%;
        background: #f13a47;
    }

.step-img ul {
    position: relative;
    z-index: 9;
    height: 64px;
}

    .step-img ul li {
        position: absolute;
        text-align: center;
        width: 25%;
        margin-left: -13%;
    }

        .step-img ul li:nth-child(2) {
            left: 33%;
        }

        .step-img ul li:nth-child(3) {
            left: 66%;
        }

        .step-img ul li:nth-child(4) {
            left: 100%;
        }

        .step-img ul li .p1 {
            width: 28px;
            height: 28px;
            background: #cccccc;
            color: #ffffff;
            border-radius: 50%;
            line-height: 28px;
            text-align: center;
            margin: auto;
        }

        .step-img ul li .p2 {
            margin-top: 18px;
            line-height: 18px;
            color: #999999;
        }

        .step-img ul li.ac-li .p1 {
            background: #f13a47;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
        }

        .step-img ul li.ac-li .p2 {
            color: #f13a47;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
        }

.retrieve-password-step .step-box {
    width: 1000%;
}

.step-box .step-main {
    float: left;
    width: 1000px;
}

.step-main table {
    width: 416px;
    margin: 70px auto 0;
    text-align: center;
}

    .step-main table td {
        padding: 12.5px 0;
    }

    .step-main table tr:nth-child(1n) td {
        padding-top: 0;
    }

    .step-main table td:nth-child(2n) {
        padding-right: 0;
    }

    .step-main table td {
        text-align: right;
        padding-right: 20px;
        font-size: 14px;
        color: #333333;
    }

        .step-main table td .input-text {
            text-align: left;
            padding-left: 10px;
        }

        .step-main table td .input-box {
            width: 340px;
            height: 40px;
            background: #FFFFFF;
            border: 1px solid #dddddd;
            font-size: 12px;
            position: relative;
        }

            .step-main table td .input-box input {
                width: 100%;
                height: 100%;
                outline: none;
                padding-left: 10px;
                border: 0;
            }

.step-btn {
    width: 410px;
    margin: auto;
}

.step-box-hidden {
    overflow: hidden;
}

.step-btn-tip {
    text-align: left;
    font-size: 16px;
    color: #555555;
    width: 410px;
    padding-left: 59px;
    margin: 110px auto 0;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.step-btn a {
    width: 340px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 30px 0 0 59px;
    background: #f13a47;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    display: block;
    line-height: 40px;
    text-align: center;
}


/*验证样式*/
form .error {
    position: absolute;
    left: 220px;
    color: red;
    top: 10px;
}

form table.form-tab tr {
    position: relative;
}


/*邮箱验证码错误样式*/
#tbxRegisterMailCode_error {
    left: 150px;
}

#tbxcode_error {
    left: 98px;
}

#twocode_error {
    left: 140px;
}
