.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btncon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: text;
}
.navBar {
  -webkit-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.slideUp {
  top: -3rem;
}
.index-banner-box {
  max-width: 3100px;
  margin: 0 auto;
  margin-top: 100px;
}
.index-banner-box .index-banner {
  width: 100%;
  height: 550px;
}
.index-banner-box .index-banner .swiper-container {
  height: 550px;
}
.index-banner-box .index-banner .swiper-slide {
  width: 1200px;
  height: 25.5rem;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-banner-box .index-banner .swiper-slide .slideImg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  border-radius: 2px;
}
.index-banner-box .index-banner :hover .swiper-button {
  opacity: 1;
}
.index-banner-box .index-banner .swiper-slide.swiper-slide-active {
  width: 1200px !important;
  overflow: visible;
}
.index-banner-box .index-banner .swiper-button-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 60px;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -72%);
  -ms-transform: translate(-50%, -72%);
  -o-transform: translate(-50%, -72%);
  transform: translate(-50%, -72%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.index-banner-box .index-banner .swiper-button {
  position: absolute;
  top: 269px;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 0;
}
.index-banner-box .index-banner .swiper-button span {
  font-size: 1rem;
  line-height: 3rem;
  top: 1px;
}
.index-banner-box .index-banner .swiper-button.swiper-button-prev {
  left: 50%;
  -webkit-transform: translate(-720px, -72%);
  -ms-transform: translate(-720px, -72%);
  -o-transform: translate(-720px, -72%);
  transform: translate(-720px, -72%);
}
.index-banner-box .index-banner .swiper-button.swiper-button-next {
  right: 50%;
  -webkit-transform: translate(720px, -72%);
  -ms-transform: translate(720px, -72%);
  -o-transform: translate(720px, -72%);
  transform: translate(720px, -72%);
}
.index-banner-box .index-banner .swiper-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.index-banner-box .index-banner .swiper-button:active {
  background: rgba(0, 0, 0, 0.3);
}
.index-banner-box .index-banner .swiper-pagination {
  bottom: 55px;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
}
.index-banner-box .index-banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid transparent;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
}
.index-banner-box .index-banner .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.index-wrapper {
  min-width: 1200px;
}
.index-wrapper .jingnews {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 60px;
}
.index-wrapper .jingnews .daliyword {
  width: 29.5rem;
  height: 18rem;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.index-wrapper .jingnews .daliyword a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-wrapper .jingnews .daliyword .word_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-wrapper .jingnews .daliyword .word_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.index-wrapper .jingnews .daliyword p {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 34px;
  width: 340px;
  position: absolute;
  left: 50px;
  top: 120px;
  font-weight: 500;
  margin: 0;
}
.index-wrapper .jingnews .daliyword p i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 48px;
  position: absolute;
  left: -30px;
  top: -60px;
}
.index-wrapper .jingnews .daliyword p span {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 12px;
  position: absolute;
  right: -20px;
  bottom: -21px;
}
.index-wrapper .jingnews .daliyword .pic_from {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.index-wrapper .dgtlelive {
  margin-top: 40px;
}
.index-wrapper #dgtlelive .swiper-slide {
  position: relative;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-Img {
  height: 25.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  cursor: pointer;
  position: relative;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-Img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-Img:hover:before {
  opacity: 0.8;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info {
  position: absolute;
  top: 205px;
  left: 50%;
  max-width: 640px;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .live {
  position: relative;
  width: 100px;
  height: 36px;
  border-radius: 100px;
  overflow: hidden;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .live .live_type_bg {
  float: left;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  width: 1200px;
  height: 510px;
  margin-left: -550px;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  margin-top: -205px;
  padding-top: 205px;
  padding-left: 550px;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .live .live_type_bg .color {
  background: rgba(0, 255, 247, 0.55);
  border-radius: 100px;
  width: 180px;
  height: 96px;
  margin: -30px;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .live .btnCon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: text;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .living {
  position: relative;
  width: 100px;
  height: 36px;
  border-radius: 100px;
  overflow: hidden;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .living .live_type_bg {
  float: left;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  width: 1200px;
  height: 510px;
  margin-left: -550px;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  margin-top: -205px;
  padding-top: 205px;
  padding-left: 550px;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .living .live_type_bg .color {
  background: rgba(0, 163, 255, 0.4);
  border-radius: 100px;
  width: 180px;
  height: 96px;
  margin: -30px;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .living .btnCon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: text;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .lived {
  position: relative;
  width: 100px;
  height: 36px;
  border-radius: 100px;
  overflow: hidden;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .lived .live_type_bg {
  float: left;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  width: 1200px;
  height: 510px;
  margin-left: -550px;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  margin-top: -205px;
  padding-top: 205px;
  padding-left: 550px;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .lived .live_type_bg .color {
  background: rgba(204, 82, 82, 0.85);
  border-radius: 100px;
  width: 180px;
  height: 96px;
  margin: -30px;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info .lived .btnCon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: text;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h5 {
  color: #fff;
  letter-spacing: 0;
  width: 30rem !important;
  height: 0.7rem !important;
  border-radius: 0 !important;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h5 a {
  color: #fff;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h3 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-top: 0.5rem;
  max-width: 640px;
  max-height: 3.6rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h3 a {
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h3 :hover {
  color: rgba(255, 255, 255, 0.7);
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h5 {
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: normal;
  margin-top: 0.2rem;
  text-align: center;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h5 a {
  cursor: text;
}
.index-wrapper #dgtlelive .swiper-slide .swiper-slide-info h5.live {
  display: none;
}
.index-wrapper #dgtlelive .swiper-slide:hover .swiper-Img {
  opacity: 0.8;
}
.index-wrapper #dgtlelive .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  bottom: 50%;
  left: auto;
  right: 1rem;
  width: 4.2rem;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.index-wrapper #dgtlelive .swiper-pagination span {
  width: 4rem;
  height: 4rem;
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.1);
  margin: 6px auto;
  display: block;
  border-radius: 2px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: relative;
  box-sizing: content-box;
  border: 2px solid rgba(255, 255, 255, 0.001);
  background-clip: content-box;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index-wrapper #dgtlelive .swiper-pagination .swiper-pagination-bullet-active,
.index-wrapper #dgtlelive .swiper-pagination span:hover {
  border: 2px solid #fff;
}
.index-wrapper #dgtlelive .swiper-pagination span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index-wrapper #dgtlelive .swiper-pagination span.swiper-pagination-bullet-active:before,
.index-wrapper #dgtlelive .swiper-pagination span:hover:before {
  background-color: transparent;
}
.index-wrapper .waterfall-cards {
  z-index: 200;
}
.index-wrapper .waterfall-cards .list-group .list-group-item {
  width: 100%;
}
.index-wrapper .waterfall-cards .list-group .list-group-item h3 {
  font-weight: bold;
  margin-bottom: 0;
}
.index-wrapper .waterfall-cards .list-group .list-group-item p {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  height: auto;
  text-align: justify;
}
.index-wrapper .waterfall-cards .list-group .list-group-item .forum_type {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  width: auto;
  height: 24px;
  background: rgba(9, 9, 9, 0.5);
  border-radius: 100px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0px 8px 0px 9px;
}
.index-wrapper .waterfall-cards .list-group .list-group-item .list-stat .is_home {
  display: none;
}
.index-wrapper .waterfall-cards .list-group .list-group-item .list-stat .forum_homed {
  display: block;
}
.index-wrapper .waterfall-cards .list-group .author_infoCard {
  top: 15px;
}
.index-wrapper .waterfall-cards .list-group .tablist ul li:nth-child(2n) {
  margin-right: 0;
}
.index-wrapper .waterfall-cards .list-group .list-group-item .list-stat {
  padding-top: 4px;
}
.index-wrapper .waterfall-cards .list-group .forum_type:before {
  background: none;
}
.index-wrapper .waterfall-cards .list-group.article {
  width: 610px;
  height: 410px;
  padding-bottom: 10px;
}
.index-wrapper .waterfall-cards .list-group.article .img-box {
  width: 100%;
  height: 100%;
}
.index-wrapper .waterfall-cards .list-group.article .mix_img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-wrapper .waterfall-cards .list-group.article .mix_img::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.index-wrapper .waterfall-cards .list-group.article .cards-content {
  width: 485px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  background: transparent;
  padding: 0;
}
.index-wrapper .waterfall-cards .list-group.article .cards-content h3 {
  font-family: PingFangSC-Semibold;
  font-size: 23px;
  color: #FFFFFF;
  letter-spacing: 0;
 
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom:34px;
  
  
  
  
}
.index-wrapper .waterfall-cards .list-group.article .cards-content h3 a {
  color: #fff;
}
.index-wrapper .waterfall-cards .list-group.article .cards-content h5 {
  line-height: 12px;
  font-weight: normal;
  color: #fff;
}
.index-wrapper .waterfall-cards .list-group.article .cards-content h5 .authorName {
  color: #fff;
}
.index-wrapper .waterfall-cards .list-group.article .cards-content p {
  display: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  height: auto;
  max-height: 40px;
  margin-top: -2px;
  width: 420px;
}
.index-wrapper .waterfall-cards .list-group.article.active {
  width: 1220px;
  height: 530px;
}
.index-wrapper .waterfall-cards .list-group.article.active .mix_img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-wrapper .waterfall-cards .list-group.article.active .mix_img::before {
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  -webkit-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.index-wrapper .waterfall-cards .list-group.article.video .cards-content {
  width: 485px;
  bottom: 145px;
  padding: 0;
}
.index-wrapper .waterfall-cards .list-group.article.video .cards-content .video-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  box-shadow: 0 5px 11px 0 rgba(255, 0, 0, 0.3);
  background: #ff4f4f;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.index-wrapper .waterfall-cards .list-group.article.video .cards-content .video-icon span {
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  left: 3px;
  top: 1px;
}
.index-wrapper .waterfall-cards .list-group.article:hover .mix_img:before {
  background: rgba(0, 0, 0, 0.1);
}
.index-wrapper .waterfall-cards .list-group.article.active:hover .mix_img:before {
  background: rgba(0, 0, 0, 0);
}
.index-wrapper .waterfall-cards .list-group.topic {
  padding-bottom: 10px;
}
.index-wrapper .waterfall-cards .list-group.popularize {
  padding-bottom: 10px;
}
.index-wrapper .waterfall-cards .list-group.news.dusu {
  padding-bottom: 10px;
}
.index-wrapper .waterfall-cards .list-group .icon-close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 12px;
  display: none;
}
.index-wrapper .cards h5 i {
  display: none;
}
.index-wrapper .media_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-wrapper .m_left .img_box {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.index-wrapper .m_body {
  width: 231px;
}
.index-wrapper .m_body .author_name_box {
  display: inline-block;
  position: relative;float: none;
}
.index-wrapper .group-items {
  width: 100%;
  min-width: 1200px;
}
.index-wrapper .cards .swiper-slide {
  height: 570px;
  width: 25%;
}
.index-wrapper .cards .cards.regular-cards .list-group-content {
  width: 100%;
}
.index-wrapper .cards .cards.regular-cards .list-group-content ul.list-group {
  width: auto;
}
.index-wrapper .cards .cards.regular-cards .list-group-content ul.list-group li {
  width: 100%;
}
.index-wrapper .cards .group-type-bg {
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.index-wrapper .cards .group-type-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.index-wrapper .cards .group-type {
  background: transparent;
  height: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 20px 20px 0;
}
.index-wrapper .cards .group-type .group-name h3 {
  font-family: ".PingFangSC-Medium";
  font-size: 24px;
  color: #FFFFFF;
  height: auto;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.index-wrapper .cards .group-type .group-name h3 a {
  color: #fff;
}
.index-wrapper .cards .group-type .group-name span {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 14px;
}
.index-wrapper .cards .group-type .media_box .m_left {
  margin-right: 10px;
}
.index-wrapper .cards .group-type .media_box .m_left .img_box {
  width: 2rem;
  height: 2rem;
}
.index-wrapper .cards .group-type .media_box h5 {
  color: #fff;
  line-height: 2rem;
}
.index-wrapper .cards .group-type .media_box h5 .authorName {
  color: #fff;
}
.index-wrapper .cards.regular-cards .list-group > li.img-box a {
  border-radius: 0 0 2px 2px;
}
.index-wrapper .group-items {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.index-wrapper .group-items .swiper-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.index-wrapper .group-items .swiper-btn {
  background: transparent;
  width: 40px;
  height: 50px;
  color: #c9d6de;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
}
.index-wrapper .group-items .swiper-btn span {
  top: 0;
}
.index-wrapper .group-items .swiper-btn.swiper-btn-prev {
  z-index: -1;
  opacity: 0;
}
.index-wrapper .group-items .swiper-btn:hover {
  color: #a8c5d8;
}
.index-wrapper .group-items .swiper-more {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(15, 37, 64, 0.1);
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 110px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
.index-wrapper .group-items .swiper-more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #c9d6de;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.index-wrapper .group-items .swiper-more:hover a {
  color: #a8c5d8;
}
@media screen and (max-width: 1240px) {
  .index-wrapper .group-items {
    margin-left: 0px;
    margin-right: 0px;
  }
}
