.search p {
    margin: 0;
}

.identity {
    padding: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.identity_select {
    width: 48%;
    height: 100%;
    border: 1px solid #efefef;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5%;
}

.active {
    color: #C93948;
}

.identity_select img {
    width: 62px;
    height: 48px;
    margin: auto;
}

.registerInfo {
    padding: 5%;
}

.regedit {
    margin-bottom: 0.15625rem;
}

.regedit p em {
    font-size: 0.083333rem;
    color: #ff0000;
}

.regedit p {
    font-size: 0.125rem;
    color: #666;
}

.phone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.el-select {
    width: 40%;
}

.el-input__inner {
    border-radius: 0;
    border: 1px solid #efefef;
}

.phone>input {
    width: 55%;
    height: 28px;
    border: 1px solid #efefef;
    padding-left: 1em;
    outline: none;
    color: #606266;
}

.inputBX {
    display: flex;
    flex-direction: row;
}

.inputBX input {
    width: 100%;
    outline: none;
    height: 28px;
    padding-left: 1em;
    border: 1px solid #efefef;
    color: #606266;
}

.verification {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.verification input {
    width: 70%;
    height: 28px;
    outline: none;
    padding-left: 1em;
    border: 1px solid #efefef;
    color: #606266;
}

.verification button {
    width: 25%;
    height: 28px;
    outline: none;
    border: 1px solid #efefef;
    color: #606266;
}

.sexSelect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.520833rem;
}

.el-radio.is-bordered.is-checked {
    background-color: transparent;
    border: 1px solid #C93948;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #fff;
    background: #C93948;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #C93948;
}

.border {
    width: 100%;
    border-top: 1px solid #efefef;
}

.hobbySelect {
    margin-top: 0.520833rem;
}

.el-checkbox-button__inner {
    padding: 5px 10px;
}

.el-checkbox-button,
.el-checkbox-button__inner {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.el-checkbox-button__inner {
    border-left: 1px solid #DCDFE6;
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
    border-left-color: #C93948;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #FFF;
    background-color: #C93948;
    border-color: #C93948;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.disabled {
    background-color: #ddd;
    border-color: #ddd;
    color: #57a3f3;
    cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #C93948;
    border-color: #C93948;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #C93948;
}

.SendBtn {
    margin-top: 1.041667rem;
    width: 100%;
}

.SendBtn button {
    width: 100%;
    padding: 0.416667rem 0;
    color: #fff;
    outline: none;
    border: 0;
    background-color: #C93948;
}

.linkRegister {
    margin-top: 1.041667rem;
    text-align: center;
}

.linkRegister a {
    color: #C93948;
}