* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}


html {
  height: 100%;
}

body,
html {
  min-height: 100%;
  /* overflow: hidden !important; */
}

body {
  height: 100% !important;
}

#YJ-module #designer > svg {
  touch-action: none;
  width: auto;
  height: auto;
}
#YJ-module .posterGroup .handleGroup { 
  display: none !important;
}
  
::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

/* 解决input在ios存在重影边框问题 */
input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#YJ-module .pr {
  position: relative;
}

#YJ-module {
  position: relative;
}

#YJ-module ul,
#YJ-module ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#YJ-module select {
  padding: 0 6px;
}

#YJ-module table {
  table-layout: initial;
  margin-bottom: 0;
}

#YJ-module #designer {
  position: relative;
  text-align: center;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.4rem;
}

#YJ-module svg[id^="product-viewBody-"].underCover,
#YJ-module svg[id^="cart-pro-"].underCover {
  position: absolute;
  left: -999px;
}

#YJ-module .create-foot ul {
  height: 2.56rem;
  display: flex;
}

#YJ-module .create-foot ul li {
  flex: 1;
  text-align: center;
  height: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .complete-design-menu {
  height: 2.13rem !important;
}

#YJ-module #uploadBtn > .webuploader-pick {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .create-foot ul li.complete {
  background-color: #0290ea;
  font-size: 0.64rem;
  color: #ffffff;
}

#YJ-module .create-foot ul li span {
  font-size: 0.52rem;
  display: block;
  color: #999999;
  margin-top: 0.25rem;
}

#YJ-module .pre_view {
  margin-top: 0 !important;
  margin-left: 0.21rem;
  font-size: 0.64rem !important;
}

#YJ-module .create-foot {
  background-color: #ffffff;
  border-top: 1px solid #e4e4e4;
  width: 100%;
}

#YJ-module .create-foot.menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

#YJ-module .operation {
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -1px 1px 0px rgba(218, 218, 218, 0.5);
  display: none;
  left: 0;
  z-index: 1;
}

#YJ-module .operation-type {
  padding: 0.5rem;
  min-height: 3rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#YJ-module .product_type_BaseMap,
#YJ-module .posterCoverImage {
  pointer-events: none;
}

#YJ-module .create-foot li i {
  display: block;
  font-size: 0.94rem;
  color: #c1c1c1;
}

#YJ-module #uploadBtn .webuploader-pick {
  padding: 0;
  color: #808080;
}

#YJ-module .come-image .webuploader-pick {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  padding: 0;
}

#YJ-module .warning-info {
  position: fixed;
  top: 0;
  width: 100%;
  line-height: 1.4;
  padding: 0.32rem;
  background: #f76260;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 10000;
  left: 0;
  font-size: 0.62rem;
}

#YJ-module .warning-info-scale {
  position: fixed;
  top: 0;
  width: 100%;
  line-height: 1.4;
  padding: 0.32rem;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 999;
  left: 0;
  font-size: 0.62rem;
  opacity: 0.9;
  pointer-events: none;
}

#YJ-module .zoom-narrow i,
#YJ-module .zoom-enlarge i {
  font-size: 0.76rem;
  color: #666666;
  padding: 0.5rem;
}

#YJ-module .zoom-Slide {
  background-color: #d8d8d8;
  width: 10.6rem;
  height: 2px;
  position: relative;
  border-radius: 1px;
}

#YJ-module .image-operation {
  text-align: center;
  margin: 0 auto;
  display: none;
  width: 100%;
}

#YJ-module .operation-type-image > div:first-child,
#YJ-module .operation-type-text > div:first-child {
  display: block;
}

#YJ-module .slide-contrl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.5rem;
  z-index: 1;
}

#YJ-module .slide-contrl-in {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

#YJ-module .slide-left,
#YJ-module .slide-right {
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  background-color: #0290ea;
  width: 0;
}

#YJ-module .handleGroup,
#YJ-module .customerHandleGroup {
  display: none;
}

#YJ-module .totalGroup.activeGroup .handleGroup,
#YJ-module .customerG.activeGroup .customerHandleGroup {
  display: block;
}

#YJ-module .operation-div ul li.cur {
  color: #f8422d;
}

#YJ-module .product-head {
  height: 2.4rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background: #fff;
}

.headpro {
  width: 56%;
}

.headcart {
  height: 1.4rem;
  padding: 0 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  background: #ff0136;
  border-radius: 4px;
  cursor: pointer;
}

.headpropp {
  font-size: 0.66rem;
  font-weight: bold;
  color: #131313;
  line-height: 1;
}

.headproti {
  color: #a1a1a1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.4rem;
}

#YJ-module .product-detail {
  float: right;
}

#YJ-module .product-detail a {
  font-size: 0.52rem;
  color: #0290ea;
  display: block;
}

#YJ-module .poster-panel ul li {
  display: inline-block;
  width: 33.33%;
  padding: 1%;
  vertical-align: middle;
}

#YJ-module .poster-panel ul li > div {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
}

#YJ-module .poster-panel ul li > div.cur {
  box-shadow: 0px 0px 1px 2px #3d84e0;
}

