#c_register_popup_origin {
    display: none;
}

#c_register_popup {
    display: none;
    position: fixed;
    z-index: 98;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

#c_register_popup .register-main {
    width: 440px;
    color: #4f4f4f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#c_register_popup .none {
    display: none;
}

#c_register_popup .mod-register-wp {
    padding: 20px 0;
    background: #ffffff;
    border-radius: 10px;
}

#c_register_popup .register-tab {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px;
    margin: 10px 30px 20px 30px;
    box-sizing: border-box;
}

#c_register_popup .register-tab li {
    box-sizing: border-box;
    width: 50%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    color: black;
    font-size: 20px;
    float: left
}

#c_register_popup .register-tab .active {
    border-bottom: 2px solid #CF1132;
    color: #CF1132;
}

#c_register_popup .register-tab-con {
    font-size: 14px;
    color: #333333;
    padding: 0 30px;
}

#c_register_popup .w-item {
    height: 38px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    padding: 0 14px;
    margin-bottom: 20px;
    position: relative;
}

#c_register_popup .w-item .w-label {
    width: 18px;
    height: 18px;
    font-size: 0;
    background-image: url(../png/icons26ad9.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin: 10px 8px 0 8px;
    float: left;
}

#c_register_popup .w-item .w-label.i_acc {
    background-position: 0 0;
}

#c_register_popup .w-item .w-label.i_pw {
    background-position: 0 -18px;
}

#c_register_popup .w-item .w-label.i_pho {
    background-position: 0 -36px;
}

#c_register_popup .w-item .w-label.i_cd {
    background-position: 0 -72px;
}

#c_register_popup .w-item .w-label.i_rnm {
    background-position: 0 -90px;
}

#c_register_popup .w-item .w-input,
#c_register_popup .w-item .w-input-m,
#c_register_popup .w-item .w-input-s {
    width: 310px;
    line-height: 38px;
    font-size: 14px;
    font-family: 'microsoft yahei';
    float: right;
}

#c_register_popup .w-item .w-input-m {
    width: 160px;
}

#c_register_popup .w-item .w-input-s {
    width: 160px;
}

#c_register_popup .w-div {
    height: auto;
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}

#c_register_popup .w-div span {
    color: #ff950d
}

#c_register_popup .w-item .icon-cb {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

#c_register_popup .c_register_popup_age {
    font-size: 13px;
    text-align: center;
}

#c_register_popup .w-submit {
    width: 100%;
    height: 40px;
    font: 18px/40px 'microsoft yahei';
    border: 0 none;
    cursor: pointer;
    border-radius: 20px;
    color: #fff;
    background: #CF1132;
    display: block;
}

#c_register_popup .w-submit:hover {
    background: #ec163b;
}

#c_register_popup .w-btn {
    font-size: 14px;
    display: block;
    border: 0 none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #c0c0c0;
    float: right;
    font-family: 'microsoft yahei';
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
}

#c_register_popup .w-btn:hover {
    background: #a4a4a4;
}

#c_register_popup .tologin {
    display: block;
    text-align: center;
}

#c_register_popup .w-button-disabled,
.w-button-disabled:hover {
    color: #fff;
    background: #ccc !important;
    cursor: default;
}

#c_register_popup .w-item .w-tips {
    color: #9fa0a0;
    position: absolute;
    top: 30px;
    left: 54px;
}

#c_register_popup .w-item .w-tips .error {
    color: #fe0202;
    line-height: 36px;
    font-size: 12px;
}

#c_register_popup .w-item .w-tips_error {
    position: absolute;
    right: 65px;
    top: 7px;
    display: none;
    background-image: url(../png/tips_error.png);
    height: 17px;
    width: 17px;
}

#c_register_popup .w-item .w-tips .correct {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background-position: 0px -17px;
    opacity: 0;
}

#c_register_popup .php-code {
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    margin: 2px 0 0 56px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 8px;
}

#c_register_popup .w-item .icon-cb {
    background-position: 0px 0px
}

#c_register_popup .w-item .icon-cbed {
    background-position: -27px 0px
}

#c_register_popup .w-item .icon-cb,
#c_register_popup .w-item .icon-cbed,
#c_register_popup .w-item .w-tips .correct {
    background-image: url(../png/register.png);
    background-repeat: no-repeat;
}

#c_register_popup .tncode {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border: none;
    margin: 0 auto;
}

#c_register_popup .tncode:hover {
    background-color: #d2d2d2;
}

#c_register_popup .tologin span {
    color: #CF1132;
    cursor: pointer;
}

#c_register_popup .tologin span:hover {
    text-decoration: underline;
}