.common-bread-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.common-bread-crumb .item {
  font-weight: 300;
  font-size: 13px;
  color: #333333;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.common-bread-crumb .item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  margin-right: 8px;
}

.common-bread-crumb .item:last-child .link {
  color: #c82126;
}

.common-bread-crumb .link {
  font-weight: 300;
  font-size: var(--font14);
  color: #333333;
  display: block;
  line-height: normal;
}

@media (min-width: 993px) {
  .mt-search {
    margin-top: var(--search-height);
  }
}

.product-page {
  padding-bottom: 1.13rem;
}

.product-filter-area {
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  margin-top: 30px;
}

.product-filter-area .line {
  display: flex;
  align-items: flex-start;
}

.product-filter-area .line:not(:last-child) {
  padding-bottom: max(0.3rem, 20px);
  margin-bottom: max(0.4rem, 20px);
  border-bottom: 1px solid #f3f3f3;
}

.product-filter-area .line .cate-text {
  font-weight: 500;
  font-size: var(--font24);
  color: #333333;
  white-space: nowrap;
  margin-right: max(0.6rem, 30px);
}

.product-filter-area .line .cate-area {
  display: flex;
  align-items: flex-start;
}

.product-filter-area .line .cate-area .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: max(0.3rem, 20px);
  flex: 1;
  min-width: 0;
  column-gap: 0.62rem;
}

.product-filter-area .line .cate-area .list .check-item {
  min-width: 0;
  overflow-wrap: break-word;
}

.product-filter-area .line .cate-area .all {
  white-space: nowrap;
  margin-right: max(0.72rem, 20px);
}

.product-filter-area .line .cate-area .check-item {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.product-filter-area .line .cate-area .check-item input:checked+span::before {
  border-color: transparent;
  background-color: #c82126;
  background-image: url(../images/product-checked.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center center;
}

.product-filter-area .line .cate-area .check-item input {
  display: none;
}

.product-filter-area .line .cate-area .check-item span {
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  display: flex;
  align-items: center;
}

.product-filter-area .line .cate-area .check-item span::before {
  content: "";
  display: block;
  width: max(0.22rem, 15px);
  height: max(0.22rem, 15px);
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  flex-shrink: 0;
}

.product-center-list {
  margin-top: max(0.56rem, 30px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: 27px;
}

.product-center-list .item {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 7px 69px 1px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding-bottom: max(0.41rem, 20px);
}

.product-center-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.product-center-list .item:hover .text .text-title {
  color: #e60013;
}

.product-center-list .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-center-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 65.19337017%;
}

.product-center-list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  width: auto;
  height: auto;
  transition: var(--duration);
}

.product-center-list .item .text {
  margin-top: 7px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.product-center-list .item .text .text-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
  transition: var(--duration);
}

.product-center-list .item .text .text-sub-title {
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
  margin-top: 10px;
}

.product-center-list .item .text .text-desc {
  font-weight: 300;
  font-size: var(--font14);
  color: #999;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
}

.product-two-page {
  padding-bottom: max(1.44rem, var(--space));
}

.product-two-page .product-two-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.product-two-page .product-two-main .product-aside {
  width: max(3rem, 250px);
  flex-shrink: 0;
}

.product-two-page .product-two-main .product-aside .cate-title {
  font-weight: bold;
  font-size: var(--font20);
  color: #333333;
  line-height: 1.3;
  padding-bottom: max(0.24rem, 20px);
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 5px;
  position: relative;
}

.product-two-page .product-two-main .product-aside .cate-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3em;
  height: 2px;
  background-color: #e61f18;
}

.product-two-page .product-two-main .product-aside .list .item {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.59);
}

.product-two-page .product-two-main .product-aside .list .item.active .text {
  font-weight: bold;
}

.product-two-page .product-two-main .product-aside .list .item.active .text,
.product-two-page .product-two-main .product-aside .list .item:hover .text {
  color: #c82126;
}

.product-two-page .product-two-main .product-aside .list .item.active .text .icon .default,
.product-two-page .product-two-main .product-aside .list .item:hover .text .icon .default {
  opacity: 0;
}

.product-two-page .product-two-main .product-aside .list .item.active .text .icon .hover,
.product-two-page .product-two-main .product-aside .list .item:hover .text .icon .hover {
  opacity: 1;
}

.product-two-page .product-two-main .product-aside .list .item .pic {
  width: 64px;
  flex-shrink: 0;
  margin-right: 7px;
}

.product-two-page .product-two-main .product-aside .list .item .pic img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-two-page .product-two-main .product-aside .list .item .text {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
}

.product-two-page .product-two-main .product-aside .list .item .text .icon {
  width: 5px;
  height: 8px;
  margin-left: 12px;
  position: relative;
  flex-shrink: 0;
}

.product-two-page .product-two-main .product-aside .list .item .text .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-two-page .product-two-main .product-aside .list .item .text .icon .default {
  opacity: 1;
}

.product-two-page .product-two-main .product-aside .list .item .text .icon .hover {
  opacity: 0;
}

.product-two-page .product-two-main .product-main {
  flex: 1;
  min-width: 0;
  margin-left: max(0.8rem, 30px);
}

.product-two-page .product-two-main .product-main .product-title {
  font-weight: bold;
  font-size: var(--font50);
  color: #333333;
  overflow-wrap: break-word;
}

