@charset "utf-8"; /*轮播*/
.banner {
    width: 100%;
    position: relative;
    height: 4.2rem;
    margin-top: .16rem;
    border-bottom: 10px solid #f8f8f8;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.flexslider .slides img {
    width: 7rem;
    display: block;
    height: 3.5rem;
    margin: 0 auto;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1; }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1; }

.carousel li {
    margin-right: 5px;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -33px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1; *display: inline;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #e1e1e1;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
    border: 3px solid #FF7D00;
}

/*精选游戏*/
.best {
    border-bottom: 10px solid #f8f8f8;
}

.best h3 {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 16px;
    height: .8rem;
    line-height: .8rem;
    padding: 0 10px;
    font-weight: bold;
}

.best h3:before {
    content: '';
    display: block;
    width: 4px;
    height: .35rem;
    margin-right: 10px;
    background: #ff9d01;
    border-radius: 2px;
    float: left;
    margin-top: .23rem
}

.best h3 a {
    font-size: 12px;
    color: #666;
    float: right;
    font-weight: normal;
}

.bbox {
    margin: 0 3%;
}

.love_game_info {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

.love_game_info li {
    width: 25%;
    float: left;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

.love_game_info li a {
    display: block;
    width: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.love_game_info li a img {
    width: 66px;
    height: 66px;
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

.love_game_info li a span {
    width: 100%;
    font-size: 13px;
    color: #333;
    text-align: center;
    display: block;
    height: 15px;
    line-height: 15px;
    margin-top: 8px;
}

/*专题*/
.page_zt {
    padding-top: 20px;
}

.page_zt ul {
    overflow: hidden;
    zoom: 1; margin: 0 10px;
}

.page_zt li {
    width: 3.2rem;
    margin-bottom: 0.4rem;
}

.page_zt li:nth-child(odd) {
    float: left !important;
}

.page_zt li:nth-child(even) {
    float: right !important;
}

.page_zt li.li1,.page_zt li.li3,.page_zt li.li5,.page_zt li.li7 {
    float: left;
}

.page_zt li.li2,.page_zt li.li4,.page_zt li.li6,.page_zt li.li8 {
    float: left;
}

.page_zt li img {
    width: 3.2rem;
    height: 1.8rem;
}

.page_zt li b {
    display: block;
    width: 100%;
    height: 0.56rem;
    font-size: 0.28rem;
    color: #090909;
    text-align: center;
    line-height: 0.56rem;
    overflow: hidden;
    font-weight: normal;
    margin-top: 0.1rem;
}

/*精选热游*/
.newgame {
    border-bottom: 10px solid #f8f8f8;
}

.newgame h3 {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 16px;
    height: .8rem;
    line-height: .8rem;
    padding: 0 10px;
    font-weight: bold;
}

.newgame h3:before {
    content: '';
    display: block;
    width: 4px;
    height: .35rem;
    margin-right: 10px;
    background: #FF7D00;
    border-radius: 2px;
}

.nbox {
    padding: 0 3%;
    padding-top: 15px;
}

.nbox .nbox_list {
    width: 100%;
    overflow: hidden;
    zoom:1;background: #fffcf7;
    border: 1px solid #ffe4b7;
    border-radius: 5px;
    margin-bottom: 15px;
}

.nbox .nbox_list a {
    display: block;
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 15px;
    border-right: 1px solid #fff3de;
}

.nbox .nbox_list a:last-child {
    border-right: 0;
}

.nbox .nbox_list a img {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

.nbox .nbox_list a b {
    font-size: 15px;
    color: #333;
    text-align: center;
    display: block;
    height: 16px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    overflow: hidden;
}

.nbox .nbox_list a span {
    font-size: 12px;
    color: #999;
    text-align: center;
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 3px;
}

.nbox ul li {
    height: 69px;
    padding: 16px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-top: 1px solid #f1f1f1;
}

.nbox ul li a.game_con {
    margin-right: 70px;
    overflow: hidden;
    zoom:1; display: block;
}

.nbox ul li a.game_con img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    float: left;
    margin-right: 10px;
}

.nbox ul li a.game_con .game_title {
    overflow: hidden;
    margin-left: 80px;
}

.nbox ul li a.game_con .game_title p {
    font-size: 16px;
    color: #111;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
}

.nbox ul li a.game_con .game_title span {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #FF7D00;
    overflow: hidden;
    font-family: Arial,'Microsoft Yahei';
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 1px;
}

.nbox ul li a.game_con .game_title span font,.nbox ul li a.game_con .game_title span em {
    color: #8e8e8e;
    font-size: 13px;
}

.nbox ul li a.game_con .game_title .discribe {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #a7a7a7;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.nbox ul li .game_down {
    display: block;
    width: 56px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 34px;
    text-align: center;
    border-radius: 20px;
    background: #FF7D00;
}

/*排行榜*/
.rank {
    overflow: hidden;
}

.rank >h3 {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 16px;
    height: .8rem;
    line-height: .8rem;
    padding: 0 10px;
    font-weight: bold;
}

.rank >h3:before {
    content: '';
    display: block;
    width: 4px;
    height: .35rem;
    margin-right: 10px;
    background: #FF7D00;
    border-radius: 2px;
    float: left;
    margin-top: .23rem
}

.rank >h3 a {
    font-size: 12px;
    color: #666;
    float: right;
    font-weight: normal;
}

.Head3 {
    position: relative;
    display: block;
    overflow: hidden;
    height: .84rem
}

.Head3 .Head3-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: .84rem
}

.Head3 .Head3-box a {
    float: left;
    display: inline-block;
    width: 50%;
    height: .84rem;
    background: #f0f0f0;
    color: #999;
    text-align: center;
    font-size: 15px;
    line-height: .84rem;
}

.Head3 .Head3-box a:first-child {
    border-top-right-radius: .42rem
}

.Head3 .Head3-box a:last-child {
    border-bottom-left-radius: .42rem
}

.Head3 .Head3-box a.cur2 {
    background: #fff;
    color: #333
}

.Head3 .Head3-box a:nth-child(2).cur {
    border-top-left-radius: 0.42rem;
}

.Head3 span {
    position: absolute;
    left: 20%;
    z-index: 1;
    display: inline-block;
    width: 50%;
    height: .42rem;
    background: #f0f0f0
}

.Head3 em {
    position: absolute;
    top: .42rem;
    left: 20%;
    z-index: 1;
    display: inline-block;
    width: 50%;
    height: .42rem;
    background: #fff
}

.rankbox {
}

.rankcon {
    padding: 0 12px;
    margin-bottom: 20px;
}

.rankcon ul {
}

.rankcon ul li {
    height: 1.3rem;
    padding: 13px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #f1f1f1;
}

.rankcon ul li a {
}

.rankcon ul li a span {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 15px;
    float: left;
    margin-right: .25rem;
    overflow: hidden;
}

.rankcon ul li a span img {
    width: 100%;
}

.rankcon ul li .rbox {
    float: left;
}

.rankcon ul li .rbox h3 {
    font-size: 16px;
    color: #222;
    margin-top: .09rem;
}

.rankcon ul li .rbox em {
    display: block;
    width: 74px;
    height: 13px;
    background: url(../images/star1.png) no-repeat;
    background-size: auto 100%;
    margin: .12rem 0;
}

.rankcon ul li .rbox em i {
    float: left;
    display: inline;
    height: 13px;
    overflow: hidden;
    background: url(../images/star_color.png) no-repeat;
    background-size: auto 100%;
}

.rankcon ul li .rbox p {
    color: #777;
    font-size: 13px;
    line-height: 14px;
    height: 14px;
}

.rankcon ul li .rbox p font {
    border-left: 1px solid #dedede;
    margin-left: .2rem;
    padding-left: .2rem;
    height: 14px;
    line-height: 14px;
}

.rankcon ul li a b {
    display: block;
    width: 56px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 34px;
    text-align: center;
    border-radius: 20px;
    background: #FF7D00;
    font-weight: normal;
}

.love_game_info li.noshowlist {
    display: none;
}

/*d_banner*/
.d_banner {
    width: 100%;
}

.d_banner h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.d_content {
    padding: 0 10px;
}

.d_content p {
    line-height: 28px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    color: #737171;
}

.d_content img {
    width: 100%;
}

.nfooter {
    width: 100%;
    padding: 20px 0;
    background: #30302f;
    text-align: center;
    font-size: 15px;
    color: #dbd9d9;
    line-height: 30px;
    margin-top: 15px;
}

.nfooter p {
    font-size: 14px;
    color: #dbd9d9;
    margin: 0;
}

.nfooter a {
    margin-left: 10px;
    color: #dbd9d9;
}

/* rank-hot */
.rank-hot {
    border-bottom: 10px solid #f8f8f8;
}

.rank-hot h3 {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 16px;
    height: .8rem;
    line-height: .8rem;
    padding: 0 10px;
    font-weight: bold;
}

.rank-hot h3:before {
    content: '';
    display: block;
    width: 4px;
    height: .35rem;
    margin-right: 10px;
    background: #FF7D00;
    border-radius: 2px;
    float: left;
    margin-top: .23rem
}

.rank-hot h3 a {
    font-size: 12px;
    color: #666;
    float: right;
    font-weight: normal;
}

.rank-hot div {
    display: flex;
    padding: 20px 0 6px 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.rank-hot div::-webkit-scrollbar {
    display: none;
}

.rank-hot div a {
    display: block;
    width: 200px;
    margin-right: 14px;
    flex-shrink: 0;
}

.rank-hot div a img {
    width: 100%;
    height: 100px;
}

.rank-hot div a p {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    overflow: hidden;
}

/* rank-list */
.rank-list {
    border-bottom: 10px solid #f8f8f8;
}

.rank-list h3 {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 16px;
    height: .8rem;
    line-height: .8rem;
    padding: 0 10px;
    font-weight: bold;
}

.rank-list h3:before {
    content: '';
    display: block;
    width: 4px;
    height: .35rem;
    margin-right: 10px;
    background: #FF7D00;
    border-radius: 2px;
    float: left;
    margin-top: .23rem
}

.rank-list h3 a {
    font-size: 12px;
    color: #666;
    float: right;
    font-weight: normal;
}

.rank-list ul {
    padding: 8px 10px;
}

.rank-list ul li {
    height: 32px;
    display: flex;
    color: #999;
    line-height: 32px;
    display: flex;
}

.rank-list ul li em {
    display: block;
    width: 3px;
    height: 3px;
    border: 1px solid #e4e4e4;
    transform: rotate(45deg);
    margin-right: 5px;
    align-self: center;
}

.rank-list ul li a {
    color: #555;
    font-size: 15px;
    flex: 1;
    overflow: hidden;
}

.rank-list ul li span {
    font-size: 12px;
    margin-left: 22px;
}



/*footer*/
.ff0{
    clear: both;
    background-color: #333;
    text-align: center;
    overflow: hidden;
}
.ff0 span{
    display: block;
    height: 70px;
    background: url(../images/D-logo.png) no-repeat center center;
    background-size: 140px auto;
}
.ff0 p{
    font-size: 10px;
    color: #999;
    line-height: 14px;
    margin: 10px 0;
}
.ff0 div{ 
    margin:0 12px; 
    overflow:hidden;
    border-top: 1px solid #414141;
}
.ff0 div a{ 
    text-align: center;
    display: inline-block;
    width: 33.3333%;
    float:left; 
}
.ff0 div a em{ 
    display: inline-block;
    color: #ff9d01;
    padding-left: 18px;
    background: url(../images/D-home.png) no-repeat left center;  
    background-size: auto 13px;
    font-size: 12px; 
    line-height: 40px;
}
.ff0 div a:nth-child(2) em{ 
    background: url(../images/D-computer.png) no-repeat left center;  
    background-size: auto 13px;
}
.ff0 div a:nth-child(3) em{ 
    background: url(../images/D-top.png) no-repeat left center;  
    background-size: auto 13px;
}
#ff{
    width: 100%;
    max-width: 768px;
    min-width: 320px;
    position: fixed;
    bottom: 0;
    z-index: 2000;
}