.swiper-container {
  height: 460px !important;
}
.swiper-container .swiper-slide {
  height: 460px !important;
}
.top-banner {
  width: 100%;
  height: 540px;
  background: url("/images/info/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: 70px; */
}
.info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
}
.info .top .title {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
}
.info .top .nav .nav-item {
  display: inline-block;
}
.info .top .nav .split {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #dddddd;
  margin: 0 20px;
}
.info .top .nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #666666;
  cursor: pointer;
  transition: all 0.36s ease;
}
.info .top .nav a .iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.info .top .nav a.active {
  font-size: 16px;
  color: #333333;
  position: relative;
}
.info .top .nav a.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 8px;
  background: linear-gradient(90deg, rgba(228, 4, 33, 0), #e40421);
  opacity: 0.8;
  border-radius: 4px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.info .top .nav a:hover {
  color: #E40421;
}
.info .info-text {
  box-sizing: border-box;
  display: inline-block;
  background: #ffffff;
}
.info .info-text .content {
  display: none;
}
.info .info-text .content.active {
  display: block;
}
.info .info-text .paragragh {
  text-indent: 2em;
  font-weight: 400;
  line-height: 36px;
  font-size: 16px;
  margin-top: 28px;
}
.info .info-text .paragragh .paragragh-link {
  padding-left: 10px;
  color: #0054ff;
}
.info .info-text .paragragh-title {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin: 30px 0;
}
.info .info-text .img img {
  max-width: 100%;
}
/* 经营资质 */
.business {
  display: flex;
  background: #F2F8FD;
  padding-left: 200px;
  margin-right: calc(100% / 2 - 600px);
  margin-top: 37px;
}
.business-point {
  width: 120px;
  height: 106px;
  margin-top: 40px;
}
.business-name{
  font-weight: 400;
  font-size: 28px;
  color: #2F3C50;
  margin-top: 110px;
  margin-left: 40px;
  margin-right: 55px;
}
.business-img {
  width: 810px;
  height: 576px;
  padding: 40px 0;
}
/* 许可信息 */
.licence {
  /* display: flex; */
  padding-right: 200px;
  padding-left: calc(100% / 2 - 600px);
}
.licence-name {
  font-weight: 400;
  font-size: 28px;
  width: 168px;
  display: inline-block;
  color: #2F3C50;
  margin-right: 27px;
}
.licence-img {
  width: 810px;
  height: 576px;
  padding: 40px 0;
}
.licence-point {
  width: 96px;
  height: 84px;
  margin-left: 235px;
  margin-top: 490px;
}
/* 自营网络平台 */
.info-table {
  border: 1px solid #D0DFEB;
  margin-top: 40px;
}
.info-table_head {
  border-bottom: 1px solid #D0DFEB;
  display: flex;
}
.info-table_head li {
  padding: 16px 0;
  text-align: center;
  width: calc(100% / 4);
  font-weight: 500;
  font-size: 18px;
  color: #2F3C50;
  background: #F2F8FD;
  border-right: 1px solid #D0DFEB;
}
.info-table_head li:last-child {
  border-right: 0;
}
.info-table_row {
  border-bottom: 1px solid #D0DFEB;
  display: flex;
  align-items: center;
}
.info-table_row:last-child {
  border-bottom: 0;
}
.info-table_row li:last-child {
  border-right: 0;
}
.info-table_row li {
  border-right: 1px solid #D0DFEB;
  text-align: center;
  width: calc(100% / 4);
  font-size: 16px;
  padding: 16px 0;
}
.info-table_width--4 li:nth-child(3){
  color: #E40421;
  cursor: pointer;
  position: relative;
}
.info-table_width--4 li a {
  color: #E40421;
}
.info-table_width--4 li:nth-child(3):hover .qr-code {
  display: block;
}
.qr-code {
  position: fixed;
  top: 33%;
  right: 0;
  background-color: white;
  display: none;
}
.qr-code-img {
  width: 136px;
  height: 136px;
}
.qr-code img {
  width: 100%;
  height: 100%;
}
.qr-code p {
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
}
.info-table_width--3 li {
  width: calc(100% / 3) !important;
}
.info-table_width--5 li {
  width: calc(100% / 5) !important;
}
.info-table_content .info-table_width--5 li {
  padding: 0 !important;
}
.info-table_content .info-table_width--5 li:nth-child(1),
.info-table_content .info-table_width--5 li:nth-child(2),
.info-table_content .info-table_width--5 li:nth-child(5) {
  height: 165px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.info-table_width--5 li p {
  height: 82px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.info-table_width--5 li p:first-child {
  border-bottom: 1px solid #D0DFEB;
}
.info-table_width--5 li a {
  color: #E40421;
}
.product-info {
  margin-bottom: 80px;
}
