.contact {
  overflow: hidden;
  font-style: normal;
  font-family: MiSansVF;
}
.contactUs-banner {
  width: 100%;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-title {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 56px;
  letter-spacing: 2px;
  text-align: right;
  font-style: normal;
  text-transform: uppercase;
}
.containers {
  max-width: 1200px;
  margin: 0 auto;
}
/* img {
  width: 100%;
  height: 100%;
} */
.public-title {
  font-weight: bold;
}
.mapTitle {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding-top: 104px;
}
.mapBlock {
  overflow-x: auto;
}
.mapPic {
  /* text-align: center; */
  width: 1200px;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 48px;
  position: relative;
}
.cardItems {
  display: flex;
  justify-content: center;
  padding-bottom: 96px;
}
.swiper-slide .cardItem {
  width: 100%;
  height: 543px;
  border-radius: 16px;
  background-color: #f8f8f8;
  margin-bottom: 96px;
}
.cardItem-img {
  height: 240px;
  border-radius: 16px 16px 0 0;
}
.itemImg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
}
.contentItem {
  display: flex;
  /* align-items:center; */
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-left: 24px;
  margin-top: 12px;
  font-weight: 500;
  word-break: break-all;
  overflow-wrap: break-word;
}
.cardContent {
  padding-right: 24px;
  /* overflow-wrap: break-word; */
}
#app .cardContent .iconfont {
  margin-right: 8px;
}
.itemTitle {
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  margin-top: 16px;
  padding-left: 24px;
  padding-bottom: 16px;
  border-bottom: #e8e8e8 1px solid;
  font-family: MiSansVF_Bold;
}

