.kuang {
    width: 80%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #666;
    -moz-box-shadow: 0px 0px 10px #666;
    box-shadow: 0px 0px 10px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    top: 40px;
    left: 10%;
    position: fixed;
    z-index: 99999999;
}

.kuang-ti {
    background-color: #e0edff;
    color: #000000;
    padding: 10px;
    font-weight: 700;
}


.kuang .kuang-content {
padding: 15px;
text-align: center;
}

.kuang .kuang-anniu{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
}


.kuang a{
background-color: #FFE9B6;
display: block;
text-align: center;
font-size: 16px;
margin: 0px 5px;
margin-bottom: 10px;
text-decoration: none;
border: 1px solid #CFBEAF;
font-weight: 800;
color: #693700;
padding: 5px 15px;
}

.kuang_guanbi{
float: right;
    background-color: #fff!important;
    font-size: 25px!important;
    margin-top: 0px;
    width: 25px;
    height: 25px;
    position: static!important;
    color: #0447a5!important;
}

/*下面的可删除*/


	.register { padding: 8px 6px; font-size: 14px;}

      .res-item {position: relative;  width: 100%; border-radius: 4px; margin-bottom: 8px;background-color: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #BABABA;}

      .res-icon {position: absolute;left: 8px;top: 10px;z-index: 100; display: inline-block;font-size: 18px;color: #9c9c9c; }
      .res-item .input-item {display: inline-block;width: calc(100% - 10px);;padding-left: 10px;height: 40px;border: none; font-size: inherit;-webkit-user-select: text!important;}
      
  
  
  .res-item .input-item:focus { 
          outline-offset: 0;
          outline: -webkit-focus-ring-color auto -2px;
          background-color: #fefffe;
          border: 1px solid #BD9466;
          outline: 0;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(226,25,69,.3);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(226,25,69,0.3);
      }
  
      .res-item .input-item:focus + .res-icon { color: #BD9466; }
      .yanzhengma {    position: absolute;
        right: 10px;
        top: 4px;
        z-index: 100;
        display: inline-block;
        padding: 7px 10px;
        font-size: 14px;
        border: none;
        background-color: #BD9466;
        color: #fff;
        border-radius: 8px;
        font-size: 14px;}
      .yanzhengma:disabled { background-color: #ddd; }
      .res-btn { margin-top: 10px;padding: 0 5px; }
      .res-btn a {    background-color: #418ef8;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    padding: 5px 17px;}
      .res-btn a:focus { color: #fff; }
  .res-btn a:hover { color: #fff; }
  