.com[data-v-005c4bfe] {
  width: 100%;
  overflow: hidden;
}
.com .prod[data-v-005c4bfe] {
    width: 233.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.com img[data-v-005c4bfe] {
    height: 2rem;
    width: 2rem;
    -webkit-box-shadow: 0 0 0.24rem 0 rgba(216, 170, 199, 0.2);
            box-shadow: 0 0 0.24rem 0 rgba(216, 170, 199, 0.2);
    -webkit-border-radius: .08rem;
            border-radius: .08rem;
}
.com .indicator[data-v-005c4bfe] {
    text-align: center;
}
.com .indicator i[data-v-005c4bfe] {
      display: inline-block;
      width: .08rem;
      height: .08rem;
      background: #cccccc;
      -webkit-border-radius: .06rem;
              border-radius: .06rem;
      margin-right: .08rem;
}
.com .indicator i.active[data-v-005c4bfe] {
        width: .28rem;
        background: -webkit-gradient(linear, left top, right top, from(#9F68B1), to(#D85194));
        background: -webkit-linear-gradient(left, #9F68B1, #D85194);
        background: linear-gradient(to right, #9F68B1, #D85194);
        -webkit-border-radius: .06rem;
                border-radius: .06rem;
}

