@charset "UTF-8";
@font-face {
  font-family: 'Roboto-Bold';
  src: url("https://www.xencelabs.com/Uploads/images/xencelabs/detail/PenDisplay24/css/Roboto-Bold.ttf");
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url("https://www.xencelabs.com/Uploads/images/xencelabs/detail/PenDisplay24/css/Roboto-Medium.ttf");
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("https://www.xencelabs.com/Uploads/images/xencelabs/detail/PenDisplay24/css/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("https://www.xencelabs.com/Uploads/images/xencelabs/detail/PenDisplay24/css/Roboto-Light.ttf");
}

#PenDisplay24.en .font_Bold {
  font-family: 'Roboto-Bold';
}

#PenDisplay24.en .font_Medium {
  font-family: 'Roboto-Medium';
}

#PenDisplay24.en .font_Regular {
  font-family: 'Roboto-Regular';
}

#PenDisplay24.en .font_Light {
  font-family: 'Roboto-Light';
}

#PenDisplay24.jp .font_Bold {
  font-weight: 900;
}

#PenDisplay24.jp .font_Medium {
  font-weight: 500;
}

#PenDisplay24.jp .font_Regular {
  font-weight: 300;
}

#PenDisplay24.jp .font_Light {
  font-weight: 100;
}

#PenDisplay24.kr .font_Bold {
  font-weight: 700;
}

#PenDisplay24.kr .font_Medium {
  font-weight: 500;
}

#PenDisplay24.kr .font_Regular {
  font-weight: 300;
}

#PenDisplay24.kr .font_Light {
  font-weight: 100;
}

#PenDisplay24.cn .font_Bold {
  font-weight: 700;
}

#PenDisplay24.cn .font_Medium {
  font-weight: 600;
}

#PenDisplay24.cn .font_Regular {
  font-weight: 300;
}

#PenDisplay24.cn .font_Light {
  font-weight: 300;
}

#PenDisplay24.tw .font_Bold {
  font-weight: 700;
}

#PenDisplay24.tw .font_Medium {
  font-weight: 400;
}

#PenDisplay24.tw .font_Regular {
  font-weight: 300;
}

#PenDisplay24.tw .font_Light {
  font-weight: 100;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#PenDisplay24 {
  font-size: 0;
  color: #FFFFFF;
  background-color: #000000;
}

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

#PenDisplay24 video {
  width: 100%;
  height: auto;
}

#PenDisplay24 .font_max {
  font-size: 2.5vw;
  line-height: 1.5;
  width: max-content;
  background: linear-gradient(45deg, #FFFFFF 0%, #FFFFFF 41.96777%, #899DA9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#PenDisplay24 .font_min {
  font-size: 1.04167vw;
  line-height: 1.6;
  color: #FFFFFF80;
}

#PenDisplay24 .module_head {
  align-items: center;
  display: flex;
  justify-content: center;
}

#PenDisplay24 .max_title {
  font-size: 4.16667vw;
  text-align: center;
  width: max-content;
  background: linear-gradient(45deg, #FFF159 0%, #FFCB05 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#PenDisplay24 .img_pc {
  display: inline-block;
}

#PenDisplay24 .img_h5 {
  display: none;
}

#PenDisplay24 .module1 {
  position: relative;
}

#PenDisplay24 .module1 .text_content .item .text_box {
  width: 92%;
  position: absolute;
  left: 4%;
  top: 7.03125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p1 {
  font-size: 2.5vw;
  margin-bottom: 0.72917vw;
  text-align: center;
  color: #FFFFFF;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p2 {
  font-size: 1.25vw;
  margin-bottom: 1.875vw;
  text-align: center;
  color: #FFFFFF;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3 {
  font-size: 0.9375vw;
  background-color: #FFCB05;
  border-radius: 100px;
  line-height: 1;
  padding: 0.52083vw 1.14583vw 0.625vw;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3 a {
  font-size: 0.9375vw;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box {
  position: relative;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 1.04167vw;
  display: none;
  width: 11.97917vw;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link {
  display: flex;
  flex-direction: column;
  background-color: #FFCB05;
  border-radius: 0.83333vw;
  padding: 0.625vw 1.35417vw;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a {
  font-size: 0.83333vw;
  color: #000000;
  opacity: 0.7;
  width: max-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.52083vw;
  transition: none;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a:last-child {
  margin-bottom: 0;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a.active {
  opacity: 1;
  font-weight: 700;
  font-size: 0.9375vw;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a .yuan {
  display: inline-block;
  width: 0.41667vw;
  height: 0.41667vw;
  background-color: #000000;
  opacity: 0;
  border-radius: 2.60417vw;
  margin-right: 0.52083vw;
}

#PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a.active .yuan {
  background-color: #000000;
  opacity: 1;
}

#PenDisplay24 .module1 .swiper0-swiper-pagination {
  width: 186px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

#PenDisplay24 .module1 .swiper0-swiper-pagination .swiper-pagination-bullet {
  width: 50%;
  height: 100%;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}

#PenDisplay24 .module1 .swiper0-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

#PenDisplay24 .module2 {
  background-color: #101114;
  padding-top: 11.30208vw;
  padding-bottom: 13.02083vw;
}

#PenDisplay24 .module2 .order_list {
  width: 72.91667vw;
  margin: 0 auto 3.125vw;
  display: flex;
  flex-wrap: wrap;
}

#PenDisplay24 .module2 .order_list .order {
  margin-bottom: 1.04167vw;
  margin-right: 1.04167vw;
  border-radius: 0.625vw;
  position: relative;
  overflow: hidden;
}

#PenDisplay24 .module2 .order_list .order1 {
  width: 36.19792vw;
}

#PenDisplay24 .module2 .order_list .order2 {
  width: 35.67708vw;
  margin-right: 0;
}

#PenDisplay24 .module2 .order_list .order3 {
  width: 25vw;
}

#PenDisplay24 .module2 .order_list .order4 {
  width: 22.91667vw;
}

#PenDisplay24 .module2 .order_list .order5 {
  width: 22.91667vw;
  margin-right: 0;
}

#PenDisplay24 .module2 .order_list .order6 {
  width: 25vw;
}

#PenDisplay24 .module2 .order_list .order7 {
  width: 46.875vw;
  margin-right: 0;
}

#PenDisplay24 .module2 .order_list .order8 {
  width: 25vw;
}

#PenDisplay24 .module2 .order_list .order9 {
  width: 22.91667vw;
}

#PenDisplay24 .module2 .order_list .order10 {
  width: 22.91667vw;
  margin-right: 0;
}

#PenDisplay24 .module2 .order_list .order .text_box {
  position: absolute;
  left: 2.08333vw;
  top: 1.77083vw;
  width: 85%;
}

#PenDisplay24 .module2 .order_list .order .text_box .text_p1 {
  font-size: 1.25vw;
  margin-bottom: 0.20833vw;
  line-height: 1.333;
  text-align: left;
}

#PenDisplay24 .module2 .order_list .order .text_box .text_p2 {
  font-size: 0.83333vw;
  color: #FFFFFF80;
  line-height: 1.5;
  text-align: left;
}

#PenDisplay24 .module2 .order_list .order .data_list {
  position: absolute;
  top: 52%;
  left: 29%;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}

#PenDisplay24 .module2 .order_list .order .data_list .data_item {
  display: flex;
  align-items: center;
  margin-bottom: 0.83333vw;
  width: 50%;
}

#PenDisplay24 .module2 .order_list .order .data_list .data_item .data_yuan {
  display: inline-block;
  margin-right: 0.52083vw;
  width: 0.41667vw;
  height: 0.41667vw;
  border-radius: 50%;
  background-color: #FFFFFF;
}

