.container{
    padding-bottom: 50px;
}
.reg_part{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 60px;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-bottom: 80px;
}
.reg_part_right{
    width: 50%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.reg_part_right>img{
    width: 80%;
}
.reg_part_left{
    width: 50%;
    border-right: 1px solid #EEEEEE;
}
.reg_part_tab{
    width: 340px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 35px;
}
.reg_part_tab>a{
    width: 45%;
    color: #606266;
    text-align: center;
    font-size: 18px;
}
.reg_part_tab>a.on{
    border-bottom: 2px solid #d51938;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 5px;
}
.reg_part_left>p:first-child{
    width: 340px;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 40px;
    text-align: center;
    color: #2c3e50;
}
.reg_part_left_content{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.reg_part_input_phone{
    width: 340px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.reg_part_input_mcode{
    width: 340px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reg_part_input_mcode>input{
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 200px;
    box-sizing: border-box;
    padding-left: 14px;
    margin-right: 15px;
}
.reg_part_input_mcode>a{
    width: 125px;
    text-align: center;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background-color:#d51938;
    color:#ffffff;
}
.reg_part_input_vcode{
    width: 340px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 20px;
}
.reg_part_input_vcode>input{
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 200px;
    box-sizing: border-box;
    padding-left: 14px;
    margin-right: 15px;
}
.reg_part_input_vcode>img{
    width: 125px;
}
.reg_part_subbtn{
    background-color:#d51938;
    color:#ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    width: 340px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.reg_part_law{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 340px;
    margin-top: 20px;
}
.reg_part_law>input{
    margin-right: 14px;
}
.reg_part_law>a{
    font-size: 14px;
    color: #576b95;
}
.reg_part_law>a>span{
    color: #606266;
}