body {
  position: static;
  -webkit-overflow-scrolling: touch;
}

#container{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  /* background: #1F75C3; */
  /* background-size: 100% auto; */
  padding-bottom:.6rem;

  background:url(../images/bg.png) top center no-repeat #c0f3ff;
  background-size:100% auto;
  padding-top:4.76rem;
}
/****通用样式********/
.modules {
  width: 100%;
  position: relative;
  z-index: 10;
} 

.title-box {
  width: 100%;
}
.module-title {
  width: 100%;
  height: 1.28rem;
  display: block;  
}
.module-list{
    z-index: 99;
    position: relative;
}
.article-cover img{
  width:100%;
  height:100%;  
}
.see-more-box {
  width:2.01rem;
  height:0.57rem;  
  margin-left:auto;
  margin-right:auto;  
}
.see-more-box img{
  width:100%;
  height:100%;
}
.article-item,.see-more-box{
  cursor: pointer;
}
.module{
  display: none;
}
.module-live{
  display: block;
}

/*************开奖模块***************/
.module-live{
  margin-bottom: .38rem;
}
.module-live .live-container{
  margin-left:0.11rem;
  margin-right:0.12rem;
  width:7.27rem;
  height:4.49rem;
  background:url(../images/live-bg.png) center center no-repeat;
  background-size:100% 100%;
  padding:0.43rem 0.49rem 0.52rem 0.48rem;
  box-sizing: border-box;  
}
.module-live .live-container .live-video-container{  
  width:100%;
  height:100%;  
  border-radius: 0.08rem;
  overflow: hidden;
  border: 2px solid #2de7f5;
}
.module-live .live-notice{
  margin-left:0.19rem;
  margin-right:0.18rem;
  width:7.13rem;
  height:1.84rem;
  background:url(../images/live-notice-bg.png) center center no-repeat;
  background-size:100% 100%;
  padding-top:.75rem;
  padding-left:.4rem;
  box-sizing: border-box;  
  color: #F9FDFF;
}
.module-live .live-notice .live-notice-text{
  display: flex;  
  font-size: 0.28rem;
  line-height: 0.42rem;
  height:0.42rem;
  margin-bottom: 0.15rem;
}
.module-live .live-notice .live-notice-text .live-notice-icon{
  width:0.16rem;
  height:0.42rem;
  background:url(../images/live-notice-icon.png) center center no-repeat;
  background-size:0.16rem 0.16rem;
  margin-right: 0.17rem;
}

.module-live .article-cover{
  width:100%;
  height:100%;
  position: relative;
}
.module-live .article-cover img{
  width:100%;
  height:100%;
}
.module-live .article-cover .play-mask,.video-js .vjs-big-play-button{
  position: absolute;
  left:0;
  top:0;  
  width:100%;
  height:100%;  
  /* 设置整体背景颜色为黑色 */
  background-color: rgba(0,0,0,0.53);
  /* 设置背景图片，这里的url替换为你实际的图片路径 */
  background-image: url('../images/btn-live.png');
  /* 设置背景图片在水平和垂直方向居中 */
  background-position: 2.5rem 1.04rem;
  /* 设置背景图片大小为20px * 20px */
  background-size: 1.32rem 1.32rem;
  /* 设置背景图片不重复，保证只显示一个 */
  background-repeat: no-repeat;
  border-radius: 2px;
  border:none;
}

/****视频***/
.video-js{
  width:100%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
}
.vjs-poster{
  background-size:100% 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content:'';
}
.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
  outline: none;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus{
  background-color:rgba(0,0,0,0);
}


