@charset "UTF-8";
body {
  background-color: #f1f3f4;
}

.index-goods-row {
  height: 350px;
  background-color: var(--main-color-light1);
  margin: 25px auto;
  padding: 30px;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.index-goods-row.has-children {
  height: 400px;
}
.index-goods-row .category-wrap {
  width: 180px;
  flex: none;
  margin-right: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.index-goods-row .category-wrap .cate-name {
  font-size: var(--font-size-32);
  line-height: 40px;
  font-weight: 700;
  color: var(--text-color);
  word-break: break-word;
}
.index-goods-row .category-wrap .cate-icon {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 24px;
}
.index-goods-row .category-wrap .cate-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-goods-row .category-wrap .view-more {
  font-size: var(--font-size-14);
  font-weight: 600;
  color: var(--text-color);
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.index-goods-row .category-wrap .view-more .icon {
  font-size: 12px;
}
.index-goods-row .goods-wrap {
  flex: auto;
}
.index-goods-row .goods-wrap .goods-item {
  display: block;
  color: var(--text-color);
}
.index-goods-row .goods-wrap .goods-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.index-goods-row .goods-wrap .goods-item .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  background-color: #fff;
}
.index-goods-row .goods-wrap .goods-item .goods-name {
  font-size: var(--font-size-14);
  line-height: 20px;
  height: 40px;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin: 10px auto;
}
.index-goods-row .goods-wrap .goods-item .goods-price {
  font-size: var(--font-size-22);
  line-height: 28px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-color);
}
.index-goods-row .goods-wrap .goods-item .min-order {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-goods-row .children-nav {
  padding-top: 20px;
}
.index-goods-row .children-nav .swiper-slide {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  width: auto;
  background: #DBF0E2;
  border-radius: 16px;
  font-size: 12px;
  color: var(--text-color);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.index-row {
  margin: 50px 0;
}
.index-row .row-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index-row .row-title .sub-title {
  font-size: 18px;
  line-height: 30px;
  color: var(--main-color);
  text-align: center;
  font-weight: 700;
}
.index-row .row-title .title {
  font-size: 26px;
  line-height: 32px;
  color: var(--text-color);
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
.index-row .row-title .desc {
  opacity: 0.8;
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}

.index-row-banner {
  padding: 80px 0;
  height: 957px;
  background-image: url(/static/home/images/pak/index_banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.index-row-banner .banner-content {
  display: flex;
  justify-content: space-between;
}
.index-row-banner .banner-content .info-wrap {
  flex: auto;
  min-width: 0;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-row-banner .banner-content .info-wrap .flag-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.index-row-banner .banner-content .info-wrap .flag-wrap .flag-icon {
  width: 40px;
  height: 28px;
  border-radius: 8px;
  margin-right: 10px;
}
.index-row-banner .banner-content .info-wrap .flag-wrap .tag {
  padding: 0 20px;
  height: 30px;
  background-color: var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.index-row-banner .banner-content .info-wrap .title {
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}
.index-row-banner .banner-content .info-wrap .title > p:first-child {
  font-size: 54px;
  line-height: 60px;
}
.index-row-banner .banner-content .info-wrap .desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 500;
  flex: auto;
  min-height: 0;
  margin-top: 20px;
}
.index-row-banner .banner-content .info-wrap .btn-down {
  padding: 0 30px;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fff;
  display: inline-flex;
  width: auto !important;
  margin-bottom: 15px;
}
.index-row-banner .banner-content .video-wrap {
  flex: none;
  width: 700px;
}
.index-row-banner .banner-content .video-wrap .pak-focus {
  width: 100%;
  height: 0;
  padding-bottom: 57.14%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.index-row-banner .banner-content .video-wrap .pak-focus .pak-focus-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-row-banner .banner-content .video-wrap .pak-focus .pak-focus-swiper .pak-focus-item {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-banner .banner-content .video-wrap .video-wrap-inner {
  width: 100%;
  height: 0;
  padding-bottom: 57.14%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-banner .banner-content .video-wrap .video-wrap-inner .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.index-row-banner .banner-gird .title {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  margin: 50px 0;
}
.index-row-banner .banner-gird .gird-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  cursor: pointer;
}
.index-row-banner .banner-gird .gird-item:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(-2px);
}
.index-row-banner .banner-gird .gird-item .icon {
  width: 60px;
  height: 60px;
}
.index-row-banner .banner-gird .gird-item .icon img {
  width: 100%;
  height: 100%;
}
.index-row-banner .banner-gird .gird-item .tit {
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  margin: 15px auto;
}
.index-row-banner .banner-gird .gird-item .desc {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

.index-row-about .about-content {
  margin-top: 50px;
}
.index-row-about .about-content .tabs {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.index-row-about .about-content .tabs .tabs-item {
  margin-right: 30px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 10px;
  position: relative;
  cursor: pointer;
  color: var(--text-color);
}
.index-row-about .about-content .tabs .tabs-item:last-child {
  margin-right: 0;
}
.index-row-about .about-content .tabs .tabs-item.active {
  color: var(--main-color);
}
.index-row-about .about-content .tabs .tabs-item.active:after {
  content: '';
  width: 30px;
  height: 4px;
  background: var(--main-color);
  border-radius: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.index-row-about .about-content .about-content-item {
  justify-content: space-between;
  display: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.index-row-about .about-content .about-content-item.active {
  display: flex;
}
.index-row-about .about-content .about-content-item .info-wrap {
  flex: auto;
  margin-right: 30px;
  min-width: 0;
}
.index-row-about .about-content .about-content-item .info-wrap .desc {
  font-size: 14px;
  color: var(--text-color);
  text-align: justify;
  line-height: 20px;
  font-weight: 500;
}
.index-row-about .about-content .about-content-item .info-wrap .desc p + p {
  margin-top: 15px;
}
.index-row-about .about-content .about-content-item .info-wrap .join-btn {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 30px;
  background: var(--main-color);
  box-shadow: 0 8px 24px 0 rgba(21, 140, 80, 0.2);
  border-radius: 8px;
  color: #fff;
  margin-top: 20px;
}
.index-row-about .about-content .about-content-item .image-wrap {
  flex: none;
  width: 540px;
  height: 290px;
  border-radius: 8px;
  margin-top: -60px;
  overflow: hidden;
}
.index-row-about .about-content .about-content-item .image-wrap img {
  width: 100%;
  height: 100%;
}

.index-row-doc {
  padding: 30px;
  background-image: linear-gradient(to bottom, #158C50 40%, #0F0F0F 60%, #DC2525 80%);
  color: #fff;
  border-radius: 16px;
}
.index-row-doc .title-wrap .title {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
}
.index-row-doc .title-wrap .sub-title {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  margin: 10px 0;
}
.index-row-doc .doc-wrap {
  margin-bottom: 20px;
}
.index-row-doc .doc-wrap .doc-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.index-row-doc .doc-wrap .doc-item .doc-tit {
  display: flex;
  align-items: center;
}
.index-row-doc .doc-wrap .doc-item .doc-tit .icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-doc .doc-wrap .doc-item .doc-tit .tit {
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.index-row-doc .doc-wrap .doc-item .desc {
  margin: 15px 0;
  font-size: 14px;
  opacity: 0.8;
  color: var(--text-color);
  text-align: left;
  line-height: 18px;
  font-weight: 500;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.index-row-doc .doc-wrap .doc-item .info {
  opacity: 0.6;
  font-size: 12px;
  color: var(--text-color);
  text-align: left;
  line-height: 18px;
  font-weight: 500;
}
.index-row-doc .doc-wrap .doc-item .down-btn {
  height: 40px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  border-radius: 8px;
  font-size: 16px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 700;
  margin: 20px auto;
}
.index-row-doc .doc-footer-wrap {
  display: flex;
  padding: 10px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
}
.index-row-doc .doc-footer-wrap .icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/static/home/images/pak/doc.png);
  flex: none;
  margin-right: 20px;
}
.index-row-doc .doc-footer-wrap .info {
  flex: auto;
  min-width: 0;
}
.index-row-doc .doc-footer-wrap .info .title {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-row-doc .doc-footer-wrap .info .sub-title {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
.index-row-doc .doc-footer-wrap .link-btn {
  height: 44px;
  background: #FFFFFF;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  font-size: 18px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 700;
}

.index-row-key-project {
  padding: 30px 0 50px;
  background-image: url(https://img.ibipdehq.com/upload/20260509/34bf0f84ffa0f56e46475051ce98cce8.jpg);
  margin: 50px 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-row-key-project .row-title .sub-title {
  color: #fff;
}
.index-row-key-project .row-title .title {
  color: #fff;
}
.index-row-key-project .row-title .desc {
  color: #fff;
}
.index-row-key-project .project-row {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin: 30px auto;
}
.index-row-key-project .project-row .thumb {
  width: 610px;
  height: 440px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-key-project .project-row .info-wrap {
  flex: auto;
  min-width: 0;
  padding: 20px;
}
.index-row-key-project .project-row .info-wrap .tag-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.index-row-key-project .project-row .info-wrap .tag-wrap .industry {
  height: 44px;
  display: inline-flex;
  align-items: center;
  background: #ECF5F1;
  border-radius: 8px;
  font-size: 18px;
  color: var(--main-color);
  font-weight: 700;
  padding: 0 20px;
}
.index-row-key-project .project-row .info-wrap .tag-wrap .project-status {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
}
.index-row-key-project .project-row .info-wrap .tag-wrap .project-status.status--1 {
  color: #DC2525;
}
.index-row-key-project .project-row .info-wrap .tag-wrap .project-status.status-1 {
  color: var(--text-color);
}
.index-row-key-project .project-row .info-wrap .tag-wrap .project-status.status-0 {
  color: var(--main-color);
}
.index-row-key-project .project-row .info-wrap .title {
  font-size: 24px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0;
}
.index-row-key-project .project-row .info-wrap .desc {
  opacity: 0.8;
  font-size: 16px;
  color: var(--text-color);
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.index-row-key-project .project-row .info-wrap .project-info-items .item {
  padding: 15px;
  background: #F5F6F9;
  border-radius: 8px;
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .head-wrap .icon {
  width: 30px;
  height: 30px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--main-color);
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .head-wrap .icon.budget {
  background-image: url(/static/home/images/pak/project_icon_2.png);
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .head-wrap .icon.return {
  background-image: url(/static/home/images/pak/project_icon_2.png);
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .head-wrap .icon.cycle {
  background-image: url(/static/home/images/pak/project_icon_3.png);
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .head-wrap .label {
  flex: auto;
  min-width: 0;
  font-size: 18px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 500;
}
.index-row-key-project .project-row .info-wrap .project-info-items .item .value {
  font-size: 24px;
  color: #DC2525;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  padding: 15px 0;
}
.index-row-key-project .project-row .info-wrap .link-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  box-shadow: 0 8px 24px 0 rgba(var(--main-color), 0.2);
  border-radius: 8px;
  margin: 20px auto;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.index-row-key-project .project-list {
  display: flex;
  justify-content: space-between;
}
.index-row-key-project .project-list .project-item {
  flex: 1;
  width: calc(50% - 20px);
  margin-right: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.index-row-key-project .project-list .project-item:last-child {
  margin-right: 0;
}
.index-row-key-project .project-list .project-item .title {
  font-size: 24px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-row-key-project .project-list .project-item .desc {
  opacity: 0.8;
  font-size: 16px;
  color: var(--text-color);
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.index-row-key-project .project-list .project-item .project-info-items {
  margin-top: 20px;
}
.index-row-key-project .project-list .project-item .project-info-items .item {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ECF5F1;
  border-radius: 8px;
}
.index-row-key-project .project-list .project-item .project-info-items .item .label {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 600;
}
.index-row-key-project .project-list .project-item .project-info-items .item .value {
  font-size: 20px;
  color: var(--main-color);
  text-align: right;
  line-height: 24px;
  font-weight: 700;
}

.index-row-cultural .cultural-list {
  display: flex;
  flex-wrap: wrap;
}
.index-row-cultural .cultural-list .cultural-item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-top: 30px;
}
.index-row-cultural .cultural-list .cultural-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 45.69%;
  border-radius: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-cultural .cultural-list .cultural-item .info-wrap {
  padding: 10px 0;
}
.index-row-cultural .cultural-list .cultural-item .title {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  height: 40px;
}
.index-row-cultural .cultural-list .cultural-item .desc {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-row-cultural .cultural-list .cultural-item:first-child {
  width: calc(66.66% - 10px);
  position: relative;
}
.index-row-cultural .cultural-list .cultural-item:first-child .thumb {
  padding-bottom: 48.25%;
  position: relative;
  z-index: 0;
}
.index-row-cultural .cultural-list .cultural-item:first-child .info-wrap {
  padding: 15px;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  z-index: 1;
  background: rgba(21, 67, 65, 0.7);
  border-radius: 8px;
}
.index-row-cultural .cultural-list .cultural-item:first-child .info-wrap .title {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-row-cultural .cultural-list .cultural-item:first-child .info-wrap .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-row-cultural .cultural-list .cultural-item:nth-child(2) .thumb {
  padding-bottom: 86%;
}
.index-row-cultural .cultural-list .cultural-item:nth-child(2), .index-row-cultural .cultural-list .cultural-item:nth-child(5) {
  margin-right: 0;
}

.buyer-case-item {
  width: 420px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(110, 126, 146, 0.2);
  position: relative;
}
.buyer-case-item .star-img {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 18px;
}
.buyer-case-item .user-info {
  flex: auto;
  min-width: 0;
}
.buyer-case-item .user-info .avatar {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.buyer-case-item .user-info .name {
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.buyer-case-item .user-info .job {
  opacity: 0.8;
  font-size: 12px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.buyer-case-item .content {
  font-size: 14px;
  color: var(--text-color);
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
  overflow: hidden;
  height: 80px;
}

.index-row-data {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.index-row-data .sub-title {
  color: #ffffff !important;
}
.index-row-data .title {
  color: #ffffff !important;
}
.index-row-data .desc {
  color: #ffffff !important;
  opacity: 0.8 !important;
}
.index-row-data .index-data-grid {
  margin: 40px auto;
}
.index-row-data .index-data-grid .item {
  background: #154341;
  border-radius: 12px;
  padding: 20px;
}
.index-row-data .index-data-grid .item .tit {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-row-data .index-data-grid .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.index-row-data .index-data-grid .item .content .icon {
  width: 60px;
  height: 60px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-data .index-data-grid .item .content .value {
  font-size: 32px;
  color: #4EDF96;
  line-height: 32px;
  font-weight: 600;
  background: linear-gradient(to bottom, #C0FFC3, #4CAF50);
  -webkit-background-clip: text;
  /* 兼容旧版 Webkit 浏览器 */
  background-clip: text;
  /* 标准写法 */
  -webkit-text-fill-color: transparent;
}
.index-row-data .index-import-exit {
  margin: 40px auto;
}
.index-row-data .index-import-exit .item {
  background: rgba(210, 240, 227, 0.1);
  border-radius: 16px;
  padding: 20px;
}
.index-row-data .index-import-exit .item .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-row-data .index-import-exit .item .tit-wrap .icon {
  width: 50px;
  height: 50px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-data .index-import-exit .item .tit {
  flex: auto;
  min-width: 0;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-row-data .index-import-exit .item .content {
  margin-top: 15px;
  opacity: 0.75;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
}
.index-row-data .index-echart-wrap {
  padding: 20px;
  background-image: linear-gradient(0deg, rgba(47, 192, 136, 0) 1%, rgba(21, 140, 80, 0.3) 100%);
  border-radius: 8px;
}
.index-row-data .index-echart-wrap .title-wrap .title {
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}
.index-row-data .index-echart-wrap .title-wrap .desc {
  opacity: 0.75;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
.index-row-data .index-echart-wrap .echart-box {
  height: 360px;
}

.index-welfare-container {
  padding: 30px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.index-welfare-container .row-title {
  margin: 20px auto;
}
.index-welfare-container .title {
  color: #FFFFFF !important;
}
.index-welfare-container .item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index-welfare-container .item:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(-2px);
}
.index-welfare-container .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 20px 0;
}
.index-welfare-container .item .tit {
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
  font-weight: 700;
}

.index-row-news .news-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
.index-row-news .news-item:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.index-row-news .news-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 63.22%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-row-news .news-item .info-wrap {
  padding: 15px;
  color: var(--text-color);
}
.index-row-news .news-item .info-wrap .title {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  height: 40px;
}
.index-row-news .news-item .info-wrap .desc {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  height: 48px;
  margin: 10px auto;
}

.pak-relations-row {
  margin: 50px auto;
}
.pak-relations-row.page-row-1 {
  display: flex;
  justify-content: space-between;
}
.pak-relations-row.page-row-1 .news-wrap {
  flex: auto;
  min-width: 0;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  margin-right: 20px;
}
.pak-relations-row.page-row-1 .news-wrap .top-news {
  width: 100%;
  height: 0;
  padding-bottom: 40.54%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.pak-relations-row.page-row-1 .news-wrap .top-news .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pak-relations-row.page-row-1 .news-wrap .top-news .info-wrap {
  padding: 15px;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
}
.pak-relations-row.page-row-1 .news-wrap .top-news .info-wrap .tit {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pak-relations-row.page-row-1 .news-wrap .top-news .info-wrap .desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pak-relations-row.page-row-1 .news-wrap .news-list {
  margin: 20px 0;
}
.pak-relations-row.page-row-1 .news-wrap .news-list .news-item {
  padding: 10px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
.pak-relations-row.page-row-1 .news-wrap .news-list .news-item:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 5px;
  background-color: var(--text-color);
}
.pak-relations-row.page-row-1 .news-wrap .news-list .news-item .tit {
  flex: auto;
  min-width: 0;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pak-relations-row.page-row-1 .news-wrap .news-list .news-item .time {
  opacity: 0.8;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.pak-relations-row.page-row-1 .news-wrap .news-list .news-item:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--main-color);
  background-color: #f7f7f7;
}
.pak-relations-row.page-row-1 .brief-wrap {
  padding: 20px;
  width: 460px;
  flex: none;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--main-color);
  position: relative;
}
.pak-relations-row.page-row-1 .brief-wrap .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items {
  position: relative;
  z-index: 1;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  margin-top: 15px;
  color: var(--text-color);
  position: relative;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .tit {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .value {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 40px;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .corner {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  align-items: center;
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .corner .trend {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/static/home/images/pak/up.png);
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .corner .trend.down {
  background-image: url(/static/home/images/pak/down.png);
}
.pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .corner .pct {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  height: 20px;
  padding: 0 10px;
  background-color: var(--main-color-light2);
  border-radius: 2px;
}
.pak-relations-row.page-row-1 .brief-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: var(--bg-image);
}
.pak-relations-row .trade-data-wrap {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}
.pak-relations-row .trade-data-wrap .data-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: var(--text-color);
}
.pak-relations-row .trade-data-wrap .data-item:last-child {
  border-bottom: none;
}
.pak-relations-row .trade-data-wrap .data-item.head {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 8px;
}
.pak-relations-row .trade-data-wrap .data-item.head span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.pak-relations-row .trade-data-wrap .data-item .year {
  flex: 2;
}
.pak-relations-row .trade-data-wrap .data-item .value {
  flex: 3;
}
.pak-relations-row .trade-data-trend-wrap .item {
  color: var(--text-color);
  padding: 20px;
}
.pak-relations-row .trade-data-trend-wrap .item .icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pak-relations-row .trade-data-trend-wrap .item .tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pak-relations-row .trade-data-trend-wrap .item .desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.pak-relations-row .cooperation-area-wrap .item {
  color: var(--text-color);
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
.pak-relations-row .cooperation-area-wrap .item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pak-relations-row .cooperation-area-wrap .item .tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
}
.pak-relations-row .cooperation-area-wrap .item .desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5 !important;
  overflow: hidden;
}
.pak-relations-row .cooperation-area-wrap .item:hover {
  background-color: var(--main-color);
  color: #fff;
}

.page-inter-banner .events-banner-info {
  color: #fff;
  text-align: center;
}

.events-data-grid {
  padding: 30px 0;
  background-color: #fff;
}
.events-data-grid .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--text-color);
}
.events-data-grid .item .icon {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.events-data-grid .item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0;
}
.events-data-grid .item .desc {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}

.events-list-month {
  margin-bottom: 30px;
}
.events-list-month .head {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}
.events-list-month .head:before {
  content: '';
  width: 6px;
  height: 16px;
  background-color: var(--main-color);
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.events-list-month .head .month {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
}
.events-list-month .head .count {
  font-size: 14px;
  opacity: 0.8;
  margin-left: 10px;
  color: var(--text-color);
}
.events-list-month .events-list {
  display: flex;
  flex-wrap: wrap;
}
.events-list-month .events-list .item {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.events-list-month .events-list .item:nth-child(2n) {
  margin-right: 0;
}
.events-list-month .events-list .item .left-wrap {
  flex: 1;
  padding: 40px 20px;
  background-color: var(--main-color-light3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events-list-month .events-list .item .left-wrap .item-desc {
  display: flex;
  justify-content: space-between;
}
.events-list-month .events-list .item .left-wrap .item-desc .global-iconfont {
  flex: none;
  font-size: 16px;
  color: var(--main-color);
  margin-right: 10px;
  margin-top: -2px;
}
.events-list-month .events-list .item .left-wrap .item-desc .content {
  flex: auto;
  min-width: 0;
  color: var(--text-color);
}
.events-list-month .events-list .item .left-wrap .item-desc .content .label {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}
.events-list-month .events-list .item .left-wrap .item-desc .content .value {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.events-list-month .events-list .item .right-wrap {
  flex: 2;
  padding: 20px;
}
.events-list-month .events-list .item .right-wrap .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.events-list-month .events-list .item .right-wrap .desc {
  padding: 10px;
  background-color: var(--main-color-light2);
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  border-left: 4px solid var(--main-color);
  margin: 20px 0;
}

.recommend-events-list {
  display: flex;
  flex-wrap: wrap;
}
.recommend-events-list .item {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.recommend-events-list .item:nth-child(3n) {
  margin-right: 0;
}
.recommend-events-list .item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.recommend-events-list .item .thumb .year {
  width: 50px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
}
.recommend-events-list .item .thumb .year:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.recommend-events-list .item .thumb .year:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.recommend-events-list .item .thumb .city {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-events-list .item .thumb .hot-tag {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 0 10px 0 15px;
  height: 24px;
  background-image: linear-gradient(to right, #ff6409 0%, #ff031d 80%);
  font-size: 12px;
  color: #fff;
  border-radius: 12px 0 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.recommend-events-list .item .info-wrap {
  padding: 20px;
}
.recommend-events-list .item .info-wrap .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.recommend-events-list .item .info-wrap .desc {
  padding: 5px 10px;
  background-color: var(--main-color-light2);
  border-radius: 10px;
  font-size: 14px;
  line-height: 25px;
  color: var(--text-color);
  border-left: 4px solid var(--main-color);
  margin: 20px 0;
}

.commerce-page-about {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.commerce-page-about .info-wrap {
  flex: auto;
  min-width: 0;
  margin-right: 30px;
}
.commerce-page-about .info-wrap .title-wrap {
  padding: 20px 10px;
  font-size: 26px;
  color: #333;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}
.commerce-page-about .info-wrap .title-wrap .title {
  position: relative;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  z-index: 1;
}
.commerce-page-about .info-wrap .title-wrap:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: linear-gradient(to bottom, #65b38c 0%, #e6eeec 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 20px;
  top: 0;
}
.commerce-page-about .info-wrap .content p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.commerce-page-about .info-wrap .content p + p {
  margin-top: 20px;
}
.commerce-page-about .info-wrap .content .grid {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.commerce-page-about .info-wrap .content .grid .item-desc {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.commerce-page-about .info-wrap .content .grid .item-desc:nth-child(2n) {
  margin-right: 0;
}
.commerce-page-about .info-wrap .content .grid .item-desc .value {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 8px;
}
.commerce-page-about .info-wrap .content .grid .item-desc .label {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  color: var(--text-color);
}
.commerce-page-about .info-wrap .content .grid .item-desc:after {
  content: '\e640';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: var(--main-color);
  position: absolute;
  right: 15px;
  top: 15px;
}
.commerce-page-about .info-wrap .content .grid .item-desc:first-child:after {
  content: '\e87d';
}
.commerce-page-about .image-wrap {
  flex: none;
  width: 670px;
  height: 485px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100px 8px 8px 8px;
  overflow: hidden;
}

.commerce-service {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.commerce-service .item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 20px 60px;
  color: var(--text-color);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.commerce-service .item:nth-child(4n) {
  margin-right: 0;
}
.commerce-service .item .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 15px auto;
  background-image: var(--icon-url);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.commerce-service .item .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.commerce-service .item .desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 10px auto;
}
.commerce-service .item .right {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.commerce-service .item .right:after {
  content: '\e624';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--main-color);
}
.commerce-service .item:hover {
  background-color: var(--main-color);
  color: #fff;
}
.commerce-service .item:hover .icon {
  background-image: var(--icon-url-hover);
}
.commerce-service .item:hover .right {
  display: block;
}

.commerce-events-row {
  padding: 20px 0 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/static/home/images/pak/events_bg.jpg);
}
.commerce-events-row .pak-page-title:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 50%);
}
.commerce-events-row .pak-page-title .title {
  color: #fff;
}

.commerce-company {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.commerce-company .item {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  color: var(--text-color);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.commerce-company .item:nth-child(3n) {
  margin-right: 0;
}
.commerce-company .item .vip {
  width: 80px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/static/home/images/pak/vip.png);
  margin-bottom: 10px;
}
.commerce-company .item .company-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.commerce-company .item .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.commerce-contact-row {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.commerce-contact-row .container {
  height: 100%;
}
.commerce-contact-row .contact-info {
  text-align: center;
  padding: 20px 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.commerce-contact-row .contact-info .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.commerce-contact-row .contact-info .desc {
  font-size: 18px;
  line-height: 24px;
}

.member-level-row {
  padding: 10px 0 40px;
  background-color: #fff;
}
.member-level-row .member-level-list .item {
  padding: 50px 20px 20px;
  border-radius: 16px;
  border: 1px solid var(--level-color);
  position: relative;
  background-image: linear-gradient(to bottom, var(--rgba-color) 0%, rgba(255, 255, 255, 0) 50%);
}
.member-level-row .member-level-list .item .icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 30px;
  top: -30px;
}
.member-level-row .member-level-list .item .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--text-color);
}
.member-level-row .member-level-list .item .desc {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.member-level-row .member-level-list .item .price {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: 700;
}
.member-level-row .member-level-list .item .price .price-num {
  font-size: 24px;
  color: var(--level-color);
}
.member-level-row .member-level-list .item .pak-btn {
  background-color: var(--text-color);
}
.member-level-row .member-level-list .item .level-item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
}
.member-level-row .member-level-list .item .level-item:before {
  content: '\e618';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: var(--main-color);
  border-color: var(--main-color);
  margin-right: 5px;
}
.member-level-row .member-level-list .item .level-item:last-child {
  margin-bottom: 0;
}

.member-service-light-row {
  padding: 10px 0 40px;
}
.member-service-light-row .member-service-light .item {
  padding: 20px 20px 50px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.member-service-light-row .member-service-light .item .icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 15px auto;
}
.member-service-light-row .member-service-light .item .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--text-color);
}
.member-service-light-row .member-service-light .item .desc {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.member-service-light-row .member-service-light .item:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 5px;
  background-color: var(--main-color);
}
.member-service-light-row .member-service-light .item:hover:after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}

.member-benefits-row {
  padding: 10px 0 60px;
}
.member-benefits-row .member-benefits-list {
  border-radius: 8px;
  overflow: hidden;
}
.member-benefits-row .member-benefits-list .item {
  display: flex;
  justify-content: space-between;
  color: var(--text-color);
  font-size: 14px;
  background-color: #fff;
  text-align: center;
}
.member-benefits-row .member-benefits-list .item .label {
  flex: 2;
  padding: 10px 20px;
}
.member-benefits-row .member-benefits-list .item .member-item {
  flex: 1;
  padding: 10px 20px;
}
.member-benefits-row .member-benefits-list .item .member-item.member-item-1, .member-benefits-row .member-benefits-list .item .member-item.member-item-3 {
  background-color: #e9f4ef;
}
.member-benefits-row .member-benefits-list .item .all-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.member-benefits-row .member-benefits-list .item .all-icon:before {
  content: '\e618';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.member-benefits-row .member-benefits-list .item:nth-child(2n) {
  background-color: #f8f8f9;
}
.member-benefits-row .member-benefits-list .item:nth-child(2n) .member-item-1, .member-benefits-row .member-benefits-list .item:nth-child(2n) .member-item-3 {
  background-color: #e4eeea;
}
.member-benefits-row .member-benefits-list .item.head {
  font-weight: 700;
}
.member-benefits-row .member-benefits-list .item.head .label {
  background-color: var(--main-color);
  color: #fff;
  padding: 20px;
}
.member-benefits-row .member-benefits-list .item.head .member-item {
  padding: 20px;
}

.ask-question-row {
  padding: 10px 0 60px;
  background-color: #fff;
}
.ask-question-row .ask-qusetion-list .item {
  border-radius: 16px;
  padding: 30px 30px 30px 100px;
  margin-bottom: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ask-question-row .ask-qusetion-list .item:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/static/home/images/pak/ask.png);
}
.ask-question-row .ask-qusetion-list .item .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--text-color);
}
.ask-question-row .ask-qusetion-list .item .desc {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

.pak-import-data-grid {
  padding: 50px 0;
  background-color: #fff;
}
.pak-import-data-grid .item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color-light2);
  position: relative;
}
.pak-import-data-grid .item .title {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  margin-bottom: 10px;
}
.pak-import-data-grid .item .value {
  font-size: 24px;
  color: var(--main-color);
  font-weight: 700;
}
.pak-import-data-grid .item .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pak-import-echart-row {
  margin: 30px auto;
}
.pak-import-echart-row .echart-panel {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}
.pak-import-echart-row .echart-panel .title-wrap {
  color: var(--text-color);
  margin: 10px 0;
}
.pak-import-echart-row .echart-panel .title-wrap .tit {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.pak-import-echart-row .echart-panel .title-wrap .sub-tit {
  font-size: 12px;
  line-height: 14px;
  color: var(--text-color);
  opacity: 0.8;
}
.pak-import-echart-row .echart-panel .echart-wrap {
  height: 400px;
}

.pak-import-export-product {
  margin: 30px auto;
  background-color: #fff;
}
.pak-import-export-product .title-wrap {
  color: var(--text-color);
  margin-bottom: 20px;
}
.pak-import-export-product .title-wrap .tit {
  font-size: 18px;
  font-weight: 700;
}
.pak-import-export-product .list .item {
  padding: 20px 20px 30px;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, var(--main-color-item-color1), #ffffff 60%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.pak-import-export-product .list .item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pak-import-export-product .list .item .item-head .name {
  flex: auto;
  min-width: 0;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}
.pak-import-export-product .list .item .item-head .icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pak-import-export-product .list .item .value-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
  color: var(--text-color);
}
.pak-import-export-product .list .item .value-wrap .value {
  font-size: 26px;
  font-weight: 700;
}
.pak-import-export-product .list .item .value-wrap .proportion {
  font-size: 14px;
}
.pak-import-export-product .list .item .growth-wrap {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.pak-import-export-product .list .item .growth-wrap .growth {
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
}
.pak-import-export-product .list .item .growth-wrap .label {
  margin-left: 20px;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.8;
}
.pak-import-export-product .list .item .progress {
  background-color: #fff;
}
.pak-import-export-product .list .item .progress .progress-bar {
  background-color: var(--main-color);
  border-radius: 8px;
}
.pak-import-export-product .list .item .tit {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin: 10px 0;
}
.pak-import-export-product .list .item .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
}
.pak-import-export-product .list .item .tags .tag-item {
  font-size: 12px;
  color: var(--text-color);
  height: 24px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: var(--main-color-item-color1);
  margin-left: 10px;
  margin-top: 10px;
}
.pak-import-export-product .list .item .tags.destination .tag-item {
  background-color: #dfeafe;
}
.pak-import-export-product .list.import .item {
  background-image: linear-gradient(to bottom, var(--main-color-item-color2), #ffffff 60%);
}
.pak-import-export-product .list.import .item .growth-wrap .growth {
  color: var(--main-color-item-color3);
}
.pak-import-export-product .list.import .item .progress .progress-bar {
  background-color: var(--main-color-item-color3);
}
.pak-import-export-product .list.import .item .tags .tag-item {
  background-color: var(--main-color-item-color2);
}
.pak-import-export-product .list.import .item .tags.destination .tag-item {
  background-color: #dfeafe;
}

.five-operational-row .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.five-operational-row .list .item {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 20px;
  border-radius: 16px;
}
.five-operational-row .list .item:nth-child(2n) {
  margin-right: 0;
}
.five-operational-row .list .item:nth-child(5n) {
  width: 100%;
  margin-right: 0;
}
.five-operational-row .list .item .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
}
.five-operational-row .list .item .sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  color: var(--main-color);
}
.five-operational-row .list .item .line {
  margin: 20px 0;
  width: 80%;
  height: 1px;
  background-color: var(--main-color);
}
.five-operational-row .list .item .desc {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.five-operational-row .list .item .tags {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 100px;
}
.five-operational-row .list .item .tags .tag-item {
  font-size: 12px;
  color: var(--text-color);
  height: 24px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid var(--main-color);
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}

.choose-row {
  padding: 10px 0 40px;
}
.choose-row .choose-list .item {
  padding: 20px 20px 50px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.choose-row .choose-list .item .icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 15px auto;
}
.choose-row .choose-list .item .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--text-color);
}
.choose-row .choose-list .item .list {
  margin-top: 20px;
}
.choose-row .choose-list .item .list .item-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  text-align: left;
}
.choose-row .choose-list .item .list .item-desc:before {
  content: '\e618';
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: var(--main-color);
  border-color: var(--main-color);
  margin-right: 5px;
}
.choose-row .choose-list .item .list .item-desc:last-child {
  margin-bottom: 0;
}
.choose-row .choose-list .item:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 5px;
  background-color: var(--main-color);
}
.choose-row .choose-list .item:hover:after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}

.m-page .index-row-banner {
  padding: 20px;
  background-image: url(/static/home/images/pak/index_banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.m-page .index-row-banner .banner-content {
  display: block;
}
.m-page .index-row-banner .banner-content .info-wrap {
  flex: auto;
  min-width: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-page .index-row-banner .banner-content .info-wrap .flag-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m-page .index-row-banner .banner-content .info-wrap .flag-wrap .flag-icon {
  width: 40px;
  height: 28px;
  border-radius: 8px;
  margin-right: 10px;
}
.m-page .index-row-banner .banner-content .info-wrap .flag-wrap .tag {
  padding: 0 20px;
  height: 30px;
  background-color: var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.m-page .index-row-banner .banner-content .info-wrap .title {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}
.m-page .index-row-banner .banner-content .info-wrap .title > p:first-child {
  font-size: 24px;
  line-height: 36px;
}
.m-page .index-row-banner .banner-content .info-wrap .desc {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 500;
  flex: auto;
  min-height: 0;
  margin-top: 20px;
  text-align: left;
  word-break: break-all;
}
.m-page .index-row-banner .banner-content .info-wrap .btn-down {
  padding: 0 10px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #fff;
  display: inline-flex;
  width: 100%;
  margin-bottom: 15px;
}
.m-page .index-row-banner .banner-content .video-wrap {
  flex: none;
  width: 100%;
  margin-top: 20px;
}
.m-page .index-row-banner .banner-content .video-wrap .pak-focus {
  width: 100%;
  height: 0;
  padding-bottom: 57.14%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.m-page .index-row-banner .banner-content .video-wrap .pak-focus .pak-focus-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-page .index-row-banner .banner-content .video-wrap .pak-focus .pak-focus-swiper .pak-focus-item {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .index-row-banner .banner-gird .title {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  margin: 20px 0;
}
.m-page .index-row-banner .banner-gird .gird-item {
  background: rgba(255, 255, 255, 0.08);
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  cursor: pointer;
}
.m-page .index-row-banner .banner-gird .gird-item .icon {
  width: 50px;
  height: 50px;
}
.m-page .index-row-banner .banner-gird .gird-item .icon img {
  width: 100%;
  height: 100%;
}
.m-page .index-row-banner .banner-gird .gird-item .tit {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  margin: 15px auto;
}
.m-page .index-row-banner .banner-gird .gird-item .desc {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.m-page .index-row {
  margin: 20px 0;
  padding: 15px;
}
.m-page .index-row .row-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.m-page .index-row .row-title .sub-title {
  font-size: 14px;
  line-height: 30px;
  color: var(--main-color);
  text-align: center;
  font-weight: 700;
}
.m-page .index-row .row-title .title {
  font-size: 18px;
  line-height: 32px;
  color: var(--text-color);
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
.m-page .index-row .row-title .desc {
  opacity: 0.8;
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
.m-page .index-row-key-project {
  padding: 30px 0;
}
.m-page .index-row-key-project .row-title {
  margin: 0;
}
.m-page .index-row-key-project .project-list {
  display: block;
  padding: 15px;
}
.m-page .index-row-key-project .project-list .project-swiper-item {
  display: block;
  width: 260px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.m-page .index-row-key-project .project-list .project-swiper-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .index-row-key-project .project-list .project-swiper-item .info-wrap {
  padding: 10px;
}
.m-page .index-row-key-project .project-list .project-swiper-item .title {
  font-size: 14px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.m-page .index-row-key-project .project-list .project-swiper-item .desc {
  opacity: 0.8;
  font-size: 12px;
  color: var(--text-color);
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.m-page .index-row-key-project .project-list .project-swiper-item .project-info-items {
  margin-top: 20px;
  background: #ECF5F1;
}
.m-page .index-row-key-project .project-list .project-swiper-item .project-info-items .item {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.m-page .index-row-key-project .project-list .project-swiper-item .project-info-items .item .label {
  font-size: 12px;
  color: var(--text-color);
}
.m-page .index-row-key-project .project-list .project-swiper-item .project-info-items .item .value {
  font-size: 12px;
  color: var(--main-color);
  text-align: right;
}
.m-page .cultural-swiper-list .cultural-item {
  width: 240px;
}
.m-page .cultural-swiper-list .cultural-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 45.69%;
  border-radius: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .cultural-swiper-list .cultural-item .info-wrap {
  padding: 10px 0;
}
.m-page .cultural-swiper-list .cultural-item .title {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  height: 40px;
}
.m-page .cultural-swiper-list .cultural-item .desc {
  font-size: 12px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .index-row-news .news-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.m-page .index-row-news .news-item .thumb {
  flex: none;
  margin-right: 10px;
  width: 150px;
  height: 118px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .index-row-news .news-item .info-wrap {
  padding: 10px 0;
  min-width: 0;
  flex: auto;
  color: var(--text-color);
}
.m-page .index-row-news .news-item .info-wrap .title {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  height: auto;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .index-row-news .news-item .info-wrap .desc {
  font-size: 12px;
  color: var(--text-color);
  line-height: 20px;
  height: auto;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

html[lang='ur'] .index-row-banner .banner-content .info-wrap {
  margin-left: 30px;
  margin-right: 0;
}
html[lang='ur'] .index-row-about .about-content .tabs .tabs-item {
  margin-right: 0px !important;
}
html[lang='ur'] .index-row-about .about-content .about-content-item .info-wrap {
  margin-right: 0px;
  margin-left: 30px;
}
html[lang='ur'] .index-row-doc .doc-footer-wrap .icon {
  margin-right: 0px;
  margin-left: 20px;
}
html[lang='ur'] .index-row-key-project .project-list .project-item {
  margin-right: 0px;
  margin-left: 20px;
}
html[lang='ur'] .pak-goods-item .action .link {
  margin-right: 0px;
  margin-left: 10px;
}
html[lang='ur'] .supply-demand-list .item {
  margin-right: 0px;
}
html[lang='ur'] .supply-demand-list .item .info-items .item-desc {
  padding-right: 0px;
}
html[lang='ur'] .index-row-cultural .cultural-list .cultural-item {
  margin-right: 0px;
}
html[lang='ur'] .index-row-cultural .cultural-list .cultural-item:nth-child(2) {
  margin-right: 30px;
}
html[lang='ur'] .index-row-cultural .cultural-list .cultural-item:nth-child(4) {
  margin-right: 30px;
}
html[lang='ur'] .index-row-cultural .cultural-list .cultural-item:nth-child(5) {
  margin-right: 30px;
}
html[lang='ur'] .commerce-service .item:nth-child(1) {
  margin-right: 0;
}
html[lang='ur'] .commerce-service .item:nth-child(4) {
  margin-right: 20px;
}
html[lang='ur'] .recommend-events-list .item:nth-child(1) {
  margin-right: 0px;
}
html[lang='ur'] .recommend-events-list .item:nth-child(3) {
  margin-right: 15px;
}
html[lang='ur'] .commerce-company .item:nth-child(1) {
  margin-right: 0px;
}
html[lang='ur'] .commerce-company .item:nth-child(3n) {
  margin-right: 15px;
}
html[lang='ur'] .pak-relations-row.page-row-1 .news-wrap {
  margin-left: 20px;
  margin-right: 0px;
}
html[lang='ur'] .pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .corner {
  right: inherit;
  left: 15px;
}
html[lang='ur'] .pak-relations-row.page-row-1 .brief-wrap .brief-items .brief-item .corner .trend {
  margin-right: 0px;
  margin-left: 10px;
}
html[lang='ur'] .five-operational-row .list .item {
  margin-right: 0px;
}
html[lang='ur'] .events-list-month .events-list .item {
  margin-right: 0px;
  margin-left: 20px;
}
