/** Shopify CDN: Minification failed

Line 1389:24 Unexpected "{"
Line 1389:25 Expected identifier but found "%"
Line 1389:102 Unexpected "{"
Line 1389:103 Expected identifier but found "%"

**/
@charset "UTF-8";
/* statice */
.static-banner-box-banner {
  position: relative;
}

.static-banner-box-banner img {
  width: 100%;
  height: 100%;
}

.static-banner-box-banner .static-banner-pc-image {
  display: block;
}

.static-banner-box-banner .static-banner-mobile-image {
  display: none;
}

.static-banner-box-banner .static-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.static-banner-box-banner .static-banner-content .static-banner-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.static-banner-box-banner .static-banner-content .static-banner-info .static-banner-info-title {
  font-size: 52px;
  color: #222222;
  line-height: 1;
  margin-bottom: 40px;
}

.static-banner-box-banner .static-banner-content .static-banner-info .static-banner-info-content {
  font-size: 25px;
  color: #8F8F90;
  line-height: 1;
}

/* about-us-banner */
.about-us-banner {
  position: relative;
  font-family: "bold";
}

.about-us-banner:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45%;
  transform: translate(-50%, 0%);
  background: #fe5000;
  width: 45px;
  height: 5px;
}

/* about-text */
.about-text-box-banner .about-text-box {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-gap: 50px;
}

.about-text-box-banner .about-text-box .about-img-info {
  line-height: 1;
}

.about-text-box-banner .about-text-box .about-img-info .about-img-symbol {
  margin-bottom: 38px;
}

.about-text-box-banner .about-text-box .about-img-info .about-img-title {
  margin-bottom: 30px;
  font-size: 36px;
  color: #2b2b2b;
  font-weight: 700;
}

.about-text-box-banner .about-text-box .about-img-info .about-img-subheader {
  margin-bottom: 50px;
  font-size: 22px;
  color: #fe5000;
}

.about-text-box-banner .about-text-box .about-img-info .about-img-content {
  line-height: 2;
  font-size: 16px;
  color: #676767;
  max-height: 200px;
  overflow: auto;
  padding-right: 28px;
}

.about-text-box-banner .about-text-box .about-img-info .about-img-content::-webkit-scrollbar {
  width: 2px;
  /* 定制滚动条的宽度 */
}

.about-text-box-banner .about-text-box .about-img-info .about-img-content::-webkit-scrollbar-track {
  background: #dadada;
  /* 定制轨道的背景颜色 */
}

.about-text-box-banner .about-text-box .about-img-info .about-img-content::-webkit-scrollbar-thumb {
  background: #fe5000;
  /* 定制滑块的背景颜色 */
}

.about-text-box-banner .about-text-number {
  margin-top: 50px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-text-box-banner .about-text-number .about-text-number-top {
  display: flex;
  gap: 18px;
  margin-bottom: 15px;
  line-height: 1;
  align-items: end;
}

.about-text-box-banner .about-text-number .about-text-number-top span:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  color: #363636;
  font-family: "bold";
}

.about-text-box-banner .about-text-number .about-text-number-top span:nth-child(2) {
  font-size: 10px;
  background: #fe5000;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.about-text-box-banner .about-text-number .about-text-number-bottom {
  font-size: 22px;
  line-height: 1;
  color: #363636;
}

.company-box-banner .company-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 36px;
}

.company-box-banner .company-box .company-item {
  position: relative;
  transition: all 0.35s;
  border-radius: 20px;
  background: #ffffff;
  padding: 40px;
}

.company-box-banner .company-box .company-item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/cdn/shop/files/d1a00eb7b0645b5980da99c8971c0df8.png?v=1730101142") no-repeat;
  width: 43px;
  height: 155px;
}

.company-box-banner .company-box .company-item .company-info {
  display: grid;
  padding-bottom: 32px;
  border-bottom: 2px solid #ebebeb;
  grid-template-areas: "a b" "c d";
  grid-gap: 0 5px;
  align-items: center;
  grid-template-columns: 2fr 6fr;
  line-height: 1;
}

.company-box-banner .company-box .company-item .company-info .company-img {
  grid-row: 1 / 3;
}

.company-box-banner .company-box .company-item .company-info .company-title {
  font-size: 24px;
  line-height: 1;
  color: #2f2f2f;
  font-weight: 700;
}

.company-box-banner .company-box .company-item .company-info .company-subheader {
  font-size: 16px;
  color: #a0a0a0;
}

