/* 通用样式 04 */
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  width: 30px;
  height: 30px;
}
/* 通用样式 03 */
html,
body {
  height: 100%;
  background: #fff;
}
.main {
  background: #fff;
}
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.index_conmmon_mask {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.index_conmmon_dialog {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 590px;
  background: #fff;
  border-radius: 20px;
  padding: 48px 20px 56px 48px;
  box-sizing: border-box;
}
.index_conmmon_dialog_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_conmmon_dialog_content {
  margin-top: 36px;
  max-height: 600px;
  overflow: auto;
  font-size: 28px;
  color: #333;
  padding-right: 28px;
}
.index_conmmon_dialog_content::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.index_conmmon_dialog_content::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.index_conmmon_dialog_content::-webkit-scrollbar-thumb {
  background-color: #DADADA;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
.index_conmmon_dialog_content::-webkit-scrollbar-thumb:hover {
  background-color: #DADADA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.index_conmmon_dialog_content img {
  width: 100% !important;
}
.index_conmmon_dialog_footer {
  position: relative;
  bottom: -190px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.index_conmmon_dialog_footer img {
  width: 72px;
  height: 72px;
}
.index_conmmon_dialog_header span {
  font-size: 34px;
  font-family: 'PingFangSC-Semibold, PingFang SC';
  font-weight: 600;
  color: #FF495A;
  display: inline-block;
  margin: 0 20px;
}
.index_conmmon_dialog_header img {
  width: 80px;
  height: 24px;
}
.common .bottomBox {
  display: flex;
  align-items: center;
  flex: 1;
}
.common .bottomBox .iconName {
  color: #666666;
  font-size: 24px;
  white-space: nowrap;
  margin-right: 19px;
}
.common .bottomBox .iconName i {
  font-size: 27px;
  color: #666;
}
.common .bottomBox .iconName span {
  font-size: 24px;
  color: #666;
}
.common.combination {
  padding: 0 0 20px 0;
}
.common.combination .common-section-title {
  padding: 0 25px 0 25px;
}
.common.combination .common-section-list {
  padding: 0 42px 0 42px;
}
.common.combination .list {
  padding: 0 42px 15px 42px;
}
.nav-con {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 40px;
}
.nav-con .swiper-container .swiper-wrapper.on {
  display: flex;
  justify-content: normal;
}
.nav-con .swiper-container .swiper-slide {
  height: 100%;
  width: auto;
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-con .swiper-container .swiper-slide:last-child {
  margin-right: 0;
}
.nav-con .swiper-container .swiper-slide span {
  width: initial;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  box-sizing: border-box;
  color: #333;
  white-space: nowrap;
}
.nav-con .swiper-container .swiper-slide img {
  width: 170px;
  height: 76px;
}
.nav-con.nav-line .swiper-slide span {
  line-height: 76px;
}
.nav-con.nav-line .swiper-slide i {
  opacity: 0.5;
}
.nav-con.nav-line .swiper-slide.current span {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  line-height: 66px;
}
.nav-con.nav-line .swiper-slide.current span::after {
  display: block;
  content: "";
  position: absolute;
  width: 72px;
  height: 8px;
  background-color: #333333;
  border-radius: 4px;
  left: 50%;
  bottom: -3px;
  transform: translate(-50%, -50%);
}
.nav-con.nav-line .swiper-slide.current i {
  position: absolute;
  font-size: 48px;
  color: #333333;
  left: 50%;
  bottom: -12px;
  opacity: 0.5;
  transform: translate(-50%, 0);
}
.nav-con.nav-select {
  height: 48px;
  line-height: 48px;
}
.nav-con.nav-select .swiper-slide span {
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  box-sizing: border-box;
  color: #666;
  white-space: nowrap;
}
.nav-con.nav-select .swiper-slide.current span {
  height: 48px;
  background: #3AC994;
  border-radius: 6px;
  font-size: 28px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  padding: 0 9px;
}
.common-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 28px;
}
.common-section-title .name {
  color: #333333;
  font-size: 42px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.common-section-title .name span {
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}
.common-section-title .name img {
  width: 56px;
  height: 48px;
  margin-right: 18px;
}
.common-section-title .name.center {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.common-section-title .name.center img {
  width: auto;
  height: auto;
  margin-right: 0;
  max-width: 500px;
}
.common-section-title .name.normal img {
  width: auto;
  height: auto;
  margin-right: 0;
  max-width: 500px;
}
.common-section-title .name.custom img {
  margin-right: 18px;
}
.common-section-title .more {
  position: absolute;
  right: 0;
}
.common-section-title .more span {
  color: #333333;
  font-size: 26px;
}
.common-section-title .more i {
  margin-left: 10px;
  color: #333333;
  font-size: 24px;
  opacity: 0.6;
  font-weight: 600;
}
.common-section-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.common-section-list .item {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  width: 320px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}
.common-section-list .item .cover {
  width: 320px;
  height: 180px;
  display: block;
  position: relative;
  margin-bottom: 14px;
}
.common-section-list .item .cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-section-list .item .cover .poster {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.common-section-list .item .cover .tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  float: none;
  width: auto;
}
.common-section-list .item .cover .tag.right-tag {
  left: auto;
  bottom: auto;
  right: 10px;
  top: 10px;
}
.common-section-list .item .cover .tag span {
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 22px;
  margin-right: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-section-list .item .cover .tag span:last-child {
  margin-right: 0;
}
.common-section-list .item .cover .label {
  white-space: nowrap;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-section-list .item .cover .label.right-label {
  left: auto;
  bottom: auto;
  right: 10px;
  top: 10px;
}
.common-section-list .item .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
}
.common-section-list .item .cover .live {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 134px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(149deg, #A291FC 0%, #6470FF 100%);
  border-radius: 20px;
  font-size: 24px;
  color: #fff;
  padding-left: 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.common-section-list .item .cover .live img {
  width: 20px;
  height: 20px;
}
.common-section-list .item .cover .view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  color: #fff;
  padding: 0 10px;
}
.common-section-list .item .cover .view i {
  font-size: 22px;
}
.common-section-list .item .cover .view span {
  font-size: 22px;
}
.common-section-list .item .char {
  padding: 0 16px;
}
.common-section-list .item .char.custom-char {
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 10px 10px;
  opacity: 0.8;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0 20px;
  pointer-events: none;
}
.common-section-list .item .char.custom-char.on {
  height: auto;
}
.common-section-list .item .char.custom-char.on .ctrl {
  display: block;
}
.common-section-list .item .char .stit {
  max-height: 76px;
  line-height: 38px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 16px;
}
.common-section-list .item .char .tags {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 16px 16px;
  min-height: 48px;
  box-sizing: border-box;
}
.common-section-list .item .char .tags span {
  font-size: 24px;
  color: #999999;
  margin-right: 20px;
}
.common-section-list .item .char .label {
  white-space: nowrap;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0px 16px 20px;
  box-sizing: border-box;
  min-height: 48px;
}
.common-section-list .item .char .ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px;
  margin-bottom: 16px;
  height: 31px;
}
.common-section-list .item .char .ctrl .tags {
  padding-left: 0;
}
.common-section-list .item .char .ctrl .label {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.common-section-list .item .char .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding: 0 16px 16px 16px;
}
.common-section-list .item .char .btns i {
  margin-left: 40px;
  font-size: 36px;
}
.common-section-list .item .char .btns i:first-child {
  margin-left: 0;
}
.common-section-list .item .char .sub-title {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.common-section-color .item .areaColor {
  color: #333;
}
.common-section-color .item .areaFontColor {
  color: #666;
}
.common-section-color .item .areaOtherFontColor {
  color: #999;
}
.load-more {
  color: #333;
  font-size: 30px;
  width: 230px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  border: 2px solid #CCCCCC;
  border-radius: 36px;
  background: #fff;
  position: relative;
  padding-left: 46px;
  box-sizing: border-box;
  margin-top: 40px;
}
.load-more i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.common-1 {
  padding: 0 42px 0 42px;
}
.common-1.common-list {
  padding-top: 40px;
}
.common-1 .common-section-list .item .char .stit {
  min-height: 76px;
}
.common-1 .common-section-list .item .char .label {
  padding: 0;
}
.common-1 .common-section-list .item .char .label-sub-title {
  font-size: 24px;
  padding-bottom: 8px;
}
.common-1 .common-section-title .more {
  right: 50px;
}
.common-1.combination-1 .item {
  margin-bottom: 30px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
}
.common-1.combination-1 .item .char {
  height: auto;
  position: relative;
  background: #fff;
  padding: 0 16px;
}
.common-1.combination-1 .item .char .sub-title {
  display: none;
}
.common-1.combination-1 .item .char .ctrl {
  height: auto;
  padding: 0;
  min-height: 80px;
}
.common-1.combination-1 .item .char .ctrl .label-sub-title {
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-1.combination-1 .item .char.on .ctrl {
  display: block;
}
.common-1.combination-3 {
  padding: 20px 30px 30px;
}
.common-1.combination-3 .nav-con {
  padding: 0 26px;
}
.common-1.combination-3 .nav-con .swiper-wrapper {
  justify-content: inherit;
  align-items: inherit;
}
.common-1.combination-3 .nav-con .swiper-wrapper .swiper-slide {
  flex: none;
  justify-content: inherit;
}
.common-1.combination-3 .container {
  padding-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.common-1.combination-3 .common-section-title .more {
  right: 19px;
}
.common-1.combination-3 .common-section-list {
  padding: 0 25px;
}
.common-1.combination-3 .common-section-list .item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}
.common-1.combination-3 .common-section-list .item:last-child {
  margin-bottom: 0;
}
.common-1.combination-3 .common-section-list .item .cover {
  width: 100%;
  height: 360px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.common-1.combination-3 .common-section-list .item .cover .tag {
  left: 20px;
  bottom: 20px;
}
.common-1.combination-3 .common-section-list .item .char .stit {
  font-size: 30px;
  color: #333;
  padding: 0 15px;
  white-space: nowrap;
  margin-bottom: 19px;
  min-height: auto;
}
.common-1.combination-3 .common-section-list .item .char .ctrl {
  padding: 0 15px;
  margin-bottom: 31px;
}
.common-1.combination-3 .common-section-list .item .char .ctrl .label {
  font-size: 24px;
  color: #999;
}
.common-1.combination-3 .common-section-list .item .btn-options {
  position: absolute;
  top: 316px;
  /* left: 0; */
  right: 0;
}
.common-1.combination-3 .common-section-list .item .btn-options .bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.common-1.combination-3 .common-section-list .item .btn-options .bottomBox .iconName {
  color: #666666;
  font-size: 24px;
}
.common-1.combination-3 .common-section-list .item .btn-options .bottomBox .iconName i {
  margin-right: 9px;
  color: #fff;
  font-size: 27px;
}
.common-1.combination-3 .common-section-list .item .btn-options .bottomBox .iconName span {
  font-size: 24px;
  color: #fff;
}
.common-2 {
  padding: 0 0 0 40px;
  margin-bottom: 40px;
}
.common-2 .container .common-section-title .more {
  right: 40px;
}
.common-2 .container .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.common-2 .container .list .swiper-slide {
  width: 268px;
}
.common-2 .container .list .swiper-slide:last-child {
  margin-right: 40px;
}
.common-2 .container .list .swiper-slide .item {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  width: 268px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.common-2 .container .list .swiper-slide .item .cover {
  width: 268px;
  height: 150px;
  display: block;
  position: relative;
  margin-bottom: 14px;
}
.common-2 .container .list .swiper-slide .item .cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-2 .container .list .swiper-slide .item .cover .poster {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.common-2 .container .list .swiper-slide .item .cover .tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.common-2 .container .list .swiper-slide .item .cover .tag span {
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 22px;
  margin-right: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-2 .container .list .swiper-slide .item .cover .tag span:last-child {
  margin-right: 0;
}
.common-2 .container .list .swiper-slide .item .cover .label {
  white-space: nowrap;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-2 .container .list .swiper-slide .item .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
}
.common-2 .container .list .swiper-slide .item .char .stit {
  max-height: 76px;
  line-height: 38px;
  font-size: 28px;
  color: #333;
  margin: 0 11px;
  word-break: break-word;
  margin-bottom: 16px;
  width: 249px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-2 .container .list .swiper-slide .item .char .tags {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 11px 11px;
}
.common-2 .container .list .swiper-slide .item .char .tags span {
  font-size: 24px;
  color: #999999;
  margin-right: 20px;
}
.common-2 .container .list .swiper-slide .item .char .label {
  white-space: nowrap;
  font-size: 24px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  padding: 0px 16px 20px;
}
.common-3 {
  padding: 0 42px 40px 42px;
}
.common-3 .container .common-section-list {
  display: block;
}
.common-3 .container .common-section-list .item {
  width: 268px;
}
.common-3 .container .common-section-list .item .char {
  height: auto;
  background: #fff;
  position: relative;
  padding-bottom: 16px;
}
.common-3 .container .common-section-list .item .char .stit {
  margin-bottom: 0;
  -webkit-line-clamp: 1;
}
.common-3 .container .common-section-list .item .char .sub-title {
  color: #999999;
}
.common-3 .container .common-section-list .item .cover {
  width: 268px;
  height: 150px;
}
.common-3 .container .common-section-list .item.swiper-slide {
  width: 268px;
}
.common-3 .container .common-section-list .item.first {
  width: 100%;
  height: 380px;
  border: 0;
}
.common-3 .container .common-section-list .item.first .char.custom-char {
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 10px 10px;
  opacity: 0.8;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0 20px 16px;
}
.common-3 .container .common-section-list .item.first .char.custom-char.on {
  height: auto;
}
.common-3 .container .common-section-list .item.first .char.custom-char.on .ctrl {
  display: block;
}
.common-3 .container .common-section-list .item.first .char.on {
  height: auto;
}
.common-3 .container .common-section-list .item.first .char .stit {
  height: 97px;
  line-height: 80px;
  font-size: 34px;
  margin: 0;
  color: #fff;
  -webkit-line-clamp: 1;
  display: block;
  min-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.common-3 .container .common-section-list .item.first .cover {
  width: 100%;
  height: 380px;
}
.common-3 .container .common-section-list .item.first .cover .tag {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: auto;
}
.common-3 .container .common-section-list .item.first .cover .label {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: auto;
}
.common-3 .container .common-section-list .item.first .cover .label.right-label {
  left: auto;
  right: 10px;
}
.common-4 {
  padding: 0 42px 0 42px;
}
.common-4 .container .list {
  padding-bottom: 15px;
}
.common-4 .container .list .item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
}
.common-4 .container .list .cover {
  -webkit-box-flex: 20;
  -ms-flex: 20 20 280px;
  flex: 20 20 311px;
  height: 181px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.common-4 .container .list .cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-4 .container .list .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-4 .container .list .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
}
.common-4 .container .list .cover .tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 7px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  width: auto;
  float: none;
}
.common-4 .container .list .cover .label {
  white-space: nowrap;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-4 .container .list .char {
  -webkit-box-flex: 20;
  -ms-flex: 20 20 279px;
  flex: 20 20 279px;
  padding-left: 20px;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 181px;
}
.common-4 .container .list .char .stit {
  max-height: 76px;
  margin-bottom: 31px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.common-4 .container .list .char .sub-title {
  display: none;
}
.common-4 .container .list .char .label-sub-title {
  font-size: 24px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
}
.common-4 .container .list .char .label {
  font-size: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  height: 32px;
}
.common-4 .container .list .char .tags span {
  font-size: 24px;
  color: #999999;
  margin-right: 20px;
}
.common-4 .container .list .char .ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.common-4 .container .list .char .ctrl img {
  width: 36px;
  height: 36px;
}
.common-4 .container .list .char.on .ctrl {
  display: block;
}
.common-4 .container .list .char .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding: 0 20px;
}
.common-4 .container .list .char .btns i {
  margin-left: 40px;
  font-size: 36px;
}
.common-4 .container .list .char .btns i:first-child {
  margin-left: 0;
}
.common-4.combination-2 .list .item {
  margin-bottom: 30px;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
}
.common-4.combination-2 .list .item .cover {
  flex: 0 0 320px;
}
.common-4.combination-2 .list .item .cover .tag {
  display: none;
}
.common-4.combination-2 .list .item .cover .label {
  display: none;
}
.common-4.combination-2 .list .item .live {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 134px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(149deg, #A291FC 0%, #6470FF 100%);
  border-radius: 20px;
  font-size: 24px;
  color: #fff;
  padding-left: 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.common-4.combination-2 .list .item .live img {
  width: 20px;
  height: 20px;
}
.common-4.combination-2 .list .item .view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 32px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  color: #fff;
  padding: 0 10px;
}
.common-4.combination-2 .list .item .view i {
  font-size: 22px;
}
.common-4.combination-2 .list .item .view span {
  font-size: 22px;
}
.common-4.combination-2 .list .char {
  padding-top: 10px;
}
.common-4.combination-2 .list .char .stit {
  height: 65px;
  line-height: 33px;
}
.common-4.combination-2 .list .char .ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.common-4.combination-2 .list .char .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding: 0 20px;
}
.common-4.combination-2 .list .char .btns i {
  margin-left: 40px;
  font-size: 36px;
}
.common-4.combination-2 .list .char .btns i:first-child {
  margin-left: 0;
}
.common-4.combination-4 {
  padding: 20px 30px 30px;
}
.common-4.combination-4 .nav-con {
  padding: 0 26px;
}
.common-4.combination-4 .nav-con .swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}
.common-4.combination-4 .nav-con .swiper-wrapper .swiper-slide {
  flex: none;
  justify-content: flex-start;
}
.common-4.combination-4 .container {
  padding-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.common-4.combination-4 .container .common-section-title .more {
  right: 19px;
}
.common-4.combination-4 .container .list {
  padding: 0 25px;
}
.common-4.combination-4 .container .list .item {
  border: 0;
  border-bottom: 1px solid #EDEDED;
}
.common-4.combination-4 .container .list .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.common-4.combination-4 .container .list .item .cover {
  width: 100%;
  height: 162px;
  display: block;
  position: relative;
  flex: 0 0 288px;
}
.common-4.combination-4 .container .list .item .char {
  padding-top: 0;
}
.common-4.combination-4 .container .list .item .char .stit {
  font-size: 30px;
  margin-bottom: 19px;
  max-height: 69px;
  line-height: 35px;
}
.common-4.combination-4 .container .list .item .char .ctrl {
  margin-bottom: 15px;
}
.common-4.combination-4 .container .list .item .char .ctrl .label {
  font-size: 24px;
}
.common-4.combination-4 .container .list .item .char .btns {
  padding: 0;
}
.common-4.combination-4 .container .list .item .char .btns .iconName {
  height: 27px;
}
.common-4.combination-4 .container .list .item .char .btns .iconName i {
  font-size: 27px;
}
.common-5 .container .common-section-title {
  padding: 0 40px;
}
.common-5 .container .common-section-title .more {
  right: 40px;
}
.common-5 .container .common-section-list {
  display: block;
}
.common-5 .container .common-section-list .item {
  width: 670px;
  height: 380px;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.common-5 .container .common-section-list .item .cover {
  width: 100%;
  height: 100%;
}
.common-5 .container .common-section-list .item .cover .tag {
  top: 10px;
  bottom: auto;
}
.common-5 .container .common-section-list .item .cover .label {
  top: 10px;
  bottom: auto;
}
.common-5 .container .common-section-list .item .char {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.common-5 .container .common-section-list .item .char .stit {
  height: 97px;
  line-height: 80px;
  font-size: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  display: block;
  margin-bottom: 0;
  box-sizing: border-box;
}
.common-5 .container .swiper-container .swiper-slide {
  height: 356px;
  transition: 300ms;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}
.common-5 .container .swiper-container .swiper-slide .cover {
  height: 320px;
  margin-top: 19px;
}
.common-5 .container .swiper-container .swiper-slide-active {
  margin-top: 0;
  height: 356px;
  width: calc(100% - 116px) !important;
}
.common-5 .container .swiper-container .swiper-slide-active .cover {
  height: 356px;
  margin-top: 0;
}
.common-5 .container .swiper-wrapper {
  padding-bottom: 50px;
}
.common-5 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.common-5 .container .swiper-pagination-custom,
.common-5 .container .swiper-pagination-fraction {
  bottom: 0;
}
.common-5 .container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.common-5 .container .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
}
.common-6 {
  padding: 0 0 0 40px;
  margin-bottom: 40px;
}
.common-6 .container .common-section-title .more {
  right: 40px;
}
.common-6 .container .common-section-list .item {
  width: 562px;
  border-radius: 10px;
}
.common-6 .container .common-section-list .item .cover {
  width: 562px;
  height: 316px;
  margin-bottom: 16px;
}
.common-6 .container .common-section-list .item .char .stit {
  max-height: 38px;
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  white-space: nowrap;
  padding: 0 20px;
  display: block;
}
.common-6 .container .common-section-list .swiper-slide:last-child {
  margin-right: 40px;
}
.common-7 {
  padding: 0 42px 0 42px;
  margin-bottom: 40px;
}
.common-7 .container .list {
  padding-bottom: 15px;
  max-height: 725px;
  overflow: auto;
}
.common-7 .container .list .item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  background: #fff;
  justify-content: space-between;
}
.common-7 .container .list .cover {
  flex: 0 0 250px;
  height: 140px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.common-7 .container .list .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-7 .container .list .cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-7 .container .list .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
}
.common-7 .container .list .cover .tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.common-7 .container .list .cover .tag.right-tag {
  left: auto;
  bottom: auto;
  right: 10px;
  top: 10px;
}
.common-7 .container .list .cover .tag span {
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 22px;
  margin-right: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-7 .container .list .cover .tag span:last-child {
  margin-right: 0;
}
.common-7 .container .list .cover .label {
  white-space: nowrap;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.common-7 .container .list .cover .label.right-label {
  left: auto;
  bottom: auto;
  right: 10px;
  top: 10px;
}
.common-7 .container .list .char {
  flex: 0 0 363px;
  margin-right: 26px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 363px;
}
.common-7 .container .list .char .stit {
  max-height: 76px;
  margin-bottom: 26px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.common-7 .container .list .char .label {
  white-space: nowrap;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common-7 .container .list .char .tags {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-7 .container .list .char .tags span {
  font-size: 24px;
  color: #999999;
  margin-right: 20px;
}
.common-7 .container .list .char .tags span:last-child {
  margin-right: 0;
}
.common-8 {
  padding: 0 42px 40px 42px;
}
.common-8 .container .common-section-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 670px;
  height: 381px;
  border: 0;
}
.common-8 .container .common-section-list .item {
  width: 670px;
  height: 380px;
  border: 0;
  margin-bottom: 0;
}
.common-8 .container .common-section-list .item .cover {
  width: 100%;
  height: 100%;
}
.common-8 .container .common-section-list .item .char .stit {
  max-height: 76px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.common-8 .container .swiper-pagination {
  height: 22px;
  line-height: 22px;
  background: rgba(12, 16, 29, 0.5);
  border-radius: 20px;
  padding: 3px 8px 3px 8px;
}
.common-8 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.common-8 .container .swiper-pagination-custom,
.common-8 .container .swiper-pagination-fraction {
  bottom: 15px;
  left: 50%;
  display: inline-block;
  text-align: center;
  width: auto;
  transform: translateX(-50%);
}
.common-8 .container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.common-8 .container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  height: 8px;
  border-radius: 4px;
}
.common-9 {
  padding: 0 42px 40px 42px;
}
.common-9 .container .common-section-list {
  display: block;
}
.common-9 .container .common-section-list .item {
  width: 100%;
  border: 0;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
.common-9 .container .common-section-list .item .cover {
  width: 100%;
  height: 380px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.common-9 .container .common-section-list .item .cover .tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: none;
}
.common-9 .container .common-section-list .item .cover .label {
  display: none;
}
.common-9 .container .common-section-list .item .char {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  position: relative;
  height: auto;
  padding: 0 24px;
}
.common-9 .container .common-section-list .item .char .stit {
  max-height: 76px;
  line-height: 38px;
  font-size: 30px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 12px;
}
.common-9 .container .common-section-list .item .char .sub-title {
  color: #999999;
  margin-bottom: 12px;
}
.common-9 .container .common-section-list .item .char .ctrl {
  display: none;
}
.common-9 .container .common-section-list .item .char .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  padding: 0 20px;
}
.common-9 .container .common-section-list .item .char .btns i {
  margin-left: 40px;
  font-size: 36px;
}
.common-9 .container .common-section-list .item .char .btns i:first-child {
  margin-left: 0;
}
.common-10 {
  padding: 20px 0;
}
.common-10 .container .common-section-title {
  padding: 0 42px 0 42px;
}
.common-10 .container .common-section-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.common-10 .container .common-section-list .item {
  width: 464px;
  height: 260px;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  overflow: unset;
}
.common-10 .container .common-section-list .item .cover {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.common-10 .container .common-section-list .item .cover .poster {
  border-radius: 0;
}
.common-10 .container .common-section-list .item .cover img {
  box-shadow: 2px 10px 50px 0px rgba(0, 0, 0, 0.15);
}
.common-10 .container .common-section-list .item .char .stit {
  max-height: 76px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.common-10 .container .swiper-wrapper {
  padding-bottom: 50px;
}
.common-10 .container .swiper-pagination {
  height: 22px;
  line-height: 12px;
}
.common-10 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.common-10 .container .swiper-pagination-custom,
.common-10 .container .swiper-pagination-fraction {
  bottom: 0;
  left: 50%;
  display: inline-block;
  text-align: center;
  width: auto;
  transform: translateX(-50%);
}
.common-10 .container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #BFBFBF;
}
.common-10 .container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 27px;
  height: 7px;
  border-radius: 4px;
}
.common-11 {
  padding: 0 30px 40px;
}
.common-11 .container .common-section-title {
  padding: 0 42px 0 42px;
}
.common-11 .container .common-section-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.common-11 .container .common-section-list .item {
  width: 470px;
  height: 670px;
  border: 0;
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.common-11 .container .common-section-list .item .cover {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.common-11 .container .common-section-list .item .cover .poster {
  border-radius: 20px;
}
.common-11 .container .common-section-list .item .char .stit {
  max-height: 76px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.common-11 .container .swiper-wrapper {
  padding-bottom: 50px;
}
.common-11 .container .swiper-pagination {
  height: 8px;
  line-height: 4px;
}
.common-11 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.common-11 .container .swiper-pagination-custom,
.common-11 .container .swiper-pagination-fraction {
  bottom: 5px;
  left: 50%;
  display: inline-block;
  text-align: center;
  width: auto;
  transform: translateX(-50%);
}
.common-11 .container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #BFBFBF;
}
.common-11 .container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 27px;
  height: 7px;
  border-radius: 4px;
}
.common-12 {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  margin: 0 16px;
  padding: 36px 0 25px 0;
  position: relative;
}
.common-12 .container .common-section-title {
  z-index: 1;
  padding: 0 40px;
}
.common-12 .container .common-section-title .more {
  right: 40px;
}
.common-12 .container .common-section-title .name {
  font-weight: bold;
}
.common-12 .container .common-section-list {
  display: block;
}
.common-12 .container .common-section-list .item {
  width: 670px;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.common-12 .container .common-section-list .item .cover {
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
}
.common-12 .container .common-section-list .item .cover .label {
  top: 10px;
  bottom: auto;
}
.common-12 .container .common-section-list .item .tag {
  font-size: 24px;
  color: #333;
  margin-top: 16px;
  padding: 0 20px;
}
.common-12 .container .common-section-list .item .title {
  height: 42px;
  line-height: 42px;
  font-size: 30px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
  display: block;
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.common-12 .container .swiper-container .swiper-slide {
  transition: 600ms;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}
.common-12 .container .swiper-container .swiper-slide .cover {
  height: 360px;
  margin-top: 19px;
}
.common-12 .container .swiper-container .swiper-slide-active {
  margin-top: 0;
  width: calc(100% - 148px) !important;
  transform: scale(1);
}
.common-12 .container .swiper-container .swiper-slide-active .cover {
  height: 380px;
  margin-top: 10px;
}
.common-12 .container .swiper-container .swiper-slide-active .cover img {
  width: 570px;
  margin: 0 auto;
}
.common-12 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.common-12 .container .swiper-pagination-custom,
.common-12 .container .swiper-pagination-fraction {
  bottom: 0;
}
.common-13 {
  padding: 36px 30px 48px 30px;
}
.common-13 .common-section-title {
  margin-bottom: 37px;
}
.common-13 .common-section-title .name {
  font-weight: bold;
}
.common-13 .swiper-slide {
  width: 276px !important;
  height: 368px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.common-13 .swiper-slide .title {
  position: absolute;
  bottom: 20px;
  left: 12px;
  font-size: 28px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.common-13 .swiper-slide .cover {
  width: 276px;
  height: 368px;
}
.common-13 .swiper-slide .cover img {
  width: 100%;
  height: 100%;
}
.common-14 {
  padding: 0 30px 10px 30px;
}
.common-14 .container {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: 219px;
}
.common-14 .container .common-section-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 220px;
}
.common-14 .container .common-section-list .item {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  background: transparent;
  border: 0;
}
.common-14 .container .common-section-list .item .cover {
  width: 100%;
  height: 220px;
}
.common-14 .container .common-section-list .item .cover .poster {
  height: 220px;
  border-radius: 20px;
}
.common-14 .container .common-section-list .item .cover .tag {
  display: none;
}
.common-14 .container .common-section-list .item .char {
  display: none;
}
.common-14 .container .common-section-list .item .char .stit {
  max-height: 76px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.common-14 .container .swiper-pagination {
  height: 22px;
  line-height: 22px;
  border-radius: 20px;
  padding: 3px 8px 3px 8px;
}
.common-14 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.common-14 .container .swiper-pagination-custom,
.common-14 .container .swiper-pagination-fraction {
  bottom: 15px;
  left: 50%;
  display: inline-block;
  text-align: center;
  width: auto;
  transform: translateX(-50%);
}
.common-14 .container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.common-14 .container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  height: 8px;
  border-radius: 4px;
}
.combination-5 {
  background-size: 100% auto !important;
  height: 100%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}
.combination-5 .container {
  padding-top: 0 !important;
}
.combination-5 .nav-con {
  height: 140px;
  margin-bottom: 0;
  padding: 0 30px;
}
.combination-5 .nav-con .swiper-container .swiper-slide img {
  width: 172px;
  height: 140px;
}
.combination-5 .combination-5-swiper {
  padding: 0 30px;
}
.combination-5 .combination-5-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.combination-5 .combination-5-swiper .nav-slide {
  width: 172px;
  height: 140px;
}
.combination-5 .combination-5-swiper .nav-slide .nav-img {
  width: 100%;
  height: 100%;
}
.combination-5 .info-item {
  margin: 0 30px 20px;
  position: relative;
}
.combination-5 .info-item .time {
  width: 226px;
  height: 73px;
  background: url('../../image/common/recommend.png') no-repeat;
  position: absolute;
  left: 12px;
  top: 11px;
}
.combination-5 .info-item .time label {
  position: absolute;
  left: 18px;
  top: 29px;
  color: #FFFEFE;
  font-size: 28px;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.combination-5 .info-item .item-top {
  position: relative;
}
.combination-5 .info-item .item-top .live-status {
  position: absolute;
  bottom: 129px;
  left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
}
.combination-5 .info-item .item-top .live-time {
  position: absolute;
  bottom: 129px;
  left: 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
}
.combination-5 .info-item .item-top .live-time em {
  color: #FFEF3F;
  background: #ad7a2f;
  padding: 6px 8px 5px 13px;
  border-radius: 15px 0px 0px 15px;
}
.combination-5 .info-item .item-top .live-time span {
  font-size: 20px;
  color: #fff;
  background: #F9BC01;
  padding: 6px 10px 5px 7px;
  border-radius: 0 15px 15px 0;
}
.combination-5 .info-item .item-top .cover {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
}
.combination-5 .info-item .item-top .bottom-box {
  height: 140px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 20px;
}
.combination-5 .info-item .item-top .bottom-box .title {
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 20px;
}
.combination-5 .info-item .item-top .train-bottom .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.combination-5 .info-item .item-top .train-bottom .bottom .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.combination-5 .info-item .item-top .train-bottom .bottom .left label {
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 40px;
}
.combination-5 .info-item .item-top .train-bottom .bottom .left span {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
}
.combination-5 .info-item .item-top .train-bottom .bottom .date {
  padding: 0 12px 0 14px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px 0px 0px 14px;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
}
.combination-5 .info-item .item-top .train-bottom .bottom .date span {
  font-size: 24px;
}
.combination-5 .info-item .item-top .live-bottom .live-tag {
  position: absolute;
  left: 20px;
  bottom: 129px;
  width: 92px;
  height: 30px;
  background: linear-gradient(90deg, #647EFF 0%, #ABB8FF 100%);
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}
.combination-5 .info-item .item-top .live-bottom .live-tag img {
  margin-right: 4px;
}
.combination-5 .info-item .item-top .live-bottom .live-origin {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.combination-5 .info-item .item-top .live-bottom .live-origin .live-avartar {
  width: 44px;
  height: 44px;
  padding: 3px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.combination-5 .info-item .item-top .live-bottom .live-origin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.combination-5 .info-item .item-top .live-bottom .live-origin .live-origin-name {
  margin-left: 10px;
  height: 23px;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.5;
}
.combination-5 .info-item .item-top .act-bottom .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.combination-5 .info-item .item-top .act-bottom .bottom .left {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.combination-5 .info-item .item-top .act-bottom .bottom .left .price {
  font-size: 22px;
  font-weight: 400;
  color: #FEFEFF;
  margin-right: 29px;
}
.combination-5 .info-item .item-top .act-bottom .bottom .left .price span {
  font-size: 20px;
}
.combination-5 .info-item .item-top .act-bottom .bottom .left .price em {
  font-size: 32px;
}
.combination-5 .info-item .item-top .act-bottom .bottom .left .address {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  opacity: 0.7;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 280px;
  overflow: hidden;
}
.combination-5 .info-item .item-top .act-bottom .bottom .left .address img {
  margin-right: 12px;
}
.combination-5 .info-item .item-top .act-bottom .bottom .right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.combination-5 .info-item .item-top .act-bottom .bottom .right .value {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 20px;
}
.combination-5 .info-item .item-top .act-bottom .bottom .right .value span {
  font-size: 24px;
  font-weight: 500;
}
.combination-5 .info-item .item-top .act-bottom .bottom .right .date {
  padding: 0 12px 0 14px;
  height: 28px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px 0px 0px 14px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
}
.combination-5 .info-item .item-top .info-bottom .label-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.combination-5 .info-item .item-top .info-bottom .label-container span {
  font-size: 24px;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  background: linear-gradient(90deg, #BBBBBB 0%, #CCCCCC 100%);
  opacity: 0.7;
  margin-right: 10px;
  text-align: center;
}
.combination-5 .info-item .item-top .info-bottom .label-container span:not(:first-child) {
  margin-left: 12px;
}
.combination-5 .info-item .item-top .info-bottom .brower-box {
  position: absolute;
  bottom: 24px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.combination-5 .info-item .item-top .info-bottom .brower-box .item {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
.combination-5 .info-item .item-top .info-bottom .brower-box .item:first-child {
  margin-right: 40px;
}
.combination-5 .info-item .item-top .info-bottom .brower-box .item img {
  margin-right: 11px;
  width: 22px;
  height: 22px;
}
.combination-5 .info-item:not(:first-child) {
  margin-top: 40px;
}
.combination-5 .combination-box {
  background: #F5F5F5;
  padding: 0 30px;
}
.combination-5 .combination-live {
  background: #F5F5F5;
  padding: 0 30px;
}
.combination-5 .combination-live .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.combination-5 .combination-live .live-2-item {
  border-radius: 10px;
  overflow: hidden;
  width: 335px;
  margin-bottom: 20px;
  background: #fff;
}
.combination-5 .combination-live .live-top {
  position: relative;
}
.combination-5 .combination-live .live-top img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  border-radius: 10px;
}
.combination-5 .combination-live .live-top .live-status {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
}
.combination-5 .combination-live .live-top .live-time {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
}
.combination-5 .combination-live .live-top .live-time em {
  color: #FFEF3F;
  background: #ad7a2f;
  padding: 6px 8px 5px 13px;
  border-radius: 15px 0px 0px 15px;
}
.combination-5 .combination-live .live-top .live-time span {
  font-size: 20px;
  color: #fff;
  background: #F9BC01;
  padding: 6px 10px 5px 7px;
  border-radius: 0 15px 15px 0;
}
.combination-5 .combination-live .live-top .live-play {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.combination-5 .combination-live .live-bottom {
  padding: 20px;
}
.combination-5 .combination-live .live-bottom .live-title {
  height: 70px;
  line-height: 35px;
  color: #333;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.combination-5 .combination-live .live-bottom .live-origin {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.combination-5 .combination-live .live-bottom .live-origin .live-avartar {
  background-image: url('../../image/given/circle.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  padding: 3px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.combination-5 .combination-live .live-bottom .live-origin img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}
.combination-5 .combination-live .live-bottom .live-origin .live-origin-name {
  color: #999;
  font-size: 24px;
  margin-left: 10px;
}
.combination-5 .content {
  display: flex;
  justify-content: space-between;
}
.combination-5 .content .container-class {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  width: 100%;
}
.combination-5 .content .container-class-item {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.combination-5 .content .container-class-item.info-3-item:not(:first-child) {
  margin-top: 20px;
}
.combination-5 .content .masonry-left {
  flex: 1;
  max-width: 335px;
}
.combination-5 .content .masonry-left .info-3-item:not(:first-child) {
  margin-top: 20px;
}
.combination-5 .content .masonry-right {
  flex: 1;
  max-width: 335px;
}
.combination-5 .content .masonry-right .info-3-item:not(:first-child) {
  margin-top: 20px;
}
.combination-5 .content .info-3-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 335px;
}
.combination-5 .content .info-3-item .item-top {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.combination-5 .content .info-3-item .item-top .miao {
  position: absolute;
  left: 10px;
  top: 0;
  width: 48px;
  height: 55px;
}
.combination-5 .content .info-3-item .item-top img {
  width: 100%;
  height: 100%;
}
.combination-5 .content .info-3-item .item-top .label-container {
  position: absolute;
  left: 20px;
  bottom: 16px;
}
.combination-5 .content .info-3-item .item-top .label-container span {
  font-size: 24px;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  display: inline-block;
  opacity: 0.7;
  background: linear-gradient(90deg, #BBBBBB 0%, #CCCCCC 100%);
}
.combination-5 .content .info-3-item .item-top .label-container span:not(:first-child) {
  margin-left: 12px;
}
.combination-5 .content .info-3-item .item-top .interview {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.7;
}
.combination-5 .content .info-3-item .item-top .interview.need-interview {
  color: #FFC23F;
  opacity: 1;
}
.combination-5 .content .info-3-item .item-top .value {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
}
.combination-5 .content .info-3-item .item-top .value span {
  font-size: 24px;
}
.combination-5 .content .info-3-item .item-top .tag-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.combination-5 .content .info-3-item .item-top .tag-wrapper span {
  font-size: 24px;
  color: #fff;
}
.combination-5 .content .info-3-item .item-top .tag-wrapper span:not(:first-child) {
  margin-left: 20px;
}
.combination-5 .content .info-3-item .item-bottom {
  background: #fff;
  padding: 0 0 25px 19px;
}
.combination-5 .content .info-3-item .item-bottom .title {
  font-size: 30px;
  color: #333;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.combination-5 .content .info-3-item .item-bottom .address {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  margin-top: 18px;
}
.combination-5 .content .info-3-item .item-bottom .brower-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.combination-5 .content .info-3-item .item-bottom .brower-box .item {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
.combination-5 .content .info-3-item .item-bottom .brower-box .item:first-child {
  margin-right: 40px;
}
.combination-5 .content .info-3-item .item-bottom .brower-box .item img {
  margin-right: 11px;
  width: 22px;
  height: 22px;
}
.combination-5 .content .info-3-item .item-bottom .info-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.combination-5 .content .info-3-item .item-bottom .info-detail .price {
  font-size: 28px;
  font-weight: 400;
  color: #647EFF;
  margin-right: 29px;
  white-space: nowrap;
}
.combination-5 .content .info-3-item .item-bottom .info-detail .price.on {
  color: #E05353;
  font-size: 28px;
}
.combination-5 .content .info-3-item .item-bottom .info-detail .price span {
  font-size: 20px;
}
.combination-5 .content .info-3-item .item-bottom .info-detail .price em {
  font-size: 32px;
}
.combination-5 .content .info-3-item .item-bottom .info-detail .date {
  padding: 0 12px 0 14px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(90deg, #BBBBBB 0%, #CCCCCC 100%);
  border-radius: 14px 0px 0px 14px;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.combination-5 .content .info-3-item .item-bottom .info-detail .date span {
  font-size: 22px;
  font-weight: 500;
}
.combination-5 .combination-info .content .info-3-item .item-top .label-container span {
  padding: 3px 5px;
}
.dislog {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dislog .im {
  display: block;
  width: 100%;
  height: 100%;
}
.dislog .imgbox {
  width: 650px;
  height: 920px;
  margin: 150px auto 0;
}
.dislog .canbtn {
  background: url('/image/closes.png') no-repeat center;
  background-size: 100% 100%;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 16px;
  top: 16px;
}
.common .bottomBox {
  display: flex;
  align-items: center;
  flex: 1;
}
.common .bottomBox .iconName {
  color: #666666;
  font-size: 24px;
  white-space: nowrap;
  margin-right: 19px;
}
.common .bottomBox .iconName i {
  font-size: 27px;
  color: #666;
}
.common .bottomBox .iconName span {
  font-size: 24px;
  color: #666;
}
.common.combination .container {
  padding-top: 28px;
}
.common.combination .container .list .cover .tag {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.common.combination .container .list .cover .tag span {
  padding: 5px 7px;
  border-radius: 6px;
}
.activity-5 {
  margin: 24px 20px 40px 20px;
  padding: 28px 24px 24px 24px;
  border-radius: 10px;
}
.activity-5 .tab-container {
  display: flex;
  justify-content: space-between;
}
.activity-5 .tab-container .tab {
  text-align: center;
  color: #666;
  font-size: 28px;
  padding: 6px 16px;
  border-radius: 6px;
}
.activity-5 .tab-container .tab.active {
  color: #fff;
  background: #ccc;
}
.activity-5 .content {
  margin-top: 12px;
}
.activity-5 .content .activity-item {
  display: flex;
  padding: 30px 0;
}
.activity-5 .content .activity-item .item-left {
  position: relative;
}
.activity-5 .content .activity-item .item-left .cover {
  width: 312px;
  height: 208px;
  border-radius: 10px;
}
.activity-5 .content .activity-item .item-left .order {
  width: 52px;
  height: 48px;
  position: absolute;
  left: 12px;
  top: 0;
}
.activity-5 .content .activity-item .item-right {
  margin-left: 28px;
  flex: 1;
}
.activity-5 .content .activity-item .item-right .title {
  color: #000;
  min-height: 76px;
  max-height: 76px;
  line-height: 38px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.activity-5 .content .activity-item .item-right .date {
  color: #999;
  font-size: 24px;
  margin-top: 12px;
}
.activity-5 .content .activity-item .item-right .address {
  color: #999;
  font-size: 24px;
  margin-top: 16px;
}
.activity-5 .content .activity-item .item-right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.activity-5 .content .activity-item .item-right .bottom .type {
  height: 32px;
  line-height: 32px;
  color: #7B7D8B;
  padding: 0 15px;
  border: 1px solid #7B7D8B;
  border-radius: 16px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
}
.activity-5 .content .activity-item .item-right .bottom .price {
  font-size: 30px;
  color: #E7404E;
}
.activity-5 .content .activity-item:not(:first-child) {
  border-top: 1px solid #EDEDED;
}
.activity-6 {
  padding: 25px 0;
}
.activity-6 .common-section-title {
  margin-left: 30px;
}
.activity-6 .common-section-title .more {
  right: 36px;
}
.activity-6 .selectBox {
  margin-top: 54px;
  margin-bottom: 22px;
  padding: 0 30px;
}
.activity-6 .selectBox .list {
  display: inline-block;
  height: 52px;
  font-size: 28px;
  font-weight: 500;
  color: #666666;
  line-height: 52px;
  margin-right: 28px;
}
.activity-6 .selectBox .active {
  padding: 0 16px;
  height: 52px;
  background: #FF4544;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
}
.activity-6 .boxList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity-6 .boxList .list:nth-child(odd) {
  margin-left: 6px;
}
.activity-6 .boxList .list:nth-child(even) {
  margin-right: 6px;
}
.activity-6 .boxList .list {
  background: url('../../image/common/bgc-7.png') 100% 100%;
  width: 368px;
  height: 508px;
}
.activity-6 .boxList .list .box > div {
  margin-left: 10px;
  padding: 0 24px;
}
.activity-6 .boxList .list .box .bgImg {
  width: 348px;
  height: 232px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}
.activity-6 .boxList .list .box .bgImg .bigImg {
  width: 100%;
  height: 100%;
}
.activity-6 .boxList .list .box .bgImg .type {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
}
.activity-6 .boxList .list .box .bgImg .time {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 32px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}
.activity-6 .boxList .list .box .bgImg .time::after {
  content: '';
  display: block;
  border-top: 17px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  width: 100%;
}
.activity-6 .boxList .list .box .title {
  width: 300px;
  height: 84px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activity-6 .boxList .list .box .address {
  margin: 16px 0 50px 0;
}
.activity-6 .boxList .list .box .address img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: super;
}
.activity-6 .boxList .list .box .address p {
  width: 268px;
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
}
.activity-6 .boxList .list .box .piaoNum .piao {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: bottom;
  background: #ff4544;
  border-radius: 50%;
  text-align: center;
}
.activity-6 .boxList .list .box .piaoNum .piao i {
  color: #fff;
  font-size: 27px;
  line-height: 36px;
}
.activity-6 .boxList .list .box .piaoNum p {
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  display: inline-block;
}
.activity-6 .boxList .list .box .piaoNum p span {
  color: #F10000;
}
.activity-6 .boxList .list .box .piaoNum .right {
  float: right;
  margin-top: 5px;
  color: #999;
}
.activity-6 .boxList .list .box .piaoNum .right img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: bottom;
}
.activity-7 {
  padding: 25px 25px;
  overflow: hidden;
  position: relative;
}
.activity-7 .container {
  padding: 17px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.activity-7 .container .swiper-container-horizontal > .swiper-pagination-bullets,
.activity-7 .container .swiper-pagination-custom,
.activity-7 .container .swiper-pagination-fraction {
  bottom: 35px !important;
}
.activity-7 .common-section-title .name {
  font-weight: bold !important;
}
.activity-7 .activity-7-mySwiper .swiper-pagination-bullet-active {
  background: #bbb;
}
.activity-7 .activity-7-mySwiper .swiper-pagination-bullet {
  background: #bbb;
}
.activity-7 .list {
  width: 320px;
}
.activity-7 .list .bgImg {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
.activity-7 .list .bgImg img {
  width: 100%;
  height: 100%;
}
.activity-7 .list .bgImg .time {
  left: 20px;
  bottom: 20px;
  height: 22px;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  padding-bottom: 10px;
}
.activity-7 .list .bgImg .time::after {
  content: '';
  display: block;
  border-top: 17px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  width: 100%;
}
.activity-7 .list .title {
  height: 80px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0 36px 0;
  padding: 0 8px;
}
.activity-7 .list .bottom {
  padding: 0 8px;
  font-size: 22px;
  color: #999999;
  margin-bottom: 30px;
  line-height: 41px;
}
.activity-7 .list .bottom p {
  font-weight: 400;
  display: inline-block;
}
.activity-7 .list .bottom p .span {
  height: 26px;
  font-weight: 500;
  margin-right: 10px;
}
.activity-7 .list .bottom .time {
  float: right;
  margin-right: 9px;
}
.activity-7 .list .bottom .time .timeBox {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #E35555;
  font-size: 24px;
  padding: 2px;
}
.activity-7 .list .bottom .otherColor {
  color: #E35555;
}
.activity-7 .list .bottom .font28 {
  font-size: 28px;
}
.activity-7 .list .bottom .font36 {
  font-size: 36px;
}
.activity-7 .list .bottom .fontBold {
  font-weight: bold;
}
.info-1 {
  margin: 24px 20px 40px 20px;
  padding: 28px 20px 24px 20px;
  border-radius: 10px;
}
.info-1 .info-item .title {
  color: #000;
  font-size: 30px;
  margin-top: 20px;
  padding-left: 20px;
}
.info-1 .info-item .sponsor {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 24px;
  color: #666;
}
.info-1 .info-item .sponsor label {
  color: #999;
}
.info-1 .info-item .item-top {
  position: relative;
}
.info-1 .info-item .item-top .cover {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
}
.info-1 .info-item .item-top .label-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.info-1 .info-item .item-top .label-container span {
  font-size: 24px;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  display: inline-block;
}
.info-1 .info-item .item-top .label-container span:not(:first-child) {
  margin-left: 12px;
}
.info-1 .info-item:not(:first-child) {
  margin-top: 40px;
}
.info-2 {
  padding: 36px 30px;
  background-color: #FFF7F0;
}
.info-2 .common-section-title .name {
  font-weight: bold;
}
.info-2 .content {
  display: flex;
}
.info-2 .content .content-left {
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  height: 376px;
}
.info-2 .content .content-left .swiper-container {
  height: 100%;
}
.info-2 .content .content-left .swiper-pagination {
  width: auto;
  bottom: 10px;
  right: 16px;
  left: auto;
}
.info-2 .content .content-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
}
.info-2 .content .content-left .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFF;
  opacity: 0.5;
}
.info-2 .content .content-left .swiper-item {
  position: relative;
  padding: 0 16px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.info-2 .content .content-left .swiper-item .item-detail {
  position: absolute;
  bottom: 26px;
}
.info-2 .content .content-left .swiper-item .item-detail .item-date {
  font-size: 24px;
  color: #fff;
  background: #FF4544;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 4px;
}
.info-2 .content .content-left .swiper-item .item-detail .item-intro {
  font-size: 30px;
  color: #fff;
  margin-top: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-2 .content .content-left .swiper-item img {
  width: 100%;
}
.info-2 .content .content-right {
  flex: 1;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-2 .content .content-right .right-item {
  background-color: #fff;
  padding: 24px 16px 20px 16px;
  background-image: url('/image/assemble/info-bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 83px 75px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  height: 180px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-2 .content .content-right .right-item-intro {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-2 .content .content-right .right-item-date {
  color: #999;
  font-size: 24px;
}
.info-3 {
  padding: 36px 30px;
}
.info-3 .content {
  display: flex;
  justify-content: space-between;
}
.info-3 .content .masonry-left {
  flex: 1;
  max-width: 335px;
}
.info-3 .content .masonry-left .info-3-item:not(:first-child) {
  margin-top: 20px;
}
.info-3 .content .masonry-right {
  flex: 1;
  max-width: 335px;
}
.info-3 .content .masonry-right .info-3-item:not(:first-child) {
  margin-top: 20px;
}
.info-3 .content .info-3-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 335px;
}
.info-3 .content .info-3-item .item-top {
  position: relative;
}
.info-3 .content .info-3-item .item-top .tag-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.info-3 .content .info-3-item .item-top .tag-wrapper span {
  font-size: 24px;
  color: #fff;
}
.info-3 .content .info-3-item .item-top .tag-wrapper span:not(:first-child) {
  margin-left: 20px;
}
.info-3 .content .info-3-item .item-top .tag-mask {
  width: 335px;
  height: 80px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
}
.info-3 .content .info-3-item .item-top img {
  width: 100%;
  border-radius: 10px;
}
.info-3 .content .info-3-item .item-bottom {
  background: #fff;
  padding: 0 22px 19px 19px;
}
.info-3 .content .info-3-item .item-bottom .title {
  font-size: 30px;
  color: #333;
  margin-top: 19px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-3 .content .info-3-item .item-bottom .info-detail {
  display: flex;
  margin-top: 19px;
}
.info-3 .content .info-3-item .item-bottom .info-detail div {
  display: flex;
  font-size: 24px;
  color: #999;
}
.info-3 .content .info-3-item .item-bottom .info-detail div img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.info-3 .content .info-3-item .item-bottom .info-detail div:not(:first-child) {
  margin-left: 31px;
}
.venue-01 {
  padding: 42px 30px 50px 30px;
}
.venue-01 .common-section-title {
  margin-bottom: 63px;
}
.venue-01 .common-section-title .name {
  font-weight: bold;
}
.venue-01 .swiper {
  width: 100%;
  height: 100%;
}
.venue-01 .swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  height: 460px;
  position: relative;
}
.venue-01 .swiper-slide .venue-info {
  position: absolute;
  left: 32px;
  bottom: 120px;
}
.venue-01 .swiper-slide .venue-title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.venue-01 .swiper-slide .venue-address {
  font-size: 24px;
  color: #fff;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.venue-01 .swiper-slide .venue-address .location {
  width: 24px;
  display: inline-block;
  margin-right: 4px;
}
.venue-01 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-01 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.venue-01 .swiper-slide {
  background-size: cover;
  background-position: center;
}
.venue-01 .mySwiper2 {
  height: 80%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue-01 .bg-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.venue-01 .bg-wrapper .mySwiper {
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  width: 650px;
  height: 20%;
  border-radius: 8px;
  height: auto;
  z-index: 2;
  margin: 0px 20px;
}
.venue-01 .bg-wrapper .mySwiper .swiper-wrapper {
  box-sizing: border-box;
}
.venue-01 .mySwiper .swiper-slide {
  width: 126px !important;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid transparent;
}
.venue-01 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #FF4544;
}
.venue-01 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