.product-two-page .product-two-main .product-main .product-sub-title {
  font-weight: 400;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.22222222;
  margin-top: max(0.3rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-filter-area {
  margin-top: max(0.4rem, 30px);
  background: #ffffff;
  border: 1px solid #e9e9e9;
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
  padding-bottom: max(0.61rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line {
  padding-top: max(0.36rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .line-title {
  font-weight: 500;
  font-size: var(--font20);
  color: #000000;
  padding-bottom: max(0.2rem, 10px);
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: max(0.24rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: max(0.82rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list.gap-min {
  column-gap: max(0.5rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item input:checked+span {
  color: var(--theme);
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item input:checked+span::before {
  border-color: transparent;
  background-color: var(--theme);
  background-image: url(../images/product-checked.png);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item input {
  display: none;
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item span {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
}

.product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  margin-right: 7px;
}

.product-two-page .product-two-main .product-main .product-two-list {
  margin-top: max(0.38rem, 30px);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item {
  display: flex;
  align-items: flex-start;
  background-color: #f9f9f9;
  padding-top: max(0.4rem, 20px);
  padding-left: max(0.4rem, 20px);
  padding-right: max(0.32rem, 15px);
  padding-bottom: max(0.57rem, 20px);
  cursor: pointer;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item:hover .pic::before {
  opacity: 1;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item:hover .text .title {
  color: var(--theme);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item:hover .text .title img {
  filter: none;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item:not(:last-child) {
  margin-bottom: max(0.4rem, 30px);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .pic {
  width: 33.42541436%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  transition: var(--duration);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 98.62258953%;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 76%;
  max-height: 76%;
  object-fit: contain;
  transition: var(--duration);
  z-index: 2;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: var(--duration);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.51rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .news {
  display: block;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #c82126;
  font-weight: 300;
  font-size: 14px;
  color: #c82126;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: var(--duration);
  margin-top: max(0.26rem, 20px);
  overflow: hidden;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .title span {
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .title img {
  display: block;
  width: 5px;
  margin-left: 10px;
  flex-shrink: 0;
  filter: brightness(0);
  transition: var(--duration);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .sub-title {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  margin-top: 10px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.75;
  margin-top: max(0.26rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list {
  display: flex;
  align-items: center;
  margin-top: max(0.3rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list .btn {
  width: max(1.69rem, 140px);
  height: max(0.46rem, 40px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list .btn img {
  display: block;
  width: auto;
  max-width: 22px;
  flex-shrink: 0;
  margin-right: 7px;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list .btn span {
  font-size: var(--font16);
  color: #ffffff;
  font-weight: bold;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list .btn.btn1 {
  background: #c82126;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list .btn.btn2 {
  background-color: #336fc1;
  margin-left: 20px;
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .more {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: var(--font16);
  color: #c82126;
  user-select: none;
  cursor: pointer;
  margin-top: max(0.41rem, 20px);
}

.product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .more img {
  display: block;
  width: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}

.product-detail-page .detail-info-line {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

.product-detail-page .detail-info-line.sticky {
  position: sticky;
  top: 0;
  z-index: calc(999 * 2);
  box-shadow: rgba(46, 49, 51, 0.1) 0px 16px 32px;
}

.product-detail-page .detail-info-line .info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}

.product-detail-page .detail-info-line .left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.product-detail-page .detail-info-line .left .pic {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-page .detail-info-line .left .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-detail-page .detail-info-line .left .text {
  overflow-wrap: break-word;
}

.product-detail-page .detail-info-line .left .text .text-title {
  font-size: var(--font18);
  color: #2e3133;
  line-height: 1.5;
}

.product-detail-page .detail-info-line .left .text .text-cate {
  font-size: var(--font14);
  color: #666a6b;
}

.product-detail-page .detail-info-line .right .btn-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-detail-page .detail-info-line .right .btn-list .btn {
  width: max(1.6rem, 140px);
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  font-size: var(--font16);
  color: #fff;
  white-space: nowrap;
}

.product-detail-page .detail-info-line .right .btn-list .btn:not(:last-child) {
  margin-right: 20px;
}

.product-detail-page .detail-info-line .right .btn-list .btn img {
  display: block;
  max-width: 18px;
  height: auto;
  margin-left: 7px;
  filter: brightness(0) invert(1);
}

.product-detail-page .detail-info-line .right .btn-list .btn.btn-type1 {
  background-color: #dc002f;
}

.product-detail-page .detail-info-line .right .btn-list .btn.btn-type2 {
  background-color: #13778f;
}

.product-detail-page .detail-tab-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.product-detail-page .detail-tab-list .tab-item {
  font-weight: 400;
  font-size: var(--font16);
  color: #948f8f;
  display: flex;
  align-items: center;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-detail-page .detail-tab-list .tab-item:not(:last-child) {
  margin-right: max(0.3rem, 20px);
}

.product-detail-page .detail-tab-list .tab-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #c82126;
  border-radius: 50%;
  margin-right: 5px;
  opacity: 0;
  transition: var(--duration);
}

.product-detail-page .detail-tab-list .tab-item.active,
.product-detail-page .detail-tab-list .tab-item:hover {
  color: #000000;
}

.product-detail-page .detail-tab-list .tab-item.active::before,
.product-detail-page .detail-tab-list .tab-item:hover::before {
  opacity: 1;
}

.product-detail-type1-page .common-bread-crumb-area {
  background-color: #fafafa;
}

.product-detail-type1-page .detail-panel {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: max(0.53rem, 20px);
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.93rem, 20px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.product-detail-type1-page .detail-panel .pic {
  width: 49.28229665%;
  flex-shrink: 0;
}

.product-detail-type1-page .detail-panel .pic img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.product-detail-type1-page .detail-panel .text {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  padding-top: 0.75rem;
  margin-left: 30px;
}

.product-detail-type1-page .detail-panel .text .panel-title {
  font-weight: 400;
  font-size: var(--font48);
  color: #000000;
  overflow-wrap: break-word;
}

.product-detail-type1-page .detail-panel .text .panel-desc {
  margin-top: max(0.32rem, 20px);
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.66666667;
  overflow-wrap: break-word;
}

.product-detail-type1-page .detail-panel .text .param-list {
  margin-top: max(0.25rem, 20px);
}

.product-detail-type1-page .detail-panel .text .param-list .line {
  display: flex;
  align-items: flex-start;
  padding-bottom: max(0.18rem, 10px);
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
}

.product-detail-type1-page .detail-panel .text .param-list .line .name {
  font-weight: 500;
  font-size: var(--font16);
  color: #333333;
  width: 170px;
  flex-shrink: 0;
}

.product-detail-type1-page .detail-panel .text .param-list .line .value {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  margin-left: max(0.4rem, 20px);
}

.product-detail-type1-page .detail-panel .text .btn-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: max(0.55rem, 30px);
}

.product-detail-type1-page .detail-panel .text .btn-list .btn {
  width: max(1.6rem, 140px);
  height: max(0.54rem, 45px);
  background: #c82126;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: var(--font18);
  color: #ffffff;
}

.product-detail-type1-page .detail-panel .text .btn-list .btn img {
  width: auto;
  flex-shrink: 0;
  max-width: 22px;
  margin-right: 10px;
}

.product-detail-type1-page .detail-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font36);
  color: #000000;
}

.product-detail-type1-page .detail-title::before {
  content: "";
  display: block;
  width: max(0.14rem, 7px);
  height: 1em;
  background: #c82126;
  margin-right: 17px;
}

.product-detail-type1-page .detail-min-wrap {
  width: 92.70833333%;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-type1-page .detail-info {
  margin-top: max(0.9rem, 30px);
}

.product-detail-type1-page .detail-info .info-list {
  margin-top: max(0.37rem, 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

.product-detail-type1-page .detail-info .info-list .info-item {
  width: 47.40168539%;
  flex-shrink: 0;
  background: #f9f9f9;
}

.product-detail-type1-page .detail-info .info-list .info-item:hover .pic img {
  transform: scale(1.05);
}

.product-detail-type1-page .detail-info .info-list .info-item:hover .text .text-title {
  color: var(--theme);
}

.product-detail-type1-page .detail-info .info-list .info-item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-detail-type1-page .detail-info .info-list .info-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 53.33333333%;
}

.product-detail-type1-page .detail-info .info-list .info-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.product-detail-type1-page .detail-info .info-list .info-item .text {
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  padding-left: max(0.27rem, 15px);
  padding-right: max(0.27rem, 15px);
}

.product-detail-type1-page .detail-info .info-list .info-item .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.product-detail-type1-page .detail-info .info-list .info-item .text .text-desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #4c4c4c;
  line-height: 1.44444444;
  overflow-wrap: break-word;
  margin-top: 20px;
}

.product-detail-type1-page .detail-application {
  padding-top: max(1.22rem, var(--space));
  padding-bottom: max(1.23rem, var(--space));
}

.product-detail-type1-page .detail-application .list {
  display: flex;
  justify-content: space-between;
  margin-top: max(0.71rem, 30px);
}

.product-detail-type1-page .detail-application .list .col {
  width: 47.40168539%;
  flex-shrink: 0;
}

.product-detail-type1-page .detail-application .list .col .col-text {
  margin-bottom: max(0.4rem, 20px);
}

.product-detail-type1-page .detail-application .list .col .col-text .text-title {
  font-weight: 500;
  font-size: var(--font28);
  color: #c82126;
}

.product-detail-type1-page .detail-application .list .col .col-text .text-desc {
  font-weight: 400;
  font-size: var(--font20);
  color: #666666;
  line-height: 1.3;
  margin-top: 10px;
}

.product-detail-type1-page .detail-application .list .col .item {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 1px;
}

.product-detail-type1-page .detail-application .list .col .item:hover .pic img {
  transform: scale(1.05);
}

.product-detail-type1-page .detail-application .list .col .item:hover .text {
  color: var(--theme);
}

.product-detail-type1-page .detail-application .list .col .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-detail-type1-page .detail-application .list .col .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 53.33333333%;
}

.product-detail-type1-page .detail-application .list .col .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.product-detail-type1-page .detail-application .list .col .item .text {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.08333333;
  padding: max(0.37rem, 20px) 15px;
  text-align: center;
}

.product-detail-type1-page .detail-attr {
  background-color: #f9f9f9;
  padding-top: max(0.94rem, var(--space));
  padding-bottom: max(1.54rem, var(--space));
}

.product-detail-type1-page .detail-attr table {
  margin-top: max(0.4rem, 30px);
  border-collapse: collapse;
}

.product-detail-type1-page .detail-industry {
  padding-top: max(0.9rem, var(--space));
  padding-bottom: max(1.23rem, var(--space));
}

.product-detail-type1-page .detail-industry .industry-list {
  margin-top: max(0.67rem, 30px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: max(0.4rem, 20px);
}

.product-detail-type1-page .detail-industry .industry-list .item {
  overflow: hidden;
}

.product-detail-type1-page .detail-industry .industry-list .item:hover .pic img {
  transform: scale(1.05);
}

.product-detail-type1-page .detail-industry .industry-list .item:hover .text {
  color: var(--theme);
}

.product-detail-type1-page .detail-industry .industry-list .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-detail-type1-page .detail-industry .industry-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 57.2519084%;
}

.product-detail-type1-page .detail-industry .industry-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.product-detail-type1-page .detail-industry .industry-list .item .text {
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.88888889;
  text-align: center;
  margin-top: 6px;
  transition: var(--duration);
}

.product-detail-type1-page .detail-download {
  background-color: #f9f9f9;
  padding-top: max(0.9rem, 35px);
  padding-bottom: 1.92rem;
}

.product-detail-type1-page .detail-download .download-list {
  margin-top: max(0.7rem, 30px);
}

.product-detail-type1-page .detail-download .download-list .line {
  display: flex;
  align-items: center;
  padding-right: max(0.4rem, 20px);
  padding-left: max(0.4rem, 20px);
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-detail-type1-page .detail-download .download-list .line:nth-child(odd) {
  background-color: #f1f1f1;
}

.product-detail-type1-page .detail-download .download-list .line:nth-child(even) {
  background-color: #ffffff;
}

.product-detail-type1-page .detail-download .download-list .line .name {
  font-weight: 400;
  font-size: var(--font18);
  color: #000000;
  flex: 1;
  min-width: 0;
  flex-shrink: 0;
  padding-right: max(0.4rem, 20px);
}

.product-detail-type1-page .detail-download .download-list .line .placeholder-text {
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
  overflow-wrap: break-word;
  white-space: nowrap;
  margin-right: max(20px, 1.04rem);
}

.product-detail-type1-page .detail-download .download-list .line .btn {
  width: 80px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #e61f18;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  font-size: var(--font16);
  color: #c82126;
  flex-shrink: 0;
}

.product-detail-type1-page .detail-download .download-list .line .btn img {
  display: block;
  width: 19px;
}

.product-detail-type1-page .detail-download .download-list .line .btn:hover {
  background-color: #c82126;
  border-color: transparent;
  color: #ffffff;
}

.product-detail-type1-page .detail-download .download-list .line .btn:hover img {
  filter: brightness(0) invert(1);
}

.product-detail-type1-page .detail-faq {
  padding-top: max(0.9rem, var(--space));
  padding-bottom: max(1.23rem, var(--space));
}

.product-detail-type2-page .min-detail-wrap {
  width: 93.09895833%;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-type2-page .detail-panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(1.02rem, var(--space));
  padding-bottom: max(1.68rem, var(--space));
}

.product-detail-type2-page .detail-panel .min-detail-wrap {
  display: flex;
  align-items: flex-start;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .pic {
  width: 50%;
  flex-shrink: 0;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .pic img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text .text-title {
  font-weight: 400;
  font-size: var(--font48);
  color: #ffffff;
  overflow-wrap: break-word;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text .text-sub-title {
  font-weight: 400;
  font-size: var(--font22);
  color: #c82126;
  line-height: 1.36363636;
  overflow-wrap: break-word;
  margin-top: 10px;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text .text-desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.55555556;
  margin-top: max(0.42rem, 20px);
  overflow-wrap: break-word;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text .btn-list {
  margin-top: max(0.7rem, 30px);
  display: flex;
  align-items: center;
  column-gap: max(0.4rem, 20px);
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text .btn-list .btn {
  width: max(1.6rem, 140px);
  height: max(0.54rem, 45px);
  background: #c82126;
  border-radius: 10px;
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.product-detail-type2-page .detail-panel .min-detail-wrap .text .btn-list .btn img {
  display: block;
  width: auto;
  flex-shrink: 0;
  max-width: 22px;
  margin-right: 7px;
}

.product-detail-type2-page .detail-intro-area .intro-item.bg-cyan {
  background-color: #cfd1d5;
  padding-top: 1.55rem;
  padding-bottom: 1.61rem;
}

.product-detail-type2-page .detail-intro-area .intro-item.bg-gray {
  background-color: #dddee1;
  padding-top: 2.04rem;
  padding-bottom: 3rem;
}

.product-detail-type2-page .detail-intro-area .intro-item.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 1.61rem;
  padding-bottom: 1.39rem;
}

.product-detail-type2-page .detail-intro-area .intro-item.bg-img .min-detail-wrap .text .text-title {
  color: #ffffff;
}

.product-detail-type2-page .detail-intro-area .intro-item.bg-img .min-detail-wrap .text .text-desc {
  color: #989898;
}

.product-detail-type2-page .detail-intro-area .intro-item .min-detail-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-type2-page .detail-intro-area .intro-item .min-detail-wrap .pic {
  width: 41.25874126%;
  flex-shrink: 0;
}

.product-detail-type2-page .detail-intro-area .intro-item .min-detail-wrap .pic img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-type2-page .detail-intro-area .intro-item .min-detail-wrap .text {
  width: 43.21678322%;
  flex-shrink: 0;
}

.product-detail-type2-page .detail-intro-area .intro-item .min-detail-wrap .text .text-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  overflow-wrap: break-word;
}

.product-detail-type2-page .detail-intro-area .intro-item .min-detail-wrap .text .text-desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #4c4c4c;
  line-height: 1.44444444;
  overflow-wrap: break-word;
  margin-top: 20px;
}

.product-detail-type2-page .detail-application {
  background-color: #fafafa;
  padding-top: max(35px, 1.23rem);
  padding-bottom: 1.57rem;
}

.product-detail-type2-page .detail-application .title-text .title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  text-align: center;
}

.product-detail-type2-page .detail-application .title-text .sub-title {
  font-weight: 300;
  font-size: var(--font18);
  color: #4c4c4c;
  text-align: center;
}

.product-detail-type2-page .detail-application .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: 30px;
  margin-top: max(0.9rem, 30px);
}

.product-detail-type2-page .detail-application .list .item {
  overflow: hidden;
}

.product-detail-type2-page .detail-application .list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.product-detail-type2-page .detail-application .list .item:hover .name {
  color: #c82126;
}

.product-detail-type2-page .detail-application .list .item .pic {
  display: block;
  width: 100%;
  background: #e4e4e5;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.product-detail-type2-page .detail-application .list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 122.13740458%;
}

.product-detail-type2-page .detail-application .list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88.54961832%;
  height: 90.625%;
  object-fit: cover;
  transition: var(--duration);
  border-radius: 10px;
}

.product-detail-type2-page .detail-application .list .item .name {
  font-weight: 300;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.3;
  margin-top: max(0.22rem, 20px);
  text-align: center;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.product-detail-type2-page .detail-attr {
  padding-top: max(35px, 1.01rem);
  padding-bottom: max(2.12rem, 35px);
  background-color: #f5f5f5;
}

.product-detail-type2-page .detail-attr .attr-title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  text-align: center;
}

.product-detail-type2-page .detail-attr .param-list {
  margin-top: max(0.86rem, 30px);
  --col1: calc(250 / 1430 * 100%);
  --col2: calc(530 / 1430 * 100%);
  --col3: calc(560 / 1430 * 100%);
  --col-full: calc(1138 / 1430 * 100%);
}

.product-detail-type2-page .detail-attr .param-list .thead {
  display: flex;
  justify-content: space-between;
}

.product-detail-type2-page .detail-attr .param-list .thead .item {
  font-weight: bold;
  font-size: var(--font18);
  color: #333333;
  padding-bottom: max(0.17rem, 10px);
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.product-detail-type2-page .detail-attr .param-list .thead .item:nth-child(1) {
  width: var(--col1);
}

.product-detail-type2-page .detail-attr .param-list .thead .item:nth-child(2) {
  width: var(--col2);
}

.product-detail-type2-page .detail-attr .param-list .thead .item:nth-child(3) {
  width: var(--col3);
}

.product-detail-type2-page .detail-attr .param-list .tbody .tr {
  display: flex;
  justify-content: space-between;
}

.product-detail-type2-page .detail-attr .param-list .tbody .tr .td {
  font-weight: 400;
  font-size: var(--font18);
  color: #666666;
  padding-top: max(0.29rem, 10px);
  padding-bottom: max(0.29rem, 10px);
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.product-detail-type2-page .detail-attr .param-list .tbody .tr .td:nth-child(1) {
  color: #333333;
  width: var(--col1);
}

.product-detail-type2-page .detail-attr .param-list .tbody .tr .td:nth-child(2) {
  width: var(--col2);
}

.product-detail-type2-page .detail-attr .param-list .tbody .tr .td:nth-child(3) {
  width: var(--col3);
}

.product-detail-type2-page .detail-attr .param-list .tbody .tr .td.col2 {
  width: var(--col-full) !important;
}

.product-detail-type2-page .detail-industry {
  padding-top: max(1.07rem, 35px);
  padding-bottom: max(1.45rem, 35px);
  background-color: #fbfbfb;
}

.product-detail-type2-page .detail-industry .title-area .title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  text-align: center;
}

.product-detail-type2-page .detail-industry .title-area .sub-title {
  text-align: center;
  font-weight: 300;
  font-size: var(--font20);
  color: #666666;
  margin-top: max(0.3rem, 20px);
}

.product-detail-type2-page .detail-industry .industry-swiper {
  overflow: hidden;
  margin-top: max(0.65rem, 30px);
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.38), transparent);
  pointer-events: none;
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 78.77461707%;
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.product-detail-type2-page .detail-industry .industry-swiper .swiper-slide .text {
  font-weight: 400;
  font-size: var(--font30);
  color: #ffffff;
  text-align: center;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11.11111111%;
  z-index: 2;
}

.product-detail-type2-page .detail-industry .industry-swiper .industry-swiper-pagination {
  position: static;
  margin-top: max(1.24rem, 30px);
  width: 55.94405594%;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  background: #ededed;
  border-radius: 3px;
  overflow: hidden;
}

.product-detail-type2-page .detail-industry .industry-swiper .industry-swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #c82126;
}

.product-detail-type2-page .detail-download {
  padding-top: max(1.08rem, 35px);
  padding-bottom: max(1.66rem, 35px);
  background-color: #f5f5f5;
}

.product-detail-type2-page .detail-download .download-title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  text-align: center;
}

.product-detail-type2-page .detail-download .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: max(0.4rem, 20px);
  row-gap: max(0.4rem, 30px);
  margin-top: max(0.7rem, 30px);
}

.product-detail-type2-page .detail-download .list .item {
  display: flex;
  align-items: flex-start;
  padding-left: max(0.37rem, 15px);
  padding-right: max(0.34rem, 15px);
  background: #ffffff;
  border-radius: 5px;
  padding-top: max(0.275rem, 20px);
  padding-bottom: max(0.275rem, 20px);
  overflow: hidden;
}

.product-detail-type2-page .detail-download .list .item:hover .text .text-title {
  color: var(--theme);
}

.product-detail-type2-page .detail-download .list .item .icon {
  width: max(0.65rem, 45px);
  flex-shrink: 0;
}

.product-detail-type2-page .detail-download .list .item .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-type2-page .detail-download .list .item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.25rem, 20px);
}

.product-detail-type2-page .detail-download .list .item .text .text-title {
  font-weight: 500;
  font-size: var(--font24);
  color: #000000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.product-detail-type2-page .detail-download .list .item .text .text-desc {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  margin-top: max(0.15rem, 10px);
  overflow-wrap: break-word;
}

.product-detail-type2-page .detail-download .list .item .download-icon {
  width: 23px;
  flex-shrink: 0;
  margin-left: max(0.58rem, 20px);
  align-self: flex-end;
}

.product-detail-type2-page .detail-download .list .item .download-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.solution-page {
  padding-bottom: max(1.45rem, var(--space));
}

.solution-filter-area {
  padding-top: max(0.52rem, 30px);
  padding-bottom: max(0.37rem, 20px);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
}

.solution-filter-area .line {
  display: flex;
  align-items: flex-start;
}

.solution-filter-area .line .cate-text {
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.5;
}

.solution-filter-area .line .cate-area {
  margin-left: max(0.88rem, 20px);
  display: flex;
  align-items: flex-start;
}

.solution-filter-area .line .cate-area .list {
  margin-left: max(0.72rem, 20px);
  display: flex;
  flex-wrap: wrap;
  column-gap: max(0.62rem, 20px);
  row-gap: max(0.3rem, 20px);
  flex: 1;
  min-width: 0;
}

.solution-filter-area .line .cate-area .all {
  white-space: nowrap;
}

.solution-filter-area .line .cate-area .check-item {
  user-select: none;
  cursor: pointer;
}

.solution-filter-area .line .cate-area .check-item input:checked+span::before {
  border-color: transparent;
  background-color: #c82126;
  background-image: url(../images/product-checked.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center center;
}

.solution-filter-area .line .cate-area .check-item input {
  display: none;
}

.solution-filter-area .line .cate-area .check-item span {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
}

.solution-filter-area .line .cate-area .check-item span::before {
  content: "";
  width: max(0.22rem, 15px);
  height: max(0.22rem, 15px);
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  flex-shrink: 0;
}

.solution-filter-area .input-line {
  margin-top: max(0.5rem, 20px);
  display: flex;
  align-items: center;
}

.solution-filter-area .input-line .select {
  width: 86%;
  max-width: 622px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  margin-left: max(0.38rem, 20px);
  padding-left: 20px;
  padding-right: 20px;
}

.solution-main {
  margin-top: max(0.6rem, 30px);
}

.solution-main .solution-text {
  font-weight: bold;
  font-size: var(--font32);
  color: #333333;
}

.solution-main .solution-text .theme-text {
  color: #c92227;
}

.solution-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.49rem, 20px);
  row-gap: max(0.5rem, 30px);
  margin-top: max(0.37rem, 30px);
  margin-bottom: max(0.8rem, 30px);
}

.solution-list .item {
  overflow: hidden;
  background-color: #fafafa;
}

.solution-list .item:hover .pic img {
  transform: scale(1.05);
}

.solution-list .item:hover .text .text-title {
  color: var(--theme);
}

.solution-list .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
}

.solution-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.solution-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.solution-list .item .text {
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.26rem, 20px);
  padding-left: max(0.22rem, 15px);
  padding-right: max(0.22rem, 15px);
}

.solution-list .item .text .text-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.solution-list .item .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: 10px;
}

.solution-list .item .text .icon {
  margin-top: 19px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.solution-list .item .text .icon img {
  display: block;
  width: 41.46341463%;
}

.common-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}

.common-pagination .item {
  padding: 7px max(0.28rem, 20px);
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
}

.common-pagination .item:hover {
  background-color: #d10007;
  color: #ffffff;
  border-color: transparent;
}

.common-pagination .btn-list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.common-pagination .btn-list .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #cdcdcd;
  font-size: var(--font18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-pagination .btn-list .btn.active,
.common-pagination .btn-list .btn:hover {
  background: #d10007;
  color: #ffffff;
}

.solution-detail-page .solution-detail-title {
  font-weight: 500;
  font-size: var(--font46);
  color: #333333;
  margin-top: max(0.4rem, 30px);
}

.solution-detail-page .detail-main {
  display: flex;
  align-items: flex-start;
  margin-top: max(0.6rem, 30px);
  padding-bottom: max(0.6rem, 30px);
}

.solution-detail-page .detail-main .aside {
  width: 46.61458333%;
  flex-shrink: 0;
}

.solution-detail-page .detail-main .aside img {
  display: block;
  max-width: 100%;
  height: auto;
}

.solution-detail-page .detail-main .main {
  width: 47.20052083%;
  margin-left: auto;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 2;
  overflow-wrap: break-word;
}

.solution-detail-page .detail-main .pic-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: max(0.3rem, 20px);
  margin-top: 30px;
  column-gap: 20px;
}

.solution-detail-page .detail-main .pic-list .item {
  width: 41.37931034%;
}

.solution-detail-page .detail-main .pic-list .item:hover .pic img {
  transform: scale(1.05);
}

.solution-detail-page .detail-main .pic-list .item:hover .text {
  color: var(--theme);
}

.solution-detail-page .detail-main .pic-list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.solution-detail-page .detail-main .pic-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.solution-detail-page .detail-main .pic-list .item .text {
  background-color: #dddddd;
  text-align: center;
  font-weight: 300;
  font-size: var(--font22);
  color: #171a21;
  line-height: 1.63636364;
  padding-top: 7px;
  padding-bottom: 7px;
}

.solution-detail-page .recommend-area {
  padding-top: max(0.61rem, 30px);
  padding-bottom: max(1.08rem, var(--space));
  background-color: #fff;
}

.solution-detail-page .recommend-area .recommend-list {
  margin-top: max(0.68rem, 30px);
}

.common-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font36);
  color: #000000;
  line-height: 1;
}

.common-title::before {
  content: "";
  display: block;
  width: max(0.14rem, 7px);
  height: 1.2em;
  background: #c82126;
  margin-right: max(0.16rem, 10px);
}

.server-document-page {
  padding-bottom: max(0.91rem, var(--space));
}

.common-server-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: var(--font46);
  color: #181818;
  line-height: 1;
}

.common-server-tab {
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow-x: auto;
  column-gap: max(0.4rem, 20px);
  margin-top: max(0.62rem, 30px);
}

.common-server-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}

.common-server-tab .tab-item {
  font-weight: 400;
  font-size: var(--font16);
  color: #000000;
  padding-bottom: 20px;
  position: relative;
  white-space: nowrap;
}

.common-server-tab .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #c92126;
  transition: var(--duration);
}

.common-server-tab .tab-item.active,
.common-server-tab .tab-item:hover {
  color: #ca2227;
}

.common-server-tab .tab-item.active::after,
.common-server-tab .tab-item:hover::after {
  width: 100%;
}

.common-server-search {
  margin-top: 29px;
  position: relative;
}

.common-server-search:focus-within input {
  border-color: var(--theme);
}

.common-server-search input {
  display: block;
  width: 100%;
  height: 46px;
  background: #fcfcfc;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding-right: 15px;
  padding-left: 60px;
  transition: var(--duration);
}

.common-server-search button {
  background-color: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.common-server-search button img {
  display: block;
  width: 15px;
  height: auto;
}

.common-server-main {
  display: flex;
  align-items: flex-start;
  margin-top: max(0.51rem, 30px);
}

.common-server-main .server-cate {
  width: max(3rem, 250px);
  flex-shrink: 0;
}

.common-server-main .server-cate .cate-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  border-bottom: 2px solid #dfdfdf;
}

.common-server-main .server-cate .cate-title span {
  display: block;
  width: fit-content;
  position: relative;
  padding-bottom: max(0.24rem, 20px);
  padding-left: 14px;
}

.common-server-main .server-cate .cate-title span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #e61f18;
}

.common-server-main .server-cate .server-list .item {
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-top: max(0.27rem, 15px);
  padding-bottom: max(0.27rem, 15px);
  border-bottom: 1px solid rgba(240, 240, 240, 0.59);
}

.common-server-main .server-cate .server-list .item.active span,
.common-server-main .server-cate .server-list .item:hover span {
  color: #c82126;
}

.common-server-main .server-cate .server-list .item.active .icon .default,
.common-server-main .server-cate .server-list .item:hover .icon .default {
  opacity: 0;
}

.common-server-main .server-cate .server-list .item.active .icon .hover,
.common-server-main .server-cate .server-list .item:hover .icon .hover {
  opacity: 1;
}

.common-server-main .server-cate .server-list .item span {
  min-width: 0;
  overflow-wrap: break-word;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.625;
  transition: var(--duration);
}

.common-server-main .server-cate .server-list .item .icon {
  display: block;
  flex-shrink: 0;
  margin-left: 12px;
  width: 5px;
  height: 8px;
  position: relative;
}

.common-server-main .server-cate .server-list .item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--duration);
}

.common-server-main .server-cate .server-list .item .icon .default {
  opacity: 1;
}

.common-server-main .server-cate .server-list .item .icon .hover {
  opacity: 0;
}

.common-server-main .server-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  padding-bottom: max(0.24rem, 20px);
  border-bottom: 1px solid #eeeeee;
}

.common-server-main .server-title .theme-text {
  color: #cd2228;
}

.common-server-main .server-container {
  flex: 1;
  min-width: 0;
  margin-left: 37px;
}

.common-server-main .server-container .list {
  margin-top: max(0.49rem, 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: 30px;
  margin-bottom: max(0.63rem, 30px);
}

.common-server-main .server-container .list.document-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.common-server-main .server-container .list.document-list .item:hover .text .text-title {
  color: #c82126;
}

.common-server-main .server-container .list.document-list .item:hover .text .text-download .icon {
  background-color: #c82126;
}

.common-server-main .server-container .list.download-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.common-server-main .server-container .list.download-list .item:hover .text .text-download span {
  color: #c82126;
}

.common-server-main .server-container .list.download-list .item:hover .text .text-download .icon {
  background-color: #c82126;
}

.common-server-main .server-container .list .item {
  overflow: hidden;
}

.common-server-main .server-container .list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 86.84210526%;
  background-color: #f5f5f5;
  position: relative;
}

.common-server-main .server-container .list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 76%;
  max-height: 76%;
  object-fit: contain;
  box-shadow: 0px 27px 51px 6px rgba(10, 2, 5, 0.03);
  transition: var(--duration);
}

.common-server-main .server-container .list .item .text {
  padding-left: max(0.24rem, 15px);
  padding-right: max(0.19rem, 15px);
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.25rem, 20px);
  background-color: #fbfbfb;
}

.common-server-main .server-container .list .item .text .text-title {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.common-server-main .server-container .list .item .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-top: 7px;
}

.common-server-main .server-container .list .item .text .text-download {
  margin-top: 19px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
}

.common-server-main .server-container .list .item .text .text-download .icon {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  background: #dbdbdb;
  border-radius: 50%;
  margin-left: 9px;
  transition: var(--duration);
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-server-main .server-container .list .item .text .text-download .icon img {
  display: block;
  width: 43.90243902%;
  height: auto;
}

.download-message-page {
  padding-top: max(0.99rem, var(--space));
  padding-bottom: 2.15rem;
}

.download-message-page .aside-title {
  font-weight: bold;
  font-size: var(--font46);
  color: #181818;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.download-message-page .message-container {
  max-width: 1050px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: max(0.65rem, 30px);
}

.download-message-page .message-container .aside {
  width: 36.19047619%;
  flex-shrink: 0;
  background-color: #f5f5f5;
  padding-top: max(0.42rem, 30px);
  padding-bottom: max(0.74rem, 30px);
  padding-left: max(0.44rem, 15px);
  padding-right: max(0.44rem, 15px);
}

.download-message-page .message-container .aside .title {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
}

.download-message-page .message-container .aside .pic {
  max-width: 187px;
  width: 87%;
  margin-left: 0.51rem;
  display: block;
  background: #ffffff;
  padding: 12px 13px;
  box-shadow: 0px 27px 51px 6px rgba(10, 2, 5, 0.03);
  margin-top: max(0.38rem, 20px);
}

.download-message-page .message-container .aside .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

.download-message-page .message-container .main {
  width: 58.66666667%;
  flex-shrink: 0;
}

.download-message-page .message-container .main .main-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.download-message-page .message-container .main .form {
  margin-top: 31px;
}

.download-message-page .message-container .main .form .input-line {
  margin-bottom: max(0.3rem, 20px);
  width: 100%;
  height: max(0.52rem, 40px);
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  transition: var(--duration);
}

.download-message-page .message-container .main .form .input-line:focus-within {
  border-color: #c92226;
}

.download-message-page .message-container .main .form .input-line .placeholder {
  font-weight: 400;
  font-size: var(--font18);
  line-height: 1.22222222;
  color: #333333;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}

.download-message-page .message-container .main .form .input-line .placeholder .required {
  color: #c92226;
}

.download-message-page .message-container .main .form .input-line input {
  display: block;
  flex: 1;
  height: 100%;
  border: none;
  padding-right: 15px;
  padding-left: 15px;
  font-size: var(--font18);
  color: #333333;
}

.download-message-page .message-container .main .form .text-line textarea {
  display: block;
  width: 100%;
  height: 187px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  padding: 16px 27px;
  transition: var(--duration);
  resize: none;
}

.download-message-page .message-container .main .form .text-line textarea::placeholder {
  color: #333333;
}

.download-message-page .message-container .main .form .text-line textarea:focus {
  border-color: var(--theme);
}

.download-message-page .message-container .main .form .submit-btn {
  width: 169px;
  height: 46px;
  background: #c82126;
  border-radius: 5px;
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
  border: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  margin-top: 31px;
}

.server-faq-list {
  margin-top: 24px;
  margin-bottom: max(0.62rem, 30px);
}

.server-faq-list .item .item-top {
  display: flex;
  align-items: center;
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.24rem, 20px);
  border-bottom: 1px solid #eeeeee;
  user-select: none;
  cursor: pointer;
}

.server-faq-list .item .item-top.active .state {
  transform: rotate(180deg);
}

.server-faq-list .item .item-top .icon {
  width: 39px;
  height: 39px;
  background: #c82126;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: bold;
  font-size: var(--font20);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.server-faq-list .item .item-top .text {
  flex: 1;
  min-width: 0;
  margin-left: 14px;
  margin-right: 14px;
  overflow-wrap: break-word;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
}

.server-faq-list .item .item-top .state {
  width: 18px;
  flex-shrink: 0;
  transition: var(--duration);
}

.server-faq-list .item .item-top .state img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.server-faq-list .item .item-bottom {
  padding-top: max(0.27rem, 20px);
  padding-bottom: 12px;
  display: none;
}

.server-faq-list .item .item-bottom .bottom-main {
  display: flex;
  align-items: flex-start;
}

.server-faq-list .item .item-bottom .icon {
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  background: #e8e8e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  font-size: var(--font20);
  color: #c82126;
}

.server-faq-list .item .item-bottom .text {
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0;
  margin-left: 11px;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.94444444;
}

.server-video-list {
  margin-top: max(0.5rem, 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: 30px;
  margin-bottom: max(0.63rem, 30px);
}

.server-video-list .video-item {
  overflow: hidden;
  background-color: #fbfbfb;
}

.server-video-list .video-item:hover .pic .poster {
  transform: scale(1.05);
}

.server-video-list .video-item:hover .text .text-download span {
  color: #c82126;
}

.server-video-list .video-item:hover .text .text-download .icon {
  background-color: #c82126;
}

.server-video-list .video-item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.server-video-list .video-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 86.84210526%;
}

.server-video-list .video-item .pic .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.server-video-list .video-item .pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(0.65rem, 35px);
  height: auto;
  z-index: 2;
}

.server-video-list .video-item .text {
  padding-left: max(0.24rem, 15px);
  padding-right: max(0.19rem, 15px);
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.25rem, 20px);
}

.server-video-list .video-item .text .text-title {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.server-video-list .video-item .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-top: 7px;
}

.server-video-list .video-item .text .text-download {
  margin-top: 19px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
}

.server-video-list .video-item .text .text-download .icon {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  background: #dbdbdb;
  border-radius: 50%;
  margin-left: 9px;
  transition: var(--duration);
  display: flex;
  align-items: center;
  justify-content: center;
}

.server-video-list .video-item .text .text-download .icon img {
  display: block;
  width: 43.90243902%;
  height: auto;
}

.news-list-page {
  padding-bottom: max(1.14rem, var(--space));
}

.news-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: max(0.4rem, 30px);
}

.news-container .news-cate {
  width: 250px;
  flex-shrink: 0;
  position: sticky;
  top: var(--header-height);
}

.news-container .news-cate .cate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-weight: 500;
  font-size: var(--font18);
  color: #333333;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  border-bottom: 1px solid #dfdfdf;
}

.news-container .news-cate .cate-item span {
  transition: var(--duration);
}

.news-container .news-cate .cate-item .icon {
  display: block;
  width: 6px;
  height: auto;
  opacity: 0;
  flex-shrink: 0;
}

.news-container .news-cate .cate-item.active,
.news-container .news-cate .cate-item:hover {
  color: #c82126;
}

.news-container .news-cate .cate-item.active .icon,
.news-container .news-cate .cate-item:hover .icon {
  opacity: 1;
}

.news-container .news-main {
  flex: 1;
  min-width: 0;
  margin-left: max(1.01rem, 30px);
}

.news-container .news-main .news-list {
  margin-bottom: max(0.6rem, 30px);
}

.news-container .news-main .news-list .news-item {
  display: flex;
  align-items: flex-start;
}

.news-container .news-main .news-list .news-item:not(:last-child) {
  margin-bottom: max(0.4rem, 20px);
}

.news-container .news-main .news-list .news-item:hover .info {
  background-color: #c82126;
}

.news-container .news-main .news-list .news-item:hover .info .day {
  color: #fff;
}

.news-container .news-main .news-list .news-item:hover .info .month {
  color: #fff;
}

.news-container .news-main .news-list .news-item:hover .text .text-title {
  color: #c82126;
}

.news-container .news-main .news-list .news-item .info {
  background: #f8f8f8;
  border-radius: 15px;
  padding-left: max(0.34rem, 15px);
  padding-right: max(0.34rem, 15px);
  padding-top: max(0.29rem, 20px);
  padding-bottom: max(0.29rem, 20px);
  flex-shrink: 0;
  transition: var(--duration);
}

.news-container .news-main .news-list .news-item .info .day {
  font-weight: 400;
  font-size: var(--font48);
  color: #c82126;
  line-height: 1;
  text-align: center;
}

.news-container .news-main .news-list .news-item .info .month {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font18);
  color: #bababa;
  margin-top: max(0.23rem, 10px);
  text-align: center;
}

.news-container .news-main .news-list .news-item .text {
  flex: 1;
  min-width: 0;
  padding-top: max(0.26rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  border-bottom: 1px solid #eeeeee;
  margin-left: max(0.54rem, 20px);
}

.news-container .news-main .news-list .news-item .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.29166667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.news-container .news-main .news-list .news-item .text .text-desc {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  margin-top: max(0.18rem, 10px);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.news-container .news-main .news-type2-list {
  margin-bottom: max(0.66rem, 30px);
}

.news-container .news-main .news-type2-list .item {
  display: flex;
  align-items: flex-start;
}

.news-container .news-main .news-type2-list .item:hover .info {
  background-color: #c82126;
}

.news-container .news-main .news-type2-list .item:hover .info .day {
  color: #fff;
}

.news-container .news-main .news-type2-list .item:hover .info .month {
  color: #fff;
}

.news-container .news-main .news-type2-list .item:hover .text .pic img {
  transform: scale(1.05);
}

.news-container .news-main .news-type2-list .item:not(:last-child) {
  margin-bottom: max(0.5rem, 30px);
}

.news-container .news-main .news-type2-list .item .info {
  background: #f8f8f8;
  border-radius: 15px;
  padding-left: max(0.34rem, 15px);
  padding-right: max(0.34rem, 15px);
  padding-top: max(0.29rem, 20px);
  padding-bottom: max(0.29rem, 20px);
  flex-shrink: 0;
  transition: var(--duration);
}

.news-container .news-main .news-type2-list .item .info .day {
  font-weight: 400;
  font-size: var(--font48);
  color: #c82126;
  line-height: 1;
  text-align: center;
}

.news-container .news-main .news-type2-list .item .info .month {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font18);
  color: #bababa;
  margin-top: max(0.23rem, 10px);
  text-align: center;
}

.news-container .news-main .news-type2-list .item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.34rem, 20px);
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  column-gap: 20px;
}

.news-container .news-main .news-type2-list .item .text .news-info-list {
  flex: 1;
  min-width: 0;
}

.news-container .news-main .news-type2-list .item .text .news-info-list .param-item {
  min-width: 0;
  overflow-wrap: break-word;
  font-weight: 300;
  font-size: var(--font18);
  display: flex;
  align-items: center;
}

.news-container .news-main .news-type2-list .item .text .news-info-list .param-item:not(:last-child) {
  margin-bottom: 10px;
}

.news-container .news-main .news-type2-list .item .text .news-info-list .param-item .param {
  color: #000000;
  white-space: nowrap;
}

.news-container .news-main .news-type2-list .item .text .news-info-list .param-item .value {
  color: #888888;
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

.news-container .news-main .news-type2-list .item .text .text-main {
  flex: 1;
  min-width: 0;
  align-self: flex-start;
  padding-top: 20px;
}

.news-container .news-main .news-type2-list .item .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.29166667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.news-container .news-main .news-type2-list .item .text .text-desc {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.news-container .news-main .news-type2-list .item .text .pic {
  width: 300px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.news-container .news-main .news-type2-list .item .text .pic::after {
  content: "";
  display: block;
  padding-bottom: 49.41176471%;
}

.news-container .news-main .news-type2-list .item .text .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.news-detail-page {
  padding-bottom: max(0.91rem, 45px);
}

.news-detail-page .news-detail-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: max(0.4rem, 30px);
}

.news-detail-page .news-detail-container .main {
  flex: 1;
  min-width: 0;
  margin-right: max(0.48rem, 30px);
}

.news-detail-page .news-detail-container .main .article-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  line-height: 1.33333333;
  text-align: center;
}

.news-detail-page .news-detail-container .main .article-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.19rem;
  margin-top: max(0.4rem, 20px);
  padding-bottom: max(0.24rem, 20px);
  border-bottom: 1px solid #e9e9e9;
}

.news-detail-page .news-detail-container .main .article-info .item {
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
}

.news-detail-page .news-detail-container .main .article {
  font-weight: 300;
  font-size: var(--font16);
  color: #444444;
  line-height: 2.25;
  overflow-wrap: break-word;
  padding-top: max(0.53rem, 30px);
  padding-bottom: 1.66rem;
  border-bottom: 1px solid #e9e9e9;
}

.news-detail-page .news-detail-container .main .article img,
.news-detail-page .news-detail-container .main .article video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.news-detail-page .news-detail-container .main .article .table-wrap {
  max-width: 100%;
  height: auto;
  overflow-x: auto;
}

.news-detail-page .news-detail-container .main .article li {
  list-style-type: initial;
}

.news-detail-page .news-detail-container .main .other-article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: max(0.9rem, 30px);
  padding-top: max(0.45rem, 20px);
}

.news-detail-page .news-detail-container .main .other-article .list {
  flex: 1;
  min-width: 0;
}

.news-detail-page .news-detail-container .main .other-article .list .item {
  display: block;
  font-weight: 300;
  font-size: var(--font16);
  line-height: 2.25;
  color: #888888;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.news-detail-page .news-detail-container .main .other-article .list .item .mark {
  color: #111111;
}

.news-detail-page .news-detail-container .main .other-article .list .item:hover {
  color: var(--theme);
}

.news-detail-page .news-detail-container .main .other-article .return {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font18);
  color: #c82126;
  white-space: nowrap;
}

.news-detail-page .news-detail-container .main .other-article .return img {
  flex-shrink: 0;
  display: block;
  margin-right: 12px;
  width: 26px;
}

.news-detail-page .news-detail-container .aside {
  width: max(3rem, 250px);
  flex-shrink: 0;
  position: sticky;
  top: var(--header-height);
  z-index: 10;
}

.news-detail-page .news-detail-container .aside .cate-list .cate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-weight: 500;
  font-size: var(--font18);
  transition: var(--duration);
  color: #333333;
  padding-top: max(0.27rem, 15px);
  padding-bottom: max(0.27rem, 15px);
}

.news-detail-page .news-detail-container .aside .cate-list .cate-item:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.news-detail-page .news-detail-container .aside .cate-list .cate-item img {
  display: block;
  flex-shrink: 0;
  opacity: 0;
  width: 6px;
  transition: var(--duration);
}

.news-detail-page .news-detail-container .aside .cate-list .cate-item.active,
.news-detail-page .news-detail-container .aside .cate-list .cate-item:hover {
  color: #c82126;
}

.news-detail-page .news-detail-container .aside .cate-list .cate-item.active img,
.news-detail-page .news-detail-container .aside .cate-list .cate-item:hover img {
  opacity: 1;
}

.news-detail-page .news-detail-container .aside .recommend-area {
  margin-top: 30px;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-title {
  font-weight: bold;
  font-size: var(--font22);
  color: #000000;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper {
  margin-top: 30px;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide:hover .text .text-title {
  color: var(--theme);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 61.66666667%;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text {
  padding-top: 20px;
  padding-left: max(0.21rem, 10px);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .text-title {
  font-weight: bold;
  font-size: var(--font18);
  color: #000000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: max(0.14rem, 10px);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: max(0.14rem, 10px);
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .info .info-btn {
  width: 66px;
  height: 27px;
  background: #d10007;
  border-radius: 14px;
  font-weight: 300;
  font-size: var(--font14);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .info .info-time {
  font-weight: 300;
  font-size: var(--font16);
  color: #888888;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .recommend-pagination {
  position: static;
  margin-top: max(0.47rem, 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .recommend-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dedede;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}

.news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .recommend-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c82126;
}

.about-intro-page .wrap {
  width: 80%;
}

@media (max-width: 768px) {
  .about-intro-page .wrap {
    width: 92%;
  }
}

.about-intro-page .about-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.05;
}

.about-intro {
  padding-top: max(0.9rem, var(--space));
  padding-bottom: max(0.9rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

.about-intro .top-panel {
  display: flex;
  align-items: flex-start;
}

.about-intro .top-panel .pic {
  width: 50.13020833%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.about-intro .top-panel .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.about-intro .top-panel .text {
  padding-top: max(0.35rem, 20px);
  width: 44.98697917%;
  flex-shrink: 0;
  margin-left: auto;
}

.about-intro .top-panel .text .text-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #333333;
}

.about-intro .top-panel .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 2.125;
  overflow-wrap: break-word;
  margin-top: max(0.5rem, 20px);
}


.about-intro .top-panel .text .text-desc p:not(:last-child) {
  margin-bottom: 10px;
}



.about-intro .intro-list {
  margin-top: max(0.91rem, 30px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}



.about-intro .intro-list .item {
  flex-shrink: 0;
}

.about-intro .intro-list .item .item-top {
  width: max(0.68rem, 45px);
  margin-left: auto;
  margin-right: auto;
}

.about-intro .intro-list .item .item-top img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.about-intro .intro-list .item .item-bottom {
  margin-top: max(0.3rem, 10px);
}

.about-intro .intro-list .item .item-bottom .text {
  font-weight: 400;
  font-size: var(--font22);
  color: #000000;
  line-height: 1.54545455;
  text-align: center;
}

.about-intro .intro-list .item .item-bottom .line {
  font-weight: bold;
  font-size: var(--font32);
  color: #c82126;
  line-height: 1.0625;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}

.about-intro .intro-list .item .item-bottom .line .unit {
  font-size: var(--font18);
  margin-left: 5px;
}

.about-development {
  padding-top: max(0.9rem, var(--space));
  padding-bottom: max(0.9rem, var(--space));
  background-color: #f8f6f6;
}

.about-development .development-swiper {
  margin-top: max(0.72rem, 30px);
  position: relative;
}

.about-development .development-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.about-development .development-swiper .swiper-slide .pic {
  width: 34.24479167%;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}

.about-development .development-swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.about-development .development-swiper .swiper-slide .text {
  padding-left: max(0.77rem, 20px);
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  padding-right: 1.32rem;
  padding-top: max(0.44rem, 20px);
  padding-bottom: max(0.6rem, 50px);
}

.about-development .development-swiper .swiper-slide .text .text-title {
  font-weight: 400;
  font-size: var(--font56);
  color: #000000;
  line-height: 1;
}

.about-development .development-swiper .swiper-slide .text .text-desc {
  font-weight: 400;
  font-size: var(--font22);
  color: #777777;
  line-height: 1.81818182;
  overflow-wrap: break-word;
  margin-top: max(0.23rem, 10px);
}

.about-development .development-swiper .development-btn-list {
  position: absolute;
  bottom: 0;
  left: calc((526 / 1536 * 100%) + max(0.77rem, 20px));
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  column-gap: 15px;
}

.about-development .development-swiper .development-btn-list .development-btn {
  width: max(0.45rem, 35px);
  height: max(0.45rem, 35px);
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  position: relative;
  transition: var(--duration);
}

.about-development .development-swiper .development-btn-list .development-btn .hover {
  opacity: 0;
}

.about-development .development-swiper .development-btn-list .development-btn .default {
  opacity: 1;
}

.about-development .development-swiper .development-btn-list .development-btn img {
  width: 20%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: var(--duration);
}

.about-development .development-swiper .development-btn-list .development-btn:not(.swiper-button-disabled):hover {
  cursor: pointer;
  border-color: #c82126;
}

.about-development .development-swiper .development-btn-list .development-btn:not(.swiper-button-disabled):hover .hover {
  opacity: 1;
}

.about-development .development-swiper .development-btn-list .development-btn:not(.swiper-button-disabled):hover .default {
  opacity: 0;
}

.about-development .development-swiper2 {
  margin-top: max(0.66rem, 30px);
}

.about-development .development-swiper2 .swiper-slide {
  --point: max(0.39rem, 20px);
  position: relative;
  user-select: none;
  cursor: pointer;
}

.about-development .development-swiper2 .swiper-slide.swiper-slide-thumb-active .point {
  background-color: #ffbaba;
}

.about-development .development-swiper2 .swiper-slide.swiper-slide-thumb-active .point::after {
  background-color: #ff0000;
}

.about-development .development-swiper2 .swiper-slide.swiper-slide-thumb-active .year {
  color: #ff0000;
}

.about-development .development-swiper2 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--point) / 2 - 1.5px);
  height: 3px;
  width: 100%;
  background-color: #e4e4e4;
  z-index: -1;
  pointer-events: none;
}

.about-development .development-swiper2 .swiper-slide .point {
  width: var(--point);
  height: var(--point);
  background: #e2dede;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.about-development .development-swiper2 .swiper-slide .point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #c7c7c7;
  width: 41.02564103%;
  height: 41.02564103%;
  border-radius: 50%;
}

.about-development .development-swiper2 .swiper-slide .year {
  text-align: center;
  font-weight: 400;
  font-size: var(--font22);
  color: #c7c7c7;
  margin-top: max(0.13rem, 10px);
}

.about-advantage {
  padding-top: max(0.9rem, var(--space));
  padding-bottom: max(1rem, var(--space));
  overflow: hidden;
}

.about-advantage .advantage-wrap {
  display: flex;
}

.about-advantage .advantage-wrap .left {
  width: 42.96875%;
  flex-shrink: 0;
}

.about-advantage .advantage-wrap .left .advantage-swiper {
  height: 100%;
}

.about-advantage .advantage-wrap .left .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.about-advantage .advantage-wrap .left .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(30, 39, 61, 0.82), transparent);
  pointer-events: none;
  z-index: 1;
}

.about-advantage .advantage-wrap .left .swiper-slide .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-advantage .advantage-wrap .left .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 116.66666667%;
}

.about-advantage .advantage-wrap .left .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.about-advantage .advantage-wrap .left .swiper-slide .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12.46753247%;
  width: 90%;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.about-advantage .advantage-wrap .left .swiper-slide .text .text-title {
  font-weight: 500;
  font-size: var(--font36);
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.about-advantage .advantage-wrap .left .advantage-pagination {
  position: absolute;
  left: auto;
  right: 5.75757576%;
  bottom: 4.93506494%;
  width: fit-content;
  max-width: 100%;
}

.about-advantage .advantage-wrap .left .advantage-pagination .swiper-pagination-bullet {
  width: max(0.15rem, 10px);
  height: max(0.15rem, 10px);
  background: #efefef;
  border-radius: 50%;
  opacity: 1;
  margin-left: 0;
}

.about-advantage .advantage-wrap .left .advantage-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: max(0.15rem, 10px);
}

.about-advantage .advantage-wrap .left .advantage-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c82126;
}

.about-advantage .advantage-wrap .right {
  width: 42.96875%;
  flex-shrink: 0;
  margin-left: auto;
  align-self: flex-end;
}

.about-advantage .advantage-wrap .right .text .text-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #333333;
  line-height: 1.05;
  overflow-wrap: break-word;
}

.about-advantage .advantage-wrap .right .text .text-desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.72222222;
  margin-top: max(0.28rem, 20px);
  overflow-wrap: break-word;
}

.about-advantage .advantage-wrap .right .list {
  margin-top: max(0.72rem, 30px);
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}

.about-advantage .advantage-wrap .right .list .item {
  width: 48.48484848%;
  flex-shrink: 0;
  overflow: hidden;
  background-image: url(../images/about-advantage-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  padding-top: 17px;
  padding-left: max(0.22rem, 15px);
  padding-right: max(0.22rem, 15px);
  padding-bottom: max(0.25rem, 20px);
  min-height: 150px;
}

.about-advantage .advantage-wrap .right .list .item:last-child {
  width: 100%;
}

.about-advantage .advantage-wrap .right .list .item .icon {
  display: block;
  width: 40px;
  margin-left: auto;
  flex-shrink: 0;
}

.about-advantage .advantage-wrap .right .list .item .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about-advantage .advantage-wrap .right .list .item .item-top {
  font-weight: bold;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.25;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
  column-gap: 20px;
}

.about-advantage .advantage-wrap .right .list .item .item-bottom {
  margin-top: max(0.18rem, 10px);
  font-weight: 300;
  font-size: var(--font16);
  line-height: 1.5625;
  color: rgba(255, 255, 255, 0.5);
  overflow-wrap: break-word;
}

.about-honor {
  padding-top: max(1rem, 35px);
  padding-bottom: max(1rem, 35px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.about-honor .title-area .about-title {
  text-align: center;
}

.about-honor .title-area .sub-title {
  font-weight: 300;
  font-size: var(--font18);
  color: #777777;
  text-align: center;
  margin-top: 20px;
}

.about-honor .about-honor-swiper {
  margin-top: max(0.9rem, 30px);
}

.about-honor .about-honor-swiper .swiper-slide {
  width: max(2.97rem, 200px);
  flex-shrink: 0;
}

.about-honor .about-honor-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
}

.about-honor .about-honor-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 129.62962963%;
}

.about-honor .about-honor-swiper .swiper-slide .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
  transition: var(--duration);
  mix-blend-mode: multiply;
  border: 20px solid transparent;
  border-image: url(../images/about-honor-border.png) 20 round;
}

.about-honor .about-honor-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: max(0.9rem, 30px);
}

.about-honor .about-honor-area .left {
  width: 45%;
}

.about-honor .about-honor-area .left .left-title {
  font-size: var(--font32);
  font-weight: bold;
  margin-bottom: 20px;
}

.about-honor .about-honor-area .left .text-list .text-item {
  display: flex;
  align-items: center;
  user-select: none;
}

.about-honor .about-honor-area .left .text-list .text-item.active .text {
  color: var(--theme);
  font-weight: 600;
}

.about-honor .about-honor-area .left .text-list .text-item.active .icon {
  opacity: 1;
}

.about-honor .about-honor-area .left .text-list .text-item:not(:last-child) {
  margin-bottom: 18px;
}

.about-honor .about-honor-area .left .text-list .text-item .text {
  font-size: var(--font18);
  color: #000000;
  margin-right: max(0.2rem, 15px);
  cursor: pointer;
}

.about-honor .about-honor-area .left .text-list .text-item .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme);
  color: #fff;
  flex-shrink: 0;
  opacity: 0;
}