/******往期开奖*******/
.module-wangqi{
  /* margin-top:0.38rem; */
  margin-bottom:.44rem;
}
.module-wangqi .swiper-button{
  display: none;
}
.module-wangqi-list {
  width: 100%;
  padding: 0 .22rem;
  box-sizing: border-box;
}
.module-wangqi-list .article-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:0.11rem;
}
.module-wangqi-list .article-list .article-item{
  width:3.43rem;  
  height: 2.87rem;  
}
.module-wangqi-list .article-list .article-item .article-cover{
  width:3.43rem;
  height:1.93rem;  
  background: #161963;
  border-radius: 5px;
  border: 2px solid;
  border-image: radial-gradient(circle, rgba(99, 157, 251, 1), rgba(79, 144, 249, 1)) 2 2;
  box-sizing: border-box;
}
.module-wangqi-list .article-list .article-item .article-cover img{
  width:100%;
  height:100%;
}
.module-wangqi-list .article-list .article-item .article-title{
  width:3.43rem;
  height:.64rem;
  box-sizing: border-box;
  padding:.17rem 0;
  text-align: center;  
  font-size: 0.24rem;
  color: #005BCB;
  line-height: 0.3rem;
}
.module-wangqi-list .article-list .article-item .article-title .limit-line2{
  text-align: center !important;
}
.module-wangqi .see-more-box{
  margin-top:0.15rem;  
  cursor: pointer;
}
/****走进体彩*****/
.module-zoujin{
  margin-bottom:.05rem;  
}
.module-zoujin .module-title{
  height:1.35rem;
}
.module-zoujin .module-zoujin-list{
  margin-top:0.08rem;
}
.module-zoujin-list .article-list .article-item{
  margin-left:0.21rem;
  margin-right:0.22rem;
  width:7.07rem;
  height:1.99rem;
  background:url(../images/zoujin-bg-blue.png) center no-repeat;
  background-size:100% 100%;
  margin-bottom:0.08rem;
  position: relative;
}
.module-zoujin-list .article-list .article-item:nth-child(even){
  background:url(../images/zoujin-bg-purple.png) center no-repeat;
  background-size:100% 100%;
}
.module-zoujin-list .article-list .article-item .article-cover{
  position: absolute;
  left: 0.04rem;
  top: 0.16rem;
  width: 2.94rem;
  height: 1.65rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.07rem;
  overflow: hidden;
}
.module-zoujin-list .article-list .article-item .article-title{
  position: absolute;
  left:3.67rem;
  top:.46rem;
  width:3.13rem;
  font-size:0.28rem;
  line-height:.4rem;
  color:#fff;
}
.module-zoujin-list .article-list .article-item .btn-view-detail{
  position: absolute;
  bottom:.2rem;
  right:.26rem;
  width:1.58rem;
  height:0.45rem;
  background:url(../images/btn-viewdetail-blue.png) center no-repeat;
  background-size:100% 100%;
}
.module-zoujin-list .article-list .article-item:nth-child(even) .btn-view-detail{
  background:url(../images/btn-viewdetail-orange.png) center no-repeat;
  background-size:100% 100%;
}
.module-zoujin .see-more-box{
  margin-top:0.27rem;
}

/***公益体彩****/
.module-gongyi{
  /* margin-top:0.05rem; */
}
.module-gongyi .module-title{
  height:1.57rem;
}
.module-gongyi .swiper-container{
  margin-top:0.14rem;
  margin-left:0.18rem;
  margin-right:0.18rem;
  width:7.14rem;
  height:4.01rem;
  border-radius:0.05rem;
  overflow: hidden;
}
.module-gongyi .swiper-container .article-item{
  width:7.14rem;
  height:4.01rem;
  position: relative;
}
.module-gongyi .swiper-container .article-item img{
  width:100%;
  height:100%;
}
.module-gongyi .swiper-container .article-item .article-title{
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  box-sizing: border-box;
  height:.5rem;
  background:rgba(0,0,0,0.67);
  padding-left:0.26rem;
  padding-right:1.5rem; 
  text-align: left;
  color: #C5E1FF;
  font-size:.2rem;
  line-height:.5rem;
}
.module-gongyi .swiper-pagination{
    right: .2rem;
    left: auto;
    height: .5rem;
    line-height: .5rem;
    bottom: 0;
    width: auto;
}
.module-gongyi .swiper-pagination-bullet{
  width:.1rem;
  height:.1rem;
  background-color:#94D3F8;
  opacity: 1;
  transition: width 0.5s;
}
.module-gongyi .swiper-pagination-bullet-active{
  width:0.29rem;
  height:0.1rem;
  background-color:#fff;
  opacity: 1;
  border-radius: 0.05rem;
  transition: width 0.5s;
}
.module-gongyi .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 0.04rem;
}
.module-gongyi .swiper-button{
  display: none;
}


