body:not(.cms-index-index) .page-main>.columns {
  max-width: 1920px !important;
}

footer.page-footer {
  margin-top: 0;
}

.tester-day-main .banner {
  position: relative;
  background: url("../../../wysiwyg/tester_day/website-advertise-picture-PC.png") no-repeat;
  width: 100%;
  padding: 20% 0;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .tester-day-main .banner {
    background: url("../../../wysiwyg/tester_day/website-advertise-picture-m.png") no-repeat;
    width: 100%;
    padding: 76% 0;
    background-size: 100%;
  }
}

.link-box-main {
  position: absolute;
  box-sizing: border-box;
  width: 28.8%;
  height: 25.4%;
  left: 60.2%;
  top: 53%;
  /* background-color: PINK; */
  overflow: hidden;
}

.link-box-main .link-box-title {
  margin: 0 auto;
  margin-top: 3%;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-box-main .link-box-title>div {
  font-size: 1em;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.link-box-main .link-box-items {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.link-box-main .link-box-items .item {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.link-box-main .link-box-items .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.link-box-main .link-box-items .item a:hover {
  cursor: pointer;
  box-shadow: 5px 15px 10px #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.link-box-main .link-box-items .item a>img {
  width: 100%;
  height: 91%;
}

.link-box-main .link-box-items .item .images {
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.link-box-main .link-box-items .split-line {
  width: 0;
  height: 75%;
  border-left: 1px solid #ababab;
  margin-bottom: 1%;
}

@media screen and (max-width: 768px) {
  .link-box-main {
    width: 81.5%;
    height: 19%;
    left: 9.3%;
    top: 76.3%;
  }
}



.keep-warm-and-dry {
  width: 100%;
  background: url("../../../wysiwyg/tester_day/keep-dry-and-clean-PC.png") no-repeat;
  background-size: 100%;
  padding: 6.6% 0;
}

@media screen and (max-width: 768px) {
  .keep-warm-and-dry {
    background: url("../../../wysiwyg/tester_day/keep-dry-and-clean-m.png") no-repeat;
    background-size: 100%;
    padding: 15% 0;
  }
}

.main-tester-day {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .main-tester-day {
    margin-top: 0px;
  }
}

.item-tester-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
  margin-top: 60px;
  width: 35.5%;
}

@media screen and (max-width: 768px) {
  .item-tester-day {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }
}

.item-tester-day .main-tester-day-picture {
  width: 100%;
  max-width: 680px;
  margin-top: 10px;
}

.item-tester-day .main-tester-day-picture:hover:before {
  cursor: pointer;
  content: "";
  position: absolute;
  padding: 17.75% 0;
  width: 35.5%;
  max-width: 680px;
  opacity: 1;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
}

@media screen and (min-width: 1920px) {
  .item-tester-day .main-tester-day-picture:hover:before {
    padding: 340px 0;
  }
}


@media screen and (max-width: 768px) {
  .item-tester-day .main-tester-day-picture:hover:before {
    width: 100%;
    padding: 50% 0;
  }
}

.item-tester-day .main-tester-day-picture:before {
  opacity: 0;
  content: "";
  /* transition: all .3s; */
}

.item-tester-day .main-tester-day-picture img {
  width: 100%;
}

.item-tester-day p {
  font-family: "oswald-blod";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 65px;
  text-align: center;
  font-display: swap;

  /* 主色调 */

  color: #052c45;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.item-tester-day p span {
  display: inline-block;
  background-color: #da6950;
  color: #fff;
  border-radius: 6px;
  width: 72px;
  height: 46px;
  line-height: 46px;
}

@media screen and (max-width: 768px) {
  .item-tester-day p span {
    width: 50px;
    height: 41px;
    line-height: 41px;
  }
}


@media screen and (max-width: 768px) {
  .item-tester-day p {
    font-size: 28px;
  }
}

.footer-image {
  margin-top: 85px;
  width: 100%;
  background: url("../../../wysiwyg/tester_day/lifetime-warranty.png") no-repeat;
  background-size: 100%;
  padding: 10% 0;
}

@media screen and (max-width: 768px) {
  .footer-image {
    margin-top: 0px;
    background: url("../../../wysiwyg/tester_day/lifetime-warranty-m.png") no-repeat;
    background-size: 100%;
    padding: 20% 0;
    margin-top: 50px;
  }
}

.tester-day-item {
  display: none;
}

.hisea-header {
  background: #f8f8f8;
}

.hisea-title {
  /* HISEA 1st Tester Day */

  /* 44 */

  font-family: "oswald-blod";
  font-style: normal;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 4.0625rem;
  text-align: center;
  font-display: swap;
  /* 主色调 */

  color: #052c45;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0;
  padding-top: 4.5625rem;
}

.hisea-title span {
  display: inline-block;
  background-color: #da6950;
  color: #fff;
  border-radius: 6px;
  width: 72px;
  height: 46px;
  line-height: 46px;
}

@media screen and (max-width: 768px) {
  .hisea-title span {
    width: 50px;
    height: 41px;
    line-height: 41px;
  }
}


@media screen and (max-width: 47.9375rem) {
  .hisea-title {
    font-size: 1.75rem;
    text-align: center;
    padding-top: 2.125rem;
  }
}

/* testone start */
.hisea-title-image {
  width: 73%;
  margin: 0 auto;
  background: url("../../../wysiwyg/tester_day/ISEA-1st-Tester-PC.png") no-repeat;
  background-size: 100%;
  padding: 18% 0;
  margin-top: 2rem;
}

.hisea-title-image img {
  width: 100%;
}

@media screen and (max-width: 47.9375rem) {
  .hisea-title-image {
    width: 100%;
    margin: 0 auto;
    background: url("../../../wysiwyg/tester_day/ISEA-1st-Tester-m.png") no-repeat;
    background-size: 100%;
    padding: 50% 0;
    margin-top: .9375rem;
  }
}

/* testone end */

/* testtwo start */
.hisea-title-image.hisea-title-image-2 {
  width: 73%;
  margin: 0 auto;
  background: url("../../../wysiwyg/tester_day/ISEA-2nd-Tester-PC.png") no-repeat;
  background-size: 100%;
  padding: 18% 0;
  margin-top: 2rem;
}

@media screen and (max-width: 47.9375rem) {
  .hisea-title-image.hisea-title-image-2 {
    width: 100%;
    margin: 0 auto;
    background: url("../../../wysiwyg/tester_day/ISEA-2nd-Tester-m.png") no-repeat;
    background-size: 100%;
    padding: 50% 0;
    margin-top: .9375rem;
  }
}

/* testtwo end */

/* testthree start */
.hisea-title-image.hisea-title-image-3 {
  width: 73%;
  margin: 0 auto;
  background: url("../../../wysiwyg/tester_day/ISEA-3rd-Tester-PC.png") no-repeat;
  background-size: 100%;
  padding: 18% 0;
  margin-top: 2rem;
}

@media screen and (max-width: 47.9375rem) {
  .hisea-title-image.hisea-title-image-3 {
    width: 100%;
    margin: 0 auto;
    background: url("../../../wysiwyg/tester_day/ISEA-3rd-Tester-m.png") no-repeat;
    background-size: 100%;
    padding: 50% 0;
    margin-top: .9375rem;
  }
}

/* testthree end */

.hisea-title-image.hisea-title-image-4 {
  width: 73%;
  margin: 0 auto;
  background: url("../../../wysiwyg/tester_day/ISEA-4th-Tester-PC.png") no-repeat;
  background-size: 100%;
  padding: 18% 0;
  margin-top: 2rem;
}

@media screen and (max-width: 47.9375rem) {
  .hisea-title-image.hisea-title-image-4 {
    width: 100%;
    margin: 0 auto;
    background: url("../../../wysiwyg/tester_day/ISEA-4th-Tester-m.png") no-repeat;
    background-size: 100%;
    padding: 50% 0;
    margin-top: .9375rem;
  }
}



.hisea-email-title {
  /* 36 */

  font-family: "oswald-blod";
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.3125rem;
  text-align: center;
  text-transform: capitalize;
  margin-top: 3.75rem;

  /* 主色调 */

  color: #052c45;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

@media screen and (max-width: 47.9375rem) {
  .hisea-email-title {
    font-size: 1.375rem;
    margin-top: 2.25rem;
  }
}

.hisea-email {
  width: 73%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.375rem;
  padding-bottom: 5rem;
}

.hisea-email ul {
  flex-basis: 20%;
}

.hisea-email ul li {
  list-style: none;
  font-family: "DIN Next W1G";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.5rem;
  width: 13.125rem;
  /* or 171% */

  /* 主色调 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  color: #052c45;
}

@media screen and (max-width: 47.9375rem) {
  .hisea-email {
    width: 100%;
    flex-wrap: wrap;
    margin-top: .625rem;
    padding-bottom: 2.125rem;
  }

  .hisea-email ul {
    /* margin: .9375rem 0; */
    margin-top: 1.25rem;
    flex-basis: 40%;
  }

  .hisea-email ul:nth-of-type(1) {
    margin-top: 0;
  }
}

.keep-dry-and-warm {
  width: 100%;
  background: url("../../../wysiwyg/tester_day/keep-dry-and-clean-PC.png") no-repeat;
  background-size: 100%;
  padding: 6.6% 0;
}

@media screen and (max-width: 47.9375rem) {
  .keep-dry-and-warm {
    background: url("../../../wysiwyg/tester_day/keep-dry-and-clean-m.png") no-repeat;
    background-size: 100%;
    padding: 15% 0;
  }
}

.review-title {

  font-family: "oswald-blod";
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.3125rem;
  text-align: center;
  text-transform: capitalize;
  margin-top: 5rem;

  color: #052c45;
}

@media screen and (max-width: 47.9375rem) {
  .review-title {
    margin-top: 2.625rem;
    font-size: 1.375rem;
  }
}

.review-items {
  width: 73%;
  margin: 0 auto;
  border-bottom: .0625rem solid #f0f0f0;
}

.review-items.first {
  margin-top: 2.875rem;
  border-top: .0625rem solid #f0f0f0;
}

.review-items.coming-soon {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}

@media screen and (max-width: 47.9375rem) {
  .review-items.coming-soon {
    height: 100px;
  }
}


@media screen and (max-width: 47.9375rem) {
  .review-items {
    width: 100%;
  }

  .review-items.first {
    margin-top: 1.3125rem;
    border-top: .0625rem solid #f0f0f0;
  }
}

.review-item-inner {
  margin: 3% 6.7%;
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner {
    padding: 0 3%;
  }
}

.review-item-inner .review-item-inner-left {
  float: left;
  display: inline-block;
  width: 20%;

  /* background-color: black; */
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner .review-item-inner-left {
    float: none;
  }
}

.review-item-inner .review-item-inner-left .review-item-inner-left-name {
  display: inline-block;
  width: 100%;
  font-family: "Stratum2";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  /* identical to box height, or 115% */

  text-align: justify;
  text-transform: capitalize;

  /* 主色调 */

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #052c45;
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner .review-item-inner-left .review-item-inner-left-name {
    display: inline-block;
    width: max-content;
    font-size: 1.125rem;
  }
}

.review-item-inner .review-item-inner-left .review-item-inner-left-email {
  display: inline-block;
  font-family: "Stratum2";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.4375rem;

  /* identical to box height, or 164% */

  text-align: justify;
  text-transform: capitalize;

  /* 主色调 */
  width: 100%;
  color: #052c45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner .review-item-inner-left .review-item-inner-left-email {
    display: inline-block;
    width: max-content;
    font-size: .75rem;
  }
}

.review-item-inner .review-item-inner-right {
  float: left;
  margin-left: 10%;
  display: inline-block;
  width: 70%;
  padding-bottom: 2.5rem;
  /* background-color: yellow; */
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner .review-item-inner-right {
    font-size: .875rem;
    float: none;
    margin-top: .9375rem;
    padding-bottom: 0rem;
    margin-left: 0;
    width: 80%;
  }
}

/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.back-button {
  display: flex;
  margin: 0 auto;
  margin-top: 4.375rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  cursor: pointer;

  width: 18.75rem;
  height: 4.375rem;

  /* 主色调 */

  background: #052c45;

  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;

  color: #ffffff;
}

.back-button:hover {
  background-color: #8ea0ab !important;
}

.back-button.coming-soon {
  margin-top: 0;
}

@media screen and (max-width: 47.9375rem) {
  .back-button {
    margin-top: 2.5rem;
    width: 17.5rem;
  }
}

.review-item-inner-right-picture {
  margin-top: 1.875rem;
  width: 6.25rem;
  height: 8.75rem;
}

.review-item-inner-right-picture:hover {
  cursor: pointer;
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner-right-picture {
    margin-top: 0rem;

    height: 6.25rem;
    width: 4.4643rem;
  }
}

.review-item-inner-right-picture img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 47.9375rem) {
  .review-item-inner-right-picture {
    margin-top: .9375rem;
    margin-bottom: 1.875rem;
  }
}

.footer-image {
  margin-top: 5.3125rem;
  width: 100%;
  background: url("../../../wysiwyg/tester_day/lifetime-warranty.png") no-repeat;
  background-size: 100%;
  padding: 10% 0;
}

@media screen and (max-width: 48rem) {
  .footer-image {
    margin-top: 0rem;
    background: url("../../../wysiwyg/tester_day/lifetime-warranty-m.png") no-repeat;
    background-size: 100%;
    padding: 20% 0;
    margin-top: 3.125rem;
  }
}