.head1{
  background-color: #d8ecfe;
  height: 1.06rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}
.head1 .head1-text{
  font-size: 0.4rem;
  margin-left: 0.3rem;
  color: #333;
}
.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;
}
.head2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  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 .head2-btn{
  width: 1.45rem;
  height: 0.5rem;
  /* line-height: 0.5rem; */
  border-radius: 0.3rem;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.26rem;
  background-color: #1067f2;
  cursor: pointer;
}
.head2 .login-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.head2 .login-box .login-img1Wrap{
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.10rem;
  display: flex;
}
.head2 .login-box .login-img1Wrap .login-img1{
  width: 100%;
  height: 100%;
}
.head2 .login-box .login-name{
  font-size: 0.26rem;
  width: 1.23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-box .banner{
  padding: 0 0.2rem;
  background-color: #EAF3FF;
}
.header-box .banner .swiper{
  overflow: hidden;
  width: 7.1rem;
}
.header-box .banner .swiper .swiper-wrapper{
  height: 2.8rem;
  width: 7.1rem;
}
.header-box .banner .swiper .swiper-wrapper .swiper-slide{
  width: 7.1rem;
}
.header-box .banner .swiper .swiper-wrapper .swiper-slide img{
  width: 7.1rem;
  height: 100%;
}