.about-honor .about-honor-area .left .text-list .text-item .icon img {
  width: 6px;
  filter: brightness(0) invert(1);
}

.about-honor .about-honor-area .right {
  width: 50%;
  display: flex;
  align-items: center;
}

.about-honor .about-honor-area .right .btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: #d3d4d4;
  border-radius: 50%;
  flex-shrink: 0;
  user-select: none;
}

.about-honor .about-honor-area .right .btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.about-honor .about-honor-area .right .btn:not(.swiper-button-disabled):hover {
  cursor: pointer;
  background-color: var(--theme);
}

.about-honor .about-honor-area .right .btn:not(.swiper-button-disabled):hover img {
  filter: brightness(0) invert(1);
}

.about-honor .about-honor-area .right .btn img {
  display: block;
  width: 20%;
  height: auto;
  filter: brightness(0) invert(1);
}

.about-honor .about-honor-area .right .about-honor-swiper2 {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.about-honor .about-honor-area .right .about-honor-swiper2 .swiper-slide {
  background-color: #fff;
}

.about-honor .about-honor-area .right .about-honor-swiper2 .swiper-slide .pic {
  display: block;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}

.about-honor .about-honor-area .right .about-honor-swiper2 .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-honor .about-honor-area .right .about-honor-swiper2 .swiper-pagination {
  display: none;
}

.contact-page .contact-main {
  margin-top: max(45px, 0.78rem);
  overflow: hidden;
}

.contact-page .contact-main .contact-title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  text-align: center;
}

