.nav-tabs[data-v-5a6965ec] {
  width: 100%;
  background: #fff;
  /* 段落文本不换行 */
  white-space: nowrap;
  overflow-x: hidden;
  /* 禁止纵向滚动 */
  overflow-y: hidden;
  /*设置边距改变效果为内缩*/
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  padding: 0.26rem 0.26rem;
}
.nav-tabs.scroll-x[data-v-5a6965ec] {
  /* 设置横向滚动 */
  overflow-x: scroll;
}
.nav-tabs .tabs-item[data-v-5a6965ec] {
  width: 1.64rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #F7F8F9;
  border-radius: 0.16rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: rgba(21, 21, 21, 0.4);
  text-align: center;
  margin-right: 0.14rem;
  /* flex 横向滚动并且宽度固定主要属性 */
  flex-shrink: 0;
  transition: all 0.3s;
}
.nav-tabs .tabs-item.active[data-v-5a6965ec] {
  color: #FFFFFF;
  background: linear-gradient(130deg, #C080F7 0%, #4F66FF 100%);
}
.nav-tabs[data-v-5a6965ec]::-webkit-scrollbar {
  display: none;
}

.tabs-container[data-v-f675c794] {
  width: 100%;
  /* 段落文本不换行 */
  white-space: nowrap;
  overflow-x: hidden;
  /* 禁止纵向滚动 */
  overflow-y: hidden;
  /*设置边距改变效果为内缩*/
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
  background: #fff;
}
.tabs-container.scroll-x[data-v-f675c794] {
  /* 设置横向滚动 */
  overflow-x: scroll;
}
.tabs__item[data-v-f675c794],
.tabs__active[data-v-f675c794] {
  min-width: 2.2rem;
  height: 0.88rem;
  line-height: 1rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: rgba(21, 21, 21, 0.8);
  text-align: center;
  flex-shrink: 0;
  position: relative;
}
.tabs__active[data-v-f675c794] {
  color: #6F38FF;
}
.tabs__active .line[data-v-f675c794] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.02rem solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  border-radius: 0.32rem 0.32rem 0 0;
  box-shadow: 0.02rem -0.14rem 0.2rem rgba(0, 0, 0, 0.16), -0.02rem -0.14rem 0.2rem rgba(0, 0, 0, 0.16);
  transform: perspective(0.1rem) scale(1.1, 1.2) rotateX(2deg);
}
.tabs__active .line .left[data-v-f675c794] {
  position: absolute;
  left: -0.2rem;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
}
.tabs__active .line .right[data-v-f675c794] {
  position: absolute;
  right: -0.2rem;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
}

