* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #2067f0;
}

a {
  text-decoration: none;
  color: #221815;
}

ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}

dialog {
  border: none;
  padding: 0;
  background: transparent;
  margin: auto;
  max-width: 90vw;
  max-height: 90vh;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}

.container {
  min-width: 1200px;
}

.container .banner {
  position: relative;
}

.container .banner-img {
  width: 100%;
}

.container .banner .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 90px;
}

.container .banner .logo img {
  height: 100%;
  object-fit: contain;
}

.container .content .w {
  width: 1200px;
  margin: 0 auto;
}

.container .content .box {
  background-color: #1f67f0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 36px;
  max-width: 1200px;
}

.container .content .nav-list {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container .content .nav-list .list-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.container .content .nav-list .list-ul .list-li {
  padding: 16px 48px;
  border: 1px solid #9CA7C5;
  border-radius: 36px;
  font-size: 18px;
  cursor: pointer;
}

.container .content .nav-list .list-ul .list-li a {
  color: #eeeeee;
}

.container .content .nav-list .list-ul .action {
  background: linear-gradient(150deg, #1B63FF 12%, #0B8FFF 100%), #FFFFFF;
  color: #fff;
}

.container .content .nav-list .list-ul .action a {
  color: #fff;
}

.container .content .box .sw-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  margin-bottom: 60px;
}

.container .content .box .sw-title .sw-img {
  height: 100%;
}

.container .content .box .mySwiper {
  margin: 0;
  padding: 8px 0;
  width: calc(100% - 60px);
  height: 280px;
  overflow: hidden;
}

.container .content .box .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 252px;
  cursor: pointer;
}

.container .content .box .swiper-slide .video {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}

.container .content .box .swiper-slide .video:hover .mask {
  background-color: #33333300;
}

.container .content .box .swiper-slide .video .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .content .box .swiper-slide .video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3333330f;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  border-radius: 12px;
}

.container .content .box .swiper-slide .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -26px 0 0 -26px;
  width: 52px;
  height: 52px;
  background-color: #33333388;
  border-radius: 50%;
  z-index: 1;
}

.container .content .box .swiper-slide .video .play::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-14%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 10px solid transparent;
  z-index: 1;
}

.container .content .box .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 12px;
  height: 100%;
}

.container .content .box .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  margin: 8px 0 0;
  color: #ffffff;
  background: linear-gradient(180deg, #ffffff00 0%, #00000099 100%);
  pointer-events: none;
}

