html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, p, pre, span, strong, form, iframe, label, button, input, textarea, table, tr, th, td, i, div, code, fieldset, legend, lengend, blockquote, select {
  text-align: inherit;
}

body {
  font-family: "Gilroy", sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

.promo-container {
  width: 100%;
  overflow-x: hidden;
  background-color: #F7FBFE;
}

.banner img {
  width: 100%;
}

.promo-bar-wrapper {
  padding: 1.171875vw 0 0.78125vw;
}

.promo-bar {
  width: 55.2734375vw;
  margin: 0 auto;
  background: #96f1f9;
  border-radius: 0.390625vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.625vw 1.2890625vw;
  position: relative;
}
.promo-bar::before, .promo-bar::after {
  content: "";
  position: absolute;
  width: 1.5625vw;
  height: 1.5625vw;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.promo-bar::before {
  left: -0.78125vw;
}
.promo-bar::after {
  right: -0.78125vw;
}

.coupon-box {
  text-align: center;
  border-right: 2px solid #9ef3f8;
  background: #F7FBFE;
  border-radius: 0.390625vw;
  padding: 1.953125vw 1.171875vw;
  flex: 1;
}
.coupon-box .title {
  font-size: 1.640625vw;
  font-weight: bold;
  color: #000;
}
.coupon-box .title span {
  font-size: 2.5vw;
}
.coupon-box .code {
  font-size: 1.40625vw;
  color: #25CCF9;
  font-weight: bold;
  margin-top: 0.78125vw;
  border-bottom: 0.078125vw solid #25CCF9;
  display: inline-block;
}

.countdown-box {
  flex: 1;
  text-align: center;
}
.countdown-box .flash-sale-text {
  font-size: 0.9375vw;
  margin-bottom: 1.171875vw;
}
.countdown-box .timer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown-box .timer .num {
  background: #fff;
  color: #E50616;
  font-size: 1.875vw;
  font-weight: bold;
  padding: 0.546875vw 0.859375vw;
  border-radius: 0.3125vw;
}
.countdown-box .timer .dot {
  font-size: 1.875vw;
  color: #E50616;
  margin: 0 0.390625vw;
  font-weight: bold;
}

.product-content {
  width: 55.2734375vw;
  margin: 0 auto 0.78125vw;
}

.product-list {
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw;
}

.product-item {
  flex: 1;
  background: #fff;
  padding: 3.125vw 0 1.953125vw;
  text-align: center;
  position: relative;
  border-radius: 0.3125vw;
}
.product-item:first-child {
  padding: 4.4921875vw 0 1.953125vw;
}
.product-item:first-child .img-wrap img {
  width: 15.3125vw;
}
.product-item .discount-tag {
  position: absolute;
  top: 0.78125vw;
  left: 0.78125vw;
  width: 4.6875vw;
  height: 4.6875vw;
  background: url("https://resource.xp-pen.com/img/PromotionList/Artist24ProGen2Series_US/img_discount.png") no-repeat center/contain;
  color: #fff;
  font-size: 1.09375vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.product-item .img-wrap {
  margin-bottom: 1.5625vw;
  text-align: center;
}
.product-item .img-wrap img {
  width: 17.9296875vw;
}
.product-item .prod-name {
  font-size: 1.09375vw;
  margin-bottom: 0.78125vw;
  color: #010101;
}
.product-item .price {
  margin-bottom: 1.171875vw;
}
.product-item .price .now {
  color: #D3111E;
  font-size: 1.40625vw;
  font-weight: bold;
}
.product-item .price .old {
  color: #000404;
  text-decoration: line-through;
  font-size: 0.8984375vw;
  margin-left: 0.390625vw;
}
.product-item .shop-btn {
  display: inline-block;
  background: #1C1C1C;
  color: #FAFAFA;
  text-decoration: none;
  padding: 0.3515625vw 1.71875vw;
  border-radius: 0.9375vw;
  font-weight: bold;
  font-size: 0.9375vw;
}

.service-list {
  display: flex;
  background: #fdfdfd;
  margin-top: 1.5625vw;
  padding: 1.171875vw 2.9296875vw;
  gap: 0.5859375vw;
}

.service-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.859375vw;
  color: #000404;
  gap: 0.78125vw;
  background-color: #fafafa;
  padding: 0.78125vw 0.78125vw;
  border-radius: 0.3125vw;
}
.service-item .iconfont {
  font-size: 2.5vw;
}

.content-container {
  width: 55.2734375vw;
  margin: 0 auto;
}

.workflow-section {
  width: 100%;
  position: relative;
}
.workflow-section .intro-content {
  position: absolute;
  top: 3.125vw;
  left: 0;
  width: 100%;
}
.workflow-section .title {
  font-size: 1.40625vw;
  margin-bottom: 1.171875vw;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.workflow-section .desc {
  font-size: 0.78125vw;
  line-height: 1.6;
  max-width: 39.0625vw;
  color: #010101;
  text-align: center;
  margin: 0 auto;
}

.features-section {
  padding: 3.90625vw 0;
}
.features-section .feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9765625vw;
}
.features-section .feature-row.reverse {
  flex-direction: row-reverse;
}
.features-section .feature-row .text-side {
  width: 45%;
}
.features-section .feature-row .text-side .sub-title {
  font-size: 1.40625vw;
  margin-bottom: 1.171875vw;
  font-weight: bold;
  color: #000;
}
.features-section .feature-row .text-side .sub-desc {
  font-size: 0.78125vw;
  line-height: 1.6;
  color: #010101;
}
.features-section .feature-row .img-side {
  width: 50%;
}
.features-section .feature-row .img-side img {
  width: 100%;
}

.expert-section {
  background: #fff;
  padding: 3.125vw 0 3.90625vw;
  text-align: center;
}
.expert-section .main-title {
  font-size: 1.875vw;
  margin-bottom: 2.34375vw;
  font-weight: bold;
  color: #000;
}
.expert-section .blog-list {
  display: flex;
  gap: 0.625vw;
  justify-content: space-between;
}
.expert-section .blog-item {
  flex: 1;
  background: #EEF2F6;
  padding: 2.34375vw;
  border-radius: 0.390625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expert-section .blog-item .blog-logo {
  margin-bottom: 2.34375vw;
}
.expert-section .blog-item .blog-logo img {
  max-width: max-content;
}
.expert-section .blog-item .blog-logo .logo-img_1 {
  width: 15.625vw;
}
.expert-section .blog-item .blog-logo .logo-img_2 {
  width: 12.96875vw;
}
.expert-section .blog-item .quote {
  font-size: 0.78125vw;
  line-height: 1.8;
  color: #010101;
  margin-bottom: 1.171875vw;
  flex-grow: 1;
  text-align: left;
}
.expert-section .blog-item .author {
  font-size: 1.171875vw;
  font-weight: bold;
  color: #000;
}

.possibilities-section {
  padding: 4.6875vw 0;
  background: #fdfdfd;
}
.possibilities-section .main-title {
  font-size: 1.875vw;
  text-align: center;
  margin-bottom: 3.125vw;
  font-weight: bold;
  color: #000;
}
.possibilities-section .scene-swiper-content {
  position: relative;
}
.possibilities-section .scene-swiper {
  width: 55.2734375vw;
  position: relative;
}
.possibilities-section .slide-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.34375vw;
}
.possibilities-section .text-area {
  width: 40%;
  text-align: left;
}
.possibilities-section .text-area .scene-title {
  font-size: 1.40625vw;
  font-weight: bold;
  margin-bottom: 1.171875vw;
  color: #000;
}
.possibilities-section .text-area .scene-desc {
  font-size: 0.78125vw;
  line-height: 1.6;
  color: #303030;
}
.possibilities-section .image-area {
  width: 60%;
}
.possibilities-section .image-area img {
  width: 100%;
  border-radius: 0.78125vw;
}
.possibilities-section .custom-prev,
.possibilities-section .custom-next {
  width: 2.34375vw;
  height: 2.34375vw;
  background-color: rgba(200, 200, 200, 0.5);
  background-size: 40%;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.171875vw;
  transition: all 0.3s;
}
.possibilities-section .custom-prev:hover,
.possibilities-section .custom-next:hover {
  background-color: rgba(150, 150, 150, 0.8);
}
.possibilities-section .custom-prev {
  left: -4.6875vw;
}
.possibilities-section .custom-next {
  right: -4.6875vw;
}
.possibilities-section .swiper-button-next, .possibilities-section .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23404040'%2F%3E%3C%2Fsvg%3E");
}
.possibilities-section .swiper-button-prev, .possibilities-section .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23404040'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1080px) {
  .promo-bar-wrapper {
    padding: 2.7777777778vw;
  }
  .promo-bar {
    border-radius: 2.7777777778vw;
    padding: 3.2407407407vw 5.0925925926vw;
    position: relative;
    display: block;
    width: 100%;
  }
  .coupon-box {
    padding: 3.2407407407vw;
    margin-bottom: 5.0925925926vw;
    border-radius: 0.9259259259vw;
  }
  .coupon-box .title {
    font-size: 5.3703703704vw;
  }
  .coupon-box .title span {
    font-size: 8.1481481481vw;
  }
  .coupon-box .code {
    font-size: 4.6296296296vw;
  }
  .countdown-box .flash-sale-text {
    font-size: 3.0555555556vw;
    margin-bottom: 3.7037037037vw;
  }
  .countdown-box .timer .num, .countdown-box .timer .dot {
    font-size: 6.2037037037vw;
  }
  .countdown-box .timer .num {
    border-radius: 0.7407407407vw;
  }
  .countdown-box .timer .dot {
    margin: 0 1.8518518519vw;
  }
  .product-content {
    width: 93.9814814815vw;
    margin: 0 auto;
  }
  .product-list {
    flex-direction: column;
    gap: 3.7037037037vw;
  }
  .product-item {
    padding: 9.2592592593vw;
    border-radius: 0.7407407407vw;
  }
  .product-item:first-child {
    padding: 12.037037037vw 0 10.1851851852vw;
  }
  .product-item:first-child .img-wrap img {
    width: 60.0925925926vw;
  }
  .product-item .discount-tag {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    font-size: 4.0740740741vw;
  }
  .product-item .img-wrap {
    margin-bottom: 5.5555555556vw;
  }
  .product-item .img-wrap img {
    width: 70.2777777778vw;
  }
  .product-item .prod-name {
    font-size: 4.2592592593vw;
    margin-bottom: 2.7777777778vw;
  }
  .product-item .price {
    margin-bottom: 3.7037037037vw;
  }
  .product-item .price .now {
    font-size: 5.5555555556vw;
  }
  .product-item .price .old {
    font-size: 3.5185185185vw;
  }
  .product-item .shop-btn {
    font-size: 3.7037037037vw;
    padding: 1.2962962963vw 9.2592592593vw;
    border-radius: 3.7037037037vw;
  }
  .service-list {
    flex-wrap: wrap;
    padding: 1.8518518519vw 1.8518518519vw 0;
    justify-content: space-between;
    margin-bottom: 3.7037037037vw;
  }
  .service-item {
    width: 49%;
    margin-bottom: 1.8518518519vw;
    gap: 1.8518518519vw;
    font-size: 2.2222222222vw;
    flex: none;
    padding: 1.8518518519vw 1.8518518519vw;
    border-radius: 0.7407407407vw;
  }
  .service-item .iconfont {
    font-size: 5.9259259259vw;
  }
  .content-container {
    width: 93.9814814815vw;
  }
  .workflow-section {
    width: 100%;
  }
  .workflow-section .content-container {
    text-align: center;
  }
  .workflow-section .intro-content {
    top: 6.4814814815vw;
    padding: 0 6.4814814815vw;
  }
  .workflow-section .title {
    font-size: 5.5555555556vw;
    font-weight: bold;
    margin-bottom: 1.8518518519vw;
  }
  .workflow-section .desc {
    font-size: 3.3333333333vw;
    line-height: 1.5;
    max-width: 100%;
  }
  .features-section {
    padding: 7.4074074074vw 0 0;
  }
  .features-section .feature-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 9.2592592593vw;
  }
  .features-section .feature-row.reverse {
    flex-direction: column;
  }
  .features-section .feature-row .text-side {
    width: 100%;
    text-align: center;
    margin-bottom: 3.7037037037vw;
  }
  .features-section .feature-row .text-side .sub-title {
    font-size: 5.5555555556vw;
    margin-bottom: 2.7777777778vw;
  }
  .features-section .feature-row .text-side .sub-desc {
    font-size: 3.3333333333vw;
    line-height: 1.5;
  }
  .features-section .feature-row .img-side {
    width: 100%;
  }
  .features-section .feature-row .img-side img {
    width: 100%;
  }
  .expert-section {
    padding: 9.2592592593vw 0 0;
    text-align: center;
  }
  .expert-section .main-title {
    font-size: 6.6666666667vw;
    margin-bottom: 5.5555555556vw;
  }
  .expert-section .blog-list {
    display: flex;
    flex-direction: column;
    gap: 5.5555555556vw;
  }
  .expert-section .blog-item {
    background: #f4f7f9;
    padding: 7.4074074074vw 3.7037037037vw;
  }
  .expert-section .blog-item .blog-logo {
    margin-bottom: 5.5555555556vw;
  }
  .expert-section .blog-item .blog-logo img {
    width: auto;
    margin: 0 auto;
  }
  .expert-section .blog-item .blog-logo .logo-img_1 {
    width: 37.037037037vw;
  }
  .expert-section .blog-item .blog-logo .logo-img_2 {
    width: 30.7407407407vw;
  }
  .expert-section .blog-item .quote {
    font-size: 2.5925925926vw;
    line-height: 1.6;
    margin-bottom: 3.7037037037vw;
    text-align: left;
  }
  .expert-section .blog-item .author {
    font-size: 3.1481481481vw;
    font-weight: bold;
  }
  .possibilities-section {
    padding: 6.4814814815vw 0 9.2592592593vw;
    background: #f4f7f9;
    margin-top: 7.4074074074vw;
  }
  .possibilities-section .main-title {
    width: 93.9814814815vw;
    margin: 0 auto 5.5555555556vw;
    font-size: 6.6666666667vw;
    text-align: center;
    line-height: 1.2;
  }
  .possibilities-section .scene-swiper {
    width: 100%;
    padding-bottom: 13.8888888889vw;
  }
  .possibilities-section .slide-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .possibilities-section .image-area {
    width: 100%;
    margin-bottom: 5.5555555556vw;
  }
  .possibilities-section .image-area img {
    width: 100%;
  }
  .possibilities-section .text-area {
    width: 93.9814814815vw;
    text-align: center;
  }
  .possibilities-section .text-area .scene-title {
    font-size: 5.5555555556vw;
    margin-bottom: 2.7777777778vw;
  }
  .possibilities-section .text-area .scene-desc {
    font-size: 3.3333333333vw;
    line-height: 1.5;
  }
  .possibilities-section .custom-prev,
  .possibilities-section .custom-next {
    top: auto;
    bottom: 0;
    width: 9.2592592593vw;
    height: 9.2592592593vw;
    background-color: #eee;
    background-size: 30%;
    border-radius: 50%;
    margin: 0;
  }
  .possibilities-section .custom-prev {
    left: 50%;
    transform: translateX(-120%);
  }
  .possibilities-section .custom-next {
    right: 50%;
    transform: translateX(120%);
  }
}
.icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #ccc;
}