#YJ-module .poster-panel ul li > div img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#YJ-module .poster-category ul li {
  display: inline-block;
  font-size: 0.56rem;
  color: #333333;
  vertical-align: top;
  margin: 0 0.6rem;
}

#YJ-module .poster-category ul li.cur {
  color: #0290ea;
}

#YJ-module .poster-category ul {
  height: 1.88rem;
  line-height: 1.8rem;
  border-bottom: 1px solid #eeeeee;
  overflow: auto;
  white-space: nowrap;
  border-top: 1px solid #eeeeee;
}

#YJ-module .poster-panel {
  font-size: 0;
  padding: 1.5%;
  height: 10.94rem;
  overflow: auto;
}

#YJ-module .poster-cancel,
#YJ-module .poster-sure {
  background-color: #0290ea;
  width: 50%;
  height: 1.88rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.64rem;
  line-height: 1.88rem;
}

#YJ-module .poster-sure {
  background-color: #f8422d;
}

#YJ-module .poster-list {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  display: none;
  left: 0;
}

#YJ-module .r-image-prompt span {
  font-size: 0.52rem;
  color: #ffffff;
  background-color: #0290ea;
  display: block;
  padding: 3px 8px;
  border-radius: 20px;
  /* 	width: 208px; */
  text-align: center;
}

#YJ-module .r-image-empty i {
  color: #d7d7d7;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.2rem;
}

.poster-operation .operation-type {
  overflow: auto;
}

.r-image-list {
  display: flex;
}

#YJ-module .r-image-list > div {
  border-width: 1px;
  border-color: #cccccc;
  border-style: dashed;
  width: 3.2rem;
  height: 4rem;
  color: #999999;
  font-size: 0.52rem;
  text-align: center;
  margin: 0 0.2rem;
  vertical-align: top;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .r-image-list > div img {
  max-width: 100%;
  max-height: 100%;
}

#YJ-module .r-image-prompt {
  margin-bottom: 0.5rem;
}

#YJ-module .posterReplace .webuploader-pick {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .r-image-empty {
  color: #999999;
}

#YJ-module .iploading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999999;
  width: 36px;
  height: 36px;
}

#YJ-module .iploading div {
  width: 3px;
  height: 8px;
  background-color: #000;
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 30%;
  -webkit-animation: fade 1s linear infinite;
  left: 50%;
  top: 42%;
}

#YJ-module .iploading div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
}

#YJ-module .iploading div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
}

#YJ-module .pre-view {
  padding: 0 0.42rem;
}

#YJ-module .pre-view-padding {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.7rem;
  border-bottom: 1px solid rgb(215, 215, 215);
}

#YJ-module .pre-view-name {
  font-size: 0.52rem;
  color: rgb(51, 51, 51);
  width: 11rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#YJ-module .pre-view-a {
  border-top: 1px solid #e4e4e4;
}

#YJ-module
  .details-swiper-list
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

#YJ-module .details-swiper-list .swiper-pagination {
  position: relative;
}

#YJ-module .fullFixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9900;
  background-color: #fff;
  display: none;
}

.placeholderLoading {
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  background-color: transparent !important;
}

.generalCanvasView {
  height: 16rem;
  width: 16rem;
}

.generalCanvasCart {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
}

.generalCanvasCart svg {
  width: 5.6rem;
  height: 5.6rem;
}

#YJ-module .details-swiper-list .swiper-container {
  height: 16rem;
  width: 16rem;
}

#YJ-module .visualization-canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  transform-origin: top left;
}

#YJ-module .visualization-canvas img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#YJ-module .visualization-mask {
  z-index: 2;
}

#YJ-module .visualization-maskMap {
  z-index: 3;
}

#YJ-module .visualization-transparent {
  z-index: 9;
}

#YJ-module .details-swiper-list .swiper-pagination {
  left: 0 !important;
  right: 0;
  margin: 0.3rem auto;
  display: block;
}

#YJ-module .visualization-baseMap {
  z-index: 1;
}

#YJ-module .visualization-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 auto;
  text-align: center;
  transform-origin: top left;
  left: 0px;
  top: 0px;
  background-color: #fff;
}

#YJ-module .details-position {
  margin-top: 0.85rem;
}

#YJ-module .details-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
}

#YJ-module .details-name {
  font-size: 0.56rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#YJ-module .details-complet {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgb(2, 144, 234);
  line-height: 1.86rem;
  font-size: 0.64rem;
  color: rgb(255, 255, 255);
}

#YJ-module .iploading div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
}

#YJ-module .iploading div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
}

#YJ-module .iploading div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
}

#YJ-module .iploading div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
}

#YJ-module .iploading div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
}

#YJ-module .iploading div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
}

#YJ-module .iploading div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
}

#YJ-module .iploading div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
}

#YJ-module .iploading div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
}

#YJ-module .iploading div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.25;
  }
}

#YJ-module .ranwuLoader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 999999999;
}

#YJ-module .loader-inner {
  width: 4.7rem;
  height: 3.4rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  border-radius: 0.34rem;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

#YJ-module .ball-clip-rotate > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 1rem;
  width: 1rem;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

#YJ-module .Prompt {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 3px;
  font-size: 0.6rem;
  z-index: 9999999;
  padding: 0.4rem 0.6rem;
  text-align: center;
}

