﻿#regMain {
    width: 100%;
    height: 100%;
}
#regMain .regPage {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 714px;
    height: 388px;
    padding: 26px 24px 24px;
    box-sizing: border-box;
    background-color: #fff;
}

    #regMain .regPage .left {
        width: 426px;
        padding-right: 46px;
    }
    #regMain .regPage .center {
        width: 1px;
        height: 142px;
        margin-top: 80px;
        background: #aeaeae;
    }
    #regMain .regPage .right {
        width: 240px;
        padding-left: 25px;
    }
        #regMain .regPage .right h3 {
            line-height: 48px;
            margin-bottom: 30px;
            font-weight: 400;
            font-size: 20px;
        }
        #regMain .regPage .right p {
            line-height: 2;
            margin-top: 26px;
            color: #aeaeae;
        }
    #regMain .regPage .maskCloseBtn {
        position: absolute;
        left: 50%;
        bottom: -56px;
        margin-left: -18px;
        cursor: pointer;
    }
/*#regMain .regPage {
    width: 100%;
    background-color: #fff;
    margin-top: 22px;
    padding: 36px 24px 24px;
    box-sizing: border-box;
}

#regMain .regPage .regContent {
    margin-top: 15px;
}*/

.regContent .account {
    margin-bottom: 24px;
}

    .regContent .account .el-input {
        font-size: 18px;
    }

.regContent .submit {
    margin-top: 10px;
}

.regContent .submit .regButton {
    width: 100%;
    background-color: #ff609d;
    color: #fff;
    border-color: #ff609d;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
}

.regContent .submit .wechatReg {
    width: 100%;
}

.regContent .agree {
    text-align: center;
    font-size: 16px;
    margin-top: 28px;
    color: #c9c6ca;
}

.regContent .accountLogin {
    margin-top: 14px;
    text-align: right;
    font-size: 16px;
}

.regContent .accountLogin a {
    color: #c9c6ca;
    text-decoration: none;
}
.regContent .regSafe2 {
    color: #c9c6ca;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}
.regContent .regSafe2 img {
    margin-right: 5px;
}

.regContent .el-input--suffix .el-input__inner {
    border: none;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
}

/*#regMain .loginRemark {
    margin-top: 14px;
    margin-bottom: 30px;
}

#regMain .loginRemark p {
    font-size: 16px;
    color: #aeaeae;
}

#regMain .huiXueBaBox {
    display: flex;
}

#regMain .andriodBox, #regMain .iosBox {
    width: 170px;
    border-radius: 10px;
    padding: 16px 18px;
    cursor: pointer;
}

#regMain .andriodBox .andriodHead, #regMain .iosBox .iosHead {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
}

#regMain .andriodBox .andriodHead:hover, #regMain .iosBox .iosHead:hover {
    background-color: #ededed;
}

#regMain .andriodBox img, #regMain .iosBox img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 10px;
}

#regMain .andriodBox span, #regMain .iosBox span {
    font-size: 20px;
    color: #2c2c2c;
}*/

#regMain .checkCodeIpt input {
    border: none;
}

#regMain .el-tabs__nav-wrap::after {
    background-color: transparent;
}

#regMain .el-tabs__item {
    font-size: 20px;
    border: none;
    color: #2c2c2c;
    height: 48px;
}

#regMain .el-tabs__item:hover {
    color: #ff609d;
}

#regMain .el-tabs__item.is-active {
    color: #2c2c2c;
    font-weight: bold;
}

.regPage .el-tabs__active-bar {
    background-color: #ff609d;
    width: 28px !important;
    height: 6px;
    left: 28px;
    border-radius: 10px;
}

#regMain .perfectData .el-input {
    width: 380px;
}

#regMain .el-input.is-active .el-input__inner, #regMain .el-input__inner:focus {
    /*border: 1px solid #ff609d;*/
    /*background:#f0ecec;*/
}

#regMain .el-button--primary, #regMain .el-button--info {
    /*width: 100%;
    border-radius: 5px;
    background-color: #ff609d;
    border-color: #ff609d;
    font-size: 20px;*/
}

/*.el-button--primary.is-active, .el-button--primary:active {
    background-color: #ff609d;
    border-color: #ff609d;
}*/

/*.el-button--primary:focus, .el-button--primary:hover {
    background-color: #ff609d;
    border-color: #ff609d;
}*/

