.main {
  width: 7.5rem;
  background-color: #f4f4f4;
  padding-bottom: 1.67rem;
  overflow: hidden;
}
.main .swiper {
  width: 7rem;
  height: 3.11rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.main .swiper .swiper-container.tr {
  transition: transform 0.4s;
}
.main .swiper .swiper-container {
  --left: -7rem;
  width: 7rem;
  height: 3.11rem;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  transform: translateX(var(--left));
}
.main .swiper .swiper-container .item {
  width: 7rem;
  height: 3.11rem;
  position: relative;
}
.main .swiper .swiper-container .item .banner {
  width: 7rem;
  height: 3.11rem;
}
.main .swiper .swiper-container .item .btn1 {
  width: 2.34rem;
  height: 0.92rem;
  background-image: url(https://admin.cdn.itwlw.com/admin/tool/1710309781DhO9k.png);
  background-size: 100% 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  top: 1.8rem;
}
.main .swiper .swiper-container .item .btn1 .fade {
  width: 2.32rem;
  height: 0.71rem;
  border-radius: 0.5rem;
  overflow: hidden;
  line-height: 0.71rem;
  text-align: center;
  color: #462c0c;
  font-size: 0.34rem;
  font-weight: 700;
  position: relative;
}
.main .swiper .swiper-container .item .btn1 .fade::before {
  content: '';
  position: absolute;
  width: 1.51rem;
  height: 1.08rem;
  background-image: url(http://admin.cdn.itwlw.com/admin/tool/1712715297v19zd.png);
  background-size: 100% 100%;
  top: 0;
  left: -0.56rem;
  display: block;
  animation: btnfafe 1.5s linear infinite;
}
@keyframes btnfafe {
  0% {
    left: -0.56rem;
  }
  100% {
    left: 8rem;
  }
}
.main .swiper .swiper-container .item .btn2 {
  width: 1.99rem;
  height: 0.79rem;
  background-image: url(http://admin.cdn.itwlw.com/admin/tool/1712715447ejAa3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.4rem;
  top: 2.12rem;
}
.main .swiper .swiper-container .item .btn3 {
  width: 2.47rem;
  height: 0.94rem;
  background-image: url(http://admin.cdn.itwlw.com/admin/tool/17127156896dwSC.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.5rem;
  top: 1.88rem;
}
.main .swiper .swiper-pagination {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.2rem;
  left: 0;
}
.main .swiper .swiper-pagination .item {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0.05rem;
  transition: all 0.2s;
  margin: 0 0.1rem;
}
.main .swiper .swiper-pagination .item.active {
  width: 0.3rem;
  opacity: 1;
}
.main .viptig {
  position: absolute;
  width: 1.36rem;
  height: 0.66rem;
  top: 0;
  left: 0;
}
.main .menu {
  display: flex;
  margin: 0.3rem;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0.26rem 0.3rem;
  border-radius: 0.2rem;
}
.main .menu .item {
  text-align: center;
}
.main .menu .item img {
  width: 0.9rem;
  margin: 0 auto;
}
.main .menu .item span {
  font-size: 0.28rem;
  color: #080808;
}
.main .tig-title {
  margin: 0.5rem 0.3rem 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
}
.main .tig-title .showall {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0.06rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
.main .tig-title .showall span {
  font-size: 0.28rem;
  color: #575757;
  font-weight: 500;
  margin-right: 0.06rem;
}
.main .tig-title .showall img {
  width: 0.22rem;
}
.main .tig-title img {
  width: 0.41rem;
  margin-right: 0.16rem;
}
.main .tig-title span {
  font-size: 0.44rem;
  font-weight: 700;
  height: 0.44rem;
  line-height: 0.44rem;
}
.main .hot-list {
  margin: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .hot-list .item {
  width: 3.32rem;
  height: 2.9rem;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0px 0.03rem 0.04rem 0px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  margin-bottom: 0.27rem;
  position: relative;
}
.main .hot-list .item .banner {
  width: 3.32rem;
  height: 1.9rem;
  object-fit: contain;
  border-radius: 0.15rem 0 0 0;
}
.main .hot-list .item .info {
  box-sizing: border-box;
  padding: 0.18rem 0.18rem 0 0.18rem;
}
.main .hot-list .item .info .title {
  color: #080808;
  font-size: 0.32rem;
  font-weight: 700;
  height: 0.36rem;
  line-height: 0.36rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .hot-list .item .info .desc {
  display: flex;
  justify-content: space-between;
  margin-top: 0.06rem;
  align-items: center;
}
.main .hot-list .item .info .desc .view {
  display: flex;
  align-items: center;
}
.main .hot-list .item .info .desc .view img {
  width: 0.16rem;
  margin-right: 0.04rem;
}
.main .hot-list .item .info .desc .view span {
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.6);
}
.main .hot-list .item .info .desc .go {
  width: 0.28rem;
}
.main .refresh-hot,
.main .show-more {
  width: 6.9rem;
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 0.43rem;
}
.main .refresh-hot img,
.main .show-more img {
  width: 0.3rem;
  margin-right: 0.2rem;
}
.main .refresh-hot span,
.main .show-more span {
  font-size: 0.34rem;
  color: rgba(0, 0, 0, 0.8);
  height: 0.34rem;
  line-height: 0.34rem;
  user-select: none;
}
.main .refresh-hot.loading img {
  animation: rota 0.6s linear;
}
@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .new-list,
.main .boutique-list {
  margin: 0 0.3rem;
}
.main .new-list .new-top,
.main .boutique-list .new-top {
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: #ffffff;
  margin-bottom: 0.08rem;
  position: relative;
}
.main .new-list .new-top .banner,
.main .boutique-list .new-top .banner {
  height: 2.96rem;
  object-fit: contain;
  border-radius: 0.15rem 0 0 0;
}
.main .new-list .new-top .info,
.main .boutique-list .new-top .info {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0.3rem 0.2rem 0.2rem;
}
.main .new-list .new-top .info .title,
.main .boutique-list .new-top .info .title {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.36rem;
}
.main .new-list .new-top .info .view,
.main .boutique-list .new-top .info .view {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.main .new-list .new-top .info .view img,
.main .boutique-list .new-top .info .view img {
  width: 0.16rem;
  margin-right: 0.04rem;
}
.main .new-list .new-top .info .view span,
.main .boutique-list .new-top .info .view span {
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.6);
}
.main .new-list .new-top .info .start,
.main .boutique-list .new-top .info .start {
  width: 1.78rem;
  align-self: flex-end;
}
.main .new-list .list,
.main .boutique-list .list {
  background-color: #f6f6f6;
  padding: 0.3rem 0.23rem;
  background-color: #ffffff;
  border-radius: 0 0 0.2rem 0.2rem;
}
.main .new-list .list .item,
.main .boutique-list .list .item {
  display: flex;
  padding-bottom: 0.44rem;
  margin-bottom: 0.44rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 0.09rem 0 0 0;
  overflow: hidden;
}
.main .new-list .list .item .icon,
.main .boutique-list .list .item .icon {
  width: 1.91rem;
  height: 1.91rem;
  border-radius: 0.12rem 0.09rem 0.09rem 0.09rem;
  margin-right: 0.25rem;
}
.main .new-list .list .item .info,
.main .boutique-list .list .item .info {
  width: calc(6.9rem - 1.91rem - 0.46rem - 0.25rem);
  display: flex;
  flex-wrap: wrap;
}
.main .new-list .list .item .info .name,
.main .boutique-list .list .item .info .name {
  font-size: 0.34rem;
  font-weight: 700;
  width: 100%;
}
.main .new-list .list .item .info .desc,
.main .boutique-list .list .item .info .desc {
  color: #080808;
  opacity: 0.8;
  font-size: 0.26rem;
  margin-top: 0rem;
  width: 100%;
}
.main .new-list .list .item .info .bottom,
.main .boutique-list .list .item .info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  align-self: flex-end;
}
.main .new-list .list .item .info .bottom .go,
.main .boutique-list .list .item .info .bottom .go {
  width: 1.78rem;
}
.main .new-list .list .item .info .bottom .view,
.main .boutique-list .list .item .info .bottom .view {
  display: flex;
  align-items: center;
}
.main .new-list .list .item .info .bottom .view span,
.main .boutique-list .list .item .info .bottom .view span {
  font-size: 0.26rem;
  color: rgba(0, 0, 0, 0.6);
}
.main .new-list .list .item .info .bottom .view img,
.main .boutique-list .list .item .info .bottom .view img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.main .new-list .list > .item:last-child,
.main .boutique-list .list > .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main .boutique-list .list {
  background-color: transparent;
  padding: 0;
}
.main .boutique-list .list .item {
  background-color: #ffffff;
  padding: 0.3rem 0.23rem;
  border-radius: 0.1rem;
  border: none;
  margin-bottom: 0.19rem;
}
.main .boutique-list .list .item .icon {
  margin-right: 0;
  margin-left: 0.25rem;
}
.main .boutique-list .list > .item:last-child {
  border-bottom: none;
  padding-bottom: 0.3rem;
  margin-bottom: 0;
}
.main .show-more {
  margin-top: 0.3rem;
}
.main .show-more img {
  width: 0.31rem;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.huxi {
  animation: scale 0.8s linear infinite alternate;
}
.huxi2 {
  animation: scale 0.6s linear infinite alternate;
}