#YJ-module .poster-panel ul li.posterEmpty {
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
  line-height: 10rem;
  color: #757575;
}

#YJ-module .product-view > div,
#YJ-module .cart-view > div {
  display: inline-block;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  width: 5.6rem;
  height: 1.2rem;
  font-size: 0.46rem;
  color: #bbbcbe;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .product-view > div:first-child,
#YJ-module .cart-view > div:first-child {
  border-radius: 5em 0 0 5em;
}

#YJ-module .product-view > div:last-child,
#YJ-module .cart-view > div:last-child {
  border-radius: 0 5em 5em 0;
}

#YJ-module .product-view > div.cur,
#YJ-module .cart-view > div.cur {
  color: #0290ea;
  border-color: #0290ea;
}

#YJ-module .product-view,
#YJ-module .cart-view {
  text-align: center;
  margin-top: 0.3rem;
}

#YJ-module svg[id^="product-viewBody-"],
#YJ-module svg[id^="cart-pro-"] {
  transform-style: preserve-3d;
  transition: transform 0.15s linear;
  overflow: visible;
}

#YJ-module .centerLine {
  background-color: #0290ea;
  position: absolute;
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#YJ-module .detail-title {
  font-size: 0.64rem;
  color: #333333;
  width: 14%;
}

#YJ-module .cart-pro {
  text-align: center;
  position: relative;
}

#YJ-module .proM {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#YJ-module .pro-price {
  color: #ff3300;
  font-size: 0.68rem;
  display: flex !important;
  display: -webkit-flex !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: baseline;
  margin: 0.2rem 0 0.6rem;
  font-weight: bold;
}

.originalPrice {
  color: #666666;
  margin-left: 0.3rem;
  font-size: 0.6rem;
  text-decoration: line-through;
}

.originalSale {
  background-color: #ff4d3a;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  padding: 0 0.26rem;
  margin-left: 0.3rem;
}

#YJ-module .promotionFlag {
  width: 0.68rem;
  height: 0.68rem;
  background-color: #fa3c3c;
  color: #fff;
  border-radius: 2px;
  font-size: 0.52rem;
  display: inline-block;
  text-align: center;
  line-height: 0.76rem;
  margin: 0 2px;
}

#YJ-module .pro-color li,
#YJ-module .pro-size li,
#YJ-module .attr-color li,
#YJ-module .attr-size li {
  font-size: 0.56rem;
  display: inline-block;
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 5px;
  min-width: 1.6rem;
  min-height: 1rem;
  text-align: center;
  line-height: 1rem;
  padding: 0 0.2rem;
  margin: 0.15rem 0.6rem 0.15rem 0;
  color: #666666;
  position: relative;
}

#YJ-module .pro-color li.cur,
#YJ-module .pro-size li.cur,
#YJ-module .attr-color li.cur,
#YJ-module .attr-size li.cur {
  background-color: #0290ea;
  color: #fff;
  border-color: #0290ea;
}

#YJ-module .pro-color,
#YJ-module .pro-size,
#YJ-module .attr-color,
#YJ-module .attr-size {
  width: 82%;
  margin-top: -0.15rem;
}

#YJ-module .pro-size {
  /* width: 62%; */
}

#YJ-module .cart {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  background-color: #fff;
  padding-top: 0.8rem;
  display: none;
  z-index: 1000;
  left: 0;
}

#YJ-module .cart-view {
  margin-top: 0.2rem;
}

#YJ-module .cart-icon {
  flex: 2;
  position: relative;
}

#YJ-module .cart-num {
  position: absolute;
  top: 4px;
  right: 0.6rem;
  width: 0.8rem;
  border-radius: 50%;
  background: #f8422d;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}

#YJ-module .add-cart,
#YJ-module .buy-now {
  flex: 4;
  background-color: #f8422d;
  font-size: 0.72rem;
  color: #ffffff;
  line-height: 2.1rem;
}

#YJ-module .cart-icon {
  font-size: 0.52rem;
  color: #333333;
  border-top: 1px solid #eeeeee;
}

#YJ-module .car-ul {
  height: 2.1rem;
  display: flex;
}

#YJ-module .car-ul li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  text-align: center;
}

#YJ-module .car-ul li.cart-icon {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .add-cart {
  background-color: #0290ea;
}

#YJ-module .cart-icon i {
  display: block;
  font-size: 1.36rem;
  margin-top: 0.2rem;
  color: #999999;
}

#YJ-module .pro-other {
  float: right;
}

#YJ-module .pro-other a {
  color: #0290ea;
  text-decoration: underline;
  font-size: 0.56rem;
  margin-top: 0.2rem;
  display: block;
}

#YJ-module .num-ul li {
  vertical-align: top;
  height: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .num-ul ul {
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 5px;
  height: 1.08rem;
}

#YJ-module .num-ul i {
  color: #f8422d;
  font-size: 0.65rem;
}

#YJ-module .YJnum-input {
  border: 0;
  width: 3rem;
  text-align: center;
  padding: 0;
  font-size: 0.52rem;
}

#YJ-module .num-minus,
#YJ-module .num-add {
  padding: 0 0.3rem;
}

#YJ-module .YJnum-val {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

