.foreign-trade-independent-station-main * {
  font-family: "HONORSans-Regular";
}
#foreignTradeIndependentStation .product-card .left-recommended-website-building span {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #fff;
  top: 20px;
  left: 0;
  transform: rotate(-45deg);
}
#foreignTradeIndependentStation .product-card .right-recommended-website-building span {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #fff;
  top: 20px;
  right: 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #foreignTradeIndependentStation .product-card .left-recommended-website-building {
    display: block !important;
  }
  #foreignTradeIndependentStation .product-card .right-recommended-website-building {
    display: none !important;
  }
}
#foreignTradeIndependentStation .product-card .right-content .select-type .el-input__inner {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: initial;
  background-color: transparent;
}
#foreignTradeIndependentStation .swiper {
  width: 100%;
  overflow: hidden;
  height: 764px;
}
#foreignTradeIndependentStation .swiper .swiper-slide {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
#foreignTradeIndependentStation .swiper .swiper-slide img {
  width: 100%;
}
#foreignTradeIndependentStation .swiper .swiper-slide .mask-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
#foreignTradeIndependentStation .swiper .swiper-slide .mask-layer:hover {
  opacity: 100;
}
#foreignTradeIndependentStation .swiper .swiper-slide .mask-layer .preview {
  color: #333;
  padding: 11.5px 44px;
  border-radius: 96px;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 1536px) {
  #foreignTradeIndependentStation .swiper {
    height: 611px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide {
    width: 384px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide .mask-layer .preview {
    padding: 9.2px 35.2px;
  }
}
@media (max-width: 1280px) {
  #foreignTradeIndependentStation .swiper {
    height: 512px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide {
    width: 321.5px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide .mask-layer .preview {
    font-size: 14px;
    padding: 7.7px 29.5px;
  }
}
@media (max-width: 1024px) {
  #foreignTradeIndependentStation .swiper {
    height: 405px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide {
    width: 254.5px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide .mask-layer .preview {
    padding: 6.1px 23.3px;
  }
}
@media (max-width: 768px) {
  #foreignTradeIndependentStation .swiper {
    height: 305.5px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide {
    width: 192px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide .mask-layer .preview {
    font-size: 12px;
    padding: 4.6px 17.6px;
  }
}
@media (max-width: 640px) {
  #foreignTradeIndependentStation .swiper {
    height: 252px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide {
    width: 158.5px;
  }
  #foreignTradeIndependentStation .swiper .swiper-slide .mask-layer .preview {
    padding: 3.8px 14.5px;
  }
}
#foreignTradeIndependentStation .select-template-dialog-content {
  display: flex;
  justify-content: center;
}
#foreignTradeIndependentStation .select-template-dialog-content .free-select-frame {
  width: 170px;
  height: 170px;
  border: 1px solid #FFC69C;
  border-radius: 10px;
  background-color: #FFFAF6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
#foreignTradeIndependentStation .select-template-dialog-content .operation {
  display: flex;
  justify-content: center;
}
#foreignTradeIndependentStation .select-template-dialog-content .operation .free-select-template-btn {
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #ff6600;
  cursor: pointer;
  transition: all 0.3s;
}
#foreignTradeIndependentStation .select-template-dialog-content .operation .free-select-template-btn:hover {
  background: rgba(255, 102, 0, 0.8);
}
