
.franky-swiper {
    display: block;
    height: 150px;
}
.franky-swiper[hidden] {
    display: none;
}
.franky-swiper .franky-swiper-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.franky-swiper .franky-swiper-slides {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.franky-swiper .franky-swiper-slide-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}
.franky-swiper .franky-swiper-dots {
    position: absolute;
    font-size: 0;
}
.franky-swiper .franky-swiper-dots-horizontal {
    left: 50%;
    /* prettier-ignore */
    bottom: 10PX;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot {
    margin-right: 8px;
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot:last-child {
    margin-right: 0;
}
.franky-swiper .franky-swiper-dots-vertical {
    right: 10px;
    top: 50%;
    text-align: right;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot {
    display: block;
    margin-bottom: 9px;
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot:last-child {
    margin-bottom: 0;
}
.franky-swiper .franky-swiper-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition-property: background-color;
    transition-timing-function: ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.franky-swiper .franky-swiper-dot-active {
    background-color: #000;
}


.franky-swiper-item {
    display: block;
    overflow: hidden;
    will-change: transform;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: grab;
}
.franky-swiper-item[hidden] {
    display: none;
}

.franky-swiper {
  display: block;
  height: 1.5rem;
}
.franky-swiper[hidden] {
  display: none;
}
.franky-swiper .franky-swiper-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.franky-swiper .franky-swiper-slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.franky-swiper .franky-swiper-slide-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.franky-swiper .franky-swiper-dots {
  position: absolute;
  font-size: 0;
}
.franky-swiper .franky-swiper-dots-horizontal {
  left: 50%;
  bottom: 10PX;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot {
  margin-right: 0.08rem;
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot:last-child {
  margin-right: 0;
}
.franky-swiper .franky-swiper-dots-vertical {
  right: 0.1rem;
  top: 50%;
  text-align: right;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot {
  display: block;
  margin-bottom: 0.09rem;
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot:last-child {
  margin-bottom: 0;
}
.franky-swiper .franky-swiper-dot {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background: rgba(0,0,0,.3);
  border-radius: 50%;
}
.franky-swiper .franky-swiper-dot-active {
  background-color: #000;
}
.franky-swiper-item {
  display: block;
  overflow: hidden;
  will-change: transform;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.franky-swiper-item[hidden] {
  display: none;
}
#screen {
  width: 100%;
  top: 0;
}
.weekly-choice-good-warp {
  padding: 0.22rem 0 0.8rem;
}
.weekly-choice-good-warp.no-swiper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.22rem 0.15rem 0.8rem;
}
.weekly-choice-good-warp.no-swiper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0.22rem 0.15rem 0.8rem;
}
.weekly-choice-good-warp.no-dots .franky-swiper-dots-horizontal {
  display: none !important;
}
.weekly-choice-good-warp.dot-last .franky-swiper-dot-active:first-child {
  background: transparent;
}
.weekly-choice-good-warp .franky-swiper {
  height: 5.46rem;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dots-horizontal {
  border-radius: 0.02rem;
  bottom: 0.02rem;
  height: 0.1rem;
  -webkit-box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dot {
  background: transparent;
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dot-active {
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
  background: #212121;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dots div.franky-swiper-dot-active+div.franky-swiper-dot-active {
  background: transparent;
}
.choice-good-card[data-v-2964abc9] {
  width: 3.48rem;
  height: 5.04rem;
  border-radius: 0.18rem;
  overflow: hidden;
  background: #fff;
}
.choice-good-card .choice-good-card-img[data-v-2964abc9] {
  width: 3.48rem;
  height: 3.48rem;
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.choice-good-card .choice-good-card-comment[data-v-2964abc9] {
  font-size: 0.24rem;
  color: #212121;
  margin: 0.1rem 0;
  padding: 0 0.16rem;
  line-height: 1.4;
  min-height: .66rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}
.choice-good-card .user-info[data-v-2964abc9] {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.choice-good-card .user-info-face[data-v-2964abc9] {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  overflow: hidden;
  margin-right: 0.08rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.choice-good-card .user-info-name[data-v-2964abc9] {
  font-size: 0.24rem;
  color: #999;
}

#screen {
  width: 100%;
  top: 0;
}
.weekly-choice-good-warp {
  padding: 0.22rem 0 0.8rem;
}
.weekly-choice-good-warp.no-swiper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.22rem 0.15rem 0.8rem;
}
.weekly-choice-good-warp.no-swiper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0.22rem 0.15rem 0.8rem;
}
.weekly-choice-good-warp.no-dots .franky-swiper-dots-horizontal {
  display: none !important;
}
.weekly-choice-good-warp.dot-last .franky-swiper-dot-active:first-child {
  background: transparent;
}
.weekly-choice-good-warp .franky-swiper {
  height: 5.46rem;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dots-horizontal {
  border-radius: 0.02rem;
  bottom: 0.02rem;
  height: 0.1rem;
  -webkit-box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dot {
  background: transparent;
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dot-active {
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
  background: #212121;
}
.weekly-choice-good-warp .franky-swiper .franky-swiper-dots div.franky-swiper-dot-active+div.franky-swiper-dot-active {
  background: transparent;
}
.choice-good-card[data-v-fe71fa92] {
  width: 3.48rem;
  height: 5.04rem;
  border-radius: 0.18rem;
  overflow: hidden;
  background: #fff;
}
.choice-good-card .choice-good-card-img[data-v-fe71fa92] {
  width: 3.48rem;
  height: 3.48rem;
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.choice-good-card .choice-good-card-comment[data-v-fe71fa92] {
  font-size: 0.24rem;
  color: #212121;
  margin: 0.1rem 0;
  padding: 0 0.16rem;
  line-height: 1.4;
  min-height: .66rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}
.choice-good-card .user-info[data-v-fe71fa92] {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.choice-good-card .user-info-face[data-v-fe71fa92] {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  overflow: hidden;
  margin-right: 0.08rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.choice-good-card .user-info-name[data-v-fe71fa92] {
  font-size: 0.24rem;
  color: #999;
}

.franky-swiper {
  display: block;
  height: 1.5rem;
}
.franky-swiper[hidden] {
  display: none;
}
.franky-swiper .franky-swiper-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.franky-swiper .franky-swiper-slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.franky-swiper .franky-swiper-slide-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.franky-swiper .franky-swiper-dots {
  position: absolute;
  font-size: 0;
}
.franky-swiper .franky-swiper-dots-horizontal {
  left: 50%;
  bottom: 10PX;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot {
  margin-right: 0.08rem;
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot:last-child {
  margin-right: 0;
}
.franky-swiper .franky-swiper-dots-vertical {
  right: 0.1rem;
  top: 50%;
  text-align: right;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot {
  display: block;
  margin-bottom: 0.09rem;
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot:last-child {
  margin-bottom: 0;
}
.franky-swiper .franky-swiper-dot {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background: rgba(0,0,0,.3);
  border-radius: 50%;
}
.franky-swiper .franky-swiper-dot-active {
  background-color: #000;
}
.franky-swiper-item {
  display: block;
  overflow: hidden;
  will-change: transform;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.franky-swiper-item[hidden] {
  display: none;
}
#screen {
  top: 0;
  width: 100%;
  height: 100%;
}
.weekly-commodity-card-wrap.no-dots .franky-swiper-dots-horizontal {
  display: none !important;
}
.weekly-commodity-card-wrap .franky-swiper {
  height: 7.26rem;
}
.weekly-commodity-card-wrap .franky-swiper .franky-swiper-dots-horizontal {
  border-radius: 0.02rem;
  bottom: 0.02rem;
  height: 0.1rem;
  -webkit-box-shadow: 0 0 3PX rgba(0,0,0,.3);
  box-shadow: 0 0 3PX rgba(0,0,0,.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-commodity-card-wrap .franky-swiper .franky-swiper-dot {
  background: transparent;
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
}
.weekly-commodity-card-wrap .franky-swiper .franky-swiper-dot-active {
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
  background: #212121;
}
.weekly-commodity-card-wrap[data-v-2964abc9] {
  width: 100%;
  padding: 0.28rem 0 0.8rem;
}
.weekly-commodity-card[data-v-2964abc9] {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
  margin: 5PX auto 0;
  width: 5.92rem;
  height: 6.76rem;
  -webkit-box-shadow: 0 2PX 8PX 2PX rgba(0,0,0,.12);
  box-shadow: 0 2PX 8PX 2PX rgba(0,0,0,.12);
  border-radius: 0.24rem;
  padding: 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.weekly-commodity-card.weekly-commodity-card-current[data-v-2964abc9] {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.weekly-commodity-card .weekly-commodity-card-img-wrap[data-v-2964abc9] {
  width: 5.44rem;
  height: 5.44rem;
  border-radius: 0.1rem;
  background-color: #f4f4f4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-commodity-card .weekly-commodity-card-img-wrap .weekly-commodity-card-img[data-v-2964abc9] {
  width: 5.2rem;
  height: 5.2rem;
  background-size: contain;
}
.weekly-commodity-card .weekly-commodity-card-price[data-v-2964abc9] {
  position: absolute;
  width: auto;
  height: 0.48rem;
  border-radius: 0.12rem;
  background-color: #000;
  opacity: .5;
  color: #fff;
  right: 0.24rem;
  bottom: 0.24rem;
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .08rem;
}
.weekly-commodity-card .weekly-commodity-card-name[data-v-2964abc9] {
  text-align: left;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #212121;
  margin: 0;
  margin-top: 0.12rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}

#screen {
  top: 0;
  width: 100%;
  height: 100%;
}
.weekly-commodity-card-wrap.no-dots .franky-swiper-dots-horizontal {
  display: none !important;
}
.weekly-commodity-card-wrap .franky-swiper {
  height: 7.26rem;
}
.weekly-commodity-card-wrap .franky-swiper .franky-swiper-dots-horizontal {
  border-radius: 0.02rem;
  bottom: 0.02rem;
  height: 0.1rem;
  -webkit-box-shadow: 0 0 3PX rgba(0,0,0,.3);
  box-shadow: 0 0 3PX rgba(0,0,0,.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-commodity-card-wrap .franky-swiper .franky-swiper-dot {
  background: transparent;
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
}
.weekly-commodity-card-wrap .franky-swiper .franky-swiper-dot-active {
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
  background: #212121;
}
.weekly-commodity-card-wrap[data-v-fe71fa92] {
  width: 100%;
  padding: 0.28rem 0 0.8rem;
}
.weekly-commodity-card[data-v-fe71fa92] {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
  margin: 5PX auto 0;
  width: 5.92rem;
  height: 6.76rem;
  -webkit-box-shadow: 0 2PX 8PX 2PX rgba(0,0,0,.12);
  box-shadow: 0 2PX 8PX 2PX rgba(0,0,0,.12);
  border-radius: 0.24rem;
  padding: 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.weekly-commodity-card.weekly-commodity-card-current[data-v-fe71fa92] {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.weekly-commodity-card .weekly-commodity-card-img-wrap[data-v-fe71fa92] {
  width: 5.44rem;
  height: 5.44rem;
  border-radius: 0.1rem;
  background-color: #f4f4f4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-commodity-card .weekly-commodity-card-img-wrap .weekly-commodity-card-img[data-v-fe71fa92] {
  width: 5.2rem;
  height: 5.2rem;
  background-size: contain;
}
.weekly-commodity-card .weekly-commodity-card-price[data-v-fe71fa92] {
  position: absolute;
  width: auto;
  height: 0.48rem;
  border-radius: 0.12rem;
  background-color: #000;
  opacity: .5;
  color: #fff;
  right: 0.24rem;
  bottom: 0.24rem;
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .08rem;
}
.weekly-commodity-card .weekly-commodity-card-name[data-v-fe71fa92] {
  text-align: left;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #212121;
  margin: 0;
  margin-top: 0.12rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}

.franky-swiper {
  display: block;
  height: 1.5rem;
}
.franky-swiper[hidden] {
  display: none;
}
.franky-swiper .franky-swiper-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.franky-swiper .franky-swiper-slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.franky-swiper .franky-swiper-slide-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.franky-swiper .franky-swiper-dots {
  position: absolute;
  font-size: 0;
}
.franky-swiper .franky-swiper-dots-horizontal {
  left: 50%;
  bottom: 10PX;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot {
  margin-right: 0.08rem;
}
.franky-swiper .franky-swiper-dots-horizontal .franky-swiper-dot:last-child {
  margin-right: 0;
}
.franky-swiper .franky-swiper-dots-vertical {
  right: 0.1rem;
  top: 50%;
  text-align: right;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot {
  display: block;
  margin-bottom: 0.09rem;
}
.franky-swiper .franky-swiper-dots-vertical .franky-swiper-dot:last-child {
  margin-bottom: 0;
}
.franky-swiper .franky-swiper-dot {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background: rgba(0,0,0,.3);
  border-radius: 50%;
}
.franky-swiper .franky-swiper-dot-active {
  background-color: #000;
}
.franky-swiper-item {
  display: block;
  overflow: hidden;
  will-change: transform;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.franky-swiper-item[hidden] {
  display: none;
}
#screen {
  top: 0;
  width: 100%;
}
.weekly-first-look-card-warp.no-dots .franky-swiper-dots-horizontal {
  display: none !important;
}
.weekly-first-look-card-warp .franky-swiper {
  height: 7.06rem;
}
.weekly-first-look-card-warp .franky-swiper .franky-swiper-dots-horizontal {
  border-radius: 0.02rem;
  bottom: 0.02rem;
  height: 0.1rem;
  -webkit-box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-first-look-card-warp .franky-swiper .franky-swiper-dot {
  background: transparent;
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
}
.weekly-first-look-card-warp .franky-swiper .franky-swiper-dot-active {
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
  background: #212121;
}
.weekly-first-look-card-warp[data-v-2964abc9] {
  width: 100%;
  overflow: hidden;
  padding: 0.18rem 0 0.4rem;
}
.weekly-first-look-card[data-v-2964abc9] {
  width: 7.1rem;
  height: 6.66rem;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.22rem 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.weekly-first-look-card .role[data-v-2964abc9] {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-first-look-card .role .role-img[data-v-2964abc9] {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 0.12rem;
  background: #fc0;
  margin-right: 0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.weekly-first-look-card .role .role-name-date[data-v-2964abc9] {
  height: 0.76rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.weekly-first-look-card .role .role-name-date .role-name[data-v-2964abc9] {
  font-size: 0.3rem;
  font-weight: bold;
  color: #110303;
  margin: 0;
}
.weekly-first-look-card .role .role-name-date .role-date[data-v-2964abc9] {
  font-size: 0.24rem;
  color: #757575;
  margin: 0;
}
.weekly-first-look-card .tips[data-v-2964abc9] {
  font-size: 0.3rem;
  color: #212121;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}
.weekly-first-look-card .tips p[data-v-2964abc9] {
  margin: 0.08rem 0;
}
.weekly-first-look-card .tips span[data-v-2964abc9] {
  width: 1.1rem;
  height: 0.33rem;
  background-color: #efefef;
  font-size: 0.2rem;
  color: #505050;
  background: url("https://i0.hdslb.com/bfs/kfptfe/floor/1f92fe1aeab1d7c983904afe19f83ae9a5167675.png") no-repeat center;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.02rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.weekly-first-look-card .weekly-first-look-card-img[data-v-2964abc9] {
  margin-top: 0.04rem;
  border-radius: 0.12rem;
  width: 4.4rem;
  height: 4.4rem;
  overflow: hidden;
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#screen {
  top: 0;
  width: 100%;
}
.weekly-first-look-card-warp.no-dots .franky-swiper-dots-horizontal {
  display: none !important;
}
.weekly-first-look-card-warp .franky-swiper {
  height: 7.06rem;
}
.weekly-first-look-card-warp .franky-swiper .franky-swiper-dots-horizontal {
  border-radius: 0.02rem;
  bottom: 0.02rem;
  height: 0.1rem;
  -webkit-box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  box-shadow: 0 0 0.03rem rgba(0,0,0,.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-first-look-card-warp .franky-swiper .franky-swiper-dot {
  background: transparent;
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
}
.weekly-first-look-card-warp .franky-swiper .franky-swiper-dot-active {
  width: 0.3rem;
  height: 0.06rem;
  border-radius: 0.02rem;
  background: #212121;
}
.weekly-first-look-card-warp[data-v-fe71fa92] {
  width: 100%;
  overflow: hidden;
  padding: 0.18rem 0 0.4rem;
}
.weekly-first-look-card[data-v-fe71fa92] {
  width: 7.1rem;
  height: 6.66rem;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.22rem 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.weekly-first-look-card .role[data-v-fe71fa92] {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-first-look-card .role .role-img[data-v-fe71fa92] {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 0.12rem;
  background: #fc0;
  margin-right: 0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.weekly-first-look-card .role .role-name-date[data-v-fe71fa92] {
  height: 0.76rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.weekly-first-look-card .role .role-name-date .role-name[data-v-fe71fa92] {
  font-size: 0.3rem;
  font-weight: bold;
  color: #110303;
  margin: 0;
}
.weekly-first-look-card .role .role-name-date .role-date[data-v-fe71fa92] {
  font-size: 0.24rem;
  color: #757575;
  margin: 0;
}
.weekly-first-look-card .tips[data-v-fe71fa92] {
  font-size: 0.3rem;
  color: #212121;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-align: left;
}
.weekly-first-look-card .tips p[data-v-fe71fa92] {
  margin: 0.08rem 0;
}
.weekly-first-look-card .tips span[data-v-fe71fa92] {
  width: 1.1rem;
  height: 0.33rem;
  background-color: #efefef;
  font-size: 0.2rem;
  color: #505050;
  background: url("https://i0.hdslb.com/bfs/kfptfe/floor/1f92fe1aeab1d7c983904afe19f83ae9a5167675.png") no-repeat center;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.02rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.weekly-first-look-card .weekly-first-look-card-img[data-v-fe71fa92] {
  margin-top: 0.04rem;
  border-radius: 0.12rem;
  width: 4.4rem;
  height: 4.4rem;
  overflow: hidden;
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.act-component-button[data-v-65796f6b] {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.act-component-button .act-button-a[data-v-65796f6b] {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  outline: "none";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 100%;
}
.act-component-button span[data-v-65796f6b] {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.h5-mall-button[data-v-2964abc9] {
  color: red;
}

.act-component-button[data-v-0b3c1386] {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.act-component-button .act-button-a[data-v-0b3c1386] {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  outline: "none";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 100%;
}
.act-component-button span[data-v-0b3c1386] {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.h5-mall-button[data-v-fe71fa92] {
  color: red;
}

.weekly-footer[data-v-2964abc9] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0.96rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-bottom: 0.2rem;
  border-radius: 0.24rem 0.24rem 0 0;
  -webkit-box-shadow: 0 -0.02rem 0.06rem 0.02rem rgba(0,0,0,.1);
  box-shadow: 0 -0.02rem 0.06rem 0.02rem rgba(0,0,0,.1);
}
.weekly-footer.scroll-bottom[data-v-2964abc9] {
  position: static;
}
.weekly-footer-btn[data-v-2964abc9] {
  font-weight: bold;
  width: 5rem;
  height: 0.72rem;
  line-height: 0.72rem;
  color: #fff;
  font-size: 0.32rem;
  background: #e94b74;
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.weekly-footer[data-v-fe71fa92] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0.96rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-bottom: 0.2rem;
  border-radius: 0.24rem 0.24rem 0 0;
  -webkit-box-shadow: 0 -0.02rem 0.06rem 0.02rem rgba(0,0,0,.1);
  box-shadow: 0 -0.02rem 0.06rem 0.02rem rgba(0,0,0,.1);
}
.weekly-footer.scroll-bottom[data-v-fe71fa92] {
  position: static;
}
.weekly-footer-btn[data-v-fe71fa92] {
  font-weight: bold;
  width: 5rem;
  height: 0.72rem;
  line-height: 0.72rem;
  color: #fff;
  font-size: 0.32rem;
  background: #e94b74;
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

