
 .perReg-box{
     width: 1000px;
     margin: 10px auto 100px;
     border: 1px solid #ccc;
     background: #fff;
     padding:  20px;
 }
 .perReg-box-index{
     width: 1000px;
     margin: 5px auto 0px;
     text-align: right;
 }
.layui-row{
    line-height:38px;
    margin-bottom: 6px;
}
label.layui-col-md3{
    text-align: right;
    padding-right: 10px;
}
 label.layui-col-md2{
     text-align: right;
     padding-right: 10px;
 }
.layui-input{
    width: 70%;
    display: inline-block;
}
.layui-inline-sel{
    width: 13%!important;
}
.layui-select-title .layui-input{
    width: 100%;
}
.selectCss{
    width: 10%;
    padding-left: 10px;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff!important;
    border-radius: 0.3rem;
    border-color: #e6e6e6;
}
 .isAgree{
     width: 180px;
     height: 60px;
     background: rgba(0,0,0,.3);
     border-radius: 6%;
     position: absolute;
     left: 40%;
     top: 95%;
     text-align: center;
     padding-top: 25px;
     display: none;
 }
 .isAgree span{
     color: #fff;
 }

 .level_block_group{
     height:25px;

 }
 .level_text_group{
     height:20px;

 }
 .level_block{
     float:left;
     background:#d6d3d3;
     width:62px;
     height:16px;
     border-radius:5px;
     margin-top:5px;
     _margin-top:0px;
     margin-left:5px;
     _height:2px;
     font-size:0px;
 }
 .level_text{
     float:left;
     width:62px;
     margin-left:5px;
     text-align:center;
     color:#b0adad;
     font-size:12px;
 }
 .level_1_active{
     float:left;
     background:#ff3300;
     width:62px;
     height:16px;
     margin-top:5px;
     margin-left:5px;
     _margin-top:0px;
     _height:2px;
     font-size:0px;
     border-radius: 5px;
 }
 .level_2_active{
     float:left;
     background: #ff6400;
     width:62px;
     height:16px;
     margin-top:5px;
     margin-left:5px;
     _margin-top:0px;
     _height:2px;
     font-size:0px;
     border-radius: 5px;
 }
 .level_3_active{
     float:left;
     background: #06b172;
     width:62px;
     height:16px;
     margin-top:5px;
     margin-left:5px;
     _margin-top:0px;
     _height:2px;
     font-size:0px;
     border-radius: 5px;
 }
 .layui-form-checkbox i{
     top:0;
 }
 .re-yzm:hover{
     cursor: pointer;
 }
 .tips{
     position:relative;
     padding-left:12px;
 }
 .tips::before{
     position: absolute;
     content: '';
     width:8px;
     height:8px;
     border-radius: 50%;
     background-color: #000;
     top:4px;
     left:0;
 }