[genuitec-file-id="wc1-260"],[genuitec-lp-path="/bijiucoin/WebRoot/css/register.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

.register_bg{
  width: 100%;
  height: 730px;
  background: url("../img/login_bg.jpg")no-repeat;
  background-size: 100% 730px;
  position: relative;
}
.register_box_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    background: rgba(225,225,225,.5);
    border-radius: 3px;
    width: 425px;
    height: auto;
    margin-top: -330px;
    margin-left: -222px;

}
.register_box{
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    padding: 20px;
    height: auto;

}
.register_option{
  font-size: 20px;
}
.register_box form{
  margin-top: 20px;
}
.register_box form span{
  font-size: 14px;
  color: #888;
}
.register_box form .phone>div{
  border: 1px solid #ddd;
  width: 380px;
  height: 50px;
  line-height: 50px;
}
.register_box form .phone select{
  border: none;
  outline: none;
  color: #888;
  margin-left: 10px;
  border-right: 1px solid #ddd;
  height: 25px;
}
.register_box form .phone input{
  border: none;
  outline: none;
  width: 290px;
  height: 50px;
  font-size: 14px;
  padding-left: 15px;
}
.register_box form .dx_captcha .get_dxyzm{
  border: 1px solid #ddd;
  width: 380px;
  height: 50px;
  line-height: 50px;
}
.register_box form .dx_captcha .get_dxyzm input{
  border: none;
  outline: none;
  width: 230px;
  height: 50px;
  font-size: 14px;
  padding-left: 15px;
}
.register_box form .dx_captcha .get_dxyzm span{
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  border-left: 1px solid #ddd;
  cursor: pointer;
  color: #cc9b32;
}
.register_box form p input[type="text"],.register_box form p input[type="password"]{
  width: 365px;
  height: 50px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 14px;
  padding-left: 15px;
}
.register_box form p button{
  width: 382px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.register_box form p input[type="button"]{
  width: 382px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}




















