.wrap {
  padding-top: 2.75rem;
}

/* 轮播图 */
.wrap .carousel {
  width: 100%;
  height: 12.125rem;
  position: relative;
}
.carousel-item {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-item .carousel-img {
  width: 100%;
  height: 12.125rem;
}

.carousel-item .carousel-info {
  position: absolute;
  height: 15rem;
  left: 2.5rem;
  top: calc(90% - 8.75rem);
  z-index: 100;
  font-size: 1rem;
}
/* 滑块控件 */
.carousel-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.carousel-scroll .scroll-item {
  width: 1.5625rem;
  height: 0.0625rem;
  background: #999999;
  cursor: pointer;
}
.carousel-scroll .current {
  background: #ffffff;
  cursor: default;
}

/* 关于 */
.wrap .about {
  padding: 0 0.9375rem;
  margin: 1.25rem 0;
}
.about .info {
  width: 100%;
}
.about .info .href {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1d52a2;
  text-decoration: none;
}
.about .info .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
  margin-top: 1.25rem;
}
.about .info .detail {
  font-size: 0.875rem;
  font-weight: 300;
  color: #444444;
  margin-top: 1.25rem;
}
.about .info .more {
  width: 6.625rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.about .video {
  width: 100%;
  height: 15.125rem;
  background-color: #000;
  margin-top: 1.25rem;
}

/* 公司 */
.wrap .company {
  width: 100%;
  height: 14.875rem;
  background: #000;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
}
.company .company-tab {
  width: calc(100% - 1.875rem);
  height: 2.25rem;
  backdrop-filter: blur(0.25rem);
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.company .company-tab .tab-item {
  flex: 1;
  height: 2.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.25rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
}
.company .company-tab .tab-item .tab-item-bottom {
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.6875rem);
}
.company .company-tab .tab-line {
  height: 2.25rem;
  width: 0.0625rem;
}
.company .company-tab .tab-line > div {
  width: 0.0625rem;
  height: 1.35rem;
}
.company .company-tab .tab-line :nth-child(2n - 1) {
  height: 0.45rem;
  background: rgba(255, 255, 255, 0.1);
}

/* 产品 */
.wrap .product {
  padding: 1.875rem 0.9375rem;
}
.product .product-title {
  width: 100%;
  height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.75rem;
  text-align: center;
}
.product .product-tips {
  width: 80%;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin: 0.625rem auto 0;
}
.product .product-img {
  width: 100%;
  margin-top: 0.625rem;
}
.product .product-tab {
  height: 2.5rem;
  width: 100%;
  margin: 0.625rem auto 0;
  overflow-x: auto;
}
.product .product-tab::-webkit-scrollbar {
  height: 0;
}
.product .product-tab .tab-box {
  display: flex;
  align-items: center;
}
.product .product-tab .tab-item {
  height: 2.5rem;
  width: 7.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  padding: 0 0.625rem;
  border-bottom: 0.0625rem solid #979797;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product .product-tab .current {
  border-bottom: 0.0625rem solid #1d52a2;
  transition: all 0.1s;
}
.product .product-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.625rem;
}
.product .product-content .content-info {
  width: 100%;
}
.product .product-content .content-info .info-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
  margin-top: 1.25rem;
}
.product .product-content .content-info .info-detail {
  font-size: 0.875rem;
  font-weight: 400;
  color: #555555;
  margin-top: 1.25rem;
}
.product .product-content .content-info .info-more {
  width: 6.625rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.product .product-content .content-img {
  width: 100%;
  height: 13.75rem;
  margin-top: 1.25rem;
}

/* 新闻 */
.wrap .news {
  padding: 1.875rem 0.9375rem;
}
.news .news-title {
  width: 100%;
  height: 1.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.75rem;
  text-align: center;
}
.news .news-tips {
  width: 80%;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin: 0.625rem auto 0;
}
.news .news-content {
  padding-top: 1.25rem;
}
.news .news-content .news-item {
  width: 100%;
  background: #fff;
  margin-bottom: 1.25rem;
}
.news .news-content .news-item .item-cover {
  width: 100%;
  height: 13.75rem;
  background: #000;
}
.news .news-content .news-item .item-bottom {
  background: #f5f5f5;
  padding: 0.9375rem;
}
.news .news-content .news-item .item-bottom .item-time {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1d52a2;
}
.news .news-content .news-item .item-bottom .item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-content .news-item .item-bottom .item-detail {
  font-size: 0.875rem;
  font-weight: 400;
  color: #444444;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .news-content .news-item .item-bottom .item-view-detail {
  font-size: 0.875rem;
  font-weight: 500;
  color: #888888;
  text-decoration: none;
}
.news .news-more {
  width: 7.8125rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 0.875rem;
  margin: 1.25rem auto 0;
}

/* 联系 */
.wrap .contact {
  height: 32.5rem;
  background: #000;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-card {
  width: 21.6875rem;
  height: 26.25rem;
  background: #ffffff;
  padding: 1.875rem;
}
.contact .contact-card .card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  width: 100%;
  text-align: center;
}
.contact .contact-card .card-confirm {
  margin: 1.25rem auto 0;
  width: 7.8125rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 0.875rem;
}
.contact .contact-card > input {
  border: 0.0625rem solid rgba(151, 151, 151, 0.3);
  height: 2.5rem;
  width: 100%;
  padding: 0 0.625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.contact .contact-card > textarea {
  border: 0.0625rem solid rgba(151, 151, 151, 0.3);
  height: 5.625rem;
  width: 100%;
  padding: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  resize: none;
  margin-top: 0.9375rem;
}

.phone {
  color: #fff;
  margin-top: 6px;
  font-size: 0.875rem;
  margin-left: 7.5%;
  font-weight: 300;
}