#PenDisplay24 .module2 .order_list .order .data_list .data_item .data_text_1 {
  font-size: 0.83333vw;
  color: #FFCB05;
  margin-right: 0.36458vw;
}

#PenDisplay24 .module2 .order_list .order .data_list .data_item .data_text_2 {
  font-size: 0.83333vw;
  color: #FFFFFF80;
}

#PenDisplay24 .module2 .text_p3 {
  font-size: 0.83333vw;
  color: #FFFFFF80;
  text-align: center;
  line-height: 1.5;
}

#PenDisplay24 #tvc {
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

#PenDisplay24 .module4_head {
  padding-top: 11.71875vw;
  padding-bottom: 11.45833vw;
}

#PenDisplay24 .module4 {
  padding-bottom: 10.9375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module4 .text_box {
  width: 72.91667vw;
  margin: 0 auto 2.8125vw;
  display: flex;
  justify-content: space-between;
}

#PenDisplay24 .module4 .text_box .text_p2 {
  width: 36.45833vw;
  padding-top: 0.52083vw;
}

#PenDisplay24 .module4 #PenDisplay24_swiper1 {
  border-radius: 1.04167vw;
  overflow: hidden;
  margin-bottom: 1.82292vw;
  width: 72.91667vw;
  height: 36.45833vw;
}

#PenDisplay24 .module4 #PenDisplay24_swiper1 .text_content .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#PenDisplay24 .module4 .tab_text_1 {
  width: 35.9375vw;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #404040;
  margin-bottom: 1.04167vw;
}

#PenDisplay24 .module4 .tab_text_1 .tab_text {
  font-size: 1.25vw;
  width: max-content;
  padding: 1.04167vw 0;
  color: #A3A3A3;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#PenDisplay24 .module4 .tab_text_1 .tab_text.active {
  color: #FFFFFF;
}

#PenDisplay24 .module4 .tab_text_1 .tab_text.active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #FFCB05;
}

#PenDisplay24 .module4 .tab_text_2 {
  width: 35.9375vw;
}

#PenDisplay24 .module4 .tab_text_2 .tab_text {
  font-size: 0.83333vw;
  color: #FFFFFF80;
  text-align: center;
  display: none;
  line-height: 1.5;
}

#PenDisplay24 .module4 .tab_text_2 .tab_text.active {
  display: block;
}

#PenDisplay24 .module5 {
  padding-bottom: 6.875vw;
  background-color: #000000;
  overflow: hidden;
}

#PenDisplay24 .module5 .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0 auto 3.02083vw;
}

#PenDisplay24 .module5 .text_box .text_p1 {
  text-align: center;
  margin-bottom: 0.9375vw;
}

#PenDisplay24 .module5 .text_box .text_p2 {
  text-align: center;
}

#PenDisplay24 .module5 .video_box {
  height: 41.01562vw;
  margin: 0 auto 4.16667vw;
  text-align: center;
}

#PenDisplay24 .module5 .video_box #module5_video {
  border-radius: 1.04167vw;
  width: 72.91667vw;
  height: 41.01562vw;
}

#PenDisplay24 .module5 .data_list {
  display: flex;
  justify-content: center;
}

#PenDisplay24 .module5 .data_list .data_item {
  display: flex;
  justify-content: center;
  margin-right: 5.98958vw;
}

#PenDisplay24 .module5 .data_list .data_item:last-child {
  margin-right: 0;
}

#PenDisplay24 .module5 .data_list .data_item img {
  width: 4.16667vw;
  margin-right: 1.04167vw;
}

#PenDisplay24 .module5 .data_list .data_item .data_text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

#PenDisplay24 .module5 .data_list .data_item .data_text_box .text_p1 {
  font-size: 1.66667vw;
  color: #FFCB05;
  margin-bottom: 0.52083vw;
}

#PenDisplay24 .module5 .data_list .data_item .data_text_box .text_p2 {
  font-size: 0.9375vw;
  color: #FFFFFF80;
}

#PenDisplay24 .module6 {
  padding-top: 11.71875vw;
  padding-bottom: 12.29167vw;
  background-color: #101114;
  overflow: hidden;
}

#PenDisplay24 .module6 .text_box {
  width: 72.91667vw;
  margin: 0 auto 3.4375vw;
  display: flex;
  justify-content: space-between;
}

#PenDisplay24 .module6 .text_box .text_p2 {
  width: 36.45833vw;
  margin-top: 0.52083vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 {
  width: 72.91667vw;
  overflow: initial;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item {
  width: 50vw;
  margin-right: 2.08333vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .img_box {
  width: 50vw;
  height: 28.64583vw;
  border-radius: 1.04167vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .img_box video {
  width: 51.04167vw;
  height: 28.64583vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item:last-child {
  margin-right: 0;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 {
  width: 50%;
  margin-top: 1.875vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 .text_p1 {
  font-size: 1.25vw;
  margin-bottom: 0.83333vw;
  color: #FFFFFF;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 .text_p2 {
  font-size: 0.83333vw;
  color: #FFFFFF80;
  line-height: 1.5;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text {
  position: absolute;
  width: 13.80208vw;
  top: 22.39583vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text .text_p1 {
  font-size: 1.04167vw;
  color: #FFCB05;
  text-align: center;
  margin-bottom: 0.625vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text .text_p2 {
  font-size: 1.04167vw;
  text-align: center;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text1 {
  left: 5.72917vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text2 {
  left: 26.04167vw;
  width: 18.75vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls {
  display: flex;
  margin-top: 1.77083vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls > div {
  user-select: none;
  cursor: pointer;
  width: 2.08333vw;
  height: 2.08333vw;
  border-radius: 50%;
  background-color: #4C4D4F;
  display: flex;
  align-items: center;
  justify-content: center;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls > div:hover {
  background-color: #343437;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls > div.swiper-button-disabled {
  background-color: #343437;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls > div img {
  width: 0.625vw;
}

#PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls .PenDisplay24_swiper2-prev {
  margin-right: 1.04167vw;
}

#PenDisplay24 .module7_head {
  padding-top: 11.71875vw;
  padding-bottom: 11.45833vw;
}

#PenDisplay24 .module7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module7 .text_box {
  width: 50%;
  margin: 0 auto 3.02083vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module7 .text_box .text_p1 {
  margin-bottom: 0.9375vw;
  text-align: center;
}

#PenDisplay24 .module7 .text_box .text_p2 {
  text-align: center;
}

#PenDisplay24 .module7 .video_box video {
  width: 72.91667vw;
  height: 41.01562vw;
  border-radius: 1.04167vw;
}

#PenDisplay24 .module7 .data_list {
  display: flex;
  justify-content: center;
  margin-top: 2.70833vw;
}

#PenDisplay24 .module7 .data_list .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 7.8125vw;
}

#PenDisplay24 .module7 .data_list .data_item:last-child {
  margin-right: 0;
}

#PenDisplay24 .module7 .data_list .data_item .text_p1 {
  font-size: 1.66667vw;
  color: #FFCB05;
  margin-bottom: 0.52083vw;
}

#PenDisplay24 .module7 .data_list .data_item .text_p2 {
  font-size: 0.9375vw;
  color: #FFFFFF80;
}

#PenDisplay24 .module8 {
  padding-top: 11.97917vw;
  padding-bottom: 8.33333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

#PenDisplay24 .module8 .text_box {
  width: 72.91667vw;
  margin: 0 auto 3.95833vw;
  display: flex;
  justify-content: space-between;
}

#PenDisplay24 .module8 .text_box .right .text_p2 {
  width: 36.45833vw;
  margin-bottom: 1.35417vw;
  padding-top: 0.52083vw;
}

#PenDisplay24 .module8 .text_box .right .text_p3 {
  font-size: 0.72917vw;
  color: #FFFFFF80;
}

#PenDisplay24 .module8 #PenDisplay24_swiper3 {
  border-radius: 1.04167vw;
  overflow: hidden;
  margin-bottom: 1.82292vw;
  width: 72.91667vw;
  height: 36.45833vw;
}

#PenDisplay24 .module8 .tab_text_1 {
  width: 44.79167vw;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #404040;
  margin-bottom: 1.04167vw;
}

