@charset "utf-8";

/* CSS reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

:focus {
    outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
samp,
tt {
    font-size: 100%
}

input,
button,
textarea,
select {
    font-size: 100%
}

body {
    line-height: 1.5
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline
}

:link,
:visited,
ins {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
}

img {
    display: block;
    border: 0;
}

.logo img{
    width: 2rem;
}

* {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="button"],
input[type="text"],
button {
    -webkit-appearance: none;
}

/* CSS Document */
html {
    font-size: 100px;
}

body {
    font-size: .24rem;
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    color: #333;
    background-color: #ebebeb;
    position: relative;
}

html,
body {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h20 {
    width: 100%;
    height: .2rem;
}

.h10 {
    width: 100%;
    height: .1rem;
}

.bg {
    background: #fff;
}

.flex {
    display: flex;
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.wrap {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
}

.hide {
    display: none;
}

.btn {
    background-image: linear-gradient(-90deg, #0091ff 0%, #80c7ff 100%);
}

.btn.no {
    background-image: linear-gradient(-90deg, #ffa626 0%, #fdd397 100%);
}

.icon {
    background-image: url("../img/icon.png");
    background-size: 5rem 6rem;
}

.icon_i {
    background-image: url("../img/index_icon.png");
    background-size: 6rem 6rem;
    display: block;
}

header {
    height: .64rem;
    background: #fff;
    font-size: .32rem;
    padding: .13rem 0;
    position: relative;
}

header i {
    display: block;
}

header .logo {
    width: 1.98rem;
}

header .logo i {
    width: 1.43rem;
    height: .64rem;
    background-position: 0 0;
    margin-left: .2rem;
}

header .search {
    background: #ebebeb;
    border-radius: .32rem;
}

header .search i {
    width: .4rem;
    height: .4rem;
    background-position: -1.65rem 0;
    margin: .13rem 0 0 .22rem;
}

header .menu {
    width: 1rem;
}

header .menu i {
    width: .45rem;
    height: .4rem;
    background-position: -2.31rem 0;
    margin: .13rem auto 0 auto;
}

header .menu i.green {
    background-position: -3.05rem 0;
}

.headerNav {
    width: 100%;
    max-width: 7.5rem;
    position: absolute;
    top: .9rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 98;
}

.headerNav ul {
    flex-wrap: wrap;
    padding: .05rem 0 .25rem 0;
    z-index: 99;
    position: absolute;
    background: #f2fff7;
}

.headerNav ul li {
    margin: .2rem 0 0 .2rem;
}

.headerNav ul li a {
    display: block;
    width: 2.22rem;
    height: .72rem;
    line-height: .72rem;
    color: #fff;
    background: #68d48f;
    font-size: .32rem;
    border-radius: .1rem;
    text-align: center;
}

.headerNav ul li a i {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    position: relative;
    top: .05rem;
    margin-right: .1rem;
}

.headerNav ul li a i.sy {
    background-position: .02rem -2.65rem;
}

.headerNav ul li a i.su {
    background-position: -.41rem -2.65rem;
}

.headerNav ul li a i.yo {
    background-position: -.77rem -2.65rem;
}

.headerNav ul li a i.zx {
    background-position: -1.15rem -2.65rem;
}

.headerNav ul li a i.zt {
    background-position: -1.53rem -2.65rem;
}

.headerNav ul li a i.ph {
    background-position: -1.9rem -2.65rem;
}

.headerNav ul li a i.dj {
    background-position: 0 -.04rem;
}

.headerNav ul li a i.wy {
    background-position: -.46rem -.04rem;
}

.headerNav ul li a i.yy {
    background-position: -.99rem -.04rem;
    background-image: url("../img/icon.png");
    background-size: 5rem 6rem;
}

.headerNav .mask {
    width: 7.5rem;
    height: 100%;
    position: absolute;
    top: .9rem;
    background: rgba(0, 0, 0, 0.5);
}

nav {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    overflow: hidden;
}

nav li {
    display: inline-block;
    width: 20%;
    border-bottom: 0.04rem solid transparent;
    padding: .28rem 0 .25rem 0;
}

nav li a {
    display: block;
    height: .3rem;
    line-height: .3rem;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    color: #454545;
    font-size: .3rem;
}

nav li.current {
    border-color: #0091ff;
}

nav li.current a {
    color: #0091ff;
}

nav li:last-child a {
    border: none;
}

nav ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

nav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

/* 首页轮播 */
.slider {
    height: 3rem;
}

.slider a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider .swiper-pagination-bullet {
    width: .2rem;
    height: .04rem;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffaf13;
}

.slider .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/* 共用标题 */
.title {
    padding: .3rem;
}

.title h3 {
    height: .32rem;
    line-height: .32rem;
    border-left: .12rem solid #0091ff;
    font-size: .34rem;
    color: #000;
    padding-left: .2rem;
    font-weight: 700;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.title .more {
    color: #666;
    font-size: .24rem;
}

/* 推荐 */
.recommend_game ul {
    flex-wrap: wrap;
}

.recommend_game li {
    width: 25%;
    text-align: center;
    margin-bottom: .4rem;
    text-align: center;
}

.recommend_game li:nth-child(n+4) {
    margin-bottom: .32rem;
}

.recommend_game li a {
    display: block;
}

.recommend_game li img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.recommend_game li p {
    color: #ababab;
    font-size: .2rem;
    overflow: hidden;
    white-space: nowrap;
}

.recommend_game li .name {
    width: 90%;
    height: .5rem;
    line-height: .5rem;
    color: #1f1f1f;
    font-size: .28rem;
    margin: auto;
}

.recommend_game li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: .16rem auto 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
}

/*资讯 */
.article_list {
    padding: 0 .3rem .15rem;
}

.article_list li {
    padding: .2rem 0;
    height: 1.45rem;
    border-bottom: 1px solid #e6e6e6;
}

.article_list li:last-child {
    border-bottom: 0;
}

.article_list li img {
    display: block;
    width: 2.15rem;
    height: 1.45rem;
    margin: 0 auto;
}

.article_list li .info {
    margin-left: .2rem;
    flex: 1;
}

.article_list li .info p {
    display: block;
    height: .8rem;
    overflow: hidden;
    font-size: .28rem;
    color: #1A1A1A;
}

.article_list li .info div {
    height: .4rem;
    margin-top: .25rem;
}

.article_list .type {
    display: inline-block;
    width: 1.1rem;
    height: .4rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: .24rem;
    color: #FFF;
    background: #b2deff
}

.article_list .info span.dj {
    background: #0077FF60
}

.article_list .info span.wl {
    background: #DB014C60;
}

.article_list .info span.wy {
    background: #28AB0060;
}

.article_list .info span.zj {
    background: #C000E160;
}

.article_list .info span.qt {
    background: #01B3CE60;
}

.article_list .info span.sj {
    background: #FF669960;
}

.article_list .time {
    display: inline-block;
    font-size: .24rem;
    color: #ababab;
    flex: 1;
    height: .4rem;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
}

.article_list .link_more {
    display: block;
    width: 6.9rem;
    height: .74rem;
    margin: .15rem auto;
    border-radius: .08rem;
    letter-spacing: .01rem;
    text-align: center;
    line-height: .74rem;
    font-size: .3rem;
    color: #5f5f5f;
    background-color: #eee;
}

/* phb */
.index_phb {
    padding: .3rem .3rem 0;
}

.index_phb .tab_menu {
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    color: #0079ff;
    font-size: .28rem;
    border: 1px solid #0091ff;
    border-radius: .08rem;
}

.index_phb .tab_menu span {
    flex: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #0091FF;
}

.index_phb .tab_menu span:last-child {
    border-right: none;
}

.index_phb .tab_menu span.current {
    color: #fff;
    background-color: #0091ff;
    font-weight: 500;
}

.index_phb ul li {
    padding: .22rem 0;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
}

.index_phb ul li img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
}

.index_phb ul li .flex_grow {
    width: 0%;
}

.index_phb ul li .info {
    margin: 0 .28rem 0 .18rem;
}

.index_phb ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .24rem;
}

.index_phb ul li .info .name {
    font-size: .32rem;
    color: #1f1f1f;
}

.index_phb ul li .info .num {
    color: #e6e6e6;
}

.index_phb ul li .info .num span {
    color: #ababab;
}

.index_phb ul li .info .txt {
    color: #666666;
}

.index_phb ul li i {
    display: block;
    width: .45rem;
    height: .58rem;
    background-position: -2.5rem -3.37rem;
    font-size: .24rem;
    color: #fff;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .12rem;
}

.index_phb ul li:nth-child(1) i {
    background-position: -2.5rem -2.71rem;
}

.index_phb ul li:nth-child(2) i {
    background-position: -3.04rem -2.71rem;
}

.index_phb ul li:nth-child(3) i {
    background-position: -3.58rem -2.71rem;
}

.index_phb ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}

.index_phb .more_link {
    display: block;
    height: 1.04rem;
    line-height: 1.04rem;
    text-align: center;
    font-size: .26rem;
    color: #999;
    letter-spacing: .02rem;
}

/* 必备应用 */
.must_application {
    padding: 0 .3rem;
}

.must_application ul {
    margin-top: -.06rem;
    padding-bottom: .15rem;
}

.must_application ul li {
    padding: .17rem 0;
    align-items: center;
}

.must_application ul li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}

.must_application ul li .flex_grow {
    width: 0%;
}

.must_application ul li .info {
    margin: 0 .28rem 0 .2rem;
}

.must_application ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
}

.must_application ul li .info .name {
    font-size: .3rem;
    color: #1f1f1f;
}

.must_application ul li .info .txt {
    color: #666666;
}

.must_application ul li .info .num {
    color: #e6e6e6;
}

.must_application ul li .info .num span {
    color: #ababab;
}

.must_application ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}

/* 推荐下载 */
.guide_application {
    padding: 0 .3rem;
}

.guide_application ul {
    margin-top: -.06rem;
    padding-bottom: .15rem;
}

.guide_application ul li {
    padding: .17rem 0;
    align-items: center;
}

.guide_application ul li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}

.guide_application ul li .flex_grow {
    width: 0%;
}

.guide_application ul li .info {
    margin: 0 .28rem 0 .2rem;
}

.guide_application ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
}

.guide_application ul li .info .name {
    font-size: .3rem;
    color: #1a1a1a;
    font-weight: 500;
}

.guide_application ul li .info .txt {
    color: #666666;
}

.guide_application ul li .info .num {
    color: #e6e6e6;
}

.guide_application ul li .info .num span {
    color: #ababab;
}

.guide_application ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}

/* 精选分类 */
.index_type {
    padding: 0 .3rem .3rem;
}

.index_type ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: .1rem;
}

.index_type ul li {
    margin-bottom: .2rem;
    width: 3.33rem;
    height: 1.36rem;
    border: 1px solid #e6e6e6;
    border-radius: .08rem;
    position: relative;
    overflow: hidden;
}

.index_type ul li a {
    display: block;
    height: 1rem;
    padding: .25rem 0 .11rem .25rem;
}

.index_type ul li p {
    color: #999;
    font-size: .2rem;
}

.index_type ul li p:first-child {
    font-size: .3rem;
    color: #000;
    margin-bottom: .1rem;
}

.index_type ul li img {
    display: block;
    height: 1.36rem;
    background-size: 1.46rem 8.16rem;
    position: absolute;
    right: 0;
    top: 0;
}

.index_type ul li:nth-child(1) i {
    background-position: 0 0;
}

.index_type ul li:nth-child(2) i {
    background-position: 0 -1.36rem;
}

.index_type ul li:nth-child(3) i {
    background-position: 0 -2.7rem;
}

.index_type ul li:nth-child(4) i {
    background-position: 0 -4.06rem;
}

.index_type ul li:nth-child(5) i {
    background-position: 0 -5.415rem;
}

.index_type ul li:nth-child(6) i {
    background-position: 0 -6.79rem;
}

.index_type .more_link2 {
    display: block;
    height: .74rem;
    line-height: .74rem;
    text-align: center;
    border-radius: .08rem;
    background: linear-gradient(to right, #0091ff, #66bdff);
    font-size: .3rem;
    color: #fff;
}

/* 热门标签 */
.index_tag ul {
    flex-wrap: wrap;
    padding: 0 .2rem;
}

.index_tag ul li {
    width: 16.6666%;
    margin-bottom: .3rem;
}

.index_tag ul li a {
    display: block;
    width: 1rem;
    height: .44rem;
    line-height: .44rem;
    text-align: center;
    background-color: #0091ff;
    color: #fff;
    font-size: .24rem;
    border-radius: .22rem;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

/* 热门攻略 */
.hot_strategy ul {
    padding: 0 .3rem 0.1rem;
    margin-top: -0.22rem
}

.hot_strategy li {
    height: 0.82rem;
    line-height: 0.82rem;
    border-bottom: 1px solid #e1e8f0;
}

.hot_strategy li:last-child {
    border-bottom: none;
}

.hot_strategy li i {
    display: inline-block;
    width: .1rem;
    height: .12rem;
    position: relative;
    margin-right: .1rem;
    background-position: 0 -.91rem;
    position: relative;
    top: .35rem;
}

.hot_strategy li a {
    width: 0%;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.28rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.hot_strategy li span {
    margin-left: .6rem;
    font-size: .24rem;
    color: #ababab;
}

/* 友链 */
.friend_link_list {
    overflow: hidden;
    padding: 0.12rem 0 .22rem;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
}

.friendlink {
    margin-left: -0.17rem;
    overflow: hidden;
    position: absolute;
    left: .3rem;
    top: 0rem;
}

.friendlink a {
    display: inline-block;
    padding: 0 0.17rem;
    font-size: 0.26rem;
    color: #454545;
    line-height: 0.5rem;
    position: relative;
}

.friendlink a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.08rem;
    width: 1px;
    height: 0.2rem;
}

.friendlink.on {
    height: 0.5rem;
    overflow: hidden;
}

/* 底部 */
footer ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
}

footer ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

footer ul li {
    display: inline-block;
    width: 20%;
    padding: .28rem 0;
    text-align: center;
}

footer ul li a {
    display: block;
    height: .28rem;
    line-height: .28rem;
    border-right: 1px solid #e7e7e7;
    color: #000;
    font-size: .3rem;
}

footer ul li:last-child a {
    border: none;
}

footer .cont {
    height: 2.05rem;
    font-size: 0;
    text-align: center;
    padding: .62rem 0 1.3rem;
}

footer .cont i {
    display: inline-block;
    width: 2.47rem;
    height: 1rem;
    background-position: -1.35rem -2.14rem;
    margin-bottom: .15rem;
}

footer .cont p {
    color: #a2a2a2;
    font-size: .24rem;
    line-height: .48rem;
}

.nav_bar {
    width: 100%;
    overflow: hidden;
}

/* 游戏详情页 */
header.green_bg {
    position: relative;
    background: #0091ff;
    color: #fff;
    font-size: .32rem;
}

header.green_bg a {
    color: #fff;
}

header.green_bg .jg {
    height: .9rem;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #0074cc;
    border-right-color: #4cb2ff;
    position: absolute;
    top: 0;
    left: 1.71rem;
}

header .logo2 {
    width: 1.78rem;
}

header .logo2 i {
    width: 1.18rem;
    height: .53rem;
    background-position: -2.28rem 0;
    margin: .06rem auto 0 auto;
}

header .txt {
    height: .4rem;
    line-height: .4rem;
    padding-left: .14rem;
    margin-top: .12rem;
}

header .txt span {
    width: 2.6rem;
    height: .4rem;
    overflow: hidden;
    white-space: nowrap;
}

header .search2 {
    padding: .07rem .2rem 0 0;
}

header .search2 i {
    width: .5rem;
    height: .5rem;
    background-position: -.64rem -3.13rem;
}

header .menu2 {
    padding: .07rem .2rem 0 0;
}

header .menu2 i {
    width: .5rem;
    height: .5rem;
    background-position: -1.21rem -3.13rem;
}

.classify {
    width: 100%;
}

.classifyhead {
    height: .67rem;
    line-height: .67rem;
}

.classifyhead i {
    display: block;
    width: .23rem;
    height: .29rem;
    background-position: -.27rem -.89rem;
    position: relative;
    top: .19rem;
    margin: 0 .15rem 0 .3rem;
}

.classifyhead .classifyadd {
    display: block;
    height: .67rem;
    line-height: .67rem;
    color: #333;
    font-size: .24rem;
}

.game-video {
    height: 4.5rem;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50%
}

.game-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    left: 0;
    top: 0
}

