.arshine-rela-pro {
  padding: 0 0 75px 0;
}
.arshine-rela-pro h3 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}
.arshine-rela-pro .container {
  display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.arshine-rela-pro  .main-right {
    flex: 1;
    margin: 20px 0 0;
    overflow: hidden;
}
.arshine-rela-pro h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 15px auto 0;
  display: block;
}
.arshine-rela-pro .main-left {
  width: var(--bobo-goods-read-left-w);
  margin-right: var(--bobo-goods-read-left-mr);
}
.arshine-rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.arshine-rela-pro .tit h5 {
  font-size: 22px;
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 1;
}

.arshine-rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.arshine-rela-pro .tit .page .swiper-button-prev,
.arshine-rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--color-primary);
  position: static;
  margin-top: 0;
}

.arshine-rela-pro .tit .page .swiper-button-prev i,
.arshine-rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.arshine-rela-pro .tit .page .swiper-button-next {
  margin-left: 14px;
}

.arshine-rela-pro .tit .page .swiper-button-prev::after,
.arshine-rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.arshine-rela-pro.tit .page .swiper-button-prev:hover,
.arshine-rela-pro .tit .page .swiper-button-next:hover {
  background: var(--color-primary);
}

.arshine-rela-pro .list {
  margin: 50px 0 0;
  position: relative;
}
.arshine-rela-pro .list .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.arshine-rela-pro .list .swiper-slide a > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.arshine-rela-pro .list .swiper-slide .t {
  position: absolute;
  background: var(--color-primary);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.arshine-rela-pro .list .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s;
}

.arshine-rela-pro .list .swiper-slide .t p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 0 0 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.arshine-rela-pro .list .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.arshine-rela-pro .list .swiper-slide:hover .t {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.arshine-rela-pro .list .swiper-slide:hover .t::after {
  width: calc(100% - 30px);
}
.arshine-rela-pro .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1441px) {
  .arshine-rela-pro h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .arshine-rela-pro h3 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1281px) {
  .arshine-rela-pro h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .arshine-rela-pro h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .arshine-rela-pro h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
   .arshine-rela-pro .tit .page .swiper-button-prev,
  .arshine-rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .arshine-rela-pro .tit .page .swiper-button-next {
    margin-left: 10px;
  }
  .arshine-rela-pro h3 {
    font-size: 28px;
  }
  .arshine-rela-pro {
    padding: 30px 0;
  }
  .arshine-rela-pro .list {
    margin: 25px 0 0;
  }
  .arshine-rela-pro .swiper-slide .txt {
    margin-top: 15px;
  }
  .arshine-rela-pro .swiper-slide .txt h6 {
    font-size: 16px;
  }
  .arshine-rela-pro .swiper-slide .txt h6 a {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .arshine-rela-pro h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-rela-pro h3 {
    font-size: 24px;
  }
}