.company-box-banner .company-box .company-item .company-content {
  padding-top: 32px;
  font-size: 18px;
  line-height: 2;
  color: #a0a0a0;
}

.company-box-banner .company-box .company-item:nth-child(1) {
  background: #fe5000;
}

.company-box-banner .company-box .company-item:nth-child(1) .company-img svg path {
  fill: #ffffff;
}

.company-box-banner .company-box .company-item:nth-child(1) .company-title {
  color: #ffffff;
}

.company-box-banner .company-box .company-item:nth-child(1) .company-subheader {
  color: #ffffff;
}

.company-box-banner .company-box .company-item:nth-child(1) .company-content {
  color: #ffffff;
}

.company-box-banner .company-box .company-item:nth-child(1):hover {
  background: #ffffff;
}

.company-box-banner .company-box .company-item:nth-child(1):hover .company-img svg path {
  fill: #000000;
}

.company-box-banner .company-box .company-item:nth-child(1):hover .company-title {
  color: #2f2f2f;
}

.company-box-banner .company-box .company-item:nth-child(1):hover .company-subheader {
  color: #a0a0a0;
}

.company-box-banner .company-box .company-item:nth-child(1):hover .company-content {
  color: #a0a0a0;
}

.company-box-banner .company-box .company-item:hover {
  background: #fe5000;
}

.company-box-banner .company-box .company-item:hover .company-img svg path {
  fill: #ffffff;
}

.company-box-banner .company-box .company-item:hover .company-title {
  color: #ffffff;
}

.company-box-banner .company-box .company-item:hover .company-subheader {
  color: #ffffff;
}

.company-box-banner .company-box .company-item:hover .company-content {
  color: #ffffff;
}

/* dynamic */
.dynamic-box-banner .dynamic-box {
  display: grid;
  gap: 64px 23px;
  grid-template-columns: repeat(3, 1fr);
}

.dynamic-box-banner .dynamic-box .dynamic-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 8px 15px #e6e6e6;
  position: relative;
}

.dynamic-box-banner .dynamic-box .dynamic-info {
  padding: 42px 35px 22px;
  height: 210px;
}

.dynamic-box-banner .dynamic-box .dynamic-info .dynamic-title {
  font-size: 22px;
  font-weight: 500;
  color: #0b0b0b;
  line-height: 1.5;
  min-height: 66px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dynamic-box-banner .dynamic-box .dynamic-info .dynamic-bottom {
  display: flex;
  gap: 50px;
  color: #53504f;
  font-size: 16px;
  align-items: center;
  /* .dynamic-time */
}

.dynamic-box-banner .dynamic-box .dynamic-info .dynamic-bottom a {
  display: inline-block;
  padding: 20px 28px;
  color: #ffffff;
  background: #fe5000;
  font-size: 16px;
  line-height: 1;
  border-radius: 25px;
}

/* hornor */
.honor-box-banner .honor-header {
  font-size: 47px;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #141414;
  margin-bottom: 75px;
}

.honor-box-banner .honor-header .honor-header-line {
  display: inline-block;
  width: 84px;
  height: 4px;
  background-color: #fe5000;
  top: 160%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.honor-box-banner .honor-box {
  display: grid;
  grid-template-columns: 4fr 7fr;
  grid-gap: 50px;
}

.honor-box-banner .honor-box .honor-left {
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 3px 10px #e6e6e6;
  text-align: center;
  padding: 40px;
  line-height: 1;
}

.honor-box-banner .honor-box .honor-left .honor-image {
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 32px;
  display: inline-block;
  padding: 40px;
}

.honor-box-banner .honor-box .honor-left .honor-left-title {
  font-size: 20px;
  margin-bottom: 45px;
}

.honor-box-banner .honor-box .honor-left .honor-left-number {
  font-family: "bold";
}

.honor-box-banner .honor-box .honor-left .honor-left-number span:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
  color: #353535;
  padding-right: 5px;
}

.honor-box-banner .honor-box .honor-left .honor-left-number span:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  color: #939393;
  padding-left: 5px;
}

.honor-box-banner .honor-box .honor-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  max-height: 550px;
  overflow: auto;
  padding: 30px;
}

.honor-box-banner .honor-box .honor-right .honor-right-item {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 155px;
  padding: 45px 65px;
  position: relative;
  transition: all 0.35s;
  cursor: pointer;
}