.swiper-box {
  position: relative;
  margin-top: 15px;
  /* padding-bottom: 96px; */
}
.swiper-box .swiperBut-next,
.swiper-box .swiperBut-prev {
  color: #d8d8d8 !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 50% !important;
  padding: 14px !important;
  width: 64px !important;
  height: 64px !important;
  background: #fff;
  transform: translateY(-24px);
}
.swiper-box .swiperBut-next:after,
.swiper-box .swiperBut-prev:after {
  font-size: 20px !important;
  color: #000000 !important;
}
.swiper-box .swiperBut-next {
  margin-right: 11vw;
}
.swiper-box .swiperBut-prev {
  margin-left: 11vw;
}
.location-box {
  position: absolute;
  cursor: pointer;
}
.location-box .chat-frame {
  background: #21a13b;
  border-radius: 4px;
  padding: 2px 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  word-break: break-all;
  white-space: nowrap;
}
.location-box .chat-frame .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #21a13b;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.location-box .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #21a13b;
}
.active-dot .chat-frame {
  padding: 2px 12px 4px 12px;
  font-size: 28px;
  line-height: 38px;
  top: -57px;
  z-index: 999;
}
.active-dot .chat-frame .arrow {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #21a13b; /* 这里设置三角形的颜色 */
  top: 42px;
}
.swiper-slide-active .cardItem {
  width: 100%;
  height: 543px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  font-weight: bold;
}
.contactForm {
  background: url("../img/contactUs/formBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 1920px; */
  /* min-height: 1072px; */
  padding-bottom: 80px;
  padding-top: 80px;
  font-family: MiSansVF;
}
.formCard {
  max-width: 1200px;
  padding-bottom: 64px;
  margin: auto;
  /* height: 912px; */
  background: #ffffff;
  border-radius: 16px;
}
.formTitle {
  /* font-weight: bold; */
  font-family: MiSansVF_Bold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding-top: 64px;
}
.discription {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin-top: 32px;
  padding: 0 15px;
}
.formContent {
  padding: 48px 64px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  /* justify-content: space-between; */
  gap: 10px;
}
.label {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.formItem {
  /* margin-right: 26px; */
  margin-bottom: 24px;
  width: 31%;
}
.formItem:last-child {
  margin-bottom: 0px;
}
.input {
  position: relative;
  width: 100%;
}
.input input {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  padding: 0 16px;
}
.input select {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  padding: 0 16px;
  padding-right: 30px; /* 留出自定义箭头的空间 */
  appearance: none; /* 隐藏原生下拉三角 */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input .errorInput {
  border: 1px solid red;
}
.input .custom-arrow {
  height: fit-content;
  position: absolute;
  right: 10px; /* 请根据select的padding-right调整 */
  top: calc(50% - 7.5px);
  pointer-events: none; /* 使自定义箭头不接受鼠标事件 */
  transform: translateX(-10px);
}
.custom-arrow img {
  width: 14px;
  height: 15px;
}
.tips {
  color: red;
  font-size: 24px;
  display: inline-block;
  margin-left: 6px;
  transform: translateY(5px);
}
.checkbox .form-check input {
  width: 16px;
  height: 16px;
}
.checkBox {
  padding: 0px 64px;
}
.textarea {
  padding: 20px 64px;
}
.textarea .errorInput {
  border: 1px solid red;
}
.textarea .form-label {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.checkRadio {
  display: flex;
  padding-top: 16px;
  flex-wrap: wrap;
}
.checkRadio .form-check {
  width: 33.3%;
  margin-bottom: 16px;
}
.checkBox .form-check input {
  width: 16px;
  height: 16px;
}
.checkBox .form-check .form-check-label {
  font-size: 16px;
  color: #666;
  /* transform: translateY(3px); */
  margin-left: 6px;
}
.longTip {
  padding: 10px 64px;
  display: flex;
}
.longTip .form-check input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.longTip .form-check {
  display: flex;
}
.longTip .form-check-label {
  font-size: 16px;
  color: #a8a8a8;
  line-height: 24px;
  margin-left: 3px;
}
.checkBox .form-check-input:checked {
  background-color: #21a13b;
  border-color: #21a13b;
}
.longTip .form-check-input:checked {
  background-color: #21a13b;
  border-color: #21a13b;
}
.contactForm .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.submit {
  width: 200px;
  height: 48px;
  background: #21a13b;
  border-radius: 4px;
  color: #fff;
  line-height: 48px;
}
.submit:hover {
  opacity: 0.9;
}
#messageContent {
  resize: none;
}
.linkWords {
  color: #21a13b;
  cursor: pointer;
}
.errorMsg {
  margin-top: 5px;
  font-size: 13px;
}
.modalBtn1 {
  padding: 0 32px;
  height: 50px;
  background: #21a13b;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.modalBtn2 {
  background: #ffffff;
  color: #333333;
  padding: 0 32px;
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  font-weight: bold;
}
.boldTips {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.normalTips {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding: 0 10px;
}
@media screen and (max-width: 1640px) {
  .swiper-box .swiperBut-next {
    margin-right: 4vw;
  }
  .swiper-box .swiperBut-prev {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-box .swiperBut-next {
    margin-right: 0vw;
  }
  .swiper-box .swiperBut-prev {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 1360px) {
  .containers {
    width: 92%;
    max-width: none;
    margin: 0 auto;
  }
  .formCard {
    max-width: 82%;
    margin: 0 auto;
  }
  .formItem {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .formContent {
    padding: 48px 32px;
  }
  .formItem {
    width: 100%;
    margin-right: 0;
  }
  .formCard {
    max-width: 80%;
    margin: 0 auto;
  }
  .checkBox {
    padding: 0 32px;
  }
  .mapPic {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .swiper-box {
    margin-top: 24px;
  }
  .textarea {
    padding: 0 32px;
  }
  .longTip {
    padding: 10px 32px;
  }
  #errorMsg5 {
    margin: 0 32px;
  }
  .productsSwiper {
    max-width: none;
    width: 100%;
  }
  .swiper {
    overflow: auto !important;
  }
  .swiper-horizontal {
    touch-action: auto !important;
  }
  .swiperBut {
    display: none;
  }
  .swiper-slide {
    width: 85% !important;
  }
  .swiper-slide .cardItem {
    width: 100%;
    border-radius: 16px;
    /* background-color: #f8f8f8; */
    margin-bottom: 48px;
  }
  .swiper-slide .cardItem > img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .swiper-box .swiperBut-next,
  .swiper-box .swiperBut-prev {
    color: #d8d8d8 !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 50% !important;
    padding: 14px !important;
    width: 44px !important;
    height: 44px !important;
    background: #fff;
    /* transform: translateY(256px) */
  }
  .swiper-box .swiperBut-next {
    transform: translate(-12vw, 265px);
  }
  .swiper-box .swiperBut-prev {
    transform: translate(12vw, 265px);
  }
}
@media screen and (max-width: 440px) {
  .checkBox .form-check .form-check-label {
    font-size: 4vw;
  }
  .formTitle {
    font-size: 5vw;
  }
  .modalBtn1 {
    padding: 0 20px;
    height: 35px;
    background: #21a13b;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .modalBtn2 {
    background: #ffffff;
    color: #333333;
    padding: 0 20px;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    font-weight: bold;
  }
  .boldTips {
    font-size: 20px;
  }
  .normalTips {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .contactUs-banner {
    height: 300px !important;
  }
  .formCard {
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 32px;
  }
  .checkRadio .form-check {
    width: 50%;
    margin-bottom: 16px;
  }
  .formTitle {
    font-family: MiSansVF_Bold;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    font-style: normal;
    padding-top: 32px;
  }
  .formContent {
    padding: 16px;
  }
  .discription {
    margin-top: 12px;
    font-family: MiSansVF;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-style: normal;
  }
  .label {
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
  }
  .input select {
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    margin-top: 10px;
    padding: 11px 16px;
  }

  .mapTitle {
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    font-style: normal;
    padding-top: 40px;
  }
  .contactForm {
    padding: 32px 0;
  }
  .formItem {
    margin-bottom: 16px;
  }
  .contentItem {
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    margin-top: 12px;
    margin-left: 12px;
  }
  .tips {
    font-size: 14px;
    margin-left: 4px;
  }

  .input .custom-arrow {
    top: calc(50% - 6px);
  }
  .custom-arrow img {
    width: 12px;
    height: 12px;
  }
  .contentItem:first-child {
    margin-top: 16px;
  }
  .cardItem-img {
    height: 200px;
  }
  .checkBox {
    padding: 0 16px;
  }
  .checkRadio .form-check {
    padding-left: 22px;
  }
  .form-check .form-check-input {
    margin-left: -21.4px !important;
    margin-top: 0;
  }
  .checkBox .form-check {
    margin-bottom: 12px;
    width: fit-content;
    margin-right: 34px;
  }
  .checkBox .form-check:last-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .textarea .form-label {
    margin-bottom: 8px;
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
  }
  textarea::placeholder {
    font-family: MiSansVF;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 20px;
    font-style: normal;
  }
  .longTip {
    padding: 12px 16px;

    font-family: MiSansVF;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 20px;
    font-style: normal;
  }
  .contactForm .btn {
    margin-top: 0;
    padding: 4px 0 0;
  }
  .submit {
    width: 138px;
    font-family: MiSansVF_Bold;
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
  }
  .longTip .form-check-label {
    margin: 0;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }
  .form-control {
    padding: 16px 12px;
  }
  .form-check {
    display: flex !important;
    min-height: auto !important;
    height: fit-content !important;
  }
  .checkBox .form-check .form-check-label {
    font-family: MiSansVF;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-style: normal;
    margin-left: 4px;
  }
  .checkBox .form-check:nth-child(3) {
    width: 100%;
  }
  .checkBox .form-check input {
    width: 14.4px;
    height: 14.4px;
  }
  .textarea {
    padding: 0 16px;
  }
  #app .cardContent .iconfont {
    font-size: 18px !important;
  }
  .location-box .chat-frame {
    font-family: OpenSans;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 13px;
    font-style: normal;
    padding: 3px 9px;
    top: -21px;
  }
  .location-box .chat-frame .arrow {
    top: 15px;
  }
  .active-dot .chat-frame {
    font-family: OpenSans, OpenSans;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
    font-style: normal;
    padding: 1px 9px 3px 8px;
    top: -44px;
  }
  .active-dot .chat-frame .arrow {
    top: 29px;
  }
  .itemTitle {
    font-family: MiSansVF_Bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-style: normal;
    margin-top: 14px;
    padding-left: 16px;
    padding-bottom: 14px;
  }
  .swiper-slide .cardItem {
    height: 432px;
  }
  .cardContent {
    padding-bottom: 24px;
  }
}
#errorMsg5 {
  margin: 0 64px;
}
.modal-title {
  font-size: 14px;
}
.modal-body {
  text-align: center;
  margin-bottom: 104px;
}
.modal-body img {
  width: 30%;
  height: auto;
}
.modal-large {
  padding-top: 8%;
}