.contact-page .contact-main .contact-panel {
  margin-top: max(0.8rem, 30px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-page .contact-main .contact-panel .left {
  width: 36.1328125%;
  flex-shrink: 0;
}

.contact-page .contact-main .contact-panel .left .list .item {
  padding-bottom: max(0.4rem, 20px);
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

.contact-page .contact-main .contact-panel .left .list .item:not(:first-child) {
  padding-top: max(0.4rem, 20px);
}

.contact-page .contact-main .contact-panel .left .list .item .icon {
  width: max(45px, 0.8rem);
  flex-shrink: 0;
}

.contact-page .contact-main .contact-panel .left .list .item .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-page .contact-main .contact-panel .left .list .item .text {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  margin-left: max(0.31rem, 20px);
}

.contact-page .contact-main .contact-panel .left .list .item .text .param {
  font-weight: bold;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.33333333;
}

.contact-page .contact-main .contact-panel .left .list .item .text .value {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.375;
  margin-top: 6px;
}

.contact-page .contact-main .contact-panel .right {
  width: 55.46875%;
  flex-shrink: 0;
}

.contact-page .contact-main .contact-panel .right img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact-page .contact-address {
  margin-top: max(1.1rem, 45px);
  padding-bottom: max(1.29rem, var(--space));
}

.contact-page .contact-address .address-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.23rem;
  row-gap: 30px;
}

.contact-page .contact-address .address-list .item {
  min-width: 0;
  overflow-wrap: break-word;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e2e2;
}

.contact-page .contact-address .address-list .item .item-title {
  font-weight: 400;
  font-size: var(--font18);
  color: #000000;
}

.contact-page .contact-address .address-list .item .item-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 3px;
  background: #c82126;
  margin-top: max(0.17rem, 10px);
}

.contact-page .contact-address .address-list .item .info {
  margin-top: 16px;
}

.contact-page .contact-address .address-list .item .info .info-item {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
}

.contact-page .contact-address .address-list .item .info .info-item span:nth-child(1) {
  white-space: nowrap;
}

.contact-page .contact-address .address-list .item .qrcode {
  margin-top: max(0.3rem, 20px);
  width: fit-content;
}

.contact-page .contact-address .address-list .item .qrcode img {
  display: block;
  max-width: 78px;
  height: auto;
}

.contact-page .contact-address .address-list .item .qrcode p {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  text-align: center;
  margin-top: 10px;
}

.contact-message {
  padding-top: max(0.84rem, var(--space));
  padding-bottom: max(1.6rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-message .message-wrap {
  max-width: 1085px;
}

.contact-message .message-wrap .title-area .title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  line-height: 1;
  text-align: center;
}

.contact-message .message-wrap .title-area .sub-title {
  font-weight: 400;
  font-size: var(--font16);
  color: #6b6b6b;
  text-align: center;
  margin-top: max(0.28rem, 10px);
}

.contact-message .message-wrap .contact-form {
  margin-top: 1.03rem;
}

.contact-message .message-wrap .contact-form .input-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: max(0.85rem, 20px);
  margin-bottom: max(0.26rem, 20px);
}

.contact-message .message-wrap .contact-form .input-line .input-item {
  min-width: 0;
  height: 52px;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: var(--duration);
}

.contact-message .message-wrap .contact-form .input-line .input-item:focus-within {
  border-color: var(--theme);
}

.contact-message .message-wrap .contact-form .input-line .input-item .placeholder-text {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  padding-left: 17px;
}

.contact-message .message-wrap .contact-form .input-line .input-item .placeholder-text .required {
  color: #fe0000;
}

.contact-message .message-wrap .contact-form .input-line .input-item input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  font-size: var(--font16);
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-message .message-wrap .contact-form .input-line .input-item .select-list {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  height: 100%;
  flex: 1;
  min-width: 0;
}

.contact-message .message-wrap .contact-form .input-line .input-item .select-list select {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
}

.contact-message .message-wrap .contact-form .input-line .input-item .select-list select:focus {
  outline: none;
}

.contact-message .message-wrap .contact-form .textarea-line {
  height: 144px;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition: var(--duration);
}

.contact-message .message-wrap .contact-form .textarea-line:focus-within {
  border-color: var(--theme);
}

.contact-message .message-wrap .contact-form .textarea-line .placeholder-text {
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
}

.contact-message .message-wrap .contact-form .textarea-line .placeholder-text .required {
  color: #fe0000;
}

.contact-message .message-wrap .contact-form .textarea-line textarea {
  display: block;
  width: 100%;
  flex: 1;
  border: none;
  padding-top: 5px;
  font-size: var(--font16);
  color: #000000;
  resize: none;
}

.contact-message .message-wrap .contact-form .submit-btn {
  width: max(1.89rem, 145px);
  height: max(0.57rem, 45px);
  background: #c82126;
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: bold;
  font-size: var(--font24);
  color: #ffffff;
  margin-top: max(0.84rem, 30px);
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  cursor: pointer;
}

.common-contact-info-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.9rem;
}

