.project-main .pc-terminal-project-main-content .contact-us-wrap {
  width: 100%;
  position: relative;
  background: url("../../images/contact-us-bg.png") no-repeat;
  background-size: 100% 100%;
  height: 18vw;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4vw;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-title .contact-us-title-bg {
  width: 18vw;
  background: url("../../images/contact-us-title.png") no-repeat;
  background-size: contain;
  height: 3vw;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-wrap-content {
  padding: 0 7vw;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-wrap-content .contact-us-content .contact-us-way {
  height: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-wrap-content .contact-us-content .contact-us-way > span {
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 1vw;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-wrap-content .contact-us-content .contact-us-way > span img {
  width: 2vw;
  height: auto;
  margin-right: 10px;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-wrap-content .contact-us-content .contact-us-way > span a {
  color: #333333;
}
.project-main .pc-terminal-project-main-content .contact-us-wrap .contact-us-wrap-content .contact-us-content .copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.1vw;
  font-weight: bold;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap {
  width: 100%;
  position: relative;
  background: url("../../images/contact-us-bg-mobile.png") no-repeat;
  background-size: 100% 100%;
  height: 56vw;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5vw;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-title .contact-us-title-bg {
  width: 46vw;
  background: url("../../images/contact-us-title.png") no-repeat;
  background-size: contain;
  height: 10vw;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-way {
  width: 100%;
  height: auto;
  padding: 0 5vw;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-way .contact-us-row {
  display: flex;
  line-height: 7vw;
  align-items: center;
  color: #333333;
  justify-content: space-between;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-way .contact-us-row span {
  font-size: 3vw;
  display: flex;
  align-items: center;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-way .contact-us-row span img {
  width: 5vw;
  height: auto;
  margin-right: 1vw;
}
.project-main .mobile-terminal-project-main-content .contact-us-wrap .contact-us-way .contact-us-row span a {
  color: #333333;
}
.project-main .mobile-terminal-project-main-content .copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 3vw;
  font-weight: 600;
  margin-top: 2vw;
}