.honor-box-banner .honor-box .honor-right .honor-right-item .honor-info {
  line-height: 1;
}

.honor-box-banner .honor-box .honor-right .honor-right-item .honor-info .honor-number {
  font-family: "bold";
  font-size: 35px;
  color: #999999;
  margin-bottom: 20px;
}

.honor-box-banner .honor-box .honor-right .honor-right-item .honor-info .honor-title {
  font-size: 20px;
  color: #363636;
  line-height: 1.5;
}

.honor-box-banner .honor-box .honor-right .honor-right-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/cdn/shop/files/two.png?v=1730164606") no-repeat;
  width: 28px;
  height: 104px;
  opacity: 0;
  transition: all 0.35s;
}

.honor-box-banner .honor-box .honor-right .honor-right-item:hover {
  box-shadow: 0px 3px 20px #e6e6e6;
  border-radius: 10px;
}

.honor-box-banner .honor-box .honor-right .honor-right-item:hover .honor-number {
  font-family: "bold";
  font-size: 35px;
  color: #fe5000;
  margin-bottom: 20px;
}

.honor-box-banner .honor-box .honor-right .honor-right-item:hover .honor-title {
  font-size: 20px;
  color: #fe5000;
}

.honor-box-banner .honor-box .honor-right .honor-right-item:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/cdn/shop/files/two.png?v=1730164606") no-repeat;
  width: 28px;
  height: 104px;
  opacity: 1;
}

.honor-box-banner .honor-box .honor-right::-webkit-scrollbar {
  width: 2px;
  /* 定制滚动条的宽度 */
}

.honor-box-banner .honor-box .honor-right::-webkit-scrollbar-track {
  background: #dadada;
  /* 定制轨道的背景颜色 */
}

.honor-box-banner .honor-box .honor-right::-webkit-scrollbar-thumb {
  background: #e8552b;
  /* 定制滑块的背景颜色 */
}

/* wake-motor */
.wake-motor-active, .esc-show-two-active {
  background-color: #ffffff;
  color: #222222 !important;
}

