#container {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    /* text */
    /* game */
}

.Version {
    width: 297px;
    height: 393px;
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 50%;
    margin-left: -640px;
    padding-top: 0px;
    padding-right: 42px;
    padding-left: 50px;
    background: url(../images/banner_text.png) no-repeat left top;
}

.Version h4 {
    line-height: 60px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 0px;
    padding-left: 26px;
}

.Version h4 a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.2s linear;
}

.Version h4 a:hover {
    color: #2a5abe !important;
    transform: translatex(10px);
}

.Version p {
    text-align: left;
    color: #cccccc;
    margin-bottom: 18px;
    font-size: 13px;
}

.Version ._btn_go {
    width: 230px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #f5f5f5;
    margin-top: 8px;
    margin-left: 4px;
    padding-right: 21px;
    padding-left: 21px;
    background-color: #2a5abe;
    text-decoration: none;
    display: block;
}

.Version ._btn_go:hover {
    color: #3e76c0;
    background-color: #f5f5f5;
}

.Version ._btn_go .icon_more {
    float: left;
    width: 14px;
    height: 40px;
    margin-left: 30px;
    background: url(../images/icon_more.png) no-repeat left center;
}

.Version ._btn_go:hover .icon_more {
    background-position: right center;
}

#banner {
    height: 393px;
    position: relative;
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    /* background: #333; */
}


/*图片轮播样式*/

#banner .conbox {
    width: 9999em;
    position: absolute;
    overflow: hidden;
}

#banner .conbox .Slide_ {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#banner .conbox .Slide_ img.mainpic {
    height: 100%;
    margin: 0 auto;
    display: block;
}

#banner .switcher {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 99;
}

#banner .switcher a {
    width: 12px;
    height: 12px;
    line-height: 0px;
    text-align: center;
    overflow: hidden;
    font-size: 0px;
    font-family: arial;
    color: #323232;
    margin-left: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
}

#banner .switcher a.cur,
#banner .switcher a:hover {
    color: #fff;
    background-color: #2a5abe;
}

#banner ._slider_next,
#banner ._slider_prev {
    width: 26px;
    height: 100%;
    position: absolute;
    z-index: 80;
    top: 0px;
}

#banner ._slider_prev span,
#banner ._slider_next span {
    width: 26px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    /*background: url(../images/arrow.png) no-repeat left top;*/
    /*background-repeat: no-repeat;*/
}

#banner ._slider_prev {
    left: 4%;
}

#banner ._slider_prev:hover {
    background-position: left top;
}

#banner ._slider_prev:hover span {
    background-position: left bottom;
}

#banner ._slider_next {
    right: 4%;
}

#banner ._slider_next span {
    background-position: right top;
}

#banner ._slider_next:hover span {
    background-position: right bottom;
}

#container .sw-con {
    width: 100%;
    height: 374px;
}

#container .sw-con .swiper {
    width: 100%;
    height: 100%;
}

#container .sw-con .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;
}

#container .sw-con .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#container .btnbox {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    height: 150px;
    position: relative;
    top: -216px;
    left: 16%;
    z-index: 99;
}

#container .btnbox .wrap {
    display: inline-block;
    width: 306px;
    height: 355px;
}

#container .btnbox .wrap.login {
    background: url(../images/login.png) no-repeat center;
}

#container .btnbox .wrap.vips {
    width: 371px;
    background: url(../images/vip.png) no-repeat center;
}

#container .btnbox .wrap.surplay {
    background: url(../images/surplay.png) no-repeat center;
}

#container .btnbox .wrap.kfzq {
    background: url(../images/kf.png) no-repeat center;
}

#container .btnbox .wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

#container .divider {
    display: block;
    width: 1500px;
    height: 50px;
    background: url(../images/divider.png) center no-repeat;
    margin: 0px auto;
    margin-bottom: 30px;
    border-radius: 6px;
}

#container .divider2 {
    display: block;
    width: 1500px;
    height: 50px;
    background: url(../images/title2.png) center no-repeat;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 6px;
    margin-top: 44px;
}

#container .divider3 {
    display: block;
    width: 1500px;
    height: 50px;
    background: url(../images/title3.png) center no-repeat;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 6px;
    margin-top: 44px;
}

#container .text1 {
    width: 1267px;
    /*height: 180px;*/
    line-height: 60px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    border: 1px solid rgb(0, 0, 0);
    /* background: rgba(233, 83, 75, .1); */
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

#container .text1>div:nth-of-type(1) {
    background-color: #fff;
    /*border-bottom: 1px solid rgb(0, 0, 0);*/
    /*border-radius: 10px 10px 0 0;*/
    /*border-radius: 10px;*/
}


/* #container .text1>div:nth-of-type(3) {
    margin-top: 20px;
} */