#PenDisplay24 .module8 .tab_text_1 .tab_text {
  font-size: 1.25vw;
  width: max-content;
  padding: 1.04167vw 0;
  color: #A3A3A3;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#PenDisplay24 .module8 .tab_text_1 .tab_text.active {
  color: #FFFFFF;
}

#PenDisplay24 .module8 .tab_text_1 .tab_text.active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #FFCB05;
}

#PenDisplay24 .module8 .tab_text_2 {
  width: 44.79167vw;
  margin-bottom: 1.04167vw;
}

#PenDisplay24 .module8 .tab_text_2 .tab_text {
  font-size: 0.83333vw;
  color: #FFFFFF;
  text-align: center;
  display: none;
  line-height: 1.5;
}

#PenDisplay24 .module8 .tab_text_2 .tab_text.active {
  display: block;
}

#PenDisplay24 .module8 .text_4 {
  font-size: 0.72917vw;
  color: #FFFFFF4D;
  line-height: 1.5;
  text-align: center;
}

#PenDisplay24 .module9_head .text_box {
  width: 50%;
  margin: 0 auto 3.02083vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module9_head .text_box .text_p1 {
  margin-bottom: 0.9375vw;
}

#PenDisplay24 .module9_head .text_box .text_p2 {
  text-align: center;
}

#PenDisplay24 .module9 {
  padding-bottom: 16.04167vw;
  position: relative;
  overflow: hidden;
}

#PenDisplay24 .module9::after {
  position: absolute;
  bottom: 16.04167vw;
  left: 0;
  content: '';
  display: block;
  height: 8.33333vw;
  width: 100%;
  background: linear-gradient(to top, black, transparent);
  z-index: 1;
}

#PenDisplay24 .module9 video {
  width: 100vw;
  height: 56.25vw;
}

#PenDisplay24 .module9 .data_box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20.83333vw;
  top: 60.3%;
  z-index: 2;
}

#PenDisplay24 .module9 .data_box > img {
  width: 22.55208vw;
  margin-right: 3.125vw;
}

#PenDisplay24 .module9 .data_box .data_list {
  display: flex;
  flex-wrap: wrap;
  width: 31.25vw;
  margin-top: 4.16667vw;
}

#PenDisplay24 .module9 .data_box .data_list .data_item {
  width: 33.3333%;
  margin-bottom: 1.875vw;
  line-height: 1;
}

#PenDisplay24 .module9 .data_box .data_list .data_item .data_text_1 {
  display: inline-block;
  font-size: 1.66667vw;
  color: #FFCB05;
  margin-right: 0.52083vw;
}

#PenDisplay24 .module9 .data_box .data_list .data_item .data_text_2 {
  font-size: 0.9375vw;
}

#PenDisplay24 .module10 {
  position: relative;
}

#PenDisplay24 .module10 .img_box {
  overflow: hidden;
  width: 100%;
  height: 46.875vw;
}

#PenDisplay24 .module10 .img_box img {
  filter: blur(0vw);
  transition: all 0.3s;
  transition-delay: 0.1s;
}

#PenDisplay24 .module10 .text_box {
  position: absolute;
  top: 14.0625vw;
  left: 18.75vw;
  width: 25.52083vw;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.1s;
}

#PenDisplay24 .module10 .text_box .text_p1 {
  margin-bottom: 2.08333vw;
}

#PenDisplay24 .module10 .icon_box {
  width: 21.35417vw;
  position: absolute;
  left: 58.85417vw;
  top: 14.58333vw;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.1s;
}

#PenDisplay24 .module10.active .img_box img {
  filter: blur(0.26042vw);
}

#PenDisplay24 .module10.active .text_box {
  opacity: 1;
}

#PenDisplay24 .module10.active .icon_box {
  opacity: 1;
}

#PenDisplay24 .module11_hade {
  padding-top: 11.71875vw;
  padding-bottom: 11.45833vw;
}

#PenDisplay24 .module11 .text_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module11 .text_box .text_p1 {
  margin-bottom: 0.9375vw;
}

#PenDisplay24 .module11 .text_box .text_p2 {
  width: 50%;
  margin: 0 auto 3.02083vw;
  text-align: center;
}

#PenDisplay24 .module11_img_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module11_img_box .img_box {
  width: 72.91667vw;
  height: 46.875vw;
  position: relative;
  overflow: hidden;
  border-radius: 1.04167vw;
}

#PenDisplay24 .module11_img_box .img_box .module11_img {
  border-radius: 1.04167vw;
  transition: all 0.3s;
  transition-delay: 0.1s;
  margin-bottom: 1.5625vw;
}

#PenDisplay24 .module11_img_box .img_box .module11_icon {
  position: absolute;
  width: 49.42708vw;
  top: 44.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.1s;
}

#PenDisplay24 .module11_img_box .img_box .text_p3 {
  font-size: 0.83333vw;
  color: #FFFFFF80;
  line-height: 1.5;
  text-align: center;
}

#PenDisplay24 .module11_img_box.active .img_box .module11_img {
  filter: blur(0.26042vw);
}

#PenDisplay24 .module11_img_box.active .img_box .module11_icon {
  opacity: 1;
}

#PenDisplay24 .module12 {
  position: relative;
}

#PenDisplay24 .module12 .text_box {
  position: absolute;
  left: 13.54167vw;
  top: 13.80208vw;
  width: 28.64583vw;
}

#PenDisplay24 .module12 .text_box .text_p1 {
  margin-bottom: 1.5625vw;
}

#PenDisplay24 .module13 {
  padding-top: 3.125vw;
  padding-bottom: 12.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

#PenDisplay24 .module13 .text_box {
  width: 50%;
  margin: 0 auto 3.02083vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module13 .text_box .text_p1 {
  margin-bottom: 0.9375vw;
  text-align: center;
}

#PenDisplay24 .module13 .text_box .text_p2 {
  text-align: center;
}

#PenDisplay24 .module13 .video_box video {
  width: 72.91667vw;
  height: 41.01562vw;
  border-radius: 1.04167vw;
}

#PenDisplay24 .module14 {
  padding-bottom: 9.375vw;
  display: flex;
  align-items: center;
  padding-left: 18.75vw;
}

#PenDisplay24 .module14 .tab_text {
  width: 22.13542vw;
  margin-right: 3.48958vw;
  margin-bottom: 4.27083vw;
}

#PenDisplay24 .module14 .tab_text .text_p1 {
  margin-bottom: 1.97917vw;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 {
  width: 36.97917vw;
  margin: 0;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_list .item img {
  border-radius: 1.04167vw;
  overflow: hidden;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls {
  display: flex;
  justify-content: center;
  margin-top: 2.1875vw;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls > div {
  user-select: none;
  cursor: pointer;
  width: 2.08333vw;
  height: 2.08333vw;
  border-radius: 50%;
  background-color: #4C4D4F;
  display: flex;
  align-items: center;
  justify-content: center;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls > div.swiper-button-disabled {
  background-color: #343437;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls > div img {
  width: 0.625vw;
}

#PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls .PenDisplay24_swiper4-prev {
  margin-right: 1.04167vw;
}

#PenDisplay24 .module15 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#PenDisplay24 .module15 img {
  width: 62.5vw;
  border-radius: 1.04167vw;
}

#PenDisplay24 .module15 .tab_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.02083vw;
}

#PenDisplay24 .module15 .tab_text .text_p1 {
  margin-bottom: 1.97917vw;
}

