.stopScroll{
  height: 100vh !important;
  overflow: hidden;
}
[v-cloak] {
  display: none !important;
}
.header-box{
  position: relative;
  z-index: 100;
}
.head1{
  background-color: rgb(207, 231, 253);
  height: 1.06rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  /* margin-bottom: 0.37rem; */
}
.head1 .head1-text{
  font-size: 0.4rem;
  margin-left: 0.3rem;
}
.head-img1{
  width: 0.21rem;
  height: 0.38rem;
  cursor: pointer;
}
.head-img2{
  width: 0.41rem;
  height: 0.41rem;
  margin: 0 0.14rem 0 0.39rem;
  cursor: pointer;
}
.head-img3{
  width: 3.39rem;
  height: 0.41rem;
}
.head1-text1{
  font-size: 0.38rem;
  font-weight: 700;
  color: #222;
  margin-left: 0.3rem;
}

.head2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 0.37rem; */
  height: 1.16rem;
  position: relative;
  padding: 0 0.2rem;
  background-color: #EAF3FF;
}
.head2 .logo{
  display: flex;
  align-items: center;
  font-size: 0.35rem;
  font-weight: bold;
  color: #2073F9;
}
.head2 .logo img{
  margin-right: 0.11rem;
  width: 0.52rem;
  height: 0.52rem;
}
.head2 .head2-nav{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.head2 .head2-nav .dot{
  position: absolute;
  right: 0.3rem;
  top: 0.1rem;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-color: red;
}
.head2 .head2-nav .nav-box{
  width: 2.93rem;
  height: 0.67rem;
  background-color: #D0E3FC;
  border-radius: 0.67rem;
  font-size: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.head2 .head2-nav .nav-box .nav-item{
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.head2 .head2-nav .nav-box .move-box{
  position: absolute;
  left: 0;
  width: 1.40rem;
  height: 0.55rem;
  border-radius: 0.55rem;
  background-color: #fff;
  transition: transform 0.3s ease;
  margin: 0.06rem 0.08rem;
}
.head2 .login-address .login-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.head2 .login-address .login-box .login-img1Wrap{
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.10rem;
  display: flex;
}
.head2 .login-address .login-box .login-img1Wrap .login-img1{
  width: 100%;
  height: 100%;
}
.head2 .login-address .login-box .login-name{
  font-size: 0.26rem;
  width: 1.23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head2 .login-address .address-box{
  font-size: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.60rem;
  cursor: pointer;
}
.head2 .login-address .address-box .no-login{
  font-size: 0.26rem;
  width: 1.23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head2 .login-address .address-box text{
  margin: 0 0.2rem 0 0.1rem;
}
.head2 .login-address .address-box .no-login{
  margin: 0 0 0 0.1rem !important;
}
.head2 .login-address .address-box img:nth-child(1){
  width: 0.24rem;
  height: 0.27rem;
}
.head2 .login-address .address-box img:nth-last-child(1){
  width: 0.16rem;
  height: 0.1rem;
}
.head2 .login-address .address-box .login-img{
  width: 0.27rem !important;
  height: 0.27rem !important;
}
.head3{
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  font-size: 0.3rem;
  /* margin-top: 0.27rem; */
  /* margin-bottom: 0.1rem; */
  display: flex;
  background-color: #EAF3FF;
}
.head3 .nav-list{
  flex: 1;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.head3 .nav-list .nav-list-item{
  margin-right: 0.33rem;
  cursor: pointer;
}
.head3 .nav-list .active {
  position: relative;
  font-weight: bold;
}
.head3 .nav-list .active .navLine {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
  width: 0.63rem;
  height: 0.06rem;
  background-color: #2073F9;
}
.head3 .filter-wrap{
  display: flex;
  align-items:flex-start;
  width: 1.2rem;
  cursor: pointer;
}
.head3 .filter-wrap img{
  margin-left: 0.16rem;
  width: 0.35rem;
  height: 0.29rem;
}
.banner{
  padding: 0 0.2rem;
  background-color: #EAF3FF;
}
.banner .swiper{
  overflow: hidden;
  width: 7.1rem;
}
.banner .swiper .swiper-wrapper{
  height: 2.8rem;
  width: 7.1rem;
}
.banner .swiper .swiper-wrapper .swiper-slide{
  width: 7.1rem;
}
.banner .swiper .swiper-wrapper .swiper-slide img{
  width: 7.1rem;
  height: 100%;
}
.popup{
  position: absolute;
  left: 0;
  width: 7.5rem;
  background-color: #fff;
  z-index: 100;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 0.30rem 0.20rem 0.85rem 0.20rem;
}
.popup-background{
  width: 7.5rem;
  position:fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup .popup-head{
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  border: 0.01rem solid #D6D6D6;
  border-radius: 0.20rem;
}
.popup .popup-head .head-item{
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 0.01rem solid #D6D6D6;
}
.popup .popup-head .head-item:nth-last-child(1){
  border: none;
}
.popup .popup-head .head-item img{
  width: 0.22rem;
  height: 0.12rem;
  margin-left: 0.7rem;
}
.popup .popup-head .head-item .popup-font{
  font-weight: bold;
}
.popup .popup-head .head-item .popup-img{
  transform: rotate(180deg);
}
.popup .popup-content{
  margin-top: 0.3rem;
  font-size: 0.26rem;
  width: 100%;
}
.popup .popup-content .popupActive{
  background-color: #2073F9 !important;
  color: #fff;
}
.popup .popup-content .cont-wrap1,.popup .popup-content .cont-wrap2,.popup .popup-content .cont-wrap3{
  width: 100%;
  height: 2.5rem;
  overflow-y: scroll;
}
.popup .popup-content .cont-wrap1 .popup-item{
  width: 23.2%;
  float: left;
  padding: 0 0.10rem;
  height: 0.63rem;
  text-align: center;
  line-height: 0.63rem;
  font-size: 0.26rem;
  border-radius: 0.15rem;
  background-color: #F1F1F1;
  margin-right: 2.4%;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.popup .popup-content .cont-wrap1 .popup-item:nth-child(4n){
  margin-right: 0;
}
.popup .popup-content .cont-wrap2 .popup-item,.popup .popup-content .cont-wrap3 .popup-item{
  width: 31.63%;
  float: left;
  padding: 0 0.10rem;
  height: 0.63rem;
  text-align: center;
  line-height: 0.63rem;
  font-size: 0.26rem;
  border-radius: 0.15rem;
  background-color: #F1F1F1;
  margin-right: 2.5%;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.popup .popup-content .cont-wrap2 .popup-item:nth-child(3n),.popup .popup-content .cont-wrap3 .popup-item:nth-child(3n){
  margin-right: 0;
}
.popup .btn-wrap{
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
  font-size: 0.3rem;
}
.popup .btn-wrap .popup-btn{
  width: 3.08rem;
  height: 0.80rem;
  border-radius: 0.80rem;
  line-height: 0.80rem;
  text-align: center;
  cursor: pointer;
}
.popup .btn-wrap .popup-btn:nth-child(1){
  background-color: #D9E9FF;
  margin-right: 0.24rem;
}
.popup .btn-wrap .popup-btn:nth-child(2){
  background-color: #2073F9;
  color: #fff;
}