@charset "utf-8";
/*body {
  background-image: url(../images/login/register_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}*/
#web_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  z-index: -10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.register_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* z-index: 99999; */
}
.register_box {
  width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    /* align-items: center; */
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
}
.register_box .layui-form-item {
  width: 480px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.register_title_style{
  flex-direction: row !important;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.register_bottom_style{
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.register_box .layui-form-item .layui-input-block {
  margin-left: 0 !important;
  font-weight: 700;
}
.register_box .layui-form-item .layui-form-checkbox {
  margin-top: 0 !important;
}
.userxy a {
  color: #C81725;
  cursor: pointer;
}
.register_box .layui-form-item input{
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
/* FireFox浏览器 可以自动垂直居中 */
input::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
#header .wrapper{
  width:  100%;
  margin: 0;
  justify-content: flex-end;
}