.reg_bg{
    width: 1200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.reg_header{
    width: 1260px;
    position: relative;
    left: 50%;
    margin-left: -630px;
    height: 108px;
    z-index: 1;
    padding-top: 20px;
    box-sizing: border-box;
}
.reg_header_left{
    width: 680px;
    float: left;
    height: 50px;
    position: relative;
}
.reg_header_left img{
    width: 298px;
    height: 50px;
    float: left;
    margin-right: 38px;
}
.reg_header_left .reg_line{
    width: 2px;
    height: 26px;
    left:316px;
    top: 19px;
    position: absolute;
    background: rgb(215, 215, 215);
    z-index: 10;
}
.reg_header_left .reg_title{
    font-size: 20px;
    color: #333;
    width: 130px;
    height: 50px;
    line-height: 60px;
    float: left;
}
.reg_header_right{
    width: 300px;
    height: 50px;
    float: right;
}
.reg_header_right .txt{
    float: right;
    text-align: right;
    margin-right: 10px;
    width: 150px;
    height: 50px;
    line-height: 50px;
}
.reg_header_right .go_login{
    width: 112px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    float: right;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(229, 229, 229);
    background: #fff;
    border-radius: 2px;
}