Column {
    background: #fff;
}

.mColumn-title {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #484748;
}

.mForm {
    max-width: 560px;
    min-height: 690px;
    margin: 0 auto;
    padding: 0 30px 90px;
    font-size: 18px;
    overflow: hidden;
}

.mForm.resetPSW {
    padding-top: 120px;
}

.mForm-caption {
    font-size: 28px;
    text-align: center;
    color: #0083c5;
    padding: 60px 0;
}

.mForm-tab {
    padding: 60px 0;
    text-align: center;
}

.mForm-tab-item {
    padding: 0 5%;
    cursor: pointer;
    font-size: 20px;
    min-width: 115px;
    display: inline-block;
}

.mForm-tab-item span {
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
}

.mForm-tab-item.active span {
    border-bottom-color: #0083c5;
}

.mForm-group {
    padding-bottom: 10px;
}

.mForm-group:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.mForm-group-tips {
    font-size: 14px;
    padding: 10px 8px;
    line-height: 0px;
}

.mForm-group-tips.error {
    padding-left: 0;
    color: #ec6661;
}

.mForm-group-tips.error::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 8px;
    overflow: hidden;
    background: url(../images/icons-004.png) no-repeat 0 0;
    background-size: 100%;
}

.mForm-field {
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

.mForm-field.icon-user,
.mForm-field.icon-psw,
.mForm-field.icon-email {
    padding: 0 20px 0 60px;
}

.mForm-field.icon-user {
    background: url(../images/icons-001.png) no-repeat 20px 14px;
}

.mForm-field.icon-psw {
    background: url(../images/icons-002.png) no-repeat 20px 14px;
}

.mForm-field.icon-email {
    background: url(../images/icons-020.png) no-repeat 20px 20px;
}

.mForm-field.success:after {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 12px;
    background: url(../images/icons-003.png) no-repeat 0 3px;
    background-size: 100% auto;
}

.mForm-field input[type=text],
.mForm-field input[type=password] {
    display: block;
    font-size: 18px;
    height: 40px;
    width: 100%;
    border: 0;
}

.mForm-field.select,
.mForm-field.selectTwo {
    padding: 0 0;
}

.mForm-field select {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 100%;
    padding: 0 20px;
}

.mForm-field.selectTwo {
    border: 0;
    padding: 0 0;
}

.mForm-field.selectTwo .mForm-field-item {
    float: left;
    width: 31%;
    padding: 0 10px 0 0;
}

.mForm-field.selectTwo .mForm-field-item:last-child {
    padding: 0 0 0 10px;
}

.mForm-field-item-select {
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    overflow: hidden;
}

.mForm-field.yzm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    padding: 0 0;
}

.mForm-field.yzm .right {
    width: 160px;
    margin-left: 20px;
}

.mForm-field.yzm input {
    -ms-flex: 1;
    flex: 1;
    height: 54px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

.mForm-field.yzm .yzm-imgBtn {
    display: block;
    width: 130px;
    height: 60px;
    background: #ccc;
    position: relative;
    top: 0;
    cursor: pointer;
}

.mForm-field.yzm .yzm-imgBtn img {
    display: block;
    width: 100%;
    height: 100%;
}

.mForm-field.yzm .yzm-msgBtn {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background: #0083c5;
    border-radius: 2px;
    overflow: hidden;
}

.mForm-field.yzm2 {
    padding-right: 140px;
    position: relative;
}

.mForm-field.yzm2 input[type=text] {
    display: block;
    width: 100%;
    border-right: 1px solid #b2b2b2;
}

.mForm-field.yzm2 .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    width: 140px;
}

.mForm-field.yzm2 .right img {
    display: block;
    width: 100%;
    height: 100%;
}

.mForm-field.yzm input,
.mForm-field.yzm2 {
    padding-left: 50px;
    background: url(../images/icons-018.png) no-repeat 15px center;
}

.mForm-field.yzm.noIcon input,
.mForm-field.yzm2.noIcon {
    padding: 0 20px;
    background: none;
}

.mForm-field.textarea {
    height: 102px;
}

.mForm-field.textarea textarea {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 25px;
    padding: 15px 0;
}

.mBtn-solid,
.mForm-btn,
.mForm-btn-solid {
    display: block;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #0083c5;
    color: #0083c5;
    border-radius: 2px;
    overflow: hidden;
}

.mBtn-solid,
.mForm-btn:hover,
.mForm-btn-solid {
    background: #0083c5;
    color: #fff;
}

.mForm-links {
    padding: 10px 0;
    line-height: 30px;
}

.mForm-links .right {
    float: right;
}

.mForm-protocol {
    margin: -10px 0 15px 0;
    font-size: 14px;
}

.mForm-protocol input[type=checkbox] {
    display: none;
}

.mForm-protocol input[type=checkbox]+label {
    cursor: pointer;
}

.mForm-protocol input[type=checkbox]+label:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
    margin-right: 8px;
}

.mForm-protocol input[type=checkbox]:checked+label:before {
    background: url(../images/icons-003.png) no-repeat 0 1px;
    background-size: 100% auto;
}

.mActionTips-center {
    text-align: center;
    font-size: 20px;
    /* margin-top: 12%; */
    padding-top: 100px;
}

.mActionTips-center.success {
    background: url(../images/icons-005.png) no-repeat center 20px;
}

