.banner {
  color: #fff;
}

.banner .sec-wrap,
.banner .sec-area {
  height: 100%;
}

.banner .sec-wrap .sec-area {
  padding-top: 14.8vh;
}

/* .banner .sec-wrap .sec-intro {
  margin-top: calc(100 * var(--px));
} */

.banner .slogan {
  font-size: max(28px, 88 * var(--px));
  font-weight: bold;
}

.banner .desc {
  font-size: calc(56 * var(--px));
}

.sec-layout {
  --sec-layout-gap: max(30px, 10%);
  gap: var(--sec-layout-gap);
}

.sec1 .pic {
  width: calc(996 * var(--px));
  flex-shrink: .3;
  cursor: pointer;
}

.sec1 .txt img:first-of-type {
  width: 40%;
}

.sec1 .txt img {
  margin-bottom: var(--px-20-40);
}

.sec-common {
  --sec-slogan-h: max(140px, 315 * var(--px));
  padding-bottom: max(20px, 140 * var(--px));
}

.sec-common .main {
  margin-top: calc(var(--sec-slogan-h) * -.5);
  z-index: 1;
  position: relative;
}

.slogan-lay {
  aspect-ratio: 680 / 316;
  height: var(--sec-slogan-h);
  padding: 0 var(--px-20-40);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: rgba(255, 0, 0, .9);
  color: #fff;
  font-size: var(--font-48);
  font-weight: bold;
}

.slogan-lay .intro {
  font-size: var(--font-28);
  font-weight: normal;
}

.sec3 .slogan-lay .intro {
  display: flex;
}

.sec3 .slogan-lay .intro::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  margin-right: calc(20 * var(--px));
  flex: 0 0 auto;
}

.sec-title {
  font-size: var(--font-48);
  font-weight: 700;
  margin-bottom: var(--px-20-40);
}

.sec-txt-pic .txt-pic-wrap:nth-child(even) .sec-layout {
  flex-direction: row-reverse;
}

.sec-title-thin {
  text-align: center;
  font-size: var(--font-24);
  font-weight: 300;
  margin-top: max(20px, 60 * var(--px));
}

.sec-intro {
  font-size: var(--font-18);
  font-weight: 300;
  width: 33em;
  text-align: justify;
}

.full-w {
  width: 100% !important;
}

.container-1450 .sec-layout {
  --sec-layout-gap: max(60px, 20%)
}

.container-1450 .pic .img-wrap:last-child {
  width: calc(320 * var(--px));
  margin-top: -33%;
  transform: translateX(90%);
}

.para-wrap {
  font-weight: bold;
  margin-left: calc(var(--sec-layout-gap) * -.8);
}

.para-wrap .title {
  font-size: max(22px, 38 * var(--px));
  margin-bottom: var(--px-20-40);
}

.para-wrap .intro {
  font-size: var(--font-24);
  margin-bottom: var(--px-20-40);
}

.para-wrap .intro .num {
  font-size: max(26px, 88 * var(--px));
  position: relative;
  line-height: 1;
  width: max-content;
  display: inline-block;
}

.para-wrap .intro .num::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f00;
}

.img-wrap img {
  width: 100%;
}

.img-wrap span {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  padding: var(--px-10-20);
  display: block;
}

.img-wrap span.left {
  text-align: left;
}

.sec-layout .pic {
  position: relative;
}

.container-1511 img.position-top {
  width: calc(160 * var(--px));
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(max(30px, 70 * var(--px)) * -.8), calc(max(30px, 70 * var(--px)) * -.8));
}

.container-1511 img.position-bottom {
  width: calc(240 * var(--px));
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40%, 30%);
}

.container-1544 img.position-bottom {
  width: calc(300 * var(--px));
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
}

.container-1548 .sec-intro {
  width: 25em;
}

.sec-txt-pic .sec3-section.txt-pic-wrap {
  margin-top: max(30px, 150 * var(--px));
}

.container-1722 .sec-bg.bg-color {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(calc(var(--main-margin) * -1), 30%);
}

.container-1722 .sec-bg.letter {
  width: calc(690 * var(--px));
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(var(--main-margin), -50%);
}

.container-1548 .sec-bg {
  width: 100vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(var(--main-margin), 30%) rotateY(180deg);
}