.comparison-wrapper {
  padding-bottom: 3.90625vw;
}

.comparison-container {
  width: 55.2734375vw;
  box-sizing: border-box;
  overflow-x: auto;
  margin: 0 auto;
}
.comparison-container .main-title {
  font-size: 2.8125vw;
  text-align: center;
  margin-bottom: 1.5625vw;
  margin-top: 3.90625vw;
}
.comparison-container .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.078125vw solid #dcdcdc;
  table-layout: fixed;
  min-width: 46.875vw;
}
.comparison-container .comparison-table th, .comparison-container .comparison-table td {
  border: 0.078125vw solid #dcdcdc;
  padding: 1.171875vw 0.78125vw;
  font-size: 1.09375vw;
  line-height: 1.6;
  color: #333;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
}
.comparison-container .comparison-table .label-col {
  width: 17.578125vw;
  text-align: left;
  font-weight: bold;
  color: #000;
  padding-left: 1.5625vw;
}
.comparison-container .comparison-table .product-col {
  background-color: #fff;
}
.comparison-container .comparison-table .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625vw 0;
}
.comparison-container .comparison-table .product-info img {
  width: auto;
  height: 13.28125vw;
  margin-bottom: 1.171875vw;
  object-fit: contain;
}
.comparison-container .comparison-table .product-info p {
  font-weight: bold;
  font-size: 1.09375vw;
  margin: 0 0 0.5859375vw 0;
  color: #000;
}
.comparison-container .comparison-table .product-info .learn-more {
  color: #00a0e9;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.09375vw;
}
.comparison-container .comparison-table .product-info .learn-more:hover {
  text-decoration: underline;
}
.comparison-container .comparison-table .center-col {
  text-align: center;
}
.comparison-container .comparison-table .compatibility-list {
  line-height: 1.8;
  font-size: 1.015625vw;
}

