.main{
    width: 100%;
    height: 100%; 
    margin: 0 auto;
    position: relative;
    background: url(../images/pcgame/bg.jpg) no-repeat;
    overflow: hidden;   
}


.cont1{
    position: relative;
    overflow: hidden;
    padding-top: 172px;
}
.g-server{
    width: 343px;
    height: 600px;
    position: relative;
}
.g-server-list{
    position: relative;
    width: 338px;
    height: 490px;
    background-color: #fff;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    margin-left: 0;
    border-radius: 10px;
}
#g-server-list{
    width:95%;
    margin: 0 auto;
    overflow: hidden;
    height: 500px;
    position: relative;
}
.g-server-item{
    display: flex;
    align-items: center;
    justify-content: space-around; 
    padding: 16px 0; 
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    height: 48px;
    
}
.g-server-item:hover{
    background: #f5f5f5;
}
.g-server-item:nth-child(1){
    border-top: none;
}
.g-server-item .g-server-img{
    width: 17%;
    height: 52px;
    margin-left: 15px;
}
.g-server-item .g-server-center{
    width: 45%;
    margin-left: 10px;
}
.g-server-item .g-server-game{
    font-size: 14px;
    font-weight: 900;
}
.g-server-item .g-server-name{
    font-size: 14px;
    font-weight: 400;
	padding-left:8px;
}
.g-server-item .g-server-right{
    width: 35%;
}
.g-server-item .g-server-time{
    font-size: 12px;
    font-weight: 400;
    color: #38a0ff;
    float: right;
    margin-right: 13px;
    margin-top: 6px;
}
.g-server-item .g-server-icon{
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 5px;
    float: right;
    margin-right: 16px;
}
.g-server-item .g-server-icon-h{
    background-color: #ff5400;
}
.g-server-item .g-server-icon-n{
   background-color: #7bc203;
}

.g-server .g-server-list-pagination{
    bottom: 25px;
}

.g-server .g-server-list-pagination .swiper-pagination-bullet,
.g-hot-pcgame .g-hot-pcgame-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: #919191;
    color: #fff;
    border: unset;
    border-radius: unset;
    font-size: 12px;
    opacity: 1;
    line-height: 18px;
}
.g-server .g-server-list-pagination .swiper-pagination-bullet-active,
.g-hot-pcgame .g-hot-pcgame-pagination .swiper-pagination-bullet-active{
    background: #38a0ff;
    color:#fff;
}


.g-slide{
    position: relative;
    width: 925px;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 51px;
}
.g-slide .g-slide-nav{
    width: 200px;
    height: 491px;
    background-color: #000;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.g-slide .g-slide-nav a{
    width: 212px;
    height: 123px;
    background:#272a2c url(../images/pcgame/slide-btn1-n.png) no-repeat;
    color: #c1c1c1;
    font-size: 23px;
    display: flex;
    position: relative;
    flex-direction: column;
    text-indent: 20px;
    justify-content: center;
    text-decoration: none;
}
.g-slide .g-slide-nav a:first-child{
    background:url(../images/pcgame/slide-btn0-n.png) no-repeat;
}
.g-slide .g-slide-nav a:last-child{
    background:url(../images/pcgame/slide-btn2-n.png) no-repeat;
}
.g-slide .g-slide-nav a.active{
     background:url(../images/pcgame/slide-btn1-h.png) no-repeat;
    width: 212px;
    z-index: 1;
}
.g-slide .g-slide-nav a.active:first-child{
    background:url(../images/pcgame/slide-btn0-h.png) no-repeat;
}
.g-slide .g-slide-nav a.active:last-child{
    background:url(../images/pcgame/slide-btn2-h.png) no-repeat;
}
.g-slide .g-slide-nav span{
    font-size: 15px;

}
.g-slide .g-slide-box{
    position: absolute;
    overflow: hidden;
    width: 729px;
    height: 491px;    
}
.g-slide .g-slide-item{
    width: 729px;
    height: 491px;   
    display: none;
}
.g-slide .slide-btn{
    position: absolute;
    bottom: 85px;
    z-index: 2;
    width: 180px;
    height: 70px;
    display: block;
    right: 80px;
    display: none;
}
.g-slide .slide-btn[data-btn="xcb"]{
    width: 137px;
    height: 42px;
    bottom: 55px;
}
.g-slide .slide-btn[data-btn="xysjf"]{
    right: 150px;
}
.g-slide .g-slide-item.active,
.g-slide .g-slide-item.active .slide-btn{
    display: block;
}

