@charset "UTF-8";
.cover[data-v-ed6ff91c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cover.full[data-v-ed6ff91c] {
    height: 100vh;
}
.cover.space[data-v-ed6ff91c] {
    height: -webkit-calc(100vh - 0.6rem);
    height: calc(100vh - 0.6rem);
}
.cover .flex1[data-v-ed6ff91c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
}
.controlBat[data-v-ed6ff91c] {
  position: fixed;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8rem;
  color: white;
  z-index: 99999;
}
.controlBat[data-v-ed6ff91c]:after {
    content: "";
    display: inline-block;
    width: 1.44rem;
    height: 1.44rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(22, 22, 22, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
}
.controlBat.icon-play[data-v-ed6ff91c]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-38%, -48%);
        -ms-transform: translate(-38%, -48%);
            transform: translate(-38%, -48%);
    z-index: 20;
}
.controlBat.icon-stopBack[data-v-ed6ff91c]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 20;
}

/*0.62*/
.ComeMsg[data-v-ed6ff91c] {
  padding: 0 0.32rem;
  position: absolute;
}
.ComeMsg.full[data-v-ed6ff91c] {
    bottom: 6.07rem;
}
.ComeMsg.space[data-v-ed6ff91c] {
    bottom: 6.07rem;
}
.RewardMsg[data-v-ed6ff91c] {
  padding: 0 0.32rem;
  position: absolute;
}
.RewardMsg.full[data-v-ed6ff91c] {
    bottom: 6.8rem;
}
.RewardMsg.space[data-v-ed6ff91c] {
    bottom: 6.8rem;
}
.Notice[data-v-ed6ff91c] {
  padding: 0 0.1rem;
  position: absolute;
}
.Notice.full[data-v-ed6ff91c] {
    bottom: 5.45rem;
}
.Notice.space[data-v-ed6ff91c] {
    bottom: 5.45rem;
}
.logoBox[data-v-ed6ff91c] {
  width: 3.52rem;
  height: 0.8rem;
  background: rgba(41, 41, 41, 0.4);
  -webkit-border-radius: 0.4rem;
          border-radius: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.08rem 0.2rem 0.08rem 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  position: fixed;
  top: 0.16rem;
  left: 0.32rem;
  z-index: 99;
}
.logoBox .logo[data-v-ed6ff91c] {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.08rem;
}
.logoBox > div[data-v-ed6ff91c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.logoBox .fs24[data-v-ed6ff91c] {
    margin-bottom: 0.04rem;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1.5rem;
}
.logoBox .fs20[data-v-ed6ff91c] {
    font-size: 0.2rem;
}
.logoBox .commit[data-v-ed6ff91c] {
    display: inline-block;
    width: 0.96rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background: #f13d87;
    -webkit-border-radius: 0.28rem;
            border-radius: 0.28rem;
    font-size: 0.24rem;
}
.logoBox .commit i[data-v-ed6ff91c] {
      font-size: 0.16rem;
}
.store[data-v-ed6ff91c] {
  max-width: 2.92rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.12rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: white;
  background: rgba(41, 41, 41, 0.4);
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  display: inline-block;
  position: fixed;
  top: 0.32rem;
  right: 0.32rem;
  font-size: 0.24rem;
}
.follow[data-v-ed6ff91c] {
  /*width: 1.92rem;*/
  height: 0.48rem;
  line-height: 0.48rem;
  background: rgba(41, 41, 41, 0.4);
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.06rem 0.2rem 0.06rem 0.06rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.24rem;
  color: white;
  position: fixed;
  top: 1.08rem;
  left: 0.32rem;
  z-index: 99;
}
.follow img[data-v-ed6ff91c] {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.16rem;
}
.webapp[data-v-ed6ff91c] {
  height: 0.48rem;
  background: rgba(41, 41, 41, 0.4);
  -webkit-border-radius: 0.24rem;
          border-radius: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.24rem;
  color: white;
  position: fixed;
  top: 1.08rem;
  right: 0.32rem;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.purchase[data-v-ed6ff91c] {
  width: 1.2rem;
  /*height: 1.2rem;*/
  position: fixed;
  right: 0.4rem;
  top: 1.14rem;
  z-index: 99;
}
.timeCountDown[data-v-ed6ff91c] {
  z-index: 99;
  width: 90vw;
  height: 0.96rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0.36rem;
          border-radius: 0.36rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeCountDown .timeVal[data-v-ed6ff91c] {
    color: #ff9f5f;
    font-size: 0.36rem;
    margin-right: 0.12rem;
}
.timeCountDown .timeKey[data-v-ed6ff91c] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.24rem;
    margin-right: 0.12rem;
}
.timeCountDown .flex1[data-v-ed6ff91c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.timeCountDown .btn[data-v-ed6ff91c] {
    width: 1.6rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    -webkit-border-radius: 0.28rem;
            border-radius: 0.28rem;
    display: inline-block;
}
.timeCountDown .btnTip[data-v-ed6ff91c] {
    background: #ffffff;
    color: #ff9f5f;
}
.timeCountDown .btnTiped[data-v-ed6ff91c] {
    background-color: #a17e7e;
    color: rgba(255, 255, 255, 0.7);
}

/*工具栏*/
.tool[data-v-ed6ff91c] {
  width: 100%;
  height: 1.1rem;
  padding: 0.1rem 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tool > div[data-v-ed6ff91c] {
    width: 100%;
    height: 0.9rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.tool > div .shop[data-v-ed6ff91c] {
      width: 0.72rem;
      height: 0.9rem;
      position: relative;
}
.tool > div .shop img[data-v-ed6ff91c] {
        width: 100%;
        height: 100%;
}
.tool > div .shop b[data-v-ed6ff91c] {
        font-size: 0.24rem;
        color: white;
        font-weight: normal;
        position: absolute;
        top: 0.5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
}
.tool > div .write[data-v-ed6ff91c] {
      width: 3.04rem;
      height: 0.72rem;
      line-height: 0.72rem;
      background: rgba(41, 41, 41, 0.4);
      -webkit-border-radius: 0.36rem;
              border-radius: 0.36rem;
      color: white;
      font-size: 0.26rem;
      padding: 0 0.24rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.tool > div .circleBg[data-v-ed6ff91c] {
      width: 0.8rem;
      height: 0.8rem;
      background: rgba(41, 41, 41, 0.4);
      -webkit-border-radius: 0.4rem;
              border-radius: 0.4rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
}
.tool > div .reward[data-v-ed6ff91c] {
      width: 0.5rem;
      height: 0.48rem;
}
.tool > div .share[data-v-ed6ff91c] {
      width: 0.56rem;
      height: 0.56rem;
}

/*弹幕和新产品上架*/
.mainBox[data-v-ed6ff91c] {
  overflow: hidden;
  position: relative;
}
.mainBox .bulletBox[data-v-ed6ff91c] {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.videoBoxWrapCover[data-v-ed6ff91c] {
  margin-top: 1.8rem;
  width: 100%;
  position: relative;
}
.iconVideoPlay[data-v-ed6ff91c] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 0.6rem;
}
.iconVideoPlay.opicty0[data-v-ed6ff91c] {
    opacity: 0;
}
.fullScreenBtn[data-v-ed6ff91c] {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.72rem;
  height: 0.72rem;
  display: inline-block;
}
.fullScreenBtn img[data-v-ed6ff91c] {
    width: 100%;
    height: 100%;
}
.fullScreenBtn.opicty0[data-v-ed6ff91c] {
    opacity: 0;
}