.game-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-video .cont {
    width: 7.5rem;
    height: 4.5rem;
}

.game-video .cont iframe {
    width: 7.5rem;
    height: 4.5rem;
}

.game-video .vback {
    display: none;
    width: 100%;
    height: 4.5rem;
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.game-video .vback .info {
    width: 2rem;
    flex-wrap: wrap;
    margin: .8rem auto .3rem auto;
}

.game-video .vback .info .img_box {
    width: 2rem;
    text-align: center;
    position: relative;
}

.game-video .vback .info img {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .3rem;
    margin: 0 auto;
}

.game-video .vback .info p {
    color: #fff;
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    margin: .1rem auto 0 auto;
    text-align: center;
}

.game-video .vback .info .replay {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: .2rem;
    border-radius: .3rem;
}

.game-video .vback .info .replay i {
    display: block;
    width: .68rem;
    height: .68rem;
    background-position: -3.85rem .02rem;
    margin: .44rem auto;
}

.game-video .vback .btn {
    display: block;
    width: 2.6rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background: #2596fc;
    border-radius: .8rem;
    font-size: .3rem;
    text-align: center;
    margin: 0 auto;
}

.game-video .vback .btn i {
    display: inline-block;
    width: .36rem;
    height: .36rem;
    border-radius: .38rem;
    margin-left: .1rem;
    background-position: -2.83rem -4.09rem;
    position: relative;
    top: .08rem;
}

.hide {
    display: none;
}

.game_detail {
    position: relative;
}

.game_detail .tit {
    font-size: .24rem;
    padding: .2rem .3rem;
    border-bottom: 1px solid #f5f5f5;
}

.game_detail .tit .type_btn {
    color: #0091ff;
    margin-right: .1rem;
}

.game_detail .tit .type_btn i {
    display: inline-block;
    width: .33rem;
    height: .24rem;
    margin-right: .04rem;
    background-position: -3.08rem -1.47rem;
}

.game_detail .tit .type_btn i.up {
    background-position: -3.45rem -1.47rem;
}

.game_detail .tit .name {
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}

.game_detail .type_box {
    width: 100%;
    background: rgba(249, 249, 249, 0.9);
    position: absolute;
    top: .77rem;
    left: 0;
    z-index: 3;
}

.game_detail .type_box ul {
    flex-wrap: wrap;
    padding: .2rem 0 0 0;
}

.game_detail .type_box ul li {
    width: 1.6rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: .06rem;
    margin: 0 0 .2rem .19rem;
    background: #f5f5f5;
    color: #585858;
    font-size: .24rem;
}

.game_detail .cont {
    padding: .12rem .3rem .24rem;
}

.game_detail .cont img {
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .28rem;
    margin-right: .2rem;
}

.game_detail .cont .info {
    width: 0%;
    height: 1.24rem;
    overflow: hidden;
}

.game_detail .cont h1 {
    height: .4rem;
    line-height: .4rem;
    font-size: .36rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.game_detail .cont .type {
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: .22rem;
    margin: .01rem 0 .06rem;
}

.game_detail .cont .type span em {
    color: #f67b29;
}

.game_detail .cont ul {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    margin-top: .04rem;
}

.game_detail .cont ul li {
    display: inline-block;
    padding: 0 .15rem;
    line-height: .28rem;
    color: #22ac38;
    font-size: .2rem;
    border: 1px solid #22ac38;
    border-radius: .16rem;
    margin-right: .12rem;
}

.game_detail .cont .grade {
    width: 1.4rem;
    max-height: 1.24rem;
    box-shadow: 0px 0px .1rem #ececec;
    text-align: center;
    overflow: hidden;
}

.game_detail .cont .grade span {
    display: block;
    color: #999;
    font-size: .18rem;
    margin-top: .02rem;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .grade strong {
    display: block;
    height: .44rem;
    line-height: .44rem;
    color: #454545;
    font-size: .44rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .grade p {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap
}

.game_detail .cont .grade p em {
    display: inline-block;
    line-height: .46rem;
    color: #454545;
    font-size: .18rem;
    font-weight: 500;
    margin: 0 .03rem;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .grade p .ico_l {
    display: inline-block;
    width: .16rem;
    height: .26rem;
    background-position: -.71rem -.93rem;
    position: relative;
    top: .05rem;
    vertical-align: top;
}

.game_detail .cont .grade p .ico_r {
    display: inline-block;
    width: .16rem;
    height: .26rem;
    background-position: -1.1rem -.93rem;
    position: relative;
    top: .05rem;
    vertical-align: top;
}

.game_detail .cont .no_grade p {
    line-height: .66rem;
    color: #454545;
    font-size: .24rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap
}

.game_detail .cont .btn {
    display: block;
    height: .76rem;
    line-height: .76rem;
    border-radius: .06rem;
    color: #fff;
    font-size: .32rem;
    margin-top: .24rem;
    text-align: center;
}

.game_detail .cont .btn {
    background: linear-gradient(to right, #ff5641, #ff7d2b);
}

.game_detail .cont .btn i {
    display: inline-block;
    width: .31rem;
    height: .31rem;
    background-position: -4.41rem 0rem;
    position: relative;
    top: .02rem;
    margin-right: .15rem;
    z-index: 2;
}

.game_detail .cont .btn.no {
    background: #b2b2b2;
}

.game_detail .cont .tip {
    font-size: .20rem;
    color: #f67b29;
    margin-top: .1rem;
}

.game_info {
    padding: .2rem .3rem 0;
}

.game_intro .grade {
    display: block;
    max-width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: .1rem;
    overflow: hidden;
    white-space: nowrap;
}

.game_intro .grade em {
    display: inline-block;
    max-width: 80%;
    margin: auto;
    line-height: .56rem;
    color: #1a1a1a;
    font-size: .32rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.game_intro .grade .ico_l {
    display: inline-block;
    width: .2rem;
    height: .17rem;
    background-position: 0 -1.29rem;
    position: relative;
    top: .1rem;
    vertical-align: top;
    margin-right: .2rem;
}

.game_intro .grade .ico_r {
    display: inline-block;
    width: .2rem;
    height: .17rem;
    background-position: -.92rem -1.29rem;
    position: relative;
    top: .1rem;
    vertical-align: top;
    margin-left: .2rem;
}

.game_intro .txt {
    display: block;
    max-height: 1.02rem;
    line-height: .52rem;
    color: #454545;
    font-size: .3rem;
    margin-bottom: .12rem;
    overflow: hidden;
}

.game_info .hidden_box {
    height: 5.88rem;
    overflow: hidden;
}

.game_info .auto_box {
    height: auto;
}

.game_info .cont {
    font-size: .28rem;
    line-height: .48rem;
    color: #454545;
}

.game_info .cont a {
    color: #0091ff;
    display: inline-block;
    border-bottom: 1px solid #0091ff;
    line-height: .4rem;
    text-indent: 0;
}

.game_info .cont p {
    margin-bottom: .2rem;
}

.game_info .cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto .1rem auto;
}

.game_info .cont br:last-child {
    display: none;
}

/* .game_info .cont h3{display: inline-block;position: relative;font-size:.32rem;color:#0091ff;line-height: .52rem;border-bottom:.03rem solid #0091ff ;font-weight:500;margin-bottom:.1rem;}
 */
.game_info .cont h3 {
    display: inline-block;
    position: relative;
    font-size: .32rem;
    color: #0091ff;
    line-height: .52rem;
    font-weight: 700;
    margin-bottom: .1rem;
}

/* .game_info .cont h3 i{display:inline-block;width:.28rem;height:.32rem;background-position:-3.1rem -1.74rem;position:relative;top:.04rem;margin-right:.05rem;} */
/* .game_info .cont h3:after{content:"";position: absolute;width:900%;bottom:-.04rem;left:0px;right:0px;border-bottom:1px solid #e6e6e6;-webkit-transform:scaleY(.5);-webkit-transform-origin:0 0;}
 */

.game_info .guarantee {
    font-size: .24rem;
    color: #999;
}

.game_info .guarantee .safety {
    height: .8rem;
    line-height: .8rem;
}

.game_info .guarantee .safety ul {
    flex: 1;
}

.game_info .guarantee .safety ul li {
    margin-right: .33rem;
}

.game_info .guarantee .safety ul li i {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    position: relative;
    top: .06rem;
    margin-right: .1rem;
}

.game_info .guarantee .safety ul li:nth-child(1) i {
    background-position: -3.37rem -1.74rem;
}

.game_info .guarantee .safety ul li:nth-child(2) i {
    background-position: -3.7rem -1.74rem;
}

.game_info .guarantee .safety ul li:nth-child(3) i {
    background-position: -4rem -1.74rem;
}

.game_info .guarantee .open_hidden {
    display: block;
    height: .4rem;
    line-height: .4rem;
    font-size: .26rem;
    padding: 0 0 0 .1rem;
    color: #0091ff;
    border-radius: .05rem;
    margin-top: .2rem;
}

.game_info .guarantee .open_hidden i {
    display: inline-block;
    width: .28rem;
    height: .15rem;
    position: relative;
    top: 0rem;
    margin-left: .1rem;
    background-position: -5.53rem 0;
}

.game_info .guarantee .open_hidden i.up {
    background-position: -5.02rem 0;
}

/* 介绍详情里图片放大的css */
.big_img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998;
}

.big_img .scroll_cont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 3;
}

.big_img img {
    width: 100%;
    margin: 0 auto;
}

.title_cont {
    color: #999;
}

/* 底部下载按钮 */
.pageBtn2 {
    width: 7.5rem;
    padding: .2rem 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 30;
    border-top: 1px solid #f1f1f1;
}

.pageBtn2 .btn {
    display: block;
    width: 6.9rem;
    height: .76rem;
    line-height: .76rem;
    border-radius: .1rem;
    color: #fff;
    font-size: .32rem;
    margin-top: .24rem;
    text-align: center;
    margin: 0 auto;
}

.pageBtn2 .btn {
    background: linear-gradient(to right, #ff5641, #ff7d2b);
}

.pageBtn2 .btn i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-position: -1.8rem -4.04rem;
    position: relative;
    top: .13rem;
    margin-right: .1rem;
    z-index: 2;
}

.pageBtn2 .btn.no {
    background: #bbb;
}

.game_information {
    position: relative;
    padding: 0 .3rem .2rem .3rem;
}

.game_information ul {
    flex-wrap: wrap;
    margin-top: -.1rem;
}

.game_information li {
    width: 50%;
    font-size: .28rem;
    color: #666;
    margin-top: .1rem;
}

.game_information li:nth-last-child(1) {
    width: 100%;
}

.game_information li:nth-last-child(2) {
    width: 100%;
}

.game_information li:nth-last-child(3) {
    width: 100%;
}

.game_information li .blue {
    color: #0091FF;
}

.game_information .tag {
    display: block;
    position: absolute;
    right: .3rem;
    top: -.65rem;
    color: #5ea8fa;
    font-size: .24rem;
}

.game_information .tag i {
    display: inline-block;
    width: .28rem;
    height: .3rem;
    background-position: -3.96rem -2.11rem;
    position: relative;
    top: .05rem;
}

/* 游戏截图 */
.screenshot_img_show {
    height: auto;
}

.screenshot_img_hide {
    padding: 0 .3rem;
}

.screenshot_img {
    padding: .1rem 0 .2rem;
}

.swiper-container1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-container1 .swiper-slide {
    max-width: 72%;
    margin-right: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container1 .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-container1 img {
    width: 100%;
    height: 100%;
    border-radius: .08rem;
    max-width: 5.6rem;
    max-height: 5.6rem;
}

.swiper-container1>.swiper-pagination {
    bottom: 0 !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-wrapper.hide {
    display: none;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 .05rem;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.pic-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 39;
}

.xzImgBig {
    overflow: hidden;
}

.xzImgBig .swiper-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
}

.xzImgBig .swiper-slide {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    overflow: hidden;
}

.xzImgBig .swiper-wrapper {
    padding-bottom: .3rem;
}

.xzImgBig .swiper-wrapper img {
    max-width: 92%;
}

/* 新品榜单 */
.news_game_phb {
    width: 100%;
    height: 4.06rem;
    overflow: hidden;
    background: #00c69e url('../img/phb_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.news_game_phb .tab_menu {
    position: relative;
    padding: .3rem .3rem .2rem .3rem;
}

.news_game_phb .tab_menu span {
    color: #d4f0ec;
    font-size: .28rem;
    border-bottom: .03rem solid transparent;
    padding-bottom: .05rem;
    margin-right: .4rem;
}

.news_game_phb .tab_menu .current {
    color: #fff;
    font-size: .3rem;
    border-bottom-color: #fff;
}

.news_game_phb .tab_menu .more {
    position: absolute;
    right: .3rem;
    color: #fff;
    font-size: .24rem;
    line-height: .48rem;
}

.news_game_phb .tab_menu .more i {
    display: inline-block;
    width: .09rem;
    height: .2rem;
    background-position: -2.38rem -1.13rem;
    position: relative;
}

.news_game_phb .tab_box {
    width: 100%;
}

.news_game_phb .sub_box {
    width: 100%;
    padding: .16rem 0 .3rem;
    overflow: hidden;
}

.news_game_phb .sub_box .swiper-slide {
    width: 1.6rem;
    height: 2.46rem;
    border-radius: .08rem;
    background: #fff;
    position: relative;
    padding-top: .22rem;
}

.news_game_phb .sub_box .swiper-slide:nth-child(1) {
    margin-left: .48rem;
}

.news_game_phb .sub_box .swiper-slide a {
    display: block;
}

.news_game_phb .sub_box .swiper-slide i {
    display: block;
    width: .45rem;
    height: .58rem;
    background-position: -2.5rem -3.37rem;
    font-size: .24rem;
    color: #fff;
    line-height: .45rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: -.1rem;
    left: -.2rem;
}

.news_game_phb .sub_box .swiper-slide .num1 {
    background-position: -2.5rem -2.71rem
}

.news_game_phb .sub_box .swiper-slide .num2 {
    background-position: -3.04rem -2.71rem
}

.news_game_phb .sub_box .swiper-slide .num3 {
    background-position: -3.58rem -2.71rem
}

.news_game_phb .sub_box .swiper-slide img {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.news_game_phb .sub_box .swiper-slide .name {
    width: 92%;
    height: .58rem;
    line-height: .58rem;
    font-size: .26rem;
    color: #333;
    margin: auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.news_game_phb .sub_box .swiper-slide .btn {
    display: block;
    width: 1rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    border: 1px solid #0091ff;
    color: #0091ff;
    font-size: .26rem;
    border-radius: .06rem;
    bottom: .38rem;
    left: 50%;
    margin-left: -0.5rem;
    margin: 0 auto;
    background: transparent;
}

.news_game_phb .sub_box .swiper-slide .btn.no {
    color: #ffa626;
    border-color: #ffa626;
    background: transparent;
}

.swiper-container2 {
    width: 100%;
    position: relative;
}

.swiper-container3 {
    width: 100%;
    position: relative;
}

/* 游戏标签 */
.game_tag {
    padding: 0 .3rem;
    text-align: center;
    font-size: 0;
    background-color: #fff;
}

.game_tag ul {
    flex-wrap: wrap;
    font-size: 0;
}

.game_tag li {
    display: inline-block;
    max-height: .56rem;
    line-height: .56rem;
    margin-bottom: .24rem;
    color: #fff;
    font-size: .24rem;
    background-color: #99dc9c;
    border-radius: .06rem;
    overflow: hidden;
    margin-right: .22rem;
}

.game_tag li a {
    padding: 0 .25rem;
    display: block;
    color: #fff;
    border-radius: .06rem;
}

/* 游戏信息 */
.game_detail_info {
    padding: 0 0 .3rem 0;
}

.game_detail_info .tab_menu {
    margin: 0 .3rem;
    border-bottom: 1px solid #ebebeb;
}

.game_detail_info .tab_menu span {
    width: 100%;
    padding-bottom: .23rem;
    border-bottom: .03rem solid transparent;
    color: #666;
}

.game_detail_info .tab_menu .current {
    border-bottom-color: #0091ff;
    color: #0091ff;
}

.game_detail_info .tab_menu span i {
    display: block;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .26rem;
    border-right: 1px solid #e3e3e3;
}

.game_detail_info .tab_menu span:last-child i {
    border-right: none;
}

.game_detail_info .sub_box {
    padding: .3rem .3rem 0;
}

.game_detail_info .sub_box h3 {
    font-size: .30rem;
    font-weight: 500;
    color: #1a1a1a;
}

.game_detail_info .sub_box .cont {
    max-height: 1.2rem;
    font-size: .24rem;
    line-height: .42rem;
    color: #666;
    margin: .1rem 0 .3rem;
    overflow: hidden;
}

.game_detail_info ul {
    flex-wrap: wrap;
}

.game_detail_info ul li {
    width: 25%;
    margin-bottom: .22rem;
}

.game_detail_info ul li a,
.game_detail_info ul li img {
    display: block;
}

.game_detail_info ul li img {
    width: 1.34rem;
    height: 1.34rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.game_detail_info ul li p {
    width: 92%;
    margin: auto;
    height: .58rem;
    line-height: .58rem;
    font-size: .26rem;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.game_detail_info .more_link3 {
    display: block;
    height: .74rem;
    line-height: .74rem;
    text-align: center;
    border-radius: .08rem;
    background: linear-gradient(to right, #0091ff, #66bdff);
    font-size: .3rem;
    color: #fff;
}

/* 相关游戏攻略 */
.game_detail_list ul {
    padding: 0 .3rem .06rem;
    margin-top: -.16rem;
}

.game_detail_list li {
    padding: .23rem 0;
    border-bottom: 1px solid #e1e1e1;
}

.game_detail_list li:last-child {
    border-bottom: none;
}

.game_detail_list li i {
    width: .62rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: .04rem;
    font-size: .24rem;
    color: #fff;
    margin-right: .2rem;
}

.game_detail_list li i.o {
    background: linear-gradient(to right, #ff7708, #f5ad26);
}

.game_detail_list li i.b {
    background: linear-gradient(to right, #3bb0ff, #54c9ff);
}

.game_detail_list li a {
    width: 0%;
    height: .32rem;
    line-height: .32rem;
    overflow: hidden;
    white-space: nowrap;
    font-size: .28rem;
}

/* 列表 */
.game_tags {
    padding: .3rem 0 0 .3rem;
}

.game_tags ul {
    flex-wrap: wrap;
}

.game_tags ul li {
    width: 1.6rem;
    height: .54rem;
    line-height: .54rem;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: .08rem;
    margin: 0 .13rem .3rem 0;
}

.game_tags ul li a {
    display: block;
    color: #666;
    font-size: .22rem;
}

.game_tags ul li.current {
    border-color: #0091ff;
    background: #0091ff;
}

.game_tags ul li.current a {
    color: #fff;
}

.game_tags ul li.game_classify {
    display: block;
    background-color: #fff;
}

.game_tags ul li.game_classify a {
    color: #666;
}

.game_tags ul li.game_classify i {
    display: inline-block;
    width: .2rem;
    height: .12rem;
    background-position: -.33rem -2.4rem;
    position: relative;
    margin-right: .08rem;
}

.game_tags ul li.game_classify i.up {
    background-position: -.33rem -2.55rem;
}

.list_title {
    padding: 0 .3rem .2rem .3rem;
}

.list_title ul {
    border-bottom: .04rem solid #f4f4f4;
}

.list_title ul li {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    border-bottom: .04rem solid transparent;
    padding: .2rem 0;
    position: relative;
    top: .04rem;
}

.list_title ul li a {
    font-size: .3rem;
    color: #777;
}

.list_title ul li i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    position: relative;
    top: .1rem;
    margin-right: .1rem;
}

.list_title ul li:nth-child(1) i {
    background-position: .04rem -4.32rem;
}

.list_title ul li.current:nth-child(1) i {
    background-position: .04rem -3.9rem;
}

.list_title ul li:nth-child(2) i {
    background-position: -.46rem -4.32rem;
}

.list_title ul li.current:nth-child(2) i {
    background-position: -.46rem -3.9rem;
}

.list_title ul li:nth-child(3) i {
    background-position: -.96rem -4.32rem;
}

.list_title ul li.current:nth-child(3) i {
    background-position: -.96rem -3.9rem;
}

.list_title ul li span {
    display: block;
    width: 0;
    height: 0;
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.05rem;
}

.list_title ul li.current {
    border-bottom-color: #0091ff;
}

.list_title ul li.current a {
    color: #0091ff;
}

.list_title ul li.current span {
    border-bottom-color: #0091ff;
}

.list_titles {
    padding: .26rem .3rem .2rem .3rem;
}

.list_titles ul li {
    width: 100%;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    border: 1px solid #3198fc;
}

.list_titles ul li:nth-child(1) {
    border-bottom-left-radius: 0.08rem;
    border-top-left-radius: 0.08rem;
    ;
}

.list_titles ul li:nth-child(2) {
    border-bottom-right-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
}

.list_titles ul li a {
    font-size: .28rem;
    color: #3198fc;
    display: block;
}

.list_titles ul li.current {
    background-color: #3198fc;
}

.list_titles ul li.current a {
    color: #fff;
}

/* 下载列表 */
.game_list {
    padding: 0 .3rem;
}

.game_list ul {
    margin-top: -.06rem;
}

.game_list ul li {
    padding: .17rem 0;
    align-items: center;
    border-bottom: 1px solid #ededed;
}

.game_list ul li img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .26rem;
}

.game_list ul li .flex_grow {
    width: 0%;
}

.game_list ul li .info {
    margin: 0 .28rem 0 .2rem;
}

.game_list ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
    color: #999;
    margin-top: .05rem;
}

.game_list ul li .info h4 {
    font-size: .3rem;
    color: #1a1a1a;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
}

.game_list ul li .info .tags {
    font-size: 0;
}

.game_list ul li .info .tags span {
    display: inline-block;
    border: 1px solid #dfdfdf;
    height: .28rem;
    line-height: .28rem;
    font-size: .16rem;
    color: #999;
    border-radius: .06rem;
    padding: .01rem .12rem;
    margin-right: .15rem;
}

.game_list ul li .info .num {
    color: #e6e6e6;
    font-size: .22rem;
}

.game_list ul li .info .num span {
    color: #999;
}

.game_list ul li .info .txt {
    color: #666;
}

.game_list ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}

.game_list ul li h4 em {
    width: .32rem;
    height: .32rem;
    background: #0091ff;
    line-height: .32rem;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-top: .04rem;
}

.game_list ul li h4 em.top {
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    background: #fff;
    border: 1px solid #0091ff;
    color: #0091ff;
}

/* 翻页 */
.pageWrap {
    padding: .3rem 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.pageWrap a,
.pageWrap span {
    width: .58rem;
    height: .58rem;
    line-height: .58rem;
    text-align: center;
    font-size: .22rem;
    color: #454545;
    border-radius: .06rem;
    background-color: #e7ebee;
}

.pageWrap .current {
    color: #fff;
    font-size: .22rem;
    background: #0091ff;
}

.pageWrap .disabled {
    background: #ececec;
    color: #b1b1b1;
}

.pageWrap .ico_l {
    width: .18rem;
    height: .3rem;
    background-position: -1.6rem -1.08rem;
    position: relative;
    top: .12rem;
    left: .2rem;
}

.pageWrap .ico_r {
    width: .18rem;
    height: .3rem;
    background-position: -1.97rem -1.08rem;
    position: relative;
    top: .12rem;
    left: .2rem;
}

.pageWrap a:first-child,
.pageWrap a:last-child {
    width: 1rem;
}

/* 专题列表 */
.topic_list {
    padding: .2rem .3rem 0;
}

.topic_list .menu {
    border: 1px solid #0091ff;
    border-radius: .14rem;
    margin-bottom: .2rem;
}

.topic_list .menu a {
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    color: #0091ff;
    text-align: center;
    border: 1px solid #fff;
    font-size: .28rem;
}

.topic_list .menu a.current {
    background: #0091ff;
    color: #fff;
}

.topic_list .menu a:nth-child(1) {
    border-radius: .14rem 0 0 .14rem;
}

.topic_list .menu a:nth-child(2) {
    border-radius: 0 .14rem .14rem 0;
}

.topic_list ul {
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.topic_list ul li {
    width: 3.33rem;
    border: 1px solid #dedede;
    margin-bottom: .2rem;
    box-shadow: 0px 2px 2px #ededed;
}

.topic_list ul li a {
    display: block;
    width: 100%;
}

.topic_list ul li img {
    display: block;
    width: 3.33rem;
    height: 1.88rem;
}

.topic_list ul li .info {
    padding: 0 .2rem;
}

.topic_list ul li .info p {
    width: 50%;
    font-size: .24rem;
    color: #333;
    line-height: .5rem;
}

.topic_list ul li .info p:last-child {
    text-align: right;
    color: #999;
    font-size: .22rem;
}

.topic_list .pageWrap {
    padding-top: .1rem;
}

/* 专题详情 */
.topic_cont {
    padding: .2rem .3rem
}

.topic_cont img {
    display: block;
    width: 100%;
    height: 3.46rem;
    margin-bottom: .16rem;
}

.topic_cont .hidden_box2 {
    height: 1.7rem;
    overflow: hidden;
    position: relative;
}

.topic_cont .auto_box2 {
    height: auto;
}

.topic_cont p {
    font-size: .28rem;
    margin-bottom: .28rem;
    color: #454545;
    line-height: .42rem;
}

.topic_cont .open_hidden2 {
    width: 3rem;
    color: #0091ff;
    text-align: right;
    font-size: .28rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.topic_cont .open_hidden2 i {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .1rem;
    position: relative;
    top: .04rem;
    border-top: .1rem solid #0091ff;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
}

.topic_cont .open_hidden2 i.up {
    border-top-color: transparent;
    border-bottom-color: #0091ff;
    top: -.04rem;
}

/* 新闻列表 */
.news_list {
    padding: 0 .3rem;
}

.news_list li {
    padding: .2rem 0;
    border-bottom: 1px solid #e3e3e3;
}

.news_list li:last-child {
    border-bottom: none;
}

.news_list img {
    width: 1.84rem;
    height: 1.3rem;
    margin-right: .2rem;
}

.news_list .info p:nth-child(1) {
    width: 4.86rem;
    height: .96rem;
    font-size: .32rem;
    color: #454545;
    overflow: hidden;
}

.news_list .info p:nth-child(2) {
    font-size: .24rem;
    color: #ababab;
}

.news_list .pageWrap {
    padding-top: .1rem;
}

/* 新闻详情 */
.news_detail {
    padding: .2rem .3rem;
}

.news_detail h1 {
    font-size: .38rem;
    color: #000;
    font-weight: 700;
}

.news_detail .tips {
    font-size: .24rem;
    color: #666;
    padding: .36rem 0 .22rem 0;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    white-space: nowrap;
}

.news_detail .tips span {
    margin-right: .2rem;
}

.news_detail .cont {
    padding-top: .2rem;
    font-size: .3rem;
    line-height: .52rem;
    overflow: hidden;
}

.news_detail .cont a {
    color: #0091ff;
    display: inline-block;
    border-bottom: 1px solid #0091ff;
    line-height: .4rem;
    text-indent: 0;
}

.news_detail .cont p {
    margin-bottom: .2rem;
}

.news_detail .cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto .1rem auto;
}

.news_detail .cont h3 {
    display: block;
    font-size: .3rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

.detail_like {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin-bottom: .4rem;
}

.detail_like .like,
.detail_like .unlike,
.detail_like .share {
    text-align: center;
    color: #a6a6a6;
    font-size: .2rem;
}

.detail_like div i {
    display: block;
    width: .7rem;
    height: .5rem;
    border-radius: 100%;
    background-color: #f7f7f7;
    padding-top: .2rem;
    margin: 0 auto .15rem auto;
}

.detail_like div.current i {
    background: #0091ff;
}

.detail_like div i span {
    display: block;
    width: .3rem;
    height: .3rem;
    margin: 0 auto;
}

.detail_like .like i span {
    background-position: -3.22rem -3.35rem;
}

.detail_like .like.current i span {
    background-position: -3.22rem -3.68rem;
}

.detail_like .unlike i span {
    background-position: -3.68rem -3.35rem;
}

.detail_like .unlike.current i span {
    background-position: -3.68rem -3.68rem;
}

.detail_like .share i span {
    background-position: -3.68rem -4.02rem;
}

.detail_ad_box {
    padding: .3rem 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    overflow-x: scroll;
}

.detail_ad_box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.detail_ad_box h3 {
    display: block;
    font-size: .28rem;
    color: #000;
    font-weight: 700;
}

.detail_ad_box h3 i {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background-position: -2.4rem -4.11rem;
    position: relative;
    top: .04rem;
    margin-right: .1rem;
}

.detail_ad_box .big {
    display: block;
    width: 100%;
    height: 3.1rem;
    border-radius: .1rem;
    margin: .25rem 0 .15rem 0;
}

.detail_ad_box .vback {
    display: none;
    width: 100%;
    height: 3.1rem;
    border-radius: .1rem;
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.detail_ad_box .vback em {
    display: block;
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    color: #fff;
    background: #2596fc;
    border-radius: .3rem;
    font-size: .24rem;
    text-align: center;
    margin: 1.3rem 2.4rem;
}

.detail_ad_box .vback i {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    border-radius: .38rem;
    background: #fff;
    color: #2596fc;
    margin-left: .1rem;
}

.detail_ad_box .flex {
    align-items: center;
}

.detail_ad_box .small {
    width: .92rem;
    height: .92rem;
    border-radius: .16rem;
    margin-right: .2rem;
}

.detail_ad_box .flex_grow p:nth-child(1) {
    line-height: .6rem;
    font-size: .3rem;
    color: #000;
}

.detail_ad_box .flex_grow p:nth-child(2) {
    font-size: .22rem;
    color: #666;
}

.detail_ad_box .btn {
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    text-align: center;
    color: #fff;
    border-radius: .04rem;
    font-size: .3rem;
    border-radius: .08rem;
}

.gameDetailDown {
    margin: .2rem 0 0;
    padding: .25rem;
    background-color: #f5f5f5;
    border-radius: .2rem;
}

.gameDetailDown .gameInfo {
    justify-content: space-between;
    align-items: center
}

.gameDetailDown .gameInfo .info {
    max-width: 3.4rem;
    flex: 1;
}

.gameDetailDown .gameInfo img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .2rem;
    margin-right: .2rem;
    flex-shrink: 0;
}

.gameDetailDown .gameInfo .tit {
    font-size: .36rem;
    margin-top: .02rem;
    white-space: nowrap;
    overflow: hidden;
}

.gameDetailDown .gameInfo .txt {
    font-size: .2rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
}

/* .gameDetailDown .gameInfo .txt i{display:inline-block;width:.22rem;height:.22rem;position:relative;top:.02rem;margin-right:.05rem;background-position:-1.4rem -3.33rem; } */
.gameDetailDown .btnBox {
    margin-top: .2rem;
}

.gameDetailDown .btnBox a,
.gameDetailDown .btnBox .btnAppo {
    width: 100%;
    height: .72rem;
    line-height: .72rem;
    text-align: center;
    border-radius: .1rem;
    font-size: .26rem;
}

.gameDetailDown .btnBox i {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    position: relative;
    top: .08rem;
    margin-right: .1rem;
    background-position: -2.86rem -4.13rem;
}

.gameDetailDown .btnBox a:nth-child(2) {
    margin-left: .2rem;
}

.gameDetailDown .btnBox div:nth-child(2) {
    margin-left: .2rem;
}

.gameDetailDown .btnBox span {
    font-size: .3rem;
    color: #fff;
}

.gameDetailDown .btnBox .btnIos {
    background: linear-gradient(to right, #3bb0ff, #54c8ff);
}

.gameDetailDown .btnBox .btnAnd {
    background: linear-gradient(to right, #3bb0ff, #54c8ff);
}

.gameDetailDown .btnBox .btnAppo {
    background: linear-gradient(to right, #ffa626, #f9c780);
}

.gameDetailDown a .btn {
    display: block;
    width: 1.2rem;
    height: .46rem;
    line-height: .46rem;
    text-align: center;
    margin: 0 auto;
    border-radius: .23rem;
    color: #0091ff;
    font-size: .26rem;
    border: 1px solid #0091ff;
    background: #f5f5f5;
    letter-spacing: .02rem;
}

.gameDetailDown a .btn i {
    display: inline-block;
    width: .24rem;
    height: .26rem;
    position: relative;
    top: .02rem;
    margin-right: .03rem;
    background-position: -1.4rem -3.72rem;
}

.news_list2 {
    padding-bottom: 0;
}

.news_list2 li:first-child {
    padding-top: 0;
}

/* 分享 */
.share_wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}

.share_wrap .share_tit {
    height: .8rem;
    line-height: .8rem;
    background: #0091ff;
    color: #fff;
    position: relative;
    padding: 0 .1rem;
    font-size: .28rem;
}

.share_wrap .share_tit .close {
    display: block;
    width: .4rem;
    text-align: right;
    position: absolute;
    right: .1rem;
    top: 0;
    font-size: .4rem;
}

.share_wrap .bdsharebuttonbox {
    height: 1.5rem;
}

.share_wrap .bdsharebuttonbox a {
    display: block;
    width: 25%;
    margin: .4rem 0 0 0;
    text-align: center;
    background-position-x: center;
}

.bdshare-button-style1-32 a {
    background-image: url('../img/icons_1_32.png') !important;
}

.share_wrap_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66000000', endColorstr='#66000000');
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
}

:root .share_wrap_bg {
    -webkit-filter: none;
    filter: none;
}

/*for IE9*/
/* 排行榜列表 */
.blue_bg {
    position: relative;
    background: #3198fc;
    color: #fff;
    font-size: .32rem;
}

.search3 {
    position: relative;
    width: 2.85rem;
    height: .64rem;
    margin-right: .2rem;
    background: #fff;
    border-radius: .32rem;
}

.search3 i {
    width: .41rem;
    height: .41rem;
    background-position: -2.87rem -1.02rem;
    position: absolute;
    top: .12rem;
    right: .32rem;
}

.nav {
    background-color: #3198fc;
}

.nav li a {
    display: block;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    font-size: .32rem;
    border-right: 0;
}

.nav li.current a {
    color: #fff;
}

.ranking_list {
    width: 100%;
    margin: auto;
}

.ranking_nav {
    position: relative;
    background-color: #fff;
    justify-content: space-between;
}

.ranking_nav ul {
    flex: 1;
    -webkit-flex: 1;
}

.ranking_nav ul li {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
}

.ranking_nav ul li a {
    font-size: .28rem;
    color: #454545;
    display: block;
}

.ranking_nav ul li.current a {
    color: #3198fc;
}

.type_btn {
    width: 2.1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .28rem;
    color: #1a1a1a;
    text-align: center;
}

.type_btn.current {
    color: #838383;
}

.type_btn i {
    display: inline-block;
    width: .16rem;
    height: .14rem;
    background-position: -1.53rem -1.8rem;
    position: relative;
    margin-left: .1rem;
}

.type_btn i.up {
    background-position: -1.22rem -1.80rem;
}

.type_box {
    width: 7.1rem;
    padding: 0 .2rem .1rem;
    background-color: #fff;
    position: absolute;
    top: .77rem;
    left: 0;
    z-index: 3;
    border-top: 1px dashed #d9d9d9;
    overflow: hidden;
    box-shadow: 0px .06rem .1rem #e5e5e5
}

.type_box div {
    border-bottom: 1px solid #d9d9d9;
}

.type_box div h3 {
    height: .69rem;
    line-height: .69rem;
    color: #454545;
    font-size: .26rem;
    overflow: hidden;
    white-space: nowrap;
}

.type_box .phone h3 i {
    display: inline-block;
    width: .26rem;
    height: .25rem;
    background-position: -2.54rem -1.71rem;
    position: relative;
    margin-right: .1rem;
}

.type_box .net h3 i {
    display: inline-block;
    width: .26rem;
    height: .25rem;
    background-position: -3.21rem -1.71rem;
    position: relative;
    margin-right: .1rem;
}

.type_box .web h3 i {
    display: inline-block;
    width: .26rem;
    height: .21rem;
    background-position: -3.8rem -1.71rem;
    position: relative;
    margin-right: .1rem;
}

.type_box .stand_alone h3 i {
    display: inline-block;
    width: .26rem;
    height: .22rem;
    background-position: -4.46rem -1.71rem;
    position: relative;
    margin-right: .1rem;
}

.type_box div:last-child {
    border-bottom: none;
}

.type_box ul {
    flex-wrap: wrap;
}

.type_box ul li {
    width: 1.61rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    border-radius: .03rem;
    background-color: #f0f0f0;
    margin: 0 .22rem .22rem 0;
    overflow: hidden;
}

.type_box ul li:nth-child(4n+4) {
    margin-right: 0;
}

.type_box ul li a {
    display: block;
    color: #8c8c8c;
    font-size: .24rem;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    margin: auto;
}

.type_box ul li.current a {
    color: #3198fc;
}

.ranking_list .sort {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 2.15rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.ranking_list .sort img {
    width: 100%;
    height: 2.12rem;
    vertical-align: top;
    display: block;
}

.ranking_list .sort label {
    position: absolute;
    width: 100%;
    margin-top: -.2rem;
    justify-content: center;
    align-items: center;
}

.ranking_list .sort span {
    display: block;
    width: .24rem;
    height: .05rem;
    background-color: #fff;
    margin: 0 .22rem
}

.ranking_list .sort h2 {
    font-size: .48rem;
    color: #fff;
    margin: 0 .23rem;
    letter-spacing: .02rem
}

.ranking_list .sort .ico_l {
    width: .15rem;
    height: .14rem;
    background-position: -.85rem -1.8rem;
    position: relative;
}

.ranking_list .sort .ico_r {
    width: .15rem;
    height: .14rem;
    background-position: -.85rem -1.8rem;
    position: relative;
}

.ranking_list .sort div {
    position: absolute;
    z-index: 1;
    bottom: -0.04rem;
    width: 2.82rem;
    height: .4rem;
    background-color: #fff;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
}

.top_three {
    background-color: #fff;
}

.top_three li {
    position: relative;
    text-align: center;
    margin-bottom: .3rem;
    text-align: center;
}

.top_three li a {
    display: block;
}

.top_three li img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.top_three li p {
    color: #ababab;
    font-size: .22rem;
    line-height: .42rem;
    width: 90%;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
}

.top_three li .name {
    height: .6rem;
    line-height: .6rem;
    color: #454545;
    font-size: .3rem;
}

.top_three ul li .grade {
    color: #e6e6e6;
    line-height: .42rem;
}

.top_three ul li .grade span {
    color: #ababab;
}

.top_three ul li .grade em {
    color: #ffa709;
    font-size: .24rem;
}

.top_three ul li .grade i {
    display: inline-block;
    width: .2rem;
    height: .26rem;
    background-position: -1.94rem -1.7rem;
    position: relative;
    top: .04rem;
    margin-right: .1rem;
}

.top_three li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: .16rem auto 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
}

.top_three li:nth-child(2) img {
    width: 1.4rem;
    height: 1.4rem;
}

.top_three li:nth-child(2) .btn {
    margin-top: .35rem;
}

.top_three li:nth-child(2) {
    padding-top: .1rem;
    width: 35%;
}

.top_three li:nth-child(1),
.top_three li:nth-child(3) {
    padding-top: .45rem;
    width: 32.5%;
}

.top_three li .num1 {
    width: .5rem;
    height: .56rem;
    background-position: -3.55rem -.9rem;
    position: absolute;
    z-index: 2;
    top: -.66rem;
    left: 50%;
    margin-left: -.25rem;
}

.top_three li .num2 {
    width: .5rem;
    height: .56rem;
    background-position: -4.39rem -.9rem;
    position: absolute;
    z-index: 2;
    top: -.3rem;
    left: 50%;
    margin-left: -.25rem;
}

.top_three li .num3 {
    width: .5rem;
    height: .56rem;
    background-position: -5.23rem -.9rem;
    position: absolute;
    z-index: 2;
    top: -.3rem;
    left: 50%;
    margin-left: -.25rem;
}

.three_behind {
    background-color: #fff;
    padding: 0 .2rem .3rem;
}

.three_behind ul li {
    padding-top: .3rem;
    align-items: center;
}

.three_behind ul li img {
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    border-radius: .18rem;
}

.three_behind ul li .flex_grow {
    width: 0%;
}

.three_behind ul li .info {
    margin: 0 .28rem 0 .18rem;
}

.three_behind ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
}

.three_behind ul li .info .name {
    font-size: .3rem;
    color: #454545;
    font-weight: 500;
    line-height: .48rem;
}

.three_behind ul li .info .grade {
    color: #e6e6e6;
    line-height: .32rem;
}

.three_behind ul li .info .grade span {
    color: #ababab;
}

.three_behind ul li .info .grade em {
    color: #ffa709;
    font-size: .24rem;
}

.three_behind ul li .info .grade i {
    display: inline-block;
    width: .2rem;
    height: .26rem;
    background-position: -1.94rem -1.7rem;
    position: relative;
    top: .04rem;
    margin-right: .1rem;
}

.three_behind ul li .info .txt {
    color: #919191;
    line-height: .36rem;
}

.three_behind ul li .num {
    display: block;
    width: .36rem;
    height: .58rem;
    font-weight: 700;
    font-size: .32rem;
    color: #cecece;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .2rem;
}

.three_behind ul li .btn {
    display: block;
    width: 1.02rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
}


/* 搜索页 */
header .back {
    padding: .07rem 0 0 .2rem;
}

header .back i {
    width: .5rem;
    height: .5rem;
    background-position: 0 -3.13rem;
}

header .search_txt {
    margin: 0 .2rem;
    background: #d1e9fb;
    border-radius: .34rem;
}

header .search_txt .text {
    height: .34rem;
    border: none;
    background: none;
    color: #0091ff;
    font-size: .24rem;
    padding: 0 .2rem;
    margin-top: .14rem;
}

header .search_txt .close_txt {
    width: .64rem;
    height: .64rem;
    margin-right: .3rem;
}

header .search_txt .close_txt i {
    width: .46rem;
    height: .46rem;
    background-position: -2.83rem -4.63rem;
    margin: .08rem auto;
}

.search_wrap {
    padding: .3rem;
}

.search_wrap .tit {
    height: .4rem;
    line-height: .4rem;
}

.search_wrap .tit h3 {
    font-size: .3rem;
    color: #262626;
}

.search_wrap .tit .more {
    font-size: .22rem;
    color: #b2b2b2;
}

.search_wrap .tit .green_m {
    color: #0091ff;
}

.search_wrap .tits {
    width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #84e6ff;
    border-radius: .12rem;
    text-align: center;
    margin: auto;
}

.search_wrap .tits a {
    display: block;
    font-size: .28rem;
    color: #262626;
}

.search_wrap .tits a i {
    display: inline-block;
    width: .22rem;
    height: .3rem;
    background-position: -.72rem -2.4rem;
    position: relative;
    top: .02rem;
    margin-right: .02rem;
}

.near_fridends {
    height: .36rem;
    line-height: .36rem;
    font-size: .26rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .3rem;
    margin-top: .06rem;
}

.near_fridends a {
    font-size: .28rem;
    color: #4c4c4c;
    margin-right: .3rem;
}

.search_wrap .img_list {
    flex-wrap: wrap;
}

.search_wrap .img_list li {
    width: 1.22rem;
    margin-right: .2rem;
    margin-top: .25rem;
}

.search_wrap .img_list li:last-child {
    margin-right: 0;
}

.search_wrap .img_list li a {
    display: block;
}

.search_wrap .img_list li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.search_wrap .img_list li p {
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .24rem;
    text-align: center;
}

.search_wrap .img_list li .name {
    color: #333;
    margin: .1rem 0;
}

.search_wrap .img_list li .size {
    color: #999;
}

.search_wrap .txt_list {
    flex-wrap: wrap;
}

.search_wrap .txt_list li {
    width: 1.6rem;
    background: #f2f2f2;
    border-radius: .27rem;
    margin: .26rem .14rem 0 0;
}

.search_wrap .txt_list li a {
    display: block;
    padding: 0 .15rem;
    height: .54rem;
    line-height: .54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .26rem;
    text-align: center;
    color: #4c4c4c;
}

.search_wrap .txt_list li:nth-child(4n+4) {
    margin-right: 0;
}

.green_line {
    width: 100%;
    height: 0;
    border-top: 1px dashed #0091ff;
    margin: .3rem 0;
}

.green_line2 {
    margin: .3rem 0 0 0;
}

.want_to_play {
    height: .6rem;
    overflow: hidden;
    margin-top: .2rem;
    flex-wrap: wrap;
}

.want_to_play dt {
    width: .7rem;
    height: .6rem;
}

.want_to_play dt.i_tx {
    background-position: -2.83rem -5.36rem;
}

.want_to_play dt.i_wy {
    background-position: -3.53rem -5.36rem;
}

.want_to_play dt.i_37 {
    background-position: -4.3rem -5.36rem;
}

.want_to_play dd {
    width: 6rem;
    flex-wrap: wrap;
}

.want_to_play dd a {
    height: .48rem;
    line-height: .48rem;
    padding: 0 .15rem;
    border-radius: .1rem;
    background: #f2f2f2;
    color: #4c4c4c;
    font-size: .24rem;
    margin-left: .2rem;
    position: relative;
    margin-top: .07rem;
}

.want_to_play dd a i {
    display: block;
    width: .24rem;
    height: .24rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    position: absolute;
    right: -.1rem;
    top: -.05rem;
}

.want_to_play dd a i.hot {
    background: #f12828;
}

.want_to_play dd a i.new {
    background: #53d37e;
}

.search_list_wrap_div {
    position: fixed;
    width: 6.9rem;
    top: .9rem;
    bottom: 0;
    overflow-y: scroll;
}

.search_list_wrap_div {
    padding: 0 .3rem;
}

.search_list_wrap li img {
    width: 1rem;
    height: 1rem;
    border-radius: .24rem;
    margin: .2rem .2rem 0 0;
}

.search_list_wrap li .info {
    border-bottom: 1px solid #e0e0e0;
    padding: .3rem 0 .35rem 0;
}

.search_list_wrap li .info .name {
    font-size: .28rem;
    color: #333;
}

.search_list_wrap li .info .tips {
    font-size: .22rem;
    color: #999;
}

.search_list_wrap li .info i {
    width: .4rem;
    height: .4rem;
    background-position: -3.47rem -4.68rem;
    margin-top: .18rem;
}

.search_list_wrap li .hot {
    color: #0091ff;
}

.search_wrap2 {
    padding-top: .1rem;
}

.search_wrap2 .search_list_wrap2 li:last-child .info {
    border-bottom: none;
}

.search_wrap2 .search_list_wrap li img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .3rem;
}

.search_wrap2 .search_list_wrap li {
    position: relative;
}

.search_wrap2 .search_list_wrap li .info .name {
    font-size: .32rem;
}

.search_wrap2 .search_list_wrap li .info .txt {
    width: 4rem;
    font-size: .22rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_wrap2 .search_list_wrap li .btn {
    display: block;
    width: 1.2rem;
    height: .52rem;
    line-height: .52rem;
    background: #fff;
    text-align: center;
    border: 1px solid #0091ff;
    color: #0091ff;
    border-radius: .1rem;
    position: absolute;
    right: 0;
    top: .6rem;
}

.search_wrap2 .search_list_wrap li .btn.no {
    border-color: #ffc600;
    color: #ffc600;
    background: none !important;
}

.over_game {
    font-size: .24rem;
    color: #333;
    margin-top: .3rem;
}

.over_game i {
    width: .4rem;
    height: .4rem;
    background-position: -3.98rem -4.7rem;
    margin-right: .1rem;
}

.over_game .hot {
    color: #0091ff;
}

.swiper_hidden_box {
    overflow: hidden;
    position: relative;
    width: 7.5rem;
    left: -.3rem;
}

.today_play {
    white-space: nowrap;
}

.today_play li {
    display: inline-block;
    width: 6.7rem;
}

.today_play a {
    display: block;
}

.today_play .txt {
    font-size: .22rem;
    color: #b2b2b2;
    text-align: left;
    margin-top: .15rem;
}

.today_play .big {
    display: block;
    width: 6.7rem;
    height: 3.8rem;
    border-radius: .2rem;
    margin: .2rem 0;
}

.today_play .info a {
    margin-right: .2rem;
    font-size: .3rem;
    font-weight: 700;
    color: #0091ff;
}

.today_play .info a:last-child {
    width: .5rem;
    line-height: .8rem;
    margin-right: 0;
}

.today_play .info img {
    width: 1.04rem;
    height: 1.04rem;
    border-radius: .24rem;
}

header .search,
.search_txt {
    position: relative;
}

.search_ul {
    height: .3rem;
    position: absolute;
    top: .18rem;
    left: .8rem;
    overflow: hidden;
}

.search_ul li {
    width: 3.5rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .24rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ph_nav ul {
    flex-wrap: wrap;
}

.ph_nav ul li {
    width: 2.22rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    margin: 0 0 .2rem .2rem;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
}

.ph_nav ul li.current {
    background: #0091ff;
}

.ph_nav ul li.current a {
    color: #fff;
}

.ph_nav ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.phb_list_wrap ul {
    padding: 0 .2rem .2rem .2rem;
}

.phb_list_wrap li {
    border-bottom: 1px solid #ddd;
    padding: .2rem 0;
}

.phb_list_wrap li .flex_grow {
    width: 0%;
}

.phb_list_wrap li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 17.5%;
}

.phb_list_wrap li .info {
    margin: 0 .2rem;
    color: #999;
}

.phb_list_wrap li .name {
    margin: .05rem 0;
}

.phb_list_wrap li .name em {
    width: .32rem;
    height: .32rem;
    background: #0091ff;
    line-height: .32rem;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-top: .04rem;
}

.phb_list_wrap li .name em.top {
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    background: #fff;
    border: 1px solid #0091ff;
    color: #0091ff;
}

.phb_list_wrap li .name span {
    max-width: 3rem;
    height: .4rem;
    line-height: .4rem;
    margin: 0 .15rem;
    font-size: .3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phb_list_wrap li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phb_list_wrap li p em {
    color: #f60;
}

.phb_list_wrap li p span {
    padding: 0 .1rem;
    border: 1px solid #e0e0e0;
    border-radius: .06rem;
    margin-right: .15rem;
    font-size: .2rem;
    color: #999;
}

.phb_list_wrap li .btn {
    width: 1.2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #0091ff;
    color: #fff;
    border-radius: .05rem;
    margin-top: .3rem;
}

/* 热门游戏 */
.hot_game {
    background: #fff url("http://image.diyiyou.com/m/img/hot_game_bg.jpg") no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: .2rem;
}

.hot_game .tit {
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: .28rem;
}

.hot_game .tit i {
    width: .35rem;
    height: .35rem;
    background: url("http://image.diyiyou.com/m/img/icon2.png") no-repeat;
    background-position: -.42rem 0;
    background-size: 1.2rem .8rem;
    margin: .1rem .1rem 0 .1rem;
}

.hot_game .cont {
    padding-top: .15rem;
}

.hot_game .cont .ranking li {
    width: 33%;
    color: #fff;
    text-align: center;
}

.hot_game .cont .ranking li .img_box {
    position: relative;
}

.hot_game .cont .ranking li .img_box i {
    display: block;
    width: .38rem;
    height: .38rem;
    text-align: center;
    line-height: .38rem;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -.15rem;
    left: 50%;
    margin-left: .35rem;
}

.hot_game .cont .ranking li.num2,
.hot_game .cont .ranking li.num3 {
    padding-top: .2rem;
}

.hot_game .cont .ranking li.num1 i {
    background-position: -4.2rem -3.14rem;
}

.hot_game .cont .ranking li.num2 i {
    background-position: -4.2rem -3.59rem;
}

.hot_game .cont .ranking li.num3 i {
    background-position: -4.2rem -4.05rem;
}

.hot_game .cont .ranking li a {
    display: block;
}

.hot_game .cont .ranking li img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto .05rem auto;
    border-radius: 17.5%;
    overflow: hidden;
}

.hot_game .cont .ranking li .name {
    font-size: .3rem;
}

.hot_game .cont .ranking li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_game .cont .ranking li .btn {
    width: 1.4rem;
    height: .6rem;
    line-height: .6rem;
    color: #ba7ff6;
    background: #fff;
    margin: .1rem auto 0 auto;
    border-radius: .05rem;
    font-size: .24rem;
}

/* 2019-07-31 */
.rank_nums {
    display: block;
    padding-top: .22rem;
    display: flex;
    justify-content: space-between;
}

.rank_nums p {
    display: flex;
    flex: 1;
    font-size: .24rem;
    color: #000;
    line-height: .32rem;
}

.rank_nums p span {
    margin: 0 .12rem 0 .2rem;
}

.rank_nums .ico_l {
    width: .32rem;
    height: .32rem;
    background-position: -0rem -3.35rem;
    position: relative;
}

.rank_nums .ico_r {
    width: .12rem;
    height: .2rem;
    background-position: -.46rem -3.35rem;
    position: relative;
    top: .06rem;
}

.newtitle {
    margin: 0 .26rem;
    padding-bottom: .15rem;
    overflow: hidden;
}

.newtitle h1 {
    font-size: .44rem;
    font-weight: 600;
    color: #00121a;
    line-height: .65rem;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.newtitle span {
    font-size: .2rem;
    color: #999;
    margin-right: .22rem;
    line-height: .2rem;
    display: inline-block;
}

.newmain3 {
    margin: 0 .26rem .5rem;
    overflow: hidden;
    min-height: 5rem;
}

.newmain3 p {
    font-size: .34rem;
    line-height: .54rem;
    color: #454545;
}

.newmain3 span {
    font-weight: 600;
}

.newmain3 h3 {
    color: #00121a;
    font-weight: 600;
    margin: .3rem 0;
}

.newmain3 .gamename {
    color: #0091ff;
    text-align: center;
    margin: .15rem 0;
}

.newmain3 a {
    color: #0091ff;
}

.newmain3 img {
    display: block;
    margin: .2rem auto;
    width: auto;
    height: auto;
    max-width: 100%;
}

.hotse {
    padding-bottom: .32rem;
}

.hotse p {
    font-size: .33rem;
    color: #8e8d8e;
    text-align: center;
    margin: .45rem 0 .2rem;
}

.hotse p i {
    display: inline-block;
    height: .02rem;
    width: .65rem;
    background: #d7d6d7;
    vertical-align: middle;
    margin: 0 .3rem;
}

.hotse ul {
    overflow: hidden;
    margin: 0 .3rem;
}

.hotse ul li {
    float: left;
    width: 3.3rem;
    height: .7rem;
    background: #f7f6f7;
    line-height: .7rem;
    border-radius: .1rem;
    margin-bottom: .1rem;
}

.hotse ul li:nth-child(n) {
    margin-left: .04rem;
    margin-right: .11rem;
}

.hotse ul li:nth-child(2n) {
    margin-left: .11rem;
    margin-right: .04rem;
}

.hotse ul li a {
    font-size: .26rem;
    color: #040304;
    height: 100%;
    width: auto;
    display: block;
    padding-left: .2rem;
}

.hotse ul li i {
    width: .23rem;
    height: .27rem;
    background: url(../img/hot.png) no-repeat;
    display: inline-block;
    background-size: .23rem .27rem;
    margin-right: .05rem;
    vertical-align: middle;
    margin-left: .2rem;
}

.push {
    margin: 0 .3rem;
}

.push>span {
    font-size: .34rem;
    color: #03a3e6;
    font-weight: 600;
    margin-top: .35rem;
    margin-bottom: .2rem;
    display: block;
}

.infomain {
    overflow: hidden;
    margin-top: .22rem;
    border-bottom: .02rem solid #e8e7e9;
    padding-bottom: .18rem;
}

.infomain img {
    width: 2.35rem;
    height: 1.44rem;
    display: block;
    float: left;
}

.infomain .info {
    float: left;
    width: 4.35rem;
    margin-left: .2rem;
}

.infomain .info p {
    font-size: .32rem;
    line-height: .42rem;
    color: #464546;
    height: .84rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.infomain .info span {
    font-size: .22rem;
    color: #818081;
    float: left;
    margin-top: .3rem;
}

.infomain span:nth-last-child(1) {
    float: right;
    width: 1.1rem;
    height: .34rem;
    border: 1px solid #fbc5c5;
    line-height: .38rem;
    color: #ff3334;
    border-radius: .2rem;
    text-align: center;
}

.infomain span i {
    width: .23rem;
    height: .27rem;
    background: url(../img/hot.png) no-repeat;
    display: inline-block;
    background-size: .23rem .27rem;
    margin-right: .05rem;
    vertical-align: text-top;
}

.infotop {
    overflow: hidden;
    border-bottom: .02rem solid #e8e7e9;
    padding-bottom: .25rem;
}

.infotop p {
    font-size: .32rem;
    color: #2e2d2e;
    overflow: hidden;
    text-overflow: ellipsis;
    height: .32rem;
    height: .4rem;
    margin-bottom: .25rem;
}

.infotop img {
    width: 6.9rem;
    height: 3.46rem;
    display: block;
}

.infotop span {
    font-size: .22rem;
    color: #818081;
    float: left;
    margin-top: .3rem;
}

.infotop span:nth-last-child(1) {
    float: right;
    width: 1.1rem;
    height: .34rem;
    border: 1px solid #fbc5c5;
    line-height: .38rem;
    color: #ff3334;
    border-radius: .2rem;
    text-align: center;
}

.infotop span i {
    width: .23rem;
    height: .27rem;
    background: url(../img/hot.png) no-repeat;
    display: inline-block;
    background-size: .23rem .27rem;
    margin-right: .05rem;
    vertical-align: text-top;
}

.onc {
    text-align: center;
    font-size: .28rem;
    color: #03a3e6;
    margin-bottom: .5rem;
}

.onc i {
    width: 0.32rem;
    height: 0.2rem;
    background-position: -2.79rem -4.24rem;
    margin-right: .12rem;
}

.h20 {
    height: .2rem;
    background: #edf1f5;
}

/*loading效果*/
@-webkit-keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    45% {
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    45% {
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        transform: scale(1);
        opacity: 1;
    }
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div {
    background-color: #aaa;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
}

.ball-pulse {
    text-align: center;
    color: #aaa;
    background: #EDF4F4;
    font-size: 16px;
    height: 1.5rem;
    line-height: 1rem;
}

.newtitle p {
    white-space: nowrap;
    overflow: hidden;
}

.game_detail .orderBtn>button {
    margin-top: 0.2rem;
    border: none;
    display: inline-block;
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.08rem;
    background: linear-gradient(to right, #0ed2d0, #01d5b1);
}

.game_detail .orderBtn>button>i {
    width: 0.46rem;
    height: 0.38rem;
    background-position: -1.66rem -4.26rem;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 0.09rem;
}

.game_detail .orderBtn>p {
    padding: 0.12rem 0.24rem 0.14rem 0.2rem;
    width: 6.54rem;
    color: #b0b6b5;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin: 0.2rem 0;
    border-radius: 0.08rem;
    background-color: #ebfffd;
    border: 1px solid #04c7b1;
}

.game_detail .orderBtn>p>em {
    color: #04c7b1;
}

.game_detail .xzBtn>p {
    float: left;
    padding: 0.19rem 0.44rem 0.19rem 0.26rem;
    width: 6.18rem;
    color: #666666;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0.1rem 0;
    border-radius: 0.08rem;
    background-color: #fffaf2;
    border: 1px solid #ffd2a6;
}

.game_detail .xzBtn>p>em {
    color: #ff772e;
}

.game_detail .xzBtn {
    min-height: 2.6rem;
}

.game_detail .xz_btn {
    float: left;
    width: 3.32rem;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.32rem;
    color: #0091ff;
    border: 0.01rem solid #0091ff;
    margin: 0.32rem 0.1rem 0.12rem 0;
    border-radius: 0.06rem;
}

.game_detail .xz_btn i {
    float: left;
    width: 0.34rem;
    height: 0.34rem;
    background-position: -3.5rem -4.7rem;
    margin: 0.18rem 0.19rem 0 0.77rem;
    vertical-align: top;
}

.game_detail .xz360_btn {
    display: inline-block;
    width: 3.34rem;
    height: 0.76rem;
    font-size: 0.28rem;
    color: #fff;
    margin: 0.32rem 0 0.12rem 0;
    border-radius: 0.06rem;
    text-align: center;
    background: linear-gradient(to right, #0091ff, #7ec7ff);
}

.game_detail .xz360_btn p:first-child {
    line-height: 0.36rem;
    font-size: 0.28rem;
    margin-top: 0.07rem;
}

.game_detail .xz360_btn p:last-child {
    line-height: 0.26rem;
    font-size: 0.18rem;
}

/* 预约 */
.orderList {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.oOrder {
    /* background: linear-gradient(0deg, #FFECE3 0%, #FFFFFF 100%); */
    border-radius: .1rem;
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 2.84rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 5.9rem;
    border-radius: .12rem;
    text-align: center;
    background: linear-gradient(180deg, #DFEFFB 0%, #FFFFFF 48%);
}

.orderBox .oClose {
    position: absolute;
    top: -1rem;
    right: 0rem;
    z-index: 10;
}

.orderBox .oClose .mclose {
    background: url(../img/doyoclose.png) no-repeat;
    background-size: .8rem .8rem;
    display: block;
    height: .8rem;
    width: .8rem;
}

.orderBox .oTitle {
    width: 100%;
    background-size: 100% 100%;
    text-align: center;
    font-size: .34rem;
    color: #fff;
    position: relative;
    padding-top: .01rem;
}

.orderBox .oTitle p:nth-child(2) {
    margin-top: 1.2rem;
    font-size: .38rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

.orderBox .oTitle p:nth-child(3) {
    color: #666;
    font-size: .28rem;
    line-height: .28rem;
    margin-top: .24rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox .oTitle p:nth-child(3) em {
    color: #FF3E2D;
}

.orderBox form .tel {
    width: 4.48rem;
    border: 1px solid #dadada;
    background-color: #fff;
    color: #999;
    font-size: .28rem;
    border-radius: .08rem;
    padding: 0 .26rem;
    line-height: .88rem;
    margin: .6rem auto .06rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form span {
    display: block;
    color: #ccc;
    font-size: .24rem;
    line-height: .4rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .oBtn {
    width: 5rem;
    border: 0;
    background-color: #23A0FF;
    color: #fff;
    font-size: .38rem;
    border-radius: .1rem;
    line-height: .86rem;
    margin: .4rem auto .64rem;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0px .08rem .15rem 0px rgb(98 206 245 / 40%);
}

.orderBox .msg {
    color: #fe684d;
    font-size: .18rem;
    text-align: left;
    display: block;
    width: 5rem;
    margin: 0 auto;
}

.orderBox .oKnow {
    display: block;
    width: 5rem;
    height: .88rem;
    border: 0;
    background-color: #68BEFF;
    color: #fff;
    font-size: .32rem;
    border-radius: .1rem;
    line-height: .88rem;
    margin: .6rem auto 0rem;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
}

.orderBox .oWin {
    width: 100%;
    height: 5.2rem;
    font-size: .36rem;
    border-radius: .12rem;
    padding-top: .01rem;
    text-align: center;
}

.orderBox .oWin p:nth-child(2) {
    font-size: .38rem;
    color: #333333;
    font-weight: 600;
    line-height: .38rem;
    margin-top: 1.69rem;
}

.orderBox .oWin p:nth-child(2) .cgbg {
    display: inline-block;
    width: .39rem;
    height: .39rem;
    background: url(../img/cgyy.png) no-repeat;
    background-size: .39rem .39rem;
    vertical-align: bottom;
    margin-right: .14rem;
}

.orderBox .oWin p:nth-child(3) {
    font-size: .24rem;
    color: #999999;
    line-height: .24rem;
    margin-top: .28rem;
}

.orderBox .oWin p span {
    color: #FE684D;
}

.orderBox .oWin p:nth-child(4) {
    font-size: .24rem;
    color: #999999;
    line-height: .24rem;
    margin-top: .24rem;
}

.orderBox .oLose {
    width: 100%;
    height: 4.6rem;
    padding: .52rem 0;
    font-size: .36rem;
    border-radius: .12rem;
    text-align: center;
}

.orderBox .oLose p {
    font-size: .32rem;
    color: #141414;
    font-weight: 500;
    line-height: .86rem;
    margin-bottom: .2rem;
}

.orderBox .oAgin {
    width: 100%;
    height: 4.6rem;
    padding: .52rem 0;
    font-size: .36rem;
    border-radius: .12rem;
    text-align: center;
}

.orderBox .oAgin p {
    font-size: .32rem;
    color: #141414;
    font-weight: 500;
    line-height: .86rem;
    margin-bottom: .2rem;
}

.order {
    width: 100%;
    display: inline-block;
    margin: 0.2rem 0.1rem 0 0;
    border: none;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 0.08rem;
    background: linear-gradient(to right, #0ed2d0, #01d5b1);
}

.xzOrder {
    float: left;
    width: 3.32rem;
    margin-top: 0.32rem;
}

.yy {
    background-image: url(../img/yy.png);
    background-size: 5.4rem 6.2rem;
}

.orderBox .oClose i {
    display: inline-block;
    width: .48rem;
    height: .96rem;
    background-position: 0 0;
    position: relative;
}

.orderBox .oTitle i {
    display: block;
    width: .59rem;
    height: .58rem;
    background-position: -.56rem 0rem;
    position: relative;
    top: .42rem;
    margin: 0 auto;
}

.orderBox .oWin i {
    display: inline-block;
    width: 3.34rem;
    height: 2.01rem;
    background-position: -1.64rem 0rem;
    position: relative;
}

.orderBox .oLose i {
    display: inline-block;
    width: 3.34rem;
    height: 2.01rem;
    background-position: -1.64rem -4.2rem;
    position: relative;
}

.orderBox .oAgin i {
    display: inline-block;
    width: 3.34rem;
    height: 2.01rem;
    background-position: -1.5rem -2.1rem;
    position: relative;
}

.doyobg {
    background: url(../img/yybg.png) no-repeat;
    background-size: 3.15rem;
    height: 2.3rem;
    width: 3.15rem;
    position: absolute;
    top: -.96rem;
    left: 1.57rem;
}

.yycg {
    background: url(../img/yycg.png) no-repeat;
    background-size: 3.15rem 2.3rem;
    display: block;
    height: 2.3rem;
    width: 3.15rem;
    position: absolute;
    top: -.96rem;
    left: 1.47rem;
}

.yycgbg {
    background: url(../img/yycgbg.png) no-repeat;
    background-size: 5.52rem 1.28rem;
    display: block;
    height: 1.28rem;
    width: 5.52rem;
    position: absolute;
    bottom: 0;
    left: .18rem;
}

/* 隐私 */
.yszcbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.ysBox {
    position: absolute;
    z-index: 10;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 5.7rem;
    max-height: 8.5rem;
    border-radius: .4rem;
    background: linear-gradient(180deg, #DFEFFB 0%, #FFFFFF 48%);
    text-align: center;
}

.ysBox .ysSure {
    display: block;
    width: 5rem;
    height: .88rem;
    border: 0;
    border-radius: .11rem;
    color: #fff;
    font-size: .38rem;
    line-height: .88rem;
    margin: .32rem auto;
    overflow: hidden;
    white-space: nowrap;
    background: #23A0FF;
    font-weight: 600;
    box-shadow: 0px .08rem .15rem 0px rgb(98 206 245 / 40%);
}

.ysMain {
    display: block;
    width: 4.6rem;
    height: 4.8rem;
    border: none;
    padding: 0 .3rem;
    line-height: .42rem;
    font-size: .26rem;
    color: #666;
    margin: .26rem auto;
    overflow: auto;
}

.ysMain p {
    text-align: left;
}

.ysMain strong {
    display: block;
    color: #333;
    line-height: .52rem;
    font-size: .26rem;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}

.yszcbox .icons p {
    color: #333;
    font-size: .38rem;
    text-align: center;
    padding-top: 1.02rem;
    font-weight: 600;
}

.yszcbox .ysbg {
    width: 1.95rem;
    height: 1.71rem;
    background: url(../img/ysbg.png) no-repeat;
    background-size: 1.95rem 1.71rem;
    position: absolute;
    top: -.65rem;
    left: 2.07rem;
}

/* 权限 */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.ruleBox {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 7.5rem;
    max-height: 6.5rem;
    text-align: center;
    border-radius: .3rem .3rem 0 0;
    background: linear-gradient(180deg, #DFEFFB 0%, #FFFFFF 48%);
}

.ruleBox .rSure {
    display: block;
    width: 5rem;
    height: .88rem;
    border: 0;
    border-radius: .11rem;
    color: #fff;
    font-size: .38rem;
    line-height: .88rem;
    margin: .32rem auto;
    overflow: hidden;
    white-space: nowrap;
    background: #FF9561;
    font-weight: 600;
}

.ruleMain {
    display: block;
    width: 6.64rem;
    height: 4.15rem;
    border: none;
    padding: 0 .3rem;
    line-height: .42rem;
    font-size: .26rem;
    color: #666;
    margin: .06rem auto;
    overflow: auto;
}

.ruleMain p {
    text-align: left;
}

.ruleMain strong {
    display: block;
    color: #333;
    line-height: .52rem;
    font-size: .26rem;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}

.gRule .bg {
    width: 7.5rem;
    height: 2.4rem;
    position: relative;
    background: url(../img/qxbg.png) no-repeat;
    background-size: 7.5rem 2.4rem;
}

.gRule .bg p:nth-child(1) {
    font-size: .58rem;
    color: #1F3A4E;
    font-weight: 600;
    position: absolute;
    top: .58rem;
    left: .4rem;
}

.gRule .bg p:nth-child(2) {
    font-size: .36rem;
    color: #607787;
    font-weight: 600;
    position: absolute;
    top: 1.38rem;
    left: .4rem;
}

.doyoclose {
    background: url(../img/doyoclose.png) no-repeat;
    background-size: .8rem .8rem;
    display: block;
    height: .8rem;
    width: .8rem;
    position: absolute;
    top: -1rem;
    right: 0;
}

.baibox {
    width: 7.5rem;
    height: 1.08rem;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
}

/* feedback */
.feedBack {
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.feHead {
    height: .88rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 .06rem .15rem 0 rgba(244, 245, 245, 0.72);
}

.feHead span {
    flex: 1;
    color: #333;
    font-size: .36rem;
    font-weight: bold;
    line-height: .88rem;
    text-align: center;
}

.feHead>i {
    display: block;
    width: .4rem;
    height: .36rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -3.55rem -4.09rem;
    position: relative;
    left: .24rem;
    top: .26rem;
}

.feHead a i {
    width: .36rem;
    height: .36rem;
    display: block;
    background-position: -7.36rem -6.14rem;
    position: absolute;
    right: .24rem;
    top: .24rem;
}

.feBack {
    margin: 0 .24rem .25rem;
}

.feBack>span {
    font-size: .28rem;
    color: #808080;
    margin: .3rem 0 .2rem;
    display: block;
}

.feBack .info {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border-radius: .1rem;
    padding: .2rem .1rem .1rem;
}

.feBack .info p {
    font-size: .28rem;
    color: #303030;
    line-height: .88rem;
}

.otherRe {
    background: #f9f9f9;
    border-radius: .1rem;
    overflow: hidden;
    padding: .1rem 0 .2rem;
}

.feBack textarea {
    width: 6.58rem;
    height: .98rem;
    border: none;
    resize: none;
    background: transparent;
    padding: .1rem .2rem;
    font-size: .26rem;
    color: #999;
}

.feBack .photos {
    display: flex;
    height: 1.3rem;
    overflow: hidden;
}

.feBack .photoInput {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #cecece;
    border-radius: .12rem;
    text-align: center;
    margin-left: .2rem;
}

.feBack .photoInput p {
    color: #999;
    font-size: .2rem;
}

.feBack .photoInput p:nth-of-type(1) {
    font-size: .52rem;
    line-height: .6rem;
}

.feBack .photoInput input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.feBack .photoList {
    display: flex;
    flex: 1;
    width: 2.7rem;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.feBack .photoList::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.feBack .photoList img {
    width: auto;
    height: 1.2rem;
    margin-left: .2rem;
}

.checkbox {
    position: relative;
    display: block;
    width: 50%;
    height: .48rem;
    line-height: .48rem;
    margin-bottom: .1rem;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: .2rem;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: .6rem;
    top: 0;
    height: .2rem;
    line-height: .2rem;
    width: 2.6rem;
    font-size: .26rem;
    color: #1a1a1a;
    padding: .12rem 0;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -.4rem;
    top: .12rem;
    width: .12rem;
    height: .12rem;
    border: .05rem solid #f9f9f9;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #0091ff;
}

.checkbox input[type='checkbox']:checked+label:after {
    background-color: #0091ff;
}

.telBox {
    overflow: hidden;
}

.telBox input {
    display: block;
    border: none;
    width: 6.54rem;
    padding: 0 .24rem;
    height: .88rem;
    line-height: .88rem;
    background-color: #f9f9f9;
    font-size: .24rem;
    border-radius: .1rem;
}

.telBox input::-webkit-input-placeholder {
    color: #999;
}

.telBox input:-moz-placeholder {
    color: #999;
}

.telBox input::-moz-placeholder {
    color: #999;
}

.telBox input:-ms-input-placeholder {
    color: #999;
}

.feSubmit {
    height: 1.6rem;
    width: 7.5rem;
}

.feSubmit input {
    margin: .3rem .24rem 0;
    font-size: .32rem;
    width: 7.02rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: .1rem;
    background-color: #0091ff;
}

/* 2021-11-08 */
.crumb {
    display: block;
    width: 100%;
    height: .52rem;
    line-height: .52rem;
    font-size: .24rem;
}

.crumb:before {
    content: "";
    display: inline-block;
    width: .23rem;
    height: .29rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -1.9rem -3.31rem;
    position: relative;
    top: .05rem;
    margin-right: .1rem;
    margin-left: .28rem;
}

.crumb a {
    height: .52rem;
    line-height: .52rem;
    font-size: .24rem;
}

.crumbVideo .crumb {
    background-color: rgba(0, 0, 0, .3);
}

.dyVideo {
    position: relative;
}

.dyVideo img {
    width: 100%;
    height: 4.2rem;
}

.dyVideo .tPlay {
    position: absolute;
    top: 1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 1.14rem;
    height: 1.14rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -4.8rem -2.09rem;
}

.hideVideo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100000000000000;
    max-width: 7.5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
}

.tpVideo {
    position: absolute;
    top: 30%;
    width: 7.5rem;
}

.tpVideo video {
    width: 100%;
}

.tpVideo .replay {
    position: absolute;
    z-index: 100000000000001;
    top: 32%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: .98rem;
    height: .98rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -4.97rem -3.36rem;
}

.tpVideo .replay.hide {
    display: none;
}

.hideVideo .vClose {
    position: absolute;
    top: .3rem;
    right: .3rem;
    z-index: 10;
    display: block;
    background: url(../img/doyoclose.png) no-repeat;
    background-size: .8rem .8rem;
    display: block;
    height: .8rem;
    width: .8rem;
}

.btVideo video,
.img_item img {
    position: relative;
    z-index: 1 !important;
}

.tpVideo video {
    position: relative;
    z-index: 9 !important;
}

.btDown {
    display: flex;
    align-items: center;
    padding: 0 .3rem;
    height: 1.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/videobg.jpg) no-repeat;
    background-size: 100% 1.6rem;
    overflow: hidden;
}

.btDown i {
    display: block;
    padding: 0 .15rem;
    width: .2rem;
    height: .5rem;
    background-position: -3.03rem -4rem;
    position: relative;
}

.btDown img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 .15rem 0 0;
    border-radius: .24rem;
}

.btDown p {
    width: .33rem;
    max-height: 1.24rem;
    ;
    flex: 1;
    font-size: .3rem;
    color: #333;
    line-height: .45rem;
    white-space: nowrap;
    overflow: hidden;
}

.btDown p span {
    display: block;
}

.btDown p span:nth-of-type(2) {
    font-size: .22rem;
    color: #ababab;
    line-height: .24rem;
    margin-top: .1rem;
}

.btDown .bBtn,
.btDown button {
    display: block;
    width: 2.2rem !important;
    height: .75rem;
    line-height: .75rem;
    border: 0;
    margin: 0 auto;
    border-radius: .75rem;
    color: #fff;
    font-size: .32rem;
    text-align: center;
}

.btDown .bBtn {
    position: relative;
    background: linear-gradient(90deg, #FF5641 0%, #FF5641 36%, #FF7D2B 100%);
}

.btDown .order {
    background: linear-gradient(90deg, #0ed2d0 0%, #0ed2d0 36%, #01d5b1);
}

.btDown .noBtn {
    background: linear-gradient(90deg, #afafaf 0%, #aaa 36%, #cfcfcf);
}

.btDown .bBtn:before {
    content: "";
    display: inline-block;
    width: .31rem;
    height: .31rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -1.96rem -4.1rem;
    position: relative;
    top: .04rem;
    margin: 0 .16rem;
}

.btDown .order:before {
    content: "";
    display: inline-block;
    width: .36rem;
    height: .32rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -2.49rem -4.1rem;
    position: relative;
    top: .04rem;
    margin: 0 .16rem;
}

.btDown .bBtn i {
    position: absolute;
    top: 0;
    right: .3rem;
    display: block;
    font-size: .18rem;
    color: #785620;
    line-height: .23rem;
    text-align: center;
    width: .57rem;
    height: .56rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -.04rem -4.1rem;
}

.dyDeInfo {
    background-color: #fff;
    margin-bottom: .2rem;
    position: relative;
}

.dyDeTop {
    position: relative;
    height: 2.06rem;
    overflow: hidden;
}

.crumbVideo .dyDeTop {
    height: 1.52rem;
}

.dyDeTop>img {
    width: 110%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: inherit;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    top: -30%;
    right: -5%;
    left: -5%;
}

.crumbVideo .dyDeTop>img {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.dyTbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    zoom: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), rgba(114, 102, 104, .2);
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), rgba(114, 102, 104, .2);
}

.dyDeTop .info {
    padding: .14rem 0 .14rem .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}

.dyDeTop .info img {
    float: left;
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .3rem;
    margin-right: .16rem;
}

.dyDeTop .info .name {
    float: left;
    max-width: 4.7rem;
}

.dyDeTop .info .name h1 {
    font-size: .28rem;
    color: #fff;
    font-weight: 700;
    margin-top: .18rem;
    line-height: .44rem;
    white-space: nowrap;
    overflow: hidden;
}

.dyDeTop .info .name p span {
    max-width: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    height: .36rem;
    line-height: .36rem;
    font-size: .18rem;
    color: #639fff;
    padding: 0 .2rem 0 .08rem;
    background-color: rgba(0, 0, 0, .2);
    border-radius: .18rem;
    margin-top: .12rem;
    margin-right: .1rem;
}

.dyDeTop .info .name p span:before {
    content: "";
    display: inline-block;
    width: .23rem;
    height: .25rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -2.32rem -3.73rem;
    position: relative;
    top: .04rem;
    margin: 0 .08rem;
}

.dyDeTop .info .name p .nl {
    color: #00cb9e;
    margin-right: 0;
}

.dyDeTop .info .name p .nl:before {
    width: .24rem;
    height: .24rem;
    background-position: -3.47rem -3.4rem;
    top: .03rem;
}

.dyDeTop .feBaBtn i {
    display: block;
    width: .36rem;
    height: .33rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -1.38rem -4.1rem;
    position: relative;
    top: .06rem;
    margin: 0 auto .08rem;
}

.dyDeTop .feBaBtn {
    position: relative;
    float: right;
    font-size: .22rem;
    line-height: .36rem;
    color: #fff;
    padding: .25rem .3rem 0 .25rem;
}

.dyDeTop .feBaBtn:before {
    content: "";
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1px;
    height: .78rem;
    background-color: rgba(255, 255, 255, .25);
}

.dyDeBtm {
    position: relative;
    padding: .25rem .3rem;
}

.dyBlist {
    width: 6rem;
}

.dyBlist .editRe {
    display: flex;
}

.dyBlist p {
    width: 4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.dyBlist p::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.dyBlist .editRe i,
.dyDeBtm p span {
    display: block;
    margin-right: .16rem;
    font-size: .2rem;
    color: #fff;
}

.dyBlist .editRe i {
    display: block;
    text-align: center;
    height: .38rem;
    line-height: .38rem;
    color: #f67b29;
    overflow: hidden;
    padding: 0 .1rem 0 .12rem;
    background-color: #fff;
    border-radius: .175rem;
    border: 1px solid #f67b29;
}


.dyBlist .editRe .bj {
    color: #f67b29;
    border-color: #f67b29;
}

.dyBlist .editRe .bj:before {
    width: .2rem;
    height: .2rem;
    background-position: -1.92rem -3.73rem;
}

.dyBlist .editRe .gf {
    color: #ff6160;
    border-color: #ff6160;
}

.dyBlist .editRe .gf:before {
    width: .23rem;
    height: .18rem;
    background-position: -2.72rem -3.4rem;
}

.dyBlist .editRe .nd {
    color: #00cb9e;
    border-color: #00cb9e;
}

.dyBlist .editRe .nd:before {
    width: .22rem;
    height: .2rem;
    background-position: -3.09rem -3.4rem;
}

.dyBlist .editRe .dc {
    color: #639fff;
    border-color: #639fff;
}

.dyBlist .editRe .dc:before {
    width: .2rem;
    height: .23rem;
    background-position: -2.31rem -3.4rem;
}

.dyBlist p span {
    height: .4rem;
    line-height: .4rem;
    padding: 0 .04rem 0 .1rem;
    margin-right: .1rem;
    background-color: #f67b29;
    border-radius: .175rem .2rem .2rem 0;
}

.dyBlist ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: .12rem;
}

.dyBlist ul li {
    width: auto;
    font-size: .24rem;
    color: #999;
    line-height: .44rem;
    margin-right: 55px;
}

.dyBlist ul li span {
    color: #1a1a1a;
}

.dyBlist ul li:last-of-type {
    width: 100%;
}

.dyDeBtm a,
.dyDeBtm button {
    display: block;
    width: 100%;
    height: .75rem;
    line-height: .75rem;
    border: 0;
    margin: 0 auto;
    border-radius: .38rem;
    color: #fff;
    font-size: .32rem;
    margin-top: .24rem;
    text-align: center;
}

.dyDeBtm a {
    position: relative;
    background: linear-gradient(90deg, #FF5641 0%, #FF5641 36%, #FF7D2B 100%);
}

.dyDeBtm .order {
    background: linear-gradient(90deg, #0ed2d0 0%, #0ed2d0 36%, #01d5b1);
}

.dyDeBtm .noBtn {
    background: linear-gradient(90deg, #afafaf 0%, #aaa 36%, #cfcfcf);
}

.dyDeBtm a:before {
    content: "";
    display: inline-block;
    width: .31rem;
    height: .31rem;
    background-size: 6rem 6rem;
    background-position: -1.96rem -4.1rem;
    position: relative;
    top: .04rem;
    margin: 0 .16rem;
}

.dyDeBtm .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: .3rem;
    display: block;
    font-size: .18rem;
    color: #785620;
    line-height: .23rem;
    text-align: center;
    width: .57rem;
    height: .56rem;
    background-size: 6rem 6rem;
    background-position: -.04rem -4.1rem;
}

.dyDeBtm .order:before {
    content: "";
    display: inline-block;
    width: .36rem;
    height: .32rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -2.49rem -4.1rem;
    position: relative;
    top: .04rem;
    margin: 0 .16rem;
}

.dyDeBtm .xzBtn>p {
    float: left;
    padding: 0.19rem 0.42rem 0.19rem 0.26rem;
    width: 6.18rem;
    color: #666666;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0.1rem 0;
    border-radius: 0.08rem;
    background-color: #fffaf2;
    border: 1px solid #ffd2a6;
}

.dyDeBtm .xzBtn>p>em {
    color: #ff772e;
}

.dyDeBtm .xzBtn {
    min-height: 2.6rem;
}

.dyDeBtm .xz_btn {
    float: left;
    width: 3.32rem;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.32rem;
    color: #0091ff;
    border: 0.01rem solid #0091ff;
    margin: 0.32rem 0.18rem 0.12rem 0;
    border-radius: 0.06rem;
}

.dyDeBtm .xz_btn i {
    float: left;
    width: 0.34rem;
    height: 0.34rem;
    background-position: -3.5rem -4.7rem;
    margin: 0.18rem 0.19rem 0 0.77rem;
    vertical-align: top;
}

.dyDeBtm .xz_nobtn {
    float: left;
    width: 3.32rem;
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.32rem;
    margin: 0.32rem 0.18rem 0.12rem 0;
    border-radius: 0.06rem;
}

.dyDeBtm .xzOrder {
    float: left;
    width: 3.32rem;
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.32rem;
    margin: 0.32rem 0.18rem 0.12rem 0;
    border-radius: 0.06rem;
}

.dyDeBtm .xz360_btn {
    display: inline-block;
    width: 3.34rem;
    height: 0.76rem;
    font-size: 0.28rem;
    color: #fff;
    margin: 0.32rem 0 0.12rem 0;
    border-radius: 0.06rem;
    text-align: center;
    background: linear-gradient(to right, #0091ff, #7ec7ff);
}

.dyDeBtm .xz360_btn p:first-child {
    line-height: 0.36rem;
    font-size: 0.28rem;
    margin-top: 0.07rem;
}

.dyDeBtm .xz360_btn p:last-child {
    line-height: 0.26rem;
    font-size: 0.18rem;
}

.floatDown {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 7.5rem;
    height: .95rem;
    overflow: hidden;
}

.floatDown>img {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    background: inherit;
    margin-top: -.8rem;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.floatDown .info {
    display: flex;
    align-items: center;
    padding: .1rem .3rem .1rem .2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.floatDown .info i {
    display: block;
    padding: 0 .15rem;
    width: .2rem;
    height: .5rem;
    background-position: -3.03rem -4rem;
    position: relative;
    margin-right: .1rem;
}

.floatDown .info img {
    display: block;
    width: .64rem;
    height: .64rem;
    margin: 0 .2rem 0 0;
    border-radius: .1rem;
}

.floatDown .info p {
    width: .5rem;
    flex: 1;
    font-size: .3rem;
    color: #f6f6f6;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.floatDown .fBtn,
.floatDown button {
    display: block;
    width: 1.32rem !important;
    height: .5rem;
    line-height: .5rem;
    border: 0;
    margin: 0 auto;
    border-radius: .27rem;
    color: #ff7430;
    font-size: .26rem;
    text-align: center;
    background: #fff;
}

.floatDown .btnAnd {
    color: #ff7430;
}

.floatDown .btnIos {
    color: #ff7430;
}

.floatDown .order {
    color: #0ed2d0;
}

.floatDown .noBtn {
    color: #ccc;
}

.showImg {
    padding: .1rem 0 0 .3rem;
}

.img_item {
    overflow-x: auto;
    padding: 0 0 .1rem;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.img_item ul {
    font-size: 0;
}

.img_item ul li {
    position: relative;
    margin-right: .2rem;
    display: inline-block;
    border-radius: .08rem;
    overflow: hidden;
}

.img_item ul li video {
    width: auto;
    height: 3.5rem;
}

.img_item ul li img {
    width: auto;
    height: 3.5rem;
}

.img_item ul li:last-of-type {
    margin-right: .26rem;
}

.img_item ul li .replay {
    position: absolute;
    z-index: 1;
    top: 29%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: .98rem;
    height: .98rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -4.97rem -3.36rem;
}

.img_item ul li .replay.hide {
    display: none;
}

.dyDeBtm .grade {
    position: absolute;
    top: .26rem;
    right: .28rem;
    height: 1rem;
    background-color: #fff;
    width: 1.3rem;
    max-height: 1.24rem;
    box-shadow: 0px 0px .1rem #ececec;
    text-align: center;
    overflow: hidden;
}

.dyDeBtm .grade span {
    display: block;
    color: #999;
    font-size: .18rem;
    margin-top: .1rem;
    overflow: hidden;
    white-space: nowrap
}

.dyDeBtm .grade strong {
    display: block;
    height: .5rem;
    line-height: .5rem;
    color: #454545;
    font-size: .44rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.dyDeBtm .grade p {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap
}

.dyDeBtm .grade p em {
    display: inline-block;
    line-height: .46rem;
    color: #454545;
    font-size: .18rem;
    font-weight: 500;
    margin: 0 .03rem;
    overflow: hidden;
    white-space: nowrap
}

.dyDeBtm .grade p em:before {
    content: "";
    display: inline-block;
    width: .16rem;
    height: .26rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -.71rem -.93rem;
    position: relative;
    top: .05rem;
    vertical-align: top;
}

.dyDeBtm .grade p em:after {
    content: "";
    display: inline-block;
    width: .16rem;
    height: .26rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -1.1rem -.93rem;
    position: relative;
    top: .05rem;
    vertical-align: top;
}

.dyDeBtm .no_grade p {
    line-height: .66rem;
    color: #454545;
    font-size: .24rem;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap
}

.dyDeCont {
    background-color: #fff;
    padding: .2rem 0;
    margin-bottom: .2rem;
}

.dyCTab {
    display: flex;
    justify-content: space-around;
    margin: 0 .3rem .2rem;
    border-bottom: 1px solid #edf1f5;
}

.dyCTab span {
    position: relative;
    font-size: .28rem;
    color: #999;
    line-height: .52rem;
    padding-bottom: .15rem;
}

.dyCTab span.current {
    color: #0091ff;
}

.dyCTab span.current:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .34rem;
    height: .06rem;
    border-radius: .03rem;
    background: linear-gradient(to right, #0091ff, #80b5f7);
}

.dySurvey {
    margin: auto;
    text-align: center;
    padding: .04rem 0;
}

.dySurvey em {
    display: inline-block;
    max-width: 85.4%;
    line-height: .56rem;
    color: #1a1a1a;
    font-size: .32rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap
}

.dySurvey:before {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .17rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: 0 -1.29rem;
    position: relative;
    top: .1rem;
    vertical-align: top;
    margin-right: .2rem;
}

.dySurvey:after {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .17rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -.92rem -1.29rem;
    position: relative;
    top: .1rem;
    vertical-align: top;
    margin-left: .2rem;
}

.dyDeCont .cont {
    font-size: .28rem;
    line-height: .48rem;
    color: #454545;
    margin: 0 .3rem;
}

.dyDeCont .cont a {
    color: #0091ff;
    display: inline-block;
    border-bottom: 1px solid #0091ff;
    line-height: .4rem;
    text-indent: 0;
}

.dyDeCont .cont p {
    margin-bottom: .16rem;
}

.dyDeCont .cont img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto .1rem auto;
}

.dyDeCont .cont h3 {
    position: relative;
    display: inline-block;
    font-size: .32rem;
    font-weight: bold;
    color: #0091ff;
    line-height: .52rem;
    border-bottom: .04rem solid #0091ff;
    padding-bottom: .06rem;
    margin-bottom: .16rem;
}

.dyDeCont .cont h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -.06rem;
    width: 6.9rem;
    height: 1px;
    background: #e6e6e6;
}

.dyDeCont .cont br:last-child {
    display: none;
}

.dyDeCont .cont .intro {
    font-weight: .3rem;
    line-height: .52rem;
}

.dyDeCont .safety {
    height: .56rem;
    line-height: .56rem;
    padding: 0 .3rem;
}

.dyDeCont .safety span {
    margin-right: .33rem;
    font-size: .24rem;
    color: #999;
}

.dyDeCont .safety span:before {
    content: "";
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background-image: url(../img/icon.png);
    background-size: 5rem 6rem;
    position: relative;
    top: .06rem;
    margin-right: .1rem;
}

.dyDeCont .safety span:nth-child(1):before {
    background-position: -3.37rem -1.74rem;
}

.dyDeCont .safety span:nth-child(2):before {
    background-position: -3.7rem -1.74rem;
}

.dyDeCont .safety span:nth-child(3):before {
    background-position: -4rem -1.74rem;
}

.dyTit {
    padding: .3rem;
    display: flex;
}

.dyTit h3 {
    height: .32rem;
    line-height: .32rem;
    border-left: .12rem solid #0091ff;
    font-size: .34rem;
    color: #000;
    padding-left: .2rem;
    font-weight: 700;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.dyTit a {
    color: #666;
    font-size: .24rem;
}

.dyDeIntro {
    background-color: #fff;
    margin-bottom: .2rem;
}

.dyDeIntro ul {
    padding: .04rem 0 .04rem .3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.dyDeIntro ul li {
    width: 100%;
    font-size: .28rem;
    color: #999;
    line-height: .45rem;
    margin-bottom: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dyDeIntro ul li span {
    color: #1a1a1a;
    word-break: break-all;
}

.dyDeIntro ul li .qx,
.dyDeIntro ul li .ys {
    color: #639fff;
}

.dyEditon {
    background-color: #fff;
    margin-bottom: .2rem;
    padding-bottom: .12rem
}

.dyEditon ul {
    padding: 0 .3rem
}

.dyEditon ul li {
    position: relative;
    margin-bottom: .2rem;
    border-radius: .08rem;
}

.dyEditon li a:nth-of-type(1) {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .18rem;
    background-color: #f6f6f6;
    border-radius: .08rem;
}

.dyEditon li a:nth-of-type(1) img {
    display: block;
    width: .72rem;
    height: .72rem;
    border-radius: .08rem;
}

.dyEditon li .info {
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 0%;
    height: .72rem;
    margin-left: .18rem;
    position: relative;
}

.dyEditon li .info p {
    display: block;
    width: auto;
    font-size: .24rem;
    color: #8f8f8f;
    line-height: .36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dyEditon li .info p:first-of-type {
    font-size: .26rem;
    color: #333;
    line-height: .4rem;
}

.dyEditon li .info p:nth-of-type(2) {
    font-size: .2rem;
    color: #949494;
}

.dyEditon li .info p span {
    margin-right: .25rem;
    color: #8f8f8f;
}

.dyEditon li .btn {
    position: absolute;
    top: .32rem;
    right: .3rem;
    display: block;
    width: 1.06rem;
    height: .44rem;
    line-height: .44rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #0091ff;
    font-size: .22rem;
    text-align: center;
    background: rgba(0, 145, 255, .08);
}

.dyGame {
    background-color: #fff;
    margin-bottom: .2rem;
}

.dyGame ul {
    padding: 0 .1rem .1rem .2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.dyGame ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.dyGame li {
    padding-bottom: .2rem;
    margin-right: .12rem;
}

.dyGame li a {
    display: block;
    text-align: center;
}

.dyGame li a:first-of-type {
    width: 1.5rem;
}

.dyGame li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .28rem;
    margin: .05rem auto 0;
}

.dyGame li a p {
    display: block;
    max-width: 95%;
    font-size: .24rem;
    color: #333;
    height: .57rem;
    line-height: .52rem;
    margin: 0 auto;
    overflow: hidden;
}

.dyGame li .btn {
    display: block;
    width: 1.16rem;
    height: .46rem;
    line-height: .46rem;
    margin: 0 auto;
    border: 1px solid #0091ff;
    border-radius: .06rem;
    color: #0091ff;
    font-size: .26rem;
    text-align: center;
    background: #fff;
}

.dyGame li .btn:before {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .21rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -2.75rem -3.73rem;
    position: relative;
    top: .12rem;
    vertical-align: top;
    margin-right: .08rem;
}

.dyGame li .btn.no {
    color: #19b955;
    border-color: #19b955;
}

.dyGame li .btn.no:before {
    display: none;
}

.dyReGame {
    background-color: #fff;
    margin-bottom: .2rem;
}

.dyReGame ul {
    width: 7.5rem;
    padding: 0 0 .1rem .2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.dyReGame li {
    padding-bottom: .2rem;
    margin-right: .23rem;
}

.dyReGame li a {
    display: block;
    text-align: center;
}

.dyReGame li a:first-of-type {
    width: 1.6rem;
}

.dyReGame li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .28rem;
    margin: .05rem auto 0;
}

.dyReGame li a p {
    display: block;
    max-width: 95%;
    font-size: .24rem;
    color: #333;
    height: .57rem;
    line-height: .52rem;
    margin: 0 auto;
    overflow: hidden;
}

.dyReGame li .btn {
    display: block;
    width: 1.16rem;
    height: .46rem;
    line-height: .46rem;
    margin: 0 auto;
    border: 1px solid #0091ff;
    border-radius: .06rem;
    color: #0091ff;
    font-size: .26rem;
    text-align: center;
    background: #fff;
}

.dyReGame li .btn:before {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .21rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -2.75rem -3.73rem;
    position: relative;
    top: .12rem;
    vertical-align: top;
    margin-right: .08rem;
}

.dyReGame li .btn.no {
    color: #19b955;
    border-color: #19b955;
}

.dyReGame li .btn.no:before {
    display: none;
}

.dySaGame {
    background-color: #fff;
    margin-bottom: .2rem;
}

.dySaGame .tabMenu {
    padding-top: .03rem;
    margin: 0 .3rem .28rem;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.dySaGame .tabMenu span {
    position: relative;
    flex: 1;
    padding-bottom: .25rem;
    border-bottom: .03rem solid transparent;
    color: #666;
    text-align: center;
    height: .3rem;
    line-height: .28rem;
    font-size: .26rem;
}

.dySaGame .tabMenu span.current {
    border-bottom-color: #0091ff;
    color: #0091ff;
}

.dySaGame .tabMenu span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-right: 1px solid #e3e3e3;
    width: .01rem;
    height: .3rem;
    background-color: #e3e3e3;
}

.dySaGame .tabMenu span:last-of-type:after {
    display: none;
}

.dySaGame .subBox {
    padding-bottom: .2rem;
}

.dySaGame .subTop {
    position: relative;
    display: block;
    margin: 0 .3rem;
    width: 6.9rem;
    height: 3.45rem;
    border-radius: .08rem;
    overflow: hidden;
}

.dySaGame .subTop img {
    width: 6.9rem;
    min-height: 3.45rem;
    height: auto;
    margin: 0 auto;
    border-radius: .08rem;
}

.dySaGame .subTop div {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 .08rem .08rem;
}

.dySaGame .subTop p {
    position: absolute;
    bottom: 0;
    padding: 1rem .2rem 0;
    margin-bottom: .24rem;
    font-size: .18rem;
    color: #fff;
    line-height: .36rem;
    max-height: 1.08rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dySaGame .subTop p:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .27rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -.84rem -4.1rem;
    position: relative;
    vertical-align: top;
    margin-right: .08rem;
}

.dySaGame .subTop span {
    position: absolute;
    top: .28rem;
    left: 0;
    display: block;
    height: .36rem;
    line-height: .35rem;
    padding: 0 .18rem 0 .16rem;
    font-size: .22rem;
    color: #fff;
    background-color: #fff;
    background: #cb632e;
}

.dySaGame .subBox ul {
    width: 7.5rem;
    margin: 0 0 0 .3rem;
    padding-bottom: .1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.dySaGame .subBox ul li {
    width: 1.95rem;
    height: 2.16rem;
    border: 1px solid #e3e3e3;
    border-radius: .08rem;
    background: url(../img/samebg.png) repeat;
    margin-top: .2rem;
    margin-right: .47rem;
}

.dySaGame .subBox ul li img {
    display: block;
    width: 1.14rem;
    height: 1.14rem;
    border-radius: .16rem;
    margin: .14rem auto 0;
}

.dySaGame .subBox ul li p:nth-of-type(1) {
    display: block;
    max-width: 95%;
    font-size: .26rem;
    color: #1a1a1a;
    height: .42rem;
    line-height: .42rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.dySaGame .subBox ul li p:nth-of-type(2) {
    display: block;
    font-size: .18rem;
    color: #ababab;
    line-height: .32rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.dyReNews {
    background-color: #fff;
    margin-bottom: .2rem;
}

.dyReNews ul {
    margin-top: -.1rem
}

.dyReNews ul {
    padding: 0 .3rem .16rem;
}

.dyReNews ul li {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.dyReNews ul li:last-of-type {
    border-bottom: none;
}

.dyReNews li a {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .2rem 0;
}

.dyReNews li a img {
    display: block;
    width: 1.84rem;
    height: 1.3rem;
    margin-right: .2rem;
}

.dyReNews li div {
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 0%;
    height: 1.3rem;
}

.dyReNews li div p:nth-of-type(1) {
    width: 4.86rem;
    height: .9rem;
    line-height: .42rem;
    font-size: .32rem;
    color: #454545;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dyReNews li div p:nth-of-type(2) {
    font-size: .24rem;
    color: #ababab;
    margin-top: .06rem
}

.dyReNews li div p:nth-of-type(2):before {
    content: "";
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -3.55rem -3.73rem;
    position: relative;
    top: .06rem;
    vertical-align: top;
    margin-right: .1rem;
}

.xzBtn a {
    background: transparent;
    text-align: left;
}

.xzBtn a:before {
    display: none;
}

.xzBtn .xz360_btn {
    position: relative;
}

.xzBtn .xz360_btn:before {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -1.96rem -4.1rem;
    position: absolute;
    top: .22rem;
    left: .2rem;
    margin: 0 0.16rem;
}

.dyDeBtm .xzBtn {
    overflow: hidden;
    min-height: auto;
}

.dyDeBtm .btnAnd i {
    display: none
}

.dyDeBtm .xz_btn i {
    display: block
}

.topic_cont .name {
    display: flex;
    margin: .15rem 0 .16rem;
    align-items: center;
}

.topic_cont .name h1 {
    flex: 1;
    font-size: .3rem;
    color: #333;
    font-weight: 600;
    line-height: .42rem;
}

.topic_cont .name em {
    font-size: .24rem;
    color: #ababab;
}

.topic_cont .name em:before {
    content: "";
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background-image: url(../img/index_icon.png);
    background-size: 6rem 6rem;
    background-position: -3.55rem -3.73rem;
    position: relative;
    top: .06rem;
    vertical-align: top;
    margin-right: .06rem;
}

.topic_cont p {
    color: #666;
}

.ruleBox {
    padding-bottom: .8rem;
}

.rzinfo {
    position: relative;
    overflow: hidden;
}

.rzinfo h3 {
    position: relative;
    display: inline-block;
    font-size: .32rem;
    font-weight: bold;
    color: #0091ff;
    line-height: .52rem;
    border-bottom: .04rem solid #0091ff;
    padding-bottom: .06rem;
    margin-bottom: .16rem;
}

.rzinfo h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -.06rem;
    width: 6.9rem;
    height: 1px;
    background: #e6e6e6;
}

.rzbox {
    background: #F5F5F5;
    font-size: .24rem;
    color: rgba(51, 51, 51, .8);
    max-height: 10rem;
    height: auto;
    padding: .24rem .28rem .24rem .2rem;
    margin: .1rem auto .2rem;
    border-radius: .2rem;
    overflow: hidden;
    overflow-y: scroll;
}

.rzbox span {
    font-size: .24rem;
    margin-bottom: .3rem;
}

.rzbox p {
    font-size: .24rem;
    color: rgba(51, 51, 51, .8);
    line-height: .4rem !important;
    margin-bottom: 0rem !important;
}

.rzbox::-webkit-scrollbar {
    width: 0.08rem;
    background: transparent;
}

.rzbox::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.08rem;
}

.rzinfo h3 span {
    position: absolute;
    display: block;
    top: .04rem;
    right: -5.6rem;
    font-size: .24rem;
    color: #999;
    font-weight: 400;
}

.rzbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 66;
    display: none;
}

.rzhead {
    height: .88rem;
    line-height: .88rem;
    background: linear-gradient(90deg, #0091ff 0%, #57D1FF 100%);
    padding: 0 .26rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.rzhead i {
    display: block;
    padding: 0 0.15rem;
    width: 0.2rem;
    height: 0.5rem;
    position: relative;
    margin-right: 0.1rem;
    vertical-align: middle;
    background: url(../img/index_icon.png) no-repeat;
    background-size: 6rem 6rem;
    background-position: -3.03rem -4rem;
}

.rzhead p {
    flex: 1;
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.rzcont .info {
    height: 12rem;
    width: 100%;
    overflow: auto;
    margin-bottom: .3rem;
}

.rzcont .info p {
    font-size: .24rem;
    color: #666666;
    line-height: .36rem;
    display: block;
    margin: .2rem .48rem .2rem .2rem;
    text-indent: 0;
}

.rzcont .info span {
    color: #aaa;
    font-size: .24rem;
    margin: 0 .48rem .1rem .2rem;
}

.rzcont .info strong {
    font-size: .26rem;
    font-weight: bold;
}

.rzcont .info {
    width: auto;
    padding: 0 .26rem;
}

.btn,
.btn.no {
    border: 1px solid #0091ff !important;
    background: #fff !important;
    color: #0091ff !important;
}



.newmain3+div p {
    font-size: .34rem;
    line-height: .54rem;
    color: #454545;
}

.newmain3+div span {
    font-weight: 600;
}

.newmain3+div h3 {
    color: #00121a;
    font-weight: 600;
    margin: .3rem 0;
}

.newmain3+div .gamename {
    color: #0091ff;
    text-align: center;
    margin: .15rem 0;
}

.newmain3+div a {
    color: #0091ff;
}

.newmain3+div img {
    display: block;
    margin: .2rem auto;
    width: auto;
    height: auto;
    max-width: 100%;
}
.pagelist{
            text-align: center;
            padding: 15px 0 ;
        }

        .page-item {
            list-style-type: none;
            display: inline-block;
            padding: 0 1em;
            border-radius: 3px;
            line-height: 34px;
            text-align: center;
            color: #aaa;
            background-color: #f6f6f6;
            border: 1px solid #e1e1e1;
        }

        .page-link {
            border-radius: 3px;
            color: #1a1a1a;
        }