[v-cloak] {
  display: none;
}
/* .bg {
  background: url('/image/contactUs.png') no-repeat !important;
  background-size: cover !important;
} */
.us-text {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px 0;
}
.us-text .us-text-center {
    width: 6.25rem;
}
.about .about-main {
  display: block;
  width: 100%;
}
.about .about-main .container {
  width: 6.25rem;
}
.about .about-main .img {
  width: 100%;
  margin-top: 0.5417rem;
}
.about .about-main .img img {
  width: 100%;
}
.about>.img>img {
    width: 100%;
}
.about .about-main .content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 840px) {
  .about .about-main .content .us-6 {
    width: 3.0729rem;
  }
  .about .about-main .content .us-6:nth-child(2n-1) {
    margin-right: 0.0521rem;
  }
  .about .about-main .content .us2-6 {
    width: 2.9792rem;
  }
  .about .about-main .content .us2-6:nth-child(2n-1) {
    margin-right: 0.2396rem;
  }
}
@media (max-width: 839px) {
  .about .about-main .content .us-2 {
    width: 100%;
  }
}
@media (max-width: 590px) {
  .about .about-main .content {
    padding: 0 30px;
  }
  .us-text {
      padding: 20px 0;
  }
}
.about .about-main .content .us {
  text-align: center;
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding: 0.1563rem 0.2604rem 0.3125rem;
  height: 1.6146rem;
  margin-bottom: 10px;
  min-height: 160px;
  position: relative;
}
.about .about-main .content .us .us-title {
  font-size: 0.0938rem;
  color: #666666;
}
.about .about-main .content .us .us-text {
  width: 100%;
  font-size: 0.0781rem;
  color: #333333;
  margin: 0.1979rem 0 0 0;
}
.about .about-main .content .us .us-line {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.2604rem;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-main .content .us .us-line span {
  width: 80px;
  height: 2px;
  background-color: #cfa167;
}
.about .about-main .content .us-2 {
  background-color: #fff;
  text-align: left;
  padding: 0;
  height: 100%;
  min-height: 100%;
  margin-top: 0.5521rem;
}
.about .about-main .content .us-2 .us2-text {
  width: 100%;
}
.about .about-main .content .us-2 .us2-text input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: solid 1px #dedede;
  outline: none;
}
.about .about-main .content .us-2 .us2-text textarea {
    box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: solid 1px #dedede;
  outline: none;
  resize: none;
}
.about .about-main .content .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.about .about-main .content .btn input {
  padding: 0.0938rem 0.3854rem;
  font-size: 16px;
  color: #333333;
  border: solid 1px #dedede;
  cursor: pointer;
}
.about .about-main .content .btn span:hover {
  background-color: #dedede;
}
