.register{
    min-height: 605px;
    margin: 0 auto;
    width: 1000px;
    margin-top: 45px;
}
.register .fl .img{
    width: 500px;
    height: 555px;
    overflow: hidden;
}
.register .go_register{
    font-size: 22px;
    color: #f37a40;
}
.register .go_register::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 32px;
    height: 32px;
    background: url(../images/zc.png) no-repeat ;
    margin-right: 5px;
}
.register_box{
    width: 500px;
    border: 1px solid #ddd;
    border-left: none;
    height: 555px;
    padding: 20px 40px;
}
.btn_tab{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.btn_tab ul li{
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.btn_tab ul li:nth-child(1){
    border-right: 1px solid #ddd;
}
.btn_tab ul li a{
    font-size: 20px;
}
.btn_tab ul li.cur a{
    color: #f37a40;
}
.btn_tab ul li.cur::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f37a40;
    left: 0;
    bottom: -21px;
}
.register_box input[type="text"],
.register_box input[type="password"]{
    width: 420px;
    height: 38px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.form_box1>ul>li{
    margin-top: 30px;
}
.tips{
    color: #999;
    line-height: 32px;
}
.form_box1 .submit_btn{
    line-height: 38px;
    background: #f37a40;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 20px;
}
.form_box1 .submit_btn:hover{
    background: #f0540c;
}
.form_box1 input.yzm{
    width: 260px;
    float: left;
}
.form_box1 input.yzm_btn{
    width: 140px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
    display: block;
    background: #f0f0f0;
    float: right;
}
.checkbox input[type=checkbox]{
    display: none;
    font-size: 0;
}
.checkbox input[type=checkbox]+i{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #c9d4e5;
    background: #fff;
    vertical-align: text-bottom;
    position: relative;
    border-radius: 100px;
}
.checkbox input[type=checkbox]:checked+i::after{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f0540c;
    border-radius: 100px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.checkbox a{
    text-decoration: underline;
}
/* 注册弹窗 */
.register_mess_box.show{
    display: block;
}
.register_mess_box{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,0.15);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999;
    display: none;
}
.register_mess_box .ck_box{
    width: 800px;
    height: 600px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.register_mess_box .ck_box .close{
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/close.png) no-repeat;
    right: 20px;
    top: 15px;
}
.register_mess_box .ck_box .edit{
    margin: 15px auto;
    overflow-y:scroll;
    height: 465px;
    line-height: 1.5;
    padding: 0 15px;
}
.register_mess_box .ck_box .ck_box_tit{
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}
.register_mess_box .ck_box .ck_box_tit p{
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}
.register_mess_btn{
    text-align: center;
    font-size: 0;
}
.register_mess_btn a{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999;
    font-size: 14px;
    background: #e3e4e5;
}
.register_mess_btn a:nth-child(2){
    margin-left: 15px;
    background: #f42424;
    color: #fff;
}