#box {
    width: 230px;
    /* height: 38px;
    line-height: 38px; */
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #999999;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    box-sizing: border-box;
    color: #495057;
  }
  
  #totalConfirm {
    z-index: -9999;
    opacity: 0;
    width: 400px;
    height: 30px;
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
  }
  
  .text {
    line-height: 30px;
  }
  
  .icon-arrow-down, .icon-arrow-up {
    position: absolute;
    left: 380px;
    font-size: 22px;
    line-height: 30px;
    color: #999999;
  }
  
  #content {
    width: 400px;
    display: none;
    border-top: none;
    /* position: relative; */
    position: absolute;
  }
  
  .chosePCA {
    width: 80px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
  }
  
  .province-list, .city-list, .area-list {
    position: absolute;
    width: 378px;
    min-height: 10px;
    padding: 10px;
    left: 0;
    top: 40px;
  }
  
  .select {
    background-color: #fff;
    color: #46a4ff;
    border-bottom: none;
  }
  
  #content li {
    font-size: 14px;
    display: inline-block;
    padding: 8px;
    line-height: normal;
    cursor: pointer;
    color: black;
  }
  
  #content li:hover {
    background-color: #f1f8ff;
    color: #46a4ff;
    border-radius: 4px;
  }
  
  .chose-tab {
    width: 378px;
    height: 40px;
    background-color: #f0f0f0;
    clear: both;
  }
  
  .chosePCA > ul {
    border: 1px solid rgba(200, 200, 200, .8);
    border-top: none;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    cursor: auto;
    background-color: #fff;
  }
  
  .textProvince:hover, .textArea:hover, .textCity:hover {
    background-color: #bcd5e7;
  }
  
  .confirm {
    left: 70px;
  }
  #bigOne{
    width: 400px;
    position: relative;
  }