.index-live-box .open-member {
  height: 340px;
  padding-top: 0;
}
.index-live-box .open-member .video-poster {
  background-size: cover;
}
.index-live-box .open-member .video-poster .video-head {
  background: rgba(0, 0, 0, 0.65);
}
.index-live-box .live-list {
  height: 340px;
  overflow-y: scroll;
  background: #fafafa;
  border: #eee 1px solid;
  padding: 0;
}
.index-live-box .live-list ul {
  margin-bottom: 0;
}
.index-live-box .live-list ul li {
  padding: 0 15px 0 40px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.index-live-box .live-list ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #111;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
}
.index-live-box .live-list ul li a {
  display: block;
  color: #111;
}
.index-live-box .live-list ul li:hover,
.index-live-box .live-list ul li.active {
  background: #fff;
  box-shadow: 0 0 11px #ececec;
  padding-left: 45px;
}
.index-live-box .live-list ul li:hover:after,
.index-live-box .live-list ul li.active:after {
  background: #ff516b;
}
.index-live-box .live-list ul li:hover h4,
.index-live-box .live-list ul li.active h4,
.index-live-box .live-list ul li:hover a,
.index-live-box .live-list ul li.active a {
  color: #ff516b;
}
.index-live-box .live-list span,
.index-live-box .live-list h4,
.index-live-box .live-list p {
  float: left;
  margin: 0;
  font-size: 15px;
}
.index-live-box .live-list h4,
.index-live-box .live-list p {
  max-width: calc(100% - 100px);
  line-height: 48px;
  font-weight: 500;
  margin: 0 5px 0 10px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-live-box .live-list p {
  max-width: 50%;
}
.certificates {
  margin: 20px 0;
}
.certificates .col-sm-4 {
  height: 200px;
}
.certificates .col-sm-4 img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.popup {
  background: none !important;
  box-shadow: none !important;
}
.popup-box {
  display: none;
}
.popup-box a {
  width: 500px;
  height: 415px;
  background: url(/image/img/index/21871699257128_.pic.jpg) no-repeat center top;
  display: block;
  position: relative;
  overflow: hidden;
}
.popup-box span {
  width: 411px;
  height: 144px;
  background: url(/image/img/index/7031646044489_.pic.jpg) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -195.5px;
  animation: scaleSmall 1s linear infinite;
}
@keyframes scaleSmall {
  50% {
    transform: scale(0.9);
  }
}
.source-series-list ul {
  height: 255px;
  overflow-y: auto;
}
.source-series-list ul li {
  margin-bottom: 0 !important;
}
.source-series-list ul li a {
  display: inline !important;
}
.source-series-list ul li img {
  transition: all 0.3s;
}
.source-series-list ul li dl {
  margin-left: 50px;
}
.source-series-list ul li dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.source-series-list ul li dd {
  text-align: right;
  color: #ff516b;
}
.source-series-list ul li:hover img {
  transform: scale(1.1);
}
.source-series-list ul li:nth-of-type(4) i::before {
  content: "Ⅳ";
}
.source-series-list ul li:nth-of-type(5) i::before {
  content: "Ⅴ";
}
.source-series-list ul li:nth-of-type(6) i::before {
  content: "Ⅵ";
}
.source-series-list ul li:nth-of-type(7) i::before {
  content: "Ⅶ";
}
.source-series-list ul li:nth-of-type(8) i::before {
  content: "Ⅷ";
}
.source-series-list ul li:nth-of-type(9) i::before {
  content: "Ⅸ";
}
.source-series-list ul li:nth-of-type(10) i::before {
  content: "Ⅹ";
}
@media (max-width: 1024px) {
  .index-live-box .live-list h4 {
    display: none;
  }
  .index-live-box .live-list p {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 990px) {
  .index-live-box .open-member {
    height: 0;
    padding-top: 50%;
  }
  .index-live-box .live-list {
    height: auto;
  }
  .index-live-box .live-list p {
    display: none;
  }
  .index-live-box .live-list ul {
    display: flex;
    overflow-x: auto;
  }
  .index-live-box .live-list ul li {
    padding: 0 10px;
    flex: none;
  }
  .index-live-box .live-list ul li:after {
    display: none;
  }
  .index-live-box .live-list ul li.active,
  .index-live-box .live-list ul li:hover {
    padding: 0 10px;
  }
  .index-live-box .live-list {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 460px) {
  .index-live-box .open-member {
    height: 200px;
    padding-top: 0;
  }
  .index-live-box .live-list ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* 2022/6/2 */
.warehouse-box {
  margin-top: 20px;
}

.warehouse-list .title {
  margin-bottom: 15px;
}

.warehouse-box ul {
  margin-bottom: 0;
  clear: both;
  overflow: hidden;
  max-height: 40px;
}

.warehouse-box ul li {
  position: relative;
  float: left;
  margin: 5px 5px;
  z-index: 1;
}

.warehouse-box ul li a {
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  display: block;
}

.warehouse-box .owl-dots {
  display: none;
}

.open-box {
  padding: 80px 20px 50px;
  text-align: center;
  box-sizing: border-box;
  background: #fff url(./image/img/index/member.png) no-repeat bottom center/100% auto;
  box-shadow: #ddd 0 0 10px;
}

.open-box .layui-icon {
  color: #ff516b;
  font-size: 40px;
  margin-right: 15px;
  vertical-align: middle;
}

.open-box h3 {
  color: #ff516b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.open-box h3 strong {
  display: block;
  margin: 0 5px;
  font-size: 32px;
  line-height: 1.5;
  color: #ffc107;
  font-weight: bold;
}

.open-box h3 b {
  font-size: 26px;
  color: #ffc107;
  margin: 0 5px;
}

.open-box p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}

/* 2022/6/2 end */
/* 2022/6/7 */
.warehouse-box ul li {
  position: relative;
}

.warehouse-box ul li .strong {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 0;
  animation: strong 1s linear alternate infinite;
  transition: all 0.3s;
  padding-right: 55px;
}

.warehouse-box ul li .strong:after {
  content: "";
  width: calc(100% - 30px);
  border-bottom: 4px double #fff;
  position: absolute;
  bottom: 2px;
  left: 15px;
}

@keyframes strong {
  0% {
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px 0;
  }

  100% {
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 0;
  }
}

.warehouse-box ul li .layui-badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}

/* 2022/6/7 end */
/*抽奖Begin */
.lottery {
  background: none;
  box-shadow: none;
}

.lottery-box {
  max-width:100%;
  width: 400px;
  height: 400px;
  background: url(/image/img/index/ly-plate-c.gif) no-repeat center center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.lottery-box .playbtn {
  width: 186px;
  height: 186px;
  background: url(/image/img/index/playbtn.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -93px;
  margin-top: -93px;
  z-index: 1;
}

.lottery-img {
  width: 340px;
  height: 340px;
  position: absolute;
  background: url(/image/img/index/bg-lottery.png) no-repeat center;
  background-size: cover;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -170px;
  transition: transform 4s cubic-bezier(.2, .93, .43, 1);
}

.lottery-box li {
  width: 172px;
  height: 170px;
  position: absolute;
  left: 50%;
  margin-left: -86px;
  text-align: center;
  transform-origin: 50% 100%;
  padding-top: 20px;
  box-sizing: border-box;
}

.lottery-box li h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #ab2ff7;
}

.lottery-box li p {
  color: #ab2ff7;
  opacity: 0.8;
}

.lottery-box li:nth-of-type(1) {
  transform: rotate(0);
}

.lottery-box li:nth-of-type(2) {
  transform: rotate(60deg);
}

.lottery-box li:nth-of-type(3) {
  transform: rotate(120deg);
}

.lottery-box li:nth-of-type(4) {
  transform: rotate(180deg);
}

.lottery-box li:nth-of-type(5) {
  transform: rotate(240deg);
}

.lottery-box li:nth-of-type(6) {
  transform: rotate(300deg);
}

.tk_box {
  max-width:100%;
  width: 502px;
  height: 432px;
  background: url(/image/img/index/tk_img.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.tk_box h4 {
  width: 140px;
  height: 100px;
  margin: 100px auto 0 ;
  font-size: 20px;
  color: #ff2eb4;
  font-weight: normal;
}

.tk_box p {
  margin-top: 100px;
  color: #fff172;
  text-align: center;
  font-size: 16px;
}

.tk_box a {
  display:block;
  margin:42px auto 0;
  width: 222px;
  height:60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color:#fff172;
}

@media (max-width:768px) {
  .lottery{
     transform:scale(0.9);
  }
}
/*抽奖end */
/*底部浮动Begin*/
.fudong {
  width: 100%;
  height: 80px;
  background: rgba(62, 67, 78, 0.9);
  left: 0px;
  bottom: 0px;
  position: fixed;
  z-index: 999;
}

.fudongIn {
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.fudongImg {
  background: url(/image/img/index/indexrw.png) no-repeat left top;
  background-size: contain;
  width: 195px;
  height: 140px;
  position: absolute;
  left: 12px;
  bottom: 0px;
}

.fudongXue {
  float: left;
  margin-left: 245px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 80px;
}

.fudongQuan {
  float: left;
  margin-left: 20px;
  font-size: 20px;
  color: #ffffff;
  line-height: 80px;
}

.fudongQuan span {
  font-weight: bold;
  color: #ffde00;
}

.fudongCode a {
  display: block;
  float: left;
  width: 128px;
  height: 44px;
  background: #07c160;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  margin: 18px 0px 0px 30px;
}

.phpGuanbi {
  position:absolute;
  width: 16px;
  height: 16px;
  top: 11px;
  right: 10px;
  cursor: pointer;
  color: #ffffff;
}

@media (max-width:768px) {
  .fudongImg{
     width: 103px;
     height:80px
  }
  .fudongQuan {
     float: left;
     margin-left: 20px;
     font-size: 14px;
     color: #ffffff;
     line-height: 30px;
  }
  .fudongXue{
     margin-left: 120px;
     font-size: 14px;
     line-height: 30px;
     float:none;
     /*padding-right: 20px;*/
     padding-top: 10px;
  }
  .fudongQuan{
      margin-left: 120px;
  }
  .fudongCode a{
     margin-top: 0;
     width: 80px;
     height: 32px;
     line-height: 32px;
     float: right;
     margin-right: 20px;
     margin-left: 0;
  }
}
/*底部浮动end*/