#PenDisplay24 .module15 .tab_text .text_p2 {
  text-align: center;
}

#PenDisplay24 .module16_hade {
  padding-top: 11.71875vw;
  padding-bottom: 11.45833vw;
}

#PenDisplay24 .module16 .text_box {
  width: 50%;
  margin: 0 auto 2.08333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module16 .text_box .text_p1 {
  margin-bottom: 0.9375vw;
}

#PenDisplay24 .module16 .text_box .text_p2 {
  text-align: center;
  margin-bottom: 3.02083vw;
}

#PenDisplay24 .module17 {
  padding-top: 11.45833vw;
  padding-bottom: 14.58333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

#PenDisplay24 .module17 .text_box {
  width: 50%;
  margin: 0 auto 2.91667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module17 .text_box .text_p1 {
  margin-bottom: 0.78125vw;
}

#PenDisplay24 .module17 .text_box .text_p2 {
  text-align: center;
}

#PenDisplay24 .module17 #PenDisplay24_swiper5 {
  border-radius: 1.04167vw;
  overflow: hidden;
  margin-bottom: 1.82292vw;
  width: 72.91667vw;
}

#PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item {
  position: relative;
}

#PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item .swiper_p1 {
  font-size: 1.25vw;
  text-align: center;
  position: absolute;
  left: 0;
  top: 28.38542vw;
  color: #000000;
  width: 50%;
}

#PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item .swiper_p2 {
  font-size: 1.25vw;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 28.38542vw;
  color: #000000;
  width: 50%;
}

#PenDisplay24 .module17 .tab_text_1 {
  width: 35.9375vw;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #404040;
  margin-bottom: 1.04167vw;
}

#PenDisplay24 .module17 .tab_text_1 .tab_text {
  font-size: 1.25vw;
  width: max-content;
  padding: 1.04167vw 0;
  color: #A3A3A3;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#PenDisplay24 .module17 .tab_text_1 .tab_text.active {
  color: #FFFFFF;
}

#PenDisplay24 .module17 .tab_text_1 .tab_text.active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #FFCB05;
}

#PenDisplay24 .module17 .tab_text_2 {
  width: 35.9375vw;
  margin-bottom: 1.04167vw;
}

#PenDisplay24 .module17 .tab_text_2 .tab_text {
  font-size: 0.83333vw;
  color: #FFFFFF80;
  text-align: center;
  display: none;
  line-height: 1.5;
}

#PenDisplay24 .module17 .tab_text_2 .tab_text.active {
  display: block;
}

#PenDisplay24 .module17 .tab_text_3 .tab_text {
  font-size: 0.72917vw;
  color: #FFFFFF4D;
  line-height: 1.5;
  text-align: center;
  display: none;
}

#PenDisplay24 .module17 .tab_text_3 .tab_text.active {
  display: block;
}

#PenDisplay24 .module18 {
  width: 72.91667vw;
  padding-bottom: 9.375vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#PenDisplay24 .module18 .text_box {
  width: 25vw;
}

#PenDisplay24 .module18 .text_box .text_p1 {
  margin-bottom: 2.08333vw;
}

#PenDisplay24 .module18 video {
  width: 41.66667vw;
  border-radius: 1.04167vw;
}

#PenDisplay24 .module19 {
  width: 72.91667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#PenDisplay24 .module19 img {
  width: 41.66667vw;
  border-radius: 1.04167vw;
}

#PenDisplay24 .module19 .text_box {
  width: 25vw;
}

#PenDisplay24 .module19 .text_box .text_p1 {
  margin-bottom: 2.60417vw;
}

#PenDisplay24 .module20_hade {
  padding-top: 11.71875vw;
  padding-bottom: 6.40625vw;
}

#PenDisplay24 .module20 .content_box {
  width: 72.91667vw;
  margin: 0 auto 4.16667vw;
  display: flex;
  background-color: #171717;
  border-radius: 1.04167vw;
  overflow: hidden;
}

#PenDisplay24 .module20 .content_box:last-child {
  margin-bottom: 0;
}

#PenDisplay24 .module20 .content_box > img {
  width: 36.45833vw;
}

#PenDisplay24 .module20 .content_box .text_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6.25vw;
  padding-right: 8.07292vw;
}

#PenDisplay24 .module20 .content_box .text_box .text_p1 {
  margin-bottom: 1.35417vw;
}

#PenDisplay24 .module20 .content_box .text_box .text_p3 {
  font-size: 0.9375vw;
  color: #FFE749;
  margin-top: 2.86458vw;
  display: flex;
  align-items: center;
}

#PenDisplay24 .module20 .content_box .text_box .text_p3 img {
  width: 3.90625vw;
  margin-right: 0.625vw;
}

#PenDisplay24 .module21 {
  padding-top: 9.375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

#PenDisplay24 .module21 .text_box {
  width: 50%;
  margin: 0 auto 2.91667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#PenDisplay24 .module21 .text_box .text_p1 {
  margin-bottom: 0.78125vw;
}

#PenDisplay24 .module21 .text_box .text_p2 {
  text-align: center;
}

#PenDisplay24 .module21 .img_list {
  width: 72.91667vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#PenDisplay24 .module21 .img_list .img_item {
  border-radius: 0.625vw;
  overflow: hidden;
  margin-bottom: 1.04167vw;
  position: relative;
  background-color: #171717;
}

#PenDisplay24 .module21 .img_list .img_item .img_text {
  font-size: 1.25vw;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5625vw;
  text-align: center;
}

#PenDisplay24 .module21 .img_list .img_item1 {
  width: 23.59375vw;
}

#PenDisplay24 .module21 .img_list .img_item2 {
  width: 48.22917vw;
}

#PenDisplay24 .module21 .img_list .img_item3 {
  width: 72.91667vw;
  padding: 3.64583vw 0 4.0625vw 3.33333vw;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

#PenDisplay24 .module21 .img_list .img_item3 img {
  width: 28.125vw;
  height: auto;
  margin-right: 3.54167vw;
  margin-top: 0.41667vw;
}

#PenDisplay24 .module21 .img_list .img_item3 .bag_content {
  width: 36.45833vw;
  display: flex;
}

#PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list:first-child {
  margin-right: 2.08333vw;
}

#PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list .bag_item {
  color: #FFFFFF80;
  display: flex;
  align-items: center;
  margin-bottom: 0.88542vw;
}

#PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list .bag_item .bag_num {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #FFFFFF80;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 0.83333vw;
}

#PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list .bag_item .bag_text {
  font-size: 0.83333vw;
  letter-spacing: -0.5px;
  flex: 1;
}

#PenDisplay24 .module22_hade {
  padding-top: 11.71875vw;
  padding-bottom: 9.21875vw;
}

#PenDisplay24 .module22 {
  padding-bottom: 17.44792vw;
}

#PenDisplay24 .module22 .text_content {
  width: 72.91667vw;
  margin: 0 auto;
  padding-top: 3.22917vw;
  padding-bottom: 8.33333vw;
  background-color: #FFFFFF;
  border-radius: 1.04167vw;
  display: flex;
  justify-content: center;
}

#PenDisplay24 .module22 .text_content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 21.61458vw;
}

#PenDisplay24 .module22 .text_content > div.left {
  margin-right: 9.11458vw;
}

#PenDisplay24 .module22 .text_content .text_div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#PenDisplay24 .module22 .text_content .text_div1 {
  padding-bottom: 2.08333vw;
  border-bottom: 1px solid #BFBFBF;
  margin: 2.08333vw 0;
}

#PenDisplay24 .module22 .text_content .text_div1 img {
  width: 22.96875vw;
}

