
/* 导航icon */
.sr-nav-title-icon{
    width: 36px;
    height: 34px;
    background: url("../../img/public/会员注册icon.png") no-repeat 100% 100%;
}
.reg_main_box {
    margin: 0;
    padding-top: 40px;
}
.reg-main-reg{
    background-image: url("../../img/login/会员注册背景.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.reg_main {
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.reg_main_tit {
    width: 100%;
    height: 80px;
    border: none;
    background-color: #fff;
}
.reg_tab {
    height: 77px;
    line-height: 77px;
    margin-left: 0;
}
.reg_tab li {
    float: left;
    width: 600px;
    height: 77px;
    padding: 0;
    border: none;
    border-bottom: 3px solid #E5E5E5;
    margin-left: 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.reg_tab li.selected {
    border-color: #046AD4;
    background: #FFFFFF;
}
.reg_tab li a {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 77px;
}
.reg_tab li.selected a {
    color: #333;
}

.reg_main_left {
    width: 1200px;
  /*  height: 900px;*/
    border: none;
    padding: 40px 0 60px;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.reg_main_list {
    margin-left: 400px;
    margin-top: 0;
}

.reg_main_list li {
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    margin-bottom: 20px;
}
.reg_btn:hover {
    color: #FFFFFF;
    background: #046AD4;
    text-decoration: none;
}
.reg_main_list li span {
    display: inline-block;
    float: left;
    width: 90px;
    text-align: left;
    height: 54px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.reg_text_cur {
    float: left;
    height: 52px;
    border: 1px solid #DEDEDE;
}
.reg_text_cur:focus {
    border-color: #046AD4;
}
.reg_text {
    width: 273px;
    background: none;
    padding-left: 5px;
}
.reg_main_list li em {
    display: inline-block;
    float: left;
    height: 54px;
    background: #E4F1F8;
    line-height: 54px;
    font-size: 14px;
    color: #046AD4;
    padding: 0 10px;
    margin-left: 10px;
    text-align: center;
}
.reg_main_list li em i {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../../images/reg_ico.png) no-repeat 0px -149px;
    margin-top: 19px;
    margin-right: 5px;
}
.reg_text7 {
    margin-left: 0;
    padding-left: 5px;
    float: left;
    height: 52px;
    width: 115px;
    border: 1px solid #DEDEDE;
}
.hqyzm {
    width: 122px;
    margin-left: 10px;
    background: #E4F1F8;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color: #046AD4;
}
.hqyzm img {
    font-family: Microsoft Yahei, "Verdana, Geneva, sans-serif";
    width: 122px;
    height: 54px;
    margin-top: -3px;
}
.reg_text3 {
    width: 178px;
    text-indent: 5px;
}
.hqyzm_hs {
    width: 122px;
    margin-left: 10px;
    background: #CCCCCC;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: inherit;
    border: 1px solid #CCCCCC;
}
.reg_btn {
    width: 400px;
    height: 54px;
    line-height: 54px;
    background: #046AD4;
    text-align: center;
    font-size: 20px;
    border-radius: 5px 5px 5px 5px;
}
.reg-to-login{
    float: right;
    margin: 0 40px 39px 0;
    color: #333;
}
.reg-to-login a:hover{
    color: #046AD4;
}

.reg-to-login > a{
    font-size: 20px;
    font-weight: bold;
    color: #046AD4;
}
.reg_main_right{
    width: 1200px;
    margin-top: 23px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 100px;
}

.reg_main_right_b:nth-of-type(2){
    display: flex;
    flex-direction: row;
}
.reg_main_right_b:nth-of-type(2) > ul:nth-of-type(1){
     margin-right: 26px;
 }
.reg_main_right_b:nth-of-type(2) > ul:nth-of-type(2){
    margin-top: 52px;
}
.reg_main_right_b h1 {
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.reg_main_right_b ul span{
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
.reg_main_right_b ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: none;
    padding-left: 0;
}
.reg_main_right_b ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}
.reg_main_right_b ul li a {
    color: #fff;
    font-size: 18px;
}