/* rank page */
.single-box .rankbg {
  background: linear-gradient(90deg,#FF4925,#FF740D) no-repeat;
}

.single-box .rankbody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
  background: url(../img/header_bg.12963398.png) no-repeat;
  background-size: 100% auto;
}

.rankbody .rankbanner .title-img {
  text-align: center;
}

.rankbody .rankbanner .title-img img {
  width: 5.5rem
}

.rush-rank {
  position: relative;
  height: 17.5rem;
}

.rush-rank .title-box {
  display: flex;
  justify-content: center;
  padding: 0.9375rem 0.625rem;
  color: #fff;
  padding-bottom: 6.25rem;
}

.rush-rank .title-box .title {
  position: relative;
  padding: 0.1875rem 1.5625rem 0.1875rem 3rem;
  background: rgba(255,129,70,.9);
  border-radius: .72rem;
  font-size: 0.75rem;
}

.rush-rank .title-box .title img {
  position: absolute;
  top: 0.3125rem;
  left: 1.8rem;
}

.rush-goods {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  top: -3.3125rem;
}

.rush-goods li {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 0.3125rem;
  width: 6.6rem;
  height: 11rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}

.rush-goods li:nth-child(2) {
	transform: scale(1.08);
	transform-origin: bottom;
	margin: 0 .72rem;
}

.rush-goods li .goods-img {
  position: relative;
  margin-bottom: 0.625rem;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.rush-goods li .goods-img .top1-icon {
  top: -0.0625rem;
}

.rush-goods li .goods-img img {
  width: 100%;
}

.rush-goods li .goods-img .tag {
  position: absolute;
  background: linear-gradient(270deg,#ffa700,#ff4728);
  box-shadow: 0 .144rem .288rem 0 rgba(255,133,0,.4);
  border-radius: 0.625rem;
  padding: 0 0.9375rem;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
  color: #fff;
}

.rush-goods li .info {
  padding: 0 0.625rem;
  overflow: hidden;
}

.rush-goods li .info .title {
  width: 100%;
  font-size: 0.81875rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rush-goods li .info .price .current {
  margin-right: 0.3125rem;
  font-size: 1.2rem;
  color: #fe3738;
}

.rush-goods li .info .price .original {
  font-size: 0.75rem;
  color: #999;
  text-decoration: line-through;
}

#pills-tab-rank {
  position: relative;
  flex-wrap: nowrap;
  padding: 1rem 0;
  color: hsla(0,0%,100%,.6);
  width: 100%;
}

#pills-tab-rank li {
  padding: 0 0.5rem;
}

#pills-tab-rank li a {
	font-size: 1rem;
  color: hsla(0,0%,100%,.6);
}

#pills-tab-rank li a.active {
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
}

#pills-tabContent-rank {
  position: relative;
}

/* Extra small devices (portrait phones, less than 570.375rem)
No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 570.375rem and up) */
@media (min-width: 410px) { 

}


