page{
    background: #fff;
  }
  .app{
    height: 100%;
    width: 100%;
  }
  .top_pic{
    width: 100%;
    margin: auto;
  }
  .top_pic image{
    width: 100%;
    margin: auto;
  }
  .form{
    width: 96%;
    margin:2%;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 5px;
  }
  .form .tishi1{
      font-size: 17px;
      line-height: 15px;
      height: 30px;
      color:#ff6000;
      text-align: center;
      font-weight: 700;
  }
  .form .tishi2{
      font-size: 17px;
      line-height: 40px;
      height: 40px;
      color:#000000;
      text-align: center;
      font-weight: 700;
  
  }
  .form .baoming_info{
    font-size: 12px;
    height: 35px;
    margin-top:5px;
    color: #c5c1c1;
  
  }
  .form .baoming_info .baoming_num{
  background:#ffffff;
  padding:2px 5px;
  margin-top:10px;
  text-align:center;
  height:20px;
  width:65%;
  margin:0px auto;
  position:relative;
  z-index: 5;
  }
  .form .baoming_info .baoming_num text{
    font-size: 15px;
    font-weight: 700;
    padding: 0px 3px;
    color:red;
  }
  .form .baoming_info .line{
    border-top:1px solid #efefef;
    height: 5px;
    margin-top:-8px;
    position: absolute;
    z-index: 2;
    width: 96%;
  }
  form{
      width:100%;
  }
  .form input{
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 5px 5%;
    border-radius: 3px;
    border:1px solid #efefef;
    padding-left:10px;
    font-size: 14px;
  }
  .form button{
    width: 70%;
    height: 38px;
    background: #ff6000;
    border-radius: 5px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    margin: 5px auto;
    border:none;
  }
  
  .form .bm_list{
    width: 94%;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    
  }
  .form .bm_list .xiaolaba{
    width:5%;
  height:25px;
  text-align:right;
  
  }
  .form .bm_list .xiaolaba image{
    height: 15px;
    width: 15px;
    float: right;
    margin: 5px auto;
  }
  .form .bm_list .bm_item{
    width:100%;
    height: 25px;
    line-height: 25px;
    
  }
  .form .bm_list .bm_item text{
    width: 23%;
    height: 25px;
    line-height: 25px;
    text-align:center;
    float: left;
  }
  .form .bm_list .bm_item .bm_tel{
    width: 30%;
    height: 25px;
    line-height: 25px;
    text-align:center;
    float: left;
  }
  


  
  button {
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-left:14px;
    padding-right:14px;
    box-sizing:border-box;
    font-size:16px;
    text-align:center;
    text-decoration:none;
    line-height:2.55555556;
    border-radius:5px;
    -webkit-tap-highlight-color:transparent;
    overflow:hidden;
    color:#000000;
    background-color:#F8F8F8;
    
    }
    
    ul,ol{
      padding: 0;
      margin: 0;
      list-style-type: none;
      }
      .big-box{
      position: relative;
      width: 500px;
      border: 1px solid #ccc;
      height: 30px;
      margin: 30px auto;
      }
      
      .box{
      position: absolute;
      left: 5px;
      top: 0;
      width: 490px;
      }
      .box li{
      line-height: 30px;
      overflow: hidden;
      }