#regMain .el-button--info {
    background-color: #f4f4f5;
    border: none;
    color: #2c2c2c;
    margin-left: 0!important;
    margin-top: 10px;
}

#regMain .el-form-item__content {
    /*margin: 0!important;*/
}

#regMain .el-form-item.is-success .el-input__inner, #regMain .el-form-item.is-success .el-input__inner:focus, #regMain .el-form-item.is-success .el-textarea__inner, #regMain .el-form-item.is-success .el-textarea__inner:focus {
    /*border: 1px solid #DCDFE6;*/
}

#regMain .el-button--primary.is-disabled, #regMain .el-button--primary.is-disabled:active, #regMain .el-button--primary.is-disabled:focus, #regMain .el-button--primary.is-disabled:hover {
    background-color: #aeaeae;
    border-color: #aeaeae;
}

#regMain .el-dialog__header {
    /*padding: 0;*/
}

#regMain .el-button--success {
    background-color: #ff609d;
    border-color: #ff609d;
}

#regMain .el-button--success.is-active, #regMain .el-button--success:active {
    background-color: #ff609d;
    border-color: #ff609d;
}

#regMain .el-button--success:focus, #regMain .el-button--success:hover {
    background-color: #ff609d;
    border-color: #ff609d;
}

#regMain .el-button--success.is-disabled, #regMain .el-button--success.is-disabled:active, #regMain .el-button--success.is-disabled:focus, #regMain .el-button--success.is-disabled:hover {
    background-color: #aeaeae;
    border-color: #aeaeae;
}

#regMain .sendCodeBox:focus, #regMain .sendCodeBox:hover {
    background-color: transparent;
    color: #aeaeae;
}
#regMain .sendCodeBox span {
    font-size: 16px;
}

#regMain .checkCodeIpt input:focus, #regMain .checkCodeIpt input:active {
    border: none!important;
}

#regMain .elErrorText {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
}

#regMain .checkIptBox {
    /*border: 1px solid rgb(220, 223, 230);*/
    border: none;
    border-bottom: 1px solid #f4f4f4;
}

#regMain .checkIptBox:focus {
    border-color: #ff609d;
}

#regMain .registerOtherInfo {
    display: flex;
    margin-top: 10px;
}