.sec-txt-pic .txt-pic-wrap.thin {
  margin-top: max(30px, 210 * var(--px));
}

































section.form {
  position: relative;
  z-index: 300;
  background: linear-gradient(to bottom, #f4f4f400, #f4f4f4ff);
}


@media (min-width: 961px) {
  section.form .wrapper {
    display: block;
    align-items: flex-start;
    width: 720px;
    margin: 0 auto;
  }
}

section.form .form-intro {
  text-align: center;
  font-weight: bold;

  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.form-title {
  margin-bottom: var(--px-10-20);
}

.form-desc {
  font-size: var(--font-20);
  font-weight: normal;
}

.required::before {
  content: "* ";
  color: #d61516;
}

.form-content {
  font-weight: normal;
  margin-top: max(30px, 75 * var(--px));
}

.form-content .hint {
  color: #898888;
  font-size: calc(14rem / 16);
}

.required-hint {
  margin-bottom: calc(18rem / 16);
}

.required-hint span {
  color: #d61516;
}

.question-list {
  padding-top: calc(15rem / 16);
}

.question {
  margin-bottom: var(--px-20-40);
  padding-left: max(40px, 80 * var(--px));
  position: relative;
  font-size: max(14px, 20 * var(--px));
  border-bottom: 1px solid #e0e0e0;
}

.question-no {
  position: absolute;
  left: 0;
  width: max(40px, 80 * var(--px));
  height: max(40px, 80 * var(--px));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: calc(39rem / 16);
  font-weight: bold;
  background-color: #000000;
  color: #fff;
}

.question-text {
  min-height: max(40px, 80 * var(--px));
  width: 100%;
  position: relative;
  padding: calc(10rem / 16) calc(20rem / 16) calc(8rem / 16) var(--px-20-40);
  font-weight: bold;
  background-color: #ffffff;
}


.question-text {
  left: 0;
  display: flex;
  align-items: center;
}

.question-text-inner {
  width: 100%;
}

.question-text.required .question-text-inner::after {
  content: "";
  color: #d61516;
}


.question-option {
  font-weight: bold;
  line-height: calc(24rem / 16);
  padding-left: calc(34rem / 16);
  position: relative;
  cursor: pointer;
  margin-bottom: calc(14rem / 16);
  color: #000;
}

.question-answer {
  padding-top: max(15px, 36 * var(--px));
  padding-bottom: calc(20rem / 16);
  padding-left: var(--px-20-40);
  margin-bottom: calc(16rem / 16);
}

.question-answer textarea {
  width: 100%;
  font-size: max(14px, 20 * var(--px));
  min-height: 90px;
  background-color: transparent;
  display: block;
}

.question-option::before {
  content: "";
  width: calc(24rem / 16);
  height: calc(24rem / 16);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cecece;
}

.question-option.active::before {
  border: none;
  background: url("../images/tick.svg") center/calc(13rem / 16) calc(8rem / 16) #e60012 no-repeat;
}

.question-list input,
.question-list textarea {
  appearance: none;
  outline: none;
  background-color: #ffffff;
  line-height: calc(20rem / 16);
  padding: calc(5rem / 16) calc(8rem / 16);
  border: 1px solid #c9c9c9;
  font-size: calc(16rem / 16);
  vertical-align: middle;
  margin-left: calc(8rem / 16);
}

input,
textarea,
select {
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}


.question-list input:focus,
.question-list textarea:focus {
  border-color: #999;
}

.question-list textarea.fullwidth,
.question-list input.fullwidth {
  line-height: calc(24rem / 16);
  padding: calc(8rem / 16) calc(16rem / 16);
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 5em);
  margin-left: 0;
}

.question-list .input-hint {
  font-size: calc(14rem / 16);
  color: #838383;
  font-weight: normal;
}

.download {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 240;
}

.download a {
  width: calc(848rem / 16);
  height: calc(208rem / 16);
  transition: .5s;
  position: relative;
  z-index: 260;
}

.download a:hover {
  transform: translateY(-8%);
}

.download img {
  display: block;
  width: 100%;
  height: auto;
}

.info-form {
  background: #ffffff;
  padding: calc(45rem / 16);
  border-bottom: 1px solid #d0d4da;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-form .info-field {
  width: calc(50% - 1.042vw);
  flex: 0 0 auto;
}

.field-text {
  font-size: max(14px, 20 * var(--px));
  position: relative;
}

.field-text::before {
  position: absolute;
  left: -.6em;
  top: .125em;
}


.info-form .field-input,
.info-form .field-input option {
  display: block;
  border: none;
  background-color: transparent;
  line-height: calc(34rem / 16);
  padding-top: calc(10rem / 16);
  padding-bottom: calc(10rem / 16);
  border-bottom: 1px solid #c3c3c3;
  font-weight: bold;
  width: 100%;
  outline: none;
  padding-left: 0;
  height: calc(54rem / 16 + 1px);
  font-size: max(14px, 24 * var(--px));
  color: #060606;
}

.info-form .field-input option:checked {
  color: #060606;
}

.info-form .has-value .field-input,
.info-form .field-input:focus {
  border-bottom-color: #e60012;
}


select.field-input,
.field-input::placeholder {
  color: #898888;
}

.has-value select.field-input {
  color: #000000;
}


.info-field {
  margin-bottom: calc(36rem / 16);
}

.agreement {
  margin-top: calc(-12rem / 16);
  width: 100%;
  margin-bottom: calc(20rem / 16);
  font-size: max(14px, 20 * var(--px));
  position: relative;
  padding-left: calc(28rem / 16);
  cursor: pointer;
}

.agreement::before {
  content: "";
  width: calc(22rem / 16);
  height: calc(22rem / 16);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: center/calc(10rem / 16) auto #cecece no-repeat;
}

.agreement.agreed::before {
  background: url("../images/tick.svg") center/calc(10rem / 16) auto #e60012 no-repeat;
}

.agree-alert {
  color: #e60012;
  display: block;
}

.submitted {
  font-size: calc(24rem / 16);
  color: #e60012;
}

.form-content .btn-ctn {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-bottom: max(30px, 50 * var(--px));
  border-bottom: 1px solid #d0d4da;
  margin-top: calc(36rem / 16);
}

.form-content .btn-submit {
  width: calc(235rem / 16);
  height: calc(50rem / 16);
  line-height: calc(50rem / 16);
  color: #fff;
  background: #e60012;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.form-content .btn-submit:hover {
  filter: brightness(1.1);
}

.agreement a {
  text-decoration: none;
  color: #e60012;
}

.agreement a:hover {
  text-decoration: underline;
}

.video-layer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .75);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 750;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
}