.dyeing__content[data-v-10e2e5ff] {
  margin-top: 0.32rem;
  flex: 1;
}
.dyeing__card[data-v-10e2e5ff] {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.three__content[data-v-65c67ba0] {
  margin-top: 0.32rem;
  flex: 1;
}
.three__card[data-v-65c67ba0] {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


.customOverlay {
  background-color: transparent;
}

.wrapper[data-v-77c1c887] {
  width: 5.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
  /* height: 8rem; */
  padding: 0.6rem 0.4rem 1.6rem 0.4rem;
  position: relative;
}
.wrapper .title[data-v-77c1c887] {
  font-weight: 600;
  color: #333;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.48rem;
}
.wrapper .t-wrapper[data-v-77c1c887] {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.wrapper .t-wrapper > img[data-v-77c1c887] {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
}
.wrapper .t-wrapper > span[data-v-77c1c887] {
  font-weight: 600;
  font-size: 0.28rem;
  color: #333333;
  line-height: 1;
}
.wrapper .close-btn[data-v-77c1c887] {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.wrapper .close-btn > img[data-v-77c1c887] {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
}
.wrapper .content-wrapper[data-v-77c1c887] {
  height: 4.48rem;
  overflow: auto;
  width: 100%;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.48rem;
}
.wrapper .operate-wrapper[data-v-77c1c887] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .operate-wrapper .cancel-btn[data-v-77c1c887],
.wrapper .operate-wrapper .confirm-btn[data-v-77c1c887] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  font-weight: 400;
  font-size: 0.32rem;
}
.wrapper .operate-wrapper .cancel-btn[data-v-77c1c887] {
  color: #09AFFD;
  border: 0.5px solid #09AFFD;
}
.wrapper .operate-wrapper .confirm-btn[data-v-77c1c887] {
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  color: #FFFFFF;
}
.wrapper .operate-wrapper .confirm-btn.disabled[data-v-77c1c887] {
  background: #C1C1C1;
  color: #fff;
}

.wrapper[data-v-654eb7d6] {
  width: 5.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.6rem 0.4rem 0.4rem 0.4rem;
}
.wrapper .title[data-v-654eb7d6] {
  font-weight: 600;
  color: #333;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.48rem;
}
.wrapper .flex-wrapper[data-v-654eb7d6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .flex-wrapper .item[data-v-654eb7d6] {
  width: 2.2rem;
  height: 0.64rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  border: 0.5px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  line-height: 1;
  transition: all 0.3s;
  margin-bottom: 0.4rem;
}
.wrapper .flex-wrapper .item.active[data-v-654eb7d6] {
  background: rgba(31, 174, 254, 0.1);
  border: 0.5px solid #09AFFD;
}
.wrapper .operate-wrapper[data-v-654eb7d6] {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.wrapper .operate-wrapper .cancel-btn[data-v-654eb7d6],
.wrapper .operate-wrapper .confirm-btn[data-v-654eb7d6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  font-weight: 400;
  font-size: 0.32rem;
}
.wrapper .operate-wrapper .cancel-btn[data-v-654eb7d6] {
  color: #09AFFD;
  border: 0.5px solid #09AFFD;
}
.wrapper .operate-wrapper .confirm-btn[data-v-654eb7d6] {
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  color: #FFFFFF;
}

.dyeing-container[data-v-5954443c] {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.list-container {
  height: 0;
  padding: 0 0.26rem;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 2;
  background: #fff;
}
.list__content {
  display: flex;
  flex-flow: row wrap;
}
.list__title {
  font-size: 0.28rem;
  color: rgba(21, 21, 21, 0.4);
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}
.list__card {
  width: 2.16rem;
  height: 3.1rem;
  border-radius: 0.16rem;
  padding: 0.02rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  background: #F7F8F9;
}
.list__card .list__item,
.list__active .list__item {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  padding: 0.2rem;
  text-align: center;
  background: #F7F8F9;
}
.list__card .list__item .image,
.list__active .list__item .image {
  width: 1.76rem;
  height: 1.76rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.list__card .list__item .image-card,
.list__active .list__item .image-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.76rem;
  height: 1.76rem;
  transform: scale(1.1);
}
.list__card .list__item .title,
.list__active .list__item .title {
  font-size: 0.28rem;
  color: #999999;
  margin-top: 0.32rem;
}
.list__card:nth-child(3n) {
  margin-right: 0;
}
.list__active {
  background: linear-gradient(126deg, #F780D1, #6938FF);
}
.list__active .list__item {
  background-image: linear-gradient(rgba(200, 197, 249, 0.3) 0%, rgba(200, 197, 249, 0.3) 100%);
}
.list__active .list__item .title {
  color: #151515;
}

.dyeing_datails_items[data-v-b44946ee] {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 60px);
}
.dyeing_datails_items .content[data-v-b44946ee] {
  width: 100%;
}
.dyeing_datails_items .content .c_template[data-v-b44946ee] {
  height: 9.2rem;
}
.dyeing_datails_items .content .c_template .row[data-v-b44946ee] {
  width: 6.56rem;
  height: 8.36rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.5s;
  will-change: transition;
  -webkit-backface-visibility: hidden;
  border-radius: 0.32rem;
  overflow: hidden;
}
.dyeing_datails_items .content .c_template .imgs[data-v-b44946ee] {
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.dyeing_datails_items .content .c_template .active[data-v-b44946ee] {
  height: 9.2rem;
}
.dyeing_datails_items .content .c_template .videos[data-v-b44946ee] {
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
}
.dyeing_datails_items .content .describe[data-v-b44946ee] {
  font-size: 0.28rem;
  height: 0.96rem;
  font-weight: bold;
  padding: 0.4rem 0.5rem 0.36rem 0.5rem;
  box-sizing: content-box;
  color: #FFFFFF;
}
.dyeing_datails_items .content .submit[data-v-b44946ee] {
  display: flex;
  padding: 0 0.48rem;
}
.dyeing_datails_items .content .submit .submit_btn[data-v-b44946ee] {
  width: 100%;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.32rem;
}
.dyeing_datails_items .content .submit .submit_btn .select_icon[data-v-b44946ee] {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
}
.dyeing_datails_items .content .submit .cutting-btn[data-v-b44946ee] {
  width: 2.4rem;
  flex-shrink: 0;
}
.showButton[data-v-b44946ee] {
  height: 12.48rem;
}
.hideButton[data-v-b44946ee] {
  height: 10.88rem;
}
.xm-ranse1[data-v-b44946ee] {
  font-size: 0.4rem;
  padding-right: 5px;
}
.xm-tiaoshixialiao[data-v-b44946ee] {
  font-size: 15px;
  padding-right: 5px;
}

.dyeing_datails[data-v-176476ca] {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: all 1s;
}
.dyeing_datails .list[data-v-176476ca] {
  transition: transform 0.8s;
  will-change: transform;
}
.dyeing_datails .is_button[data-v-176476ca] {
  text-align: center;
  font-size: 12px;
}
.share[data-v-176476ca] {
  width: 24px;
  height: 24px;
}

.dyeing_datails .van-nav-bar__title {
  color: #ffffff;
}
.dyeing_datails .van-nav-bar .van-icon {
  color: #ffffff !important;
}
.flipInX {
  animation-name: flipInX;
  animation-duration: 1s;
  height: 0.96rem;
  line-height: 0.96rem;
}
@keyframes flipInX {
from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}

.dyeing_datails_items[data-v-0a45ec44] {
  width: 100%;
}
.dyeing_datails_items .content[data-v-0a45ec44] {
  width: 100%;
}
.dyeing_datails_items .content .c_template[data-v-0a45ec44] {
  height: 9.56rem;
}
.dyeing_datails_items .content .c_template .row[data-v-0a45ec44] {
  width: 6.56rem;
  height: 8.92rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.5s;
  will-change: transform;
  background: #000;
  border-radius: 0.32rem;
  overflow: hidden;
}
.dyeing_datails_items .content .c_template .imgs[data-v-0a45ec44] {
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.dyeing_datails_items .content .c_template .active[data-v-0a45ec44] {
  height: 9.56rem;
}
.dyeing_datails_items .content .c_template .videos[data-v-0a45ec44] {
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
}
.dyeing_datails_items .content .describe[data-v-0a45ec44] {
  font-size: 0.28rem;
  height: 0.96rem;
  padding: 0.18rem 0.54rem 0.18rem 0.5rem;
  box-sizing: content-box;
  color: #FFFFFF;
}
.dyeing_datails_items .content .submit[data-v-0a45ec44] {
  display: flex;
  justify-content: center;
  padding-bottom: 0.3rem;
}
.dyeing_datails_items .content .submit .submit_btn[data-v-0a45ec44] {
  width: 6.54rem;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.32rem;
}
.dyeing_datails_items .content .submit .submit_btn .select_icon[data-v-0a45ec44] {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
}
.showButton[data-v-0a45ec44] {
  height: 12.48rem;
  padding-top: 0.3rem;
}
.hideButton[data-v-0a45ec44] {
  height: 10.88rem;
}

.dyeing_datails[data-v-494f71f0] {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: all 1s;
}
.dyeing_datails .list[data-v-494f71f0] {
  transition: transform 0.8s;
  will-change: transform;
}
.dyeing_datails .is_button[data-v-494f71f0] {
  text-align: center;
  font-size: 12px;
}
.share[data-v-494f71f0] {
  width: 24px;
  height: 24px;
}

.dyeing_datails .van-nav-bar__title {
  color: #ffffff;
}
.dyeing_datails .van-nav-bar .van-icon {
  color: #ffffff !important;
}
.flipInX {
  animation-name: flipInX;
  animation-duration: 1s;
  height: 0.96rem;
  line-height: 0.96rem;
}
@keyframes flipInX {
from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}

.dyeing-container[data-v-a1276744] {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.list-container {
  height: 0;
  padding: 0 0.26rem;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 2;
  background: #fff;
}
.list__content {
  display: flex;
  flex-flow: row wrap;
}
.list__title {
  font-size: 0.28rem;
  color: rgba(21, 21, 21, 0.4);
  margin-top: 0.16rem;
  margin-bottom: 0.24rem;
}
.list__card {
  width: 2.16rem;
  height: 3.1rem;
  border-radius: 0.16rem;
  padding: 0.02rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  background: #F7F8F9;
}
.list__card .list__item,
.list__active .list__item {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  padding: 0.2rem;
  text-align: center;
  background: #F7F8F9;
}
.list__card .list__item .image,
.list__active .list__item .image {
  width: 1.76rem;
  height: 1.76rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.list__card .list__item .image-card,
.list__active .list__item .image-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.76rem;
  height: 1.76rem;
  transform: scale(1.1);
}
.list__card .list__item .title,
.list__active .list__item .title {
  font-size: 0.28rem;
  color: #999999;
  margin-top: 0.32rem;
}
.list__card:nth-child(3n) {
  margin-right: 0;
}
.list__active {
  background: linear-gradient(126deg, #F780D1, #6938FF);
}
.list__active .list__item {
  background-image: linear-gradient(rgba(200, 197, 249, 0.3) 0%, rgba(200, 197, 249, 0.3) 100%);
}
.list__active .list__item .title {
  color: #151515;
}
.dyeing__content {
  margin-top: 0.32rem;
  flex: 1;
}
.dyeing__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

