.page {
  padding-top: .48rem;
  background-color: #f8f8f8;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: .5rem;
}
.menu-box{
  display: flex;
  background-color: #ffffff;
  border-bottom: solid 1px #eeeeee;
}
.menu-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  font-size: .14rem;
  height: .4rem;
}
.menu-item:first-child{
  border-right: 1px solid #ddd;
}
.banner-box{
  position: relative;
}
.image_4 {
  display: block;
  max-width: 100%;
}
.text-center{
  text-align: center;
}
.font_1{
  margin: .2rem 0;
  font-size: .12rem;
  color: #333;
}

.input-box{
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  padding: .05rem .15rem;
  font-size: .14rem;
}
.flex-1{
  flex: 1;
}
.input-title{
  width: .7rem;
  text-align: right;
}
.input{
  width: 0;
  margin-left: .1rem;
  padding: .05rem;
  height: .3rem;
  font-size: .14rem;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  background-color: #fff;
}
.color-red{
  color: #f00;
}
.code{
  margin-left: .1rem;
  display: block;
  width: .9rem;
  height: .3rem;
}
.select-box{
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  padding: .05rem .15rem;
  font-size: .14rem;
}
.select-box .flex-1{
  position: relative;
  box-sizing: border-box;
  padding-left: .1rem;
}
.select-box .input{
  margin-left: 0;
  width: 100%;
}
.icon-arrow{
  position: absolute;
  top: .1rem;
  right: .05rem;
  display: block;
  width: .1rem;
  height: .1rem;
  background: url(../img/icon-arrow.png) no-repeat center /100%;
}
.btn-box{
  margin-top: .2rem;
  padding: 0 .5rem;
  font-size: 14px;
  text-align: center;
}
.btn-box .btn{
  border: none;
  border-radius: 4px;
  width: 100%;
  height: .3rem;
  background-color: #6783f2;
  color: #fff;
  font-size: .14rem;
}

.province-list,.city-list{
  display: none;
  position: absolute;
  top: 100%;
  left: .1rem;
  right: 0;
  max-height: 2rem;
  text-align: center;
  font-size: .14rem;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.province-list li,.city-list li{
  padding: .05rem;
  line-height: .2rem;
}