#PenDisplay24 .module22 .text_content .text_div2 {
  margin-bottom: 2.08333vw;
}

#PenDisplay24 .module22 .text_content .text_div2 img {
  width: 4.16667vw;
  margin-bottom: 0.78125vw;
}

#PenDisplay24 .module22 .text_content .text_div3 {
  margin-bottom: 2.08333vw;
}

#PenDisplay24 .module22 .text_content .text_div3 img {
  width: 4.16667vw;
  margin-bottom: 0.78125vw;
}

#PenDisplay24 .module22 .text_content .text_div4 {
  margin-bottom: 2.08333vw;
}

#PenDisplay24 .module22 .text_content .text_div4 img {
  width: 4.16667vw;
  margin-bottom: 0.78125vw;
}

#PenDisplay24 .module22 .text_content .text_p {
  font-size: 0.9375vw;
  color: #000000;
  text-align: center;
}

#PenDisplay24 .module22 .text_content .text_p.text_p1 {
  font-size: 1.5625vw;
}

#PenDisplay24 .module22 .text_content .text_p.text_p2 {
  margin-bottom: 2.08333vw;
}

@media screen and (max-width: 1400px) {
  #PenDisplay24 .module1 .text_box .text_p3 {
    font-size: 12px;
    padding: 6px 14px 8px;
  }
  #PenDisplay24 .module1 .text_box .text_p3_box .text_p3_link_box .text_p3_link {
    padding: 8px 18px;
  }
  #PenDisplay24 .module1 .text_box .text_p3_box .text_p3_link_box .text_p3_link a.active .yuan {
    width: 5px;
    height: 5px;
  }
  #PenDisplay24 .module1 .text_box .text_p3_box .text_p3_link_box .text_p3_link a {
    font-size: 12px;
    margin-bottom: 6px;
  }
  #PenDisplay24 .module1 .text_box .text_p3_box .text_p3_link_box .text_p3_link a.active {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  #PenDisplay24 .module2 .order_list .order .data_list {
    top: 44%;
    width: 44%;
  }
  #PenDisplay24 .module4 .tab_text_1 {
    width: 55.55556vw;
  }
  #PenDisplay24 .module4 .tab_text_2 {
    width: 55.55556vw;
  }
  #PenDisplay24 .module5 .text_box {
    width: 65%;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 {
    width: 80%;
  }
  #PenDisplay24 .module7 .text_box {
    width: 65%;
  }
  #PenDisplay24 .module8 .tab_text_1 {
    width: 55.55556vw;
  }
  #PenDisplay24 .module8 .tab_text_2 {
    width: 55.55556vw;
  }
  #PenDisplay24 .module9_head .text_box {
    width: 65%;
  }
  #PenDisplay24 .module9 .data_box .data_list {
    width: 35.18519vw;
  }
  #PenDisplay24 .module10 .text_box {
    width: 35.18519vw;
  }
  #PenDisplay24 .module11 .text_box .text_p2 {
    width: 65%;
  }
  #PenDisplay24 .module12 .text_box {
    width: 33.33333vw;
  }
  #PenDisplay24 .module13 .text_box {
    width: 65%;
  }
  #PenDisplay24 .module14 {
    padding-left: 12.03704vw;
  }
  #PenDisplay24 .module14 .tab_text {
    width: 32.87037vw;
  }
  #PenDisplay24 .module15 .tab_text {
    width: 65%;
  }
  #PenDisplay24 .module16 .text_box {
    width: 65%;
  }
  #PenDisplay24 .module17 .text_box {
    width: 65%;
  }
  #PenDisplay24 .module17 .tab_text_1 {
    width: 55.55556vw;
  }
  #PenDisplay24 .module17 .tab_text_2 {
    width: 55.55556vw;
  }
  #PenDisplay24 .module18 .text_box {
    width: 29.62963vw;
  }
  #PenDisplay24 .module19 .text_box {
    width: 27.77778vw;
  }
  #PenDisplay24 .module20 .content_box .text_box {
    padding-left: 4.62963vw;
    padding-right: 4.62963vw;
  }
  #PenDisplay24 .module21 .text_box {
    width: 65%;
  }
}