.faq-section {
  width: 100%;
  background-color: #fff;
  padding: 3.90625vw 0;
}
.faq-section .faq-container {
  width: 55.2734375vw;
  margin: 0 auto;
  position: relative;
}
.faq-section .faq-decoration {
  position: absolute;
  top: -3.125vw;
  left: 5.859375vw;
}
.faq-section .faq-decoration img {
  width: 4.6875vw;
  height: auto;
}
.faq-section .faq-title {
  font-size: 3.125vw;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 3.125vw;
}
.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.171875vw;
}
.faq-section .faq-item {
  border: 0.078125vw solid #e2e2e2;
  transition: all 0.3s ease;
  overflow: hidden;
}
.faq-section .faq-item.active {
  border-color: #00a0e9;
}
.faq-section .faq-item.active .faq-header {
  color: #00a0e9;
}
.faq-section .faq-item.active .faq-header .iconfont {
  transform: rotate(180deg);
  border-top-color: #00a0e9;
}
.faq-section .faq-item .faq-header {
  padding: 1.5625vw 1.953125vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25vw;
  color: #333;
  position: relative;
}
.faq-section .faq-item .faq-header .q-num {
  margin-right: 0.5859375vw;
}
.faq-section .faq-item .faq-header .iconfont {
  position: absolute;
  right: 1.953125vw;
  transition: transform 0.3s ease;
  font-size: 30px;
}
.faq-section .faq-item .faq-body {
  display: none;
  padding: 0 1.953125vw 1.5625vw 1.953125vw;
  font-size: 1.09375vw;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 1080px) {
  .comparison-container {
    max-width: 100%;
    width: 93.9814814815vw;
  }
  .comparison-container .main-title {
    font-size: 4.4444444444vw;
    text-align: center;
    margin-bottom: 1.8518518519vw;
    margin-top: 4.6296296296vw;
  }
  .comparison-container .comparison-table .label-col {
    width: 20.3703703704vw;
  }
  .comparison-container .comparison-table th, .comparison-container .comparison-table td {
    font-size: 2.5925925926vw;
    padding: 1.3888888889vw 0.9259259259vw;
  }
  .comparison-container .comparison-table .product-info {
    padding: 3.7037037037vw 0;
  }
  .comparison-container .comparison-table .product-info p {
    font-size: 2.4074074074vw;
    margin: 0 0 1.3888888889vw 0;
  }
  .comparison-container .comparison-table .product-info .learn-more {
    font-size: 2.5925925926vw;
  }
  .comparison-container .comparison-table .compatibility-list {
    font-size: 2.5925925926vw;
  }
  .faq-section {
    padding: 7.4074074074vw 0;
  }
  .faq-section .faq-container {
    width: 93.9814814815vw;
  }
  .faq-section .faq-decoration {
    top: -5.5555555556vw;
    left: 3.7037037037vw;
  }
  .faq-section .faq-decoration img {
    width: 9.2592592593vw;
  }
  .faq-section .faq-title {
    font-size: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
  }
  .faq-section .faq-item {
    border-width: 1px;
  }
  .faq-section .faq-item .faq-header {
    padding: 1.8518518519vw 1.3888888889vw;
    font-size: 3.1481481481vw;
  }
  .faq-section .faq-item .faq-header .iconfont {
    right: 1.8518518519vw;
    font-size: 20px;
  }
  .faq-section .faq-item .faq-body {
    padding: 0 3.7037037037vw 2.7777777778vw 3.7037037037vw;
    font-size: 2.962962963vw;
  }
}