.mod,
.mod .mod-bd {
  padding: 0;
}

.row {
  padding: 1rem 0;
}

/* row2 */

.r2 {
  background-image: url("../images/group/dec1.png");
  background-repeat: no-repeat;
  background-position: 0 2%;
  background-size: 1.73rem auto;
  padding: 1.1rem 0 0.8rem;
  margin-bottom: 1.34rem;
}

.r2 .mod-bd {
  padding-top: 0.66rem;
}

.business-list-wrap {
  position: relative;
}

.business-list-wrap::before {
  content: "";
  position: absolute;
  width: 0.92rem;
  height: 0.92rem;
  right: -0.4rem;
  top: -0.28rem;
  background-color: rgb(233, 240, 255);
}

.business-list-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.07rem;
  bottom: -0.09rem;
  background-color: rgb(233, 240, 255);
  border-radius: 0 0 0 0.08rem;
}

.business-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 6.55rem;
}

.business-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.business-list .business-item {
  box-sizing: border-box;
  width: 33.33%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.business-list .business-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.business-list .business-item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.business-list .business-item .meta {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.2rem 0.36rem 0.4rem;
  z-index: 2;
}

.business-list .business-item:last-child .meta {
  border-right: 0 none;
}

.business-list .business-item .title {
  font-size: 0.24rem;
  line-height: 1.5;
  height: 0.72rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.16rem;
}

.business-list .business-item .subtitle {
  font-size: 0.2rem;
  line-height: 1.5;
  height: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.48rem;
}

.business-list .business-item .desc {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1023px) {
  .r2 {
    padding: 24px 0;
    margin-bottom: 0;
  }

  .r2 .mod-bd {
    padding-top: 24px;
  }

  .business-list-wrap::before,
  .business-list-wrap::after,
  .business-list::after {
    display: none;
  }

  .business-list {
    background-image: none !important;
    height: auto;
  }

  .business-list .business-item {
    width: 100%;
    height: 3.2rem;
    margin-bottom: 24px;
  }

  .business-list .business-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .business-list .business-item .bg {
    display: block;
  }

  .business-list .business-item .meta {
    border-right: 0 none;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .business-list .business-item .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .business-list .business-item .subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .business-list .business-item .desc {
    font-size: 12px;
  }
}

/* row3 */
.r3 {
  padding: 0 0 0.84rem;
}

.r3 .mod-bd {
  padding-bottom: 1.12rem;
}

.group-list3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}

.group-list3 li {
  box-sizing: border-box;
  width: 16.66%;
  padding: 0 0.1rem;
}

.group-list3 li .meta {
  box-sizing: border-box;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  transition: all 0.3s;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}

.group-list3 li .title {
  transition: all 0.3s;
  color: #d7000f;
  font-size: 0.36rem;
}
/*
.group-list3 li:first-child .title {
  font-size: 0.28rem;
  line-height: 0.54rem;
} */

.group-list3 li .desc {
  box-sizing: border-box;
  transition: all 0.3s;
  text-align: center;
  color: #666;
  font-size: 0.16rem;
  line-height: 1.25;
  min-height: 0.45rem;
}

.group-list3 li:hover .meta {
  background-color: #d7000f;
}

.group-list3 li:hover .title,
.group-list3 li:hover .desc {
  color: #fff;
}

.slogan {
  position: relative;
}

.slogan .meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  z-index: 1;
}

.slogan .title {
  font-size: 0.32rem;
  font-weight: normal;
  color: #fff;
}

.slogan .more {
  border-radius: 980px;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #fff;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0 0.16rem;
  /* background-image: url("../images/group/_Polygon_.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto; */
}

.slogan .more:hover {
  opacity: 0.8;
}

.slogan .bg {
  position: relative;
}

.slogan .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.slogan .bg,
.slogan .bg img,
.slogan .bg::after {
  border-radius: 0.08rem;
}

