﻿blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: 400;
}

abbr, body, fieldset, html, iframe, img {
    border: 0;
}

address, cite, dfn, em, i, var {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sub, sup {
    font-size: 83%;
}

code, kbd, pre, samp {
    font-family: inherit;
}

q:after, q:before {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: inherit;
}

a, button {
    cursor: pointer;
}

em, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 400;
}

a, a:hover, del, ins, s, u {
    text-decoration: none;
}

body, button, input, keygen, legend, select, textarea {
    font: 14px/1.3 PingFangSC-Light,PingFang SC,Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    color: #222;
    outline: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a, a:hover {
    color: #333;
}

    a.link, a.link:hover {
        color: #4477d0;
    }

        a.link:hover {
            text-decoration: underline;
        }

        a.link.gray {
            color: gray;
        }

            a.link.gray:hover {
                text-decoration: none;
                color: #4477d0;
            }

h1 {
    font-size: 50px;
    font-weight: lighter;
    line-height: 50px;
    letter-spacing: 0.1em;
}

h2 {
    font-size: 26px;
    line-height: 26px;
}

h3 {
    font-size: 22px;
    line-height: 22px;
}

h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
}

h4, h5 {
    line-height: 1.3em;
}

h5 {
    font-size: 16px;
}

p1 {
    font-size: 12px;
}

input::placeholder, textarea::placeholder {
    color: #bbb !important;
}

input.js-placeholder, textarea.js-placeholder {
    color: #bbb !important;
}

::-ms-clear, ::-ms-reveal, input::-ms-clear, input::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
}

.f-hidden {
    display: none;
}

.f-dn {
    display: none !important;
}

.f-hide {
    opacity: 0;
}

.f-clearfix {
    zoom: 1;
}

    .f-clearfix:after {
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        content: ".";
    }

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-mt15 {
    margin-top: 15px;
}

.f-sm-font, .f-sm-font a {
    font-size: 12px !important;
}

.z-cursor-d {
    cursor: default !important;
}

.icon-error {
    font-size: 20px;
}

.u-a {
    color: #4477d0;
}

.u-right {
    float: right;
}

.u-error {
    color: #ff5c57;
}

.u-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 320px;
    line-height: 45px;
    margin-left: -160px;
    margin-top: -25px;
    background-color: #666;
    background-color: hsla(0,0%,40%,.8);
    color: #fff;
    text-align: center;
    z-index: 1000;
}

.m-form {
    padding: 70px 0 70px 0;
    text-align: center;
}

    .m-form .m-input.email, .m-form .m-input.password, .m-form .m-input.passwordConfirm, .m-form .m-input.phone, .m-form .m-input.userName {
        padding-right: 32px;
    }

    .m-form .title {
        margin: 0 0 0 200px;
        font-size: 20px;
    }

    .m-form .title2 {
        width: 560px;
        margin-bottom: 60px;
        font-size: 20px;
        text-align: center;
    }

    .m-form .phone_tip {
        font-size: 12px;
        height: 10px;
        line-height: 10px;
        margin: 20px 0;
        color: gray;
        margin-left: 200px;
    }

    .m-form .m-steps {
        width: 600px;
        margin-left: -14px;
    }

    .m-form .m-form-group {
        margin: 20px 0;
    }

        .m-form .m-form-group.m-form-group-small {
            margin: 14px 0;
        }

        .m-form .m-form-group.z-small {
            margin-top: 0;
            margin-bottom: 0px;
            font-size: 12px;
        }

    .m-form .m-form-inline-group {
        margin: 20px 0;
    }

        .m-form .m-form-inline-group .m-form-inline {
            margin: 0;
        }

    .m-form .submit {
        margin-top: 10px;
        margin-left: 120px;
    }

    .m-form input {
        width: 325px;
        height: 50px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #333;
        padding: 0 2em 0 1em;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        box-sizing: border-box;
        transition: border 200ms;
        -webkit-appearance: none;
    }

    .m-form label {
        display: inline-block;
        vertical-align: middle;
        color: #555;
        text-align: right;
    }

    .m-form button {
        width: 325px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        background: #387ee8;
    }

