html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #0253a4;
}

.wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.banner {
  width: 7.5rem;
  margin: 0 auto;
}

.banner img {
  display: block;
  width: 7.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  width: 7.5rem;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

.nav {
  position: relative;
  top: 0;
  background: #fff;
  width: 7rem;
  height: 0.8rem;
  padding-right: 0.7rem;
  font-size: 0.26rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.12rem;
  margin-bottom: 0.24rem;
  z-index: 999;
  background-color: #fff;
}

.nav.show {
  animation: ceiling_suction 0.5s;
  animation-fill-mode: forwards;
}

@keyframes ceiling_suction {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.nav .nav-text {
  display: none;
}

.nav_text_show .nav-text {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding-left: 0.24rem;
  background-color: #fff;
  border-radius: 0.12rem;
  text-align: left;
  line-height: 0.8rem;
  background-color: #fff;
}

.nav .swiper-container {
  display: block;
  background: #fff;
}

.nav_text_show .swiper-container {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 0.8rem;
  padding-left: 0.24rem;
  background-color: #fff;
  border-radius: 0.12rem;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  line-height: 0.8rem;
  width: 100%;
  color: #00589f;
  font-size: 0.26rem;
  width: 1.2rem !important;
  margin-right: 0.1rem !important;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

#swiper-slide,
#swiper-slide1,
#swiper-slide2,
#swiper-slide3,
#swiper-slide4,
#swiper-slide5 {
  width: 2.2rem !important;
}

.swiper-slide .xtab-icon {
  display: none;
}

.current {
  color: #00589f;
  font-weight: 900;
}

.current .xtab-icon {
  display: block;
}

.slide-box {
  height: 0.8rem;
  /* display: -webkit-box; */
  /* white-space: nowrap; */
  /* overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch; */
}

.slide-item {
  line-height: 0.65rem;
  padding: 8px 10px;
  height: 38px;
}

.xtab {
  padding-left: 0.24rem;
  margin: 0 auto;
  border-radius: 0.12rem;
  width: 7.02rem;
  position: relative;
  background-color: #fff;
  text-align: center;
  z-index: 990;
  box-sizing: border-box;
  box-shadow: 0 0.01rem 0 0 rgba(0, 0, 0, 0.1);
}

.xtab_more {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 100%;
  z-index: 999;
  background-color: inherit;
  box-sizing: border-box;
  box-shadow: -0.08rem 0 0.08rem -0.08rem rgba(0, 0, 0, 0.42);
  border-top-right-radius: 0.12rem;
  border-bottom-right-radius: 0.12rem;
}

.xtab_more img {
  position: absolute;
  line-height: 0.7rem;
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  top: 0.25rem;
  left: 0.15rem;
  background-size: 100% auto;
  vertical-align: middle;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}

.xtab-all {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 999;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease 0.1s;
  overflow: hidden;
  background-color: #fff;
}

.xtab_show {
  height: 2.4rem;
  transition: all 0.3s ease;
}

.xtab_show .xtab-all-wrap {
  opacity: 1;
  transition: all 0.3s linear 0.1s;
}

.xtab-all-wrap {
  display: inline-block;
  height: 0.5rem;
  opacity: 0;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  flex-basis: 33.3%;
  justify-content: center;
  align-items: center;
  line-height: 0.5rem;
}

.xtab-all-wrap .xtab-icon {
  display: none;
}

.item-current .xtab-icon {
  display: block;
  margin-right: 0.05rem;
}

.item-current .xtab-all-title {
  color: #00589f;
  font-weight: 900;
}

.xtab-icon img {
  /* line-height: .7rem; */
  display: inline-block;
  width: 0.28rem;
  height: 0.25rem;
  /* top: 0.11rem;
    left: 0.27rem; */
  background-size: 100% auto;
  /* vertical-align: middle; */
  margin-right: 0.01rem;
  margin-top: 0.28rem;
}

.xtab_show .xtab-icon img {
  display: inline-block;
  width: 0.32rem;
  height: 0.3rem;
  background-size: 100% auto;
  margin-right: 0.01rem;
  margin-top: 0.16rem;
}

.xtab-all-title {
  white-space: nowrap;
  font-size: 0.29rem;
  color: #00589f;
}

.content {
  width: 7.5rem;
  margin: 0 auto;
}

.content .title-wrap {
  position: relative;
  height: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.34rem;
  line-height: 1.2;
  background: no-repeat 50% 50%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.25rem;
  background-image: url('../images/hot.png');
  border-radius: 8px;
}

.title_wrap_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.title-txt {
  display: inline-block;
  position: relative;
  width: 2.3rem;
  text-align: center;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.hot-wrap {
  width: 7rem;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
  overflow: hidden;
}

.hot-wrap_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top {
  display: block;
  position: fixed;
  width: 0.75rem;
  height: 0.75rem;
  right: 0.4rem;
  z-index: 992;
  background: no-repeat 50% 50%;
  bottom: 1.5rem;
  bottom: calc(1.5rem + constant(safe-area-inset-bottom));
  bottom: calc(1.5rem + env(safe-area-inset-bottom));
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-color: #534637;
  opacity: 0.5;
  border-radius: 50%;
}

.top img {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}

.warp_more {
  height: auto;
  width: 7.5rem;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}

.warp_more_img {
  width: 7.2rem;
}

.warp_more_img a {
  width: 7.2rem;
  display: block;
  height: auto;
  margin: 0.2rem auto;
  text-align: center;
  color: #fff;
  padding-bottom: 0.06rem;
}

.warp_more a {
  display: block;
  width: 7.5rem;
  height: auto;
  margin: 0.35rem auto;
  text-align: center;
  color: #fff;
  padding-bottom: 0.06rem;
}

.warp_more img,
.warp_more_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.Classification_box {
  width: 7.5rem;
  margin: 0 auto;
  overflow: hidden;
}

.ancrCont-wrap {
  width: 7rem;
  margin: 0.2rem auto 0 auto;
  overflow: hidden;
}

.ancrCont-wrap-flex {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ancrCont-wrap-flex-list span {
  display: block;
}

.ancrCont-wrap-flex-list {
  flex-basis: 3.38rem;
  height: 6.5rem;
  overflow: hidden;
  margin-top: 0.3rem;
  border-radius: 0.1rem;
}

.ancrCont-wrap-flex-list a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: #000;
}

.ancrCont-wrap-flex-list a:hover {
  text-decoration: none;
}

.ancrCont-wrap-flex-list img {
  width: 100%;
  display: block;
  background-size: contain;
}

.wrap-flex-list-picCent {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
}

.wrap-flex-list-textCent {
  width: 100%;
  background: #fff;
  font-size: 0.22rem;
  height: 2.28rem;
  display: block;
  position: relative;
}

.textCent-h1 {
  width: 2rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 0.18rem;
  line-height: 0.32rem;
  height: 0.8rem;
  overflow: hidden;
}

.textCent-h2 {
  width: 3.3rem;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0.9rem;
}

.textCent-h2 span {
  display: inline-block;
}

.textCent-h2-price {
  text-decoration: line-through;
  font-size: 0.2rem;
  color: #8a8a8a;
}

.textCent-h2-sale {
  font-size: 0.24rem;
  font-weight: bold;
  margin-right: 0.08rem;
  color: #000;
}

.textCent-h2 .spanVertAsuper {
  vertical-align: super;
  font-size: 0.14rem;
  font-weight: lighter;
  margin-left: 0.05rem;
}

.wrap-flex-list-textCent .rmb {
  font-size: 0.16rem;
}

.textCent-button {
  width: 1.38rem;
  height: 0.4rem;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.18rem;
  position: absolute;
  top: 1.4rem;
  margin: 0 auto;
  left: 1rem;
}

.flex img {
  display: block;
  width: 100%;
  height: 100%;
}
