@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

#box {
  width: 200px;
  height: 30px;
  border-bottom: 1px solid rgba(200, 200, 200, .8);
  color: #000;
  cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 30px;
}

.icon-arrow-down, .icon-arrow-up {
  position: absolute;
  left: 230px;
  font-size: 22px;
  line-height: 30px;
  color: #999999;
}

#content {
    width: 450px;
    display: none;
    border-top: none;
    position: absolute;
    
}

.chosePCA {
    width: 80px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    z-index: 999;
   /* padding-left: 1px;*/
    border-left: 1px solid rgba(200, 200, 200, .8);
    /*    position: absolute;*/
}

.province-list, .city-list, .area-list {
    position: absolute;
    width: 448px;
    min-height: 10px;
    padding: 10px;
    left: 0;
    top: 40px;
    background-color: #fff;
    opacity: 1;
    z-index: 999;
}

.select {
  background-color: #fff;
  color: #46a4ff;
  border-bottom: none;
}

#content li {
  font-size: 15px;
  display: inline-block;
  padding: 12px;
  line-height: normal;
  cursor: pointer;
  color: black;
  /*width:70px;*/
  min-width:70px;
  /*max-width:150px;*/
}

#content li:hover {
  background-color: #f1f8ff;
  color: #46a4ff;
  border-radius: 4px;
}

.chose-tab {
    width: 450px;
    height: 40px;
    background-color: #f0f0f0;
    /*clear: both;*/
    z-index: 999;
}

.chosePCA > ul {
    border: 1px solid rgba(200, 200, 200, .8);
    border-top: none;
    font-size: 18px;
    /*line-height: 20px;*/
    text-align: left;
    cursor: auto;
    z-index: 999;
}

.textProvince:hover, .textArea:hover, .textCity:hover {
  background-color: #bcd5e7;
}

/*.btn {
  width: 60px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
}*/

.confirm {
  left: 70px;
}
#bigOne{
  width: 250px;
  position: relative;
}