@media screen and (max-width: 750px) {
  #PenDisplay24 {
    overflow: hidden;
  }
  #PenDisplay24 .img_pc {
    display: none;
  }
  #PenDisplay24 .img_h5 {
    display: inline-block;
  }
  #PenDisplay24 .max_title {
    font-size: 10.66667vw;
  }
  #PenDisplay24 .font_max {
    font-size: 8.53333vw;
    line-height: 1.25;
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .font_min {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p1 {
    font-size: 8.53333vw;
    margin-bottom: 3.33333vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p2 {
    font-size: 4.8vw;
    margin-bottom: 7.33333vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3 {
    font-size: 3.73333vw;
    padding: 2vw 3.86667vw 2.26667vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3 a {
    font-size: 3.73333vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box {
    left: 0;
    top: 100%;
    padding-left: 0;
    padding-top: 2.4vw;
    width: auto;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link {
    border-radius: 2.13333vw;
    padding: 2.13333vw 4.53333vw 2.66667vw 3.2vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a {
    font-size: 3.73333vw;
    margin-bottom: 2.4vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a.active {
    font-size: 3.73333vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a .yuan {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-right: 1.33333vw;
  }
  #PenDisplay24 .module1 .text_content .item .text_box .text_p3_box .text_p3_link_box .text_p3_link a.active .yuan {
    width: 1.33333vw;
    height: 1.33333vw;
  }
  #PenDisplay24 .module2 {
    padding-bottom: 20.66667vw;
    padding-bottom: 20.66667vw;
  }
  #PenDisplay24 .module2 .order_list {
    width: 92vw;
    margin: 0 auto 5.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order {
    margin-bottom: 4vw;
    margin-right: 0;
    border-radius: 1.6vw;
    background-color: #000000;
  }
  #PenDisplay24 .module2 .order_list .order1 {
    width: 92vw;
    background: linear-gradient(0deg, #C5A280 0%, #26445A 60%, #121730 100%);
  }
  #PenDisplay24 .module2 .order_list .order2 {
    width: 92vw;
    background: linear-gradient(0deg, #C5A280 0%, #26445A 60%, #121730 100%);
  }
  #PenDisplay24 .module2 .order_list .order3 {
    width: 44vw;
    margin-right: 4vw;
  }
  #PenDisplay24 .module2 .order_list .order4 {
    width: 44vw;
  }
  #PenDisplay24 .module2 .order_list .order5 {
    width: 44vw;
    margin-right: 4vw;
  }
  #PenDisplay24 .module2 .order_list .order6 {
    width: 44vw;
  }
  #PenDisplay24 .module2 .order_list .order7 {
    width: 92vw;
    height: 53.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order8 {
    width: 92vw;
  }
  #PenDisplay24 .module2 .order_list .order9 {
    width: 44vw;
    margin-right: 4vw;
  }
  #PenDisplay24 .module2 .order_list .order10 {
    width: 44vw;
  }
  #PenDisplay24 .module2 .order_list .order .text_box {
    left: 4vw;
    top: 3.73333vw;
    width: 83%;
  }
  #PenDisplay24 .module2 .order_list .order .text_box .text_p1 {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
  #PenDisplay24 .module2 .order_list .order .text_box .text_p2 {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module2 .order_list .order.order1 .text_box .text_p1 {
    font-size: 5.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order.order2 .text_box .text_p1 {
    font-size: 5.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order.order7 .text_box .text_p1 {
    font-size: 5.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order.order7 img {
    width: 23.86667vw;
    position: absolute;
    right: 4.66667vw;
    bottom: 5.46667vw;
  }
  #PenDisplay24 .module2 .order_list .order.order8 .text_box .text_p1 {
    font-size: 5.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order .data_list {
    left: 4vw;
    top: 31.33333vw;
    width: 60vw;
  }
  #PenDisplay24 .module2 .order_list .order .data_list .data_item {
    margin-bottom: 1.06667vw;
  }
  #PenDisplay24 .module2 .order_list .order .data_list .data_item .data_yuan {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-right: 1.33333vw;
  }
  #PenDisplay24 .module2 .order_list .order .data_list .data_item .data_text_1 {
    font-size: 4vw;
    margin-right: 1.06667vw;
  }
  #PenDisplay24 .module2 .order_list .order .data_list .data_item .data_text_2 {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module2 .text_p3 {
    font-size: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #PenDisplay24 #tvc {
    width: 100%;
    height: auto;
  }
  #PenDisplay24 .module4_head {
    padding-top: 19.33333vw;
    padding-bottom: 14.4vw;
  }
  #PenDisplay24 .module4 {
    padding-bottom: 22vw;
  }
  #PenDisplay24 .module4 .text_box {
    flex-direction: column;
    width: 84vw;
    margin: 0 auto 7.46667vw;
  }
  #PenDisplay24 .module4 .text_box .text_p2 {
    width: 100%;
    padding-top: 0;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 {
    width: 92vw;
    height: auto;
    border-radius: 0;
    margin-bottom: 1.06667vw;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .text_content .item video {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .text_content .item img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .swiper_controls {
    display: flex;
    justify-content: center;
    margin-top: 5.33333vw;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .swiper_controls > div {
    width: 8vw;
    height: 8vw;
    background-color: #4C4D4F;
    border-radius: 6.66667vw;
    position: relative;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .swiper_controls > div img {
    width: 2.13333vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .swiper_controls > div.swiper-button-disabled {
    background-color: #343437;
  }
  #PenDisplay24 .module4 #PenDisplay24_swiper1 .swiper_controls .PenDisplay24_swiper1-prev {
    margin-right: 8vw;
  }
  #PenDisplay24 .module4 .tab_text_1 {
    width: 92vw;
    border-bottom: 1px solid #404040;
    margin-bottom: 3.33333vw;
  }
  #PenDisplay24 .module4 .tab_text_1 .tab_text.active::after {
    display: none;
  }
  #PenDisplay24 .module4 .tab_text_1 .tab_text {
    font-size: 4.8vw;
    display: none;
    padding: 4vw 0;
  }
  #PenDisplay24 .module4 .tab_text_1 .tab_text.active {
    display: block;
  }
  #PenDisplay24 .module4 .tab_text_2 {
    width: 92vw;
  }
  #PenDisplay24 .module4 .tab_text_2 .tab_text {
    font-size: 3.2vw;
    padding: 0 2.66667vw;
  }
  #PenDisplay24 .module5 {
    padding-bottom: 10.66667vw;
  }
  #PenDisplay24 .module5 .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 7.46667vw;
  }
  #PenDisplay24 .module5 .text_box .text_p1 {
    text-align: left;
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module5 .text_box .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module5 .video_box {
    width: 92vw;
    height: auto;
    margin: 0 auto 10.66667vw;
  }
  #PenDisplay24 .module5 .video_box #module5_video {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module5 .video_box img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module5 .data_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 84vw;
    margin: 0 auto;
  }
  #PenDisplay24 .module5 .data_list .data_item {
    margin-right: 0;
    margin-bottom: 10.66667vw;
    width: 50%;
    justify-content: flex-start;
  }
  #PenDisplay24 .module5 .data_list .data_item img {
    width: 14.66667vw;
    margin-right: 2.66667vw;
  }
  #PenDisplay24 .module5 .data_list .data_item .data_text_box .text_p1 {
    font-size: 4.8vw;
    margin-bottom: 0.8vw;
  }
  #PenDisplay24 .module5 .data_list .data_item .data_text_box .text_p2 {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module6 {
    padding-top: 19.33333vw;
    padding-bottom: 5.33333vw;
  }
  #PenDisplay24 .module6 .text_box {
    flex-direction: column;
    width: 84vw;
    margin: 0 auto 7.46667vw;
  }
  #PenDisplay24 .module6 .text_box .text_p2 {
    width: 100%;
    margin-top: 0;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 {
    width: 92vw;
    margin: 0 auto;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item {
    width: 100%;
    margin-right: 0;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .img_box {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .img_box video {
    width: 100%;
    height: auto;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 {
    width: 84vw;
    margin: 4.26667vw auto 14.93333vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 .text_p1 {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .text_box2 .text_p2 {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text .text_p1 {
    font-size: 2.66667vw;
    margin-bottom: 0.8vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text .text_p2 {
    font-size: 3.2vw;
    color: #FECA05;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text1 {
    left: 10.66667vw;
    width: 25.33333vw;
    top: 38vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .text_content .item .position_text2 {
    left: 46.66667vw;
    width: 36.66667vw;
    top: 38vw;
  }
  #PenDisplay24 .module6 #PenDisplay24_swiper2 .swiper_controls {
    display: none;
  }
  #PenDisplay24 .module7_head {
    padding-top: 19.33333vw;
    padding-bottom: 18.66667vw;
  }
  #PenDisplay24 .module7 .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 7.46667vw;
  }
  #PenDisplay24 .module7 .text_box .text_p1 {
    text-align: left;
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module7 .text_box .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module7 .video_box {
    width: 92vw;
  }
  #PenDisplay24 .module7 .video_box video {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module7 .video_box img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module7 .data_list {
    flex-wrap: wrap;
    width: 84vw;
    margin-top: 7.33333vw;
  }
  #PenDisplay24 .module7 .data_list .data_item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  #PenDisplay24 .module7 .data_list .data_item .text_p1 {
    font-size: 4.26667vw;
  }
  #PenDisplay24 .module7 .data_list .data_item .text_p2 {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module8 {
    padding-bottom: 20vw;
  }
  #PenDisplay24 .module8 .text_box {
    flex-direction: column;
    width: 84vw;
    margin: 0 auto 7.33333vw;
  }
  #PenDisplay24 .module8 .text_box .right .text_p2 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3.73333vw;
  }
  #PenDisplay24 .module8 .text_box .right .text_p3 {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module8 #PenDisplay24_swiper3 {
    width: 92vw;
    height: auto;
    border-radius: 0;
    margin-bottom: 6.93333vw;
  }
  #PenDisplay24 .module8 #PenDisplay24_swiper3 .text_content .item img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module8 .tab_text_1 {
    width: 92vw;
    border-bottom: 1px solid #404040;
    margin-bottom: 3.33333vw;
    justify-content: flex-start;
    padding-left: 4vw;
  }
  #PenDisplay24 .module8 .tab_text_1 .tab_text.active::after {
    display: none;
  }
  #PenDisplay24 .module8 .tab_text_1 .tab_text {
    font-size: 4.8vw;
    display: none;
    padding: 0 0 4vw;
    text-align: left;
  }
  #PenDisplay24 .module8 .tab_text_1 .tab_text.active {
    display: block;
  }
  #PenDisplay24 .module8 .tab_text_2 {
    width: 84vw;
    margin-bottom: 3.2vw;
  }
  #PenDisplay24 .module8 .tab_text_2 .tab_text {
    font-size: 3.2vw;
    text-align: left;
  }
  #PenDisplay24 .module8 #PenDisplay24_swiper3_h5 {
    width: 92vw;
    height: auto;
    border-radius: 0;
    margin-bottom: 6.93333vw;
    margin-top: 16vw;
  }
  #PenDisplay24 .module8 #PenDisplay24_swiper3_h5 img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module8 .tab_text_1_h5 {
    width: 92vw;
    border-bottom: 1px solid #404040;
    margin-bottom: 3.33333vw;
    justify-content: flex-start;
    padding-left: 4vw;
  }
  #PenDisplay24 .module8 .tab_text_1_h5 .tab_text {
    font-size: 4.8vw;
    padding: 0 0 4vw;
    text-align: left;
  }
  #PenDisplay24 .module8 .tab_text_2_h5 {
    width: 84vw;
    margin-bottom: 3.2vw;
    margin: 0 auto;
  }
  #PenDisplay24 .module8 .tab_text_2_h5 .tab_text {
    font-size: 3.2vw;
    text-align: left;
    color: #FFFFFF80;
  }
  #PenDisplay24 .module8 .text_4 {
    font-size: 3.2vw;
    padding: 0 8vw;
    text-align: left;
    width: 100%;
  }
  #PenDisplay24 .module9_head .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 7.46667vw;
  }
  #PenDisplay24 .module9_head .text_box .text_p1 {
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module9_head .text_box .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module9 {
    text-align: center;
  }
  #PenDisplay24 .module9::after {
    display: none;
  }
  #PenDisplay24 .module9 video {
    width: 92vw;
    height: auto;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module9 img {
    width: 92vw;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module9 .data_box {
    position: initial;
    width: 100vw;
    margin: 5.33333vw auto 0;
    padding-right: 4vw;
  }
  #PenDisplay24 .module9 .data_box > img {
    width: 29.33333vw;
    margin-right: 3.46667vw;
  }
  #PenDisplay24 .module9 .data_box .data_list {
    flex: 1;
  }
  #PenDisplay24 .module9 .data_box .data_list .data_item {
    text-align: left;
    width: 50%;
    margin-bottom: 3.2vw;
  }
  #PenDisplay24 .module9 .data_box .data_list .data_item .data_text_1 {
    font-size: 4.26667vw;
    margin-right: 1.6vw;
  }
  #PenDisplay24 .module9 .data_box .data_list .data_item .data_text_2 {
    font-size: 3.2vw;
    color: #FFFFFF80;
  }
  #PenDisplay24 .module10 {
    position: initial;
  }
  #PenDisplay24 .module10 .img_box {
    margin-bottom: 6.66667vw;
    height: auto;
  }
  #PenDisplay24 .module10 .text_box {
    position: initial;
    opacity: 1;
    width: 84vw;
    margin: 0 auto 9.06667vw;
  }
  #PenDisplay24 .module10 .text_box .text_p1 {
    margin-bottom: 5.33333vw;
  }
  #PenDisplay24 .module10 .icon_box {
    position: initial;
    opacity: 1;
    width: 54.66667vw;
    margin: 0 auto;
  }
  #PenDisplay24 .module11_hade {
    padding-top: 19.33333vw;
    padding-bottom: 17.33333vw;
  }
  #PenDisplay24 .module11 .text_box {
    align-items: flex-start;
  }
  #PenDisplay24 .module11 .text_box .text_p1 {
    margin-left: 8vw;
    margin-bottom: 5.33333vw;
  }
  #PenDisplay24 .module11 .text_box .text_p2 {
    width: 84vw;
    text-align: left;
    margin-bottom: 7.33333vw;
  }
  #PenDisplay24 .module11_img_box .img_box {
    position: initial;
    width: 92vw;
    margin: 0 auto 4.26667vw;
    border-radius: 0;
    text-align: center;
    height: auto;
  }
  #PenDisplay24 .module11_img_box .img_box .module11_img {
    border-radius: 2.66667vw;
    margin-bottom: 5.33333vw;
  }
  #PenDisplay24 .module11_img_box .img_box .module11_icon {
    position: initial;
    opacity: 1;
    transform: initial;
    width: 72vw;
    margin-bottom: 5.06667vw;
  }
  #PenDisplay24 .module11_img_box .img_box .text_p3 {
    width: 84vw;
    text-align: left;
    margin: 0 auto 1.6vw;
    font-size: 3.2vw;
  }
  #PenDisplay24 .module12 {
    position: initial;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 17.33333vw;
  }
  #PenDisplay24 .module12 .text_box {
    position: initial;
    width: 84vw;
    margin: 0 auto;
  }
  #PenDisplay24 .module12 .text_box .text_p1 {
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module12 > img {
    transform: translateY(-9.33333vw);
  }
  #PenDisplay24 .module13 {
    padding-top: 0;
    padding-bottom: 19.33333vw;
  }
  #PenDisplay24 .module13 .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 8vw;
  }
  #PenDisplay24 .module13 .text_box .text_p1 {
    margin-bottom: 5.33333vw;
    text-align: left;
  }
  #PenDisplay24 .module13 .text_box .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module13 .video_box {
    width: 92vw;
  }
  #PenDisplay24 .module13 .video_box video {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module13 .video_box img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module14 {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 20vw;
  }
  #PenDisplay24 .module14 .tab_text {
    width: 84vw;
    margin-right: 0;
    margin-bottom: 7.33333vw;
  }
  #PenDisplay24 .module14 .tab_text .text_p1 {
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module14 #PenDisplay24_swiper4 {
    width: 92vw;
  }
  #PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_list .item img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls {
    margin-top: 8vw;
  }
  #PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls > div {
    width: 8vw;
    height: 8vw;
  }
  #PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls > div img {
    width: 2.13333vw;
  }
  #PenDisplay24 .module14 #PenDisplay24_swiper4 .swiper_controls .PenDisplay24_swiper4-prev {
    margin-right: 8vw;
  }
  #PenDisplay24 .module15 .tab_text {
    width: 84vw;
    margin-bottom: 7.46667vw;
    align-items: flex-start;
  }
  #PenDisplay24 .module15 .tab_text .text_p1 {
    margin-bottom: 6vw;
  }
  #PenDisplay24 .module15 .tab_text .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module15 img {
    width: 92vw;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module16_hade {
    padding-top: 20vw;
    padding-bottom: 19.33333vw;
  }
  #PenDisplay24 .module16 .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 10.66667vw;
  }
  #PenDisplay24 .module16 .text_box .text_p1 {
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module16 .text_box .text_p2 {
    text-align: left;
    margin-bottom: 0;
  }
  #PenDisplay24 .module17 {
    padding-top: 20.66667vw;
    padding-bottom: 19.33333vw;
  }
  #PenDisplay24 .module17 .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 7.46667vw;
  }
  #PenDisplay24 .module17 .text_box .text_p1 {
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module17 .text_box .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 {
    width: 92vw;
    height: auto;
    border-radius: 0;
    margin-bottom: 1.06667vw;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item video {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item img {
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item .swiper_p1 {
    font-size: 3.2vw;
    top: initial;
    bottom: 1.33333vw;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .text_content .item .swiper_p2 {
    font-size: 3.2vw;
    top: initial;
    bottom: 1.33333vw;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .swiper_controls {
    display: flex;
    justify-content: center;
    margin-top: 5.33333vw;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .swiper_controls > div {
    width: 8vw;
    height: 8vw;
    background-color: #4C4D4F;
    border-radius: 6.66667vw;
    position: relative;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .swiper_controls > div img {
    width: 2.13333vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .swiper_controls > div.swiper-button-disabled {
    background-color: #343437;
  }
  #PenDisplay24 .module17 #PenDisplay24_swiper5 .swiper_controls .PenDisplay24_swiper5-prev {
    margin-right: 8vw;
  }
  #PenDisplay24 .module17 .tab_text_1 {
    width: 92vw;
    border-bottom: 1px solid #404040;
    margin-bottom: 3.33333vw;
  }
  #PenDisplay24 .module17 .tab_text_1 .tab_text.active::after {
    display: none;
  }
  #PenDisplay24 .module17 .tab_text_1 .tab_text {
    font-size: 4.8vw;
    display: none;
    padding: 4vw 0;
  }
  #PenDisplay24 .module17 .tab_text_1 .tab_text.active {
    display: block;
  }
  #PenDisplay24 .module17 .tab_text_2 {
    width: 92vw;
    margin-bottom: 2.66667vw;
  }
  #PenDisplay24 .module17 .tab_text_2 .tab_text {
    font-size: 3.2vw;
    padding: 0 2.66667vw;
  }
  #PenDisplay24 .module17 .tab_text_3 .tab_text {
    font-size: 3.2vw;
    width: 100%;
    padding: 0 8vw;
  }
  #PenDisplay24 .module18 {
    width: 92vw;
    flex-direction: column;
    padding-bottom: 21.33333vw;
  }
  #PenDisplay24 .module18 .text_box {
    width: 84vw;
    margin: 0 auto 7.33333vw;
  }
  #PenDisplay24 .module18 .text_box .text_p1 {
    margin-bottom: 5.33333vw;
  }
  #PenDisplay24 .module18 video {
    width: 92vw;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module18 img {
    width: 92vw;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module19 {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  #PenDisplay24 .module19 .text_box {
    margin-left: 0;
    width: 84vw;
    margin-bottom: 7.46667vw;
  }
  #PenDisplay24 .module19 .text_box .text_p1 {
    margin-bottom: 6vw;
  }
  #PenDisplay24 .module19 img {
    width: 92vw;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module20_hade {
    padding-top: 20vw;
    padding-bottom: 19.33333vw;
  }
  #PenDisplay24 .module20 .content_box {
    width: 92vw;
    flex-direction: column-reverse;
    background-color: #000000;
    border-radius: 0;
    margin: 0 auto 20vw;
  }
  #PenDisplay24 .module20 .content_box > img {
    width: 92vw;
    border-radius: 2.66667vw;
  }
  #PenDisplay24 .module20 .content_box .text_box {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 8.26667vw;
  }
  #PenDisplay24 .module20 .content_box .text_box .text_p1 {
    margin-bottom: 6.66667vw;
  }
  #PenDisplay24 .module20 .content_box .text_box .text_p3 {
    font-size: 4.26667vw;
    margin-top: 6.66667vw;
  }
  #PenDisplay24 .module20 .content_box .text_box .text_p3 img {
    width: 17.33333vw;
    margin-right: 1.6vw;
  }
  #PenDisplay24 .module20 .content_box:last-child {
    flex-direction: column;
  }
  #PenDisplay24 .module21 {
    padding-top: 20vw;
  }
  #PenDisplay24 .module21 .text_box {
    width: 84vw;
    align-items: flex-start;
    margin: 0 auto 7.33333vw;
  }
  #PenDisplay24 .module21 .text_box .text_p1 {
    margin-bottom: 6vw;
  }
  #PenDisplay24 .module21 .text_box .text_p2 {
    text-align: left;
  }
  #PenDisplay24 .module21 .img_list {
    width: 92vw;
  }
  #PenDisplay24 .module21 .img_list .img_item {
    margin-bottom: 4vw;
    border-radius: 1.6vw;
  }
  #PenDisplay24 .module21 .img_list .img_item .img_text {
    font-size: 3.2vw;
    bottom: 5.33333vw;
  }
  #PenDisplay24 .module21 .img_list .img_item1 {
    width: 44vw;
  }
  #PenDisplay24 .module21 .img_list .img_item2 {
    width: 92vw;
  }
  #PenDisplay24 .module21 .img_list .img_item3 {
    width: 92vw;
    flex-direction: column;
    padding: 5.06667vw 3.73333vw 2vw;
    margin-bottom: 0;
  }
  #PenDisplay24 .module21 .img_list .img_item3 img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10.4vw;
  }
  #PenDisplay24 .module21 .img_list .img_item3 .bag_content {
    width: 100%;
    flex-direction: column;
  }
  #PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list:first-child {
    margin-right: 0;
  }
  #PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list .bag_item {
    margin-bottom: 2.4vw;
  }
  #PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list .bag_item .bag_num {
    width: 4.26667vw;
    height: 4.26667vw;
    font-size: 2.93333vw;
    line-height: 4vw;
    margin-right: 3.86667vw;
  }
  #PenDisplay24 .module21 .img_list .img_item3 .bag_content .bag_list .bag_item .bag_text {
    font-size: 3.2vw;
  }
  #PenDisplay24 .module22_hade {
    padding-top: 20vw;
    padding-bottom: 20.66667vw;
  }
  #PenDisplay24 .module22 .text_content {
    width: 92vw;
    border-radius: 2.66667vw;
    padding-bottom: 9.6vw;
  }
  #PenDisplay24 .module22 .text_content > div {
    width: 40vw;
  }
  #PenDisplay24 .module22 .text_content > div.left {
    margin-right: 4vw;
  }
  #PenDisplay24 .module22 .text_content .text_p {
    font-size: 3.2vw;
    margin-bottom: 0.53333vw;
  }
  #PenDisplay24 .module22 .text_content .text_p.text_p1 {
    font-size: 4.26667vw;
  }
  #PenDisplay24 .module22 .text_content .text_p.text_p2 {
    margin-bottom: 8vw;
  }
  #PenDisplay24 .module22 .text_content .text_div1 {
    padding-bottom: 4.8vw;
    margin: 2.13333vw 0 5.33333vw;
  }
  #PenDisplay24 .module22 .text_content .text_div1 img {
    width: 40vw;
  }
  #PenDisplay24 .module22 .text_content .text_div2 {
    margin-bottom: 8vw;
  }
  #PenDisplay24 .module22 .text_content .text_div2 img {
    width: 10.66667vw;
    margin-bottom: 2.13333vw;
  }
  #PenDisplay24 .module22 .text_content .text_div3 {
    margin-bottom: 8vw;
  }
  #PenDisplay24 .module22 .text_content .text_div3 img {
    width: 10.66667vw;
    margin-bottom: 2.13333vw;
  }
  #PenDisplay24 .module22 .text_content .text_div4 {
    margin-bottom: 8vw;
  }
  #PenDisplay24 .module22 .text_content .text_div4 img {
    width: 10.66667vw;
    margin-bottom: 2.13333vw;
  }
}