#YJ-module .cart-content > div > div,
#YJ-module .attr-types > div > div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#YJ-module .cart-content {
  padding: 0.4rem 0.6rem 0.6rem;
}

#YJ-module .cart-content > div {
  margin-top: 0.3rem;
}

#YJ-module .pro-color ul,
#YJ-module .pro-size ul,
#YJ-module .num-ul ul {
  font-size: 0;
}

#YJ-module .disable .YJicon-ic_minus {
  color: #d7d7d7;
}

#YJ-module .maskD {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

#YJ-module .maskGd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

#YJ-module .maskhh {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  display: none;
}

#YJ-module .come-poster,
#YJ-module .come-image,
#YJ-module .come-text {
  border-radius: 4px;
  background-color: #ffb322;
  min-width: 6.78rem;
  height: 2.77rem;
  font-size: 0.768rem;
  color: #fefefe;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  margin-top: 1rem;
}

#YJ-module .come-image {
  background-color: #489ef5;
}

#YJ-module .come-text {
  background-color: #f88056;
}

#YJ-module .come-poster i,
#YJ-module .come-image i,
#YJ-module .come-text i {
  font-size: 1rem;
  margin-top: 0.1rem;
  width: 40%;
  display: inline-block;
  margin-left: 6%;
}

#YJ-module .come-text i {
  margin-top: 0;
}

#YJ-module .come-type {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  text-align: center;
  display: none;
}

#YJ-module .come-type-name {
  font-size: 0.64rem;
  color: #fefefe;
}

#YJ-module .first-enter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

#YJ-module .dflex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .diflex {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .pro-attr {
  font-size: 0.52rem;
  border-width: 1px;
  border-color: #0290ea;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  float: left;
  height: 0.94rem;
  line-height: 0.9rem;
  padding: 0 24px 0 10px;
  position: relative;
  margin-top: 0.53rem;
}

#YJ-module .pro-attr.show {
  z-index: 1000;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#YJ-module .pro-attr-div {
  color: #0290ea;
}

#YJ-module .attr-xl {
  width: 0px;
  height: 0px;
  border: 4px transparent solid;
  border-top-color: #0290ea;
  position: absolute;
  top: 8px;
  right: 8px;
  content: "";
}

#YJ-module .attr-types {
  position: absolute;
  width: 15rem;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  display: none;
}

#YJ-module .attr-comfirm {
  height: 1.7rem;
  line-height: 1.7rem;
}

#YJ-module .attr-price {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  font-size: 0.64rem;
  color: #000;
}

#YJ-module .attr-sure {
  background-color: #0290ea;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.64rem;
}

#YJ-module .attr-types-color {
  padding: 0.5rem 0.5rem 0.3rem;
}

#YJ-module .attr-types-size {
  padding: 0 0.5rem 0.5rem;
}

#YJ-module .render-list ul {
  display: flex;
  align-items: flex-end;
  overflow: auto;
}

#YJ-module .render-list li {
  width: 2.6rem;
  margin-right: 0.8rem;
}

#YJ-module .render-list li:last-child {
  margin-right: 0;
}

#YJ-module .render-list li .render-img {
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
  border: 1px solid #d7d7d7;
}

#YJ-module .render-list li.cur {
  width: 2.8rem;
}

#YJ-module .render-list li.cur .render-img {
  border-color: #0290ea;
}

#YJ-module .render-list li img {
  width: 100%;
}

#YJ-module .render-label {
  font-size: 0.52rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

#YJ-module .render-list li.cur .render-label {
  background: rgba(2, 144, 234, 0.7);
}

#YJ-module .image-operation.operation-render > div {
  display: block;
}

#YJ-module .render-name {
  font-size: 0.52rem;
  color: #9a9a9a;
  text-align: left;
  display: none !important;
}

#YJ-module .print_area_border_outer {
  stroke: #b7b7b7;
  stroke-dasharray: 5;
  stroke-width: 1;
  display: none;
}

#YJ-module .personal-img-text {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 0.74rem;
  bottom: 0;
  left: 0;
  line-height: 0.74rem;
  font-size: 0.52rem;
  color: #fff;
}

#YJ-module .posterReplace {
  position: relative;
}

#YJ-module .size-prompt-div {
  position: absolute;
  bottom: 1.36rem;
  z-index: 9;
  line-height: normal;
  overflow: auto;
  left: 0;
}

#YJ-module .size-prompt {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

#YJ-module table {
  width: 100%;
  border-spacing: 0;
  display: table;
}

#YJ-module table,
#YJ-module th,
#YJ-module td {
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
  padding: 3px;
  text-align: center;
}

#YJ-module .size-prompt-div table,
#YJ-module .size-prompt-div th,
#YJ-module .size-prompt-div td {
  border: 0;
  padding: 7px 10px;
  font-size: 0.512rem;
}

#YJ-module .size-prompt-div table {
  color: #fff;
  font-size: 12px;
}

#YJ-module .size-prompt thead th {
  background-color: transparent;
  min-width: 2.3rem;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

#YJ-module .size-prompt thead th:last-child {
  border-right: 0;
}

#YJ-module .size-prompt tbody tr td {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

