#register {
    position: relative;
}

.op_bar {
    position: relative;
    min-height: 500px;
    height: calc(100vh - 181px - 126px);
    padding-top: 1px;
}

.op_bar>h2 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 30px;
}

.op_bar>h2 span {
    color: #ff6600;
}

.op_bar .op {
    display: flex;
    flex-wrap: wrap;
}

.op_bar .op .item {
    width: 571px;
    height: 150px;
    border-radius: 8px;
    border: 1px solid #0067b8;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
}

.op_bar .op .item:nth-child(odd) {
    margin-right: 58px;
}

.op_bar .op .item .pl {
    background-color: #0067b8;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.op_bar .op .item .pl h2 {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}

.op_bar .op .item .pr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.op_bar .op .item .pr p {
    width: 378px;
    height: 76px;
    margin: 0px auto 0px;
    text-align: justify;
    line-height: 1.6;
    color: #0067b8;
    font-size: 14px;
}

.op_bar .op .item .pr .btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 0 5%;
}

.op_bar .op .item .pr .btn_area a:first-child {
    display: block;
    background: #ff9900;
    color: #fff;
    width: 140px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ff9900;
}

.op_bar .op .item .pr .btn_area a:first-child:hover {
    background: #fff;
    color: #ff9900;
}

.op_bar .op .item .pr .btn_area a:last-child {
    color: #0067b8;
}

.op_bar .op .item .pr .btn_area a:last-child span {
    color: #fc4362;
}

.register_bar {
    position: relative;
    width: 957px;
    margin: 30px auto;
    background-color: #f4f4f4;
}

.register_bar .col_title {
    width: 957px;
    height: 67px;
    line-height: 70px;
    text-indent: 1em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/lrHead-bg1.jpg) no-repeat;
}

.register_bar .form_part {
    width: 615px;
    padding: 45px 20px 25px 15px;
    margin: 0 auto;
}

.red {
    color: red;
}

.mb30 {
    margin-bottom: 33px !important;
    position: relative;
}

.vdPic {
    height: 36px;
    width: 108px;
}

.agt_info {
    position: relative;
    top: 6px;
    left: -5px;
    color: #999;
    cursor: pointer;
}

.msg_tips {
    position: absolute;
    color: #999;
    padding-left: 122px;
    padding-top: 1px;
}

.goBackBtn {
    background-color: #e89714 !important;
    margin-left: 20px !important;
}

.getMsgBtn {
    background-color: #ff6666;
    line-height: 36px !important;
    height: 36px !important;
    margin-top: 1px;
}

.sendBtn {
    background-color: #ff6666 !important;
}