.toggle-button-cover {

    position: relative;

    box-sizing: border-box;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: absolute;
    top: 50%;
    width: 74px;
    height: 36px;
    right: 0px;
    margin-top: 8px;
}

.button.r, .button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ffffff;
    transition: 0.3s ease all;
    z-index: 1;
    border: 1px solid #ef0212;
}

/* Button 1 */
#button-1 .knobs:before, #button-2 .knobs:before {
    content: '男';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #ef0212;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before, #button-2 .checkbox:checked + .knobs:before {
    content: '女';
    left: 42px;
    background-color: #f44336;
}

#button-2 .knobs:before {
    content: '否';


}

#button-2 .checkbox:checked + .knobs:before {
    content: '是';
    background-color: #209d13;
}

#button-1 .checkbox:checked ~ .layer, #button-2 .checkbox:checked ~ .layer {
    background-color: #ffffff;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer, #button-2 .knobs, #button-2 .knobs:before, #button-2 .layer {
    transition: 0.3s ease all;
}

.register_bj {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;

}

.register_bj img {
    width: 100%;
}

.register_content {
    width: 398px;
    height: 497px;
    position: absolute;
    left: 61.4%;
    top: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 46px;
    padding-bottom: 73px;
}

.register_content h3 {
    font-size: 32px;
}

.register_new {
    margin: 0px;
    margin-top: 47px
}

.basic_width select {
    width: 329px;
    height: 36px;
    border-radius: 4px;
    background: url("/static/framework/easyui/themes/metro/images/combo_arrow.png") no-repeat 305px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /*去掉下拉箭头*/
    opacity: 0.6;
}
.register_new input{
    width: 301px;
    height: 36px;
    padding: 0 14px;
    border-radius: 4px;
}
.register_new span{
    width: 57px;
    margin-right: 10px;
    text-align: left;
}
.register_new .submit {
    width: 400px;
    height: 49px;
    line-height: 49px;
    margin-left: 0px;
    border-radius: 30px;
    margin-bottom: 0px;
}
.error{font-size: 14px;  height: 14px; text-align: center; color: #ed1a1a}
.u-reg-send {
    width: 122px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-left: 10px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top:11px
}