﻿/***
Login page
***/
/* bg color */
.login {
    /*background-color: #EEEEEE !important;*/
    background-color: #EEEEEE;
}

    .login .logo {
        margin: 0 auto;
        margin-top: 0;
        padding: 15px;
        text-align: center;
    width: 200px !important;
    height: 35px !important;
    float: left;
    margin-top: 37px;
    }

    .login .content {
        background-color: #FFFFFF;
        width: 1200px;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 100px;
        overflow: hidden;
        position: relative;
    }

        .login .content h3 {
            color: #4db3a5;
            text-align: center;
            font-size: 28px;
            font-weight: 400 !important;
        }

        .login .content h4 {
            color: #555;
        }

        .login .content .hint {
            color: #999;
            padding: 0;
            margin: 15px 0 7px 0;
        }

        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .form-control {
            border: none;
            background-color: #FFFFFF;
            height: 52px;
            color: #8290a3;
            border: 1px solid #dde3ec;
        }

            .login .content .form-control:focus, .login .content .form-control:active {
                border: 1px solid #c3ccda;
            }

            .login .content .form-control::-moz-placeholder {
                color: #8290a3;
                opacity: 1;
            }

            .login .content .form-control:-ms-input-placeholder {
                color: #8290a3;
            }

            .login .content .form-control::-webkit-input-placeholder {
                color: #8290a3;
            }

        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px;
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px;
        }

        .login .content .form-actions {
            clear: both;
            border: 0px;
            /*border-bottom: 1px solid #eee;*/
            padding: 0px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important;
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }

        .login-options .social-icons li a {
            border-radius: 15px 15px 15px 15px !important;
            -moz-border-radius: 15px 15px 15px 15px !important;
            -webkit-border-radius: 15px 15px 15px 15px !important;
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .form-actions .btn-success {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none;
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af;
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .create-account {
    margin: 0 -40px -40px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }

    .login .content .create-account .pipe-divider {
        color: #c3cedd;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

.login .content .alert {
    margin-bottom: 10px;
}

    .login .content .alert:last-child {
        margin-bottom: 0;
    }



/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto 0px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

.login .language-switch-area {
    text-align: center;
    padding: 10px;
}

    .login .language-switch-area .language-icon {
        -ms-opacity: 0.5;
        opacity: 0.5;
    }

    .login .language-switch-area .language-icon-current {
        -ms-opacity: 1;
        opacity: 1;
    }

@media (max-width: 440px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
        margin-top: 10px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

/* header.css Date:2018-03-10 16:58:08 */
.header .logo, .i-company, .i-def, .i-error, .i-error1, .i-global, .i-suc {
    background: url(../../Common/Images/app-logo-on-dark.png) no-repeat;
    background-size: 100% 100%;
}

.i-error {
    background-position: -17px -100px
}

.i-def {
    background-position: 0 -100px
}

.i-suc {
    background-position: 0 -117px
}

.i-company {
    background-position: 0 -50px
}

.i-global {
    background-position: -50px -50px
}

.i-error1 {
    background-position: -17px -117px
}

.header {
    height: 110px;
    line-height: 110px;
}

    .header .logo {
        width: 325px;
        height: 110px;
        float: left;
    }

    .header .logo-title {
        float: left;
        height: 34px;
        line-height: 34px;
        font-size: 30px;
        color: #333;
        margin-top: 45px;
        margin-left: 15px;
    }

    .header .have-account {
        font-size: 16px;
        float: right;
        margin-top: 55px;
        color: #999
    }

        .header .have-account a {
            color: #e22
        }

            .header .have-account a:hover {
                color: #c81623;
                text-decoration: underline
            }
/* common.css Date:2018-03-10 16:58:08 */
.feedback, .i-clear, .i-company, .i-def, .i-error, .i-error1, .i-global, .i-suc, .registerDialog .close, .registerDialog .ico {
    background: url(../../Common/Images/app-logo-on-dark.png) no-repeat;
    background-size: 100% 100%;
}

.i-error {
    background-position: -17px -100px
}

.i-def {
    background-position: 0 -100px
}

.i-suc {
    background-position: 0 -117px
}

.i-company {
    background-position: 0 -50px
}

.i-global {
    background-position: -50px -50px
}

.i-error1 {
    background-position: -17px -117px
}

button, input, select, textarea {
    outline: 0
}

textarea {
    font-size: 13px;
    resize: none
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    width: 0;
    height: 0
}

.tips {
    position: absolute;
    background: #fef4e5;
    border: solid 1px #f6c090;
    color: #bc5212;
    display: none;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    z-index: 11
}

    .tips .arrow {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border-color: #f6c090 transparent transparent;
        border-style: solid dashed dashed;
        border-width: 8px;
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -16px
    }

    .tips .arrow-inner {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border-color: #fef4e5 transparent transparent;
        border-style: solid dashed dashed;
        border-width: 8px;
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -15px
    }

.capslock-tip {
    right: 2px;
    top: -45px
}

.feedback {
    display: block;
    width: 33px;
    height: 135px;
    background-position: -367px 0
}

    .feedback:hover {
        background-position: -334px 0
    }

.i-clear {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-position: -34px -100px;
    display: none;
    cursor: pointer
}

.reg-ad {
    width: 100%;
    height: 140px
}

    .reg-ad a {
        width: 100%;
        display: block;
        height: 140px
    }

.ui-dialog {
    box-shadow: 0 3px 10px #ccc
}

.registerDialog {
    background: #fff;
    text-align: center;
    padding: 30px 0
}

    .registerDialog .con {
        font-size: 16px;
        color: #333;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        line-height: 22px
    }

    .registerDialog .ico {
        display: inline-block;
        width: 48px;
        height: 48px;
        background-position: -211px 0;
        vertical-align: middle;
        margin-right: 20px
    }

    .registerDialog .close {
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background-position: -51px -118px
    }

.ui-mask {
    cursor: pointer
}

.ui-dialog-autoclose {
    display: none
}

.ui-dialog .ui-dialog-title {
    color: #000;
    font-weight: 700
}

.protocol-con {
    height: 426px;
    padding: 10px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 25px
}

    .protocol-con h4, .protocol-con h5 {
        color: #333;
        font-size: 14px
    }

    .protocol-con h5 {
        margin: 10px 0
    }

.protocol-button button {
    margin: 0 auto;
    display: block;
    width: 400px;
    height: 54px;
    color: #fff;
    background: #e22;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB"
}
/* step-progress-bar.css Date:2018-03-10 16:58:08 */
.i-company, .i-def, .i-error, .i-error1, .i-global, .i-suc {
    background: url(../../Common/Images/app-logo-on-dark.png) no-repeat;
    background-size: 100% 100%;
    /*background-image: url('../../Common/Images/app-logo-on-dark.png');*/
}

.step-progress-bar .pro-line, .step-progress-bar .pro-step .step-index {
    background: url(../../Images/login/reg-icon.png) no-repeat
}

.i-error {
    background-position: -17px -100px
}

.i-def {
    background-position: 0 -100px
}

.i-suc {
    background-position: 0 -117px
}

.i-company {
    background-position: 0 -50px
}

.i-global {
    background-position: -50px -50px
}

.i-error1 {
    background-position: -17px -117px
}

.step-progress-bar {
    position: relative;
    margin: 80px auto 0;
    width: 100%
}

    .step-progress-bar .pro-step {
        float: left;
        text-align: center
    }

        .step-progress-bar .pro-step .step-index {
            margin: 0 auto;
            display: block;
            width: 24px;
            height: 24px;
            line-height: 24px;
            background-position: -45px -200px;
            font-size: 12px;
            font-weight: 700;
            color: #ccc
        }

        .step-progress-bar .pro-step .step-desc {
            margin-top: 10px;
            font-size: 12px;
            color: #999
        }

    .step-progress-bar .pro-step2 {
        margin-left: 49px
    }

    .step-progress-bar .person-pro-step2 {
        margin-left: 106px
    }

    .step-progress-bar .pro-step3 {
        margin-left: 43px
    }

    .step-progress-bar .person-pro-step3 {
        margin-left: 112px
    }

    .step-progress-bar .pro-step4 {
        margin-left: 51px
    }

    .step-progress-bar .cur-step .step-index {
        background-position: 0 -200px;
        color: #fff
    }

    .step-progress-bar .cur-step .step-desc {
        color: #06c
    }

    .step-progress-bar .done-step .step-index {
        background-position: 0 0;
        border: none
    }

    .step-progress-bar .done-step .step-desc {
        color: #06c
    }

    .step-progress-bar .pro-line {
        position: absolute;
        top: 7px;
        width: 74px;
        height: 10px;
        background-position: 0 -40px
    }

    .step-progress-bar .person-pro-line {
        width: 124px;
        background-position: 0 -100px
    }

    .step-progress-bar .pro-line1 {
        left: 65px
    }

    .step-progress-bar .person-pro-line1 {
        left: 55px
    }

    .step-progress-bar .pro-line2 {
        left: 187px
    }

    .step-progress-bar .person-pro-line2 {
        left: 228px
    }

    .step-progress-bar .pro-line3 {
        left: 303px
    }

    .step-progress-bar .cur-line {
        background-position: 0 -70px
    }

    .step-progress-bar .person-cur-line {
        background-position: 0 -130px
    }
/* reg-steps.css Date:2018-04-24 20:02:35 */
@charset "UTF-8";

.form-item-valid .i-status, .i-company, .i-def, .i-error, .i-error1, .i-global, .i-info, .i-pwd-medium, .i-pwd-strong, .i-pwd-weak, .i-suc, .voiceVerifyDialog .ico {
    background: url(../../Common/Images/app-logo-on-dark.png) no-repeat;
    background-size: 100% 100%;
}

.form-agreen .agree-tip i, .form-agreen .sim-checkbox, .form-item .i-cancel, .reg-other .reg-ohter-icon {
    background: url(../../Images/login/reg-icon.png) no-repeat
}

.i-error {
    background-position: -17px -100px
}

.i-def {
    background-position: 0 -100px
}

.i-suc {
    background-position: 0 -117px
}

.i-company {
    background-position: 0 -50px
}

.i-global {
    background-position: -50px -50px
}

.i-error1 {
    background-position: -17px -117px
}

.ui-dialog-content {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-size: 14px
}

.main {
    margin: 50px auto 186px;
    width: 400px
}

.mb230 {
    margin-bottom: 230px
}

.form-item {
    position: relative;
    border: solid 1px #ddd;
    height: 52px;
    z-index: 0
}

    .form-item label {
        float: left;
        width: 20%;
        height: 50px;
        line-height: 50px;
        padding-left: 20px
    }

    .form-item txt {
        margin-top: 2px !important
    }

    .form-item .item-input-wrap {
        float: left;
        width: 288px;
        height: 50px;
        border: solid 1px #ddd
    }

    .form-item .field {
        border: 0 none;
        font-size: 14px;
        width: 75%;
        height: 19px;
        padding-bottom: 11px;
        padding-left: 20px;
        padding-top: 24px
    }

        .form-item .field::-webkit-input-placeholder {
            color: #ccc
        }

        .form-item .field:-moz-placeholder {
            color: #ccc
        }

        .form-item .field::-moz-placeholder {
            color: #ccc
        }

        .form-item .field:-ms-input-placeholder {
            color: #ccc
        }

        .form-item .field span {
            display: none
        }

    .form-item .form-authcode {
        width: 150px
    }

    .form-item .phonecode {
        width: 152px
    }

    .form-item .error {
        display: block
    }

    .form-item .i-status {
        position: absolute;
        display: none;
        width: 16px;
        height: 16px;
        top: 20px;
        right: 20px
    }

    .form-item .i-cancel {
        background-position: -80px -160px;
        position: absolute;
        display: none;
        width: 12px;
        height: 12px;
        top: 22px;
        right: 20px;
        cursor: pointer
    }

    .form-item .img-code {
        position: absolute;
        right: 3px;
        top: 3px;
        width: 110px;
        height: 46px;
        cursor: pointer
    }

.pwd-weak {
    border: solid 1px #e22
}

.pwd-medium {
    border: solid 1px #f91
}

.pwd-strong {
    border: solid 1px #90b71b
}

.i-info {
    background-position: -34px -117px
}

.i-pwd-weak {
    background-position: -17px -134px
}

.i-pwd-medium {
    background-position: -34px -117px
}

.i-pwd-strong {
    background-position: -34px -134px
}

.btn-phonecode {
    float: left;
    width: 118px;
    height: 52px;
    border: 1px solid #ddd;
    border-left: none;
    background: #fff;
    color: #333;
    padding: 0
}

.btn-code-disable {
    background: #f4f5f6;
    color: #999;
    cursor: default
}

.form-item-getcode {
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    z-index: 2
}

    .form-item-getcode:hover {
        border-color: #666
    }

.form-item-account {
    z-index: 13
}

.form-item-phone {
    border: none
}

    .form-item-phone .select-country {
        border: solid 1px #ddd;
        border-right: none;
        padding: 0 0 0 20px;
        color: #666
    }

    .form-item-phone .arrow {
        background: url(../../Common/Images/app-logo-on-dark.png) no-repeat;
        background-size: 100% 100%;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-top: 15px;
        margin-left: 5px;
        background-position: -2px -151px;
        *zoom: 1;
        *height: 20px
    }

    .form-item-phone .down {
        background-position: -2px -151px
    }

.phonecode-left {
    position: relative;
    float: left;
    border: solid 1px #ddd
}

.form-agreen {
    position: relative;
    margin-bottom: 20px;
    color: #333;
    font-size: 12px;
    word-wrap: break-word;
    white-space: nowrap
}

    .form-agreen input {
        display: none;
        width: 18px;
        height: 18px;
        border: solid 1px #cfd1d3;
        vertical-align: text-top;
        padding: 0;
        margin: 0
    }

    .form-agreen .sim-checkbox {
        background-position: -107px -156px;
        float: left;
        margin-right: 10px;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd
    }

        .form-agreen .sim-checkbox.not-checked {
            background: 0 0
        }

    .form-agreen .agree-tip {
        display: none;
        position: absolute;
        width: 226px;
        height: 50px;
        line-height: 50px;
        background: rgba(0,0,0,.8);
        color: #fff;
        bottom: 10px;
        left: 87px;
        text-align: center;
        font-size: 14px;
        z-index: 1000
    }

        .form-agreen .agree-tip i {
            display: inline-block;
            background-position: -40px 0;
            margin-right: 6px;
            width: 18px;
            height: 18px;
            vertical-align: middle
        }

    .form-agreen a {
        color: #06c
    }

        .form-agreen a:hover {
            color: #c81623;
            text-decoration: underline
        }

.form-item-valid .i-status {
    display: block;
    background-position: 0 -117px
}

.pending .i-status {
    background: url(//misc.360buyimg.com/user/reg-com/css/i/loading.gif);
    display: block
}

.phone-binded {
    border: solid 1px #f91
}

.input-tip {
    color: #c5c5c5;
    height: 27px;
    font-size: 12px;
    padding-top: 5px
}

    .input-tip span i {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: text-top;
        margin-right: 8px
    }

    .input-tip .error, .input-tip .orange, .phone-bind-tip {
        color: #f91
    }

        .phone-bind-tip .i-info {
            background-position: -68px -100px
        }

        .phone-bind-tip a {
            color: #38f
        }

.btn-register {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background: #e2231a;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    cursor: pointer
}

    .btn-register:hover {
        background: #c81623
    }

    .btn-register:active {
        background: #c81623;
        color: #eababc
    }

.suggest-container {
    display: none
}

    .suggest-container li {
        cursor: pointer
    }

    .suggest-container .disable {
        cursor: default
    }

.user-suggest {
    position: absolute;
    left: -1px;
    display: block;
    width: 398px;
    border: solid 1px #f98;
    z-index: 10;
    top: 52px;
    border-bottom: 5px solid RGBA(221,221,221,.15)
}

    .user-suggest li {
        height: 40px;
        line-height: 40px;
        color: #666;
        padding-left: 130px;
        background: #fdf2ef
    }

    .user-suggest .suggest-li-last {
        border-bottom: 1px solid #f98
    }

    .user-suggest .disable {
        color: #ee2223
    }

        .user-suggest .disable i {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 8px;
            vertical-align: middle
        }

        .user-suggest .disable .value {
            overflow: hidden
        }

            .user-suggest .disable .value span {
                display: inline-block;
                vertical-align: middle;
                width: 150px
            }

    .user-suggest .current {
        background: #ffeae5
    }

.phone-suggest {
    width: 145px;
    border-left: solid 1px #ccc;
    background: #fff;
    border-bottom: none;
    z-index: 11
}

    .phone-suggest li {
        height: 40px;
        line-height: 40px;
        padding-left: 20px
    }

    .phone-suggest .current, .phone-suggest .selected {
        background: #f6f6f6
    }

.email-suggest {
    position: absolute;
    border: solid 1px #ccc;
    z-index: 10;
    background: #fff;
    left: -1px;
    top: 52px;
    width: 100%
}

    .email-suggest li {
        height: 40px;
        line-height: 40px;
        padding-left: 130px;
        color: #333;
        padding-right: 12px;
        text-align: right;
        text-indent: -1000px
    }

        .email-suggest li .value {
            overflow: hidden
        }

    .email-suggest .current {
        background: #f6f6f6
    }

.ui-scrollbar-main {
    background-color: #fff
}

.ui-scrollbar-item {
    border: #ccc 1px solid;
    border-radius: 5px;
    background: #ddd
}

.reg-other {
    margin-top: 28px
}

    .reg-other .reg-ohter-icon {
        display: inline-block;
        margin: 0 8px 2px 0;
        vertical-align: middle;
        width: 26px;
        height: 26px;
        background-position: 0 -160px
    }

    .reg-other .reg-other-item {
        color: #333;
        cursor: pointer
    }

        .reg-other .reg-other-item:hover {
            color: #333
        }

    .reg-other .reg-other-person {
        float: left
    }

        .reg-other .reg-other-person:hover {
            color: #c81623
        }

    .reg-other .reg-other-inter {
        float: right
    }

        .reg-other .reg-other-inter:hover {
            color: #c81623
        }

        .reg-other .reg-other-inter .reg-ohter-icon {
            background-position: -40px -160px
        }

.item-phonecode-wrap {
    display: none;
    height: 86px
}

.form-item-phonecode {
    border: none;
    z-index: 110;
    width: 400px
}

    .form-item-phonecode label {
        border: none
    }

    .form-item-phonecode .i-status {
        right: 125px;
        display: none
    }

    .form-item-phonecode .audio-tip {
        display: none;
        padding-top: 23px;
        text-align: right;
        font-size: 12px
    }

        .form-item-phonecode .audio-tip .get-auth-code {
            color: #06c;
            cursor: pointer
        }

            .form-item-phonecode .audio-tip .get-auth-code:hover {
                text-decoration: underline
            }

.form-item-authcode .i-status {
    right: 125px
}

.item-phone-wrap {
    height: 86px;
    position: relative;
    z-index: 2
}

    .item-phone-wrap .orEmail {
        position: absolute;
        right: 0;
        bottom: 6px;
        font-size: 12px
    }

        .item-phone-wrap .orEmail a {
            color: #38f
        }

.item-email-wrap {
    display: none;
    height: 86px;
    position: relative;
    z-index: 11
}

    .item-email-wrap .orPhone {
        position: absolute;
        right: 0;
        bottom: 6px;
        font-size: 12px
    }

        .item-email-wrap .orPhone a {
            color: #38f
        }

    .item-email-wrap .form-item {
        z-index: 11
    }

.ignore-item {
    display: none
}

#form-equalTopwd, #form-pwd, #login-pwd {
    width: 210px
}

.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.jdpayServiceDialog, .jdpayServiceDialog .ui-dialog-content {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

.ui-dialog-content-extra {
    overflow-y: scroll !important
}

.protocol-button-pay {
    padding: 25px 0;
    background-color: #fff
}

.jd-iframe iframe {
    height: 450px !important;
    overflow-x: hidden;
    overflow-y: auto
}

.voiceVerifyDialog .ico {
    display: block;
    width: 48px;
    height: 48px;
    background-position: -279px -60px;
    vertical-align: middle;
    margin: 0 auto
}

.voiceVerifyDialog .con {
    margin-top: 20px;
    text-align: center
}

.voiceVerifyDialog .blue {
    color: #2196f3
}

.voiceVerifyDialog .btn-red {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #e4393c;
    margin: 30px auto 0;
    color: #fff;
    border-radius: 3
}

.ui-dialog .ui-dialog-close {
    background: url(//misc.360buyimg.com/user/reg-com/widget/reg-steps/i/x.png) no-repeat;
    background-size: 13px 13px
}

.JDJRV-slide {
    z-index: 55
}

.slide-authCode-wraper {
    display: none;
    line-height: 1.5;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 65px;
    font-family: "Microsoft YaHei";
    background-color: #fff;
    cursor: default;
    z-index: 110;
    box-shadow: 0 0 2px 2px #eee;
    border: 1px solid #eee;
    width: 364px;
    height: 216.5px;
    padding: 12px 12px 12px 20px
}

    .slide-authCode-wraper .arrow {
        display: block;
        position: absolute;
        background-image: url(//misc.360buyimg.com/user/reg/1.0.0/widget/foreign-number-layer-170524/i/tips.gif);
        background-repeat: no-repeat;
        width: 16px;
        height: 8px;
        background-position: 0 -8px;
        overflow: hidden;
        bottom: -8px;
        left: 190px
    }

    .slide-authCode-wraper .close {
        cursor: pointer;
        z-index: 100;
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
        width: 12px;
        height: 12px;
        background-image: url(//misc.360buyimg.com/user/reg/1.0.0/widget/personal-reg-1130/i/x.png)
    }

#step2-wrap {
    display: none
}

    #step2-wrap .form-item:hover {
        border: 1px solid #999
    }
/* footer.css Date:2018-03-10 16:58:08 */
.footer {
    font-size: 12px;
    text-align: center;
    border-top: solid 1px #e6e6e6;
    color: #999;
    padding-bottom: 30px
}

    .footer .links {
        padding-top: 30px;
        padding-bottom: 15px
    }

    .footer p {
        color: #bbb
    }

    .footer a {
        color: #999;
        margin: 0 10px
    }

        .footer a:hover {
            text-decoration: underline
        }


/*注册*/
.content .item {
    height: 52px;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
}

    .content .item label {
        float: left;
        width: 20%;
        height: 50px;
        line-height: 50px;
        padding-left: 20px
    }

    .content .item .arrow {
        position: absolute;
        width: 9px;
        height: 5px;
        background: url(../../Images/login/icon-arrow.png) no-repeat;
        right: 30px;
        top: 25px;
    }

#DBDistributionList.show {
    display: inline-block;
}

#DBDistributionList {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    height: 120px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 14;
    padding-inline-start: 20%
}

    #DBDistributionList li {
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        padding-left: 0px;
        font-size: 14px;
    }


.content .item .txt {
    cursor: pointer;
    float: left;
    width: 75%;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
}

ol, ul {
    list-style: none
}
