.outrange {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.outrange-shade {
  width: 100%;
  height: 100%;
  background: rgba(35, 38, 51, 0.55);
}
.outrange-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 370px;
  margin-top: -185px;
  margin-left: -180px;
  padding: 24px 0;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  -webkit-animation: slideUp 0.24s;
  animation: slideUp 0.24s;
  color: #232628;
  box-sizing: border-box;
}
.outrange-content-header {
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.outrange-content-header .outrange-content-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.outrange-content-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  cursor: pointer;
}
.outrange-content-close .iconfont {
  font-size: 16px;
  color: #71797f;
}
.outrange-content-center {
  margin-top: 24px;
}
.outrange-content-center .product-list {
  width: 100%;
  height: 152px;
  text-align: center;
  font-size: 0;
}
.outrange-content-center .product-list .product-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  cursor: pointer;
  border: none;
  outline: none;
}
.outrange-content-center .product-list .product-arrow .iconfont {
  font-size: 16px;
  color: #71797f;
}
.outrange-content-center .product-list .swiper-container {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.outrange-content-center .product-list .swiper-container .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.outrange-content-center .product-list .product-item .product-item-pic {
  border-radius: 8px;
}
.outrange-content-center .product-list .product-item .product-item-pic img {
  width: 112px;
  max-height: 120px;
}
.outrange-content-center .product-list .product-item .product-item-info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.outrange-content-footer {
  margin-top: 48px;
  padding: 0 24px;
  font-size: 0;
}
.outrange-content-footer button {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 27px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}
.outrange-content-footer button.outrange-content-footer-left {
  background: #E9ECF0;
  color: #71797f;
  margin-right: 2%;
}
.outrange-content-footer button.outrange-content-footer-right {
  background: #FF734C;
  color: #fff;
}
@-webkit-keyframes slideUp {
  from {
    top: -50%;
  }
  to {
    top: 50%;
  }
}
@keyframes slideUp {
  from {
    top: -50%;
  }
  to {
    top: 50%;
  }
}