.container .content .box .swiper-3d .swiper-slide-shadow-left,
.container .content .box .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.container .content .box .swiper-button-prev,
.container .content .box .swiper-button-next {
  background: #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.container .content .box .swiper-button-prev img,
.container .content .box .swiper-button-next img {
  width: 20px;
  height: 20px;
}

.container .content .box .swiper-button-prev {
  left: 270px;
}

.container .content .box .swiper-button-next {
  right: 270px;
}

.container .content .box .swiper-button-next:after,
.container .content .box .swiper-button-prev:after {
  font-size: 0;
}

.container .content .box-1 {
  margin-top: 80px;
  text-align: center;
}

.container .content .box-1 .cy-title {
  display: flex;
  justify-content: center;
  height: 74px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.container .content .box-1 .nav {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.container .content .box-1 .nav button {
  display: flex;
  padding: 10px 0 0 52px;
  width: 193px;
  height: 60px;
  background: url(../images/btn-default.png) no-repeat;
  background-size: contain;
  border-radius: 36px;
  border: none;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  letter-spacing: 25px;
  cursor: pointer;
}

.container .content .box-1 .nav button.active {
  background: url(../images/btn-active.png) no-repeat;
  background-size: contain;
  color: #2067F0;
}

.container .content .box-1 .cy-title .cy-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container .content .box-1 .more-btn-s {
  border-radius: 36px;
  border: 1px solid #9CA7C5;
  padding: 12px 40px;
  display: inline-block;
  margin-bottom: 80px;
  cursor: pointer;
}

.container .content .box-1 .live-ul,
.container .content .box-1 .replay-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 100px;
  max-height: 670px;
  overflow: auto;
}

.container .content .box-1 .replay-ul {
  display: none;
}

.container .content .box-1 .live-ul::-webkit-scrollbar,
.container .content .box-1 .replay-ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.container .content .box-1 .live-ul::-webkit-scrollbar-track,
.container .content .box-1 .replay-ul::-webkit-scrollbar-track {
  background: #ffffff66;
  border-radius: 6px;
}

.container .content .box-1 .live-ul::-webkit-scrollbar-thumb,
.container .content .box-1 .replay-ul::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 6px;
}

.container .content .box-1 .live-ul .live-li,
.container .content .box-1 .replay-ul .replay-li {
  width: 350px;
  height: 190px;
  background: linear-gradient(132deg, #F9EEB3, #F8EA77);
  box-shadow: 0px 9px 14px 1px rgba(10, 81, 215, 0.38);
  border-radius: 20px;
}

.container .content .box-1 .live-ul .live-li .live-link img,
.container .content .box-1 .replay-ul .replay-link img {
  display: block;
  width: 543px;
  height: 271px;
  /* background: url(../images/zszc-card-bg.png) no-repeat; */
  /* background-position-y: 10px; */
  /* background-size: 100% 100%; */
}

.container .content .box-1 .live-ul .live-li .live-link .date,
.container .content .box-1 .replay-ul .replay-link .date {
  margin: 0 auto;
  padding: 8px 0 0 0;
  display: block;
  width: 203px;
  height: 44px;
  background: url(../images/zszc-card-date.png) no-repeat;
  background-size: 100% 100%;
  background-position-y: 3px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
}

.container .content .box-1 .live-ul .live-li .live-link .tag,
.container .content .box-1 .replay-ul .replay-link .tag {
  display: block;
  margin: 1px auto 6px;
  width: 176px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #2067F0;
  line-height: 25px;
  background: linear-gradient(to right, #D6EBFF00 0, #D6EBFF 100%);
  border-radius: 24px;
}

.container .content .box-1 .live-ul .live-li .live-link .name,
.container .content .box-1 .replay-ul .replay-link .name {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 248px;
  font-size: 22px;
  color: #165BE0;
  line-height: 25px;
  text-wrap: balance;
}

.container .content .box-1 .live-ul .live-li .live-link .enter,
.container .content .box-1 .replay-ul .replay-link .enter {
  margin: 10px auto;
  display: block;
  width: 122px;
  height: 29px;
  background: #F56C3D;
  border-radius: 15px;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
}

.container .content .box-2 {
  margin-top: 80px;
}

.container .content .box-2 .hd-title {
  display: flex;
  justify-content: center;
  height: 73px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.container .content .box-2 .hd-title .hd-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container .content .box-2 .nav {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.container .content .box-2 .nav button {
  display: flex;
  padding: 10px 0 0 52px;
  width: 193px;
  height: 60px;
  background: url(../images/btn-default.png) no-repeat;
  background-size: contain;
  border-radius: 36px;
  border: none;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  letter-spacing: 25px;
  cursor: pointer;
}

.container .content .box-2 .nav button.active {
  background: url(../images/btn-active.png) no-repeat;
  background-size: contain;
  color: #2067F0;
}

.container .content .box-2 .live-ul,
.container .content .box-2 .replay-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 30px 82px;
}

.container .content .box-2 .live-ul.collapsed,
.container .content .box-2 .replay-ul.collapsed {
  max-height: 675px;
  overflow: hidden;
}

.container .content .box-2 .replay-ul {
  display: none;
}

.container .content .box-2 .live-ul .live-li,
.container .content .box-2 .replay-ul .replay-li {
  display: flex;
  flex-direction: column;
}

.container .content .box-2 .live-ul .live-li .poster,
.container .content .box-2 .replay-ul .replay-li .poster {
  width: 543px;
  height: 271px;
  box-shadow: 0px 9px 14px 1px rgba(10, 81, 215, 0.38);
  border-radius: 16px;
}

.container .content .box-2 .live-ul .live-li .actions,
.container .content .box-2 .replay-ul .replay-li .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 32px;
}

.container .content .box-2 .live-ul .live-li .actions a,
.container .content .box-2 .replay-ul .replay-li .actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 31px;
  background: linear-gradient(-90deg, #FF7F40, #FFC05D);
  box-shadow: 0px 2px 4px 0px #E09403;
  border-radius: 16px;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 31px;
  text-shadow: 0px 3px 2px rgba(224, 106, 19, 0.56);
}

.container .content .box-2 .live-ul .live-li .actions a::before,
.container .content .box-2 .replay-ul .replay-li .actions a::before {
  content: '';
  display: inline-block;
  margin-top: 3px;
  width: 20px;
  height: 22px;
  background: url(../images/icon-play.png) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
}

.container .content .box-2 .live-ul .live-li .actions .favorite,
.container .content .box-2 .replay-ul .replay-li .actions .favorite {
  width: 26px;
  height: 26px;
  background: url(../images/favorite.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.container .content .box-2 .live-ul .live-li .actions .unfavorite,
.container .content .box-2 .replay-ul .replay-li .actions .unfavorite {
  width: 26px;
  height: 26px;
  background: url(../images/unfavorite.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.container .content .box-2 .more-btn,
.container .content .box-2 .more-btn-s {
  display: block;
  margin: 36px auto 0;
  padding: 0 0 10px;
  width: 185px;
  height: 48px;
  background: url(../images/btn-more.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
  cursor: pointer;
}

.container .content .box-4 {
  margin-top: 80px;
}

.container .content .box-4 .news-title {
  display: flex;
  justify-content: center;
  height: 73px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.container .content .box-4 .news-title .news-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container .content .box-4 .news-list {
  height: 676px;
  overflow-y: scroll;
  margin-bottom: 112px;
}

.container .content .box-4 .news-list .news-ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-right: 8px;
}

.container .content .box-4 .news-list .news-ul .news-li {
  display: flex;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 12px;
}

.container .content .box-4 .news-list .news-ul .news-li-left {
  width: 216px;
  height: 120px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 15px;
}

.container .content .box-4 .news-list .news-ul .news-li-left-img {
  width: 100%;
  height: 100%;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-title {
  font-weight: 600;
  font-size: 20px;
  color: #1E2561;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-txt {
  width: 924px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
  margin-top: 8px;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-bottom .time {
  display: flex;
  align-items: center;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-bottom .time img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-bottom .time span {
  font-size: 14px;
  color: #999999;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-bottom .right-btn {
  background: #0E8AFF;
  border-radius: 36px;
  padding: 6px 24px;
}

.container .content .box-4 .news-list .news-ul .news-li-right .right-bottom .right-btn a {
  font-size: 14px;
  color: #FFFFFF;
}

.container .content .box-4 .news-list::-webkit-scrollbar {
  width: 8px;
  height: 676px;
}

.container .content .box-4 .news-list::-webkit-scrollbar-thumb {
  background: #0E8AFF;
  border-radius: 12px 12px 12px 12px;
}

.container .content .box-4 .news-list::-webkit-scrollbar-track {
  background: #C6E2FF;
  border-radius: 12px 12px 12px 12px;
}

.container .content .box-5 {
  margin-top: 80px;
}

.container .content .box-5 .guide-title {
  display: flex;
  justify-content: center;
  height: 73px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.container .content .box-5 .guide-title .guide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container .content .box-5 .guide-ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.container .content .box-5 .guide-ul .guide-img {
  width: 186px;
  height: 196px;
}

.container .content .box-5 .guide-ul .guide-li {
  position: relative;
}

.container .content .box-5 .guide-ul .guide-li span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  white-space: nowrap;
  font-weight: 800;
  font-size: 23px;
  color: #165BE0;
  line-height: 41px;
}

.container .footer {
  background-color: #004EB3;
  padding: 50px 0;
  margin: 0 auto;
}

.container .footer p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.container .footer p a {
  font-size: 15px;
  color: #fff;
}

.container .footer p:last-child {
  margin-bottom: 0;
}