.m-form-div #phonebtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 120px;
    height: 36px;
    margin: auto;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
}

    .m-form-div #phonebtn:disabled {
        color: #fff;
        background: #dedede;
    }


.m-form-div {
    padding: 10px 0;
}

.m-form-group label {
    display: inline-block;
    width: 100px;
    padding-right: 20px;
    vertical-align: middle;
    color: #555;
    text-align: right;
}

    .m-form-group label.label2 {
        width: auto;
        color: #999;
    }

.m-form-group .m-captcha, .m-form-group .m-input-group, .m-form-group .m-select-group, .m-form-group .m-sms-group {
    display: inline-block;
    vertical-align: middle;
}

.m-form-group .u-label-top {
    vertical-align: top;
}

.m-form-error, .m-form-inline-group .m-form-inline {
    display: inline-block;
    vertical-align: middle;
}

.m-form-error {
    position: relative;
    max-width: 300px;
    color: #ff5c57;
    line-height: 20px;
}

.mobile .m-form-error {
    max-width: none;
}

.m-form-error .icon-fault {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 20px;
}

.m-form-error .m-error-message {
    display: block;
    margin-left: 26px;
}

.m-form-error .m-btn {
    margin: 0 0.5em;
}

.m-error-top .m-form-error {
    vertical-align: top;
}

.m-error-large .m-form-error {
    line-height: 50px;
}

.m-error-big .m-form-error {
    line-height: 40px;
}

.m-form-nolabel {
    margin-left: 124px;
}

.m-btn {
    display: inline-block;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    background: #5f99f1;
}

    .m-btn .img-loading {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: top;
    }

    .m-btn:active, .m-btn:hover {
        background: #75acff;
    }

    .m-btn.disabled, .m-btn:disabled {
        color: #fff;
        background: #dedede;
    }

    .m-btn.loading {
        color: #fff;
        background: #81b3ff;
    }

.m-btn-large {
    width: 325px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

    .m-btn-large .img-loading {
        margin-top: 15px;
    }

.m-btn-small {
    font-size: 14px;
    padding: 8px;
    line-height: 1;
}

.m-btn-primary {
    color: #fff;
    background: #387ee8;
}

    .m-btn-primary:active, .m-btn-primary:hover {
        background: #508de8;
    }

    .m-btn-primary.disabled, .m-btn-primary:disabled {
        color: #fff;
        background: #dedede;
    }

    .m-btn-primary.loading {
        color: #fff;
        background: #81b3ff;
    }

.m-btn-confirm {
    border: 1px solid #387ee8;
}

    .m-btn-confirm, .m-btn-confirm:hover {
        color: #387ee8;
        background: #fff;
    }

        .m-btn-confirm.disabled, .m-btn-confirm.loading, .m-btn-confirm:active, .m-btn-confirm:disabled {
            background: #fff;
        }

.m-btn-submit {
    margin-top: 10px;
}

.m-input-group {
    position: relative;
    font-size: 0;
}

    .m-input-group .m-input-in-icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 24px;
        margin: auto;
        font-size: 0;
        line-height: 24px;
    }

    .m-input-group .icon-clean, .m-input-group .icon-close-eye, .m-input-group .icon-open-eye {
        display: inline-block;
        color: #ccc;
        cursor: pointer;
        vertical-align: middle;
    }

    .m-input-group .icon-clean {
        width: 16px;
        height: 24px;
        line-height: 24px;
        margin-right: 15px;
        font-size: 16px;
    }

    .m-input-group .icon-close-eye, .m-input-group .icon-open-eye {
        width: 24px;
        height: 24px;
        margin-top: 1px;
        margin-left: -1px;
        margin-right: 12px;
        font-size: 24px;
    }

.m-input, .m-select-value {
    color: #333;
    padding: 0 2em 0 1em;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-sizing: border-box;
    transition: border 200ms;
    -webkit-appearance: none;
}

    .m-input span, .m-select-value span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.error .m-input, .error .m-select-value {
    border-color: #f54c47;
}

