html,body{
    height:100%;
}
.register{
    width:100%;
    min-width: 1200px ;
    height:100%;
    min-height: 938px;
    overflow:hidden;
}
.register_inner{
    position: relative;
    z-index: 9;
    width: 68.22916666666667%;
    min-width: 1200px;
    margin: 198px auto 0;
    /* padding: 20px 25px 105px; */
    padding: 20px 25px 50px;
    background-color: #fff;
}
.register_t{
    padding: 20px 30px;
    line-height: 36px;
    border-bottom: 1px solid #dfdfdf;
}
.register_t_l{
    float: left;
    font-size: 20px;
    color: #333;
}
.register_t_r{
    float: right;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}
.register_t_r a{
    color: #ff476c;
}
.register_b{
    /* padding-top: 88px; */
    padding-top: 40px;
}
.register_b_l{
    float: left;
}
.register_b_r{
    float: right;
    width: 566px;
    height: 356px;
    margin-right: 85px;
    overflow: hidden;
}
.register_b_r img{
    display: block;
    max-width: 100%;
}
.zy_validator{
    width: 562px;
    padding: 0 40px;
    margin: 0 auto;
}
.zy_f_item{
    position: relative;
    height: 72px;
}
.zy_f_item_i{
    position: relative;
    width: 410px;
    height: 46px;
    margin: 0 auto;
    border: none;
}
.zy_f_lable{
    float: left;
    width: 110px;
    font-size: 16px;
    line-height: 44px;
    color: #666;
}
.zy_f_info{
    float: left;
    width: 300px;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 44px;
    color: #c3c3c3;
    outline: 0;
    border: 1px solid #afb1b7;
    border-radius: 5px;
}
.zy_f_pic{
    position: absolute;
    top: 5px;
    right: 10px;
    float: right;
    width: 60px;
    height: 25px;
    margin: 0;
    cursor: pointer;
}
.zy_f_code{
    position: absolute;
    top: 2px;
    right: 5px;
    width: 111px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    text-align: center;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
}
.register_form_slide{
    position: relative;
    float: left;
    width: 300px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #afafaf;
    text-align: center;
    background-color: #e8e8e8;
}
.register_form_slide:after{
    content:"";
    position:absolute;
    left:40px;
    top:0;
    z-index: 10;
    width:40px;
    height:40px;
    animation: bgp 2s infinite linear;
    background: -webkit-radial-gradient(rgba(255,255,255,.6), rgba(255,255,255,.3), rgba(255,255,255,0.1), rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(rgba(255,255,255,.6), rgba(255,255,255,.3), rgba(255,255,255,0.1), rgba(255,255,255,0)); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(rgba(255,255,255,.6), rgba(255,255,255,.3), rgba(255,255,255,0.1), rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
    background: radial-gradient(rgba(255,255,255,.6), rgba(255,255,255,.3), rgba(255,255,255,0.1), rgba(255,255,255,0)); /* 标准的语法（必须放在最后） */
}
@keyframes bgp {
    0%{
        left: 40px;
    }
    100%{
        left: 270px;
    }
}
.register_form_slide .register_form_sd{
    display: inline;
}
.register_form_slide .register_form_so{
    display: none;
}
.register_form_element{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px sodid #e5e5e5;
    background: url(../images/register_form_element_default.jpg) no-repeat 1px 1px;
}
.register_form_slide_ok{
    color: #fff;
    background-color: #29c771;
}
.register_form_slide_ok.register_form_slide:after{
    display: none;
}
.register_form_slide_ok .register_form_sd{
    display: none;
}
.register_form_slide_ok .register_form_so{
    display: inline;
}
.register_form_slide_ok .register_form_element{
    background: url(../images/register_form_element_ok.jpg) no-repeat 1px 1px;
}
.zy_f_item_agree{
	position: relative;
}
.zy_f_item_agree input{
	position: absolute;
	left: 110px;
	top: 0;
	width: 118px;
	height: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.register_form_agree{
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
}
.register_form_checkbox{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    border: 1px solid #bdbebe;
    vertical-align: middle;
}
.register_form_agree_ac .register_form_checkbox{
    border: none;
    background: url('../images/checkbox_active.png') no-repeat;
}
.register_form_service{
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ff446a;
}
.zy_f_btn{
    width: 300px;
    height: 50px;
    margin-left: 144px;
    font-family: "微软雅黑", "宋体";
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #ff446a;
    border-radius: 5px;
    outline: none;
    border: 0;
}

.n-invalid{
    border: none;
}
.n-invalid .zy_f_info{
    border: 1px solid #ee2222;
}

.msg-box {
    position: absolute;
    left: 110px;
    bottom: -23px;
}
.zy_f_item_agree .msg-box {
    position: absolute;
    left: 110px;
    bottom: -6px;
}
.n-ok{
	position: absolute;
	right: -330px;
    top: -54px;
}
/*.n-valid .msg-box {
    position: absolute;
    left: 420px;
    bottom: 12px;
}*/
.register_foot{
    min-width: 1200px;
    padding: 30px 0;
}
.register_foot p{
    font-size: 14px;
    line-height: 26px;
    color: #b1b1b2;
    text-align: center;
}
.register_foot p span{
    padding: 0 10px;
    color: #767876;
}