#YJ-module .corner {
  border: 0.25rem solid transparent;
  width: 0;
  height: 0;
  border-top-color: #4c4c4c;
  position: absolute;
  bottom: 0.9rem;
  z-index: 99;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}

#YJ-module .attr-types-size .YJicon-ic_Applet_designer_delete,
#YJ-module .pro-size-se .YJicon-ic_Applet_designer_delete {
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0px;
  padding: 6px;
  display: none;
  z-index: 1;
}

#YJ-module .attr-types-size .YJicon-ic_Applet_designer_delete {
  right: 6px;
}

#YJ-module .gallery-box {
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
  background: #fff;
  font-size: 0;
  overflow: auto;
  white-space: nowrap;
}

#YJ-module .tab-item {
  height: 2.2rem;
  padding: 0.21rem 0.85rem;
  position: relative;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-size: 0.52rem;
  vertical-align: top;
}

#YJ-module .tab-item.active {
  background-image: -moz-linear-gradient(90deg, #72c4ff 0%, #0396ff 100%);
  background-image: -webkit-linear-gradient(90deg, #72c4ff 0%, #0396ff 100%);
  background-image: -ms-linear-gradient(90deg, #72c4ff 0%, #0396ff 100%);
  color: #fff;
}

#YJ-module .tab-item.active::before {
  border-width: 0.19rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  height: 0;
  width: 0;
  content: "";
  bottom: 0;
  position: absolute;
  left: calc(49.81%);
}

#YJ-module .f40 {
  font-size: 0.86rem;
}

#YJ-module .goods {
  width: 8rem;
  text-align: center;
  padding: 0.42rem 0.64rem;
  vertical-align: top;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  display: inline-block;
}

#YJ-module .goods:nth-child(even) {
  border-right: 1px solid #fff;
}

#YJ-module .goods-img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

#YJ-module .goods-name {
  font-size: 0.52rem;
  margin-top: 0.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#YJ-module .goods-price {
  font-size: 0.6rem;
  color: #f8422d;
  margin-top: 0.2rem;
}

#YJ-module .goods-box {
  font-size: 0;
  overflow: auto;
}

#YJ-module .tab-item i {
  font-size: 0.86rem;
}

#YJ-module .related-products {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -9999px;
  background-color: #fff;
  width: 100%;
  z-index: 1002;
}

#YJ-module .related-products.show {
  left: 0;
}

#YJ-module .goods > svg {
  display: none;
}

#YJ-module .goods > svg:first-child {
  display: block;
}

#YJ-module .design-edit {
  color: #0290ea;
  font-size: 0.56rem;
  position: absolute;
  top: 1rem;
  right: 0.6rem;
  z-index: 999;
}

#YJ-module .close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0290ea;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  font-size: 0.72rem;
}

#YJ-module .pro-empty {
  width: 6.66rem;
  margin: 40% auto;
  display: block;
}

#YJ-module .size-illustrate {
  float: right;
  font-size: 0;
}

#YJ-module .size-illustrate i {
  font-size: 0.8rem;
  vertical-align: middle;
  color: #d7d7d7;
  margin-right: 0.1rem;
}

#YJ-module .size-illustrate span {
  vertical-align: middle;
  font-size: 0.52rem;
  color: #0290ea;
}

#YJ-module .size-table {
  display: none;
}

#YJ-module .back-o-pro {
  background-color: #0290ea;
  line-height: 2rem;
  font-size: 0.72rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

#YJ-module .size-table-div {
  margin: 1rem 0.6rem;
  overflow: auto;
  max-height: 10rem;
}

#YJ-module .size-table-div table {
  font-size: 0.52rem;
  color: #444444;
}

#YJ-module .size-table-div table,
#YJ-module .size-table-div th,
#YJ-module .size-table-div td {
  border-color: #eeeeee;
  font-weight: normal;
  min-width: 2rem;
  white-space: nowrap;
  font-size: 0.512rem;
}

#YJ-module .size-table-div tbody tr:nth-child(even),
#YJ-module .size-table-div thead tr {
  background-color: #f5f7fa;
}

#YJ-module .size-table-div thead tr {
  line-height: 1.66;
}

#YJ-module .size-table-div tbody tr {
  line-height: 1.76;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #YJ-module #designer {
    margin-top: 2rem;
  }

  #YJ-module .create-foot.menu {
    bottom: 34px;
  }

  .gdma {
    bottom: calc(2rem + 34px) !important;
  }

  .gdpre {
    bottom: calc(0.2rem + 34px) !important;
  }

  #YJ-module .operation {
    bottom: 34px;
  }

  #YJ-module .poster-list {
    bottom: 34px;
  }

  #YJ-module .cart {
    bottom: 34px;
  }

  #YJ-module .maskD {
    bottom: 34px;
  }

  #YJ-module .first-enter {
    bottom: 34px;
  }

  #YJ-module .related-products {
    bottom: 34px;
  }

  #YJ-module svg[id^="product-viewBody-"],
  #YJ-module svg[id^="cart-pro-"] {
    transform-style: initial;
    transition: initial;
  }
}

#YJ-module .image-operation.operation-render {
  margin: 0;
}

#YJ-module .text {
  position: fixed;
  width: 90%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  background-color: #fff;
  padding: 0.4rem;
  display: none;
}

