.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 960px) {
  .pc_best {
    display: none;
  }
  .contact-us .join {
    transform: scale(0.6);
    transform-origin: right center;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: right center;
  }
  .index-content {
    background: #F7F7F7;
    width: 100%;
    min-width: 16rem;
    overflow: hidden;
  }
  .index-content .hot-games {
    background: #f1f1f1;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    overflow: hidden;
    padding-bottom: 1.28rem;
    margin: 1.17333rem auto 0;
  }
  .index-content .hot-games .game-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .index-content .hot-games .game-inner .tag {
    display: block;
    width: 4.48rem;
    height: 0.96rem;
    margin-top: 0.64rem;
  }
  .index-content .hot-games .game-inner .tag img {
    margin-left: 0.72533rem;
    display: block;
    width: 2.90133rem;
    height: 0.96rem;
  }
  .index-content .hot-games .game-inner .more {
    display: none;
  }
  .index-content .hot-games .game-inner .game-list {
    width: 15.104rem;
    margin: 0 auto;
    overflow: hidden;
    margin: 0.72533rem auto 0;
    font-size: 0;
    display: block;
  }
  .index-content .hot-games .game-inner .game-list li {
    display: inline-block;
    background: #ffffff;
    width: 7.04rem;
    height: 7.936rem;
    position: relative;
    margin: 0 0.256rem 0.448rem;
    vertical-align: top;
  }
  .index-content .hot-games .game-inner .game-list li .game-pic {
    width: 100%;
    height: 4.26667rem;
  }
  .index-content .hot-games .game-inner .game-list li:hover .msg, .index-content .hot-games .game-inner .game-list li:active .msg {
    visibility: visible;
  }
  .index-content .hot-games .game-inner .game-list li .title {
    color: #272a2c;
    font-size: 0.64rem;
    line-height: 1.06667rem;
    padding: 0.17067rem 0.32rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
  }
  .index-content .hot-games .game-inner .game-list li .dsc {
    color: #a0a0a0;
    font-size: 0.46933rem;
    line-height: 0.55467rem;
    margin: 0.08533rem 0.32rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .dsc.game_dsc {
    height: 1.024rem;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .gogamehome {
    margin: 0 0.32rem 0;
    height: 0.512rem;
    border-top: 0.04267rem solid #f1f1f1;
    padding: 0.27733rem 0;
    background: url(../images/icon1.png) left center no-repeat;
  }
  .index-content .hot-games .game-inner .game-list li .enterBtn {
    float: right;
    width: 2.304rem;
    height: 0.64rem;
    background: #e96a28;
    text-align: center;
    line-height: 0.68267rem;
    font-size: 0.42667rem;
    color: #fff;
  }
  .index-content .hot-games .game-inner .game-list li .msg {
    background: #e96a28;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.26667rem;
    text-align: center;
    visibility: hidden;
    transition: opacity .5s;
    -webkit-transiton: opacity .5s;
  }
  .index-content .hot-games .game-inner .game-list li .msg .weixin {
    display: block;
    position: absolute;
    left: 0.42667rem;
    top: 1.06667rem;
    width: 2.13333rem;
    height: 2.13333rem;
  }
  .index-content .hot-games .game-inner .game-list li .msg .game-name {
    display: none;
    position: absolute;
    left: 3.37067rem;
    top: 1.06667rem;
    color: #ffffff;
    font-size: 0.29867rem;
    line-height: 0.42667rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .msg .dsct {
    color: #ffffff;
    position: absolute;
    left: 2.77333rem;
    top: 1.06667rem;
    color: #ffffff;
    font-size: 0.34133rem;
    width: 4.05333rem;
    line-height: 0.64rem;
    height: 1.28rem;
    text-align: left;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .msg .link .msgbtn {
    position: absolute;
    left: 2.77333rem;
    top: 2.56rem;
    width: 2.56rem;
    padding: 0.17067rem 0.85333rem 0.17067rem 0;
    height: 0.42667rem;
    line-height: 0.46933rem;
    background: url(../images/icon2.jpg) left center no-repeat;
    background-size: 100% auto;
    color: #e96a28;
    font-size: 0.34133rem;
    text-align: center;
    letter-spacing: 2px;
  }
  .index-content .hot-games .moreLink {
    background: #e96a28;
    color: #FFF;
    font-size: 0.512rem;
    font-family: 'Microsoft YaHei';
    line-height: 0.98133rem;
    display: block;
    width: 3.584rem;
    height: 0.98133rem;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    margin: 0.384rem auto 0;
    text-align: center;
  }
  .index-content .contact-us {
    top: auto;
    bottom: 4rem;
  }
  .index-content .contact-us .contact {
    display: none;
  }
  .bnt-more {
    margin: 0.42667rem auto;
    display: block;
    width: 14.54933rem;
    height: 1.06667rem;
    background-color: #e96a28;
    line-height: 1.06667rem;
    color: #fff;
    font-size: 0.512rem;
    text-align: center;
    letter-spacing: 0.04267rem;
  }
  .gameyybox {
    width: 100%;
    overflow: hidden;
    margin: 0.72533rem 0 0;
    background-color: #f5f5f5;
  }
  .gameyybox li {
    width: 100%;
    height: 3.84rem;
    position: relative;
  }
  .gameyybox li:before {
    content: "";
    position: absolute;
    left: 0.72533rem;
    bottom: 0;
    height: 0.04267rem;
    background-color: #d1d1d1;
    width: 14.54933rem;
  }
  .gameyybox li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .gameyybox li a:active .icon3 {
    background: #fbe1d4 url(../images/icon3.png) center center no-repeat;
  }
  .gameyybox li .gameyyicon {
    position: absolute;
    left: 0.68267rem;
    top: 0.74667rem;
    width: 2.34667rem;
    height: 2.34667rem;
  }
  .gameyybox li .gameyyname {
    position: absolute;
    left: 3.648rem;
    top: 0.85333rem;
    width: 8.91733rem;
    height: 0.704rem;
    font-size: 0.55467rem;
    color: #555555;
    line-height: 0.704rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
  }
  .gameyybox li i {
    display: block;
    position: absolute;
    left: 3.648rem;
    top: 1.74933rem;
    min-width: 2.13333rem;
    padding: 0 0.08533rem;
    height: 0.59733rem;
    background-color: #e96a28;
    font-size: 0.384rem;
    text-align: center;
    line-height: 0.64rem;
    color: #fff;
  }
  .gameyybox li .time {
    display: block;
    position: absolute;
    left: 3.648rem;
    top: 2.51733rem;
    font-size: 0.512rem;
    color: #999;
    font-weight: bold;
  }
  .gameyybox li .icon3 {
    display: block;
    position: absolute;
    right: 0.72533rem;
    top: 1.17333rem;
    width: 0.42667rem;
    height: 1.74933rem;
    background: #ececec url(../images/icon3.png) center center no-repeat;
    background-size: 0.256rem auto;
  }
  .allgameheader {
    margin: 0.85333rem 0;
    height: 2.13333rem;
  }
  .allgameheader img {
    width: 100%;
    height: auto;
  }
  .allgamebox {
    padding-bottom: 20px;
  }
  .allgamebox .allyybox {
    width: 14.54933rem;
    margin: 0 auto;
    position: relative;
  }
  .allgamebox .allyybox ul {
    max-height: 7.89333rem;
    overflow: hidden;
  }
  .allgamebox .allyybox .allgamemore {
    display: block;
    height: 1.70667rem;
    text-align: center;
    font-size: 0.42667rem;
    line-height: 1.70667rem;
    color: #888;
    background: url(../images/icon4.jpg) center 1.28rem no-repeat;
    background-size: 1.74933rem auto;
    display: none;
  }
  .allgamebox .allhotbox {
    width: 14.54933rem;
    margin: 0 auto;
    position: relative;
  }
  .allgamebox h4 {
    line-height: 1.664rem;
    font-size: 0.512rem;
    color: #e96a28;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.04267rem;
    position: relative;
  }
  .allgamebox ul li {
    float: left;
    width: 50%;
    height: 1.57867rem;
    line-height: 1.57867rem;
    font-size: 0.512rem;
    color: #8b8b8b;
    text-indent: 0.384rem;
  }
  .allgamebox ul li:nth-child(4n+1), .allgamebox ul li:nth-child(4n+2) {
    background-color: #fff;
  }
  .allgamebox ul li:nth-child(4n+1) {
    border-right: 0.04267rem solid #f1f1f1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .allgamebox ul li a {
    display: block;
    height: 1.57867rem;
    line-height: 1.57867rem;
    font-size: 0.512rem;
    color: #8b8b8b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .allgamebox ul li a i {
    display: inline-block;
    width: 0.42667rem;
    height: 0.46933rem;
    margin: -0.08533rem 0 0 0.064rem;
    vertical-align: middle;
  }
  .allgamebox ul li a i.i_hot {
    background: url(../images/i_hot.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .allgamebox ul li a i.i_new {
    width: 0.93867rem;
    background: url(../images/i_new1.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .allgamebox ul li a i.i_best {
    background: url(../images/i_best.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .wapallyynav {
    border-bottom: 0.064rem solid #e96a28;
    font-size: 0;
    margin-bottom: 1.19467rem;
  }
  .wapallyynav span {
    display: inline-block;
    width: 5.33333rem;
    height: 1.10933rem;
    text-align: center;
    font-size: 0.512rem;
    color: #555555;
  }
  .wapallyynav span.on {
    color: #e96a28;
    background: url(../images/wapallyynav.png) center bottom no-repeat;
    background-size: 3.24267rem auto;
  }
  .wapallyybox {
    display: none;
  }
  .wapallyybox:nth-child(1) {
    display: block;
  }
  .allverbox {
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: right;
    padding-right: 0.72533rem;
    border-top: 0.04267rem solid #dfdfdf;
  }
  .allverbox span {
    display: inline-block;
    padding-left: 0.42667rem;
    line-height: 1.28rem;
    font-size: 0.384rem;
    color: #8b8b8b;
  }
  .allverbox span i {
    display: inline-block;
    width: 0.36267rem;
    height: 0.40533rem;
    margin: -0.04267rem 0.08533rem 0 0.08533rem;
    vertical-align: middle;
  }
  .allverbox span i.i_hot {
    background: url(../images/i_hot.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .allverbox span i.i_new {
    width: 0.81067rem;
    background: url(../images/i_new1.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .allverbox span i.i_best {
    background: url(../images/i_best.jpg) center 0 no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 960px) {
  .wap_best {
    display: none;
  }
  .header {
    min-width: 1280px;
  }
  .index-content {
    background: #F7F7F7;
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
  }
  .index-content .hot-games {
    background: #f1f1f1;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    overflow: hidden;
    background: url(../images/indexbg.jpg) center top no-repeat;
  }
  .index-content .hot-games .game-inner {
    width: 1260px;
    margin: 32px auto 0;
    overflow: hidden;
    position: relative;
  }
  .index-content .hot-games .game-inner .tag {
    display: block;
    width: 200px;
    height: 45px;
  }
  .index-content .hot-games .game-inner .more {
    display: block;
    width: 78px;
    height: 29px;
    background: url(../images/moreGame.png) center top no-repeat;
    position: absolute;
    right: 12px;
    top: 4px;
    display: none;
  }
  .index-content .hot-games .game-inner .gamelistbox {
    width: 960px;
    height: 1130px;
    float: left;
    overflow: hidden;
    margin: 0.72533rem 0 0;
  }
  .index-content .hot-games .game-inner .game-list li {
    background: #ffffff;
    width: 300px;
    height: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .index-content .hot-games .game-inner .game-list li .game-pic {
    width: 100%;
    height: 170px;
  }
  .index-content .hot-games .game-inner .game-list li.last, .index-content .hot-games .game-inner .game-list li:last-child {
    margin-right: 0;
  }
  .index-content .hot-games .game-inner .game-list li:hover .msg, .index-content .hot-games .game-inner .game-list li.active .msg {
    visibility: visible;
  }
  .index-content .hot-games .game-inner .game-list li .title {
    color: #272a2c;
    font: 20px/46px 'Microsoft YaHei';
    padding: 12px 16px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
  }
  .index-content .hot-games .game-inner .game-list li .dsc {
    color: #a0a0a0;
    font: 14px/20px 'Microsoft YaHei';
    padding: 0px 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .dsc.game_dsc {
    height: 40px;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .gogamehome {
    margin: 12px 16px 0;
    height: 22px;
    border-top: 1px solid #f1f1f1;
    padding: 8px 0;
    background: url(../images/icon1.png) left center no-repeat;
  }
  .index-content .hot-games .game-inner .game-list li .enterBtn {
    float: right;
    width: 88px;
    height: 22px;
    background: #e96a28;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
  }
  .index-content .hot-games .game-inner .game-list li .msg {
    background: #e96a28;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    text-align: center;
    visibility: hidden;
    transition: opacity .5s;
    -webkit-transiton: opacity .5s;
  }
  .index-content .hot-games .game-inner .game-list li .msg .weixin {
    display: block;
    position: absolute;
    left: 30px;
    top: 33px;
    width: 100px;
    height: 100px;
  }
  .index-content .hot-games .game-inner .game-list li .msg .game-name {
    display: none;
    position: absolute;
    left: 140px;
    top: 34px;
    color: #ffffff;
    font: 14px/22px 'Microsoft YaHei';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .game-list li .msg .dsct {
    color: #ffffff;
    position: absolute;
    left: 148px;
    top: 34px;
    width: 140px;
    color: #ffffff;
    font: 14px/22px 'Microsoft YaHei';
    text-align: left;
  }
  .index-content .hot-games .game-inner .game-list li .msg .link .msgbtn {
    position: absolute;
    left: 148px;
    top: 108px;
    width: 113px;
    height: 21px;
    background: url(../images/icon2.jpg) left center no-repeat;
    line-height: 21px;
    color: #e96a28;
    font-size: 14px;
    text-indent: 12px;
    text-align: left;
    letter-spacing: 2px;
  }
  .index-content .hot-games .game-inner .gameyybox {
    width: 300px;
    height: 1054px;
    float: right;
    overflow: hidden;
    margin: 0.72533rem 0 0;
  }
  .index-content .hot-games .game-inner .gameyybox ul {
    display: block;
    background-color: #fff;
    height: auto;
    padding-bottom: 60px;
    width: 100%;
  }
  .index-content .hot-games .game-inner .gameyybox li {
    width: 100%;
    height: 120px;
    position: relative;
  }
  .index-content .hot-games .game-inner .gameyybox li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index-content .hot-games .game-inner .gameyybox li a:hover .icon3 {
    background: #fbe1d4 url(../images/icon3.png) center center no-repeat;
  }
  .index-content .hot-games .game-inner .gameyybox li .gameyyicon {
    position: absolute;
    left: 22px;
    top: 27px;
    width: 70px;
    height: 70px;
  }
  .index-content .hot-games .game-inner .gameyybox li .gameyyname {
    position: absolute;
    left: 110px;
    top: 23px;
    width: 156px;
    height: 28px;
    font-size: 18px;
    color: #555555;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .index-content .hot-games .game-inner .gameyybox li i {
    display: inine-block;
    position: absolute;
    left: 108px;
    top: 54px;
    min-width: 64px;
    max-width: 154px;
    height: 18px;
    background-color: #e96a28;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.08533rem;
  }
  .index-content .hot-games .game-inner .gameyybox li .time {
    display: block;
    position: absolute;
    left: 108px;
    top: 78px;
    width: 116px;
    height: 18px;
    font-size: 14px;
    color: #a0a0a0;
  }
  .index-content .hot-games .game-inner .gameyybox li .icon3 {
    display: block;
    position: absolute;
    left: 270px;
    top: 29px;
    width: 18px;
    height: 62px;
    background: #ececec url(../images/icon3.png) center center no-repeat;
  }
  .index-content .hot-games .game-inner .gameyybox li:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 1px;
    height: 1px;
    background-color: #f1f1f1;
    width: 272px;
  }
  .index-content .hot-games .moreLink {
    display: none;
  }
  .hotpagebox {
    height: 40px;
    width: 941px;
    background: url(../images/pagebg.png) center center no-repeat;
    background-size: 100% auto;
    text-align: center;
    line-height: 40px;
  }
  .hotpagebox a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: auto;
    padding: 0 12px;
    margin: 0 5px;
    color: #a0a0a0;
    font-size: 14px;
    vertical-align: middle;
  }
  .hotpagebox a.on {
    color: #e96a28;
    font-size: 16px;
    font-weight: bold;
  }
  .hotpagebox a:hover {
    color: #e96a28;
  }
  .allgameheader {
    height: 98px;
  }
  .allgameheader .alltag {
    height: 100%;
    display: block;
    width: 122px;
    background: url(../images/alltitle.png) 0 center no-repeat;
  }
  .allgamebox {
    padding-bottom: 20px;
    min-height: 205px;
  }
  .allgamebox .allyybox {
    float: left;
    width: 639px;
    position: relative;
  }
  .allgamebox .allyybox:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 72px;
    height: 100px;
    background-color: #dfdfdf;
    width: 1px;
  }
  .allgamebox .allhotbox {
    padding-left: 66px;
    float: left;
    width: 555px;
    position: relative;
  }
  .allgamebox .allhotbox ul {
    width: 639px;
  }
  .allgamebox .pcgamebox {
    float: left;
    width: 380px;
    position: relative;
  }
  .allgamebox .pcgamebox:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 72px;
    height: 100px;
    background-color: #dfdfdf;
    width: 1px;
  }
  .allgamebox .phonegamebox {
    float: left;
    width: 570px;
    position: relative;
    padding-left: 60px;
  }
  .allgamebox .phonegamebox:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 72px;
    height: 100px;
    background-color: #dfdfdf;
    width: 1px;
  }
  .allgamebox .h5gamebox {
    float: left;
    width: 190px;
    position: relative;
    padding-left: 60px;
  }
  .allgamebox h4 {
    padding-top: 34px;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    color: #e96a28;
    text-indent: 10px;
    position: relative;
  }
  .allgamebox h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    height: 12px;
    background-color: #e96a28;
    width: 3px;
  }
  .allgamebox ul li {
    float: left;
    width: 190px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #8b8b8b;
  }
  .allgamebox ul li a {
    line-height: 24px;
    font-size: 12px;
    color: #8b8b8b;
  }
  .allgamebox ul li a:hover {
    color: #e96a28;
    font-size: 13px;
  }
  .allgamebox ul li a i {
    display: inline-block;
    width: 10px;
    height: 11px;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  .allgamebox ul li a i.i_hot {
    background: url(../images/i_hot.jpg) center 0 no-repeat;
  }
  .allgamebox ul li a i.i_new {
    width: 24px;
    background: url(../images/i_new1.jpg) center 0 no-repeat;
  }
  .allgamebox ul li a i.i_best {
    background: url(../images/i_best.jpg) center 0 no-repeat;
  }
  .allverbox {
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-bottom: 10px;
    border-top: 1px solid #dfdfdf;
  }
  .allverbox span {
    display: inline-block;
    padding-left: 24px;
    line-height: 40px;
    font-size: 12px;
    color: #8b8b8b;
  }
  .allverbox span i {
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .allverbox span i.i_hot {
    background: url(../images/i_hot.jpg) center 0 no-repeat;
  }
  .allverbox span i.i_new {
    width: 24px;
    background: url(../images/i_new1.jpg) center 0 no-repeat;
  }
  .allverbox span i.i_best {
    background: url(../images/i_best.jpg) center 0 no-repeat;
  }
}