#container .tf div {
    display: inline-block;
    cursor: pointer;
    width: 104px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid silver;
    border-radius: 20px;
    margin-right: 13px;
}

#container .tf div:nth-of-type(1) {
    margin-right: 0;
    border: none;
}

#container .tf div.cur {
    background: #ffffff;
}

#container .sousuo {
    width: 350px;
    height: 42px;
    position: absolute;
    font-size: 14px;
    right: 34px;
    top: 7px;
}

#container .sousuo input {
    background: none;
    /* background-color: #f5f5f5!important; */
    border: 1px solid #181818 !important;
    padding: 0px 166px 0px 30px;
    letter-spacing: 1px;
    height: 36px;
    line-height: 36px;
    position: relative;
    top: -8px;
    border-radius: 10px;
}

#container .el-input__prefix {
    right: 0px;
    position: absolute;
    top: 4px;
    text-align: center;
    height: 37px;
    color: #c0c4cc;
    display: inline-block;
    width: 66px;
    background: #8f8f8f;
    border-radius: 0 10px 10px 0;
}

#container .el-icon-search {
    display: inline-block;
    color: rgb(0, 26, 255);
    font-weight: 700;
    height: 100%;
    width: 25px;
    text-align: center;
    line-height: 36px;
}

#container .icon {
    width: 26px;
    height: 21px;
    position: absolute;
    left: 21px;
    top: 8px;
}

#container .game {
    width: 1260px;
    margin: 0 auto;
    max-height: 4550px;
    display: block;
    position: relative;
    margin-top: 30px;
}

.bgbox {
    /* background: rgb(79,162,184); */
    overflow: hidden;
}

#container .game2 {
    width: 1260px;
    margin: 0 auto;
    max-height: 4550px;
    display: block;
    position: relative;
}

#container .game2 .gamebox .tp {
    width: 100%;
}


#container .game3 {
    width: 1260px;
    margin: 0 auto;
    max-height: 4550px;
    display: block;
    position: relative;
}

#container .game3 .gamebox .tp {
    width: 100%;
}
/* #container .game3 .gamebox .tp {
    width: 100%;
} */

.game .photoo {
    width: 245px;
    height: 145px;
    display: block;
    /* background: #000; */
    margin-top: -4px;
    overflow: hidden;
    position: relative;
}

.game .photoo img {
    opacity: 0.85;
    transition: 0.3s;
}

.game .photoo img:hover {
    opacity: 1;
    transition: 0.3s;
}

.game2 .photoo {
    width: 245px;
    height: 145px;
    display: block;
    /* background: #000; */
    margin-top: -4px;
    overflow: hidden;
    position: relative;
}

.game2 .photoo img {
    opacity: 0.85;
    transition: 0.3s;
}

.game2 .photoo img:hover {
    opacity: 1;
    transition: 0.3s;
}

.game3 .photoo {
    width: 245px;
    height: 145px;
    display: block;
    /* background: #000; */
    margin-top: -4px;
    overflow: hidden;
    position: relative;
}

.game3 .photoo img {
    opacity: 0.85;
    transition: 0.3s;
}

.game3 .photoo img:hover {
    opacity: 1;
    transition: 0.3s;
}

#container .gamebox {
    padding: 20px;
}

#container .jiesao {
    text-align: left;
    /* padding-bottom: 13px; */
    font-size: 14px;
    /* border-bottom: 1px dashed #727272; */
    color: rgb(204, 204, 204);
    margin-top: 10px;
    position: relative;
}

#container .game2 .gamelist {
    width: 402px;
    height: 249px;
    position: relative;
    overflow: hidden;
    margin-right: 7px;
    margin-bottom: 15px;
    display: inline-block;
    border: 5px solid #6a6969;
    background: url(../images/verbg.png) no-repeat left top;
    /* border-radius: 6px; */
    background-size: 100%;
}

#container .gamelist {
    width: 402px;
    height: 249px;
    position: relative;
    overflow: hidden;
    margin-right: 7px;
    margin-bottom: 15px;
    display: inline-block;
    border: 5px solid #6a6969;
    background: url(../images/verbg.png) no-repeat left top;
    /* border-radius: 6px; */
    background-size: 100%;
}

#container .gamelist:nth-of-type(3n) {
    margin-right: 0;
}

#container .blist {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    height: 145px;
    width: 135px;
    justify-content: space-evenly;
    position: absolute;
    top: 62px;
    right: 10px;
}

._msg {
    line-height: 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 1500;
    margin-top: 17px;
}

#container ._msg span {
    float: left;
    width: 77px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    margin-right: 7px;
    padding-right: 3px;
    vertical-align: middle;
    background: url(../images/tj.png) no-repeat left top;
    display: inline-block;
    color: #f9c100;
}

