.banner {
  width: 100%;
  height: 590px;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .news {
  position: absolute;
  right: 360px;
  bottom: 30px;
  width: 330px;
  height: 203px;
  background: rgba(171, 3, 3, 0.74);
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 27px 15px;
  box-sizing: border-box;
}
.banner .news h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 18px;
  position: relative;
}
.banner .news h3::after {
  content: "";
  width: 300px;
  height: 4px;
  position: absolute;
  background-color: #ffffff;
  bottom: -16px;
  left: 0;
}
.banner .news p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
  width: 240px;
  padding-left: 24px;
  padding-top: 26px;
}
.main .main1 {
  margin-top: 44px;
}
.main .main1 .header .title h3 {
  color: #333333;
  font-size: 28px;
  letter-spacing: 4px;
}
.main .main1 .header .title h3 span {
  color: #c21b1f;
  font-size: 38px;
  letter-spacing: 4px;
  display: inline-block;
  margin-right: 4px;
}
.main .main1 .header .title h3::before {
  bottom: 6px;
}
.main .main1 .header .subtilte {
  font-size: 16px;
}
.main .main1 .header .blank_line {
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main1 .header .blank_line span {
  display: inline-block;
  width: 55px;
  height: 2px;
  background: #c21b1f;
  transform: translateY(-1px);
}
.main .main1 .main1_wrapper .main1_top {
  display: flex;
  position: relative;
  margin-top: 48px;
}
.main .main1 .main1_wrapper .main1_top .swiper-container {
  height: 453px;
  width: 720px;
}
.main .main1 .main1_wrapper .main1_top .swiper-container .swiper-wrapper .swiper-slide .swiper_img {
  width: 100%;
  height: 100%;
}
.main .main1 .main1_wrapper .main1_top .swiper-container .swiper-wrapper .swiper-slide .swiper_mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 433px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.main .main1 .main1_wrapper .main1_top .swiper-container .swiper-wrapper .swiper-slide .swiper_mask .mask_content {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.main .main1 .main1_wrapper .main1_top .swiper-pagination {
  position: absolute;
  right: 47%;
  bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.main .main1 .main1_wrapper .main1_top .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  border-radius: 0;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #c21b1f;
  opacity: 1;
  background: #ffffff;
  margin-right: 7px;
  line-height: 32px;
}
.main .main1 .main1_wrapper .main1_top .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #c21b1f;
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
}
.main .main1 .main1_wrapper .main1_top .top_right {
  height: 453px;
  width: 577px;
  padding-left: 30px;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card {
  display: flex;
  position: relative;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  bottom: -26px;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card .item {
  margin-right: 20px;
  font-size: 16px;
  color: #666;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card .item_active {
  color: #c21b1f;
  overflow: inherit;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card .item_active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -26px;
  left: 50%;
  border-radius: 2px;
  transform: translateX(-50%);
  background-color: #c21b1f;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card .more {
  padding-right: 20px;
}
.main .main1 .main1_wrapper .main1_top .top_right .tab_card .more a {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .card_header {
  box-sizing: border-box;
  width: 577px;
  min-height: 196px;
  padding: 28px 14px 8px 14px;
  background: #f9f9f9;
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
.main .main1 .main1_wrapper .main1_top .top_right .card.card1 .card_header p{
  margin-top: 8px;
}

body  .main .main1 .main1_wrapper .main1_top .top_right .card .card_header p{
  margin-top: 26px;
}

.main .main1 .main1_wrapper .main1_top .top_right .card .card_header h2 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .card_header p {
  /* margin-top: 25px; */
  margin-top: 8px;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 28px;
  /* text-indent: 2em; */
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
.main .main1 .main1_wrapper .main1_top .top_right .card .card_list {
  list-style: none;
  margin-top: 20px;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .card_list li {
  font-size: 40px;
  color: #c21b1f;
  display: flex;
  align-items: center;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .card_list li a {
  font-size: 16px;
  color: #333;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .more {
  /* margin-top: 30px; */
  padding-right: 68px;
  text-align: right;
  font-size: 16px;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .more a {
  color: #c21b1f;
}
.main .main1 .main1_wrapper .main1_top .top_right .card .more a span {
  color: #ccc;
  font-size: 18px;
}
.main .main1 .main1_wrapper .main1_top .top_right .card {
  display: none;
}
.main .main1 .main1_wrapper .main1_top .top_right .card1 {
  display: block;
}
.main .main1 .main1_wrapper .main1_bottom {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
}
.main .main1 .main1_wrapper .main1_bottom .content1 {
  width: 679px;
  height: 202px;
  background: url("../images/hot_event/main2_img1.png") no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.main .main1 .main1_wrapper .main1_bottom .content1 h2 {
  color: #000000;
  opacity: 0.22;
  font-size: 47px;
  padding-left: 49px;
  font-weight: normal;
  margin-right: 72px;
}
.main .main1 .main1_wrapper .main1_bottom .content1 .name {
  display: flex;
  align-items: center;
}
.main .main1 .main1_wrapper .main1_bottom .content1 .name img {
  width: 61px;
  height: 66px;
  margin-right: 19px;
}
.main .main1 .main1_wrapper .main1_bottom .content1 .name h3 {
  color: #333;
  font-size: 35px;
  font-weight: normal;
}
.main .main1 .main1_wrapper .main1_bottom .content1 .button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 89px;
  height: 36px;
  background-color: #c21b1f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
}
.main .main1 .main1_wrapper .main1_bottom .common_img {
  width: 317px;
  height: 200px;
  border: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .main1 .main1_wrapper .main1_bottom .common_img p {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.main .main1 .main1_wrapper .main1_bottom .common_img img {
  width: 102px;
  height: 100px;
}
.main .main2 .header .title h3 {
  color: #333333;
  font-size: 28px;
  letter-spacing: 4px;
}
.main .main2 .header .title h3 span {
  color: #c21b1f;
  font-size: 38px;
  letter-spacing: 4px;
  display: inline-block;
  margin-right: 4px;
}
.main .main2 .header .title h3::before {
  bottom: 6px;
}
.main .main2 .header .subtilte {
  font-size: 16px;
}
.main .main2 .header .blank_line {
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main2 .header .blank_line span {
  display: inline-block;
  width: 55px;
  height: 2px;
  background: #c21b1f;
  transform: translateY(-1px);
}
.main .main2 .main2_wrapper {
  margin: 48px 0 0 46px;
}
.main .main2 .main2_wrapper .parentWrap {
  display: flex;
  width: 1280px;
  text-align: center;
  list-style: none;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup {
  height: 545px;
  display: flex;
  align-items: center;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .groupTitle {
  width: 56px;
  height: 100%;
  font-size: 24px;
  color: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 30px;
  display: flex;
  align-items: center;
  word-break: break-all;
  justify-content: center;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
  cursor: pointer;
  background-color: #c21b1f;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont {
  height: 524px;
  background-color: #F9F9F9;
  display: none;
  width: 1032px;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-head {
  display: flex;
  justify-content: space-between;
  padding: 30px 46px;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-head h5 {
  color: #C21C20;
  font-size: 22px;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-head .right-arrow {
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #C21C20;
  color: #FFFFFF;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont {
  display: flex;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-left {
  width: 356px;
  min-height: 392px;
  background-color: #F2F2F2;
  margin-left: 6px;
  text-align: left;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup:first-child .group-cont .group-item-cont .item-left{
  background-color: #F9F9F9;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-left .item-img-info{
  display: none;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-left .item-img-info.current_show{
  display: block;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-left img {
  margin: 12px 0 0 46px;
  width: 245px;
  height: 223px;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup:first-child .group-cont .group-item-cont .item-left img{
  height: auto;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-left h6 {
  margin: 14px 0 0 46px;
  font-size: 18px;
  font-weight: 600;
  color: #343434;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-left p {
  width: 320px;
  margin: 22px 6px 6px 26px;
  /* text-indent: 2em; */
  line-height: 30px;
  font-size: 16px;
  color: #848484;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-right {
  margin: 12px 70px 0 38px;
  list-style: none;
  width: 100%;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-right li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  line-height: 50px;
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-right li.curr_select{
  color: #c21b1f;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup .group-cont .group-item-cont .item-right li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C21C20;
  margin-right: 20px;
}
.main .main2 .main2_wrapper .parentWrap .menuGroup:first-child .group-cont {
  display: block;
}
.main .main2 .main3_content {
  margin: 26px 0 160px 0;
}
.main .main2 .main3_content .media-cate {
  display: flex;
  /* margin-left: 12px; */
  margin-bottom: 16px;
}
.main .main2 .main3_content .media-cards .videoSwiper video{
  height: 480px;
  width: auto;
  margin: 0 auto;
  display: inherit;
}
.main .main2 .main3_content .media-cards .swiper002{
  display: none;
}
.main .main2 .main3_content .media-cards .swiper002,.main .main2 .main3_content .media-cards .videoSwiper{
  position: relative;
}
.main .main2 .main3_content .media-cards #swiper002{
  width: 1200px;
  margin: 0 auto;
}
.main .main2 .main3_content .media-cate .media-item {
  width: 112px;
  height: 42px;
  border: 1px solid #E9E9E9;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #343434;
  margin-right: 10px;
  cursor: pointer;
}
.main .main2 .main3_content .media-cate .media-item.media-active {
  color: #C21C20;
  border: 1px solid #C21C20;
}
.main .main2 .main3_content .plan-list {
  list-style: none;
  /* margin-top: 16px; */
  display: flex;
  position: relative;
}
.main .main2 .main3_content .plan-list .plan-item {
  width: 286px;
}
.main .main2 .main3_content .plan-list .plan-item .item-cover {
  display: inline-block;
  width: 286px;
  height: 286px;
}
.main .main2 .main3_content .plan-list .plan-item .item-cover img {
  width: 100%;
  height: 100%;
}
.main .main2 .main3_content .plan-list .plan-item .item-bottom {
  width: 286px;
  height: 170px;
  background-color: #F2F2F2;
  padding: 14px 30px 0 30px;
  box-sizing: border-box;
  color: #343434;
}
.main .main2 .main3_content .plan-list .plan-item .item-bottom h5 {
  font-size: 18px;
  font-weight: normal;
}
.main .main2 .main3_content .plan-list .plan-item .item-bottom h5 span {
  font-size: 22px;
}
.main .main2 .main3_content .plan-list .plan-item .item-bottom p {
  font-size: 12px;
  padding: 18px 0 8px 0;
}
.main .main2 .main3_content .plan-list .plan-item .item-bottom div {
  font-size: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E3E3E3;
}
.main .main2 .main3_content .plan-list .plan-item .item-bottom .plan-more {
  display: inline-block;
  margin-top: 16px;
  padding: 0 14px 4px;
  border: 1px solid #DADADA;
  font-size: 12px;
  border-radius: 9px;
  color: #8C8C8C;
  line-height: 14px;
  background-color: #DADADA;
}
.main .main2 .main3_content .plan-list .plan-item.plan-active .item-bottom {
  background-color: #C21C20;
  color: #ffffff;
}
.main .main2 .main3_content .plan-list .plan-item.plan-active .item-bottom div {
  border-bottom: 1px solid #ffffff;
}
.main .main2 .main3_content .plan-list .plan-item.plan-active .item-bottom .plan-more {
  border: 1px solid #ffffff;
  background-color: #C21C20;
  color: #ffffff;
}
.main .main2 .main3_content .swiper-button-next,
.main .main2 .main3_content .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* background-color: #A4A4A4; */
  background-color: #B20017;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
}
.main .main2 .main3_content .swiper-button-next:after,
.main .main2 .main3_content .swiper-button-prev:after {
  font-size: 16px;
}
.main .main2 .main3_content .swiper-button-prev {
  left: 18px;
}
.main .main2 .main3_content .swiper-button-next {
  right: 46px;
}
.main .main2 .main3_content .swiper-button-next.swiper-button-disabled,
.main .main2 .main3_content .swiper-button-prev.swiper-button-disabled {
  background-color: #E7E7E7;
  opacity: 1;
}
.main .main2 .main3_content .media-cards .swiper002 .swiper-button-prev{
  left: 0;
}
.main .main2 .main3_content .media-cards .swiper002 .swiper-button-next{
  right: 0;
}
.left-float {
  width: 342px;
  height: 324px;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/popup/show_bg.png") no-repeat 100% 100%;
  z-index: 99;
  padding: 60px 70px 30px;
  box-sizing: border-box;
}
.left-float .float-content .float-head {
  margin-bottom: 10px;
}
.left-float .float-content .float-head .item-row {
  margin-top: 4px;
  font-weight: bold;
  color: #666666;
}
.left-float .float-content .float-head h2 {
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #535353;
  position: relative;
}
.left-float .float-content .float-head h2::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 34px;
  position: absolute;
  left: 10px;
  top: -2px;
  background: url("../images/popup/remind.png") no-repeat;
}
.left-float .float-content .float-main {
  height: 150px;
}
.left-float .float-content .float-main .swiper-slide-active {
  color: #E13231;
}
.left-float .float-content .item-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #8F8F8F;
  line-height: 22px;
}
.left-float .float-content .item-row .tiktok-name {
  display: inline-block;
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
