@charset "utf-8";
#areax * {
  margin: 0;
  padding: 0;
}

#areax ul {
  list-style-type: none;
}

#areax #box {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgba(200, 200, 200, .8);
  color: #999999;
  cursor: pointer;
}

#areax #totalConfirm {
  z-index: -9999;
  opacity: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
}

#areax .text {
  line-height: 30px;color: #333;
}

#areax .icon-arrow-down, .icon-arrow-up {
  position: absolute;
  right: 0;
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

#areax #content {
  width: 400px;
  display: none;
  border-top: none;
  position: relative;
}

#areax .chosePCA {
  width: 80px;
  height: 40px;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
}

#areax .province-list,#areax .city-list,#areax .area-list {
  position: absolute;
  width: 378px;
  min-height: 10px;
  padding: 10px;
  left: 0;
  top: 40px;
}

#areax .select {
  background-color: #fff;
  color: #46a4ff;
  border-bottom: none;
}

#areax #content li {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
  line-height: normal;
  cursor: pointer;
  color: black;
}

#areax #content li:hover {
  background-color: #f1f8ff;
  color: #46a4ff;
  border-radius: 4px;
}

#areax .chose-tab {
  width: 400px;
  height: 40px;
  background-color: #f0f0f0;
  clear: both;
}

#areax .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: #fff;
}

#areax .textProvince:hover, .textArea:hover, .textCity:hover {
  background-color: #bcd5e7;
}

#areax .btn {
  width: 60px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
}

#areax .confirm {
  left: 70px;
}
#areax #bigOne{
  width: 100%;
  position: relative;
}