/* 视频弹窗*/
#tvc {
  width: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

#tvc video {
  width: 100vw;
  height: 56.25vw;
}

#tvc .tvc_playBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tvc .tvc_playBox .play_text {
  font-size: 0.9375vw;
  width: max-content;
  padding-top: 1vw;
  text-decoration: dashed;
  padding-bottom: 4px;
  border-bottom: 1px solid #FFFFFF;
}

#tvc .tvc_youtube_video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 8vw 0;
  z-index: 99999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

#tvc .tvc_youtube_video .youtube_video_content {
  width: 70vw;
  height: 39.375vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#tvc .tvc_youtube_video .youtube_video_content video {
  width: 100%;
  height: 100%;
}

#tvc .tvc_youtube_video .youtube_video_content .close_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  opacity: 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tvc .tvc_youtube_video .youtube_video_content .close_btn img {
  width: 18px;
}

#tvc .tvc_youtube_video .youtube_video_content .close_btn:hover {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #tvc .tvc_playBox {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
  }
  #tvc .tvc_playBox .play_text {
    font-size: 2.5vw;
  }
  #tvc .tvc_youtube_video {
    background-color: black;
    display: block;
    top: 100vh;
    opacity: 0;
  }
  #tvc .tvc_youtube_video .youtube_video_content {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  #tvc .tvc_youtube_video .youtube_video_content video {
    width: 100vw;
    height: 56.25vw;
  }
}

@media screen and (max-width: 520px) {
  #tvc .tvc_playBox {
    width: 48px;
    height: 48px;
  }
}