#YJ-module .text-title {
  background-color: #e1e2e6;
  height: 1.5rem;
  font-size: 0.6rem;
  color: #222222;
  line-height: 1.5rem;
  padding: 0 0.5rem;
}

#YJ-module .text-content textarea {
  border-width: 1px;
  border-color: #d5d5d5;
  border-style: solid;
  width: 100%;
  height: 5.6rem;
  resize: none;
  font-size: 0.68rem;
  padding: 0.42rem;
}

#YJ-module .text-content textarea::-webkit-input-placeholder {
  font-size: 0.68rem;
  color: #999999;
}

#YJ-module .text-family-div {
  width: 86%;
  margin: 0 auto;
  position: relative;
  margin-top: 0.64rem;
}

#YJ-module .text-family-list {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  max-height: 7rem;
  position: absolute;
  background: #fff;
  overflow: auto;
  width: 100%;
  font-size: 14px;
  display: none;
  line-height: 2;
}

#YJ-module .text-family-list li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 6px;
}

#YJ-module .text-family-list li.cur {
  background-color: #2196f3;
  color: #fff;
}

#YJ-module .text-color {
  padding: 0 7%;
  margin-top: 0.64rem;
}

#YJ-module .text-color-title {
  font-size: 0.6rem;
  color: #222222;
}

#YJ-module .text-color-ul {
  letter-spacing: -4px;
}

#YJ-module .text-color-ul li {
  width: 8.2%;
  height: 1rem;
  display: inline-block;
  letter-spacing: normal;
  margin-top: 0.2rem;
  margin-right: 1.8%;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  text-align: center;
  line-height: 1rem;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .text-color-ul li i {
  color: #fff;
  font-size: 12px;
}

#YJ-module .text-color-ul li[style="background-color: #fbfbfb;"] i {
  color: #000;
}

#YJ-module .text-btn {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

#YJ-module .text-cancel {
  width: 48%;
  height: 1.8rem;
  font-size: 0.64rem;
  border: 1px solid #0290ea;
  color: #0290ea;
}

#YJ-module .text-done {
  width: 48%;
  height: 1.8rem;
  font-size: 0.64rem;
  color: #ffffff;
  background-color: #0290ea;
}

#YJ-module.alpha {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

#YJ-module.full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: white;
  display: none;
}

#YJ-module .product-view {
  font-size: 0.52rem;
  margin-top: 0.5rem;
}

#YJ-module textarea {
  -webkit-appearance: none;
}

#YJ-module textarea,
#YJ-module input {
  -webkit-user-modify: read-write-plaintext-only;
}

#YJ-module textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

#YJ-module input,
#YJ-module select,
#YJ-module textarea {
  padding: 5px;
}

#YJ-module text {
  white-space: pre;
}

#YJ-module .designerColors {
  position: absolute;
  bottom: -1.5rem;
  display: flex;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#YJ-module .designerColors a {
  width: 100%;
  height: 100%;
}

#YJ-module .designerColors li {
  display: flex;
  width: 1rem;
  height: 1rem;
  margin: 0 0.16rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

#YJ-module .designerColors li.cur {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #0290ea;
}

/* #YJ-module .designerColors.cur li {
  width: 0.768rem;
  height: 0.768rem;
}

#YJ-module .designerColors.cur li.cur {
  width: 0.98rem;
  height: 0.98rem;
}

#YJ-module .designerColors.cur {
  width: 1.536rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 7px 0px rgba(218, 217, 217, 0.53);
  border-radius: 18px;
  right: 0.25rem;
} */

#YJ-module .towColor a:first-child {
  border-radius: 5em 0 0 5em !important;
}

#YJ-module .towColor a:last-child {
  border-radius: 0 5em 5em 0 !important;
}

#YJ-module .details-title {
  color: #262628;
  text-align: center;
  height: 1.86rem;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0.64rem;
}

#YJ-module .details-title i {
  font-size: 0.76rem;
  position: absolute;
  left: 0rem;
  padding: 0.64rem;
}

#YJ-module .details-title span {
  font-size: 0.68rem;
  width: 84%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transition {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#YJ-module .materialSearch,
#YJ-module .productSearch {
  height: 2.38rem;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0.64rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
}

#YJ-module .materialSearch input,
#YJ-module .productSearch input {
  width: 13.4rem;
  height: 1.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  padding: 0 0.6rem 0 1.8rem;
  -webkit-appearance: none;
}

#YJ-module i {
  line-height: normal;
}

#YJ-module .materialSearch .YJicon-ic_product-type,
#YJ-module .productSearch .YJicon-ic_product-type {
  color: #666666;
  font-size: 0.72rem;
  padding: 0.4rem;
}

#YJ-module .materialInput,
#YJ-module .productInput {
  position: relative;
  display: inline-flex;
}

#YJ-module .materialInput .YJicon-ic_search,
#YJ-module .productInput .YJicon-ic_search {
  position: absolute;
  left: 0.85rem;
  top: 0.32rem;
  color: #666666ff;
  font-size: 0.56rem;
}

#YJ-module ::-webkit-input-placeholder {
  color: #999999;
}

