@charset "utf-8";
/* css reset */
body{background: #f3f3f3;}
.r_con{max-width: 1180px;min-width: 1024px;margin:55px auto;font-size: 14px;}
.register_con{height:200px;background: url("/static/b2g/images/r_banner.png") center center;}
.r_info{float:left;width:40%;margin-top:30px;}
.r_info h2{margin:20px 0;}
.r_qyinfo{float:right;width:40%;padding:50px 70px;background: #fff;border-radius: 5px;box-sizing: border-box;}
.left_line{width:4px;height:15px;display: inline-block;background: #38f;margin-right:10px;}
.r_info h2{font-size: 18px;font-weight: 500;}
.qy_message b{width:75px;display: inline-block;text-align: right;}
.r_input{border:1px solid #ccc;height:32px;line-height: 32px;width:250px;border-radius: 3px;}
.qy_message p+p{margin-top:20px;}
.r_btn{background: #38f;color:#fff;font-weight: bold;border:none;border-radius: 3px;height:30px;width:120px;
    line-height: 30px;}
.qy_title{margin:10px 0 20px 0;}
.color6{color:#666;line-height: 25px;}
.lx_type img{margin-right:10px;}
.lx_type p{margin-bottom: 10px;}
.register_bottom{height:134px;background: url("/static/b2g/images/r_bottom.png") center center;}

/*注册成功*/
.success_con{width:825px;height:536px;background: #fff url("/static/b2g/images/success_title.png") no-repeat center top;padding: 240px 50px;
    box-sizing: border-box;margin:0 auto;}
.success_box{text-align: center;width:345px;margin: 0 auto;}
.success_sh{width:71px;height:54px;display: block;background: url("/static/b2g/images/success_sh.png") no-repeat;margin:0 auto;}
.success_t{font-size: 30px;margin:15px auto;}
.success_lx{font-size: 14px;color:#333;margin-top:10px;}
.return_h{width:80px;height:32px;border:1px solid #ccc;font-size: 14px;line-height: 32px;text-align: center;display: block;
    background: #fff;border-radius: 3px;margin:10px auto;cursor: pointer;}