.banner {
  width: 7.5rem;
  height: 3rem;
}
.banner > img {
  width: 7.5rem;
  height: 3rem;
}
.container {
  width: 7.5rem;
}
.tab-title {
  height: 0.6rem;
  display: flex;
  margin: 0 0.3rem;
}
.tab-title li {
  width: 50%;
  line-height: 0.6rem;
  text-align: center;
  color: #333333;
  cursor: pointer;
  user-select: none;
}
.tab-title a {
  font-size: 0.26rem;
}
.liactive {
  font-weight: 600;
  border-bottom: 0.02rem solid #0028c9;
}
.content {
  width: 7.5rem;
}
.company-profile {
  box-shadow: 0 0.15rem 0.1rem -0.15rem #e7e8ea inset;
  padding: 0.4rem 0.3rem;
  width: 100%;
  background-color: #f1f2f5;
}
.company-profile div {
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  background: url("../images/profile-bg.png") no-repeat center right;
  background-size: cover;
}
.company-profile h1 {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  font-weight: 600;
  padding: 0.15rem 0;
}
.company-profile p {
  font-size: 0.24rem;
  color: #666666;
  text-indent: 2em;
  line-height: 0.42rem;
  text-align: justify;
}

/* 联系我们版块 */
.contact-us {
  width: 100%;
  background-color: #fff;
}
.contact-item {
  padding: 0.4rem 0.3rem;
}
.contact-item h1 {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 0.2rem;
}
.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box > div:nth-child(1) {
  padding: 0.4rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0.02rem solid #fff;
  border-radius: 0.1rem;
  background-color: #f1f2f5;
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
}
.contact-box > div img {
  margin: 0.2rem;
}
.contact-box h4:nth-child(1) img {
  width: 0.29rem;
  height: 0.3rem;
}
.contact-box h4:nth-child(2) img {
  width: 0.29rem;
  height: 0.29rem;
}
.contact-box h4:nth-child(3) img {
  width: 0.24rem;
  height: 0.32rem;
}
.contact-box > div h4 {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  color: #333;
  margin-left: 0.2rem;
}
.forms {
  margin-top: 0.5rem;
  width: 100%;
  border: 0.02rem solid #fff;
  border-radius: 0.1rem;
  background-color: #f1f2f5;
  background-image: linear-gradient(to bottom right, #f1f2f5, #ffffff);
  box-shadow: 0 0 0.15rem 0.01rem #ecedf0;
  margin-bottom: 0.15rem;
}
.forms ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.28rem 0.3rem 0 0.4rem;
}
.forms li {
  /*border: 0.02rem solid #cccccc;*/
}
.forms ul li:nth-child(-n + 2) {
  width: 48%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  font-size: 0.24rem;
  padding-left: 0.1rem;
}
.forms ul li:nth-child(-n + 2) input {
  width: 57%;
}
.forms ul li:nth-last-child(-n + 3) {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forms li:nth-child(3) {
  height: 0.6rem;
  padding-left: 0.1rem;
  background-color: #fff;
}
.forms li:nth-child(3) input {
  width: 79%;
}
.forms ul li:nth-child(4) textarea {
  width: 100%;
  height: 1.4rem;
  padding: 0.1rem;
  box-sizing: border-box;
}
.forms ul li:nth-child(5) {
  width: 100%;
  margin: 0.4rem 0;
  border: none;
}
.forms ul li:nth-child(5) button {
  width: 2.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #fff;
  background-color: #cccccc;
}
.forms ul li:nth-child(5) button:nth-child(1) {
  background-color: #3a60fa;
  margin-right: 0.5rem;
}
.none {
  height: .9rem;
}
.none2 {
  position: absolute;
  top: 8.1rem;
}