.wake-motor-box-banner .wake-motor-box {
  max-width: 1600px;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-title {
  margin-bottom: 12px;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-title ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-title ul li {
  color: #999999;
  font-size: 20px;
  padding: 22px 34px;
  line-height: 1;
  cursor: pointer;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-title ul li:hover {
  background-color: #ffffff;
  color: #222222 !important;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content {
  display: grid;
  grid-template-areas: "a b" "c d";
  grid-template-columns: 5fr 7fr;
  grid-gap: 13px;
  padding: 0;
  margin: 0;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item {
  position: relative;
  grid-row: 1/3;
  border-radius: 20px;
  overflow: hidden;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info {
  position: absolute;
  left: 50px;
  bottom: 50px;
  text-align: center;
  display: block;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-title {
  font-size: 63px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}


  
.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.3;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content .multi-wake-motor-item-info-content-english {
  font-size: 20px;margin-top: 15px;line-height: 1.5;color: #9c9c9c;font-weight: 300;opacity: .5;margin-top: 15px;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content p.multi-wake-motor-item-info-content-ms {
  font-size: 65px;
  font-weight: 700;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content .multi-wake-motor-item-info-content-bgcolor {
  display: inline-block;
  background: #fe5000;
  border-radius: 30px;
  padding: 5px 50px;
  margin-top: 20px;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content .wake-wake-motor-item-info-content-subheader {
  font-size: 45px;
  margin-top: -20px;
}

/* .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content .wake-motor-item-info-content-line {
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #fe5000;
  margin: 0px 0 15px 0;
} */

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile {
  display: none;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 42px 0;
  grid-template-areas: "a b";
  overflow: hidden;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info {
  line-height: 1;
  padding: 0 60px;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info .wake-motor-item-2-title {
  font-size: 25px;
  margin-bottom: 38px;
  font-weight: 500;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info .wake-motor-item-2-content {
  font-size: 18px;
  margin-bottom: 90px;
  color: #a5a5a5;
  line-height: 1.5;
}

.wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info .wake-motor-item-2-a a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fe5000;
  color: #222222;
}

.wake-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  line-height: 1;
  position: relative;
}

.wake-title-box .wake-title-header {
  font-size: 43px;
  padding-bottom: 22px;
  border-bottom: 3px solid #fe5000;
  position: relative;
  z-index: 1;
}

.wake-title-box .wake-title-more {
  color: #999999;
  font-size: 16px;
}

.wake-title-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 2px;
  background: #f1f1f1;
  margin: 0 40px 0 20px;
}

.esc-show-box-banner .esc-show-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
}

.esc-show-box-banner .esc-show-box {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}

.esc-show-box-banner .esc-show-box .esc-show-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.esc-show-box-banner .esc-show-box .esc-show-image .t4s-img-child {
  height: 100%;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info {
  position: absolute;
  line-height: 1.1;
  display: block;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-title {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 25px;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-title .esc-show-image-title-hight {
  font-size: 33px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 25px;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-subheader {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-subheader .vertical-esc-show-bgcolor {
  display: inline-block;
  background: #fe5000;
  border-radius: 30px;
  padding: 5px 50px;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-subheader .wake-bgcolor {
  display: inline-block;
  background: #fe5000;
  border-radius: 5px;
  padding: 5px 15px;
}

.esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info-mobile {
  display: none;
}

.esc-show-box-banner .esc-show-box .esc-show-item {
  display: flex;
  flex-direction: column;
  padding: 20px 75px 25px;
  background: #ffffff;
  border-radius: 20px;
  line-height: 1;
}

.esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image {
  text-align: center;
  margin-bottom: 20px;
}

.esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-subheader {
  font-size: 15px;
  margin-bottom: 100px;
  color: #999999;
  line-height: 1.5;
}

.esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-a a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fe5000;
  color: #222222;
}

.esc-show-box-banner .esc-show-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.esc-show-box-banner .esc-show-content .esc-show-item2 {
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 250px;
  padding: 70px 65px 77px 77px;
  justify-items: center;
  background: #ffffff;
  line-height: 1;
  grid-gap: 78px;
}

.esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top {
  /* margin-bottom:105px; */
}

.esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top .esc-show-item2-title {
  font-size: 25px;
  margin-bottom: 25px;
}

.esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top .esc-show-item2-subheader {
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
}

.esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-a a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fe5000;
  color: #222222;
}

.esc-show-two-box-banner .esc-show-two-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
}

.esc-show-two-box-banner .esc-show-two-title {
  margin-bottom: 12px;
}

.esc-show-two-box-banner .esc-show-two-title ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.esc-show-two-box-banner .esc-show-two-title ul li {
  color: #999999;
  font-size: 20px;
  padding: 22px 34px;
  line-height: 1;
  cursor: pointer;
}

.esc-show-two-box-banner .esc-show-two-title ul li:hover {
  background-color: #ffffff;
  color: #222222 !important;
}

.esc-show-two-box-banner .esc-show-two-box {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-image .t4s-img-child {
  height: 100%;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-image .esc-show-two-image-info {
  position: absolute;
  left: 45px;
  bottom: 45px;
  line-height: 1.1;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-image .esc-show-two-image-info .esc-show-two-image-title {
  font-size: 76px;
  font-weight: 700;
  margin-bottom: 35px;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-image .esc-show-two-image-info .esc-show-two-image-subheader {
  font-size: 26px;
  font-weight: 400;
  color: #999999;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-item {
  display: flex;
  flex-direction: column;
  padding: 75px;
  background: #ffffff;
  border-radius: 20px;
  line-height: 1;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image {
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image .esc-show-two-item-image1 {
  width: 210px;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-title {
  font-size: 25px;
  margin-bottom: 37px;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-subheader {
  font-size: 15px;
  margin-bottom: 35px;
  color: #999999;
  line-height: 1.5;
}

.esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-a a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fe5000;
  color: #222222;
}

.esc-show-two-box-banner .esc-show-two-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  grid-column: 1 / 3;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 {
  border-radius: 30px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  padding: 70px 65px 77px 77px;
  justify-items: center;
  background: #ffffff;
  line-height: 1;
  grid-gap: 78px;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-image img {
  width: 210px;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top {
  margin-bottom: 105px;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top .esc-show-two-item2-title {
  font-size: 25px;
  margin-bottom: 37px;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top .esc-show-two-item2-subheader {
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
}

.esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-a a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fe5000;
  color: #222222;
}

@media (max-width: 1200px) {
  /* about-text */
  .about-text-box-banner .about-text-box {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .about-text-box-banner .about-text-number {
    display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 20px 10px;
  }
  .about-text-box-banner .about-text-number .about-text-number-top span:nth-child(2){
    padding: 3px;box-sizing: content-box;font-size: 10px;
  }
  /* about-text */
  .company-box-banner .company-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
  /* dynamic */
  .dynamic-box-banner .dynamic-box {
    grid-template-columns: 1fr 1fr;
  }
  /* hornor */
  .honor-box-banner .honor-box {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  /* wake-motor */
  .wake-motor-box-banner .wake-motor-box {
    padding: 0;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content {
    grid-template-areas: initial;
    grid-gap: 20px;
    grid-template-columns: 6fr 6fr;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 {
    padding: 30px 0;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info {
    padding: 0 20px;
  }
  .wake-title-box {
    padding: 0px;
  }
  .esc-show-box-banner .esc-show-container {
    padding: 0px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image {
    border-radius: 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info {
    text-align: left;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-title .esc-show-image-title-hight {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-subheader .vertical-esc-show-bgcolor {
    display: inline-block;
    background: #fe5000;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 18px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info .esc-show-image-subheader .wake-bgcolor {
    display: inline-block;
    background: #fe5000;
    border-radius: 5px;
    padding: 5px 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item {
    padding: 30px;
    justify-content: center;
    border-radius: 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image {
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image .esc-show-item-image1 {
    width: auto;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image .esc-show-item-image1 img {
    width: 120px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-subheader {
    font-size: 15px;
    margin-bottom: 15px;
    color: #999999;
    line-height: 1.4;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-a a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fe5000;
    color: #222222;
  }
  .esc-show-box-banner .esc-show-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 {
    padding: 30px;
    justify-content: center;
    text-align: left;
    display: flex;
    gap: 20px;
    border-radius: 15px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-image {
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-image img {
    width: 120px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info {
    justify-content: center;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top {
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top .esc-show-item2-title {
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-container {
    padding: 0px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-image {
    border-radius: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-image .esc-show-two-image-info {
    text-align: left;
    left: 25px;
    bottom: 25px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-image .esc-show-two-image-info .esc-show-two-image-title {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item {
    padding: 30px;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image {
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image img {
    width: 120px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-subheader {
    font-size: 15px;
    margin-bottom: 15px;
    color: #999999;
    line-height: 1.4;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-a a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fe5000;
    color: #222222;
  }
  .esc-show-two-box-banner .esc-show-two-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 {
    padding: 30px;
    justify-content: center;
    text-align: left;
    display: flex;
    gap: 20px;
    border-radius: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-image {
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-image img {
    width: 120px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info {
    justify-content: center;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top {
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top .esc-show-two-item2-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1023px) {
  /* wake-motor */
  .wake-motor-box-banner .wake-motor-box .wake-motor-content {
    grid-template-areas: initial;
    grid-template-columns: auto;
    grid-gap: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-box .breadcrumb-header {
    text-align: left !important;
  }
  /* statice */
  .static-banner-box-banner .static-banner-pc-image {
    display: none;
  }
  .static-banner-box-banner .static-banner-mobile-image {
    display: block;
  }
  .static-banner-box-banner .static-banner-content .static-banner-info {
    width: 100%;
  }
  /* about-text */
  .about-text-box-banner .about-text-box .about-img-info .about-img-symbol {
    margin-bottom: 30px;
  }
  .about-text-box-banner .about-text-box .about-img-info .about-img-symbol svg {
    width: 45px;
  }
  .about-text-box-banner .about-text-box .about-img-info .about-img-title {
    font-size: 22px;
  }
  .about-text-box-banner .about-text-box .about-img-info .about-img-subheader {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 16px;width: 80%;
  }
  .about-text-box-banner .about-text-number {
    margin-top: 30px;
    display: grid;
    grid-gap: 20px 10px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
  }
  .about-text-box-banner .about-text-number .about-text-number-top {
    gap: 5px;
    align-items: center;
  }
  .about-text-box-banner .about-text-number .about-text-number-top span:nth-child(1) {
    font-size: 20px;
  }
  .about-text-box-banner .about-text-number .about-text-number-top span:nth-child(2) {
    width: 25px;height: 25px;padding: 3px;box-sizing: content-box;font-size: 10px;
  }
  .about-text-box-banner .about-text-number .about-text-number-bottom {
    line-height: 1.3;
    font-size: 16px;
  }
  .company-box-banner .company-box {
    grid-gap: 20px;
  }
  .company-box-banner .company-box .company-item {
    position: relative;
    transition: all 0.35s;
    padding: 10px;
    border-radius: 10px;
  }
  .company-box-banner .company-box .company-item:after {
    width: 25px;
    height: 130px;
    border-radius: 10px;
  }
  .company-box-banner .company-box .company-item .company-info {
    padding-bottom: 10px;
    grid-gap: 0 10px;
  }
  .company-box-banner .company-box .company-item .company-info .company-img svg {
    width: 35px;
  }
  .company-box-banner .company-box .company-item .company-info .company-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .company-box-banner .company-box .company-item .company-info .company-subheader {
    font-size: 12px;
    line-height: 1.1;
  }
  .company-box-banner .company-box .company-item .company-content {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .company-box-banner .company-box .company-item .company-content br {
    display: none;
  }
  /* dynamic */
  .dynamic-box-banner .dynamic-box {
    grid-gap: 15px;
  }
  .dynamic-box-banner .dynamic-box .dynamic-info {
    padding: 15px;
    height: auto;
  }
  .dynamic-box-banner .dynamic-box .dynamic-info .dynamic-title {
    font-size: 16px;
    min-height: 48px;
    margin-bottom: 10px;
  }
  .dynamic-box-banner .dynamic-box .dynamic-info .dynamic-bottom {
    display: block;
  }
  .dynamic-box-banner .dynamic-box .dynamic-info .dynamic-bottom a {
    padding: 10px;
    font-size: 14px;
  }
  .dynamic-box-banner .dynamic-box .dynamic-info .dynamic-bottom .dynamic-time {
    font-size: 12px;
    padding-left: 10px;
    margin-top: 12px;
  }
  /* hornor */
  .honor-box-banner .honor-header {
    font-size: 47px;
    line-height: 1;
    position: relative;
    text-align: center;
    color: #141414;
    margin-bottom: 75px;
  }
  .honor-box-banner .honor-header .honor-header-line {
    display: inline-block;
    width: 84px;
    height: 4px;
    background-color: #fe5000;
    top: 160%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .honor-box-banner .honor-box .honor-left {
    padding: 20px;
  }
  .honor-box-banner .honor-box .honor-left .honor-image {
    padding: 20px;
    margin-bottom: 20px;
  }
  .honor-box-banner .honor-box .honor-left .honor-left-title {
    margin-bottom: 20px;
  }
  .honor-box-banner .honor-box .honor-right {
    grid-gap: 10px;
    max-height: 350px;
    padding: 0px;
  }
  .honor-box-banner .honor-box .honor-right .honor-right-item {
    gap: 0px;
    padding: 10px;
    text-align: center;
    flex-direction: column;
    height: auto;
  }
  .honor-box-banner .honor-box .honor-right .honor-right-item .honor-info .honor-title {
    font-size: 16px;
    color: #363636;
    line-height: 1.5;
  }
  .honor-box-banner .honor-box .honor-right .honor-right-item .honor-info .honor-number {
    margin-bottom: 15px;
  }
  /* wake-motor */
  .wake-motor-box-banner .wake-motor-box .wake-motor-title ul li {
    padding: 10px;
    font-size: 14px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info {
    left: 30px;
    bottom: 30px;
    display: none;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-title {
    font-size: 31px;
    margin-bottom: 15px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-title>div {
    font-weight: normal;{%if request.locale.iso_code contains "en" %}font-size: 30px;text-align: left;{% endif %}
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info .wake-motor-item-info-content {
    font-size:24px;color:#ffffff;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile {
    display: block;
    left: 30px;
    bottom: 30px;
    position: absolute;
    text-align: center;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-title>div {
    font-size:30px;text-align:left;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .wake-motor-item-info-content-line {
    width: 100%;text-align: left;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .wake-motor-item-info-content-line-t {
    text-align: left;line-height:1.5;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-title {
    font-size: 31px;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .vertical-waker-motor-english{
    font-size: 12px;line-height: 1.3;letter-spacing: 0px;color: #9c9c9c;font-weight: 300;opacity: 0.5;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .multi-wake-motor-item-info-content-english {
    font-size: 12px;line-height: 1.2;letter-spacing: 0px;color: #9c9c9c;font-weight: 300;opacity: .5;margin-top: 15px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content p.multi-wake-motor-item-info-content-ms {
    font-size: 30px;
    font-weight: 700;margin-bottom: 15px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .multi-wake-motor-item-info-content-bgcolor {
    display: inline-block;
    background: #fe5000;
    border-radius: 30px;
    padding: 10px 25px;
    margin-top: 15px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .wake-wake-motor-item-info-content-subheader {
    font-size: 30px;
    margin-top: -10px;
  }
  /* .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item .wake-motor-item-info-mobile .wake-motor-item-info-content .wake-motor-item-info-content-line {
    display: inline-block;
    width: 80px;
    height: 5px;
    background: #fe5000;
    margin: 15px 0 0px 0;
  } */
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 {
    grid-template-rows: 1fr auto;
    padding: 25px;
    grid-template-areas: initial;
    grid-template-columns: auto !important;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .t4s-img-child {
    grid-area: initial !important;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .t4s-img-child img{max-width: 250px;}
  
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info {
    padding: 0px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info .wake-motor-item-2-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info .wake-motor-item-2-content {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .wake-motor-box-banner .wake-motor-box .wake-motor-content .wake-motor-item-2 .wake-motor-item-2-info .wake-motor-item-2-a a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .wake-title-box {
    padding: 0px;
    grid-template-columns: auto !important;
  }
  .wake-title-box .wake-title-header {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .wake-title-box .wake-title-more {
    color: #999999;
    font-size: 16px;
  }
  .esc-show-box-banner .esc-show-box {
    grid-template-columns: initial !important;
    grid-template-rows: 1fr auto;
    grid-template-areas: "a" "b";
  }
  .esc-show-box-banner .esc-show-box .esc-show-image {
    grid-area: a;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info {
    display: none;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info-mobile {
    position: absolute;
    line-height: 1.1;
    display: block;
    text-align: left;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info-mobile .esc-show-image-title {
    font-size:30px;font-weight:700;margin-bottom:15px;line-height: 1.2;margin-bottom:15px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info-mobile .esc-show-image-title .esc-show-image-title-hight {
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-image .esc-show-image-info-mobile .esc-show-image-subheader {
    font-size:16px;font-weight:400;line-height: 1.2;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item {
    grid-area: b;
    text-align: left;
    gap: 20px;
    flex-direction: row;
    display: block;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image {
    width: 100%;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image img {
    width: 100%;
    align-self: center;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-image .esc-show-item-image1 img {
    width: 100%;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info {
    width: 100%;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-title {
    font-size: 18px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-subheader {
    font-size: 14px;
  }
  .esc-show-box-banner .esc-show-box .esc-show-item .esc-show-item-info .esc-show-item-a a {
    font-size: 14px;
  }
  .esc-show-box-banner .esc-show-content {
    grid-template-columns: initial;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 {
    padding: 25px;
    justify-content: center;
    text-align: left;
    display: block;
    gap: 20px;
    border-radius: 15px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-image {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-image img {
    width: 100%;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info {
    justify-content: center;
    width: 100%;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top {
    margin-bottom: 15px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top .esc-show-item2-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top .esc-show-item2-subheader {
    font-size: 14px;
  }
  .esc-show-box-banner .esc-show-content .esc-show-item2 .esc-show-item2-info .esc-show-item2-info-top .esc-show-item2-a a {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .esc-show-two-box-banner .esc-show-two-box {
    display: flex;
    flex-direction: column;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-image {
    grid-area: a;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item {
    text-align: left;
    gap: 20px;
    grid-template-columns: 5fr 7fr;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image {
    width: auto;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image .esc-show-two-item-image1 {
    width: 100%;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-image .esc-show-two-item-image1 img {
    width: 100%;
    align-self: center;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info {
    width: auto;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-title {
    font-size: 18px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-subheader {
    font-size: 14px;
  }
  .esc-show-two-box-banner .esc-show-two-box .esc-show-two-item .esc-show-two-item-info .esc-show-two-item-a a {
    font-size: 14px;
  }
  .esc-show-two-box-banner .esc-show-two-content {
    grid-template-columns: initial;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 {
    padding: 30px;
    justify-content: center;
    text-align: left;
    display: flex;
    gap: 20px;
    border-radius: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-image {
    margin-bottom: 15px;
    width: 40%;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-image img {
    width: 120px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info {
    justify-content: center;
    width: 60%;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top {
    margin-bottom: 15px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top .esc-show-two-item2-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top .esc-show-two-item2-subheader {
    font-size: 14px;
  }
  .esc-show-two-box-banner .esc-show-two-content .esc-show-two-item2 .esc-show-two-item2-info .esc-show-two-item2-info-top .esc-show-two-item2-a a {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
