body {

    background-color: #FFFFFF;

}

.container {

    min-width: 1280px;

    min-height: 720px;

}

.register_left {

    width: 32.5%;

    height: 100%;

    float: left;

}

.imgbox {

    border-top: 5px solid cadetblue;

    /* 避免因窗口变化影响图片效果 */

    width: 100%;

    height: 100%;

    margin: 0 auto;

}


.img {

    width: 100%;

    height: 100%;

    margin: 0 auto;

    display: none;

}


.register_right {

    width: 67.5%;

    height: 100%;

    float: left;

}

.register_right_header {

    width: 100%;

    height: 77px;

}

.register_right_header_list {

    width: 25%;

    height: 100%;

    float: left;

    text-align: center;

    line-height: 77px;

    color: #FE6C31;

    font-size: 12px;

    font-weight: 400;

}

.register_right_content {

    margin-top: 80px;

    text-align: center;

}

.register_right_content .title {

    width: 240px;

    height: 60px;

    line-height: 60px;

}
.register_data {

    width: 240px;

    height: 36px;

    background: #FFFFFF;

    border-radius: 24px 24px 24px 24px;

    opacity: 1;

    border: 1px solid #D9D9D9;

    margin-top: 10px;

}

.register_data_img {

    height: 24px;

    width: 24px;

    margin-left: 12px;

    float: left;

    margin-top: 6px;

}

.register_data input {

    width: 200px;

    height: 33px;

    float: left;

    border: 0;

    border-radius: 24px 24px 24px 24px;

}

.r_btn {

    background-color: #FE6C31;

    text-align: center;

    line-height: 36px;

    color: #ffffff;

    font-size: 14px;

}

.register_agreement {

    width: 180px;

    height: 25px;

    font-size: 12px;

    font-weight: 400;

    color: #FE6C31;

    line-height: 14px;

    margin-top: 5px;

}

.register_agreement input {

    margin-top: 5px;

    float: left;

}

.register_agreement div {

    float: left;

    margin-left: 5px;

    line-height: 25px;

}

select {

    border: none;

    text-align: right;

    color: #FE6C31;

    outline: none;

}

.cursor_common{
    cursor:pointer;
}