#Artist22Inch {
  font-size: 0;
  scroll-behavior: smooth;
}

#Artist22Inch [id] {
  scroll-margin-top: 0.78125vw;
}

#Artist22Inch img {
  width: 100%;
  height: auto;
}

#Artist22Inch .img-pc {
  display: inline-block;
}

#Artist22Inch .img-h5 {
  display: none;
}

#Artist22Inch h1, #Artist22Inch h2, #Artist22Inch p {
  text-align: center;
  color: #000000;
}

#Artist22Inch .faq-section .faq-item .faq-body p {
  text-align: left;
}

#Artist22Inch .kv-section {
  position: relative;
}

#Artist22Inch .kv-section .kv-content {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

#Artist22Inch .kv-section .kv-content .product-name {
  font-size: 2.8125vw;
  font-weight: 700;
}

#Artist22Inch .kv-section .kv-content .product-desc1 {
  font-size: 1.17188vw;
  font-weight: 500;
  margin-top: 1.17188vw;
  line-height: 1.6;
}

#Artist22Inch .nav-section {
  position: sticky;
  top: 58px;
  z-index: 100;
  background-color: #D8E5F0;
}

#Artist22Inch .nav-section .nav-list {
  display: flex;
  justify-content: center;
  gap: 1.17188vw;
}

#Artist22Inch .nav-section .nav-list .nav-item-link {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  padding: 0.97656vw 3.4375vw;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#Artist22Inch .nav-section .nav-list .nav-item-link.active,
#Artist22Inch .nav-section .nav-list .nav-item-link.active:hover {
  background-color: #4A93FF;
  color: #fff;
}

#Artist22Inch .nav-section .nav-list .nav-item-link:not(.active):hover {
  background-color: rgba(74, 147, 255, 0.15);
  color: #000000;
}

@media (max-width: 1024px) {
  #Artist22Inch .nav-section {
    top: 45px;
  }
}

@media (max-width: 768px) {
  #Artist22Inch .nav-section {
    top: 47px;
  }
}

#Artist22Inch .display-section {
  background: #264E8D url("https://resource.xp-pen.com/img/active_list/Artist22Inch/images/2-bg.webp") no-repeat;
  background-size: 100% auto;
  padding-top: 3.51562vw;
  padding-bottom: 4.49219vw;
}

#Artist22Inch .display-section .display-content {
  width: 55%;
  margin: 0 auto;
}

#Artist22Inch .display-section .display-content .display-title {
  font-size: 1.875vw;
  font-weight: 700;
  color: #FFFFFF;
}

#Artist22Inch .display-section .display-content .display-desc {
  font-size: 0.9375vw;
  font-weight: 500;
  margin-top: 0.78125vw;
  line-height: 1.6;
  color: #FFFFFF;
}

#Artist22Inch .display-section .display-tab {
  width: 70%;
  margin: 1.75781vw auto 5.66406vw;
  display: flex;
  gap: 0.9375vw;
}

#Artist22Inch .display-section .display-tab .left {
  width: 42.96875vw;
  height: 24.16992vw;
}

#Artist22Inch .display-section .display-tab .left .display-item {
  width: 100%;
  height: 100%;
  display: none;
}

#Artist22Inch .display-section .display-tab .left .display-item.active {
  display: inline-block;
}

#Artist22Inch .display-section .display-tab .left .display-item iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.17188vw;
}

#Artist22Inch .display-section .display-tab .right {
  display: flex;
  flex-direction: column;
  gap: 0.39062vw;
  flex: 1;
}

#Artist22Inch .display-section .display-tab .right .display-item .display-item-title {
  position: relative;
}

#Artist22Inch .display-section .display-tab .right .display-item .display-item-title-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
}

#Artist22Inch .display-section .display-tab .right .display-item .display-item-title-icon .iconfont {
  font-size: 1.25vw;
  color: #FFFFFF;
  transition: transform 0.35s ease;
}

#Artist22Inch .display-section .display-tab .right .display-item.active .display-item-title-icon .iconfont {
  transform: rotate(180deg);
  display: inline-block;
}

