.mDom {
  display: none;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
}
.slide-left-btn {
  position: relative;
  line-height: 55px;
  height: 55px;
  font-size: 20px;
  padding: 0 60px;
  border-radius: 2px;
  background: transparent;
  border: 2px solid var(--color1);
  color: var(--color1);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
}
.slide-left-btn:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  transition: width 0.5s;
  background: var(--color1);
  z-index: -1;
}
.slide-left-btn:hover:after {
  width: 100%;
}
.main-full-grey {
  background: var(--color1);
  color: #fff;
  border: 0;
  line-height: 55px;
}
.main-full-grey::after {
  background: var(--text1);
}
.banner {
  position: relative;
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner h1 {
  position: absolute;
  font-size: 64px;
  text-align: center;
  line-height: 1;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -32px;
  font-family: var(--fontfamliy);
  text-shadow: 4px 7px 12px #1D1D1DC9;
  letter-spacing: 16px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
.pagetop {
  padding: 140px 50px;
  display: flex;
  justify-content: space-between;
}
.pagetop .msg {
  width: 460px;
}
.pagetop .msg .box {
  margin-bottom: 100px;
}
.pagetop .msg .box:last-child {
  margin-bottom: 0;
}
.pagetop .msg .title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--color1);
  margin-bottom: 25px;
  font-family: var(--fontfamliy);
}
.pagetop .msg .title a {
  font-weight: 400;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.pagetop .msg .title a:hover {
  opacity: 0.7;
}
.pagetop .msg .txt {
  color: var(--text1);
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}
.pagetop .msg .txt img {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.pagetop .msg .txt span {
  display: inline-block;
  vertical-align: top;
}
.pagetop .form {
  flex: 1;
  padding-left: 120px;
}
.pagetop .form .title {
  font-family: var(--fontfamliy);
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: var(--text1);
}
.pagetop .form .line {
  margin-bottom: 35px;
  display: flex;
}
.pagetop .form .line input[type="text"],
.pagetop .form .line select {
  font-family: 'ms';
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--text2);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text2);
}
.pagetop .form .line input[type="text"]:last-child,
.pagetop .form .line select:last-child {
  margin-right: 0;
}
.pagetop .form .line textarea {
  font-family: 'ms';
  padding: 10px 12px;
  width: 100%;
  border: 1px solid var(--text2);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text2);
  line-height: 24px;
  height: 110px;
}
.pagetop .form .line input::placeholder {
  color: #999;
}
.pagetop .form .line textarea::placeholder {
  color: #999;
}
.pagetop .form .line .row {
  display: inline-block;
  vertical-align: top;
  width: fit-content;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 6px;
}
.pagetop .form .line .row .zf-check-field {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  margin-right: 48px;
  cursor: pointer;
}
.pagetop .form .line .row .zf-check-field input {
  display: none;
}
.pagetop .form .line .row .zf-check-field span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid var(--text2);
}
.pagetop .form .line .row .zf-check-field label {
  display: inline-block;
  vertical-align: top;
}
.pagetop .form .line .row .zf-check-field:has(input:checked) span {
  border-color: var(--color1);
}
.pagetop .form .line .row .zf-check-field:has(input:checked) span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color1);
  transform: translate(0, 0);
  z-index: 1;
}
.pagetop .form .line .row .zf-check-field:has(input:checked) span::before {
  content: '';
  display: block;
  width: 70%;
  height: 30%;
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(-45deg);
  z-index: 2;
  top: 1px;
  left: 1px;
}
.pagetop .form .line .row .zf-multiAttType {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.pagetop .form .line .row .zf-multiAttType label {
  font-size: 14px;
}
.pagetop .form .line .line-title {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.pagetop .form .line .upload-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 20px;
  line-height: 38px;
  font-size: 16px;
  color: #999;
  padding: 0 18px;
  border: 1px solid var(--text2);
  border-radius: 2px;
  cursor: pointer;
}
.pagetop .form .line .upload-txt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 40px;
}
.pagetop .form .line input[type="file"] {
  display: none;
}
.pagetop .form .line .select-mania-large .select-mania-search-input {
  font-size: 16px;
}
.pagetop .form .line .select-mania,
.pagetop .form .line .intl-tel-input {
  width: calc(50% - 10px) !important;
}
.pagetop .form .line input[type="text"]#international_PhoneNumber_countrycode {
  width: 100%;
  padding-left: 52px;
}
.pagetop .form #form-inquirey {
  display: none;
}
.pagetop .form .submit-btn {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.pagetop .form .hasrow {
  flex-wrap: wrap;
}
.pagebottom {
  background: #ECECEC;
  padding: 120px 50px;
}
.pagebottom .title {
  font-size: 24px;
  line-height: 30px;
  color: var(--color1);
  font-family: var(--fontfamliy);
  font-weight: 800;
  margin-bottom: 40px;
}
.pagebottom .row {
  display: flex;
  margin-bottom: 60px;
}
.pagebottom .row .col {
  background: #fff;
  flex: 1;
  margin-right: 60px;
  padding: 35px 30px;
  color: var(--text2);
  overflow: hidden;
  font-size: 18px;
  line-height: 27px;
}
.pagebottom .row .col:last-child {
  margin-right: 0;
}
.pagebottom .row .col a {
  color: var(--color1);
  text-decoration: underline;
}
.pagebottom .row .col a:hover {
  opacity: 0.7;
}
.pagebottom .row .col img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}
.pagebottom .row .col p {
  line-height: 27px;
  margin-bottom: 20px;
}
.pagebottom .row .toprow a {
  float: right;
}
.pagebottom .row.bottomrow .col {
  text-align: center;
}
@media (max-width: 1375px) {
  .pagebottom .row .toprow span {
    display: block;
    margin: 20px 0 30px;
  }
  .pagebottom .row .toprow a {
    display: block;
    width: fit-content;
    float: none;
  }
}
@media (max-width: 1280px) {
  .pagetop {
    padding: 140px 20px;
  }
  .pagetop .form {
    padding-left: 60px;
    min-width: 700px;
  }
  .pagebottom {
    padding: 120px 20px;
  }
  .pagebottom .row .col {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .pagetop {
    padding: 80px 20px;
    display: block;
    position: relative;
  }
  .pagetop .form {
    padding-left: 0;
    min-width: 100%;
  }
  .pagetop .msg {
    width: 100%;
  }
  .pagetop .msg .box {
    margin-bottom: 80px;
  }
  .formafter {
    position: static;
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .pcDom {
    display: none;
  }
  .mDom {
    display: unset;
  }
  .banner img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 44% center;
  }
  .banner h1 {
    width: calc(100% - 48rem);
    font-size: 44rem;
    margin-top: -27px;
    text-shadow: 4rem 7rem 12rem #1D1D1DC9;
    letter-spacing: 8rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
  .pagetop {
    padding: 84rem 40rem;
    font-size: 32rem;
    line-height: 30rem;
  }
  .formafter {
    margin-top: 84rem;
  }
  .pagetop .msg .title {
    font-size: 32rem;
    line-height: 1;
    margin-bottom: 26rem;
  }
  .pagetop .msg .txt {
    font-size: 26rem;
    line-height: 40rem;
    margin-bottom: 25rem;
  }
  .pagetop .msg .txt img {
    height: 30rem;
    width: 30rem;
  }
  .pagetop .msg .box {
    margin-bottom: 84rem;
  }
  .pagetop .form .title {
    font-size: 32rem;
    line-height: 1;
    margin-bottom: 26rem;
  }
  .pagetop .form .line {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .pagetop .form .line input[type="text"] {
    width: 100%;
    margin-bottom: 30rem;
    margin-right: 0;
    height: 66rem;
    font-size: 26rem;
  }
  .pagetop .form .line .intl-tel-input {
    width: 100% !important;
    margin-bottom: 30rem;
  }
  .pagetop .form .line .select-mania {
    width: 100% !important;
    margin-bottom: 30rem;
    height: 66rem;
  }
  .pagetop .form .line .select-mania-large .select-mania-inner {
    max-height: 66rem;
    min-height: 66rem;
  }
  .pagetop .form .line .select-mania-large .select-mania-values {
    min-height: 66rem;
  }
  .pagetop .form .line .select-mania-large .select-mania-inner {
    padding: 0 8px;
  }
  .pagetop .form .line .select-mania-large .select-mania-value {
    line-height: 66rem;
    margin: 0;
    padding: 0;
  }
  .pagetop .form .line .select-mania-large .select-mania-value-text {
    line-height: 66rem;
    padding: 0;
    height: 66rem;
    font-size: 26rem;
  }
  .pagetop .form .line .select-mania-large .select-mania-arrow {
    margin-top: 24rem;
  }
  .pagetop .form .line .line-title {
    font-size: 26rem;
    line-height: 1;
    margin-bottom: 27rem;
  }
  .pagetop .form .line .row {
    display: block;
    font-size: 0;
    margin-bottom: 6px;
  }
  .pagetop .form .line .row .zf-check-field {
    min-width: 266rem;
    margin-right: 17rem;
    font-size: 24rem;
    line-height: 1;
  }
  .pagetop .form .line .row .zf-check-field span {
    width: 18rem;
    height: 18rem;
    min-width: 12px;
    min-height: 12px;
  }
  .pagetop .form .line .row .zf-check-field:last-child {
    margin-right: 0;
  }
  .pagetop .form .line .row .zf-multiAttType label {
    margin-left: 8rem;
  }
  .pagetop .form .line .upload-btn {
    margin: 0 8px 30rem 0;
    line-height: 66rem;
    height: 66rem;
    font-size: 26rem;
    padding: 0 18rem;
  }
  .pagetop .form .line .upload-txt {
    font-size: 26rem;
  }
  .pagetop .form .line textarea {
    font-size: 26rem;
    line-height: 1.4;
  }
  .pagetop .form .submit-btn {
    display: block;
    width: 390rem;
    line-height: 80rem;
    height: 80rem;
    margin: 90rem auto 0;
    font-size: 28rem;
  }
  .pagebottom {
    padding: 85rem 40rem;
  }
  .pagebottom .title {
    font-size: 32rem;
    line-height: 1;
    margin-bottom: 40rem;
  }
  .pagebottom .row {
    margin-bottom: 85rem;
  }
  .pagebottom .row .col {
    padding: 30rem 18rem;
    font-size: 26rem;
    line-height: 40rem;
    margin-bottom: 30rem;
  }
  .pagebottom .row .toprow span {
    margin: 20rem 0 30rem;
  }
  .pagebottom .row.bottomrow {
    flex-wrap: wrap;
  }
  .pagebottom .row.bottomrow .col {
    width: 100%;
    text-align: left;
    flex: none;
    position: relative;
    padding-left: 160rem;
  }
  .pagebottom .row.bottomrow .col img {
    width: 100rem;
    height: 100rem;
    position: absolute;
    left: 30rem;
    top: 30rem;
  }
  .pagebottom .row.bottomrow .col p {
    font-size: 26rem;
    line-height: 40rem;
    margin-bottom: 30rem;
  }
}