.m-input:focus, .m-select-value:focus {
    border-color: #4486e9;
    box-shadow: 0 0 2px #4486e9;
}

.m-input.disabled, .m-input:disabled, .m-select-value.disabled, .m-select-value:disabled {
    background-color: transparent;
}

.m-select-value {
    position: relative;
}

    .m-select-value .icon-xiala {
        position: absolute;
        right: 13px;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 20px;
        margin: auto;
        font-size: 20px;
    }

    .m-select-value.js-placeholder {
        color: #ccc;
    }

.m-input-large, .m-select-value-large {
    width: 325px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.u-label-big {
    line-height: 40px;
}

.m-sms-group {
    position: relative;
}

    .m-sms-group .m-input {
        padding-right: 136px;
    }

    .m-sms-group .m-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        width: 120px;
        height: 36px;
        margin: auto;
        line-height: 36px;
        text-align: center;
    }

.m-checkbox-group, .m-checkbox-group .icon-checkbox {
    display: inline-block;
    vertical-align: middle;
}

    .m-checkbox-group .icon-checkbox {
        min-width: 20px;
        font-size: 1.15em;
        text-align: center;
        cursor: pointer;
    }

        .m-checkbox-group .icon-checkbox.checked {
            color: #4477d0;
        }

    .m-checkbox-group span {
        cursor: pointer;
    }

    .m-checkbox-group .link, .m-checkbox-group span {
        display: inline-block;
        vertical-align: middle;
    }

.m-checkbox-large {
    width: 325px;
}

.m-radiobox-group {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .m-radiobox-group .m-radiobox {
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        cursor: pointer;
    }

        .m-radiobox-group .m-radiobox s {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
        }

        .m-radiobox-group .m-radiobox i {
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            border: 1px solid #d9d9d9;
            border-radius: 12px;
        }

        .m-radiobox-group .m-radiobox.z-sel i {
            position: relative;
            background: #387ee8;
            border: 1px solid #387ee8;
        }

            .m-radiobox-group .m-radiobox.z-sel i:before {
                content: "";
                display: block;
                position: absolute;
                top: 4px;
                left: 4px;
                width: 4px;
                height: 4px;
                border: 0;
                border-radius: 2px;
                background: #fff;
            }

.m-select-group .u-label-big {
    color: gray;
}

.m-select-option {
    box-sizing: border-box;
    min-width: 84px;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    line-height: 40px;
    color: gray;
    text-align: center;
    cursor: pointer;
}

    .m-select-option span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .m-select-option.selected {
        border-color: #4477d0;
        color: #4477d0;
    }

.m-select-group {
    position: relative;
}

    .m-select-group .tip {
        color: #555;
    }

    .m-select-group .m-select-options {
        position: absolute;
        top: 100%;
        width: 100%;
        max-height: 200px;
        margin: -1px auto 0;
        border: 1px solid #d9d9d9;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        box-sizing: border-box;
        background: #fff;
        overflow-y: auto;
        z-index: 999;
    }

        .m-select-group .m-select-options .m-select-option {
            display: block;
            position: relative;
            box-sizing: border-box;
            width: 100%;
            padding: 0 2em 0 1em;
            border: 0;
            height: 36px;
            text-align: left;
            line-height: 36px;
            white-space: nowrap;
        }

            .m-select-group .m-select-options .m-select-option:hover {
                background: #eee;
            }

            .m-select-group .m-select-options .m-select-option.selected {
                color: gray;
            }

                .m-select-group .m-select-options .m-select-option.selected .selected-icon {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 1em;
                    height: 36px;
                    line-height: 36px;
                    color: #4477d0;
                }

.m-tip {
    position: absolute;
    border: 1px solid #ccc;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    line-height: 34px;
    color: #555;
    white-space: nowrap;
    background: #fff;
    z-index: 10;
}

    .m-tip .m-tip-content {
        padding: 10px 20px;
    }

.m-tip-right {
    left: 100%;
    right: auto;
    margin-left: 12px;
}

    .m-tip-right:after, .m-tip-right:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        display: block;
        border-width: 8px;
        border-style: dashed solid dashed dashed;
    }

    .m-tip-right:before {
        left: -16px;
        border-color: transparent #ccc transparent transparent;
    }

    .m-tip-right:after {
        left: -15px;
        border-color: transparent #fff transparent transparent;
    }