._msg a {
    color: #edd446;
}

#container .blist a {
    display: inline-block;
    width: 110px;
    height: 35px;
    border: none;
    text-align: center;
    line-height: 35px;
    color: white;
    background: rgb(79, 162, 184);
    transition: all 0.2s linear;
    text-decoration: none;
    border: 1px solid #b8b8b8;
}


/* #container .blist a:nth-of-type(1) {
    border-color: black;
} */

#container .blist a:hover {
    color: white;
    background: #ffa100;
}

#container .gamelist .tp {
    width: 240px;
    height: 140px;
    background-size: 100%;
    /* padding: 10px; */
    cursor: pointer;
    margin-top: 5px;
    border-radius: 6px 6px 0 0;
}

#container .gamelist .tubiao {
    position: relative;
    margin-top: -286px;
    margin-left: 83px;
}

#container .gamelist img:hover {
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#container .pic {
    width: 100%;
}

#container .pic h4 {
    margin: 0 0 10px 0px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px dashed #727272;
    color: white;
}

#container .pic p {
    padding: 5px;
}

#container .pic span {
    /* width: 350px;
    height: 2px;
    border-bottom: 1px solid #817a7a;
    position: absolute;
    margin-left: 10px; */
}

#container .doo {
    height: 25px;
    line-height: 30px;
    /* border-bottom: 1px dashed #898888; */
}

#container .doo a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: left;
    margin-top: 3px;
    cursor: pointer;
    color: rgb(204, 204, 204);
}

#container .top {
    width: 105px;
    height: 30px;
    position: absolute;
    bottom: 155px;
    left: 28px;
}

#container .tu {
    width: 105px;
    height: 103px;
    position: absolute;
    bottom: 26px;
    left: 35px;
}

#container .maxnum span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

#container .pagelist {
    width: 522px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

#container .prev {
    margin-right: 10px;
}

#container .maxnum span {
    margin-right: 10px;
    border: 1px solid black;
}

#container .maxnum span.cur {
    color: white;
    background: tomato;
}

#container .pagesbox {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 2px;
}

#container .pagesbox .pages {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background: #dfdfdf;
    border-radius: 5px;
}

#container .pagesbox .pages.active {
    color: white;
    background: #409eff;
}

#container .prev {
    width: 30px;
    height: 30px;
    background: #dfdfdf;
    border: none;
    border-radius: 5px;
}

#container .next {
    width: 30px;
    height: 30px;
    background: #dfdfdf;
    border: none;
    border-radius: 5px;
}
/*.Sign {
    width: 235px;
    height: 644px;

}*/
@keyframes signani {
    0% {
        top: 500px;
      }
 
      50% {
        top: 529px;
      }
 
      100% {
        top: 500px;
        
      }  
}
.Signtc {
    width: 160px;
    height: 597px;
    background: url(../images/Signtc.png) no-repeat;
    background-size: 100%;

    position: fixed;
    top: 0px;
    left: 66px;
    z-index: 99;
    margin-top: -320px;
    animation: signani 2s linear infinite;
}
.Signtc>div {
    height: 100%;
}

/*.SignContet{
  display: none;
  position: fixed;
  top: 10%;
  left: 19%;
  width: 1200px;
  height: 614px;
  background: white;
  z-index: 99999;
}
.SignContets{

}
.SignContets>h2{
  margin-top: 30px;
text-align: center;
}
.SignContetss{
width: 1000px;
margin: 0 auto;
margin-top: 20px;
!* text-align: center; *!

}
.Signjf:nth-of-type(1){
  margin-left: 45px;
}
.Signjf:nth-of-type(7){
  margin: 0px;
}
.Signjfs{
  position: relative;
  top: 27px;

}
.Signjf{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 92px;


}
.Signjfs2{
  height: 140px;
}
.Signjf2{
  display: inline-block;

  width: 100px;
  height: 140px;
  border-radius: 10px;
  text-align: center;
  background: rgb(242,242,242);
}
.Signjf2:nth-of-type(1){
  margin-left: 130px;
}
.progress-bar{
    width: 100%;
    height: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 24px;
    background-color: rgba(180, 160, 120, .2);
    position: relative;
    top: 85px;
  }
  .progress-bg{
    width: 10%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-image: linear-gradient(135deg, rgb(30,30,30) 25%,rgb(30,30,30) 0,rgb(30,30,30) 50%,rgb(30,30,30) 0,rgb(30,30,30) 75%, rgb(30,30,30)0);
    border-radius: 24px;
    animation: panoramic 20s linear infinite;
    animation: keys 5s linear infinite;
    background-size: 32px 100%;
  }
  @keyframes keys {
    from{
        width: 10%;
    }to{
        width: 100%;
    }
  }
  @keyframes panoramic{
    to {
      background-position: 200% 0;
    }
  }

.lines{
  width: 1000px;
  height: 160px;
  line-height: 160px;
  background: url(../images/line.png) center no-repeat;
}
.jiantou{
  display: inline-block;
  width: 50px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  position: relative;
  top: -35px;

}
.Signtext{
  text-align: center;
  line-height: 30px;
  width: 100px;
  height: 30px;
  border: 1px solid rgb(226, 226, 23);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}

.Signtext:hover{
  color: white;
  background: tomato;

}
.Signtext2{
  margin-top: 20px;
}*/
.fuli{
    position: fixed;
    top:400px;
    right: 75px;
    width: 180px;
    height: 323px;
    background: url(../images/fuli.png) no-repeat;
    background-size: 100%;
    z-index: 9999;
    animation: signani2 2s linear infinite;

}
@keyframes signani2 {
    0% {
        top: 400px;
      }
 
      50% {
        top: 429px;
      }
 
      100% {
        top: 400px;
        
      }  
}
.shows {
    display: block !important;
}

