* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  -webkit-tap-highlight-color: transparent;
  background-color: #17182d;
  font-family: Helvetica, Arial, "榛戜綋", "sans-serif";
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.scrollmagic-pin-spacer {
  width: 100% !important;
  box-sizing: border-box;
}
.screen-mb {
  display: none !important;
}
.loadingCover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #000000;
  z-index: 100000000000000;
}
.screen-bg {
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.screen-container {
  padding: 0 5.98958vw;
}
.gradient-bg {
  background: linear-gradient(180deg, #17182d 0%, #1d2b36 45%, #2c1b25 100%);
}
.screen-hide {
  opacity: 0 !important;
  z-index: 0 !important;
  pointer-events: none;
  transition: opacity 0.2s ease-out 0s !important;
}
.float-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease-out 0.2s;
}
.base-placeholder {
  position: relative !important;
  transition: opacity 0.4s ease-out 0.2s;
  z-index: 1;
}
.screen-dots {
  position: absolute;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
}
.screen-dots:hover .little-layer {
  opacity: 1;
  pointer-events: auto;
}
.screen-dots .screen-dots-ware {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-dots .screen-dots-ware::after,
.screen-dots .screen-dots-ware::before {
  content: "";
  position: absolute;
  inset: -0.4vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
  animation: dotPulse 3s infinite ease-out;
}
.screen-dots .screen-dots-ware::after {
  animation-delay: 1s;
}
.screen-dots .screen-dots-bg {
  background-color: #f3e928;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
}
.screen-dots.top-right .little-layer {
  right: 0.78125vw;
  left: auto;
}
.screen-dots.top-right .little-layer::after {
  right: 0;
  left: auto;
  transform: rotate(90deg);
}
.screen-dots .little-layer {
  position: absolute;
  bottom: calc(100% + 1.0417vw);
  left: 0.78125vw;
  background: rgba(1, 134, 239, 0.7);
  white-space: nowrap;
  padding: 0.5208vw 0.625vw;
  color: #fff;
  font-size: 1.0417vw;
  opacity: 0;
  transition: 0.2s opacity ease-out;
  z-index: 3;
  pointer-events: none;
}
.screen-dots .little-layer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-top: 0.78125vw solid rgba(1, 134, 239, 0.7);
  border-right: 0.78125vw solid transparent;
}
.screen-dots span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-dots span::before,
.screen-dots span::after {
  content: '';
  position: absolute;
  background: #000;
}
.screen-dots span:before {
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.screen-dots span::after {
  width: 2px;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes dotPulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.beer-slider {
  pointer-events: none;
  touch-action: none !important;
}
.beer-slider.is-visible {
  pointer-events: auto;
}
.beer-slider.is-visible .beer-handle {
  opacity: 1 !important;
}
.beer-slider > img {
  max-width: 100%;
  height: auto;
}
.beer-handle {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.handle-dots-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: 9999;
  display: none;
}
.handle-dots-mask .handle-dots-layer {
  width: 52.0833vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.handle-dots-mask .handle-dots-layer .colose-dots-mask {
  position: absolute;
  top: -3vw;
  right: 0;
  cursor: pointer;
}
.handle-dots-mask .handle-dots-layer .colose-dots-mask img {
  width: 2.7604vw;
}
.handle-dots-mask .handle-dots-layer .content-list {
  background-color: #252451;
  max-height: 80vh;
  overflow-y: auto;
  width: 100%;
  padding: 2.6042vw 1.9271vw;
}
.handle-dots-mask .handle-dots-layer .content-card {
  display: none;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-title {
  font-size: 2.0833vw;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.3vw;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-title span {
  display: block;
  color: #9da9e6;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-desc {
  font-size: 1.1458vw;
  color: #fff;
  margin: 1.3vw 0 1.5vw;
  line-height: 1.44;
  text-align: center;
  padding: 0 2.6041vw;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img > img {
  max-width: 100%;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
  margin-bottom: 2.34375vw;
  max-width: 926px;
  width: 100%;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list:last-child {
  margin-bottom: 0;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list .beer-label {
  flex: 1;
  text-align: center;
  font-size: 1.25vw;
  color: #fff;
  position: relative;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list .beer-label.label-after {
  font-weight: bold;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list .beer-label .label-mask {
  background: #252451;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list .beer-label.label-before .label-mask {
  right: 0;
}
.handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list .beer-label.label-after .label-mask {
  left: 0;
}
.screen-btn {
  border: 2px solid #fff;
  padding: 0.6771vw 1.302vw;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 1.1458vw;
  position: relative;
  margin-right: 1.7708vw;
  transition: 0.5s background ease-out;
}
.screen-btn.screen-btn-list {
  position: relative;
}
.screen-btn.screen-btn-list:hover .btn-list {
  pointer-events: auto;
  opacity: 1;
}
.screen-btn.screen-btn-list .btn-list {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: -2px;
  width: calc(100% + 4px);
}
.screen-btn.screen-btn-list .btn-list .screen-btn {
  width: 100%;
  border-bottom: transparent;
}
.screen-btn.screen-btn-list .btn-list .screen-btn:last-child {
  border-bottom: 2px solid #fff;
}
.screen-btn.screen-btn-list .btn-list .screen-btn:hover {
  background: #0186ef;
  border-color: #0186ef;
  color: #fff;
}
.screen-btn:hover {
  background: #0186ef;
  border-color: #0186ef;
  color: #fff;
}
.screen-btn:last-child {
  margin-right: 0;
}
.screen-btn.play-video {
  padding-left: 3.4374vw;
}
.screen-btn.play-video::before {
  content: "";
  background: url(https://eposs.epson.com.cn/EPSON/assets/Master/campaign/vp-home-solution/images/icon-video-white.png) no-repeat;
  background-size: cover;
  width: 1.5104vw;
  height: 1.5104vw;
  position: absolute;
  left: 1.302vw;
  top: 50%;
  transform: translateY(-50%);
}
.content-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.screen1 {
  background-image: url('https://eposs.epson.com.cn/EPSON/assets/Master/campaign/vp-home-solution/images/bg-screen-01.jpg');
}
.screen1 .s1-default-style {
  opacity: 0;
  transform: translateY(100px);
}
.screen1 .s1-dots,
.screen1 .s1-play,
.screen1 .s1-desc {
  transform: translateY(50px);
}
.screen1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7.8125vw;
  padding-bottom: 5.2083vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}
.screen1 .s1-title img {
  width: 26.71875vw;
  margin: 0 auto;
}
.screen1 .s1-sub {
  margin-top: 2.0833vw;
}
.screen1 .s1-sub img {
  width: 39.9479vw;
}
.screen1 .s1-desc {
  margin: 2.8645vw 2.0833vw;
}
.screen1 .s1-desc img {
  width: 35.5729vw;
}
.screen1 .s1-play {
  cursor: pointer;
}
.screen2 {
  display: flex;
  align-items: center;
}
.screen2 .content {
  display: flex;
  width: 100%;
  position: relative;
}
.screen2 .content .screen2-info {
  padding-left: 5.9895vw;
  padding-right: 3.3854vw;
  color: #fff;
  width: 50%;
}
.screen2 .content .screen2-info .screen2-info-title {
  font-size: 2.8645vw;
  font-weight: bold;
  margin-bottom: 2.0833vw;
}
.screen2 .content .screen2-info .screen2-tab {
  display: flex;
  border-bottom: 2px solid #9e9e9e;
}
.screen2 .content .screen2-info .screen2-tab li {
  flex: 1;
  font-size: 1.25vw;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.screen2 .content .screen2-info .screen2-tab li span {
  display: inline-block;
  padding: 1.5625vw 0;
  position: relative;
}
.screen2 .content .screen2-info .screen2-tab li span::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0186ef;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.screen2 .content .screen2-info .screen2-tab li.active {
  color: #0186ef;
  font-weight: bold;
}
.screen2 .content .screen2-info .screen2-tab li.active span::after {
  transform: translateX(-50%) scaleX(1);
}
.screen2 .content .screen2-info .screen2-info-text-wrap {
  position: relative;
}
.screen2 .content .screen2-info .screen2-info-text {
  padding-top: 2.86458vw;
}
.screen2 .content .screen2-info .screen2-info-text p {
  font-size: 1.04166vw;
  line-height: 1.75;
}
.screen2 .content .screen2-info .screen2-info-text .screen2-btn {
  margin-top: 2.86458vw;
}
.screen2 .content .screen2-image {
  position: relative;
  width: 50%;
}
.screen2 .content .screen2-image .screen2-image-item .screen2-image-item-box {
  position: relative;
}
.screen2 .content .screen2-image .screen2-image-item .screen2-image-item-box > img {
  width: 100%;
}
.screen2 .content .screen2-image .screen-dots[data-type=dots1] {
  right: 11.8229vw;
  top: 9.9479vw;
}
.screen2 .content .screen2-image .screen-dots[data-type=dots2] {
  top: 14.5vw;
  left: 13vw;
}
.screen2 .content .screen2-image .screen-dots[data-type=dots3] {
  left: 20.2083vw;
  bottom: 9.47916vw;
}
.screen2 .content .screen2-image .screen-dots[data-type=dots4] {
  left: 7.03125vw;
  bottom: 16.1458vw;
}
.screen2 .content .screen2-image .screen-dots[data-type=dots5] {
  right: 5.6vw;
  bottom: 7.1875vw;
}
.screen2 .content .screen2-image .screen-dots[data-type=dots6] {
  right: 15.8854vw;
  bottom: 7.4479vw;
}
.screen3 {
  padding: 3.90625vw 0 3.6458vw;
}
.screen3 .content {
  width: 100%;
  position: relative;
}
.screen3 .screen3-top {
  text-align: center;
  margin-bottom: 2.8645vw;
}
.screen3 .screen3-top .screen3-title {
  font-size: 2.8645vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.0833vw;
}
.screen3 .screen3-top .screen3-look-more {
  color: #0186ef;
  text-decoration: underline;
  font-size: 1.0417vw;
}
.screen3 .screen3-tab {
  width: 60.9375vw;
  margin: 0 auto;
  display: flex;
  border-bottom: 2px solid #d7d7d7;
}
.screen3 .screen3-tab li {
  flex: 1;
  text-align: center;
  font-size: 1.25vw;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.screen3 .screen3-tab li.active {
  color: #0186ef;
  font-weight: bold;
}
.screen3 .screen3-tab li.active span::after {
  transform: translateX(-50%) scaleX(1);
}
.screen3 .screen3-tab li span {
  display: inline-block;
  padding-bottom: 1.5625vw;
  position: relative;
}
.screen3 .screen3-tab li span::after {
  content: "";
  width: 80%;
  position: absolute;
  height: 4px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background-color: #0186ef;
}
.screen3 .screen3-box {
  position: relative;
}
.screen3 .screen3-box .swiper-pagination {
  display: none;
}
.screen3 .screen3-item {
  padding: 0 5.98958vw;
}
.screen3 .screen3-item .swiper-button-prev,
.screen3 .screen3-item .swiper-button-next {
  background-image: url(https://eposs.epson.com.cn/EPSON/assets/Master/campaign/vp-home-solution/images/icon-swiper-prev.png);
  width: 2.2395vw;
  height: 4.3229vw;
  background-size: cover;
  transform: translateY(-50%);
  margin-top: 0;
}
.screen3 .screen3-item .swiper-button-prev {
  left: 2.0833vw;
}
.screen3 .screen3-item .swiper-button-next {
  right: 2.0833vw;
  transform: translateY(-50%) rotate(180deg);
}
.screen3 .screen3-card {
  display: flex;
  align-items: flex-end;
  padding-top: 2.6042vw;
}
.screen3 .screen3-card .card-img {
  width: 46%;
  position: relative;
  font-size: 0;
  display: block;
}
.screen3 .screen3-card .card-img > img {
  width: 100%;
}
.screen3 .screen3-card .card-img.play-video {
  cursor: pointer;
}
.screen3 .screen3-card .card-img.play-video::before {
  content: "";
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
  bottom: 3.125vw;
  right: 3.125vw;
  cursor: pointer;
  background: url(https://eposs.epson.com.cn/EPSON/assets/Master/campaign/vp-home-solution/images/icon-play-videox60.png) no-repeat;
  background-size: cover;
}
.screen3 .screen3-card .card-info {
  width: 54%;
}
.screen3 .screen3-card .card-info .product-box {
  display: flex;
  justify-content: center;
}
.screen3 .screen3-card .card-info .product-box .product-img {
  position: relative;
  text-align: center;
}
.screen3 .screen3-card .card-info .product-box .product-img .product-img-box {
  position: relative;
}
.screen3 .screen3-card .card-info .product-box .product-img a {
  font-size: 1.0417vw;
  margin-top: 1.8229vw;
  color: #0186ef;
  text-decoration: underline;
  display: inline-block;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots7] {
  top: 1.1458vw;
  left: 3.125vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots8] {
  top: 5.5729vw;
  right: 2.0833vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots9] {
  bottom: 0.2604vw;
  left: 2.96875vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots10] {
  top: 0.7vw;
  left: 5.5vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots11] {
  bottom: 6.7708vw;
  left: 6.7708vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots12] {
  top: 7vw;
  right: 1vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots13] {
  top: -0.78125vw;
  left: 6.3541vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots14] {
  top: 2.03125vw;
  left: 0.625vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots15] {
  top: 0.9375vw;
  right: 3.3333vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots16] {
  top: 0.9375vw;
  right: 7.2917vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots17] {
  bottom: 2.34375vw;
  left: 7.1354vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots18] {
  bottom: 2.6041vw;
  right: 0.3646vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots19] {
  top: 0.5208vw;
  right: 2.7604vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots20] {
  top: 4.9479vw;
  left: 4.9479vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots21] {
  bottom: 6.55vw;
  left: 1.71875vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots22] {
  top: -0.78125vw;
  right: 2.4vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots23] {
  top: 4vw;
  left: 2.3vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots24] {
  bottom: 3.4375vw;
  left: 5.3vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots25] {
  top: 1.7708vw;
  left: 50%;
  transform: translateX(-50%);
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots26] {
  bottom: 2.0833vw;
  left: 0.78125vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots27] {
  bottom: 1.0417vw;
  right: 6.3541vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots28] {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots29] {
  bottom: 2.4vw;
  right: 3.6458vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots30] {
  top: 1.2vw;
  left: 9vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots31] {
  bottom: 2.4479vw;
  right: 3.125vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots32] {
  top: 1.0416vw;
  left: 4.4792vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots33] {
  bottom: 2.6042vw;
  left: 2.1875vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots34] {
  bottom: 2.0833vw;
  right: 4.84375vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots35] {
  top: 0.78125vw;
  right: 3.9583vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots36] {
  bottom: 2.2vw;
  left: 2.2917vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots37] {
  bottom: 1.1979vw;
  right: 5.98958vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots38] {
  top: 0.7292vw;
  left: 5.46875vw;
}
.screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots39] {
  bottom: 1.1458vw;
  right: 9.8958vw;
}
.screen3 .screen3-card .card-info .product-box.product1 {
  gap: 7vw;
  margin-bottom: 2.34375vw;
}
.screen3 .screen3-card .card-info .product-box.product1 .product-img > img {
  width: 15.625vw;
}
.screen3 .screen3-card .card-info .product-box.product2 {
  gap: 4.6875vw;
  margin-bottom: 5vw;
}
.screen3 .screen3-card .card-info .product-box.product2 .product-img > img {
  width: 19.27vw;
}
.screen3 .screen3-card .card-info .product-box.product3 {
  gap: 9.8958vw;
  margin-bottom: 2.8vw;
}
.screen3 .screen3-card .card-info .product-box.product3 .product-img > img {
  width: 13.28125vw;
}
.screen3 .screen3-card .card-info .product-box.product4 {
  gap: 4.1666vw;
  margin-bottom: 2.0833vw;
}
.screen3 .screen3-card .card-info .product-box.product4 .product-img-box > img {
  width: 19.1667vw;
}
.screen3 .screen3-card .card-info .product-box.product5,
.screen3 .screen3-card .card-info .product-box.product6 {
  gap: 4.1666vw;
  margin-bottom: 2.0833vw;
}
.screen3 .screen3-card .card-info .product-box.product5 .product-img .product-img-box > img,
.screen3 .screen3-card .card-info .product-box.product6 .product-img .product-img-box > img {
  width: 19.427vw;
}
.screen3 .screen3-card .card-info .product-province {
  padding-left: 3.125vw;
}
.screen3 .screen3-card .card-info .product-province .search-text-tip {
  display: flex;
  align-items: center;
  margin-bottom: 1.0416vw;
}
.screen3 .screen3-card .card-info .product-province .search-text-tip img {
  width: 1.4583vw;
  margin-right: 10px;
}
.screen3 .screen3-card .card-info .product-province .search-text-tip p {
  font-size: 1.25vw;
  color: #fff;
}
.screen3 .screen3-card .card-info .product-province .province-list {
  display: flex;
  gap: 0.8854vw;
}
.screen3 .screen3-card .card-info .product-province .province-list .province,
.screen3 .screen3-card .card-info .product-province .province-list .city {
  width: 37%;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
}
.screen3 .screen3-card .card-info .product-province .province-list .province.expand ul,
.screen3 .screen3-card .card-info .product-province .province-list .city.expand ul {
  display: block;
}
.screen3 .screen3-card .card-info .product-province .province-list .province.expand p::after,
.screen3 .screen3-card .card-info .product-province .province-list .city.expand p::after {
  transform: translateY(-50%) rotate(180deg);
}
.screen3 .screen3-card .card-info .product-province .province-list .province p,
.screen3 .screen3-card .card-info .product-province .province-list .city p {
  height: 2.3958vw;
  line-height: 2.3958vw;
  padding-left: 1.1979vw;
  padding-right: 2.6042vw;
  cursor: pointer;
  font-size: 1.0417vw;
}
.screen3 .screen3-card .card-info .product-province .province-list .province p::after,
.screen3 .screen3-card .card-info .product-province .province-list .city p::after {
  content: "";
  width: 2.1354vw;
  height: 1.3021vw;
  background: url(https://eposs.epson.com.cn/EPSON/assets/Master/campaign/vp-home-solution/images/province-drop.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0.9896vw;
  transform: translateY(-50%);
  transition: all 0.5s ease-out;
}
.screen3 .screen3-card .card-info .product-province .province-list .province ul,
.screen3 .screen3-card .card-info .product-province .province-list .city ul {
  position: absolute;
  bottom: calc(100% + 2px);
  left: -2px;
  width: calc(100% + 4px);
  border: 2px solid #fff;
  border-bottom: none;
  background-color: #1c182b;
  z-index: 10;
  max-height: 30vh;
  overflow-y: auto;
  display: none;
  padding: 0.72916vw 0;
}
.screen3 .screen3-card .card-info .product-province .province-list .province ul li,
.screen3 .screen3-card .card-info .product-province .province-list .city ul li {
  padding: 0.72916vw 1.1979vw;
  font-size: 1.0417vw;
  color: #fff;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.screen3 .screen3-card .card-info .product-province .province-list .province ul li:hover,
.screen3 .screen3-card .card-info .product-province .province-list .city ul li:hover {
  color: #0186ef;
}
.screen3 .screen3-card .card-info .product-province .province-list .province ul li:hover span,
.screen3 .screen3-card .card-info .product-province .province-list .city ul li:hover span {
  text-decoration: underline;
}
.screen3 .screen3-card .card-info .product-province .province-list .handle-serach-province {
  flex: 1;
  font-size: 1.0417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0186ef;
  cursor: pointer;
}
.screen3 .screen3-card .card-info .shopping-btn {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
}
.screen3 .screen3-card .card-info .shopping-btn .screen-btn {
  margin-right: 0;
}
.screen4 {
  padding-bottom: 1.5625vw;
}
.screen4 .content {
  position: relative;
}
.screen4 .content > img {
  width: 100%;
  display: block;
}
.screen4 .content .screen4-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.7292vw;
  color: #fff;
}
.screen4 .content .screen4-text h2 {
  font-size: 1.8229vw;
  font-weight: bold;
}
.screen4 .content .screen4-text p {
  font-size: 1.25vw;
  margin: 1.5625vw 0 2.0833vw;
}
.screen5 .content {
  display: flex;
  gap: 0.8333vw;
}
.screen5 .content .screen5-item {
  flex: 1;
  position: relative;
}
.screen5 .content .screen5-item:nth-of-type(1) .screen5-text {
  right: 4.1666vw;
}
.screen5 .content .screen5-item:nth-of-type(2) .screen5-text {
  left: 5.0283vw;
}
.screen5 .content .screen5-item > img {
  width: 100%;
  display: block;
}
.screen5 .content .screen5-item .screen5-text {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
.screen5 .content .screen5-item .screen5-text h2 {
  font-size: 1.25vw;
  margin-bottom: 1.0417vw;
}
.screen5 .content .screen5-item .screen5-text h2:last-child {
  margin-bottom: 1.5625vw;
}
.screen6 {
  display: flex;
  align-items: center;
}
.screen6 .content {
  width: 100%;
  position: relative;
}
.screen6 .content .screen6-title {
  text-align: center;
  color: #fff;
}
.screen6 .content .screen6-title h2 {
  font-size: 2.8645vw;
  font-weight: bold;
  margin-bottom: 2.8645vw;
}
.screen6 .content .content-info {
  display: flex;
  justify-content: center;
}
.screen6 .content .content-info .screen6-tab {
  width: 21%;
  border-left: 2px solid #87878b;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.screen6 .content .content-info .screen6-tab li span {
  font-size: 1.25vw;
  padding: 3vw 1.6667vw;
  color: #fff;
  transition: color 0.3s ease-out;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.screen6 .content .content-info .screen6-tab li span::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #0186ef;
  position: absolute;
  top: 0;
  left: -2px;
  transform: scaleY(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.screen6 .content .content-info .screen6-tab li.active span {
  color: #0186ef;
  font-weight: bold;
}
.screen6 .content .content-info .screen6-tab li.active span::after {
  transform: scaleY(1);
}
.screen6 .content .content-info .screen6-list {
  flex: 1;
  position: relative;
}
.screen6 .content .content-info .screen6-list .screen6-card {
  display: flex;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item {
  flex: 1;
  padding: 4.4271vw 2.0833vw 2.8646vw;
  color: #fff;
  transition: background-color 0.8s ease;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-title {
  font-size: 1.0417vw;
  line-height: 1.5;
  min-height: 4.6875vw;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-time {
  font-size: 1.0417vw;
  margin: 1.0417vw 0 2.6042vw;
  display: block;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-img {
  margin-bottom: 1.8229vw;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-img > img {
  width: 100%;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-user {
  display: flex;
  align-items: center;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-user img {
  margin-right: 0.6771vw;
  width: 4.0625vw;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-user .screen6-user-name {
  font-size: 1.4583vw;
}
.screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-desc {
  font-size: 1.0417vw;
  line-height: 1.5;
  margin: 1.5625vw 0;
}
.vp-remark {
  background: #1e1014;
  padding-top: 1.5625vw;
  padding-bottom: 2.0833vw;
}
.vp-remark p {
  line-height: 1.35;
  color: #7a6e71;
  font-size: 0.8333vw;
}
.vp-remark p a {
  color: #7a6e71;
}
.orientation-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 999999;
}
.orientation-mask p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}
.video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 999;
  display: none;
}
.video-mask .video-layer {
  width: 52vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.video-mask .video-layer.po {
  width: 20vw;
}
.video-mask .video-layer video {
  width: 100%;
}
.video-mask .video-layer .close-video-layer {
  position: absolute;
  top: -3vw;
  right: 0;
}
.video-mask .video-layer .close-video-layer img {
  width: 2.7604vw;
  cursor: pointer;
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .orientation-mask {
    display: block;
  }
}
@media (max-width: 768px) {
  .screen-mb {
    display: block !important;
  }
  .screen-pc {
    display: none !important;
  }
  .screen-container {
    padding: 0 10px;
  }
  .beer-slider .beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 0, 0, 0);
    cursor: pointer;
  }
  .screen-btn {
    border-width: 1px;
    padding: 3vw 2vw;
    min-width: 23.2vw;
    font-size: 2.9333vw;
    margin-right: 0;
    justify-content: center;
  }
  .screen-btn.play-video::before {
    display: none;
  }
  .screen-btn.screen-btn-list {
    position: relative;
  }
  .screen-btn.screen-btn-list .btn-list {
    width: calc(100% + 2px);
    left: -1px;
  }
  .screen-btn.screen-btn-list .btn-list .screen-btn:last-child {
    border-bottom: 1px solid #fff;
  }
  .screen-dots {
    width: 6.6667vw;
    height: 6.6667vw;
  }
  .screen-dots .screen-dots-ware::after,
  .screen-dots .screen-dots-ware::before {
    inset: -1vw;
  }
  .screen-dots.top-right .little-layer {
    bottom: calc(100% + 1.6vw);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
  }
  .screen-dots.bottom .little-layer {
    top: calc(100% + 1.6vw);
    left: 50%;
    right: auto;
    bottom: auto;
  }
  .screen-dots.left .little-layer {
    top: 50%;
    right: calc(100% + 1.6vw);
    left: auto;
    bottom: auto;
    transform: translate(0, -50%);
  }
  .screen-dots.right .little-layer {
    top: 50%;
    left: calc(100% + 1.6vw);
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
  }
  .screen-dots.bottom-left .little-layer {
    left: auto;
    right: 0;
    top: calc(100% + 1.6vw);
    bottom: auto;
    transform: translateX(0);
  }
  .screen-dots .little-layer {
    position: absolute;
    bottom: calc(100% + 1.6vw);
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    padding: 0;
    font-size: 2.9333vw;
    opacity: 1;
    pointer-events: auto;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  }
  .screen-dots .little-layer::after {
    display: none;
  }
  .screen1 {
    background-image: url(https://eposs.epson.com.cn/EPSON/assets/Master/campaign/vp-home-solution/images/b1bg-m.jpg);
    background-position: center;
  }
  .screen1 .content {
    padding-top: 15.733vw;
    padding-bottom: 14.4vw;
  }
  .screen1 .s1-title img {
    width: 61.6vw;
  }
  .screen1 .s1-sub {
    margin-top: 4.9333vw;
  }
  .screen1 .s1-sub img {
    width: 68.2667vw;
  }
  .screen1 .s1-desc {
    margin: 5.6vw 4.5333vw;
  }
  .screen1 .s1-desc img {
    width: 61.6vw;
  }
  .screen1 .s1-dots {
    width: 4px;
  }
  .screen1 .s1-play {
    width: 8.5333vw;
  }
  .screen2 {
    display: block;
    height: auto;
    padding-top: 11.2vw;
    padding-bottom: 8vw;
  }
  .screen2 .content {
    flex-direction: column;
    padding: 0 10px;
  }
  .screen2 .content .screen2-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .screen2 .content .screen2-info .screen2-info-title {
    font-size: 7.3333vw;
    margin-bottom: 7vw;
    text-align: center;
  }
  .screen2 .content .screen2-info .screen2-tab {
    border-width: 1px;
  }
  .screen2 .content .screen2-info .screen2-tab li {
    font-size: 3.2vw;
  }
  .screen2 .content .screen2-info .screen2-tab li span {
    padding: 0 0 4vw;
  }
  .screen2 .content .screen2-info .screen2-tab li span::after {
    width: 80%;
    height: 3;
    bottom: -2px;
    left: 50%;
  }
  .screen2 .content .screen2-info .screen2-info-text {
    padding-top: 0;
    padding-bottom: 7.3333vw;
  }
  .screen2 .content .screen2-info .screen2-info-text p {
    font-size: 2.6666vw;
    padding: 3.3333vw 0 0;
  }
  .screen2 .content .screen2-info .screen2-info-text .space {
    height: 3.3333vw;
    width: 100%;
    display: block;
  }
  .screen2 .content .screen2-image {
    width: 100%;
  }
  .screen2 .content .screen2-image .screen2-btn {
    margin-top: 4.8vw;
    display: flex !important;
    gap: 10px;
  }
  .screen2 .content .screen2-image .screen2-btn .screen-btn {
    flex: 1;
  }
  .screen2 .content .screen2-image .screen-dots[data-type=dots1] {
    right: 22.2667vw;
    top: 14vw;
  }
  .screen2 .content .screen2-image .screen-dots[data-type=dots2] {
    top: 26.1333vw;
    left: 14.6667vw;
  }
  .screen2 .content .screen2-image .screen-dots[data-type=dots3] {
    left: 35.2vw;
    bottom: 16vw;
  }
  .screen2 .content .screen2-image .screen-dots[data-type=dots4] {
    bottom: auto;
    top: 34vw;
    left: 9.3333vw;
  }
  .screen2 .content .screen2-image .screen-dots[data-type=dots5] {
    right: 10vw;
    bottom: 13.4667vw;
  }
  .screen2 .content .screen2-image .screen-dots[data-type=dots6] {
    right: 32.6667vw;
    bottom: 12vw;
  }
  .screen3 {
    padding: 8vw 0 6vw;
  }
  .screen3 .content {
    padding: 0 10px;
  }
  .screen3 .screen3-top {
    margin-bottom: 6.6667vw;
  }
  .screen3 .screen3-top .screen3-title {
    font-size: 7.3333vw;
    line-height: 1.4;
    margin-bottom: 5.3333vw;
  }
  .screen3 .screen3-top .screen3-look-more {
    font-size: 3.2vw;
  }
  .screen3 .screen3-tab {
    width: 100%;
    border-bottom: 1.5px solid #d7d7d7;
  }
  .screen3 .screen3-tab li {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .screen3 .screen3-tab li span {
    padding-bottom: 3.3333vw;
  }
  .screen3 .screen3-tab li span::after {
    height: 3px;
    bottom: -2px;
  }
  .screen3 .screen3-box .swiper-pagination {
    display: flex;
    position: absolute;
    top: 67vw;
    width: 100%;
    justify-content: center;
    bottom: auto;
    gap: 20px;
  }
  .screen3 .screen3-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
  }
  .screen3 .screen3-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0186ef;
  }
  .screen3 .screen3-box .swiper-slide {
    height: auto;
    min-height: 100%;
    display: flex;
  }
  .screen3 .screen3-item {
    padding: 0;
  }
  .screen3 .screen3-item .swiper-button-prev,
  .screen3 .screen3-item .swiper-button-next {
    display: none;
  }
  .screen3 .screen3-card {
    flex-direction: column;
    padding-top: 6.6667vw;
  }
  .screen3 .screen3-card .card-img {
    width: 100%;
    margin-bottom: 16vw;
  }
  .screen3 .screen3-card .card-img.play-video::before {
    width: 8vw;
    height: 8vw;
    bottom: 4vw;
    right: 6vw;
  }
  .screen3 .screen3-card .card-info {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .screen3 .screen3-card .card-info .product-box {
    display: block;
    margin-bottom: 0 !important;
  }
  .screen3 .screen3-card .card-info .product-box .product-img {
    margin: 0 auto;
  }
  .screen3 .screen3-card .card-info .product-box .product-img:last-child {
    margin-bottom: 0;
  }
  .screen3 .screen3-card .card-info .product-box .product-img > img {
    width: 100% !important;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .product-img-box {
    margin: 0 auto;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .product-img-box > img {
    width: 100% !important;
  }
  .screen3 .screen3-card .card-info .product-box .product-img a {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots7] {
    top: 3.1458vw;
    left: 7.125vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots8] {
    top: 15.5729vw;
    right: 5.5vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots9] {
    bottom: 3.5vw;
    left: 8vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots10] {
    top: 0.7vw;
    left: 11.5vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots11] {
    bottom: 20vw;
    left: 22vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots12] {
    top: 21vw;
    right: 2vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots13] {
    top: -3.3333vw;
    left: 17vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots14] {
    top: 9vw;
    left: 2vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots15] {
    top: 3vw;
    right: 10vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots16] {
    top: -3.333vw;
    right: 24vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots17] {
    bottom: 8.5vw;
    left: 15vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots18] {
    bottom: 8.5vw;
    right: 11.3646vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots19] {
    top: 3vw;
    right: 7vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots20] {
    top: 16vw;
    left: 11vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots21] {
    bottom: 20vw;
    left: 5vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots22] {
    top: -4.8vw;
    right: 11.4vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots23] {
    top: 16.7vw;
    left: 4.3vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots24] {
    bottom: 11.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots25] {
    top: 6vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots26] {
    bottom: 11vw;
    left: 4.2vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots27] {
    bottom: 4.0417vw;
    right: 21.3541vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots29] {
    bottom: 3.4vw;
    right: 19.6458vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots30] {
    top: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots31] {
    bottom: 8vw;
    right: 12.125vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots32] {
    top: 0vw;
    left: 23vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots33] {
    bottom: 9vw;
    left: 9vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots34] {
    bottom: 5vw;
    right: 17vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots35] {
    top: 2vw;
    right: 15vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots36] {
    bottom: 12.2vw;
    left: 4.2917vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots37] {
    bottom: 4.1979vw;
    right: 21vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots38] {
    top: 1.7292vw;
    left: 14.46875vw;
  }
  .screen3 .screen3-card .card-info .product-box .product-img .screen-dots[data-type=dots39] {
    bottom: 5.1458vw;
    right: 36vw;
  }
  .screen3 .screen3-card .card-info .product-box.product1 .product-img {
    margin-bottom: 8.6666vw;
    width: 50vw;
  }
  .screen3 .screen3-card .card-info .product-box.product2 {
    padding-top: 26vw;
  }
  .screen3 .screen3-card .card-info .product-box.product2 .product-img {
    margin-bottom: 20vw;
    width: 71.4667vw;
  }
  .screen3 .screen3-card .card-info .product-box.product3 .product-img {
    margin-bottom: 8.6666vw;
    width: 46.6666vw;
  }
  .screen3 .screen3-card .card-info .product-box.product4 .product-img {
    margin-bottom: 11.333vw;
  }
  .screen3 .screen3-card .card-info .product-box.product4 .product-img-box {
    width: 77vw;
  }
  .screen3 .screen3-card .card-info .product-box.product5 .product-img,
  .screen3 .screen3-card .card-info .product-box.product6 .product-img {
    margin-bottom: 10.6667vw;
  }
  .screen3 .screen3-card .card-info .product-box.product5 .product-img-box,
  .screen3 .screen3-card .card-info .product-box.product6 .product-img-box {
    width: 73.333vw;
  }
  .screen3 .screen3-card .card-info .product-province {
    padding-left: 0;
  }
  .screen3 .screen3-card .card-info .product-province .search-text-tip {
    margin-bottom: 3.7333vw;
  }
  .screen3 .screen3-card .card-info .product-province .search-text-tip img {
    width: 3.7333vw;
  }
  .screen3 .screen3-card .card-info .product-province .search-text-tip p {
    font-size: 3.125vw;
  }
  .screen3 .screen3-card .card-info .product-province .province-list {
    gap: 6px;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province,
  .screen3 .screen3-card .card-info .product-province .province-list .city {
    flex: 1;
    border-width: 1px;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province.expand ul,
  .screen3 .screen3-card .card-info .product-province .province-list .city.expand ul {
    display: block;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province.expand p::after,
  .screen3 .screen3-card .card-info .product-province .province-list .city.expand p::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province p,
  .screen3 .screen3-card .card-info .product-province .province-list .city p {
    height: 9.8667vw;
    line-height: 9.8667vw;
    padding-left: 2.2667vw;
    padding-right: 8.8vw;
    font-size: 3.2vw;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province p::after,
  .screen3 .screen3-card .card-info .product-province .province-list .city p::after {
    width: 5.7333vw;
    height: 2.9333vw;
    right: 2.9333vw;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province ul,
  .screen3 .screen3-card .card-info .product-province .province-list .city ul {
    bottom: calc(100% + 1px);
    left: -1px;
    width: calc(100% + 2px);
    border-width: 1px;
    padding: 1.5vw 0;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .province ul li,
  .screen3 .screen3-card .card-info .product-province .province-list .city ul li {
    padding: 1.5vw 1.1979vw;
    font-size: 3.2vw;
  }
  .screen3 .screen3-card .card-info .product-province .province-list .handle-serach-province {
    font-size: 3.2vw;
  }
  .screen3 .screen3-card .card-info .shopping-btn {
    gap: 10px;
  }
  .screen3 .screen3-card .card-info .shopping-btn .screen-btn {
    flex: 1;
  }
  .screen4 {
    padding-bottom: 3.6vw;
  }
  .screen4 .content .screen4-text {
    top: 5vw;
    transform: translateY(0);
    left: 5vw;
  }
  .screen4 .content .screen4-text h2 {
    font-size: 4vw;
  }
  .screen4 .content .screen4-text p {
    font-size: 2.9333vw;
    margin: 2vw 0 2.6667vw;
  }
  .screen4 .content .screen4-text .screen-btn {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
  .screen5 {
    padding-bottom: 7.3333vw;
  }
  .screen5 .content {
    display: flex;
    flex-direction: column;
    gap: 3.6vw;
  }
  .screen5 .content .screen5-item {
    width: 100%;
    position: relative;
  }
  .screen5 .content .screen5-item:nth-of-type(1) .screen5-text {
    right: 4.1666vw;
  }
  .screen5 .content .screen5-item:nth-of-type(2) .screen5-text {
    left: 5.0283vw;
  }
  .screen5 .content .screen5-item .screen5-text {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
  }
  .screen5 .content .screen5-item .screen5-text h2 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .screen5 .content .screen5-item .screen5-text h2:nth-of-type(2) {
    margin-bottom: 2.6667vw;
  }
  .screen5 .content .screen5-item .screen-btn {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
  .screen6 {
    display: block;
    padding: 7.3333vw 0;
    height: auto;
  }
  .screen6 .content .screen6-title h2 {
    font-size: 7.3333vw;
    margin-bottom: 7.3333vw;
  }
  .screen6 .content .content-info {
    display: block;
  }
  .screen6 .content .content-info .screen6-tab {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #87878b;
    flex-direction: row;
  }
  .screen6 .content .content-info .screen6-tab li {
    flex: 1;
    text-align: center;
  }
  .screen6 .content .content-info .screen6-tab li span {
    font-size: 3.2vw;
    padding: 0 3.3333vw 3.7333vw;
  }
  .screen6 .content .content-info .screen6-tab li span::after {
    width: 100%;
    height: 3px;
    background-color: #0186ef;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) scaleY(0);
  }
  .screen6 .content .content-info .screen6-tab li.active span::after {
    transform: translateX(-50%) scaleY(1);
  }
  .screen6 .content .content-info .screen6-list .screen-btn {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    font-size: 2.6667vw;
  }
  .screen6 .content .content-info .screen6-list .screen6-card {
    flex-direction: column;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 6.6667vw;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-text {
    width: 45%;
    padding-left: 13px;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item:hover {
    background-color: transparent;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-title {
    font-size: 2.6667vw;
    min-height: auto;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-time {
    font-size: 2.6667vw;
    margin: 2vw 0 4vw;
    display: block;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-img {
    width: 55%;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-img > img {
    width: 100%;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-user img {
    margin-right: 5px;
    width: 8.6666vw;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-user .screen6-user-name {
    font-size: 2.9333vw;
  }
  .screen6 .content .content-info .screen6-list .screen6-card .screen6-item .screen6-item-desc {
    font-size: 2.6667vw;
    margin: 2.6667vw 0;
  }
  .vp-remark {
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .vp-remark p {
    font-size: 2.1333vw;
  }
  .handle-dots-mask .handle-dots-layer {
    width: calc(100vw - 20px);
  }
  .handle-dots-mask .handle-dots-layer .colose-dots-mask {
    top: -8vw;
  }
  .handle-dots-mask .handle-dots-layer .colose-dots-mask img {
    width: 7.0667vw;
  }
  .handle-dots-mask .handle-dots-layer .content-list {
    max-height: 70vh;
    padding: 5.4667vw 3.3333vw 6.8vw;
  }
  .handle-dots-mask .handle-dots-layer .content-card {
    display: none;
  }
  .handle-dots-mask .handle-dots-layer .content-card .content-card-title {
    font-size: 4.6667vw;
    margin-bottom: 4vw;
  }
  .handle-dots-mask .handle-dots-layer .content-card .content-card-desc {
    font-size: 2.9333vw;
    margin: 4vw 0 4.6667vw;
    padding: 0;
  }
  .handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list {
    margin-top: 10px;
    margin-bottom: 15px;
    max-width: none;
    width: 100%;
  }
  .handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list:last-child {
    margin-bottom: 0;
  }
  .handle-dots-mask .handle-dots-layer .content-card .content-card-img .beer-label-list .beer-label {
    font-size: 2.9333vw;
  }
  .video-mask .video-layer {
    width: calc(100vw - 20px);
  }
  .video-mask .video-layer.po {
    width: 80vw;
  }
  .video-mask .video-layer .close-video-layer {
    top: -8vw;
  }
  .video-mask .video-layer .close-video-layer img {
    width: 7.0667vw;
  }
}