#YJ-module .materialList,
#YJ-module .productList,
#YJ-module .posterList {
  overflow: auto;
  max-height: calc(100vh - 4.6rem);
}

#YJ-module .posterList {
  max-height: calc(100vh - 2.8rem);
  margin-top: 0.6rem;
}

#YJ-module .materialList ul,
#YJ-module .productList ul,
#YJ-module .posterList ul {
  display: flex;
  flex-wrap: wrap;
}

.posterpp {
  font-size: 12px;
  color: #ff0136;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  height: 0.65rem;
}

#YJ-module .materialList ul li {
  width: 4.39rem;
  height: 4.39rem;
  margin: 0.85rem 0.47rem 0;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .posterList ul li {
  width: 4.39rem;
  margin: 0 0.47rem;
}

.posterImm {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  justify-content: center;
  align-items: center;
  width: 4.39rem;
  height: 4.39rem;
}

#YJ-module .materialList .materialImg,
#YJ-module .posterList .posterImg {
  max-width: 100%;
  max-height: 100%;
}

#YJ-module .productList ul li {
  width: 4.39rem;
  margin: 0.6rem 0.47rem 0;
}

#YJ-module .collectionUl {
  overflow: auto;
  max-height: calc(100vh - 2.38rem);
  font-size: 0.6rem;
  color: #121314;
  padding: 0 0.64rem;
  -webkit-overflow-scrolling: touch;
}

#YJ-module .collectionUl [type="radio"] {
  margin-right: 0.256rem;
  margin-left: 2px;
  vertical-align: middle;
  border-radius: 50%;
  padding: 0;
  -webkit-appearance: radio;
}

#YJ-module .collectionUl li {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.64rem;
}

#YJ-module .collectionUl li > label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  padding-right: 1rem;
  line-height: 1rem;
}

#YJ-module .collectionUl i {
  color: #9b9b9b;
  padding: 0 0.5rem;
  margin-right: -0.5rem;
  line-height: 1rem;
}

#YJ-module .collectionAll {
  border-bottom: 1px solid #e8e8e8;
  height: 2.13rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
}

#YJ-module .collectionUl > ul > li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.64rem 0;
}

#YJ-module .collectionUl ul {
  padding-left: 0.82rem;
  width: 100%;
}

#YJ-module .product-head .YJicon-ic_synchronous {
  padding: 0.5rem;
  margin-left: -0.5rem;
}

i.designerZoom {
  font-size: 0.8rem;
  padding: 0.5rem;
  margin-right: -0.5rem;
  display: none !important;
}

#YJ-module .productList .productImg {
  width: 100%;
  height: calc(4.39rem - 2px);
}

#YJ-module .productName {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 0.52rem;
  color: #121314;
  margin-top: 0.2rem;
}

#YJ-module .productLi {
  width: 100%;
  border: 1px solid #d7d7d7;
  position: relative;
  display: flex;
}

#YJ-module .productPrice {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #ffffff;
  min-width: 1.8rem;
  background-color: #000;
  text-align: center;
  padding: 0 0.1rem;
}

.noPro {
  color: #999999;
  font-size: 0.64rem;
  text-align: center;
}

.noPro img {
  width: 45%;
  margin-bottom: 0.5rem;
  margin-top: 50%;
}

#YJ-module .tiling-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#YJ-module .tiling-list ul li {
  flex: 1;
}

#YJ-module .tiling-list ul li.cur i {
  color: #0290ea;
}

#YJ-module .tiling-list ul li.cur .tilingName {
  background: rgba(2, 144, 234, 0.7);
}

#YJ-module .tiling-list ul li.cur .tilingIcon {
  border-color: #0290ea;
}

#YJ-module .tiling-list ul li:last-child {
  margin-right: 0;
}

#YJ-module .tiling-list ul .tilingIcon {
  border: 1px solid #d7d7d7;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

#YJ-module .tiling-list ul .tilingName {
  font-size: 0.52rem;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#YJ-module .tiling-list ul i {
  font-size: 1.6rem;
  display: block;
  color: #9b9b9b;
}

#YJ-module .image-operation > div {
  display: inline-block;
  vertical-align: middle;
}

#YJ-module .image-operation.operation-tiling > div {
  display: block;
}

#YJ-module .color-text-list {
  display: block !important;
}

#YJ-module .color-text-list li {
  width: 10%;
  display: inline-block;
  margin-top: 0.1rem;
  margin-bottom: 0;
}

#YJ-module .color-text-list li > a {
  display: block;
  width: 80%;
  border-radius: 5em;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0;
  border: 0;
}

#YJ-module .color-text-list li > a:before {
  content: "";
  padding-top: 100%;
  display: block;
}

#YJ-module .color-text-list li i {
  position: absolute;
  color: #000;
  font-size: 0.68rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

#YJ-module .color-text-list li.cur i {
  display: block;
}

#YJ-module .color-text-list li .color-ring {
  position: absolute;
  border: 1px solid #0290ea;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border-radius: 5em;
  display: none;
}

#YJ-module .color-text-list li.cur .color-ring {
  display: block;
}

#YJ-module .whiteLi {
  border: 1px solid #d7d7d7 !important;
}

#YJ-module .BlackLi {
  color: #fff !important;
}

#YJ-module .font-text-list {
  display: block !important;
}

