
#box {
  width: 400px;
  height: 30px;
  color: #999999;
  cursor: pointer;
}

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

.text {
  line-height: 36px;
}

#bigOne .iconxiangxia {
  position: absolute;
  left: 245px;
  font-size: 22px;
  line-height: 30px;
  color: #999999;
  top: 4px;
}

#content {
  width: 460px;
  display: none;
  border-top: none;
  position: absolute;
  left: 0;
  top:37px;
  border: 1px solid #E5E5E7;
	background: #fff;
}

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

.province-list, .city-list, .county-list {
  position: absolute;
  width: 438px;
  min-height: 10px;
  padding: 10px;
  left: 0;
  top: 40px;
  background: #fff;
}

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

#content li {
  display: inline-block;
  cursor: pointer;
  padding:0 9px;
	height: 28px;
	line-height: 28px;
	background: #F4F4F5;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	margin:5px;
  border: 1px solid #F4F4F5;
}

#content li:hover {
  border: 1px solid #1774F8;
  background: #fff;
  color:#1774F8 ;
}

.chose-tab {
  height: 40px;
  background-color: rgba(23,116,248,.04);
  clear: both;
  border-bottom: 1px solid #E5E5E7;
}

.chosePCA > ul {
  border: 1px solid rgba(200, 200, 200, .8);
  border-top: none;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  cursor: auto;
}

.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: 240px;
	height: 36px;
	padding:0 20px;
	line-height: 36px;
  position: relative;
  margin-left: 80px;
  border:1px solid #E5E5E7;
  border-radius: 4px 4px 0px 0px;
}