.common-contact-info-line .page-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.common-contact-info-line .page-info .item {
  font-weight: 400;
  font-size: var(--font16);
  color: #948f8f;
  display: flex;
  align-items: center;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.27rem, 20px);
  white-space: nowrap;
}

.common-contact-info-line .page-info .item:not(:last-child) {
  margin-right: max(0.3rem, 20px);
}

.common-contact-info-line .page-info .item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #c82126;
  border-radius: 50%;
  margin-right: 5px;
  opacity: 0;
  transition: var(--duration);
}

.common-contact-info-line .page-info .item.active,
.common-contact-info-line .page-info .item:hover {
  color: #000000;
}

.common-contact-info-line .page-info .item.active::before,
.common-contact-info-line .page-info .item:hover::before {
  opacity: 1;
}

.job-page .job-page-section1 {
  padding-top: max(1.31rem, var(--space));
  padding-bottom: max(1.52rem, var(--space));
  background: #fafafa;
  overflow: hidden;
}

.job-page .job-page-section1 .section1-wrap {
  display: flex;
  align-items: flex-start;
  max-width: 1347px;
}

.job-page .job-page-section1 .section1-wrap .text {
  width: 52.72999252%;
  flex-shrink: 0;
}

.job-page .job-page-section1 .section1-wrap .text .modify {
  display: block;
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  font-size: var(--font72);
  color: #000000;
  line-height: 1;
}