.mActionTips-center.vip {
    font-size: 24px;
    background: url(../images/icons-014.png) no-repeat center 0;
    padding-top: 130px;
}

.mActionTips-center .con {
    margin-bottom: 15px;
    line-height: 1.5;
}

.mActionTips-center .actions a {
    text-decoration: underline;
    font-size: 16px;
}

.mActionTips-center .ps {
    background: #f7f7f7;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 30px;
    margin-top: 30px;
    text-align: left;
}

.mForm-field.radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    padding: 0 0;
    height: auto;
    margin: -10px 0 10px 0;
}

.mForm-radio {
    padding: 0 30px 0 0;
}

.mForm-radio input[type=radio] {
    display: none;
}

.mForm-radio input[type=radio]+label:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 10px;
    background: url(../images/icons-006.png) no-repeat 0 0;
    background-size: 100% auto;
}

.mForm-radio input[type=radio]:checked+label:before {
    background-position: left bottom;
}

.registerPage {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.header-registerPage {
    padding: 2% 0;
}

.footer-registerPage {
    text-align: center;
    padding: 35px 0;
}

.footer-registerPage .item {
    display: inline-block;
    line-height: 30px;
    padding: 0 3%;
}

.footer-registerPage .item img {
    vertical-align: middle;
}

@media screen and (max-width:1400px) {
    .header-registerPage {
        padding: 20px 10px;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (min-width:1023px) {}

@media screen and (max-width:1240px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:768px) {
    .footer-registerPage {
        padding: 15px 0;
    }
}

@media screen and (max-width:640px) {
    .mColumn-title {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .mForm {
        font-size: 16px;
        min-height: auto;
        padding: 0 30px 40px;
    }

    .mForm.resetPSW {
        padding-top: 40px;
    }

    .mForm-tab-item {
        font-size: 18px;
    }

    .mForm-tab-item span {
        padding: 10px 0;
    }

    .mForm-caption {
        font-size: 24px;
        padding: 40px 0;
    }

    .mForm-field,
    .mForm-field input[type=text],
    .mForm-field input[type=password],
    .mForm-field.yzm input {
        height: 50px;
        font-size: 16px;
    }

    .mForm-field select {
        font-size: 16px;
        height: 48px;
    }

    .mForm-field.selectTwo .mForm-field-item {
        float: left;
        width: 50%;
        padding: 0 7px 0 0;
    }

    .mForm-field.selectTwo .mForm-field-item:last-child {
        padding: 0 0 0 7px;
    }

    .mForm-field.yzm .right {
        width: 130px;
        margin-left: 15px;
    }

    .mForm-field.yzm .yzm-msgBtn {
        height: 50px;
        line-height: 50px;
    }

    .mForm-btn {
        height: 50px;
        line-height: 48px;
        font-size: 18px;
    }

    .mActionTips-center {
        margin-top: 30px;
        font-size: 16px;
    }

    .mActionTips-center.success {
        background-size: 50px auto;
        padding-top: 90px;
    }

    .mActionTips-center.vip {
        background-size: 50px auto;
        padding-top: 110px;
        font-size: 22px;
    }

    .mActionTips-center .actions {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .mColumn-title {
        font-size: 16px;
        height: 46px;
        line-height: 46px;
    }

    .mForm {
        font-size: 16px;
        min-height: auto;
        padding: 0 30px 40px;
    }

    .mForm.resetPSW {
        padding-top: 30px;
    }

    .mForm-tab-item {
        font-size: 16px;
    }

    .mForm-tab-item span {
        padding: 10px 0;
    }

    .mForm-caption {
        font-size: 22px;
        padding: 40px 0;
    }

    .mForm-field,
    .mForm-field input[type=text],
    .mForm-field input[type=password],
    .mForm-field.yzm input {
        height: 46px;
        font-size: 14px;
    }

    .mForm-field select {
        font-size: 14px;
        height: 44px;
    }

    .mForm-field.selectTwo .mForm-field-item {
        float: left;
        width: 50%;
        padding: 0 5px 0 0;
    }

    .mForm-field.selectTwo .mForm-field-item:last-child {
        padding: 0 0 0 5px;
    }

    .mForm-field.success:after {
        width: 20px;
        height: 20px;
    }

    .mForm-field.yzm .right {
        width: 120px;
        margin-left: 10px;
    }

    .mForm-field.yzm .yzm-msgBtn {
        height: 46px;
        line-height: 46px;
    }

    .mForm-group-tips {
        font-size: 12px;
    }

    .mForm-group-tips.error::before {
        width: 14px;
        height: 14px;
    }

    .mForm-btn {
        height: 46px;
        line-height: 44px;
        font-size: 16px;
    }

    .mActionTips-center {
        margin-top: 20px;
    }

    .mActionTips-center.success {
        background-size: 40px auto;
        padding-top: 80px;
    }

    .mActionTips-center.vip {
        background-size: 40px auto;
        padding-top: 80px;
        font-size: 18px;
    }

    .mForm-protocol input[type=checkbox]+label:before {
        width: 12px;
        height: 12px;
    }

    .header-registerPage {
        text-align: center;
    }

    .header-registerPage .logo {
        display: inline-block;
        float: none;
        width: 50px;
        width: 120px;
    }
}
