.wapper {
  width: 100%;
}

.inner {
  width: 1200px;
  margin: auto;
}

.bannar {
  width: 100%;
  overflow: hidden;
}

.bannar img {
  width: 100%;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background: #cccccc;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f0ab00;
}

.text {
  width: 1200px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 2px;
}

.live-desp {
  margin-bottom: 76px;
}

.live-desp .title-box {
  margin: 80px 0 30px;
}

.live-desp .title-box .title {
  font-size: 36px;
}

.live-draw {
  width: 1205px;
  height: 530px;
  margin: auto;
  background: url(../imgs/demo/backrect.png) no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 30px;
}

.live-draw .livetitle {
  width: 306px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.live-draw .line {
  width: 100%;
  position: absolute;
  left: -8px;
  top: 170px;
}

.live-draw .trun-box {
  text-align: center;
}

.live-draw .trun-box .item {
  width: 150px;
  display: inline-block;
  margin-right: 130px;
}

.live-draw .trun-box .item:last-of-type {
  margin-right: 0;
}

.live-draw .trun-box .item .date {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  height: 32px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  letter-spacing: 1px;
}

.live-draw .trun-box .item .time {
  width: 100%;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  font-weight: 500;
  color: #f0ab00;
  line-height: 32px;
  letter-spacing: 3px;
  background: -webkit-linear-gradient(225deg, #fde551 0%, #f3b110 100%);
  background: linear-gradient(225deg, #fde551 0%, #f3b110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.live-draw .trun-box .item .turn {
  width: 100%;
  height: 32px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 1px;
}

.live-draw .trun-box .item .status {
  width: 100%;
  height: 32px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 40px;
  display: block;
}

.live-draw .live-box {
  padding: 0 27px;
  margin-top: 25px;
  width: 100%;
  height: 320px;
  position: relative;
}

.live-draw .live-box .cover {
  width: 100%;
  height: 240px;
  background-color: red;
}

.live-draw .live-box .info-wapper {
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: left;
  right: 160px;
}

.live-draw .live-box .info-wapper .gift-name {
  width: 130px;
  font-size: 28px;
  font-weight: 500;
  color: white;
  line-height: 42px;
  letter-spacing: 2px;
  margin: 50px 0 45px;
  position: relative;
}

.live-draw .live-box .info-wapper .gift-name::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 4px;
  background-color: white;
  left: 8px;
  bottom: -12px;
}

.live-draw .live-box .info-wapper .into-live {
  margin: auto;
  width: 228px;
  height: 43px;
  line-height: 43px;
  background: #f0ab00;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.live-draw .live-box .info-wapper .into-live span {
  font-size: 22px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
}

.live-draw .live-box .info-wapper .into-live img {
  width: 28px;
  height: 28px;
}

.live-draw .live-box .info-wapper .desp {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: white;
  letter-spacing: 1px;
}

.new-desp .title-box {
  margin: 60px auto 40px;
}

.new-desp .title-box .title {
  font-size: 28px;
}

.new-desp .round-wapper {
  width: 100%;
  margin-top: 40px;
  height: 240px;
}

.new-desp .round-wapper .round {
  width: 240px;
  height: 240px;
  border: 3px solid #F0AB00;
  border-radius: 50%;
  float: left;
  margin-right: 78px;
}

.new-desp .round-wapper .round:last-child {
  margin-right: 0;
}

.new-desp .round-wapper .round .r-in {
  width: 224px;
  height: 224px;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid #F0AB00;
  border-radius: 50%;
}

.new-desp .round-wapper .round .r-in .t {
  width: 100%;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #f0ab00;
  line-height: 22px;
}

.new-desp .round-wapper .round .r-in .t strong {
  padding: 0 6px;
}

.new-desp .round-wapper .round .r-in .line {
  width: 163px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin: 10px auto 15px;
}

.new-desp .round-wapper .round .r-in .b {
  width: 180px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin: auto;
  position: relative;
  left: 5px;
}

.new-desp .round-wapper .round .r-in strong {
  color: #F0AB00;
  font-weight: normal;
}

.video-wapper {
  width: 100%;
  height: 446px;
  margin-top: 40px;
  position: relative;
}

.video-wapper .inner {
  position: relative;
}

.video-wapper .left {
  width: 790px;
  display: inline-block;
  height: 100%;
}

.video-wapper .left .video {
  width: 100%;
  height: 344px;
  background: red;
  position: relative;
}

.video-wapper .left .video .palybtn {
  width: 100px;
}

.video-wapper .left .subtitle {
  width: 100%;
  height: 100px;
  padding-left: 20px;
  background-color: #333;
  overflow: hidden;
}

.video-wapper .left .subtitle h1 {
  color: white;
  margin: 14px 0 18px 0;
  font-size: 20px;
}

.video-wapper .left .subtitle h2 {
  font-weight: normal;
  color: #ddd;
  font-size: 20px;
}

.video-wapper .right {
  display: inline-block;
  width: 380px;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
}

.video-wapper .right .btn-item {
  width: 358px;
  height: 99px;
  line-height: 99px;
  margin-bottom: 16px;
  border: 2px solid #dddddd;
  padding-left: 35px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
}

.video-wapper .right .btn-item img {
  position: absolute;
  width: 24px;
  top: 7px;
  bottom: 0;
  left: 4px;
  margin: auto;
}

.video-wapper .right .btn-item.select {
  background: #fff8e8;
  border: 2px solid #fdba12;
  color: #FDBA12;
}

.video-wapper .right::-webkit-scrollbar-button {
  display: none;
}

.video-wapper .right::-webkit-scrollbar {
  width: 11px;
  height: 100%;
  background: #eeeeee;
  border-radius: 5px;
}

.video-wapper .right::-webkit-scrollbar-thumb {
  width: 10px;
  height: 134px;
  background: #dddddd;
  border-radius: 5px;
}

.sub-video {
  width: 1200px;
  margin: 32px auto 0;
}

.sub-video .item {
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
  position: relative;
}

.sub-video .item:last-child {
  margin-bottom: 0;
}

.sub-video .item .cover, .sub-video .item .video-cover {
  width: 100%;
  height: 100%;
  background-color: red;
}

.sub-video .item .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.25);
}

.sub-video .item .play {
  position: absolute;
  width: 96px;
  z-index: 10;
}
