.tbg8 {
  width: 100%;
  height: 71rem;
  background: url(../imgs/wapbg8.jpg) top center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}
.past-list {
  
}
.past-list .swiper-container {
  height: 64rem;
}
.past-list .swiper-slide img {
  width: 100%;
  height: 51rem;
  display: block;
}
#gwk-2 .swiper-slide img{
  width: 50%;
  margin: 0 auto;
}
.past-list .swiper-slide .tbt {
  height: 5rem;
  line-height: 5rem;
  background: #c20a14;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  overflow: hidden;
}
.past-list .swiper-pagination {
  bottom: 3rem;
}
.past-list .swiper-pagination .swiper-pagination-bullet {
  background: #999 !important;
}
.past-list .swiper-pagination .swiper-pagination-bullet-active {
  background: #d80e19 !important;
}
.past-list .swiper-button-prev, .past-list .swiper-button-next {
  color: #d80e19 !important;
  border: 2px solid #d80e19 !important;
  pointer-events: auto !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: none;
  top: auto !important;
  bottom: 1rem;
}


.past-list .swiper-button-next .iconfont {
  transform: rotate(180deg);
  color: #d80e19 !important;
  font-size: 1.8rem;
}
.past-list .swiper-button-prev .iconfont  {
  font-size: 1.8rem;
}




.PlayEy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  position: relative;
  background: url("../imgs/bg_circle.png") no-repeat center;
  background-size: 100% 100%;
}

.btns-bg img {
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  float: left;
}

.PlayEy:before {
  position: absolute;
  left: 126px;
  top: 126px;
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .5);
}

.Btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background-color: yellow;
  background: url("../imgs/btn-bg.png") no-repeat;
  background-size: 100% 100%;
  animation: Btn-bg 3s linear infinite;
}

.Play,
.asdfg {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: red;
  right: 8.2rem;
  top: 8.5rem;
  background: url("../imgs/play.png") center no-repeat;
  background-size: 100% 100%;
  transition: .5s;
}

.asdfg {
  right: 8.3rem;
}

.cls4::before {
  content: "";
  position: fixed;
  top: 15rem;
  right: 5%;
  width: 6rem;
  height: 6rem;
  background: url("../imgs/close4.png") center no-repeat;
  background-size: 100% 100%;
}

.cls4 {
  height: 150px;
  top: auto;
  bottom: 0;
}

.btns-bg {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 20rem;
  height: 20rem;
  overflow: hidden;
  position: relative;
}

.tanc-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 20rem;
  height: 20rem;
  z-index: 2333;
}


@keyframes Btn-bg {
  from {}

  to {
      transform: rotate(360deg);
  }
}

.shade-bg {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 990;
  display: none;
}

.wk-con {
  position: fixed;
  left: 0;
  z-index: 999;
  top: -600px;
  height: 500px;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}
/********************/
/*********************/

.tbnav-tab {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.tbnav-tab a {
  display: block;
  font-size: 2.4rem;
  line-height: 5rem;
  color: #252525;
  margin: 0 1rem;
  position: relative;
}

.tbnav-tab a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: .4rem;
  background: #c20a14;
  border-radius: .4rem;
  transition: all .3s;
}
.tbnav-tab a:hover {
  color: #c20a14;
}
.tbnav-tab a.swiper-slide04-left-active::before,.tbnav-tab a:hover::before {
  width: 30px;
}
.pic-box88 {
  width: 100%;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.pic-box88 .item {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  line-height: 6rem;
  margin-top: 3rem;
}
.pic-box88 .item .tbt {
  color: #252525;
  text-align: center;
  font-size: 1.8rem;
}

.pic-box88 .item img {
  width: 100%;
  height: 44rem;
  display: block;
}

.pic-bk88 .item{
  width:33rem;
  margin-right: 3rem;
  text-align: center;
}
.pic-bk88 .item img {
  width: 33rem;
  display: block;
  height: 44rem;
}

.pic-bk88 .item:nth-child(2n) {
margin-right: 0;
}

.loadmore {
  width: 17rem;
  height: 5rem;
  border: 2px solid #dcdcdc;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: center;
  line-height: 4.6rem;
  font-size: 1.8rem;
  transition: all .3s;
  color: #000;
}
.loadmore:hover {
background: red;
border: 2px solid red;
color: #fff;
transform: translate(.4rem,.4rem);
}

/*******************/
.tbin-box .swiper-button-prev,.tbin-box .swiper-button-next {
  color: #d80e19 !important;
  border: 2px solid #d80e19 !important;
  pointer-events: auto !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: none;
  top: auto !important;
  bottom: 2rem;
}
.tbin-box .swiper-button-next .iconfont {
  transform: rotate(180deg);
  color: #d80e19 !important;
  font-size: 1.8rem;
}
.tbin-box .swiper-button-prev .iconfont  {
  font-size: 1.8rem;
}
.tbbg8 {
  background: url(../imgs/index-banner031.jpg) top center no-repeat !important;
  background-size: 100% 100%;
}
.tbmore88{
  display: block;
  width: 100%;
  height: 7rem;
  line-height: 7rem;
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a3a3a;
  border: 0.1rem solid #b4b4b4;
  text-align: center;
}
