* {
  padding: 0;
  border: 0;
  margin: 0;
  /* font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; */
  font-family: 'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  cursor: pointer;
}

a img {
  border: 0 none;
}

.warn {
  display: none;
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  z-index: 222;
}

.warn p {
  position: relative;
  padding: 5px 30px;
  padding-left: 10px;
  border: 4px ridge #eac27e;
  margin: 0 20px;
  font-size: 14px;
  color: #eac27e;
  background-color: #04052e;
}

.warn p .red {
  font-weight: bold;
  color: #ff3333;
  padding: 0 2px;
}

.warn p .button {
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.warn p .button img {
  width: 100%;
}

/* ==============  main  ============== */

.main_wrap {
  position: relative;
  padding-bottom: 320px;
  /* background-color: #1a4b4f; */
}
/* .main_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 861px;
  margin: auto;
  background-image: url("../img/bg-bottom.png");
  background-size: 1920px 861px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
} */

.banner {
  position: relative;
  width: 100%;
  height: 750px;
  /* margin-top: 50px; */
  /* text-align: center; */
  background-image: url('../img/banner1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 750px;
  background-color: rgba(26, 23, 53, 0.66);
}

.banner .logo {
  z-index: 999;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 59px;
  height: 59px;
  box-shadow: 0 0 9px 0px rgba(52, 46, 85, 0.85);
}

/* .banner div {
  position: absolute;
  bottom: -9px;
  bottom: -29px;
  width: 100%;
  font-size: 0;
  z-index: 11;
}
.banner img.banner_logo {
  position: relative;
  left: -4px;
} */

/* .banner img.banner_title {
  width: 1143px;
  height: 424px;
  margin-top: 43px;
  margin-right: 61px; 

  animation: magnify 1s linear;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@keyframes magnify {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
} */

/* @keyframes flip {
  0% {
    transform: perspective(1200px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  40% {
    transform: perspective(1200px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(1200px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(1200px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(1200px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
} */

.hide {
  display: none;
}

.main {
  margin-top: 60px;
  /* background-image: url("../img/bg.png");
  background-repeat: repeat-y; */
  /* color: #eac27e; */
}
.main a:link {
  color: inherit;
}

.main_nav {
  z-index: 11;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
  background-color: #fff;
}

.main_nav .sliding {
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: 100%; */
  width: 250px;
  height: 10px;
  background-image: linear-gradient(90deg, #cb5b8b, #174ad9);
  transform: translate3d(0, 0px, 0px);
}
.main_nav .tab {
  position: relative;
  /* flex-shrink: 0; */
  flex-grow: 1;
  height: 80px;
  text-align: center;
}
/* .main_nav .tab + .tab {
  margin-left: 20px;
} */
/* .main_nav .tab.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #cb5b8b, #174ad9);
} */

.main_nav .tab .inner {
  position: relative;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  color: #001e77;
}
.main_nav .tab .inner .cn {
  font-size: 22px;
  font-weight: bold;
}
.main_nav .tab .inner .en {
  font-size: 20px;
}
/* .main_nav > div {
  min-width: 1030px;
  padding-top: 20px;
  text-align: center;
} */

/* .main_nav > div > a {
  display: inline-block;
  width: 142px;
  height: 142px;
  line-height: 142px;
  margin: 30px;
  text-align: center;
  background-image: url('../img/nav-background.png');
  background-repeat: no-repeat;
  background-size: 115px 115px;
  background-position: center;
} */

/* .main_nav > div > a.active {
  background-image: url('../img/nav-active.png');
  background-size: 142px 142px;
} */

/* .main_nav > div > a:hover {
  background-image: url('../img/nav-active.png');
  background-size: 142px 142px;
} */

/* .main_nav img {
  display: inline-block;
  vertical-align: middle;
} */

.part {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}

.part > div {
  position: relative;
  z-index: 9;
}

.part > .title {
  margin: 50px auto;
  text-align: center;
}

.part > .title .cn {
  display: inline-block;
  /* width: 466px; */
  padding: 0px 86px;
  height: 36px;
  line-height: 36px;
  /* padding-bottom: 4px; */
  margin: auto;
  /* box-sizing: border-box; */
  font-size: 26px;
  color: #fff;
  background-image: linear-gradient(90deg, #73b8e8 -25.38%, #1050b9 100%);
  /* background-image: linear-gradient(90deg, #d1608c -25.38%, #184cdd 100%); */
  /* background-image: url('../img/title-bg.png');
  background-size: 466px 32px; */
}

.part > .title .en {
  font-size: 12px;
  font-style: italic;
  color: #898989;
}

/* .part > .title img {
  width: 728px;
} */

.part > .s-title {
  display: flex;
  align-items: center;
  width: 1000px;
  text-align: left;
}

.part > .s-title span {
  font-size: 24px;
  margin: 0 10px;
}

.part > .s-title em {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  transform: rotate(45deg);
  background-color: #eac27e;
}

.part .content {
  /* width: 1000px; */
  margin: 0 auto;
  overflow: hidden;
}

.part .content .btn {
  float: left;
  width: 200px;
  height: 60px;
  border: 1px solid #000000;
  margin-top: 26px;
  line-height: 60px;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
}

/* .part-bg::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1080px;
  margin: auto;
  background-image: url("../img/bg-part.png");
  background-size: 1920px 1080px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
} */

.scene_1 .content {
  width: 1623px;
  padding: 30px 0;
  /* border: 1px dashed #d9d9da; */
  border-left: 0;
  border-right: 0;
}
.scene_1 .content .left {
  float: left;
  width: 730px;
  height: 480px;
  /* border: 1px solid #e2c068; */
  /* overflow: hidden; */
}

.scene_1 .content .left img {
  width: 100%;
}

.scene_1 .content .left video {
  width: 100%;
  height: 100%;
}

.scene_1 .content .right {
  float: right;
  width: 750px;
}

.scene_1 .content .right h2 {
  font-size: 34px;
  padding-bottom: 10px;
  /* text-align: center; */
  /* border-bottom: 1px dotted #f2d27a; */
}
/* .scene_1 .content .right h2 a {
  color: #eac27e;
} */
/* .scene_1 .content .btn {
  float: right;
} */

.scene_1 .content .right p {
  font-size: 26px;
  margin: 15px 0;
  line-height: 42px;
  text-align: justify;
  color: #4d4d4d;
}
.scene_1 .content .right p a {
  color: #eac27e;
}
.scene_1 .content .right > div:nth-child(2n) p {
  color: #f1cd6c;
}
.scene_1 .content .right > div:nth-child(2n) p a {
  color: #f1cd6c;
}

.scene_2 .content {
  width: 100%;
}

/* .scene_2 .content .device {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
} */

.scene_2 .content .swiper-container {
  width: 100%;
  height: 700px;
}

/* .scene_2 .content .swiper-container .arrow {
  position: relative;
  width: 1630px;
  margin: 0 auto;
} */

.scene_2 .content .swiper-container .arrow {
  opacity: 0.8;
  background-color: #303030;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 11;
}
.scene_2 .content .swiper-container .arrow.arrow-left {
  left: 50%;
  margin-left: -815px;
}
.scene_2 .content .swiper-container .arrow.arrow-right {
  right: 50%;
  margin-right: -815px;
}

.scene_2 .content .swiper-slide {
  position: relative;
  width: 1630px;
  text-align: center;
  filter: blur(6px);
  opacity: 0.4;
}
.scene_2 .content .swiper-slide-active {
  filter: blur(0);
  opacity: 1;
}
/* .scene_2 .content .swiper-slide .mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1a4b4f;
  background-color: rgba(171, 230, 235, 0.95);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.scene_2 .content .swiper-slide-active .mask {
  display: none;
} */
.scene_2 .content .swiper-slide img {
  max-width: 100%;
}

.scene_3 .content {
  color: #fff;
  background-image: linear-gradient(0, #0a1a57, #5189ff);
}
.scene_3 .content .btn {
  width: 69px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  background-image: url('../img/btn-bg.png');
  background-size: 69px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.scene_3 .content .left {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  border: none;
}
.scene_3 .content .right {
  width: 500px;
  padding-right: 40px;
}
.scene_3 .content .right h2 {
  text-align: left;
  font-size: 18px;
}
.scene_3 .content .right p {
  font-size: 12px;
}

.scene_4 .content .tab-wrapper {
  display: flex;
  height: 150px;
  background-color: #ebf2f4;
}
.scene_4 .content .tab {
  position: relative;
  width: 33.3%;
  line-height: 40px;
  border-radius: 5px;
  font-size: 26px;
  text-align: center;
  /* font-weight: bold; */
  cursor: pointer;
}
.scene_4 .content .tab.select {
  color: #fff;
  /* background-image: linear-gradient(90deg, #0f3ad6, #01e6dd); */
  /* background-image: url('../img/tab-bg.png');
  background-size: 708px 212px; */
}
.scene_4 .content .tab.select::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 212px;
  background-image: url('../img/tab-bg.png');
  background-size: 100% 100%;
  /* background-repeat: no-repeat; */
}
.scene_4 .content .tab .inner {
  position: relative;
  z-index: 9;
  height: 100%;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.scene_4 .content .tab .inner > div:last-child {
  font-weight: bold;
}
/* .scene_4 .content .img-wrapper {
  margin-top: 20px;
  border: 3px solid #ffe298;
} */
.scene_4 .content .img-wrapper img {
  width: 100%;
}

.arrow-left,
.arrow-right {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url('../img/icon.png');
}

.arrow-left {
  left: 0;
  background-position: 0 0;
}

.arrow-right {
  right: 0;
  background-position: -120px 0;
}

.guest_viewpoint .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guest_viewpoint .content > div {
  display: inline-block;
  width: 490px;
  margin-bottom: 15px;
}

.guest_viewpoint .content > div span {
  display: inline-block;
}

.guest_viewpoint .content > div span {
  width: 83px;
  height: 30px;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  /* background-image: url("../img/guest-bg-1.png");
  background-position: center;
  background-repeat: no-repeat; */
  background-color: #f1cd6c;
  border-radius: 2px;
}

.guest_viewpoint .content > div a {
  width: 380px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #e6c469;
  margin-left: 15px;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #eac27e;
  overflow: hidden;
}

.guest_bigwigs .content {
  position: relative;
  padding-bottom: 30px;
}

.guest_bigwigs .swiper-container {
  height: 710px;
}

.guest_bigwigs .swiper-slide {
  width: 520px;
  height: 710px;
  background-image: linear-gradient(0, #73b8e8 0, #1050b9 240px);
}

/* .guest_bigwigs .swiper-slide.swiper-slide-active {
  width: 520px;
  height: auto;
} */

.guest_bigwigs .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 470px;
  /* height: 430px; */
  /* padding-bottom: 4px; */
  /* background-color: #8bacff; */
  overflow: hidden;
}
/* .guest_bigwigs .swiper-slide.swiper-slide-active .img {
  height: 480px;
} */

.guest_bigwigs .swiper-slide .img img {
  width: 100%;
}
/* .guest_bigwigs .swiper-slide .img::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(0, #0f3ad6, #5183ff);
} */

.guest_bigwigs .swiper-slide .info {
  /* width: 185px; */
  /* height: 73px; */
  margin-top: 30px;
  color: #fff;
  /* background-image: linear-gradient(0, #0f3ad6, #5183ff); */
  /* background-image: url("../img/bg-gradient.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.guest_bigwigs .swiper-slide .info > div {
  /* color: #000000; */
  text-align: center;
}

.guest_bigwigs .swiper-slide .info > div:first-child {
  font-size: 46px;
  font-weight: bold;
  padding-top: 5px;
}

.guest_bigwigs .swiper-slide .info > div + div {
  font-size: 30px;
  padding-top: 3px;
}

.guest_bigwigs .pagination-guest {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.guest_bigwigs .pagination-guest .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 6px;
  border-radius: 2px;
  margin: 0 5px;
  background-color: #eee;
}

.guest_bigwigs .pagination-guest .swiper-active-switch {
  width: 36px;
  background-color: #0f3ad6;
}

.talk .talk-detail {
  width: 1623px;
  margin: auto;
}
.talk .talk-detail li {
  display: none;
  overflow: hidden;
}

.talk .talk-detail .left {
  float: left;
  width: 750px;
  /* height: 335px; */
  padding-top: 50px;
}

.talk .talk-detail .left h2 {
  font-size: 32px;
}

.talk .talk-detail .left p {
  font-size: 18px;
  margin-top: 15px;
  text-align: justify;
}

.talk .talk-detail .left p a {
  padding: 5px 15px;
  /* display: inline-block;
  width: 97px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  color: #000000;
  background-image: url("../img/bg-gradient.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  /* background-image: url("../img/icon-more.png");
  background-size: 97px 31px;
  background-position: center; */
}

.talk .talk-detail .right {
  float: right;
  width: 295px;
  height: 335px;
  line-height: 335px;
  font-size: 0;
  overflow: hidden;
}

.talk .talk-detail .right img {
  width: 100%;
  vertical-align: bottom;
}

.talk .wrap {
  width: 100%;
  height: 130px;
  padding: 6px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.talk .talk-people {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-image: linear-gradient(0, #0a1a57, #5189ff);
  /* background-color: #ffd973; */
  /* background-image: url("../img/poeple-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; */
}

.talk .talk-people li {
  display: inline-block;
  /* font-size: 18px; */
  color: #fff;
  padding: 10px 5px;
  cursor: default;
}

.talk .talk-people li div {
  text-align: center;
}

.talk .talk-people li.select {
  border-radius: 10px;
  background-color: #1e4fb9;
  /* background-image: url("../img/plist-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; */
}

.talk .talk-people li div:first-child {
  font-size: 16px;
}

.talk .talk-people li div + div {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.talk.cover .talk-detail .left {
  float: right;
  width: 550px;
  padding-top: 0;
}
.talk.cover .talk-detail .right {
  float: left;
  width: 350px;
  height: auto;
}
.talk.cover .wrap {
  height: 80px;
}
/* .talk.cover .talk-people {
  height: 60px;
} */
.talk.cover .talk-people li div {
  font-size: 20px;
  font-weight: bold;
}

/* .report {
  display: none;
} */
.report .content {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.report .content .left {
  width: 500px;
  height: 350px;
  background-color: #f1cd6c;
}
.report .content .left img {
  width: 100%;
}

.report .content .right {
  width: 440px;
  padding: 0 30px;
}
.report .content .right .list a {
  display: inline-flex;
  align-items: center;
}
.report .content .right .list a + a {
  margin-top: 25px;
}
.report .content .right .list a .num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background-color: #f1cd6c;
}
.report .content .right .list a .title {
  font-size: 20px;
  color: #eac27e;
}
.report .content .right .download {
  float: right;
  width: 96px;
  height: 32px;
  line-height: 32px;
  margin-top: 30px;
  border-radius: 2px;
  text-align: center;
  color: #000000;
  background-image: url('../img/bg-gradient.png');
  background-size: 100% 100%;
}

.report .content_new {
  position: relative;
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 720px;
}

#lszk.report .content_new {
  height: 750px;
  background-size: 1920px 750px;
}
#lsbg.report .content_new {
  height: 545px;
  background-size: 1920px 545px;
}

.report .content_new a {
  position: absolute;
  top: 215px;
  left: 50%;

  display: inline-block;
  width: 935px;
  height: 210px;
  margin-left: -250px;
}

.report-1 a.content_new {
  display: block;
}

.report-1 .content_new {
  background-image: url('../img/cszk.jpg');
  background-size: 1920px 748px;
  height: 748px;
}

.report-2 .content_new {
  background-image: url('../img/djg.png');
  background-size: 1920px 545px;
  height: 545px;
}

.sell-list .tab span {
  display: inline-block;
  /* width: 246px; */
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.sell-list .tab span.select {
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #0a1a57, #5189ff);
  /* background-image: url("../img/bg-gradient.png");
  background-repeat: no-repeat;
  background-size: 100%; */
  /* background-image: url("../img/sell-title-bg.png");
  background-repeat: no-repeat;
  background-size: 100%; */
}

.sell-list .group-photo > div {
  display: none;
  width: 100%;
  /* height: 460px; */
  /* border: 3px solid #ffe298; */
  /* margin-top: 15px; */
  box-sizing: border-box;
  font-size: 0;
  background-color: #ffe298;
  overflow: hidden;
}

.sell-list .group-photo > div img {
  width: 100%;
}

.sell-list .list ul {
  display: none;
  justify-content: space-between;
}

.sell-list .list li {
  display: inline-block;
  /* padding-top: 25px; */
  margin-top: 10px;
  vertical-align: top;
}

/* .sell-list .list li.select {
  background-image: url("../img/sell-list-icon.png");
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: top left;
} */

.sell-list .list li .name {
  display: inline-block;
  position: relative;
  /* padding-left: 21px; */
  vertical-align: top;
  cursor: default;
  width: 45px;
  text-align: center;
}
.sell-list .list li .name::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: auto;
}
.sell-list .list li.select .name::before {
  background-image: linear-gradient(0, #0f3ad6, #5189ff);
}

.sell-list .list li .name span {
  display: inline-block;
  padding-top: 10px;
}

/* .sell-list .list li .name span:first-child {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 15px;
  vertical-align: top;
} */

/* .sell-list .list li .name span+span { */

.sell-list .list li .name span {
  position: relative;
  top: -4px;
  width: 24px;
  word-wrap: break-word;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  /* writing-mode: vertical-rl; */
  /* letter-spacing: 2px; */
}
.sell-list .list li .name span.word {
  writing-mode: vertical-rl;
}

.sell-list .list li.select .detail {
  display: inline-block;
}

.sell-list .list li .detail {
  display: none;
  padding: 5px;
  color: #fff;
  background-image: linear-gradient(0, #0f3ad6, #5189ff);
  box-shadow: 0 -3px 10px #afafaf;
  overflow: hidden;
}

.sell-list .list li .detail > div {
  display: inline-block;
}

.sell-list .list li .detail div:first-child {
  width: 190px;
  /* height: 120px; */
  vertical-align: top;
}

.sell-list .list li .detail div img {
  width: 100%;
}

.sell-list .list li .detail div + div {
  width: 130px;
  font-size: 14px;
  text-align: justify;
  /* color: #000000; */
}

/* .sell-list .list ul:first-child .detail {
  display: none;
} */

.video .content {
  font-size: 0;
  border: 1px solid #f1cd6c;
}
.video .content iframe {
  width: 100%;
  height: 310px;
}

/* .review {
  padding-bottom: 150px;
  background-image: url("../img/bottom-bg.png");
  background-repeat: no-repeat;
  background-size: 1920px 780px;
} */

.review .content {
  position: relative;
}

.review .content .swiper-container {
  width: 100%;
  height: 170px;
}

.review .content .swiper-slide {
  width: 250px;
  height: 170px;
  border: 1px solid #f8de9e;
  margin-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 300ms;
  transform: scale(0);
  opacity: 1;
}

.review .content .swiper-slide-visible {
  opacity: 0.6;
  transform: scale(0.9);
}

.review .content .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.review .content .swiper-slide a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.review .content .swiper-slide a img {
  width: 100%;
}

.review .content .swiper-slide a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background-color: rgba(4, 5, 46, 0.8);
}

.review .content .arrow {
  display: none;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.review .content:hover .arrow {
  display: block;
}

.review .content .arrow a {
  position: absolute;
  top: 62px;
  z-index: 11;
  opacity: 0.8;
  background-color: #303030;
}
