.main_wrapper {
    max-width: 1500px;
    min-width: 1200px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.m_title_bar {
    width: 285px;
    height: 58px;
    display: block;
    margin: 16px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.m_title_bar img {
    width: 285px;
    height: 58px;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w {
    width: 100%;
    height: 100%;
    margin: 0 auto 60px;
    padding: 32px;
    box-sizing: border-box;
    overflow: hidden;
}


.m_content_w .head_wrapper {
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;

}

.m_content_w .head_wrapper .head_title {
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
}

.m_content_w .head_wrapper .head_close_wrap {
    width: 30px;
    height: 30px;
    margin: 10px;
    display: inline-block;
    float: right;
    overflow: hidden;
}

.m_content_w .head_wrapper .head_title i {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    overflow: hidden;
    float: left;
}

.m_content_w .head_wrapper .head_title i.member_icon {
    background: url('../en/images/login.png') center no-repeat;
}

.m_content_w .head_wrapper .head_title i.reg_icon {
    background: url('../en/images/login.png') center no-repeat;
}

.m_content_w .head_wrapper .head_title u {
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.m_content_w .m_reg_w {
    position: relative;
    display: block;
    margin: 10px auto;
    width: 910px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #3fbbbd;
    box-sizing: border-box;
}

.m_content_w .m_reg_w ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;

}

.m_content_w .m_reg_w ul li {
    width: calc(50% - 25px);
    height: 36px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 3px 10px;
    box-sizing: border-box;
    overflow: hidden;

}

.m_content_w .m_reg_w ul li.w100 {
    width: calc(100% - 25px);
}

.m_content_w .m_reg_w ul li a.s_btn {
    display: inline-block;
    line-height: 23px;
    margin: 0 10px;
    padding: 5px 20px;
    float: left;
    text-align: center;
    border: 0;
    background: #3fbbbd;
    color: #fff;
    cursor: pointer;
}

.m_content_w .m_reg_w ul li label {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w ul li .reg_label {
    width: 140px;
    padding-right: 5px;
    text-align: right;
}

.m_content_w .m_reg_w ul li .reg_inp_wrap {
    width: calc(100% - 150px);

}

.m_content_w .m_reg_w ul li .reg_inp_wrap input {
    height: 26px;
    width: 100%;
    text-indent: 5px;
    border: 1px #dae2ed solid;
}

.m_content_w .m_reg_w ul li .reg_inp_wrap input.need_inp {
    border-left: 1px #cc0033 solid;
}

.m_content_w .m_reg_w ul li .gender_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w ul li .reg_inp_wrap input[type="radio"] {
    display: block;
    width: 16px;
    height: 16px;
    margin: 7px;
    padding: 0;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}


.m_content_w .m_reg_w ul li .gender_box label {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin: 0;
    margin-right: 16px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}


.m_content_w .m_reg_w ul li .reg_inp_wrap input.reg_yzm＿inp {
    width: 80px;
    float: left;

}

.m_content_w .m_reg_w ul li .reg_inp_wrap img.reg_yzm {
    height: 30px;
    display: block;
    margin: 0 8px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w ul li .yzm_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w ul li .reg_other_op {
    display: inline-block;
    float: right;
}

.m_content_w .m_reg_w ul li .reg_other_op u {
    display: inline-block;
    line-height: 30px;
    padding: 8px;
    float: left;
}

.m_content_w .m_reg_w ul li .reg_other_op a {
    display: inline-block;
    line-height: 30px;
    padding: 8px;
    color: #3fbbbd;
    float: left;
}

.m_content_w .m_reg_w ul li .reg_other_op a:hover {
    color: #cc0033;
}

.m_content_w .m_reg_w .reg_footer_w {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: center;
    border-top: 1px dashed #dfdfdf;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w .reg_footer_w .reg_other_op {
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto 16px;
    padding: 0;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;

}

.m_content_w .m_reg_w .reg_footer_w .reg_other_op u {
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 8px;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w .reg_footer_w a {
    height: 36px;
    line-height: 36px;
    display: block;
    margin: auto;
    padding: 0 8px;
    color: #3fbbbd;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w .reg_footer_w a:hover {
    color: #cc0033;
}

.m_content_w .m_reg_w .reg_footer_w a.s_btn {
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
    margin: auto 10px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    border: 0;
    background: #3fbbbd;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.m_content_w .m_reg_w .reg_hint {
    display: none;
    height: 36px;
    line-height: 36px;
    margin: auto 10px;
    padding: 0 20px;
    color: #d60000;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}