html,body{
  height: 100%;
}
header{
  width: 20rem;
  height: 20rem;
  background: url(../images/bg3.png) no-repeat;
  background-size: 100%;
  background-position: 0 10rem;
  border-radius: 50%;
  margin-top: -14rem;
  margin-left: -5rem;
}
.condition{
  width: 8.2rem;
  background: #fff;
  margin: -3rem auto 0;
  border-radius: 10px;
  padding:0 .5rem .5rem;
  border: 1px solid #ddd;
  box-shadow: 0px 25px 25px #bbb;
}
.condition .inside{
  width: 100%;
  height: 1.4rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.condition .inside .city{
  width: 5rem;
  height: 100%;
  font-size: .46rem;
  line-height: 1.4rem;

}
.condition .inside .my_position{
  width: 1.4rem;
  height: 100%;
  font-size: .3rem;
  text-align: center;
  color: #4A72A1;
}
.condition .inside .my_position .icon-Frame1{
  font-size: .54rem;
  margin-top: .16rem;
}
.condition .inside .date{
  width: 6rem;
  height: 100%;
  display: flex;
}
.condition .inside .date .dateinside{
  width: 2.6rem;
  height: 100%;
  font-size: .42rem;
  line-height: 1.4rem;
}
.condition .inside .date .dateinside input{
  width: 1.7rem;
  height: 100%;
}
.condition .inside .date .dateinside span{
  font-size: .3rem;
  color: #ccc;
}
.condition .inside .date .hr{
  flex: 1;
  text-align: center;
  line-height: 1.4rem;
}
.condition .inside .date .hr .icon-hr{
  font-size: .5rem;
}
.condition .inside .total{
  width: 1.4rem;
  height: 1.4rem;
  font-size: .4rem;
  text-align: center;
  line-height: 1.4rem;
  color: #333;
}
.condition .inside input{
  font-family: "Noto Sans SC";
  outline: none;
  border: none;
  width: 100%;
  font-size: .4rem;
  color: #333;
}
.condition .btn{
  margin-top: .5rem;
  width: 100%;
  height: 1.2rem;
  border-radius: 1000px;
  background: linear-gradient(to right,#B8AC84 0%,#7D7762 100%);
  font-size: .5rem;
  line-height: 1.2rem;
  text-align: center;
}
.condition .btn a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
/*
.nav{
  width: 8.2rem;
  background: #fff;
  margin: .5rem auto 0;
  border-radius: 10px;
  padding:.4rem .5rem;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 25px #bbb;
  display: flex;
}
.nav ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.nav ul li{
  width: 1.8rem;
  height: 100%;
}
.nav ul li a{
  display: block;
  width: 100%;
  height: 1.6rem;
  text-align: center;
}
.nav ul li a img{
  width: 56%;
  /* height: 1rem; *//**
  margin:0 auto;
}
.nav ul li a span{
  display: block;
  font-size: .4rem;
  color: #333;
}*//


footer{
  width: 100%;
  height: 1.6rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}
footer ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between  ;
}

footer ul li{
  width: 2.5rem;
  height: 100%;
}

footer ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #9593A4;
}

footer ul li a span{
  display: block;
  font-size: .3rem;
}
footer ul li a p{
  padding: .3rem 0 0 0;
}
footer ul li a .iconfont{
  font-size: .54rem;
}
footer ul .active a{
  color: #1C1C1C;
}