.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.scenes-top {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1200px;
  width: 100%;
  z-index: -1;
}
.scenes-header {
  padding-top: 114px;
  display: flex;
  color: #333333;
}
.scenes-header .scenes-header-title-box {
  margin: 147px 10px 0 38px;
  width: 452px;
}
.scenes-header .scenes-header-title {
  font-size: 40px;
  line-height: 58px;
  font-weight: 900;
  margin-bottom: 10px;
}
.scenes-header .scenes-header-subtitle {
  font-size: 18px;
  line-height: 26px;
}
@keyframes marqueydown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes marqueyup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(46%);
  }
}
.partner {
  margin-top: 60px;
  background-color: #f8f8f9;
}
.partner .scenes-top {
  height: 675px;
  background: linear-gradient(180deg, #f3f6ff 0%, #f8f8f9 100%);
}
.partner .scenes-header-image-box {
  display: flex;
  height: 353px;
  margin-top: 34px;
  width: 680px;
  position: relative;
  padding-left: 21px;
  box-sizing: border-box;
}
.partner .scenes-header-image-box li {
  width: 120px;
  height: 56px;
  position: relative;
  overflow: hidden;
}
.partner .scenes-header-image-box li img {
  width: 150px;
  height: 86px;
  position: absolute;
  left: -15px;
  top: -15px;
}
.partner .scenes-header-image-box .marque-con {
  position: relative;
  width: 120px;
  overflow: hidden;
}
.partner .scenes-header-image-box .marque-con:not(:last-child) {
  margin-right: 10px;
}
.partner .scenes-header-image-box .marque-con:not(:nth-child(2n)) {
  height: 254px;
  margin-top: 52px;
  overflow: hidden;
}
.partner .scenes-header-image-box .marque-con:not(:nth-child(2n)) ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.partner .scenes-header-image-box .marque-con:not(:nth-child(2n)) .marque-group > ul {
  padding-bottom: 10px;
}
.partner .scenes-header-image-box .marque-con:not(:nth-child(2n)) .marque-group {
  animation: marqueydown 20s linear infinite;
}
.partner .scenes-header-image-box .marque-con:nth-child(2n) {
  height: 320px;
  margin-top: 19px;
}
.partner .scenes-header-image-box .marque-con:nth-child(2n) ul > li:not(:first-child) {
  margin-top: 10px;
}
.partner .scenes-header-image-box .marque-con:nth-child(2n) .marque-group > ul:last-child {
  padding-top: 10px;
}
.partner .scenes-header-image-box .marque-con:nth-child(2n) .marque-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  animation: marqueyup 25s linear infinite;
}
.partner .scenes-header-image-box .img-mask-top,
.partner .scenes-header-image-box .img-mask-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 146px;
  box-sizing: border-box;
  z-index: 2;
}
.partner .scenes-header-image-box .img-mask-top {
  top: 0;
  background: linear-gradient(180deg, #f3f6ff 0%, rgba(243, 246, 255, 0) 100%);
}
.partner .scenes-header-image-box .img-mask-bottom {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f4f7ff 100%);
}
.partner .senes-middle-box {
  margin-top: 93px;
}
.partner .senes-middle-box h2,
.partner .senes-middle-box h4 {
  text-align: center;
}
.partner .senes-middle-box .title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 900;
}
.partner .senes-middle-box .subtitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}
.partner .senes-middle-box .partner-list {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.partner .senes-middle-box .partner-list li {
  width: 210px;
  margin-bottom: 20px;
  overflow: hidden;
}
.partner .senes-middle-box .partner-list li:not(:nth-child(5n)) {
  margin-right: 30px;
}
.partner .senes-middle-box .partner-list li img {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
  object-fit: contain;
}
.partner .partner-layout-box {
  margin-top: 100px;
  display: flex;
  color: #333;
}
.partner .partner-layout-box .partner-layout-nav {
  width: 150px;
}
.partner .partner-layout-box .partner-layout-list {
  flex: 1;
  padding-bottom: 40px;
}
.partner .partner-layout-box .category-list {
  padding-top: 19px;
  position: sticky;
  top: 140px;
  padding-bottom: 20px;
}
.partner .partner-layout-box .category-item {
  font-weight: 350;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 23px;
  transition: all 0.3s;
  padding-left: 12px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
.partner .partner-layout-box .category-item::before {
  content: "";
  display: block;
  height: 0;
  width: 2px;
  background-color: #2254f5;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 10px;
  transition: all 0.3s;
}
.partner .partner-layout-box .category-item.active {
  font-weight: 600;
  font-size: 18px;
  color: #2254f5;
  line-height: 26px;
  display: flex;
}
.partner .partner-layout-box .category-item.active::before {
  height: 16px;
}
.partner .partner-layout-box .list-category-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.partner .partner-layout-box .list-category-box.active {
  overflow: visible;
}
.partner .partner-layout-box .list-category-box.active .toggle-icon {
  transform: rotate(-90deg);
}
.partner .partner-layout-box .list-category-box.active .partner-list-box {
  height: auto;
  max-height: none;
  height: calc-size(auto);
}
.partner .partner-layout-box .toggle-btn {
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
}
.partner .partner-layout-box .toggle-btn .toggle-icon {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.partner .partner-layout-box .toggle-btn .toggle-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partner .partner-layout-box .toggle-btn .toggle-icon use {
  fill: #999;
}
.partner .partner-layout-box .toggle-btn .toggle-icon path {
  fill: #999;
}
.partner .partner-layout-box .toggle-btn:hover {
  color: #666;
}
.partner .partner-layout-box .toggle-btn:hover .toggle-icon svg {
  fill: #666;
}
.partner .partner-layout-box .toggle-btn:hover .toggle-icon use {
  fill: #666;
}
.partner .partner-layout-box .list-category-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.partner .partner-layout-box .list-category-title-box .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.partner .partner-layout-box .partner-list-box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 2px;
  min-height: 73px;
  max-height: 286px;
  transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  gap: 5px 27px;
}
.partner .partner-layout-box .partner-list-box .list-li {
  width: 180px;
  height: 66px;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 8px;
  position: relative;
}
.partner .partner-layout-box .partner-list-box .list-li .item-a {
  display: flex;
  margin-top: 17px;
  cursor: pointer;
}
.partner .partner-layout-box .partner-list-box .list-li .item-a:hover {
  color: #2254f5;
}
.partner .partner-layout-box .partner-list-box .list-li .item-a:hover .item-text {
  color: #2254f5;
}
.partner .partner-layout-box .partner-list-box .list-li .item-a:hover .hover-pop {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.partner .partner-layout-box .partner-list-box .list-li img {
  width: 32px;
  height: 32px;
  margin-left: 14px;
  flex-shrink: 0;
}
.partner .partner-layout-box .partner-list-box .list-li .item-text-box {
  margin-left: 4px;
  flex: 1;
  overflow: hidden;
}
.partner .partner-layout-box .partner-list-box .list-li .item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  white-space: nowrap;
  margin-bottom: 4px;
}
.partner .partner-layout-box .partner-list-box .list-li .item-text {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-category-box > .toggle-btn {
  display: none;
  border-top: 1px solid #f5f5f5;
  text-align: center;
  padding-top: 20px;
  height: 40px;
}
.list-category-box.active > .toggle-btn {
  color: #2254f5;
}
.list-category-box.active > .toggle-btn .toggle-icon use {
  fill: #2254f5;
}
.list-category-box.active > .toggle-btn:hover {
  color: #517aff;
}
.list-category-box.active > .toggle-btn:hover .toggle-icon use {
  fill: #517aff;
}
.partner .partner-layout-box .list-category-box.active > .toggle-btn .toggle-icon {
  transform: rotate(180deg);
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-default {
  width: 180px;
  height: auto;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  font-weight: 350;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-arrow {
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  bottom: -5px;
  right: 14px;
}