#regMain .registerOtherInfo .regSafe {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
}
#regMain .el-steps--simple {
    margin-top: 30px;
    background-color: transparent;
}
#regMain .perfectData {
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}
#regMain .perfectData .personalData {
    color: #ff609d;
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    font-size: 18px;
}
#AppWebRegister .imgListBox {
            width: 54px;
            height: 54px;
            margin-left: 15px;
        }
        #AppWebRegister #dialogBox .imgListBox {
            border: 1px solid #ddd;
            box-sizing: border-box;
        }
            #AppWebRegister .imgListBox:last-child {
                margin-right: 0;
            }

        #AppWebRegister .topMask {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
            overflow: hidden; 
            z-index: 1;
        }

        #AppWebRegister .deleteBtn {
            position: absolute;
            top: 2px;
            right: 2px;
            font-size: 16px;
            color: #fff;
            /*width: 18px;*/
            /*height: 18px;*/
            /*background: url(/Content/Images/icons.png) no-repeat;*/
            /*background-position: -48px -24px;*/
            cursor: pointer;
            z-index: 1;
        }
            #AppWebRegister .deleteBtn:hover {
                color: #409EFF;
                /*background-position: -48px 0;*/
            }
    #AppWebRegister .uploadBtn {
        width: 54px;
        height: 54px;
        margin-left: 15px;
        /*border: 1px dashed #c0ccda;*/
        border-radius: 6px;
        box-sizing: border-box;
        text-align: center;
        background-color: #fbfdff;
        cursor: pointer;
        border-radius: 50%;
        background: url(/Content/Images/AppWebLogin/headError.png) no-repeat center /cover;
        position: relative;
    }
        #AppWebRegister .uploadBtn:hover {
            border-color: #409eff;
        }

        .headimgState {
            position: absolute;
            bottom: 0px;
            width: 54px;
            left: 0;
            background-color: rgba(0,0,0, 0.5);
            height: 27px;
            border-radius: 0 0 100px 100px;
            line-height: 27px;
            color: #fff;
            text-align: center;
        }

        .uploadBtn [class*=" el-icon-"], [class^=el-icon-] {
            /*line-height:54px;*/
        }
    .cropper {
        width: 100%;
        height: 500px;
    }
    .regContent .el-form-item__error {
        top: 10px;
        left: 250px;
    }

    .perfectData .el-form-item__label {
        color: #aeaeae;
    }

    .perfectData .el-radio.is-bordered {
        width: 120px;
        margin-bottom: 10px;
        border: none;
        text-align: center;
        background-color: #f8f8f8;
        height: 40px;
        line-height: 1.5;
    }
    .perfectData .el-radio--medium.is-bordered .el-radio__inner {
        display: none;
    }
    .perfectData .el-radio.is-bordered.is-checked {
        border: none;
        background: url(/Content/Images/AppWebLogin/choose.png) no-repeat center;
        background-size: contain;
    }
    .perfectData .el-radio.is-bordered+.el-radio.is-bordered {
        margin-left: 0;
        border-radius: 5px;
    }
    .perfectData .el-radio, .el-radio--medium.is-bordered .el-radio__label {
        color: #2c2c2c;
    }
    .perfectData .el-radio__input.is-checked+.el-radio__label {
        color: #ff609d;
    }
    .perfectData .el-checkbox.is-bordered {
        width: 120px;
        margin-bottom: 10px;
        text-align: center;
        background-color: #f8f8f8;
        border-radius: 5px;
        border: none;
    }
    .perfectData .el-checkbox.is-bordered.is-checked {
        background: url(/Content/Images/AppWebLogin/choose.png) no-repeat center;
        background-size: contain;
    }
    .perfectData .el-checkbox__inner {
        display: none;
    }
    .perfectData .el-checkbox__input.is-checked+.el-checkbox__label {
        color: #ff609d;
    }
    .perfectData .el-checkbox__label {
        color: #2c2c2c;
    }
    .perfectData .el-checkbox.is-bordered+.el-checkbox.is-bordered {
        margin-left: 0;
    }
    .perfectData .nickname .el-form-item__error  {
        left: 450px;
    }
    .perfectData .headImgUrl {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .perfectData .headImgUrl .el-form-item__error  {
        width: 200px;
        left: 150px;
        top: 17px;
    }
    .perfectData .nickname {
        margin-bottom: 25px;
    }
    .perfectData .userSex .el-form-item__error, .perfectData .userIdTag .el-form-item__error {
        left: 130px;
    }
    .perfectData .submitDataButton {
        width: 900px;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        display: flex;
        background-color: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .perfectData .submitDataButton button {
        margin-left: auto;
        background-color: #ff609d;
        border-color: #ff609d;
    }
    /*步骤栏更改之后的效果*/
    #regMain .el-steps--simple {
        width: 900px;
        box-sizing: border-box;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
    }
    #regMain .el-step__title.is-process {
        color: #ff609d;
    }
    #regMain .el-step.is-simple {
        flex-basis: auto!important;
    }
    #regMain .el-step.is-simple .el-step__arrow {
        width: 140px;
    }
    #regMain .el-step.is-simple .el-step__icon {
        display: none;
    }
    #regMain .el-step.is-simple .el-step__arrow::after {
        display: none;
    }
    #regMain .el-step.is-simple .el-step__arrow::after, #regMain .el-step.is-simple .el-step__arrow::before {
        height: 1px;
        width: 100px;
        background: #aeaeae;
        transform: none;
    }
        
    .wechatRegDialog .el-dialog {
        border-radius: 15px;
    }
    .wechatRegDialog .el-dialog__header {
        display: none;
    }
    .wechatRegDialog .el-dialog__body {
        padding: 0;
    }
    .wechatRegDialog .text {
        font-size: 16px;
        color: #2c2c2c;
        text-align: center;
        border-bottom: 1px solid #ededed;
        padding: 72px 72px 38px;
    }
    .wechatRegDialog .button {
        height: 50px;
        border-right: 1px solid #ededed;
        width: 50%;
        text-align: center;
        color: #2c2c2c;
        font-size: 16px;
        line-height: 50px;
        cursor: pointer;
    }
    #regMain .el-message.promt {
        min-width: 164px;
        top: 42vh !important;
        padding: 0 28px;
        border: none;
        background: rgba(0, 0, 0, 0.7);
        /*box-shadow: 0 4px 12px rgba(0, 0, 0, .05);*/
        color: #fff;
        pointer-events: all;
        height: 40px;
        line-height: 40px;
        border-radius: 15px;
        font-size: 18px;
    }
    #regMain .el-form-item {
        margin-bottom: 12px;
    }