.m-tip-common {
    padding: 10px 20px;
}

.m-tab-nav {
    text-align: center;
    color: gray;
    border-bottom: 1px solid #ccc;
}

    .m-tab-nav .m-tab-item {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

        .m-tab-nav .m-tab-item.active {
            color: #4477d0;
            cursor: auto;
        }

            .m-tab-nav .m-tab-item.active:after {
                position: absolute;
                left: 0;
                right: 0;
                bottom: -1px;
                content: "";
                display: block;
                border-bottom: 3px solid #4477d0;
            }

.m-captcha {
    font-size: 0;
    padding: 8px 0;
}

.error .m-captcha .yidun_control {
    border-color: #f54c47 !important;
}

.m-result {
    padding: 70px 0 120px;
    text-align: center;
}

    .m-result .icon img {
        width: 50px;
        height: 50px;
    }

    .m-result .cont {
        display: inline-block;
    }

    .m-result .title {
        margin: 25px 0 20px;
        font-size: 18px;
        font-weight: 700;
        color: #222;
    }

    .m-result .desc {
        font-size: 14px;
        color: #222;
        text-align: center;
    }

    .m-result .operation {
        margin-top: 50px;
        color: gray;
        text-align: right;
    }

    .m-result .operation_tip {
        color: #333;
        text-align: center;
    }

    .m-result .split {
        min-width: 600px;
        height: 1px;
        margin: 100px 0 50px;
        background: #ddd;
    }

    .m-result .email_rel {
        display: inline-block;
        text-align: left;
    }

        .m-result .email_rel h4 {
            margin-bottom: 16px;
            font-size: 14px;
            color: #222;
        }

        .m-result .email_rel li {
            color: gray;
            line-height: 20px;
        }

            .m-result .email_rel li i {
                display: inline-block;
                vertical-align: middle;
                width: 2px;
                height: 2px;
                margin-right: 6px;
                background: gray;
            }

.m-carousel {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}

    .m-carousel .slider {
        position: relative;
        height: 100%;
    }

    .m-carousel .indicator {
        margin-top: 20px;
        font-size: 0;
        text-align: center;
    }

        .m-carousel .indicator a {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            width: 50px;
            height: 5px;
            margin: 0 5px;
            background: #e1e3e5;
            overflow: hidden;
        }

            .m-carousel .indicator a i {
                content: "";
                display: block;
                position: absolute;
                width: 50px;
                height: 5px;
                left: -50px;
                top: -5px;
                background: #387ee8;
                transition: left 5s ease;
            }

            .m-carousel .indicator a.z-active i {
                left: 0;
                top: 0;
            }

.m-title {
    position: fixed;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    background: #4c5359;
    border-radius: 2px;
    color: #fff;
    z-index: 1000;
}

    .m-title .text {
        line-height: 28px;
    }

    .m-title:before {
        content: "";
        display: block;
        width: 0;
        height: 0px;
        margin: 0 auto;
        margin-top: -12px;
        border-left: 4px solid transparent;
        border-top: 6px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 6px solid #4c5359;
    }

.m-industry {
    padding: 3px 0;
}

    .m-industry .m-select-group {
        width: 150px;
    }

    .m-industry .select {
        width: 150px;
        height: 44px;
        line-height: 44px;
    }

    .m-industry .dash {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 1px;
        margin: 0 7px;
        background: #bbb;
    }

.m-steps {
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

    .m-steps .step-title, .m-steps h2 {
        font-size: 20px;
        margin-bottom: 60px;
    }

    .m-steps h2 {
        text-align: center;
    }

    .m-steps .step-item {
        font-size: 14px;
        text-align: center;
    }

        .m-steps .step-item .steps-pic {
            height: 20px;
            position: relative;
        }

        .m-steps .step-item .dividing {
            height: 3px;
            background: #dee5ef;
            width: 50%;
            border-bottom: 1px solid #c2d5f3;
            border-top: 1px solid #c2d5f3;
            margin-top: 7px;
        }

            .m-steps .step-item .dividing.left-side {
                float: left;
            }

            .m-steps .step-item .dividing.right-side {
                float: right;
            }

            .m-steps .step-item .dividing.hidden {
                display: none;
            }

        .m-steps .step-item .step-icon {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-top: 2px;
            position: absolute;
            left: 50%;
            margin-left: -10px;
            background-image: url(../res/images/step-nostart.png);
        }

        .m-steps .step-item .steps-text {
            margin-top: 14px;
        }

        .m-steps .step-item.active .step-icon {
            display: inline-block;
            margin-top: 0px;
            width: 20px;
            height: 20px;
            background-image: url(../res/images/step-current.png);
        }

        .m-steps .step-item.active .steps-text {
            color: #387ee8;
        }

        .m-steps .step-item.active .dividing {
            background: #387ee8;
        }

        .m-steps .step-item.ready .step-icon {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-top: 2px;
            background-image: url(../res/images/step-ready.png);
        }

        .m-steps .step-item.ready .steps-text {
            color: #387ee8;
        }

        .m-steps .step-item.ready .dividing {
            background: #387ee8;
        }

.m-form-modify_info .other_method {
    width: 445px;
    text-align: right;
}

.m-mobile-have-account {
    text-align: center;
    margin-top: 50px;
}

body {
    background: #f5f7fa;
}

#app {
    height: 100%;
}

#bg {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    /*padding-bottom: 133px;*/
    //:url(../res/images/bg.png) no-repeat center top;
}

