.resetAndRegister-container {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 13px;
}
.resetAndRegister-header {
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: #3B71C7;
    padding: 0 15%;
}
.resetAndRegister-box {
    width: 100%;
    padding: 18px 15%;
    text-align: center;
}
.header-left {
    float: left;
    margin-top: 15px;
}
.header-right {
    float: right;
    color: #fff;
}
.header-right a {
    color: #fff;
    text-decoration: underline;
}
.resetAndRegister-panel-header {
    background: #EBEDF1;
    padding: 5px 25px;
}
.resetAndRegister-panel-title {
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
}
.resetAndRegister-panel-content {
    border: 1px solid #E1E3E6;
    border-top: 0;
    padding: 26px 0;
    position: relative;
}

.resetAndRegister-formItem {
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 34px;
    position: relative;
}
.resetAndRegister-container .resetAndRegister-formItem {
    width: 500px;
}
.resetAndRegister-formItem:last-child {
    margin-bottom: 0;
}
.resetAndRegister-formItem>label {
    position: relative;
    float: left;
    width: 120px;
    text-align: right;
    margin-bottom: 0;
    margin-top: 2px;
}
.register-container .resetAndRegister-formItem>label {
    width: 206px;
}
.required:after{
    display: inline-block;
    content: '*';
    color: #F44336;
    margin: 0 10px 0 5px;
}
.resetAndRegister-field {
    float: left;
    text-align: left;
    flex: 1;
    position: relative;
}
.register-container .resetAndRegister-formItem {
    width: 700px;
}
.register-container .resetAndRegister-field {
    max-width: 350px;
}
.resetAndRegister-field input[type="text"],.resetAndRegister-field input[type="password"] {
    width: 100%;
    height: 100%;
    border: 1px solid #E1E3E6;
    padding: 0 15px;
    outline-color: #3B71C7;
}
.sendCodeBtn {
    display: inline-block;
    width: 90px;
    height: 100%;
    line-height: 36px;
    background: #3B71C7;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}
.sendCodeBtn.sendCodeDisabled {
    background: #D4D6D9;
    cursor: auto;
    pointer-events: none;
}
.error-info {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 33px;
    margin-top: -16.5px;
    margin-left: 10px;
    background: #FFF4F4;
    border: 1px solid #FFA0A0;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 32px;
}
.error-info:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px -4px 0;
    background: url("../images/resetPassword/error.png") no-repeat;
}
.help-info {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 33px;
    margin-top: -16.5px;
    margin-left: 10px;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 32px;
    color: #A3A5A8;
    text-align: center;
}
.help-info:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px -4px 0;
    background: url("../images/resetPassword/notice.png") no-repeat;
}
.resetBtn {
    display: inline-block;
    background: #3E79D6;
    padding: 10px 40px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.modalTip-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}
.btn-primary {
    background: #3B71C7;
    border-radius: 3px;
}
.corner-tips {
    position: absolute;
    bottom: 0px;
    right: 5px;
    color: #A3A5A8;
}

.radioLabel {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E9EAED;
    border-radius: 100%;
    transition: border .3s ease;
    box-sizing: border-box;
    margin: 0 5px;
    cursor: pointer;
}
input[type="radio"]:checked + .radioLabel{
    border: 5.5px solid #3B71C7;
}
.register-table {
    position: relative;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}
.register-table thead tr th {
    border-bottom: 1px solid #EBEDF1;
    background-color: #EBEDF1;
    color: #3F3F40;
    padding: 10px 0;
    vertical-align: middle;
}
.register-table tbody tr td {
    color: #A3A5A8;
    padding: 10px 0;
    vertical-align: middle;
}
.uploadPic-box {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px dashed #E1E3E6;
    color: #A3A5A8;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.previewImg {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.addBtn {
    display: inline-block;
    height: 34px;
    padding-left: 49px;
    padding-right: 15px;
    line-height: 34px;
    background: #3E79D6;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.addBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background: #3B71C7 url("../images/resetPassword/add.png") no-repeat;
    background-position: center;
}
#placeTree .tree-file {
    background: url('../images/resetPassword/file.png') no-repeat;
}
.success-info{
	position: absolute;
    top: 75%;
    left: 100%;
    height: 33px;
    margin-top: -16.5px;
    margin-left: 10px;
   /*  background: #e2f7ea;
    border: 1px solid #6ba658; */
    white-space: nowrap;
    padding: 0 10px;
    line-height: 32px;
}
.success-info:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px -4px 0;
    background: url(../images/resetPassword/success_sm.png) no-repeat;
}

.switch {
            display: inline-flex;
            align-items: center;
            width: auto;
            cursor: pointer;
        }
.checkbox-input {
            display: none
        }
        .checkbox {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
            background-color: #fff;
            border: 1px solid #d7d7d7;
            border-radius: 3px;
            width: 16px !important;
            height: 16px !important;
            vertical-align:middle;
            margin: 0;
            margin-right: 5px;
            padding: 0;
            min-height: 0;
        }
        .checkbox-input:checked+.checkbox {
            background-color: #5892e9;
            border: none;
        }
        .checkbox-input:checked+.checkbox:after {
            content: "\2714";
            display: inline-block;
            height: 100%;
            width: 100%;
            color: #fff;
            text-align: center;
            line-height: 14px;
            font-size: 12px;
        }
        .applyEnterVip{
        	    flex-direction: column;
    			text-align: left;
        }