.product-container .top-box {
  overflow: hidden;
  margin: 0.2rem 0.6rem;
}

.product-container .top-box .cate-name {
  float: left;
  color: #17344F;
  font-size: .28rem;
  line-height: .6rem;
  font-weight: 600;
}

.product-container .top-box .shift-btn {
  float: right;
  background: linear-gradient(180deg, #0180BE 0%, #15337B 48%, #0180BE 100%);
  box-shadow: 0px 1px 1px 0px rgba(172, 172, 172, 0.5), 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: .1rem;
  color: #fff;
  font-size: .24rem;
  padding: .1rem .24rem;
}

.product-container .product-list {
  margin: 0.32rem 0.2rem 0.1rem;
  min-height: 6.5rem;
}

.product-container .product-list .product-swiper {
  height: 8.2rem;
  padding-bottom: 1rem;
}

.product-container .product-list .product-swiper .swiper-slide {
  height: 3.6rem;
}

.product-container .product-list .product-swiper .swiper-slide .item {
  display: block;
}

.product-container .product-list .product-swiper .swiper-slide .item .product-image {
  height: 2.96rem;
  margin-bottom: .1rem;
}

.product-container .product-list .product-swiper .swiper-slide .item .product-title {
  height: .6rem;
  padding: .1rem .2rem;
  text-align: center;
  font-size: .28rem;
  color: #fff;
  background: #0180BE;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-container .product-list .product-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(21, 51, 123, 0.5);
}

.product-container .product-list .product-swiper .swiper-pagination-bullet-active {
  background: #15337B;
}

.header {
  z-index: 100;
}

html {
  position: relative;
}

.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.66);
  z-index: 104;
}

.product-modal {
  display: none;
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(25, 57, 86, 0.34);
  border-radius: .2rem;
  border: 1px solid #9BC1DF;
  padding: 0.4rem 0 0.4rem;
  z-index: 105;
  overflow: hidden;
}

.product-modal .operate-div {
  position: fixed;
  background-color: #fff;
  height: .60rem;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 102;
  border-radius: .2rem;
}

.product-modal .operate-div .click-box {
  float: right;
  margin: .12rem .2rem 0;
  background-color: #fff;
}

.product-modal .operate-div .click-box img {
  width: 0.5rem;
  height: 0.5rem;
}

.product-modal .cate {
  min-width: 4rem;
  padding: 0 .4rem;
  max-height: 7.5rem;
  overflow-y: scroll;
  text-align: center;
}

.product-modal ul.nav {
  width: 100%;
}

.product-modal ul.nav .name {
  margin-top: .2rem;
  color: #2A2A2A;
  font-size: .32rem;
  border-bottom: 1px solid #A7C9E3;
  padding-bottom: .14rem;
  font-weight: 600;
}
