html{height:100%}
.config_table{
    width: 1080px;
    /*height:722px;*/
    /*max-height:722px;*/
    /*min-height:522px;*/
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 8px 24px 24px;
    color: #333;
    position: relative;
}
.config_table .title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 24px 0 12px;
}
.config_table .icon_quxiao1{
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 6px;
    font-size: 36px;
}
.config_table .table_box{
    width: 1023px;
    /*height:620px;*/
    height:90%;
    overflow-y: scroll;
    margin: 0 auto;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}
.config_table table{
    margin-top: -1px;
    width: 100%;
    border-bottom:1px solid #E4E4E4;
    /*border-right:1px solid #E4E4E4;;*/
    /*border: 1px solid #E4E4E4;*/

}
.config_table tr{
    height: 55px;
    font-size: 18px;
}
.config_table tbody tr:nth-child(even){
    background-color:#F5F5F9;
}
.config_table th{
    font-size: 18px;
    border-left:1px solid #E4E4E4;
    border-top:1px solid #E4E4E4;
}
.config_table td{
    width: 33.33%;
    border-left:1px solid #E4E4E4;
    border-top:1px solid #E4E4E4;
    /*border: 1px solid #E4E4E4;*/
    padding: 15px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.config_table .config_item{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.index_tip{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.frame{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    overflow: hidden;
  }
  .SignUp{
    position: fixed;
    width: 650px;
    height: 370px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 11;
    padding: 40px 80px 50px 80px;
  }
  .icon_register_close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .signuptit{
    font-size: 24px;
    color: #222;
    font-weight: 600;
    text-align: center;
  }
  .signuptis{
    margin-top: 30px;
    font-size: 18px;
    color: #666;
  }
  .mobilex{
   color: #FF6B1D;
   margin-left: 25px;
  }
  .signupform{
    margin-top: 20px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border:1px solid #A0A0A0;
    position: relative;
  }
  .signupCodeInput{
    width: 359px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 18px;
    color: #666;
  }
  .signupform::before {
    content: '';
    height: 34px;
    width: 1px;
    background-color: #A0A0A0;
    display: inline-block;
    left: 359px;
    position: absolute;
    top: 7px;
  }
  .wh{
    width: 130px;
    text-align: center;
    color: #FF6B1D;
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 18px;
  }
  .yhxy{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    position: relative;
  }
  .xy{
    font-size: 14px;
    color: #FF6B1D;
  }
  input[type=checkbox] {
    margin-right: 1px;
    cursor: pointer;
    font-size: 15px;
    width: 15px;
    height: 15px;
    position: relative;
    }
    
    input[type=checkbox]:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    content: " ";
    background-color: #fff;
    border: 1px solid #A0A0A0;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 1px;
    }
    
    input[type=checkbox]:checked:after {
    background-color: #FF6B1D;
    content: "✓";
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #FF6B1D;
    }
    .logings{
      margin-top: 30px;
      font-size: 20px;
      color: #fff;
      width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      border-radius: 2px;
      background-color: #FF6B1D;
    }
    .logingsx{
      margin-top: 30px;
      font-size: 20px;
      color: #fff;
      width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      border-radius: 2px;
      background-color: #A0A0A0;
    }
    .cationCode{
      background-color: #FF6B1D;
    }
  