@charset "UTF-8";

/**
 * 产品页公共
 * date: 2023-10-17
 * author: TH;
 */
.com-tt {
  margin-top: 70px;
  height: 80px;
  line-height: 70px;
  font-size: 28px;
  font-weight: 550;
}

.com-more {
  right: 0;
  top: 96px;
}

@keyframes top {
  0% {
    top: 100px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.head {
  height: 507px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.head>.container {
  height: 100%;
  animation: top ease 1s;
}

.head-tip-txt {
  top: 130px;
  left: 52px;
}

.head-intro {
  position: absolute;
  color: #fff;
  line-height: 34px;
  font-size: 16px;
  top: 270px;
  left: 50px;
  right: 50px;
}

.head .sub-hd-more {
  position: absolute;
  left: 50px;
  top: 416px;
  z-index: 997;
  width: 168px;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  background-color: #0068b7;
  color: #fff;
  flex-shrink: 0;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 700;
}
.head .sub-hd-more:hover {
  opacity: 0.9;
}
.head .sub-hd-more:active {
  opacity: 1;
}
.tab-box {
  position: relative;
  background-color: #fff;
}

.tab-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  top: 72px;
  z-index: 0;
}

.tab-bd-item {
  position: relative;
  opacity: 0;
}

.tab-bd-item.active {
  opacity: 1;
  transition: all 1s ease;
}

.tab-hd {
  height: 72px;
  display: flex;
  justify-content: center;
}

.tab-hd-item {
  position: relative;
  cursor: pointer;
  line-height: 72px;
  padding: 0 10px;
  margin: 0 28px;
  color: #606060;
  font-size: 14px;
  animation: top ease 1s;
}

.tab-hd-item.active {
  color: #0068b7;
}

.tab-hd-item.active::before {
  position: absolute;
  content: "";
  height: 2px;
  left: 10px;
  right: 10px;
  bottom: -1px;
  background-color: #0068b7;
  z-index: 1;
}

.tab-bd {
  position: relative;
}

.intro-box {
  margin-top: 28px;
}

.intro-text {
  line-height: 34px;
  font-size: 16px;
}

.intro-img {
  padding: 50px 0;
  text-align: center;
}

.intro-img>img {
  max-width: 100%;
}

.more-l1,
.more-l2,
.more-l3 {
  margin-left: 10px;
}

.more-l2 {
  width: calc(56.8% - 10px);
}

.more-l3,
.more-l1 {
  width: calc(21.6% - 10px);
}

.more-list {
  margin-bottom: 96px;
}

.more-list-hd {
  display: flex;
  height: 64px;
  line-height: 64px;
  margin: 96px 0 0 -10px;
}

.more-list-hd>div {
  border-radius: 6px;
  background-color: #0068b6;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.more-item {
  display: flex;
  margin: 10px 0 0 -10px;
}

.more-item:nth-child(even)>div {
  background-color: #dbdbdb;
}

.more-item>div {
  background-color: #e7e8e8;
  border-radius: 6px;
}

.more-item>.more-l1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-item>.more-l2 {
  padding: 15px 16px;
}

.more-item>.more-l3 {
  padding: 16px;
  text-align: center;
}

.more-item>.more-l3>p {
  line-height: 32px;
  font-size: 17px;
  text-align: center;
}

.name-text {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.intro-tt {
  font-size: 17px;
  font-weight: bold;
  line-height: 33px;
}

.intro-info {
  line-height: 31px;
}

.case-text,
.case-tt {
  line-height: 31px;
  font-size: 17px;
  font-weight: bold;
}

.case-tt {
  margin-top: 60px;
}

.case-text {
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .com-tt {
    line-height: 34px;
    height: 34px;
    margin-top: 20px;
    margin-left: 4px;
    font-size: 16px;
  }

  .com-more {
    top: 20px;
    right: 4px;
    height: 34px;
    line-height: 32px;
    width: 100px;
    padding-left: 8px;
    font-size: 14px;
  }

  .com-more.com-more::before {
    right: 10px;
    width: 14.4px;
    height: 10.44px;
    margin-top: -5.22px;
    background-size: 100% 100%;
  }

  .head {
    height: 300px;
    margin-top: 50px;
  }

  .head-tip-txt {
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -34px;
  }

  .head-tip-txt::before {
    display: none;
  }

  .head-tip-cn {
    font-size: 40px;
    font-weight: bold;
  }

  .head-tip-en {
    display: none;
  }

  .head-intro {
    display: none;
  }

  .tab-box::before {
    top: 43px;
  }

  .tab-hd {
    height: 43px;
    justify-content: space-between;
  }

  .tab-hd-item {
    line-height: 43px;
    padding: 0 10px;
    margin: 0;
  }

  .intro-box {
    margin-top: 10px;
  }

  .intro-text {
    line-height: 24px;
    font-size: 14px;
  }

  .intro-img {
    padding: 20px 0;
  }

  .more-list {
    margin-bottom: 0;
  }

  .more-list-hd {
    display: none;
  }

  .more-item {
    display: block;
    margin: 0 0 10px 0;
  }

  .more-item:last-child {
    margin-bottom: 0;
  }

  .more-item>div {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0 4px !important;
    border-radius: 0;
  }

  .more-item>.more-l3 {
    position: relative;
    padding: 30px 4px 8px 4px !important;
    display: flex !important;
    flex-wrap: wrap;
  }

  .more-item>.more-l3>p {
    margin-right: 8px;
    line-height: 18px;
  }

  .more-item>.more-l3::before {
    position: absolute;
    content: "核心功能：";
    font-size: 16px;
    line-height: 18px;
    top: 12px;
    left: 4px;
    font-weight: bold;
  }

  .name-text {
    font-size: 20px;
    height: 34px;
    line-height: 22px;
    padding-top: 12px;
    text-align: left;
  }

  .intro-tt {
    font-size: 16px;
    height: 30px;
    line-height: 18px;
    padding-top: 12px;
    text-align: left;
  }

  .intro-info {
    line-height: 18px;
    margin-top: 6px;
  }

  .case-text,
  .case-tt {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }

  .case-tt {
    margin-top: 0;
    padding-top: 12px;
  }

  .case-text {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}