.wrap {
  padding-top: 2.75rem;
}
.wrap .tab {
  height: 2.5rem;
  border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.wrap .tab::-webkit-scrollbar {
  height: 0;
}
.wrap .tab .tab-content {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab .tab-item {
  height: 2.5rem;
  /* width: 5.625rem; */
  white-space: nowrap;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
  line-height: 2.5rem;
}
.tab .current-tab {
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 0.125rem;
  background-color: #1d52a2;
  transition: all 0.25s;
}

.wrap .item {
  padding: 0.9375rem;
}
.item .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.item .content {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #222222;
  width: 100%;
  margin: 1.25rem auto 0;
}

.wrap .mission {
  min-height: 15rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.wrap .strength {
  background: #f4f4f4;
  padding-bottom: 1.875rem;
}
.strength .box {
  width: 100%;
  margin: 1.25rem auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.strength .box .box-item {
  width: 100%;
  min-height: 7.5rem;
  background: #fff;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}
.strength .box .box-item .item-title {
  border-left: 0.25rem solid #1d52a2;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  padding: 0 1.875rem;
}
.strength .box .box-item .item-content {
  padding: 0 1.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #444444;
  margin-top: 0.625rem;
}

.wrap .contact {
  width: 100%;
  margin: 1.25rem auto 0;
  padding: 1.25rem 0.9375rem 0.9375rem;
  background: #f4f4f4;
}
.contact .contact-img {
  width: 100%;
  margin-top: 1.25rem;
}
.contact .contact-list {
  width: 100%;
}
.contact .contact-list .company {
  width: 100%;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.contact .contact-list > :not(:last-child) {
  border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.1);
}
.company .name {
  font-weight: 500;
  font-size: 1rem;
  color: #222222;
}
.company .phone {
  font-weight: 400;
  font-size: 0.75rem;
  color: #222222;
  margin-top: 0.9375rem;
}
.company .address {
  font-weight: 400;
  font-size: 0.75rem;
  color: #222222;
  margin-top: 0.9375rem;
}
.company .info {
  color: #555555;
}

.wrap .online {
  width: 100%;
  margin: 1.25rem auto 0;
  padding: 0.9375rem;
}
.online .title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222222;
  text-align: center;
}
.online .tips {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 0.9375rem;
}
.online .card {
  height: 35.625rem;
  background: #f4f4f4;
  margin: 3.125rem 0;
  padding: 1.25rem 0.9375rem;
}
.online .card input {
  width: 100%;
  height: 2.375rem;
  background: #ffffff;
  font-size: 0.8125rem;
  color: #222222;
  padding: 0 0.625rem;
}
.online .card textarea {
  width: 100%;
  height: 10rem;
  background: #ffffff;
  font-size: 0.8125rem;
  color: #222222;
  padding: 0.625rem;
  resize: none;
}
.online .card .item-title {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #222222;
  margin: 0.9375rem 0;
}
.online .card .required::after {
  content: "*";
  color: #e02020;
}
.online .card .confirm {
  width: 8.5625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 0.875rem;
  margin: 1.25rem auto 0;
}
/* .wrap .future {
}
.wrap .about {
} */