.cont2{
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}
.cont2 .title{
    background: url(../images/pcgame/g-hd-title1.png) no-repeat;
    width: 860px;
    height: 71px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-position-y: 5px;
}
.cont2 h2{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    line-height: 70px;
}
/* .cont2 h2::after{
    background-color: #38a0ff;
    content: "";
    position: absolute;
    width: 335px;
    height: 12px;
    top: 42px;
    left: 363px;
    z-index: -1;
} */


.g-hd-box{
    position: relative;
    margin-top: 25px;
    width: 1297px;
    height: 532px;
    cursor: pointer;
    overflow: hidden;
}
#g-hd-box .g-hd-pagination {
    bottom: 0px;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet {
    width: 50%;
    height: 54px;
    /*background:url(../images/index/230205/btn-n.png) no-repeat;    */
    background-color: #7a7a7a;
    color: #fff;
    border-color: unset;
    opacity: 1;
    border-radius: unset;
    font-size: 20px;
    line-height: 54px;
    float: left;
    margin: 0;
    font-weight: 900;
    position: relative;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet-active {
    background-color:#38a0ff;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet-active::after{
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 15px solid #38a0ff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    position: absolute;
    top: -15px;
    /*left: 307px;*/
	left:48%;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet:first-child{
    border-radius: 0 0 0 10px;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet:last-child{
    border-radius: 0 0 10px 0;
}
#g-hd-box2{
    position: relative;
    width: 1297px;
    height: 532px;
    overflow: hidden;
    border-radius: 10px; 
}
#g-hd-box2 .g-hd-btn{
    width: 261px;
    height: 75px;
    background: url(../images/pcgame/g-hd-xyjh-btn.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 75px;
    right: 215px;    
}
#g-hd-box2 .swiper-pagination {
    right: 40px;
    bottom:70px;
    width: unset;
    left: unset;
}
#g-hd-box2 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 auto auto .5rem;
    background-color: #fff;
    color: #000;
    border-color: unset;
    opacity: 1;
    border-radius: unset;
    font-size: 12px;
    line-height: 16px;
}
#g-hd-box2 .swiper-pagination-bullet-active {
    background-color: #38a0ff;
    color: #fff;
}
/*
#g-hd-box .swiper-pagination {
    right: 40px;
    width: unset;
    left: unset;
}
#g-hd-box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 auto auto .5rem;
    background-color: #fff;
    color: #000;
    border-color: unset;
    opacity: 1;
    border-radius: unset;
    font-size: 12px;
    line-height: 16px;
}
#g-hd-box .swiper-pagination-bullet-active {
    background-color: #38a0ff;
    color: #fff;
}
*/

.cont4{
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}
.part-left{
    width: 343px;
    height: 1000px;   
}
.g-top{
    width: 343px;
    height: 560px;
    position: relative;
}
.g-top-list{
    position: relative;
    background: url(../images/index/240130/hotgame-bg.png) no-repeat;
    width: 338px;
    height: 491px;
    border-radius: 10px;
    margin-top: 28px;
}
.g-top-item{
    padding: 10px 0;   
    border-top: 1px solid #e5e5e5;
    width: 337px;
    cursor: pointer;
}
.g-top-item.first{
  border-top: none;  
}
.g-top-item i{
    font-style: normal;
    background: url(../images/index/g-top-icon3.png) no-repeat  0 0/100%;
    width: 21px;
    height: 23px;
    line-height:  23px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    margin-right: 16px;
}

.g-top-item.first i{
    background: url(../images/index/g-top-icon1.png) no-repeat 0 0/100%;
}
.g-top-item.sec i{
    background: url(../images/index/g-top-icon2.png) no-repeat 0 0/100%;
}

.g-top-item .g-top-name{
    width: 35%;
    font-size: 15px;
    font-weight: 900;
}
.g-top-item .g-top-type{
    width: 25%;
    font-size: 13px;
    color: #767676;
}
.g-top-item .g-top-gw{
    color: #38a0ff;
    font-size: 13px;
    margin-right: 20px;
}
.g-top-item .g-top-gw:hover{
    color:#767676;
}