.video-layer.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.video-layer .btn-close {
  position: absolute;
  left: calc(50vw + 410px);
  top: calc(50vh - 240px);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  background: #e5071e;
  cursor: pointer;
  transition: .3s;
}

.video-js .vjs-big-play-button {
  bottom: 0;
  right: 0;
  margin: auto;
}

.yisiTip,
.siteTip {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  color: #000;
}

.yisiCon,
.siteCon {
  width: 90vw;
  height: 40vw;
  background-color: white;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px -10px 0px 0px #ff0000;
}

.yisiCancel,
.siteCancel {
  position: absolute;
  /* width: 30px;
    height: 30px; */
  /* background-color: pink; */
  width: 2.6vw;
  height: 2.6vw;
  right: 2%;
  top: 4%;
  background: url(../images/close_red.svg) center/contain no-repeat;
  cursor: pointer;
}

.yinsiTxtCon {
  width: 80%;
  height: 70%;
  overflow: scroll;
  overflow-x: hidden;
  /* background-color: plum; */
}

.queding {
  cursor: pointer;
  display: inline-block;
  width: 8.3vw;
  height: auto;
  background: #e70012;
  border-radius: 20px;
  font-size: 0.72vw;
  color: #fff;
  line-height: 40px;
  /* cursor: pointer; */
  /* vertical-align: middle; */
  /* margin-left: 10px; */
  text-align: center;
}

/* .hideForm{
  display: none;
} */
.yinsiTxtCon p {
  /* font-size: 5vw; */
  font-size: 1vw;
  line-height: 1.5vw;
}

@media (max-width: 780px) {

  .yisiCon,
  .siteCon {
    height: 125vw;
  }

  .yinsiTxtCon {
    font-size: 14px;
  }

  .yinsiTxtCon p {
    line-height: 6vw;
    font-size: 14px;
  }

  .queding {
    width: 50vw;
    font-size: 3vw;
  }
}