/*********PC适配************/
@media screen and (min-width: 750px) {
  body{
    overflow: auto;
  }
  #container{
    width: 100%;
    min-width:1206px;    
    max-width: none;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;    
    padding-bottom:400px;
  
    background:url(../images/pc/bg.jpg) top center no-repeat #c0f3ff;
    background-size:1920px auto;
    padding-top:1003px;
  }
  /*************开奖模块***************/
  .module-live{
    margin-bottom:172px;
  }
  .module-live .live-container{
    width: 1206px;
    height: 936px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/pc/live-bg.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 195px 291px 307px 143px;
  }
  .module-live .live-container .live-video-container{
    width:100%;
    height:100%;  
    border-radius: 32px;
    overflow: hidden;
    cursor: pointer;
    border: none;
  }
  .module-live .live-container .live-video-container.no-article{
    cursor: auto;
  }
  .module-live .live-notice{
    display: none;
  }  
  
  .module-live .article-cover{
    width:100%;
    height:100%;
    position: relative;
  }
  .module-live .article-cover img{
    width:100%;
    height:100%;
  }
  .module-live .article-cover .play-mask,.video-js .vjs-big-play-button{
    position: absolute;
    left:0;
    top:0;  
    width:100%;
    height:100%;  
    background: 
        url('../images/pc/btn-play-video.png'),
        linear-gradient(to bottom, transparent 379px, rgba(0,0,0,0.7) 379px);        
    background-repeat: no-repeat;
    background-position: 30px 389px,0 0;
    background-size: 38px 38px,cover;
    border:none;
  }
  
  
  /****通用样式********/  
  .see-more-box {
    width:2.01rem;
    height:0.57rem;  
    margin-left:auto;
    margin-right:auto;  
  }
  .see-more-box img{
    width:100%;
    height:100%;
  }
  
  /******往期开奖*******/
  .module-wangqi{
    margin-bottom:160px;
    width:1206px;
    height:466px;
    box-sizing: border-box;
    background:url(../images/pc/bg-wangqi.png) center no-repeat;
    background-size:100% 100%;    
    padding:140px 0 68px 0; 
    position: relative;
    margin-left:auto;
    margin-right:auto;
  }
  .module-wangqi .title-box{
    display: none;
  }
  .module-wangqi-list {
    width: 100%;
    padding: 0 85px;
    box-sizing: border-box;
  }
  .module-wangqi-list .article-list{    
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top:0;    
  }
  .module-wangqi-list .article-list .article-item{
    width:346px;
    height:258px;
    background-image:url(../images/pc/bg-wangqi-item-up.png);
    background-size:330px 243px;
    background-position:8px 2px;
    background-repeat: no-repeat;
  }
  .module-wangqi-list .article-list .article-item .article-cover{
    position: absolute;
    width: 293px;
    height: 164px;
    background: #0C98FC;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #45EFFF;
    box-sizing: border-box;
    left: 27px;
    top: 18px;
    border-bottom: none;
  }
  .module-wangqi-list .article-list .article-item .article-cover img{
    width:100%;
    height:100%;
  }
  .module-wangqi-list .article-list .article-item .article-cover .article-cover-mask{
    position: absolute;
    left:0;
    top:0;  
    width:100%;
    height:100%;  
    background: 
        url('../images/pc/btn-play-video.png'),
        linear-gradient(to bottom, transparent 134px, rgba(0,0,0,0.7) 134px);        
    background-repeat: no-repeat;
    background-position: 10px 139px,0 0;
    background-size: 19px 19px,cover;
    border:none;
  }
  .module-wangqi-list .article-list .article-item .article-title-bg{   
    width:346px;
    height:93px;
    background-image:url(../images/pc/bg-wangqi-item-down.png);
    background-size:351px 93px;
    background-position: -3px 0px;
    background-repeat: no-repeat;
    position: absolute;    
    left:0;
    bottom:0;
  }
  .module-wangqi-list .article-list .article-item .article-title{   
    position: absolute;
    padding: 0;
    left: 28px;
    width: 290px;        
    height: 56px;
    top: 202px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  } 
  .module-wangqi-list .article-list .article-item .article-title::first-line{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }
  .module-wangqi .see-more-box{    
    position: absolute;
    right: 90px;    
    width: 146px;
    bottom: 18px;
    height: 40px;
    margin-top:0;
  }
  .module-wangqi .see-more-box img{
    display: none;
  }
  .module-wangqi .swiper-button{
    position: absolute;
    display: block;
    width:24px;
    height:72px;
    top:50%;
    margin-top:-36px;
    cursor: pointer;
  }
  .module-wangqi .swiper-button img{
    width:100%;
    height:100%;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content:'';
  }
  .module-wangqi .swiper-button.swiper-button-prev{
    left:35px;
  }
  .module-wangqi .swiper-button.swiper-button-next{
    right:35px;
  }
  /****走进体彩*****/
  .module-zoujin{
    margin-bottom:135px;
    width:1206px;
    height:881px;
    box-sizing: border-box;
    background:url(../images/pc/bg-zoujin.png)  center no-repeat;
    background-size:100% 100%;
    margin-left:auto;
    margin-right:auto;
    padding:308px 122px 0 129px;
    position: relative;
  }
  .module-zoujin .title-box{
    display: none;
  }
  .module-zoujin .module-zoujin-list{
    margin-top:0;    
  }
  .module-zoujin .module-zoujin-list .article-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .module-zoujin-list .article-list .article-item{
    margin:0;
    width:458px;
    height:160px;    
    background:url(../images/pc/bg-zoujin-item-blue.png) center no-repeat;
    background-size:100% 100%;
    margin-bottom:16px;
    position: relative;
  }
  .module-zoujin-list .article-list .article-item:nth-child(even){
    background:url(../images/pc/bg-zoujin-item-blue.png) center no-repeat;
    background-size:100% 100%;
  }
  .module-zoujin-list .article-list .article-item:nth-child(3),
  .module-zoujin-list .article-list .article-item:nth-child(4){
    background:url(../images/pc/bg-zoujin-item-green.png) center no-repeat;
    background-size:100% 100%;
  }
  .module-zoujin-list .article-list .article-item .article-cover{
    position: absolute;
    left:16px;
    top:42px;
    width: 162px;
    height: 92px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #147CEB;    
    overflow: hidden;
    box-sizing: border-box;
  }
  .module-zoujin-list .article-list .article-item .article-title{
    position: absolute;
    left:189px;
    top:42px;
    width:240px;
    font-size: 22px;
    color: #4D535A;
    line-height: 30px;
  }
  .module-zoujin-list .article-list .article-item .btn-view-detail{
    position: absolute;
    bottom:19px;
    right:18px;
    width:116px;
    height:34px;    
    background:url(../images/pc/btn-zoujin-view-detail-blue.png) center no-repeat;
    background-size:100% 100%;
  }
  .module-zoujin-list .article-list .article-item:nth-child(even) .btn-view-detail{
    background:url(../images/pc/btn-zoujin-view-detail-blue.png) center no-repeat;
    background-size:100% 100%;
  }
  .module-zoujin-list .article-list .article-item:nth-child(3) .btn-view-detail,
  .module-zoujin-list .article-list .article-item:nth-child(4) .btn-view-detail{
    background:url(../images/pc/btn-zoujin-view-detail-green.png) center no-repeat;
    background-size:100% 100%;
  }
  .module-zoujin .see-more-box{    
    position: absolute;
    right: 19px;
    width: 60px;
    bottom: 234px;
    height: 194px;
    margin-top: 0;
  }
  .module-zoujin .see-more-box img{
    display: none;
  }
  
  /***公益体彩****/
  .module-gongyi{
    margin-top:0px;
    width:1206px;
    height:904px;
    margin-left:auto;
    margin-right:auto;
    box-sizing: border-box;
    background:url(../images/pc/bg-gongyi.png) center no-repeat;
    background-size:100% 100%;
    position: relative;
    padding:313px 69px 0 69px;
  }
  .module-gongyi .gongyi-content{        
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 88px;
    padding-right: 90px;
    position: relative;
  }
  .module-gongyi .title-box{
    display: none;
  }
  .module-gongyi .swiper-container{
    margin-top:0;
    margin-left:0;
    margin-right:0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .module-gongyi .swiper-container .article-item{
    width: 100%;
    height: 498px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .module-gongyi .swiper-container .article-item img{
    width:100%;
    height:100%;
  }
  .module-gongyi .swiper-container .article-item .article-title{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    box-sizing: border-box;
    height:68px;
    background:rgba(0,0,0,0.7);
    padding-left:20px;
    padding-right:20px; 
    text-align: left;
    color: #fff;
    font-size:30px;
    line-height:68px;
  }
  .module-gongyi .swiper-pagination{
    right: auto;
    left: auto;
    height: .5rem;
    line-height: .5rem;
    bottom: 18px;
    width: 100%;
  }
  .module-gongyi .swiper-pagination-bullet{
    border:2px solid #fff;
    width: 40px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color:#75CCFF;
    opacity: 1;
    transition: width 0.5s;
  }
  .module-gongyi .swiper-pagination-bullet-active{
    border:2px solid #fff;
    width: 126px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color:#FFA045;
    opacity: 1;
    transition: width 0.5s;
  }
  .module-gongyi .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 6px;
  }
  .module-gongyi .swiper-button{
    position: absolute;
    display: block;
    width: 35px;
    height: 52px;
    top: 249px;
    cursor: pointer;
  }
  .module-gongyi .swiper-button.swiper-button-prev{
    left:44px;
  }
  .module-gongyi .swiper-button.swiper-button-next{
    right:46px;
  }  
}