*{
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 12px;
  font-family: Microsoft Yahei;
  box-sizing: border-box;
}
ul,li{
  list-style: none;
}
html,body{
  background: #F5F7F8;
}
a{
  font-style: inherit;
  text-decoration:none;
  color: inherit;
  font-size: inherit;
}
pre{
  white-space: pre-wrap;
  word-wrap: break-word;
}
.main-w{
  width: 1640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
/* 左边选项 */
.header{
  width: 270px;
  /* position: relative; */
  position: sticky;
  top: 0px;
  height: 700px;
}
.header .logo{
    width: 200px;
    display: block;
    margin: 0 auto;
}
.header ul{
  margin-top: 57px;
}
.header ul li{
  font-size: 18px;
  color: #151717;
  width: 125px;
  margin: 40px auto;
  padding-left: 32px;
  font-weight: 600;
}
.header ul li.item1{
  background: url(../img/nav_ico_1_b.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item2{
  background: url(../img/nav_ico_2_b.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item3{
  background: url(../img/nav_ico_3_b.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item4{
  background: url(../img/nav_ico_5_b.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item5{
  background: url(../img/nav_ico_4_b.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item6{
  background: url(../img/nav_ico_6_b.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item1.active{
  background: url(../img/nav_ico_1_h.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item2.active{
  background: url(../img/nav_ico_2_h.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item3.active{
  background: url(../img/nav_ico_3_h.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item4.active{
  background: url(../img/nav_ico_5_h.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item5.active{
  background: url(../img/nav_ico_4_h.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.item6.active{
  background: url(../img/nav_ico_6_h.png) no-repeat left center;
  background-size: 22px 22px;
}
.header ul li.active{
  color: #FCC101;
}
.header .hd-btn{
  width: 266px;
  height: 60px;
  background: #FCC101;
  border-radius: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #151717;
}
.header .hd-btn a{
  display: block;
}
.header .xz-btn a{
  display: block;
  width: 266px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  background-color: #fff;
  color: #151717;
  font-size: 18px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  font-weight: 600;
}
.header .xz-btn img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
/* 中间游戏列表 */
.main{
  width: 1208px;
  display: flex;
  justify-content: space-between;
}
.main .content{
  width: 600px;
}
.main .content .search-box{
  width: 100%;
  padding: 10px 0;
  background: #F5F7F8;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.main .content .search-box form{
  display: flex;
  align-items: center;
  width: 100%;
}
.main .content .search-box button{
  height: 40px;
  width: 80px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 40px;
  background-color: #F39200;
  color: #fff;
}
.main .content .search{
  width: 100%;
  border: 1px solid #E4E7E8;
  background:#fff url(../img/search_ico.png) no-repeat;
  background-size: 16px 16px;
  background-position: 18px 10px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  padding: 0 48px;
  display: flex;
  align-items: center;
  flex: 1;
}
.main .content .search select{
  background-color: #fff;
  width: 80px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.main .content .search-box input{
  width: 100%;
  background:#fff;
  height: 100%;
  padding-left: 10px;
  outline: none;
}
.main .content .search-box input:focus{
  border: 0px;
  box-shadow: none;
}
.main .content .head-img{
  width: 600px;
  height: 200px;
  border-radius: 10px;
  margin-top: 10px;
}
.main .content .list-box{
  margin-top: 30px;
}
.main .content .list-box .nav-box{
  display: flex;
}
.main .content .list-box .nav-box span{
  display: block;
  font-size: 22px;
  color: #787A7B;
  position: relative;
  margin-right: 24px;
  cursor: pointer;
}
.main .content .list-box .nav-box span.active{
  color: #151717;
  font-weight: 600;
}
.main .content .list-box .nav-box span.active::after{
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #F2C136;
  border-radius: 4px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%,0);
}
.main .content .list-box .list .more-btn{
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  color: #F39200;
  font-size: 22px;
  margin-top: 20px;
  cursor: pointer;
}
.main .content .list-box .list .item{
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E4E7E8;
  margin-top: 22px;
  background-color: #fff;
}
.main .content .list-box .list .item .top{
  height: 335px;
  width: 100%;
}
.main .content .list-box .list .item .game-box{
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.main .content .list-box .list .item .game-box .l{
  width: 400px;
  overflow: hidden;
}
.main .content .list-box .list .item .game-box .l h3{
  font-size: 20px;
  color: #100E0E;
}
.main .content .list-box .list .item .game-box .l h3 span{
  display: inline-block;
  background: #F39200;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  margin-left: 4px;
}
.main .content .list-box .list .item .game-box .l p{
  color: #787A7B;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
  
}
.main .content .list-box .list .item .game-box .l .fl-box{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.main .content .list-box .list .item .game-box .l .fl-box span{
  display: block;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 10px;
  padding-left: 25px;
}
.main .content .list-box .list .item .game-box .l .fl-box span:nth-child(1){
  background: #FFF5E8 url(../img/fl_ico_1.png) no-repeat left center;
  background-size: 12px 12px;
  background-position: 5px center;
  color: #FF8C19;
}
.main .content .list-box .list .item .game-box .l .fl-box span:nth-child(2){
  background: #FFE8E8 url(../img/fl_ico_2.png) no-repeat left center;
  background-size: 12px 12px;
  background-position: 5px center;
  color: #FF1D1D;
}
.main .content .list-box .list .item .game-box .l .fl-box span:nth-child(3){
  background: #CFFFEB url(../img/fl_ico_3.png) no-repeat;
  background-size: 12px 12px;
  background-position: 5px center;
  color: #0ABE70;
}
.main .content .list-box .list .item .game-box .r{
  flex: 1;
}
.main .content .list-box .list .item .game-box .r h3{
  font-size: 36px;
  color: #F39200;
  text-align: right;
}
/* 星级 */
.xx-box{
  display: flex;
  align-items: center;
  float: right;
}
.xx-box i{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.xx-box.xx1 i:nth-child(1){
  background: url(../img/ico_xx_1.png) no-repeat center top;
  background-size: contain;
}
.xx-box.xx1 i:nth-child(2){
  background: url(../img/ico_xx_1.png) no-repeat center top;
  background-size: contain;
}
.xx-box.xx1 i:nth-child(3){
  background: url(../img/ico_xx_1.png) no-repeat center top;
  background-size: contain;
}
.xx-box.xx1 i:nth-child(4){
  background: url(../img/ico_xx_1.png) no-repeat center top;
  background-size: contain;
}
.xx-box.xx1 i:nth-child(5){
  background: url(../img/ico_xx_1.png) no-repeat center top;
  background-size: contain;
}

/* 右边排行榜 */
.ranking{
  width: 500px;
  height: 1556px;
  position: sticky;
}
.ranking .head{
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
  background: #F5F7F8;
  position: sticky;
  top: 0px;
  z-index: 1;
  align-items: center;
}
.ranking .head .search-box{
  width: 100%;
  background: #F5F7F8;
  z-index: 1;
  flex: 1;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.ranking .head .search-box form{
  display: flex;
  align-items: center;
  width: 100%;
}
.ranking .head .search-box button{
  height: 40px;
  width: 80px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 40px;
  background-color: #F39200;
  color: #fff;
}
.ranking .head .search{
  width: 100%;
  border: 1px solid #E4E7E8;
  background:#fff url(../img/search_ico.png) no-repeat;
  background-size: 16px 16px;
  background-position: 18px 10px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  padding: 0 48px;
  display: flex;
  align-items: center;
  flex: 1;
}
.ranking .head .search select{
  background-color: #fff;
  width: 80px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.ranking .head .search-box input{
  width: 100%;
  background:#fff;
  height: 100%;
  padding-left: 10px;
  outline: none;
}
.ranking .head .search-box input:focus{
  border: 0px;
  box-shadow: none;
}
.ranking .head .user{
  display: flex;
  float: right;
}
.ranking .head .user p{
  font-size: 14px;
  color: #B0B3B4;
}
.ranking .head .user img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.ranking .phb-box{
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-top: 20px;
}
.ranking .phb-box .top{
  padding: 15px;
  border-bottom: 1px solid #E4E7E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ranking .phb-box .top h3{
  font-size: 22px;
  color: #151717;
}
.ranking .phb-box .top a{
  display: block;
  color: #787A7B;
  font-size: 14px;
}
.ranking .phb-box .top a img{
  width: 14px;
  width: 14px;
  vertical-align: middle;
  margin-left: 4px;
}
.ranking .phb-box .list{
  padding: 15px;
}
.ranking .phb-box .list .item{
  margin-top: 15px;
}
.ranking .phb-box .list .item:first-child{
  margin-top: 0px;
}
.ranking .phb-box .list .item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ranking .phb-box .list .item a>img{
  width: 80px;
  height: 80px;
}
.ranking .phb-box .list .item a .info{
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
}
.ranking .phb-box .list .item a .info h3{
  font-size: 16px;
  color: #151717;
}
.ranking .phb-box .list .item a .info p{
  font-size: 12px;
  color: #47494A;
  margin: 5px 0 19px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ranking .phb-box .list .item a .info .type{
  display: flex;
  align-items: center;
}
.ranking .phb-box .list .item a .info .type span{
  display: block;
  padding: 2px 10px;
  color: #47494A;
  font-size: 12px;
  background-color: #F5F7F8;
  border-radius: 5px;
  margin-right: 5px;
}
.ranking .phb-box .list .item a .info .type span.time{
  background-color: #E2F1FF;
  color: #1190FF;
}
.ranking .phb-box .list .item a .btn{
  padding: 8px 10px;
  background: #FFF5E5;
  color: #F39200;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.ranking .phb-box .list .item a .btn p{
  margin: 0 5px;
  font-size: 14px;
}
.ranking .phb-box .list .item a .btn img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.ranking .ewm{
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ranking .ewm>img{
  width: 90px;
  height: 90px;
}
.ranking .ewm .info{
  flex: 1;
  padding-left: 10px;
}
.ranking .ewm .info h3{
  color: #F39200;
  font-size: 22px;
}
.ranking .ewm .info p{
  color: #B0B3B4;
  font-size: 20px;
  margin-top: 25px;
}
.ranking .foot{
  font-size: 12px;
  color: #B0B3B4;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}
.ranking .foot p{
  margin-top: 10px;
  text-align: left;
}
.ranking .foot p:nth-child(1){
    text-align: center;
}
.ranking .foot a{
  color: #B0B3B4;
}
.ranking .fh-top{
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  right: 0px;
}
.ranking .fh-top img{
  width: 100%;
}

/* 游戏详情 */
.game-details{
  padding-bottom: 100px;
  background-color: #fff;
}
.game-details .top{
  width: 100%;
  position: relative;
  height: 430px;
}
.game-details .top .bj{
  width: 100%;
  height: 430px;
}
.game-details .top .fh{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.game-details .game-nr{
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  top: -10px;
}
.game-details .game-nr .game-box{
  padding: 15px 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game-details .game-nr .game-box>img{
  width: 100px;
  height: 100px;
}
.game-details .game-nr .game-box .info{
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
}
.game-details .game-nr .game-box .info h3{
  font-size: 20px;
  color: #100E0E;
}
.game-details .game-nr .game-box .info p{
  font-size: 12px;
  color: #47494A;
  margin: 8px 0 22px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-details .game-nr .game-box .info .type{
  display: flex;
  align-items: center;
}
.game-details .game-nr .game-box .info .type span{
  display: block;
  padding: 2px 10px;
  color: #47494A;
  font-size: 12px;
  background-color: #F5F7F8;
  border-radius: 5px;
  margin-right: 5px;
}
.game-details .game-nr .game-box .pf h3{
  font-size: 36px;
  color: #F39200;
  text-align: right;
}
.game-details .game-nr .down-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 0 15px;
}
.game-details .game-nr .down-box div{
  width: 279px;
  height: 60px;
  border-radius: 10px;
}
.game-details .game-nr .down-box div a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.game-details .game-nr .down-box div img{
  width: 20px;
  height: 20px;
  margin-top: 7px;
}
.game-details .game-nr .down-box div p{
  font-size: 16px;
  font-weight: 600;
}
.game-details .game-nr .down-box .az{
  background-color: #FFF5E5;
  color: #F39200;
}
.game-details .game-nr .down-box .pg{
  background-color: #F5F7F8;
  color: #151717;
}
.game-details .game-nr .game-nav-nr .game-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.game-details .game-nr .game-nav-nr .game-nav span{
  width: 100%;
  color: #100E0E;
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  height: 40px;
  cursor: pointer;
}
.game-details .game-nr .game-nav-nr .game-nav span.active{
  color: #F39200;
  position: relative;
}
.game-details .game-nr .game-nav-nr .game-nav span.active::after{
  content: '';
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 3px;
  background-color: #F39200;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%,0);
}
/* 游戏详情轮播 */
.game-details .game-nr .game-nav-nr .nav-nr .lb-box{
  padding:0 15px;
}
.game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper {
  width: 100%;
  height: 100%;
}

.game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper-slide {
  width: 40%;
  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;
}
.game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper-button-next, .game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper-button-prev{
  color: #fff;
  background-color: rgba(21,23,23,0.5);
}
.game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper-button-next:after, .game-details .game-nr .game-nav-nr .nav-nr .lb-box .swiper-button-prev:after{
  font-size: 16px;
}

.game-details .game-nr .game-nav-nr .nav-nr .wz-box{
  padding: 20px 15px 0 15px;
  position: relative;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .title{
  font-size: 22px;
  color: #151717;
  border-bottom: 6px solid #F39200;
  display: inline-block;
  padding-right: 16px;
  line-height: 18px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .title a{
  font-size: 14px;
  color: #787A7B;
  position: absolute;
  right: 15px;
  top: 20px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .title a img{
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 4px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box pre{
  font-size: 16px;
  color: #787A7B;
  margin-top: 15px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box hr{
  background-color: #E4E7E8;
  height: 1px;
  margin-top: 30px;
}
/* 游戏详情礼包 */
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item{
  width: 281px;
  background-color: #F5F7F8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l{
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .t{
  display: flex;
  align-items: center;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .t>img{
  width: 50px;
  height: 50px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .t .info{
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 5px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .t .info h3{
  font-size: 14px;
  color: #151717;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .t .info p{
  color: #787A7B;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .b{
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .b progress{
  width: 121px;
  height: 5px;
  background-color: #E4E7E8;
  margin-right: 5px;
  border-radius: 7px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .b progress::-webkit-progress-bar {
  background-color: #E4E7E8;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .b progress::-webkit-progress-value {
  background: linear-gradient(270deg, #F39200 0%, #FF8000 100%);
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .l .b span{
  font-size: 12px;
  color: #787A7B;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .gift .item .btn{
  font-size: 14px;
  color: #fff;
  background-color: #F39200;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box{
  margin-top: 15px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #E4E7E8;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box p:last-child{
  border-bottom: 0px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box p span{
  color: #787A7B;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box p a{
  color: #47494A;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box p a img{
  width: 14px;
  height: 14px;
}
.game-details .game-nr .game-nav-nr .nav-nr .wz-box .xxxx-box p a.c{
  color: #F39200;
}
/* 游戏详情资讯 */
.game-details .game-nr .game-nav-nr .nav-nr .news-box{
  padding: 15px;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item{
  margin-bottom: 15px;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item a{
  display: flex;
  align-items: center;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item a>img{
  width: 142px;
  height: 80px;
  border-radius: 5px;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item a .info{
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item a .info h3{
  color: #151717;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item a .info p{
  font-size: 14px;
  color: #47494A;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px 0 15px 0;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .item a .info span{
  display: block;
  text-align: right;
  font-size: 14px;
  color: #999;
}
.game-details .game-nr .game-nav-nr .nav-nr .news-box .more-btn{
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #f1f1f1;
  color: #F39200;
  font-size: 22px;
  cursor: pointer;
}