.float {
    width: 276px;
    height: 494px;
    position: fixed;
    right: 43px;
    top: 41%;
    background: url(../images/float.png) center center no-repeat;
    background-size: 100%;
    z-index: 5;
    -webkit-animation: an 1.5s ease-in-out 0s infinite 300ms 0 ease;
    -moz-animation: an 1.5s ease-in-out 0s infinite 300ms 0 ease;
    -ms-animation: an 1.5s ease-in-out 0s infinite 300ms 0 ease;
    animation: an 1.5s ease-in-out 0s infinite 300ms 0 ease;
    -o-animation: an 1.5s ease-in-out 0s infinite;
    -webkit-animation: an 1.5s ease-in-out 0s infinite;
    -moz-animation: an 1.5s ease-in-out 0s infinite;
    -ms-animation: an 1.5s ease-in-out 0s infinite;
    animation: an 1.5s ease-in-out 0s infinite;
}

@keyframes an {
    0% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-10px)
    }
}

.float a {
    cursor: pointer;
    /* border-radius: 5px; */
    display: block;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #ffffff;
    height: 64px;
    width: 205px;
    margin-left: 38px;
}

.float a:nth-of-type(1) {
    margin-top: 84px;
    ;
}

.float a:nth-of-type(5) {
    height: 35px;
}

.top {
    width: 105px;
    height: 30px;
    position: absolute;
    bottom: 186px;
    left: 34px;
    line-height: 30px;
    font-size: 16px;
}

.gwxx {
    width: 105px;
    height: 30px;
    position: absolute;
    bottom: 231px;
    left: 34px;
    line-height: 30px;
    font-size: 16px;
}

.ringhttu>div {
    width: 161px;
    height: 162px;
    background: url(../images/rightu.png) no-repeat;
}

.ringhttu>div>a {
    width: 161px;
    height: 52px;
}

.ringhttu a {
    display: block;
}

.ringhttu img:nth-of-type(1) {
    margin-bottom: 20px;
}

.ringhttu {
    position: fixed;
    top: 11%;
    right: 83px;
    z-index: 9999;
}

.ringhttu>div {
    width: 180px;
    height: 166px;
    background: url(../images/rightu.png) no-repeat;
    background-size: 100%;
}

.ringhttu>div>a {
    width: 201px;
    height: 60px;
}
.ringhttu>div>a:nth-of-type(2){
    width: 201px;
    height: 43px;
}
.ringhttu a {
    display: block;
}

.ringhttu img:nth-of-type(1) {
    margin-bottom: 20px;
}

.main-bg{
    position: absolute;
    top:0px;
    z-index: -10000;
    width: 100%;
    min-width: 1920px;
    min-height: 849px;
}

.pub-news{
    width: 665px;
    height: 387px;
    background: url("../images/7py/pub-news.png");
    background-size: 100% 100%;
}

.pub-desc{
    width: 679px;
    height: 245px;
    background: url("../images/7py/pub-desc.png");
    background-size: 100% 100%;
}

.pub-login{
    width: 167px;
    height: 58px;
    background: url("../images/7py/user-login.png");
    background-size: 100% 100%;
}

.pub-vip{
    width: 167px;
    height: 58px;
    background: url("../images/7py/user-vip.png");
    background-size: 100% 100%;
}


/* 定义按钮初始样式 */
.pub-login,.pub-vip {
    transition: transform 0.3s ease; /* 添加过渡效果，让变化更平滑 */
}

/* 定义鼠标悬停时的样式 */
.pub-login:hover,.pub-vip:hover {
    transform: scale(0.95); /* 鼠标悬停时缩小到原大小的 95% */
}

.custom-gradient-bg {
    background: linear-gradient(to bottom, #262930, #2D2B31);
}