/* reset css */

.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden2 {
  display: none;
}
.hide {
  display: none!important;
}
h3{margin:0;padding:0;}
	textarea,
	input,
	select {
	  font-size: 14px;
	  color: #222222;
	  font-weight: normal;
	  font-family: "PingFangSC", "Helvetica Neue", Helvetica, STHeiTi, 'Microsoft Yahei', sans-serif;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  outline: none;
	}
.masker {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1) url('/public/statics/image/citybg.png') no-repeat;
  background-position:center;
  background-size: 610px 813px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10009;
}
.text-center {
  text-align: center;
}

.store-info-form .city-box {
  position: fixed;
  right: 0;
  left: 0;

  width: 600px;
  height:800px;
  margin: 0 auto;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  z-index: 10099;
  padding: 0 30px;
}

.store-info-form .city-box .letter-title {
  padding: 0;
  padding-top: 0;
  height: 1px;
  line-height: 1px;
  font-weight: 700;
}
.store-info-form .city-box .item-list {
  padding: 0 10px 0 10px;
}
.store-info-form .city-box .item-list li {
	display:block;
	line-height:30px;
	height:30px;
	font-size:12px;
	font-weight: 700;
	color: #666;
	padding-left:80px;
	margin-bottom:12px;
}
.store-info-form .city-box .item-list li.betit {
	display:block;
	line-height:36px;
	height:36px;
	font-size:14px;
	font-weight: 700;
	color: #ffffff;
	padding-left: 0;
	margin-bottom:0;
	text-align: left;
}
.store-info-form .city-box .item-list li.betit h3{
	display:block;
	line-height:32px;
	height:32px;
	font-weight: 700;
	font-size:14px;
}
.store-info-form .city-box .item-list li.kbm {
	display:block;
	line-height:1px;
	height:1px;
	padding-left: 0;
	border-bottom:1px solid #214982;
}
.store-info-form .city-box .item-list li span{
	display:inline-block;
	line-height:30px;
	height:30px;
	min-width:66px;
	text-align:center;
	background:#174771;
	color:#ffffff;
	margin: 0 6px;
	border-radius: 4px;
}
.store-info-form .city-box #cityBox {
  height: 800px;
  overflow: hidden;
}
.store-info-form .city-box .city-sidaber {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 20;
}
.store-info-form .city-box .city-sidaber p {
  box-sizing: border-box;
  padding-right: 2px;
  width: 18px;
  height:16px;
  margin:0 0 4px 0;
  line-height: 16px;
  font-size: 12px;
  /* font-weight: 700; */
  text-align: center;
  color: #ffffff;
  cursor:pointer;
}

.cityBtit{
	display: block;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 20px;
    margin-bottom: 12px;
    background:#174771;
    
}