#YJ-module .font-text-list li {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}

#YJ-module .font-text-list li .fontName {
  font-size: 0.6rem;
  color: #121314;
}

#YJ-module .font-text-list li .YJicon-tick {
  font-size: 0.68rem;
  display: block;
  color: #0290ea;
  display: none;
}

#YJ-module .font-text-list li.cur .YJicon-tick {
  display: block;
}

#YJ-module .font-text-list li.cur .fontName {
  color: #0290ea;
}

#YJ-module .font-text-list ul {
  height: 7.6rem;
  overflow: auto;
}

.visualization-canvas .canvasImage,
.threeDetail {
  z-index: 2;
}

#YJ-module .create-foot li.cur i,
#YJ-module .create-foot ul li.cur span {
  color: #0290ea;
}

#YJ-module .mescroll-empty {
  padding-top: 6rem;
}

.mescroll-downwarp .downwarp-progress,
.mescroll-upwarp .upwarp-progress {
  margin: 0;
}

#YJ-module .swiper-slide {
  padding: 0;
}

.proTypeIcon {
  position: absolute;
  left: 0.1rem;
  top: 0;
  display: flex;
}

.proTypeIcon > span {
  font-size: 0.86rem;
}

.proTypeMoIcon {
  margin-top: 0.2rem;
  font-size: 0.6rem;
}

.proTypeMoIcon .YJicon-saless {
  color: #8ad041;
}

.proTypeMoIcon .YJicon-actorss {
  color: #fc5959;
}

.proTypeMoIcon .YJicon-enjoyss {
  color: #faa545;
}

.noPrice {
  position: absolute;
  bottom: 2px;
  font-size: 0.52rem;
  color: #ff0200;
  border: 1px solid #ff0200;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  background-color: #fff;
  text-align: center;
}

.sjzy {
  border-color: #ffaf00;
  color: #fcad00;
}

.upgrade {
  display: block;
  width: 78%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1005;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2;
  top: 26%;
  display: none;
}

.upgradeCon {
  color: #262628;
  font-size: 0.68rem;
  text-align: center;
  padding: 0.8rem 1.2rem;
}

.upgradeBtn {
  border-top: 1px solid #f2f2f2;
  display: flex;
}

.upgradeCancel {
  color: #262628;
  flex: 1;
  line-height: 1.86rem;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}

.upgradeGo {
  flex: 1;
  line-height: 1.86rem;
  text-align: center;
  color: #0290ea;
}

.promotionUn {
  color: #d0d0d0;
  text-decoration: line-through;
  margin-left: 0.2rem;
}

.pronm,
.gallerynm {
  pointer-events: none;
}

.gdpro {
  position: absolute;
  z-index: 9999;
  left: 0.5rem;
  top: 0.15rem;
  width: 5.6rem;
}

.gdcolor {
  position: absolute;
  z-index: 9999;
  right: 0;
  width: 5.6rem;
  top: 2.2rem;
}

.gdcolor.en {
  width: 7.4rem;
}

.gdpro.en {
  width: 7.8rem;
}

.gdpre.en {
  bottom: 0.36rem;
}

.gdprea {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6.4rem;
  top: 6rem;
}

.gdkown {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4rem;
  top: 13.2rem;
}

.gdma {
  position: fixed;
  z-index: 9999;
  bottom: 2rem;
  width: 100%;
}

.gdpre {
  position: fixed;
  z-index: 9999;
  bottom: 0.2rem;
  width: 12.3rem;
  left: 15%;
}

.GuidelinesDiv {
  display: none;
}

#YJ-module .dn {
  display: none;
}

.head-pre,
.head-sure {
  border: 1px solid #c1c1c1;
  font-size: 0.64rem;
  display: inline-block;
  padding: 0 0.2rem;
  border-radius: 2px;
  line-height: 0.86rem;
}

.head-sure {
  border: 1px solid #0290ea;
  color: #0290ea;
}

.tile-spacing {
  position: relative;
  margin: 0 0.42rem 0.62rem;
  display: none;
}

.tile-spacing-h,
.tile-spacing-v {
  font-size: 0.52rem;
  color: #999999;
}

.range-div {
  position: relative;
  background-color: #d8d8d8;
  width: 9.6rem;
  height: 2px;
  display: inline-block;
  border-radius: 1px;
}

.rangeRound {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0.256rem 0.34rem 0px rgba(0, 0, 0, 0.2);
  padding: 0.4rem;
  touch-action: none;
}

.range-progress {
  background-color: #0290ea;
  height: 100%;
  position: absolute;
  left: 0;
}

.tile-guanlian.cur {
  color: #0290ea;
}

.tile-guanlian {
  font-size: 0.86rem;
  position: absolute;
  top: 50%;
  right: -0.4rem;
  transform: translateY(-50%);
}

.tile-spacing-v {
  margin-top: 0.56rem;
}

#YJ-module .tile-spacing .dflex {
  justify-content: left;
}

[data-translate="TileWidth"],
[data-translate="TileHeight"] {
  width: 2.8rem;
  text-align: left;
}

.auxiliary-image {
  pointer-events: none;
}

.details-swiper-list .auxiliary-image {
  display: none !important;
}