.g-doc {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

    .g-doc.header {
        max-width: none !important;
    }

.g-body {
    max-width: 1180px;
    margin: 0 auto;
}

.m-head {
    height: 70px;
    background: #fff;
}

    .m-head .g-body {
        overflow: hidden;
    }

    .m-head .logo {
        float: left;
        width: 114px;
        height: 30px;
        padding-top: 15px;
        padding-bottom: 25px;
        cursor: pointer;
    }

        .m-head .logo img {
            width: 100%;
            height: 30px;
        }

    .m-head .title {
        float: left;
        margin-top: 19px;
        margin-left: 10px;
        font-size: 20px;
    }

    .m-head .profile {
        float: right;
        margin-top: 17px;
    }

        .m-head .profile .portrait {
            display: inline-block;
            vertical-align: middle;
            width: 36px;
            height: 36px;
            margin-right: 10px;
            background: url(../res/images/portrait.png) no-repeat 50%;
        }

        .m-head .profile .name_wrap {
            position: relative;
            padding: 10px 0;
        }

            .m-head .profile .name_wrap .name {
                font-size: 14px;
                color: #333;
            }

            .m-head .profile .name_wrap .split {
                padding: 0 17px;
                color: #d9d9d9;
            }

            .m-head .profile .name_wrap .arrow {
                display: inline-block;
                vertical-align: middle;
                width: 14px;
                height: 14px;
                margin-left: 10px;
                background: url(../res/images/arrow_down.png) no-repeat 50%;
            }

            .m-head .profile .name_wrap .menu {
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: none;
                position: absolute;
                left: 0;
                top: 30px;
                width: 100%;
                padding-left: 10px;
                line-height: 28px;
                border: 1px solid #ccc;
                background: #fff;
            }

            .m-head .profile .name_wrap:hover .menu {
                display: block;
            }

    .m-head .links, .m-head .signin {
        float: right;
        margin-top: 25px;
    }

        .m-head .links .split {
            padding: 0 15px;
            color: #d9d9d9;
        }

.m-body {
    padding-top: 74px;
}

    .m-body .container {
        display: table;
        width: 1160px;
        min-height: 600px;
        margin: 0 auto;
        background: #fff;
    }

.m-footer-common, .m-footer-simple {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 48px;
    font-size: 12px;
    text-align: center;
    color: #999;
}

    .m-footer-common p, .m-footer-simple p {
        margin-top: 10px;
    }

.m-improve_info {
    display: table-cell;
    vertical-align: middle;
}

.m-interest_pro.z-mobile .m-select-group {
    vertical-align: top;
    width: 100%;
}

.m-interest_pro.z-mobile .m-select-option {
    position: relative;
    width: 100%;
    height: 68px;
    margin: 10px 0;
    padding: 0 1em;
    text-align: left;
}

    .m-interest_pro.z-mobile .m-select-option h4 {
        margin-top: 16px;
        font-size: 14px;
        color: gray;
    }

    .m-interest_pro.z-mobile .m-select-option p {
        margin-top: 5px;
        color: #bbb;
        line-height: 1;
    }

    .m-interest_pro.z-mobile .m-select-option.selected h4, .m-interest_pro.z-mobile .m-select-option.selected p {
        color: #4477d0;
    }

    .m-interest_pro.z-mobile .m-select-option.selected .selected-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 22px;
        font-size: 20px;
        color: #4477d0;
    }

    .m-interest_pro.z-mobile .m-select-option:last-child {
        margin-bottom: 0;
    }