.job-page .job-page-section1 .section1-wrap .text .text-title {
  font-weight: bold;
  font-size: var(--font42);
  color: #000000;
  margin-top: 10px;
}

.job-page .job-page-section1 .section1-wrap .text .text-title .red {
  color: #c82126;
}

.job-page .job-page-section1 .section1-wrap .text .text-desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.88888889;
  overflow-wrap: break-word;
  margin-top: max(0.36rem, 20px);
}

.job-page .job-page-section1 .section1-wrap .text .btn {
  margin-top: max(0.36rem, 20px);
  width: 124px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #000000;
  font-weight: 300;
  font-size: var(--font17);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}

.job-page .job-page-section1 .section1-wrap .text .btn:hover {
  color: #fff;
  background-color: var(--theme);
  border-color: transparent;
}

.job-page .job-page-section1 .section1-wrap .text .btn:hover img {
  filter: brightness(0) invert(1);
}

.job-page .job-page-section1 .section1-wrap .text .btn img {
  display: block;
  width: 6px;
  height: auto;
  margin-left: 10px;
  flex-shrink: 0;
  transition: var(--duration);
  margin-top: 0.1em;
}

.job-page .job-page-section1 .section1-wrap .pic {
  width: 41.35115071%;
  flex-shrink: 0;
  margin-left: auto;
}

.job-page .job-page-section1 .section1-wrap .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.job-page .job-page-section2 {
  padding-top: max(0.87rem, 35px);
  padding-bottom: max(1.4rem, 35px);
}

.job-page .job-page-section2 .section2-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.job-page .job-page-section2 .section2-wrap .title-area .mark {
  font-weight: 500;
  font-size: var(--font23);
  color: #888888;
  text-align: center;
}

.job-page .job-page-section2 .section2-wrap .title-area .title {
  font-weight: normal;
  font-size: var(--font56);
  color: #222222;
  line-height: 1.28571429;
  overflow-wrap: break-word;
  text-align: center;
  margin-top: max(0.4rem, 20px);
}

.job-page .job-page-section2 .section2-wrap .section2-swiper {
  margin-top: max(0.65rem, 30px);
}

.job-page .job-page-section2 .section2-wrap .section2-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.job-page .job-page-section2 .section2-wrap .section2-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 56.66666667%;
}

.job-page .job-page-section2 .section2-wrap .section2-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.job-page .job-page-section2 .section2-wrap .section2-swiper .swiper-pagination {
  margin-top: max(0.53rem, 20px);
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.job-page .job-page-section2 .section2-wrap .section2-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c9c9c9;
  border-radius: 50%;
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}

.job-page .job-page-section2 .section2-wrap .section2-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}

.job-page .job-page-section3 {
  padding-top: max(1.43rem, var(--space));
  padding-bottom: max(1.29rem, var(--space));
  background-color: #fafafa;
}

.job-page .job-page-section3 .section3-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.job-page .job-page-section3 .job-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.5;
  text-align: center;
}

.job-page .job-page-section3 .job-list {
  margin-top: max(0.7rem, 30px);
}

.job-page .job-page-section3 .job-list .job-item:not(:last-child) {
  margin-bottom: 20px;
}

.job-page .job-page-section3 .job-list .job-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f0f0;
  border-radius: 10px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: max(0.45rem, 20px);
  padding-right: 17px;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}

.job-page .job-page-section3 .job-list .job-item .item-head.active {
  background-color: #c82126;
}

.job-page .job-page-section3 .job-list .job-item .item-head.active .left .icon img {
  filter: brightness(0) invert(1);
}

.job-page .job-page-section3 .job-list .job-item .item-head.active .left .text {
  color: #fff;
}

.job-page .job-page-section3 .job-list .job-item .item-head.active .state {
  background-color: #9c181c;
  border-color: transparent;
}

.job-page .job-page-section3 .job-list .job-item .item-head.active .state::before {
  background-color: #fff;
}

.job-page .job-page-section3 .job-list .job-item .item-head.active .state::after {
  transform: rotate(180deg);
  opacity: 0;
}

.job-page .job-page-section3 .job-list .job-item .item-head .left {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  margin-right: max(0.9rem, 30px);
  display: flex;
  align-items: center;
}

.job-page .job-page-section3 .job-list .job-item .item-head .left .icon {
  width: 14px;
  flex-shrink: 0;
  margin-right: 13px;
}

.job-page .job-page-section3 .job-list .job-item .item-head .left .icon img {
  display: block;
  width: 14px;
  height: auto;
  transition: var(--duration);
}

.job-page .job-page-section3 .job-list .job-item .item-head .left .text {
  font-weight: 400;
  font-size: var(--font20);
  color: #333333;
  transition: var(--duration);
}

.job-page .job-page-section3 .job-list .job-item .item-head .state {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  flex-shrink: 0;
  position: relative;
  transition: var(--duration);
}

.job-page .job-page-section3 .job-list .job-item .item-head .state::before,
.job-page .job-page-section3 .job-list .job-item .item-head .state::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d10007;
  transition: var(--duration);
}

.job-page .job-page-section3 .job-list .job-item .item-head .state::before {
  width: 11px;
  height: 2px;
}

.job-page .job-page-section3 .job-list .job-item .item-head .state::after {
  width: 2px;
  height: 11px;
}