@media only screen and (max-width: 1023px) {
  .group-list3 li {
    width: 33.33%;
    margin-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .r3 {
    padding: 0 0 24px;
  }

  .r3 .mod-bd {
    padding-bottom: 20px;
  }

  .group-list3 li {
    width: 50%;
  }

  .group-list3 li .meta {
    height: 100px;
  }

  .group-list3 li:first-child .title,
  .group-list3 li .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .group-list3 li .desc {
    font-size: 14px;
    line-height: 1.5;
    min-height: auto;
  }

  .slogan {
    height: 90px;
  }

  .slogan .bg {
    width: 100%;
    height: 100%;
  }

  .slogan .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slogan .title {
    font-size: 16px;
  }

  .slogan .more {
    font-size: 12px;
    color: #fff;
    width: 112px;
    height: 28px;
    background-size: 100% auto;
  }
}

/* row1 */

.r1 {
  background-color: rgb(249, 249, 249);
  background-image: url("../images/group/bg1.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 0.84rem 0 0.96rem;
  overflow-x: hidden;
}

.r1 .mod-bd {
  line-height: 2;
  font-size: 0.16rem;
  color: rgb(120, 120, 120);
  padding-top: 0.4rem;
  margin-bottom: 0.84rem;
}

.ranking-area {
  --swiper-navigation-size: 0.2rem;
  --swiper-navigation-color: #fff;

  --ranking-padding-left: 20px;
  --ranking-padding-bottom: 40px;
  --ranking-list-item-height: auto;
}

.ranking-area {
  position: relative;
  padding: 0 var(--ranking-padding-left) var(--ranking-padding-bottom);
}

.ranking-area .swiper-button-next,
.ranking-area .swiper-button-prev {
  border-radius: 980px;
  background: rgb(202, 213, 220);
  width: 0.76rem;
  height: 0.4rem;
  margin-top: -0.5rem;
  display: none;
}

.ranking-area .swiper-button-prev,
.ranking-area .swiper-rtl .swiper-button-next {
  left: 0.5rem;
}

.ranking-area .swiper-button-next,
.ranking-area .swiper-rtl .swiper-button-prev {
  right: 0.5rem;
}

.ranking-area .swiper-horizontal > .swiper-scrollbar,
.ranking-area .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
  max-width: calc(100% - var(--ranking-padding-left) * 2);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: none;
}

.ranking-area .swiper-scrollbar-drag {
  background: rgb(215, 0, 15);
}

.ranking-area .shadow {
  position: absolute;
  top: 0;
  width: calc(var(--ranking-padding-left) - 50px);
  height: calc(100% - 0.6rem);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
}

.ranking-area .shadow-left {
  left: 0;
}

.ranking-area .shadow-right {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .ranking-area {
    --ranking-padding-left: 1.4rem;
    --ranking-padding-bottom: 0.6rem;
    --ranking-list-item-height: 3.48rem;
  }

  .ranking-area {
    /* --ranking-offset: 2.7rem; */
    /* width: calc(100% + var(--ranking-offset) * 2);
    margin-left: calc(var(--ranking-offset) * -1); */
  }

  .ranking-area .swiper {
    overflow: inherit !important;
  }

  .ranking-area .swiper-pagination {
    display: none;
  }

  .ranking-area .swiper-button-next,
  .ranking-area .swiper-button-prev {
    display: flex;
  }

  .ranking-area .swiper-horizontal > .swiper-scrollbar,
  .ranking-area .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: block;
  }

  .ranking-area .shadow {
    opacity: 1;
  }
}

.ranking-list-item {
  box-sizing: border-box;
  border-radius: 0.08rem;
  box-shadow: 0.03rem 0px 0.1rem 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(232, 232, 232);
  padding: 0.24rem;
  height: var(--ranking-list-item-height);
}

.ranking-list-item a {
  display: block;
}

.ranking-list-item .meta {
  box-sizing: border-box;
}

.ranking-list-item .category {
  color: rgb(215, 0, 15);
  font-size: 0.14rem;
  margin-bottom: 0.09rem;
}

.ranking-list-item .title {
  color: rgb(215, 0, 15);
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 0.12rem;
}

.ranking-list-item .title strong {
  font-size: 0.36rem;
}

.ranking-list-item .meta-ft {
  border-top: 0.02rem solid rgb(215, 0, 15);
  position: relative;
  padding-top: 0.16rem;
  font-size: 0.16rem;
  line-height: 1.8;
}

.ranking-list-item .meta-ft ul li {
  margin-bottom: 0.04rem;
}

.ranking-list-item .meta-ft ul li:last-child {
  margin-bottom: 0;
}

.ranking-list-item .meta-ft ul li.up {
  display: flex;
}

.ranking-list-item .meta-ft ul li.up .icon {
  margin-left: 0.12rem;
}

.ranking-list-item .meta-ft ul li.up .icon img {
  width: 0.12rem;
}

@media only screen and (max-width: 767px) {
  .r1 {
    padding: 24px 0 16px;
  }

  .r1 .mod-bd {
    font-size: 14px;
    padding-top: 12px;
    margin-bottom: 40px;
  }

  .ranking-list-item {
    padding: 24px;
  }

  .ranking-list-item .category {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .ranking-list-item .title {
    font-size: 16px;
  }

  .ranking-list-item .title strong {
    font-size: 24px;
  }

  .ranking-list-item .meta-ft {
    font-size: 14px;
  }

  .ranking-list-item .meta-ft ul li.up .icon {
    margin-left: 8px;
  }

  .ranking-list-item .meta-ft ul li.up .icon img {
    width: 8px;
  }
}