.m-interest_pro.z-pc .m-select-group {
    vertical-align: bottom;
}

.m-interest_pro.z-pc .options {
    zoom: 1;
    width: 420px;
    margin-top: 5px;
    margin-right: -10px;
}

    .m-interest_pro.z-pc .options:after {
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        content: ".";
    }

.m-interest_pro.z-pc .m-select-option {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
}

    .m-interest_pro.z-pc .m-select-option.selected {
        border-width: 2px;
        line-height: 38px;
    }

    .m-interest_pro.z-pc .m-select-option:hover {
        box-shadow: 0 0 6px rgba(75,143,245,.28);
    }

.m-head .signin {
    margin-top: 100px;
    margin-right: 10px;
}

.m-input.password {
    padding-right: 66px !important;
}

.m-tab-nav {
    display: inline-block;
    margin-left: 127px;
    margin-bottom: 30px;
}

    .m-tab-nav .m-tab-item {
        width: 122px;
        margin-left: 68px;
        font-size: 16px;
        padding: 4px 0;
    }

        .m-tab-nav .m-tab-item .icomoon {
            display: inline-block;
            margin-right: 6px;
            font-size: 20px;
            vertical-align: top;
        }

        .m-tab-nav .m-tab-item:first-child {
            margin-left: 0;
        }

.m-form-error {
    max-width: 300px;
}

.mobile .m-form-error {
    max-width: none;
}

.m-password-tip p {
    zoom: 1;
    width: 320px;
}

    .m-password-tip p span {
        display: inline-block;
        padding-right: 10px;
    }

    .m-password-tip p:after {
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        content: ".";
    }

.m-password-tip .password-strength, .m-password-tip .password-strength-group {
    display: inline-block;
    vertical-align: middle;
}

.m-password-tip .password-strength {
    width: 40px;
    height: 12px;
    background: #e6e6e6;
}

.m-password-tip .password-level-1 .active {
    background-color: #ff6c59;
}

.m-password-tip .password-level-2 .active {
    background-color: #ffba19;
}

.m-password-tip .password-level-3 .active {
    background-color: #68cb0f;
}

.m-password-tip .icomoon {
    float: right;
    font-size: 20px;
    line-height: 34px;
}

.m-password-tip .icon-right {
    color: #86cb0f;
}

.m-password-tip .icon-wrong {
    color: #ff5c57;
}

.m-select-group {
    max-width: 470px;
}

.mobile .m-improve_info {
    padding-top: 0;
    display: block;
    width: 100%;
}

.mobile .m-interest_pro .m-select-option {
    margin-bottom: 10px;
}

.mobile .m-improve_info .m-select-option:first-child {
    margin-top: 0;
}