.job-page .job-page-section3 .job-list .job-item .item-main {
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.7rem, 20px);
  background-color: #f5f5f5;
  padding-left: max(0.72rem, 15px);
  padding-right: max(0.96rem, 15px);
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  overflow-wrap: break-word;
  display: none;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: max(0.51rem, 30px);
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item {
  min-width: 0;
  display: flex;
  align-items: center;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item:nth-child(2n) {
  padding-left: 0.64rem;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 55.55555556%;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .info-text {
  margin-left: max(0.18rem, 10px);
  flex: 1;
  min-width: 0;
  font-weight: 300;
  font-size: var(--font16);
  line-height: 1.5;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .info-text .param {
  color: #666666;
}

.job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .info-text .value {
  color: #333333;
}

.search-list-page {
  padding-bottom: max(1.52rem, var(--space));
}

.search-list-page .search-main {
  padding-top: max(0.5rem, 30px);
}

.search-list-page .search-main .search-title {
  font-weight: bold;
  font-size: var(--font50);
  color: #000000;
  padding-bottom: max(0.37rem, 20px);
}

.search-list-page .search-main .tab-list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  background: #f7f7f7;
  padding-top: max(0.405rem, 20px);
  padding-bottom: max(0.405rem, 20px);
  padding-left: max(0.47rem, 15px);
  padding-right: max(0.47rem, 15px);
}

.search-list-page .search-main .tab-list .tab-item {
  font-weight: 400;
  font-size: var(--font20);
  color: #969696;
  line-height: 1.3;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  transition: var(--duration);
  white-space: nowrap;
}

.search-list-page .search-main .tab-list .tab-item:not(:last-child) {
  margin-right: max(0.4rem, 20px);
}

.search-list-page .search-main .tab-list .tab-item.active,
.search-list-page .search-main .tab-list .tab-item:hover {
  color: #000000;
}

.search-list-page .search-main .tab-list .tab-item.active::before,
.search-list-page .search-main .tab-list .tab-item:hover::before {
  opacity: 1;
}

.search-list-page .search-main .tab-list .tab-item::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  background: #c82126;
  border-radius: 50%;
  opacity: 0;
  margin-right: max(0.12rem, 10px);
  transition: var(--duration);
}

.search-list-page .search-main .search-list {
  margin-top: max(0.79rem, 30px);
}

.search-list-page .search-main .search-list .search-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.search-list-page .search-main .search-list .search-item:not(:last-child) {
  margin-bottom: max(1.08rem, 30px);
}

.search-list-page .search-main .search-list .search-item .item-title {
  font-weight: bold;
  font-size: var(--font32);
  color: #000000;
  line-height: 1.125;
  overflow-wrap: break-word;
  margin-bottom: max(0.37rem, 20px);
}

.search-list-page .search-main .search-list .search-item .search-product-list .item {
  display: flex;
  align-items: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.search-list-page .search-main .search-list .search-item .search-product-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.search-list-page .search-main .search-list .search-item .search-product-list .item:hover .text .text-title {
  color: var(--theme);
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .pic {
  width: 27.34375%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: max(0.3rem, 20px);
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 90.47619048%;
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: var(--duration);
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .text {
  flex: 1;
  padding-top: max(0.67rem, 20px);
  padding-bottom: 20px;
  overflow: hidden;
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .text .text-title {
  font-weight: 400;
  font-size: var(--font36);
  color: #000000;
  line-height: 1.16666667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .text .text-sub-title {
  font-weight: 400;
  font-size: var(--font18);
  color: #c82126;
  margin-top: max(0.17rem, 10px);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.search-list-page .search-main .search-list .search-item .search-product-list .item .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
  margin-top: max(0.36rem, 20px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.search-list-page .search-main .search-list .solution-list .item:hover .text .icon {
  background-color: #c82126;
  border-color: transparent;
}

.search-list-page .search-main .search-list .solution-list .item:hover .text .icon img {
  filter: brightness(0) invert(1);
}

.search-list-page .search-main .search-list .solution-list .text-title {
  display: flex;
  align-items: center;
  column-gap: max(0.3rem, 20px);
}

.search-list-page .search-main .search-list .solution-list .text-title span {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.search-list-page .search-main .search-list .solution-list .text-title .tag {
  font-weight: 300;
  font-size: var(--font16);
  color: #c82126;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #c82126;
  padding-left: 9px;
  padding-right: 9px;
  flex-shrink: 0;
}

.search-list-page .search-main .search-list .document-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: 30px;
  margin-bottom: max(0.5rem, 30px);
}

.search-list-page .search-main .search-list .document-list.document-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.search-list-page .search-main .search-list .document-list.document-list .item:hover .text .text-title {
  color: #c82126;
}

.search-list-page .search-main .search-list .document-list.document-list .item:hover .text .text-download .icon {
  background-color: #c82126;
}

.search-list-page .search-main .search-list .document-list.download-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.search-list-page .search-main .search-list .document-list.download-list .item:hover .text .text-download span {
  color: #c82126;
}

.search-list-page .search-main .search-list .document-list.download-list .item:hover .text .text-download .icon {
  background-color: #c82126;
}

.search-list-page .search-main .search-list .document-list .item {
  overflow: hidden;
}

.search-list-page .search-main .search-list .document-list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 86.84210526%;
  background-color: #f5f5f5;
  position: relative;
}

.search-list-page .search-main .search-list .document-list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 76%;
  max-height: 76%;
  object-fit: contain;
  box-shadow: 0px 27px 51px 6px rgba(10, 2, 5, 0.03);
  transition: var(--duration);
}

.search-list-page .search-main .search-list .document-list .item .text {
  padding-left: max(0.24rem, 15px);
  padding-right: max(0.19rem, 15px);
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.25rem, 20px);
  background-color: #fbfbfb;
}

.search-list-page .search-main .search-list .document-list .item .text .text-title {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.search-list-page .search-main .search-list .document-list .item .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-top: 7px;
}

.search-list-page .search-main .search-list .document-list .item .text .text-download {
  margin-top: 19px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
}

.search-list-page .search-main .search-list .document-list .item .text .text-download .icon {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  background: #dbdbdb;
  border-radius: 50%;
  margin-left: 9px;
  transition: var(--duration);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-list-page .search-main .search-list .document-list .item .text .text-download .icon img {
  display: block;
  width: 43.90243902%;
  height: auto;
}

.search-list-page .search-main .search-list .search-news-list {
  margin-top: max(0.77rem, 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: max(0.32rem, 20px);
  row-gap: 30px;
}

.search-list-page .search-main .search-list .search-news-list .search-news-item {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
  padding-top: max(0.31rem, 20px);
  padding-bottom: max(0.36rem, 20px);
  background-color: #fbfbfb;
}

.search-list-page .search-main .search-list .search-news-list .search-news-item:hover .pic img {
  transform: scale(1.05);
}

.search-list-page .search-main .search-list .search-news-list .search-news-item:hover .text .text-title {
  color: var(--theme);
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .pic {
  width: max(2.3rem, 180px);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 71.30434783%;
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .text {
  flex: 1;
  min-width: 0;
  padding-left: max(0.3rem, 20px);
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-title {
  font-weight: 500;
  font-size: var(--font18);
  color: #000000;
  line-height: 1.66666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-desc {
  margin-top: max(0.15rem, 10px);
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-bottom: max(0.2rem, 20px);
  border-bottom: 1px solid #e9e9e9;
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding-top: max(0.2rem, 20px);
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-info .btn {
  width: 66px;
  height: 27px;
  background: #d10007;
  border-radius: 14px;
  font-weight: 300;
  font-size: var(--font14);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-info .time {
  font-weight: 400;
  font-size: var(--font16);
  color: #aaaaaa;
}

.search-list-page .search-main .search-more {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 300;
  font-size: var(--font18);
  color: #c82126;
  line-height: 2;
  margin-top: max(0.32rem, 20px);
}

.search-list-page .search-main .search-more img {
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: auto;
  margin-left: 8px;
}

@media (max-width: 992px) {
  .product-center-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-center-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-filter-area .line {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .product-filter-area .line .cate-area {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .product-filter-area .line .cate-area .list {
    flex: none;
    width: 100%;
  }

  .product-center-list .item .text .text-title {
    font-size: 16px;
  }

  .product-center-list .item .text .text-sub-title {
    font-size: 12px;
  }

  .product-center-list .item .text .text-desc {
    font-size: 12px;
  }

  .product-filter-area .line .cate-area .check-item span {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .product-two-page .product-two-main {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .product-two-page .product-two-main .product-aside {
    position: static;
    width: 100%;
  }

  .product-two-page .product-two-main .product-aside .list {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .product-two-page .product-two-main .product-aside .list .item {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .product-two-page .product-two-main .product-aside .list .item:not(:last-child) {
    margin-right: 20px;
  }

  .product-two-page .product-two-main .product-aside .list .item .text .icon {
    display: none;
  }

  .product-two-page .product-two-main .product-aside .list .item .pic {
    width: 35px;
  }

  .product-two-page .product-two-main .product-main {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .product-two-page .product-two-main .product-main .product-two-list .product-group .item {
    flex-wrap: wrap;
  }

  .product-two-page .product-two-main .product-main .product-title {
    font-size: 24px;
  }

  .product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item span::before {
    width: 15px;
    height: 15px;
  }

  .product-two-page .product-two-main .product-main .product-two-filter-area .line .list .check-item span {
    font-size: 14px;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item {
    flex-wrap: wrap;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item {
    flex-wrap: wrap;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .pic {
    width: 100%;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .text {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .news {
    font-size: 12px;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .title {
    font-size: 16px;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .sub-title {
    font-size: 14px;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .desc {
    font-size: 14px;
  }

  .product-two-page .product-two-main .product-main .product-two-list .product-group .item .text .btn-list .btn span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .product-detail-type1-page .detail-panel {
    flex-wrap: wrap;
  }

  .product-detail-type1-page .detail-panel .pic {
    width: 100%;
  }

  .product-detail-type1-page .detail-panel .text {
    flex: none;
    width: 100%;
    margin-left: 0;
  }

  .product-detail-type1-page .detail-industry .industry-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .product-detail-type1-page .detail-panel .text .panel-title {
    font-size: 22px;
  }

  .product-detail-type1-page .detail-panel .text .panel-desc {
    font-size: 14px;
  }

  .product-detail-type1-page .detail-panel .text .param-list .line {
    flex-wrap: wrap;
  }

  .product-detail-type1-page .detail-panel .text .param-list .line .name {
    width: 100%;
    font-size: 14px;
  }

  .product-detail-type1-page .detail-panel .text .param-list .line .value {
    flex: none;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    margin-top: 10px;
  }

  .product-detail-page .detail-tab-list {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .product-detail-page .detail-tab-list .tab-item {
    white-space: nowrap;
  }

  .product-detail-type1-page .detail-info .info-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .product-detail-type1-page .detail-info .info-list .info-item {
    width: 100%;
  }

  .product-detail-type1-page .detail-info .info-list .info-item .text .text-title {
    font-size: 16px;
  }

  .product-detail-type1-page .detail-info .info-list .info-item .text .text-desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .product-detail-type1-page .detail-application .list {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 30px;
  }

  .product-detail-type1-page .detail-application .list .col {
    width: 100%;
  }

  .product-detail-type1-page .detail-application .list .col .item .text {
    font-size: 14px;
  }

  .product-detail-type1-page .detail-attr .table-wrap {
    overflow-x: auto;
  }

  .product-detail-type1-page .detail-attr table {
    min-width: 600px;
  }

  .product-detail-type1-page .detail-industry .industry-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail-type1-page .detail-industry .industry-list .item .text {
    font-size: 14px;
  }

  .product-detail-type1-page .detail-download .download-list .line {
    flex-wrap: wrap;
  }

  .product-detail-type1-page .detail-download .download-list .line .name {
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .product-detail-type1-page .detail-download .download-list .line .btn {
    margin-left: auto;
  }

  .product-detail-type1-page .detail-download .download-list .line .placeholder-text {
    font-size: 14px;
  }

  .product-detail-type1-page .detail-download .download-list .line .btn {
    font-size: 14px;
  }

  .product-detail-type1-page .detail-download .download-list .line .btn img {
    width: 12px;
    margin-right: 7px;
  }
}

@media (max-width: 992px) {
  .solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .solution-filter-area .line {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .solution-filter-area .line .cate-area {
    margin-left: 0;
  }

  .solution-filter-area .line .cate-area {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .solution-filter-area .line .cate-area .all {
    width: 100%;
  }

  .solution-filter-area .line .cate-area .list {
    margin-left: 0;
    flex: none;
    width: 100%;
  }

  .solution-filter-area .line .cate-area .check-item span {
    font-size: 14px;
  }

  .solution-filter-area .input-line .select {
    width: 100%;
    margin-left: 0;
  }

  .solution-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .solution-list .item .text .text-title {
    font-size: 16px;
  }

  .solution-list .item .text .text-desc {
    font-size: 14px;
  }

  .solution-list .item .text .icon {
    display: none;
  }
}

@media (max-width: 576px) {
  .common-pagination .item {
    font-size: 14px;
  }

  .common-pagination .item.prev,
  .common-pagination .item.next {
    display: none;
  }

  .common-pagination .btn-list .btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .solution-detail-page .detail-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .solution-detail-page .detail-main .aside {
    width: 100%;
  }

  .solution-detail-page .detail-main .main {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px) {

  .common-bread-crumb .item,
  .common-bread-crumb .link {
    font-size: 12px;
  }

  .solution-detail-page .solution-detail-title {
    font-size: 20px;
  }

  .solution-detail-page .detail-main .pic-list .item .text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .common-server-main {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .common-server-main .server-cate {
    width: 100%;
    position: static;
  }

  .common-server-main .server-cate .server-list {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .common-server-main .server-cate .server-list .item {
    white-space: nowrap;
  }

  .common-server-main .server-cate .server-list .item:not(:last-child) {
    margin-right: 20px;
  }

  .common-server-main .server-cate .server-list .item .icon {
    display: none;
  }

  .common-server-main .server-container {
    flex: none;
    width: 100%;
    margin-left: 0;
  }

  .common-server-main .server-container .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .common-server-title {
    font-size: 22px;
  }

  .common-server-main .server-cate .server-list .item span {
    font-size: 14px;
  }

  .common-server-main .server-container .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .common-server-main .server-container .list .item .text .text-desc {
    font-size: 14px;
  }

  .common-server-main .server-container .list .item .text .text-download {
    font-size: 14px;
  }

  .common-server-main .server-container .list .item .text .text-download .icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 576px) {
  .download-message-page .aside-title {
    font-size: 22px;
  }

  .download-message-page .message-container {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .download-message-page .message-container .aside {
    width: 100%;
  }

  .download-message-page .message-container .aside .title {
    text-align: center;
  }

  .download-message-page .message-container .aside .pic {
    margin-left: auto;
    margin-right: auto;
  }

  .download-message-page .message-container .main {
    width: 100%;
  }

  .download-message-page .message-container .main .main-title {
    font-size: 16px;
  }

  .download-message-page .message-container .main .form .input-line .placeholder {
    font-size: 14px;
  }

  .download-message-page .message-container .main .form .text-line textarea {
    font-size: 14px;
  }

  .download-message-page .message-container .main .form .input-line input {
    font-size: 14px;
  }

  .download-message-page .message-container .main .form .submit-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 576px) {
  .server-faq-list .item .item-top .icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .server-faq-list .item .item-top .text {
    font-size: 14px;
  }

  .server-faq-list .item .item-top .state {
    width: 14px;
  }

  .server-faq-list .item .item-bottom .icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .server-faq-list .item .item-bottom .text {
    font-size: 12px;
  }
}

.video-detail-page .news-detail-container .main {
  margin-right: 0;
  flex: none;
  width: 100%;
}

.video-detail-page .news-detail-container .main .article video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media (max-width: 768px) {
  .server-video-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .server-video-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .server-video-list .video-item .text .text-desc {
    font-size: 14px;
  }

  .server-video-list .video-item .text .text-download {
    font-size: 14px;
  }

  .server-video-list .video-item .text .text-download .icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 992px) {
  .news-container {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .news-container .news-cate {
    width: 100%;
    position: static;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    border-bottom: 1px solid #dfdfdf;
  }

  .news-container .news-cate .cate-item {
    white-space: nowrap;
    border-bottom: none;
  }

  .news-container .news-cate .cate-item:not(:last-child) {
    margin-right: 20px;
  }

  .news-container .news-cate .cate-item .icon {
    display: none;
  }

  .news-container .news-main {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .news-container .news-main .news-list .news-item .info .day {
    font-size: 14px;
  }

  .news-container .news-main .news-list .news-item .info .month {
    font-size: 14px;
    margin-top: 0;
  }

  .news-container .news-main .news-list .news-item .info {
    padding: 10px;
  }

  .news-container .news-main .news-list .news-item .text .text-title {
    font-size: 14px;
    line-height: 1.5;
  }

  .news-container .news-main .news-list .news-item .text .text-desc {
    font-size: 12px;
  }

  .news-container .news-main .news-list .news-item {
    align-items: center;
  }

  .news-container .news-main .news-list .news-item {
    flex-wrap: wrap;
  }

  .news-container .news-main .news-list .news-item .text {
    flex: none;
    margin-left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-container .news-main .news-list .news-item .info {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
}

@media (max-width: 768px) {
  .news-container .news-main .news-type2-list .item .text .news-info-list .param-item {
    font-size: 14px;
  }

  .news-container .news-main .news-type2-list .item {
    flex-wrap: wrap;
  }

  .news-container .news-main .news-type2-list .item .text {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .news-container .news-main .news-type2-list .item .info {
    display: flex;
    column-gap: 10px;
    padding: 10px;
  }

  .news-container .news-main .news-type2-list .item .info .day {
    font-size: 14px;
  }

  .news-container .news-main .news-type2-list .item .info .month {
    font-size: 14px;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .news-container .news-main .news-type2-list .item .text {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: 0;
  }

  .news-container .news-main .news-type2-list .item .text .text-main {
    padding-top: 0;
  }

  .news-container .news-main .news-type2-list .item .text .text-title {
    font-size: 16px;
  }

  .news-container .news-main .news-type2-list .item .text .text-desc {
    font-size: 14px;
  }

  .news-container .news-main .news-type2-list .item .text .news-info-list {
    flex: none;
    width: 100%;
  }

  .news-container .news-main .news-type2-list .item .text .news-info-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5px;
  }

  .news-container .news-main .news-type2-list .item .text .pic {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .news-detail-page .news-detail-container {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .news-detail-page .news-detail-container .main {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .news-detail-page .news-detail-container .aside {
    width: 100%;
  }

  .news-detail-page .news-detail-container .aside .cate-list {
    display: none;
  }
}

@media (max-width: 576px) {
  .news-detail-page .news-detail-container .main .article-title {
    font-size: 20px;
  }

  .news-detail-page .news-detail-container .main .article-info .item {
    font-size: 14px;
  }

  .news-detail-page .news-detail-container .main .other-article {
    flex-wrap: wrap;
  }

  .news-detail-page .news-detail-container .main .other-article .list {
    flex: none;
    width: 100%;
  }

  .news-detail-page .news-detail-container .main .other-article .list .item {
    font-size: 14px;
    line-height: 1.5;
  }

  .news-detail-page .news-detail-container .main .other-article .list .item:not(:last-child) {
    margin-bottom: 10px;
  }

  .news-detail-page .news-detail-container .main .other-article .return {
    display: none;
  }

  .news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .text-desc {
    font-size: 14px;
  }

  .news-detail-page .news-detail-container .aside .recommend-area .recommend-swiper .swiper-slide .text .info .info-time {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .about-advantage .advantage-wrap .right {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .about-intro .top-panel {
    flex-wrap: wrap;
  }

  .about-intro .top-panel .pic {
    width: 100%;
  }

  .about-intro .top-panel .text {
    width: 100%;
    margin-left: 0;
  }

  .about-development .development-swiper .swiper-slide .text {
    padding-top: 0;
  }

  .about-advantage .advantage-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .about-advantage .advantage-wrap .left {
    width: 100%;
  }

  .about-advantage .advantage-wrap .right {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .about-intro .intro-list {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
  }

  .about-intro .intro-list .item {
    width: 47.5%;
    flex-shrink: 0;
  }

  .about-intro .top-panel .text .text-desc {
    font-size: 14px;
  }

  .about-intro .intro-list .item .item-top {
    width: 35px;
  }

  .about-development .development-swiper .swiper-slide {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .about-development .development-swiper .swiper-slide .pic {
    width: 100%;
  }

  .about-development .development-swiper .swiper-slide .text {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-development .development-swiper .swiper-slide .text .text-title {
    font-size: 18px;
  }

  .about-development .development-swiper .swiper-slide .text .text-desc {
    font-size: 14px;
  }

  .about-advantage .advantage-wrap .left .swiper-slide .text .text-title {
    font-size: 18px;
  }

  .about-advantage .advantage-wrap .right .list .item {
    width: 100%;
  }

  .about-honor .about-honor-swiper .swiper-slide .pic img {
    border: 5px solid transparent;
    border-image: url(../images/about-honor-border.png) 5 round;
  }
}

@media (max-width: 992px) {
  .contact-page .contact-main .contact-panel {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .contact-page .contact-main .contact-panel .left {
    width: 100%;
  }

  .contact-page .contact-main .contact-panel .right {
    width: 100%;
    order: -1;
  }

  .contact-page .contact-address .address-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-message .message-wrap .contact-form .input-line {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .common-contact-info-line {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .common-contact-info-line .page-info {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-page .contact-main .contact-title {
    font-size: 22px;
  }

  .contact-page .contact-address .address-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-page .contact-address .address-list .item .info .info-item {
    font-size: 14px;
  }

  .contact-page .contact-address .address-list .item .qrcode p {
    font-size: 14px;
  }

  .contact-message .message-wrap .title-area .title {
    font-size: 22px;
  }

  .contact-page .contact-main .contact-panel .left .list .item .text .value {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .common-contact-info-line .page-info .item {
    font-size: 14px;
  }

  .job-page .job-page-section1 .section1-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .job-page .job-page-section1 .section1-wrap .pic {
    width: 100%;
  }

  .job-page .job-page-section1 .section1-wrap .text {
    width: 100%;
    order: 1;
  }

  .job-page .job-page-section1 .section1-wrap .text .text-desc {
    font-size: 14px;
  }

  .job-page .job-page-section1 .section1-wrap .text .btn {
    font-size: 14px;
  }

  .job-page .job-page-section2 .section2-wrap .title-area .title {
    font-size: 22px;
  }

  .job-page .job-page-section3 .job-title {
    font-size: 22px;
  }

  .job-page .job-page-section3 .job-list .job-item .item-head .state {
    width: 30px;
    height: 30px;
  }

  .job-page .job-page-section3 .job-list .job-item .item-main .info-line {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }

  .job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .icon {
    width: 30px;
    height: 30px;
  }

  .job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item:nth-child(2n) {
    padding-left: 0;
  }

  .job-page .job-page-section3 .job-list .job-item .item-main .info-line .info-item .info-text {
    font-size: 14px;
  }

  .job-page .job-page-section3 .job-list .job-item .item-head .left {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .search-list-page .search-main .search-list .document-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-list-page .search-main .search-list .search-news-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px) {
  .search-list-page .search-main .search-title {
    font-size: 22px;
  }

  .search-list-page .search-main .tab-list .tab-item {
    font-size: 14px;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item {
    flex-wrap: wrap;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item .pic {
    width: 100%;
    margin-right: 0;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item .pic::after {
    padding-bottom: 65%;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item .text {
    flex: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item .text .text-title {
    font-size: 16px;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item .text .text-sub-title {
    font-size: 14px;
  }

  .search-list-page .search-main .search-list .search-item .search-product-list .item .text .text-desc {
    font-size: 14px;
  }

  .search-list-page .search-main .search-list .document-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .search-list-page .search-main .search-list .document-list .item .text .text-desc {
    font-size: 14px;
  }

  .search-list-page .search-main .search-list .document-list .item .text .text-download {
    font-size: 14px;
  }

  .search-list-page .search-main .search-list .document-list .item .text .text-download .icon {
    width: 30px;
    height: 30px;
  }

  .search-list-page .search-main .search-list .search-news-list .search-news-item {
    flex-wrap: wrap;
    row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-list-page .search-main .search-list .search-news-list .search-news-item .pic {
    width: 100%;
  }

  .search-list-page .search-main .search-list .search-news-list .search-news-item .text {
    width: 100%;
    flex: none;
    padding-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-desc {
    font-size: 14px;
  }

  .search-list-page .search-main .search-list .search-news-list .search-news-item .text .text-info .time {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .product-detail-page .detail-info-line {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-detail-page .detail-info-line .info-wrap {
    flex-wrap: wrap;
  }

  .product-detail-page .detail-info-line .info-wrap .left {
    width: 100%;
  }

  .product-detail-page .detail-info-line .info-wrap .left .pic {
    display: none;
  }

  .product-detail-page .detail-info-line .info-wrap .left .text {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    overflow-wrap: break-word;
  }

  .product-detail-page .detail-info-line .info-wrap .left .text .text-title {
    font-size: 14px;
  }

  .product-detail-page .detail-info-line .info-wrap .left .text .text-cate {
    font-size: 12px;
  }

  .product-detail-page .detail-info-line .info-wrap .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-detail-page .detail-info-line .info-wrap .right .detail-tab-list {
    margin-top: 0;
    width: 100%;
    flex-shrink: 0;
  }

  .product-detail-page .detail-info-line .info-wrap .right .detail-tab-list .tab-item {
    font-size: 14px;
  }

  .product-detail-page .detail-info-line .info-wrap .right .btn-list {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }

  .product-detail-page .detail-info-line .info-wrap .right .btn-list .btn {
    width: 130px;
    height: 30px;
    font-size: 12px;
  }

  .product-detail-page .detail-info-line .info-wrap .right .btn-list .btn img {
    width: 14px;
  }
}

.about-page-aside {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: calc(99 * 1);
}

.about-page-aside .aside-item {
  font-size: 16px;
  color: #999;
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
}

.about-page-aside .aside-item::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 0;
  border-radius: 30px;
  background-color: var(--theme);
  transition: var(--duration);
  margin-right: 5px;
}

.about-page-aside .aside-item.active {
  color: var(--theme);
}

.about-page-aside .aside-item.active::before {
  height: 1.5em;
}

@media (max-width: 768px) {
  .about-page-aside {
    display: none;
  }
}

@media (max-width: 992px) {
  .about-honor .about-honor-area .right .btn {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .about-honor .about-honor-area {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .about-honor .about-honor-area .left {
    width: 100%;
  }

  .about-honor .about-honor-area .right {
    width: 100%;
  }

  .about-honor .about-honor-area .right .btn {
    display: none;
  }

  .about-honor .about-honor-area .left .left-title {
    text-align: center;
  }

  .about-honor .about-honor-area .left .text-list .text-item {
    display: none;
    text-align: center;
  }

  .about-honor .about-honor-area .left .text-list .text-item .icon {
    display: none;
  }

  .about-honor .about-honor-area .left .text-list .text-item .text {
    margin-right: 0;
  }

  .about-honor .about-honor-area .left .text-list .text-item.active {
    display: block;
  }

  .about-honor .about-honor-area .left .text-list .text-item:not(:last-child) {
    margin-bottom: 0;
  }

  .about-honor .about-honor-area .right .about-honor-swiper2 .swiper-pagination {
    position: static;
    display: block;
    margin-top: 20px;
  }

  .about-honor .about-honor-area .right .about-honor-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
  }
}

@media (max-width: 576px) {
  .about-honor .about-honor-area .left .left-title {
    font-size: 18px;
    margin-bottom: 10px;
    display: none;
  }

  .about-honor .about-honor-area .left .text-list .text-item .text {
    font-size: 14px;
  }

  .about-honor .title-area .sub-title {
    margin-top: 10px;
    text-align: justify;
  }


  .about-honor .about-honor-area {
    row-gap: 10px;
  }
}


/* 第二个解决方案详情页面 */
.solution-type2-banner {
  position: relative;
  z-index: 5;
  overflow: hidden;
}


.solution-type2-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: cover;
}

.solution-type2-banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-wrap: break-word;
  color: #fff;
  text-align: center;
  max-width: 900px;
}

.solution-type2-banner .text .text-title {
  font-size: var(--font42);
  font-weight: bold;
}

.solution-type2-banner .text .text-desc {
  font-size: var(--font22);
  font-weight: 300;
  margin-top: max(0.3rem, 20px);
  text-align: justify;
}

.solution-type2-intro {
  margin-top: max(0.73rem, var(--space));
  margin-bottom: max(1.24rem, var(--space));
}

.solution-type2-intro .intro-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
}

.solution-type2-intro .intro-wrap .column {
  width: 48.17708333%;
  flex-shrink: 0;
}

.solution-type2-intro .intro-wrap .column .column-title {
  font-weight: bold;
  font-size: var(--font36);
  color: #000000;
  line-height: 1;
  position: relative;
  padding-left: 30px;
}

.solution-type2-intro .intro-wrap .column .column-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 100%;
  background-color: #c82126;
}

.solution-type2-intro .intro-wrap .column .list {
  margin-top: max(0.5rem, 30px);
}

.solution-type2-intro .intro-wrap .column .list .item {
  display: flex;
  align-items: flex-start;
}

.solution-type2-intro .intro-wrap .column .list .item:not(:last-child) {
  margin-bottom: max(0.33rem, 20px);
}

.solution-type2-intro .intro-wrap .column .list .item .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-type2-intro .intro-wrap .column .list .item .icon img {
  display: block;
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

.solution-type2-intro .intro-wrap .column .list .item .text {
  flex: 1;
  align-self: center;
  min-width: 0;
  overflow-wrap: break-word;

  margin-left: max(0.23rem, 15px);
}

.solution-type2-intro .intro-wrap .column .list .item .text-title {
  font-weight: bold;
  font-size: var(--font22);
  color: var(--theme);
}

.solution-type2-intro .intro-wrap .column .list .item .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  margin-top: 10px;
}

.solution-type2-product {
  padding-top: max(1.08rem, var(--space));
  padding-bottom: max(1.76rem, var(--space));
  background-color: #f5f5f5;
}

.solution-type2-product .solution-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: max(0.9rem, 30px);
}

.solution-type2-product .solution-product-list .item {
  overflow: hidden;
  padding-right: max(0.4rem, 20px);
  margin-right: max(0.4rem, 20px);
  border-right: 1px solid #e7e7e7;
  padding-bottom: max(0.5rem, 20px);
}

.solution-type2-product .solution-product-list .item:nth-child(3n) {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.solution-type2-product .solution-product-list .item .item-title {
  font-weight: 600;
  font-size: var(--font36);
  color: #000000;
  line-height: 1;
  position: relative;
  padding-left: max(0.3rem, 24px);
}

.solution-type2-product .solution-product-list .item .item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 100%;
  background: #c82126;
}

.solution-type2-product .solution-product-list .item .item-main {
  display: flex;
  align-items: flex-start;
  margin-top: max(0.44rem, 20px);
}

.solution-type2-product .solution-product-list .item:hover .pic img {
  transform: scale(1.05);
}

.solution-type2-product .solution-product-list .item:hover .text .text-title {
  color: #c82126;
}

.solution-type2-product .solution-product-list .item .pic {
  width: max(1.33rem, 90px);
  flex-shrink: 0;
  position: relative;
}

.solution-type2-product .solution-product-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 97.7443609%;
}

.solution-type2-product .solution-product-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.solution-type2-product .solution-product-list .item .text {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  margin-left: max(0.3rem, 20px);
}

.solution-type2-product .solution-product-list .item .text .text-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 1;
  transition: var(--duration);
}

.solution-type2-product .solution-product-list .item .text .text-param {
  margin-top: 10px;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.solution-type2-product .solution-product-list .item .text .text-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  font-weight: 400;
  font-size: var(--font16);
  color: #c82126;
  margin-top: max(0.15rem, 10px);
}

.solution-type2-product .solution-product-list .item .text .text-more img {
  display: block;
  width: 20px;
  flex-shrink: 0;
  margin-left: 10px;
}

.solution-type2-application {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(0.775rem, 35px);
  overflow: hidden;
}

.solution-type2-product .product-title,
.solution-type2-application .application-title {
  font-weight: 600;
  font-size: var(--font36);
  color: #000000;
  line-height: 1;
  position: relative;
  padding-left: max(0.3rem, 24px);
}

.solution-type2-product .product-title {
  margin-bottom: max(0.67rem, 30px);
}

.solution-type2-product .product-title::before,
.solution-type2-application .application-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 100%;
  background-color: #c82126;
}

.solution-type2-application .application-swiper-area {
  position: relative;
  z-index: 7;
  margin-top: max(0.67rem, 30px);
}

.solution-type2-application .application-swiper-area .application-swiper {
  width: 100%;
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide {
  background-color: #fafafa;
  height: auto;
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide:hover .text .text-title {
  color: var(--theme);
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text {
  padding-top: max(0.24rem, 20px);
  padding-left: max(0.25rem, 15px);
  padding-right: max(0.25rem, 15px);
  padding-bottom: max(0.26rem, 15px);
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .text-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .text-desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: 16px;
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .btn {
  margin-top: 20px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .btn img {
  display: block;
  width: 41.46341463%;
  height: auto;
}

.solution-type2-application .application-swiper-area .application-pagination {
  display: none;
}

.solution-type2-application .application-swiper-area .application-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: var(--duration);
  --unit: min(-1.1rem, -70px);
}

.solution-type2-application .application-swiper-area .application-btn img {
  display: block;
  width: 7px;
  height: auto;
  transition: var(--duration);
}

.solution-type2-application .application-swiper-area .application-btn:not(.swiper-button-disabled):hover {
  cursor: pointer;
  background-color: #c82126;
}

.solution-type2-application .application-swiper-area .application-btn:not(.swiper-button-disabled):hover img {
  filter: brightness(0) invert(1);
}

.solution-type2-application .application-swiper-area .application-prev {
  left: var(--unit);
}

.solution-type2-application .application-swiper-area .application-next {
  right: var(--unit);
}

.solution-type2-quest {
  padding-top: max(0.775rem, 35px);
  padding-bottom: max(1.71rem, var(--space));
}

.solution-type2-quest .quest-wrap {
  max-width: 1200px;
}

.solution-type2-quest .quest-title {
  font-weight: 600;
  font-size: var(--font36);
  color: #000000;
  text-align: center;
}

.solution-type2-quest .server-faq-list {
  margin-top: max(1.07rem, 35px);
  margin-bottom: 0;
}

.solution-detail-type2-page .contact-message {
  background-color: #f9f9f9;
  padding-top: max(0.95rem, var(--space));
  padding-bottom: max(1.26rem, var(--space));
}

.solution-detail-type2-page .contact-message .title-area {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 992px) {
  .solution-type2-product .solution-product-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }

  .solution-type2-product .solution-product-list .item {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .solution-type2-intro .intro-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .solution-type2-intro .intro-wrap .column {
    width: 100%;
  }

  .solution-type2-product .solution-product-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .solution-type2-application .application-swiper-area .application-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .solution-type2-banner .text .text-desc {
    font-size: 14px;
  }

  .solution-type2-intro .intro-wrap .column .list .item .icon {
    width: 30px;
    height: 30px;
  }

  .solution-type2-product .solution-product-list .item .text .text-title {
    font-size: 16px;
  }

  .solution-type2-intro .intro-wrap .column .list .item .text .text-title {
    font-size: 16px;
  }

  .solution-type2-intro .intro-wrap .column .list .item .text .text-desc {
    font-size: 14px;
  }

  .solution-type2-product .solution-product-list .item .text .text-param {
    font-size: 14px;
  }

  .solution-type2-product .solution-product-list .item .text .text-more {
    font-size: 14px;
  }

  .solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .text-title {
    font-size: 16px;
  }

  .solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .text-desc {
    font-size: 14px;
  }

  .solution-type2-application .application-swiper-area .application-swiper .swiper-slide .text .btn {
    width: 35px;
    height: 35px;
  }

  .solution-type2-application .application-swiper-area .application-pagination {
    display: block;
    position: static;
    margin-top: 20px;
  }

  .solution-type2-application .application-swiper-area .application-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
  }

  .solution-type2-product .solution-product-list .item .item-title {
    font-size: 20px;
  }

  .contact-message .message-wrap .title-area .sub-title {
    font-size: 14px;
  }
}