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

ul {
  list-style-type: none;
}

#bigOne #box {
  
}

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

#bigOne .text {
  line-height: 30px;
}

#bigOne .icon-arrow-down, .icon-arrow-up {
  position: absolute;
  left: 380px;
  font-size: 22px;
  line-height: 30px;
  color: #999999;
  
}

#bigOne #content {
 
  display: none;
  border-top: none;
  position: fixed;
  width:80%;
}

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

#bigOne .province-list, .city-list, .area-list {
  position: absolute;
  
  min-height: 10px;
  padding: 10px;
  left: 0;
  top: 38px;
}

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

#bigOne #content li {
  font-size: 15px;
  display: inline-block;
  padding: 6px;
  line-height: normal;
  cursor: pointer;
  color: black;
	 border-radius: 4px;
	 width:auto;
}

#bigOne #content li:hover {
  background-color: #bd302e;
  color: #fff;
  border-radius: 4px;
}

#bigOne .chose-tab {
		
    height: 38px;
    background-color: #3c3c3c;
    clear: both;
    color: #fff;
}

#bigOne .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: white;
  width: 100%;
}

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

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

#bigOne .confirm {
  left: 70px;
}
#bigOne{
 
  position: relative;
}