.g-top-item.active{
    padding: 0;
}
.g-top-item .c1{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.g-top-item .c2{
    display: none;
}
.g-top-item.active .c1{
    display: none;
}
.g-top-item.active .c2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 95px;
    background-color:#38a0ff;
    border-radius: 10px;
    padding: 0;
    position: relative;    
}
/*
.g-top-item .c2{
    -webkit-transform: translatex(0px);
    -ms-transform: translatex(0px);
    transform: translatex(0px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;   
}
.g-top-item.first:hover{
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}*/
.g-top-item .c2 i{
    z-index: 1;
    width: 27px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    color: #fff;
    top: 10px;
    left: 10px;
    margin: 0;    
}
.g-top-item .c2 .g-top-img{
    width: 59px;
    height: 58px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}

.g-top-item .c2 div{
    width: 50%;
}
.g-top-item .c2 .g-top-name{
    font-size: 19px;
}
.g-top-item .c2 .g-top-name,
.g-top-item .c2 .g-top-type{
    width: 100%;
    line-height: 170%;
    color: #fff;
}
.g-top-item .c2 .g-top-gw{
    background-color: #fff;
    border-radius: 20px;
    width: 73px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #38a0ff;
    margin-right: 10px;
}

.news{
    width: 337px;
    position: relative;
    overflow: hidden;
}
.news-common-box{
    background-color: #fff;
    height: 280px;
    border-radius: 10px;
    position: relative;
    padding: 0 15px;
    overflow: hidden;
    margin-top: 15px;
}
.news-more{
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 14px;
    color: #38a0ff;
}
.news-type-nav{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 15px 0;
}
.news-type-nav a{
    width: 50%;
    text-align: center;
    background-color: #6a6a6a;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;

}
.news-type-nav a.active{
    background-color: #38a0ff;
}
.news-nav{
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.news-nav a{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    width: 25%;
    text-align: center;
    display: inline-block;    
}
.news-type-nav a:hover,
.news-nav a:hover{
    text-decoration:none;
}
.news-nav a.active{
     color: #38a0ff;
     border-bottom: #38a0ff solid 2px;
}
.news-item,
.news-list{
    display: none;
}
.news-item.active,
.news-list.active{
    display: block;
}
.news-plat-list li,
.news-list li{
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    padding-bottom: 35px;
}
.news-plat-list li:hover,
.news-plat-list a:hover,
.news-list li:hover,
.news-list a:hover{
    color: #38a0ff;
    text-decoration: underline;
}
.news-plat-list a,
.news-list a{
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
}
.news-plat-list span,
.news-list span{
    display: block;
    float: right;   
}

.g-hot-pcgame{
    width: 926px;
    margin-left: 30px;
    position: relative;
}
.g-hot-pcgame .hot-pcgame-nav{
    width: 100%;
    height: 25px;
    position: relative;
}
.g-hot-pcgame .hot-pcgame-nav-item{
    color: #000;
    font-size: 1.042vw;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    width: 5vw;
    display: inline-block;
    text-align: center;    
}
.g-hot-pcgame .hot-pcgame-nav-item::after{
    position: absolute;
    content: "|";
    left: 5vw;
    color: #e5e5e5;
    font-size: 1vw;
    display: inline-block;

}
.g-hot-pcgame .hot{
    position: absolute;
    top: -5px;
    right: -7px;
    background: url(//www.ixinyou.com/ver_2020/img/ixy-hot.png) no-repeat;
    background-position: -95px -46px;
    display: block;
    width: 25px;
    height: 15px;
}
/*
.g-hot-pcgame .hot-pcgame-nav-item[data-target="yizhe"]::before{
	content:"HOT";
	position:absolute;
}*/
.g-hot-pcgame .hot-pcgame-nav-item.active{
    color: #38a0ff;
    border-bottom: #38a0ff solid 2px;
}
.g-hot-pcgame .hot-pcgame-nav-item:last-child::after{
    content: "";
}
.g-hot-pcgame .hot-pcgame-more{
    position: absolute;
    right: 1.302vw;
    top: 0.521vw;
    font-size: 0.729vw;
    color: #38a0ff;
}

.g-hot-pcgame .g-hot-pcgame-list{
    overflow: hidden;
    margin-top: 31px;
    width: 100%;
}
.g-hot-pcgame .g-hot-pcgame-item{
    width: 301px;
    height: 266px;
    cursor: pointer;

}
.g-hot-pcgame .g-hot-pcgame-item span{
    font-size: 19px;
    font-weight: 900;
    position: absolute;
    bottom: 32px;
    text-indent: 15px;
    z-index: 1;
}
.g-hot-pcgame .g-hot-pcgame-item .gametype{
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 12px;
    text-indent: 21px;
    z-index: 1;  
}
.g-hot-pcgame .g-hot-pcgame-item .other{
    position: absolute;
    top: 0;
    width: 100%;
    height: 264px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    z-index: 2; 
    opacity: 0; 
}
.g-hot-pcgame .g-hot-pcgame-item .text{
    text-align: left;
    height: 204px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #000000bf;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.g-hot-pcgame .g-hot-pcgame-item .gw{
    top: 155px;
    right: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 900;
    color: #38a0ff;
    background-color: #fff;
    padding: 6px 13px;
    border-radius: 20px;
}
.g-hot-pcgame .g-hot-pcgame-item .link{
    height: 60px;
    width: 100%;
    background-color: #38a0ff;
    border-radius: 0 0 10px 10px;
}
.g-hot-pcgame .g-hot-pcgame-item .link a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 60px;
    
}
.g-hot-pcgame .g-hot-pcgame-item .gift{
    margin-left: 30px;
}

.g-hot-pcgame .g-hot-pcgame-item .download {
    float: right;
    right: 30px;
    text-indent: 20px;
}
.g-hot-pcgame .g-hot-pcgame-item .download::before{
    content: "";
    background: url(../images/index/icon-down.png) no-repeat;
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 21px;
}
.g-hot-pcgame .g-hot-pcgame-item:hover .other{
    opacity: 1;
}
.g-hot-pcgame .g-hot-pcgame-pagination{
    bottom: -30px;
}
.cont3{
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}
.pcgame-gift-more{
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 14px;
    color: #38a0ff;
}
.pcgame-gift-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.pcgame-gift-list .item{
    position: relative;
    cursor: pointer;
    height: 196px;
    overflow: hidden;    
}
.pcgame-gift-list .item.g-rec-mask::before{
    content: "";
    height: 37px;
    width: 100%;
    background-color: #00000090;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.pcgame-gift-list .item p{
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    z-index: 2;
    bottom: 1px;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;  
}
.pcgame-gift-list .item .other{
    position: absolute;
    top: 0;
    width: 100%;
    height: 159px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    z-index: 2; 
    opacity: 0; 
    background-color: #00000090;
    border-radius: 10px 10px 0 0;
}
.pcgame-gift-list .item a{
    color: #fff;
    font-size: 14px;
    background-color: #38a0ff;
    padding: 6px 13px;
    border-radius: 20px;
}
.pcgame-gift-list .item:hover .other{
    opacity: 1;
}

.fc{
    position: fixed;
    width: 183px;
    height: 423px;
    top: 25%;
    right: 20px;
    background: url(../images/pcgame/240205/fc.png) no-repeat;
    z-index: 999;
}
.fc a{
  display: block;
  width: 166px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  font-size: 19px;
  color: #fff;
  margin: 0 auto;
  cursor:pointer;
}
.right-nav a.on{
  color: #bd9b5c;
}
.fc a:first-child{
    margin-top: 33px;
}
.fc a:first-child:hover,
.fc a:first-child:active{
    background: url(../images/pcgame/240205/btn1-h.png) no-repeat;
}
.fc a:nth-child(2):hover,
.fc a:nth-child(2):active{
    background: url(../images/pcgame/240205/btn2-h.png) no-repeat;
}
.fc .fc-ad{
    width:80%;
    margin-top: 10px;
    height: auto;
}

#g-hot-pcgame-list .mulegend::after{
    content: "";
    position: absolute;
    background: url(../images/video/icon-new.png) no-repeat;
    width: 46px;
    height: 47px;
    top:0;
    left: 0;
    z-index: 5;
  }
  
