.contentWrap {
  width: 100%;
  background: url("../img/homebg1.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.ContactUsContent {
  width: 1440px;
  height: 884px;
  box-sizing: border-box;
  padding: 56px 160px 0;
  color: #232323;
  margin: 0 auto;
}
.ContactUsContent > h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 24px;
}
.ContactUsContent > p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #232323;
  text-align: center;
}

.ContactUsContent .flexBox {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.ContactUsContent .leftBox {
  padding: 40px;
  box-sizing: border-box;
  width: 776px;
  height: 608px;
  background: #fff;
  border-radius: 16px;
}

.ContactUsContent .leftBox a {
  display: block;
  width: 182px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.ContactUsContent .leftBox .el-form-item__label {
  display: block;
  width: 100% !important;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.ContactUsContent .leftBox .el-form-item__label:before {
  display: none !important;
}
.ContactUsContent .leftBox .is-required .el-form-item__label:after {
  content: "*";
  color: #f56c6c;
  margin-left: 4px;
}
.ContactUsContent .leftBox .el-form-item__content {
  margin-left: 0 !important;
}
.ContactUsContent .el-input__inner {
  border: 1px solid #d6d6d8;
}
.ContactUsContent .el-input__inner:hover {
  border: 1px solid #4485e9;
}
.ContactUsContent .leftBox .el-form-item__content .el-textarea__inner {
  border: 1px solid #d6d6d8;
  height: 80px;
  resize: none;
  font-family: Inter;
}
.ContactUsContent .leftBox .el-form-item__content .el-textarea__inner:hover {
  border: 1px solid #4485e9;
}
.ContactUsContent
  .leftBox
  .el-form-item__content
  .el-input__inner::placeholder {
  color: #6a6969;
}
.ContactUsContent .leftBox .homeButton {
  display: block;
  width: 182px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}

.ContactUsContent .rightBox {
  padding: 40px;
  box-sizing: border-box;
  width: 312px;
  height: 608px;
  background: #fff;
  border-radius: 16px;
}
.ContactUsContent .rightBox p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  width: 200px;
  color: #232323;
  margin-left: 32px;
  position: relative;
}
.ContactUsContent .rightBox p img {
  position: absolute;
  left: -30px;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
  transition: all 0.5s linear;
}
.ContactUsContent .rightBox p .img2 {
  display: none;
  transition: all 0.5s linear;
}
.ContactUsContent .rightBox p:hover .img1 {
  display: none;
}
.ContactUsContent .rightBox p:hover .img2 {
  display: block;
}
.ContactUsContent .rightBox p a {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s linear;
}
.ContactUsContent .rightBox p a:hover {
  text-decoration: underline;
}
.ContactUsContent .flexBox .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #232323;
  margin-bottom: 24px;
}
.ContactUsContent .flexBox .title span {
  font-family: InterMedium;
  margin-left: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #6a6969;
}
@media (min-width: 375px) and (max-width: 768px) {
  .ContactUsContent {
    padding: 64px 24px;
    width: 100%;
    height: auto;
  }
  .ContactUsContent .flexBox {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ContactUsContent .leftBox {
    padding: 24px;
    width: 100%;
    margin-bottom: 32px !important;
    height: auto;
  }
  .ContactUsContent .flexBox .title {
    font-size: 32px;
    line-height: 40px;
  }

  .ContactUsContent .rightBox p {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin-bottom: 16px;
    word-break: break-word; 
    white-space: normal; 
  }
  .ContactUsContent .flexBox .title span {
    display: block;
    margin-left: 0px;
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .ContactUsContent > h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ContactUsContent .rightBox {
    padding: 24px;
    width: 100%;
    height: auto !important;
    min-height: 365px;
  }
  .ContactUsContent .leftBox .homeButton {
    width: 100%;
  }
  .ContactUsContent .leftBox .el-form-item__content .el-textarea__inner {
    height: 160px !important;
  }
}
