/* nine page */
.single-box .ninebg {
  background: linear-gradient(90deg,#ffa033,#ff8030) 0 0/100%;
}

.single-box .ninebody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
}

.single-box .ninebody .ninebanner {
  background: linear-gradient(90deg,#ffa033,#ff8030) 0 0/100%;
  padding-top: 10px;
}

.single-box .ninebody .ninebanner .title-img {
  text-align: center;
}

.single-box .ninebody .ninebanner .title-img img {
  width: 4.68rem;
}

.fixed-top {
  position: fixed;
  top: 2.7rem;
} 

#pills-tab-nine {
  flex-wrap: nowrap;
  padding: 1rem 0;
  background: linear-gradient(90deg,#ffa033,#ff8030) no-repeat;
  color: hsla(0,0%,100%,.6);
  width: 100%;
  max-width: 36rem;
}

#pills-tab-nine li {
  padding: 0 0.5rem;
}

#pills-tab-nine li a {
	font-size: 1rem;
  color: hsla(0,0%,100%,.6);
}

#pills-tab-nine li a.active {
  color: #fff;
  border-bottom: 0.1875rem solid rgba(239, 24, 33, 0.75);
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

#pills-tabContent-nine {
  position: relative;
}

.nine-rank {
  position: relative;
  height: 16rem;
}

.nine-rank .title-box {
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0.625rem 5.625rem 0.625rem;
  background: linear-gradient(90deg,#ffa033,#ff8030) no-repeat;
  color: #fff;
  border-bottom-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.nine-rank .title-box li {
  line-height: 1.2rem;
}

.nine-rank .title-box li img {
  position: relative;
  top: -0.1rem;
}

.nine-goods{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  top: -5rem;
}

.nine-goods li {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 0.3125rem 0.5rem;
  width: 7.8125rem;
  height: 12.75rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}

.nine-goods li .goods-img {
  position: relative;
  margin-bottom: 0.625rem;
  width: 7.8175rem;
  height: 7.8175rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.nine-goods li .goods-img img {
  width: 100%;
}

.nine-goods li .goods-img .tag {
  position: absolute;
  background: linear-gradient(270deg,#ffbe50,#ff570c);
	box-shadow: 0 .04rem .06rem 0 rgba(255,153,67,.33);
  border-radius: 0.625rem;
  padding: 0 0.9375rem;
  bottom: 0;
  right: 1rem;
  font-size: 0.75rem;
  color: #fff;
}

.nine-goods li .info {
  padding: 0 0.625rem;
  overflow: hidden;
}

.nine-goods li .info .title {
  width: 100%;
  font-size: 0.81875rem;
  color: #333;
  overflow: hidden;
  text-overflow: clip;
}

.nine-goods li .info .price .current {
  margin-right: 0.3125rem;
  font-size: 1.2rem;
  color: #fe3738;
}

.nine-goods li .info .price .original {
  font-size: 0.75rem;
  color: #999;
  text-decoration: line-through;
}

.nine-nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.625rem;
}

.nine-nav li span {
  margin-right: 0.625rem;
  border-radius: 0.625rem;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  color: #ff7300;
  background: hsla(0,0%,100%,.6);
  cursor: pointer;
}

.nine-nav li.active span {
  background: #fff;
}

.nine-tune-top {
  position: relative;
  top: -12.5rem;
}

.nine-tune-top2 {
  position: relative;
  top: -15.5rem;
}