#Artist22Inch .display-section .display-tab .right .display-item {
  background-color: #172C49;
  border-radius: 1.17188vw;
  padding: 0.625vw 1.17188vw;
  cursor: pointer;
  transition: background-color 0.35s ease;
}

#Artist22Inch .display-section .display-tab .right .display-item-title-text {
  font-size: 1.79687vw;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 2;
}

#Artist22Inch .display-section .display-tab .right .display-item.active {
  background-color: #23416D;
}

#Artist22Inch .display-section .display-tab .right .display-item-desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

#Artist22Inch .display-section .display-tab .right .display-item.active .display-item-desc {
  grid-template-rows: 1fr;
}

#Artist22Inch .display-section .display-tab .right .display-item-desc p {
  overflow: hidden;
  min-height: 0;
  font-size: 1.13281vw;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: left;
}

#Artist22Inch .display-section .compare-list {
  width: 70%;
  margin: 1.75781vw auto 0;
}

#Artist22Inch .display-section .compare-list .compare-item {
  display: flex;
  gap: 0.78125vw;
  align-items: stretch;
  justify-content: center;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item {
  width: 33.33%;
  margin-bottom: 1.95312vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 1.17188vw;
  padding: 1.48438vw 0;
  gap: 0.78125vw;
  position: relative;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item .prod-name {
  font-size: 1.32812vw;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.2;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item .prod-desc {
  font-size: 0.85938vw;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.2;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item .price {
  display: flex;
  gap: 0.78125vw;
  align-items: flex-end;
  margin-top: auto;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item .price .now {
  color: #D3111E;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item .price .old {
  color: #000404;
  font-size: 0.78125vw;
  line-height: 1;
  text-decoration: line-through;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item > a {
  background-color: #4A93FF;
  font-size: 0.78125vw;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.625vw 3.125vw;
  border-radius: 100px;
  display: inline-block;
}

#Artist22Inch .display-section .compare-list .compare-item .product-item .img-wrap {
  width: 15.39062vw;
}

#Artist22Inch .display-section .compare-list .compare-item > p {
  width: 33.33%;
}

#Artist22Inch .display-section .compare-list .compare-item:nth-child(2n) > p {
  font-size: 0.9375vw;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.54688vw;
  line-height: 1;
}

#Artist22Inch .display-section .compare-list .compare-item:nth-child(2n-1) > p {
  font-size: 0.78125vw;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 1.40625vw;
  line-height: 1;
}

#Artist22Inch .saying-section .saying-content {
  width: 55%;
  margin: 0 auto 2.34375vw;
  padding-top: 3.51562vw;
}

