@import "../../css/component.css";
.box {
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.fixed-img {
  width: 118px;
  height: 118px;
  position: fixed;
  z-index: 99;
  bottom: 120px;
  right: 60px;
  cursor: pointer;
}
.row-1 {
  height: 556px;
  box-sizing: border-box;
  background-image: url(../../img/index-row-1-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.row-1 .r1-box-1 {
  width: 600px;
  margin: 87px auto 63px;
  background: rgba(219, 226, 255, 0.18);
  border-radius: 21px;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
}
.row-1 .r1-box-1 .title-1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 51px;
  letter-spacing: 2px;
  text-align: center;
}
.row-1 .r1-box-1 .title-1::after {
  content: "";
  display: inline-block;
  width: 0;
  margin-left: -2px;
  /* 负的 letter-spacing 值 */
}
.row-1 .r1-box-1 .title-2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 81px;
  letter-spacing: 70px;
  text-align: center;
  margin-top: 10px;
}
.row-1 .r1-box-1 .title-2::after {
  content: "";
  display: inline-block;
  width: 0;
  margin-left: -70px;
  /* 负的 letter-spacing 值 */
}
.row-1 .r1-box-1 .item-1 {
  width: 482px;
  margin: 24px auto 0;
  height: 100px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 55px;
}
.row-1 .r1-box-1 .item-1 .i1 {
  color: #ffa200;
  margin: 0 16px;
}
.row-1 .item-img {
  position: absolute;
  width: 212px;
  left: 508px;
  bottom: 6px;
}
.row-2 {
  min-height: 588px;
  background-image: url(../../img/index-row-2-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 260px;
  overflow: hidden;
}
.row-2 .r2-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 32px;
}
.row-2 .r2-title-box .right-box {
  height: 50px;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  color: rgba(29, 29, 29, 0.8);
  cursor: pointer;
}
.row-2 .r2-title-box .right-box img {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.row-2 .r2-title-box .left-box {
  display: flex;
  align-items: center;
}
.row-2 .r2-title-box .left-box .left-icon {
  width: 10px;
  margin-right: 20px;
}
.row-2 .r2-title-box .left-box .left-title {
  font-weight: 600;
  font-size: 38px;
  color: #333;
}
.row-2 .r2-title-box .left-box .left-title span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(29, 29, 29, 0.8);
  margin-left: 7px;
}
.row-2 .r2-content-1 {
  height: 430px;
  display: flex;
}
.row-2 .r2-content-1 .r2-content-1-left {
  width: 766px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.row-2 .r2-content-1 .r2-content-1-left .r2-content-1-left-img {
  width: 100%;
  height: 100%;
}
.row-2 .r2-content-1 .r2-content-1-left .r2-content-1-left-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  padding: 0 16px 0 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.row-2 .r2-content-1 .r2-content-1-left .r2-content-1-left-title .left {
  margin-bottom: 20px;
  width: 646px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 设置最大行数 */
  overflow: hidden;
}
.row-2 .r2-content-1 .r2-content-1-left .zhishi-box {
  position: absolute;
  right: 16px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.row-2 .r2-content-1 .r2-content-1-left .zhishi-box .zhishi-icon {
  width: 7px;
  height: 7px;
  background: #c6c6c6;
  border-radius: 4px;
  cursor: pointer;
  transition: width 0.3s;
}
.row-2 .r2-content-1 .r2-content-1-left .zhishi-box .zhishi-icon-a {
  width: 19px;
  height: 7px;
  background: #c8181d;
  border-radius: 4px;
}
.row-2 .r2-content-1 .r2-content-1-right {
  flex: 1;
  box-sizing: border-box;
  padding-left: 33px;
  display: flex;
  flex-direction: column;
}
.row-2 .r2-content-1 .r2-content-1-right .title-box .title {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.row-2 .r2-content-1 .r2-content-1-right .title-box .text {
  width: 100%;
  margin: 14px 0;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 设置最大行数 */
  overflow: hidden;
}
.row-2 .r2-content-1 .r2-content-1-right .list-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.row-2 .r2-content-1 .r2-content-1-right .list-box .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.row-2 .r2-content-1 .r2-content-1-right .list-box .list-item .left {
  display: flex;
  align-items: center;
  flex: 1;
}
.row-2 .r2-content-1 .r2-content-1-right .list-box .list-item .left .spot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #999999;
  border: 2px;
  overflow: hidden;
  margin-right: 11px;
}
.row-2 .r2-content-1 .r2-content-1-right .list-box .list-item .left .left-title {
  width: 1px;
  flex: 1;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 溢出部分显示为省略号 */
}
.row-2 .r2-content-1 .r2-content-1-right .list-box .list-item .right {
  color: #999;
}
.row-2 .r2-content-2 {
  height: 186px;
  display: flex;
  justify-content: flex-start;
  gap: 27px;
  margin-top: 31px;
  margin-bottom: 10px;
}
.row-2 .r2-content-2 .r2-c2-item {
  width: calc(100% / 4);
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.row-2 .r2-content-2 .r2-c2-item img {
  height: 100%;
  width: 100%;
}
.row-2 .r2-content-2 .r2-c2-item .title-box {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 53px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 0 18px;
}
.row-2 .r2-content-2 .r2-c2-item .title-box .title {
  height: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 溢出部分显示为省略号 */
}
.row-3 {
  height: 673px;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  position: relative;
}
.row-3 .swiper-img {
  width: 100%;
  height: 100%;
}
.row-3 .video-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.row-3 .swiper {
  height: 100%;
}
.row-3 .swiper-wrapper .swiper-slide {
  width: calc(100% - 520px) !important;
  transform: scale(0.9);
  position: relative;
  transition: all 1s;
}
.row-3 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色遮罩 */
  z-index: 1;
  /* 遮罩层位于内容下方 */
}
.row-3 .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
.row-3 .swiper-wrapper .swiper-slide-active::before {
  background-color: rgba(0, 0, 0, 0);
}
.row-3 .but-prev {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.row-3 .but-next {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.row-4 {
  height: 823px;
  background-image: url(../../img/index-row-2-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 260px;
  overflow: hidden;
}
.row-4 .r4-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
.row-4 .r4-title-box .right-box {
  height: 50px;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  color: rgba(29, 29, 29, 0.8);
  cursor: pointer;
}
.row-4 .r4-title-box .right-box img {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.row-4 .r4-title-box .left-box {
  display: flex;
  align-items: center;
}
.row-4 .r4-title-box .left-box .left-icon {
  width: 10px;
  margin-right: 20px;
}
.row-4 .r4-title-box .left-box .left-title {
  font-weight: 600;
  font-size: 38px;
  color: #393939;
}
.row-4 .r4-title-box .left-box .left-title span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(29, 29, 29, 0.8);
  margin-left: 7px;
}
.row-4 .r4-content-1 {
  display: flex;
  justify-content: center;
}
.row-4 .r4-content-1 .wind-item {
  height: 631px;
  width: 200px;
  border-radius: 12px;
  transition: all 1s;
  overflow: hidden;
  position: relative;
}
.row-4 .r4-content-1 .wind-item:nth-child(odd) {
  transform: scale(0.8);
}
.row-4 .r4-content-1 .wind-item:nth-child(even) {
  transform: scale(0.9);
}
.row-4 .r4-content-1 .wind-item:nth-child(1) {
  margin-right: -100px;
  position: relative;
  z-index: 1;
  background-image: url(../../img/index-row-4-001.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row-4 .r4-content-1 .wind-item:nth-child(2) {
  margin-right: -100px;
  position: relative;
  z-index: 2;
  background-image: url(../../img/index-row-4-002.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row-4 .r4-content-1 .wind-item:nth-child(3) {
  transform: scale(1);
  width: 950px;
  position: relative;
  z-index: 3;
  background-image: url(../../img/index-row-4-005.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row-4 .r4-content-1 .wind-item:nth-child(4) {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  background-image: url(../../img/index-row-4-004.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row-4 .r4-content-1 .wind-item:nth-child(5) {
  margin-left: -100px;
  position: relative;
  z-index: 1;
  background-image: url(../../img/index-row-4-003.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row-4 .r4-content-1 .wind-item .vertical-box {
  width: 50%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin: 32px 27px;
}
.row-4 .r4-content-1 .wind-item .vertical-box .title {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  writing-mode: vertical-rl;
  margin-right: 13px;
  letter-spacing: 5px;
}
.row-4 .r4-content-1 .wind-item .vertical-box .text {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
.row-4 .r4-content-1 .wind-item .aclinic-box {
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.row-4 .r4-content-1 .wind-item .aclinic-box .left-box {
  width: 433px;
  padding: 0 40px;
  box-sizing: border-box;
  background-image: url(../../img/index-row-4-006.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.row-4 .r4-content-1 .wind-item .aclinic-box .left-box .title {
  font-weight: 600;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 150px;
}
.row-4 .r4-content-1 .wind-item .aclinic-box .left-box .icon {
  width: 55px;
  height: 6px;
  background: #a8389a;
  border-radius: 3px;
  margin-top: 12px;
}
.row-4 .r4-content-1 .wind-item .aclinic-box .left-box .text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.69);
  line-height: 26px;
  margin-top: 36px;
}
.row-4 .r4-content-1 .wind-item .aclinic-box .left-box .but {
  width: 124px;
  height: 51px;
  background: linear-gradient(133deg, #058af5 0%, #a8389c 100%);
  border-radius: 26px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  cursor: pointer;
}
.row-4 .r4-content-1 .wind-item .aclinic-box .right-box {
  flex: 1;
}
.row-4 .r4-content-1 .wind-item:nth-child(3) .aclinic-box {
  opacity: 1;
}
.row-4 .r4-content-1 .wind-item:nth-child(3) .vertical-box {
  opacity: 0;
}
.row-4 .r4-content-1 .wind-item:nth-child(4) .vertical-box,
.row-4 .r4-content-1 .wind-item:nth-child(5) .vertical-box {
  right: 0;
  justify-content: flex-end;
  left: unset;
}
.row-5 {
  background-image: url(../../img/index-row-5-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 260px;
  overflow: hidden;
}
.row-5 .r5-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 32px;
}
.row-5 .r5-title-box .right-box {
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.row-5 .r5-title-box .right-box img {
  width: 16px;
  height: 16px;
}
.row-5 .r5-title-box .right-box .select-box {
  width: auto;
  margin-right: 10px;
  /* 对于大多数现代浏览器 */
  /* 针对特定浏览器的不同前缀 */
  /* Firefox */
  /* Internet Explorer 10+ */
  /* Safari and Chrome */
}
.row-5 .r5-title-box .right-box .select-box .el-select__wrapper,
.row-5 .r5-title-box .right-box .select-box .el-input__wrapper {
  width: 125px;
  height: 36px;
  border-radius: 20px;
  box-sizing: border-box;
}
.row-5 .r5-title-box .right-box .select-box .el-input__prefix {
  display: none;
}
.row-5 .r5-title-box .right-box .select-box .el-select__placeholder,
.row-5 .r5-title-box .right-box .select-box .el-input__inner {
  color: #3f4ba1;
}
.row-5 .r5-title-box .right-box .select-box .el-input__inner::placeholder {
  color: #3f4ba1 !important;
  /* 设置你想要的占位符颜色 */
}
.row-5 .r5-title-box .right-box .select-box :-moz-placeholder {
  /* Firefox 18- */
  color: #3f4ba1 !important;
}
.row-5 .r5-title-box .right-box .select-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f4ba1 !important;
}
.row-5 .r5-title-box .right-box .select-box :-ms-input-placeholder {
  color: #3f4ba1 !important;
}
.row-5 .r5-title-box .right-box .select-box ::-webkit-input-placeholder {
  color: #3f4ba1 !important;
}
.row-5 .r5-title-box .right-box .select-box .el-select__caret {
  color: #3f4ba1;
}
.row-5 .r5-title-box .left-box {
  display: flex;
  align-items: center;
}
.row-5 .r5-title-box .left-box .left-icon {
  margin-right: 20px;
  width: 10px;
  height: 36px;
  background: #ffffff;
  border-radius: 5px;
}
.row-5 .r5-title-box .left-box .left-title {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
}
.row-5 .r5-title-box .left-box .left-title span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 7px;
}
.row-5 .content-box {
  height: 370px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
}
.row-5 .content-box .center-line-box {
  width: 100%;
  height: 22px;
  position: relative;
  transform: translateX(0);
}
.row-5 .content-box .center-line-box .line-item {
  min-width: 100%;
  height: 1px;
  background-color: #fff;
}
.row-5 .content-box .center-line-box .schedule-item {
  width: 195px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: -50%;
}
.row-5 .content-box .center-line-box .schedule-item:nth-child(2n) {
  transform: rotate(180deg);
  top: calc(50% - 170px);
}
.row-5 .content-box .center-line-box .schedule-item:nth-child(2n) .brand {
  transform: rotate(180deg);
}
.row-5 .content-box .center-line-box .schedule-item .spot-item {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
.row-5 .content-box .center-line-box .schedule-item .spot-item-a {
  border: 6px solid #a8389a;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .line {
  width: 2px;
  /* 线条的宽度 */
  height: 30px;
  /* 线条的高度 */
  background-color: #ffffff;
  position: relative;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .line::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -5px;
  width: 12px;
  /* 占满整个容器宽度 */
  height: 2px;
  /* 占满整个容器高度 */
  background-color: #ffffff;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .line-a {
  background-color: #a8389a;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .line-a::after {
  background-color: #a8389a;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .brand {
  width: 195px;
  height: 94px;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0.34) 100%);
  box-shadow: 0px 0px 10px 0px rgba(65, 119, 147, 0.14);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 12px;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .brand .title {
  font-weight: 600;
  font-size: 18px;
  color: #1d1d1d;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .brand .time,
.row-5 .content-box .center-line-box .schedule-item .brand-item .brand .place {
  font-size: 14px;
  color: #1d1d1d;
}
.row-5 .content-box .center-line-box .schedule-item .brand-item .brand-a {
  border-width: inherit;
  border-left: 6px solid #a8389a;
  background-color: #fff;
}
.row-5 .icon-box {
  margin-top: 42px;
  margin-bottom: 27px;
}
.row-5 .icon-box .icon-title {
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
}
.row-5 .icon-box .icon-items {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.row-5 .icon-box .icon-items .icon-item .icon-img {
  width: 86px;
  height: 86px;
  border-radius: 25px;
  box-sizing: border-box;
}
.row-5 .icon-box .icon-items .icon-item .icon-text {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.row-5 .icon-box .icon-items .icon-item-a .icon-img {
  border: 3px solid #a8389a;
}
.row-6 {
  background-image: url(../../img/index-row-6-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 260px;
  overflow: hidden;
}
.row-6 .r6-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
.row-6 .r6-title-box .right-box {
  height: 50px;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1d;
  cursor: pointer;
}
.row-6 .r6-title-box .right-box img {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.row-6 .r6-title-box .left-box {
  display: flex;
  align-items: center;
}
.row-6 .r6-title-box .left-box .left-icon {
  margin-right: 20px;
  width: 10px;
  height: 36px;
  border-radius: 5px;
}
.row-6 .r6-title-box .left-box .left-title {
  font-weight: 600;
  font-size: 38px;
  color: #1d1d1d;
}
.row-6 .r6-title-box .left-box .left-title span {
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1d;
  margin-left: 7px;
}
.row-6 .r6-tabbar-box {
  display: flex;
  justify-content: center;
  color: #3e3e3e;
  gap: 22px;
}
.row-6 .r6-tabbar-box .tab-item {
  width: 172px;
  height: 47px;
  background: #fceefb;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #3e3e3e;
  cursor: pointer;
}
.row-6 .r6-tabbar-box .tab-item-a {
  background-image: url(../../img/index-row-6-tabbar-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: unset;
  color: #fff;
}
.row-6 .r6-table-box {
  min-height: 480px;
  margin-top: 27px;
  margin-bottom: 72px;
}
.row-6 .r6-table-box .table-header {
  height: 56px;
  background: linear-gradient(123deg, #cc81ec 0%, #5c73ef 100%);
  border-radius: 16px 16px 0px 0px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 23px;
  padding-right: 42px;
  text-align: center;
}
.row-6 .r6-table-box .table-header .table-header-item {
  width: 15%;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.row-6 .r6-table-box .table-header .table-header-item:nth-child(1) {
  width: 20%;
  text-align: center;
}
.row-6 .r6-table-box .table-header .table-header-item:nth-child(2) {
  width: 20%;
}
.row-6 .r6-table-box .table-body {
  height: 420px;
  overflow: auto;
  background: linear-gradient(169deg, rgba(73, 18, 226, 0.19) 0%, rgba(203, 170, 214, 0.16) 100%);
  box-sizing: border-box;
  padding: 10px 23px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.row-6 .r6-table-box .table-body .row {
  min-height: 43px;
  background: rgba(255, 255, 255, 0.66);
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.row-6 .r6-table-box .table-body .row .col {
  text-align: center;
  width: 15%;
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-6 .r6-table-box .table-body .row .col:nth-child(1) {
  width: 20%;
  text-align: center;
}
.row-6 .r6-table-box .table-body .row .col:nth-child(2) {
  width: 20%;
}
.row-6 .r6-table-box .table-body .row .col .col-icon {
  width: 21px;
  height: 28px;
}
.row-6 .r6-table-box .table-body .more-but {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.row-6 .r6-table-box .table-body .more-but img {
  width: 20px;
}
.row-7 {
  background-image: url(../../img/index-row-7-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 42px;
  overflow: hidden;
}
.row-7 .r7-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 32px;
  padding: 0 260px;
}
.row-7 .r7-title-box .right-box {
  height: 50px;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1d;
  cursor: pointer;
}
.row-7 .r7-title-box .right-box img {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.row-7 .r7-title-box .left-box {
  display: flex;
  align-items: center;
}
.row-7 .r7-title-box .left-box .left-icon {
  margin-right: 20px;
  width: 10px;
  height: 36px;
  border-radius: 5px;
}
.row-7 .r7-title-box .left-box .left-title {
  font-weight: 600;
  font-size: 38px;
  color: #1d1d1d;
}
.row-7 .r7-title-box .left-box .left-title span {
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1d;
  margin-left: 7px;
}
.row-7 .content-box .swiper {
  width: 100%;
}
.row-7 .content-box .swiper .swiper-slide {
  width: 33.33%;
  border-radius: 16px;
  overflow: hidden;
}
.row-7 .content-box .swiper .swiper-slide .swiper-img-box {
  height: 340px;
  position: relative;
}
.row-7 .content-box .swiper .swiper-slide .swiper-img-box .swiper-img {
  width: 100%;
  height: 100%;
}
.row-7 .content-box .swiper .swiper-slide .swiper-img-box .swiper-img-mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 63px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.row-7 .content-box .swiper .swiper-slide .swiper-title {
  width: 100%;
  height: 90px;
  background: #ffffff;
  padding: 30px 25px;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  box-sizing: border-box;
  text-align: center;
}
.row-7 .content-box .but-box {
  width: fit-content;
  margin: 63px auto 0;
  display: flex;
  gap: 38px;
}
.row-7 .content-box .but-box .but-prev,
.row-7 .content-box .but-box .but-next {
  width: 63px;
  height: 63px;
  cursor: pointer;
}
