/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.el-container,#apps,html,body{
  overflow: auto;
  width: 100%;
  height: 100%;
}
#apps{
  background-color: #f7f7f7;
  --wiosn-header-background-color:rgba(255,255,255,1);
  --wiosn-wrapper-margin-space:10px;
  --wiosn-wrapper-padding-space:10px;
  --wiosn-wrapper-max-width:1280px;
  --wiosn-footer-font-color:#fff;
  --wiosn-footer-font-a-color:#67C23A;
  --wiosn-footer-background-color:#333;
  --wiosn-backdrop-filter-header-blur:10px;
  --wiosn-backdrop-filter-blur:0;
  --wiosn-backdrop-filter-color:rgba(0,0,0,.2);
  --wiosn-header-menu-a:rgba(0,0,0,1);
  --wiosn-header-font-color:rgba(0,0,0,1);
}
/* home_header */
.home_header{
  position: relative;
  box-shadow:0 0 8px rgba(0, 0, 0, .08);
  border-bottom: 1px #ccc solid;
}
.home_header_ucenter a {
  
}
.register_box{
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.rbox{
  margin: 0 auto;
  margin-top: 100px;
  max-width: 520px;
  
  padding:15px 30px;
  border-radius: 15px;
  /*
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, .15);
  */
  box-sizing: border-box;
}
.rbox .el-form-item__label{
  padding: 0;
}
.register_title{
  font-size: 24px;
  font-weight: normal;
}
.rbox{
    min-width: 390px;
}
.rbox *{
    --el-fill-color-light:rgba(255,255,255,1) !important;
    --el-text-color-primary:#666;
}
.code_f1{
    flex: 1;
    margin-right: 10px;
}
.send_msg{
    width: 120px;
}
.send_msg .el-button{
    width: 100%;
}
.relogin{
    margin: 0;
    font-size: 14px;
}
.lang_items{
    margin: 15px;
    font-size: 14px;
}
.lang_item{
    padding: 10px 5px;
    margin: 0;
    cursor: pointer;
}
.lang_item b{
    font-weight: normal;
    display: block;
}
.lang_item .disabled{
    color: #ccc;
    cursor: not-allowed;
}
.select{
    background-color: rgb(245, 247, 250);
    color: rgb(64, 158, 255);
}
.el-checkbox{
    position: relative;
}
.el-checkbox__input{
    top: 12px;
    position: absolute;
}
.el-checkbox__label{
    display: block;
    white-space: wrap;
    text-align: left;
    padding-left: 24px;
}
.menus_title{
  font-size: 16px;
}
.menus_wrapper{
  background-color: #fff;
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--wiosn-wrapper-padding-space);
  margin: 15px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  border: 1px #ccc solid;
}
.menus_a{
  display: inline-block;
  width: 80px;height: 80px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  background-image: linear-gradient(to bottom, #fff , #f1f1f1);
  border: 1px #ccc solid;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.menus_a i{
  font-size: 24px;
  display: block;
  margin: 8px auto;
  font-weight: lighter;
  margin-top: 15px;
  user-select: none;
}
.menus_a:hover{
  background-image: linear-gradient(to bottom, #fff ,#fff ,#fff , #fff);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .08);
  transform: translateY(-3px) translateX(-1px);
}
.menus_a a{
  color: #333;
}
.menus_a:hover a{
  color: #409EFF;
}
.menus_text{
  margin: 0;display: block;
  user-select: none;
}
 
/* xs */
@media (max-width: 768px) {
  .rbox{
      min-width: 100%;
      margin: 0;
      max-width: 100%;
  }
  .home_header{
    background-color: transparent;
    border:none;
    box-shadow: none;
  }
  .rbox{
    background-color: transparent;
    padding: 15px;
    box-shadow: none;
    margin: 0 10px;
    margin-top: 0;
  }
  .rbox *{
    --el-input-border-radius:10px;
    --el-border-radius-base:10px;
    --el-input-bg-color:#eee;
    --el-input-border: 2px rgba(0,0,0,0) solid;
    --el-input-hover-border: red;
    --el-input-focus-border: red;
    --el-input-focus-border-color: red;
    --el-input-border-color: rgba(0,0,0,0);
    --el-checkbox-checked-text-color:#666 !important;
  }
  .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #666;
  }
  .register_box .wiosn_wrapper{
    margin: 0;padding: 0;
  }
  .el-input--large .el-input__wrapper {
    padding:5px 15px;
  }
  .el-button--large {
    border-radius: var(--el-border-radius-base);
    padding: 14px 19px;
    height: inherit;
  }
  .menus_wrapper{
    width: auto;
    display: block;
    margin: 15px;
    box-sizing: border-box;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 992px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* lg */
@media (min-width: 1200px) and (max-width: 1920px) {

}

/* xl */
@media (min-width: 1920px){

}