#Artist22Inch .saying-section .saying-content .saying-title {
  font-size: 1.875vw;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 1460px) {
  #Artist22Inch .display-section .display-tab {
    width: auto;
    justify-content: center;
  }
  #Artist22Inch .display-section .display-tab .left {
    width: 456px;
    height: 256px;
  }
  #Artist22Inch .display-section .display-tab .right {
    width: 337px;
    flex: none;
    gap: 4px;
  }
  #Artist22Inch .display-section .display-tab .right .display-item {
    padding: 9px 17px;
  }
  #Artist22Inch .display-section .display-tab .right .display-item-title-text {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {
  #Artist22Inch .img-pc {
    display: none;
  }
  #Artist22Inch .img-h5 {
    display: inline-block;
  }
  #Artist22Inch .kv-section .kv-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
  }
  #Artist22Inch .kv-section .kv-content .product-name {
    font-size: 6.2963vw;
  }
  #Artist22Inch .kv-section .kv-content .product-desc1 {
    font-size: 3.33333vw;
    line-height: 1.2;
    margin-top: 2.77778vw;
  }
  #Artist22Inch .nav-section .nav-list {
    gap: 0;
    justify-content: space-between;
  }
  #Artist22Inch .nav-section .nav-list .nav-item-link {
    font-size: 3.33333vw;
    text-align: center;
    padding: 2.77778vw;
  }
  #Artist22Inch .display-section {
    padding-top: 5.55556vw;
    padding-bottom: 11.11111vw;
  }
  #Artist22Inch .display-section .display-content {
    width: 90%;
  }
  #Artist22Inch .display-section .display-content .display-title {
    font-size: 5.55556vw;
  }
  #Artist22Inch .display-section .display-content .display-desc {
    font-size: 3.33333vw;
  }
  #Artist22Inch .display-section .display-tab {
    display: none;
  }
  #Artist22Inch .display-section .compare-list {
    margin-top: 5.55556vw;
    width: 96%;
    overflow-x: auto;
    padding-bottom: 1.85185vw;
    overflow-y: hidden;
  }
  #Artist22Inch .display-section .compare-list::-webkit-scrollbar {
    height: 1.11111vw;
    -webkit-appearance: none;
  }
  #Artist22Inch .display-section .compare-list::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }
  #Artist22Inch .display-section .compare-list::-webkit-scrollbar-track {
    background: #617BA5;
    border-radius: 12px;
  }
  #Artist22Inch .display-section .compare-list::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 12px;
  }
  #Artist22Inch .display-section .compare-list::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
  }
  #Artist22Inch .display-section .compare-list .compare-item {
    gap: 2.03704vw;
    width: 150.74074vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item {
    width: 48.88889vw;
    gap: 2.77778vw;
    padding: 4.25926vw 0;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item .img-wrap {
    width: 43.98148vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item .prod-name {
    font-size: 4.44444vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item .prod-desc {
    font-size: 2.77778vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item .price .now {
    font-size: 4.44444vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item .price .old {
    font-size: 2.77778vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item .product-item > a {
    font-size: 3.7037vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item:nth-child(2n) > p {
    font-size: 3.33333vw;
    margin-bottom: 0.74074vw;
  }
  #Artist22Inch .display-section .compare-list .compare-item:nth-child(2n-1) > p {
    font-size: 2.77778vw;
    margin-bottom: 3.7037vw;
  }
  #Artist22Inch .saying-section .saying-content {
    width: 90%;
    padding-top: 5.55556vw;
    padding-bottom: 3.7037vw;
  }
  #Artist22Inch .saying-section .saying-content .saying-title {
    font-size: 5.55556vw;
  }
  #Artist22Inch .swiper-tab {
    width: 100%;
    overflow: hidden;
  }
  #swiper-tab {
    width: 79.62963vw;
    overflow: initial;
    margin: 5.55556vw auto 11.11111vw;
  }
  #swiper-tab .swiper-slide {
    width: 100%;
  }
  #swiper-tab .swiper-slide .display-item {
    width: 79.62963vw;
    height: 44.79167vw;
  }
  #swiper-tab .swiper-slide .display-item iframe {
    width: 100%;
    height: 100%;
    border-radius: 2.77778vw;
  }
  #swiper-tab .swiper-slide .display-item-desc {
    width: 100%;
    background-color: #23416D;
    border-radius: 2.77778vw;
    padding: 4.44444vw 5.55556vw;
    width: 92%;
    margin: 6.01852vw auto 0;
  }
  #swiper-tab .swiper-slide .display-item-desc h3 {
    font-size: 5.55556vw;
    font-weight: 700;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.2;
  }
  #swiper-tab .swiper-slide .display-item-desc p {
    font-size: 2.77778vw;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.2;
    margin-top: 1.38889vw;
  }
  #swiper-tab .swiper-pagination {
    position: initial;
    width: 92%;
    height: 1.11111vw;
    border-radius: 12px;
    background-color: #617BA5;
    margin: 4.62963vw auto 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 33.33%;
    height: 100%;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    background-color: #617BA5;
    opacity: 1;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 1;
  }
}

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

.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;
}

@media (max-width: 1080px) {
  .product-content {
    width: 93.9814814815vw;
    margin: 0 auto;
  }
  .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;
  }
}

.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;
}

@media (max-width: 1080px) {
  .product-item .discount-tag {
    width: 13.6666666667vw;
    height: 13.6666666667vw;
    font-size: 3.0740740741vw;
  }
}

.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: flex-start;
  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;
}

.faq-section .faq-item .faq-body p {
  text-align: left;
}

@media (max-width: 1080px) {
  .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;
    padding-right: 7vw;
  }
  .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;
  }
  .faq-section .faq-item .faq-header .q-num {
    width: 3.2vw;
  }
}
