@charset "utf-8";

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,
figure {
    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
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b,
em,
i {
    font-style: normal;
}

html,
body {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    color: #333;
    background: #fff;
    height: 100%;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun";
}

input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="button"],
input[type="text"],
button {
    -webkit-appearance: none;
}

/*取消苹果渲染*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html {
    font-size: 100px;
}

body {
    font-size: .24rem;
    word-break: break-all
}

.h10 {
    width: 100%;
    height: .1rem;
    background-color: #f6f7f9
}

.bg {
    background: #fff;
}

.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;
}

.hidden {
    display: none !important;
}

.auto {
    height: auto !important;
}

.fx {
    display: flex;
}

.fx_gw {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.flex {
    display: flex;
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.hidden {
    max-height: 12rem;
    overflow: hidden;
}

.icon {
    background-image: url("../images/icon.png");
    background-size: 8rem 8rem;
}

ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

/* header */
header {
    height: 1.75rem;
    width: 100%;
    background: url(../images/headBg1.jpg) no-repeat center;
    position: relative;
}

header .logo {
    width: 1.86rem;
    height: 0.5rem;
    float: left;
    background-position: 0 0rem;
    margin: 0.26rem 0.6rem 0 0.31rem;
}

header .logo img {
    width: 100%;
    height: 100%;
}


header .search {
    float: left;
    width: 3.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #ffffff;
    font-size: 0.24rem;
    color: #cccccc;
    border-radius: 0.3rem;
    margin-top: 0.24rem;
    text-indent: 0.3rem;
}

header .search .fdj {
    width: 0.35rem;
    height: 0.35rem;
    float: right;
    background-position: -1.92rem -0.02rem;
    margin: 0.13rem 0.24rem 0 0;
}

header .sbtn .fdj {
    width: 0.35rem;
    height: 0.35rem;
    /* float: right; */
    position: absolute;
    right: 50px;
    top: 18px;
    background-position: -1.92rem -0.02rem;
    margin: 0.03rem 0.04rem 0px 2px;
}
header .sbtn{
    width: 0.9rem;
    height: 0.5rem;
    display: block;
    margin: 0 auto;
    background: linear-gradient(-90deg, #FED100, #bbbbbb);
    text-align: center;
    color: #fff;
    border-radius: 0.25rem;
    position: absolute;
    right: 4%;
    top: 16px;
    box-shadow: none;
    border: none;
}

header .menu {
    width: 0.38rem;
    height: 0.38rem;
    float: right;
    background-position: -2.36rem -0.01rem;
    margin: 0.35rem 0.3rem 0 0;
}

/* nav */
nav {
    position: relative;
    width: 100%;
    height: 0.87rem;
    line-height: 0.87rem;
    float: left;
    margin-top: 0.04rem;
}

nav ul {
    display: flex;
    overflow-x: auto;
    width: 100%;
}

nav ul li a {
    display: block;
    position: relative;
    height: 0.87rem;
    line-height: 0.87rem;
    font-size: 0.32rem;
    color: #333333;
    white-space: nowrap;
    padding: 0 0.33rem;
}

nav ul li:first-child a {
    margin-left: 0.12rem;
}

nav ul li a.current {
    color: #ffba25;
    font-weight: bold;
    font-size: 0.36rem;
}

nav ul li a i {
    display: none;
    position: absolute;
    width: 0.33rem;
    height: 0.07rem;
    background-position: -2.88rem -0.04rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.1rem;
}

nav ul li a.current i {
    display: block;
}

nav ul::after {
    content: "";
    position: absolute;
    /* height: 0.87rem; */
    width: 0.36rem;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #efefef90, #efefef);
}

/* location */
.location {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    color: #ffffff80;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}

.location i {
    height: 0.24rem;
    width: 0.2rem;
    display: inline-block;
    background-position: -6.51rem -0.08rem;
    vertical-align: top;
    margin: 0.29rem 0.11rem 0 0.4rem;
}

/* page */
.pagecode {
    display: flex;
    justify-content: center;
}

.pagecode a {
    width: .58rem;
    height: .58rem;
    color: #94979b;
    font-size: .26rem;
    line-height: .58rem;
    text-align: center;
    border-radius: .06rem;
    background: #f6f7fa;
    margin-right: 0.3rem;
}

.pagecode a:nth-child(1) {
    width: 0.96rem;
}

.pagecode a:nth-last-child(1) {
    width: 0.96rem;
    margin-right: 0;
}

.pagecode .current {
    background: #febd00;
    color: #fff;
}

.pagecode .left,
.pagecode .right {
    width: .14rem;
    height: .24rem;
    background-position: -3.33rem -0.04rem;
    display: inline-block;
    position: relative;
    top: .02rem;
}

.pagecode .right {
    transform: rotate(180deg);
}

/* footer */
footer {
    padding: 0.4rem 0 0.34rem 0;
    min-height: 2.04rem;
    background: #333333;
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    position: relative;
}

footer a.logoBottom {
    display: block;
    width: 2.06rem;
    height: 0.54rem;
    background-position: -1.18rem -1.53rem;
    margin: 0 auto 0.18rem;
}

footer p {
    text-align: center;
    line-height: 0.48rem;
    color: #666666;
    font-size: 0.24rem;
    margin: auto;
}

footer p a {
    color: #666666;
}

/* zt */
.zt1 {
    width: 100%;
    height: 2.53rem;
    background: url(../images/ztBg1.jpg) no-repeat center;
}

.zt1>p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.zt1>p:nth-child(1) {
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 0.47rem;
}

.zt1>p:nth-child(1) span {
    position: absolute;
    height: 0.22rem;
    line-height: 0.22rem;
    font-size: 0.18rem;
    font-weight: normal;
    color: #fff;
    border-radius: 0.12rem 0.12rem 0.12rem 0;
    background: #ee3e31;
    padding: 0 0.12rem;
    margin-left: 0.1rem;
}

.zt1>p:nth-child(2) {
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.26rem;
    color: #dee1e3;
}

.zt2 {
    background: #f2f2f2;
    position: relative;
    padding: 0.93rem 0 0.71rem 0;
}

.zt2 .tabBar {
    position: absolute;
    width: 6.8rem;
    height: 1.13rem;
    line-height: 1.13rem;
    border-radius: 0.54rem;
    background: #fff;
    left: 0;
    right: 0;
    top: -0.63rem;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, .2);
}

.zt2 .tabBar a {
    display: block;
    padding: 0 0.34rem;
    font-size: 0.32rem;
    color: #a1a1a1;
    position: relative;
}

.zt2 .tabBar a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: linear-gradient(to right, #ff5500, #ff8c00);
}

.zt2 .tabBar a.current {
    font-size: 0.42rem;
    color: #000000;
    font-weight: bold;
}

.zt2 .tabBar a.current::after {
    width: 0.46rem;
}

.zt2 ul {
    margin: 0 0 0.14rem 0.39rem;
}

.zt2 ul li {
    float: left;
}

.zt2 ul li a {
    display: block;
    width: 3.23rem;
    height: 2.06rem;
    border-radius: 0.14rem;
    margin: 0 0.28rem 0.3rem 0;
    position: relative;
    box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, .3);
}

.zt2 ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(to top, #00000090, #0000);
    border-radius: 0 0 0.14rem 0.14rem;
    z-index: 1;
}

.zt2 ul li a img {
    display: block;
    width: 3.23rem;
    height: 2.06rem;
    border-radius: 0.14rem;
}

.zt2 ul li a p:nth-child(2) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.4rem;
    left: 0.12rem;
    height: 0.43rem;
    line-height: 0.43rem;
    color: #ffffff;
    font-size: 0.24rem;
    border-bottom: 0.01rem solid #ffffff20;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.zt2 ul li a p:nth-child(3) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.04rem;
    left: 0.12rem;
    height: 0.37rem;
    line-height: 0.37rem;
    color: #cccccc;
    font-size: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.zt2 ul li a p:nth-child(3) i {
    display: inline-block;
    width: 0.19rem;
    height: 0.18rem;
    background-position: -2.95rem -0.18rem;
    vertical-align: top;
    margin: 0.1rem 0.06rem 0 0;
}

.zt2 ul li a p:nth-child(3) span {
    color: #fd472a;
}

/* ztDetail */
.ztD {
    background-color: #f2f2f2;
}

.ztD_1 {
    width: 100%;
    height: 2.98rem;
    background: url(../images/ztDBg1.png) no-repeat center;
    background-size: cover;
}

.ztD_2 {
    width: 6.7rem;
    border-radius: 0.18rem;
    background-color: #fff;
    margin: 0.1rem auto 0;
    position: relative;
    text-align: center;
}

.ztD_2::before {
    content: "";
    position: absolute;
    top: -0.44rem;
    left: 0;
    width: 6.7rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 50% 50% 0 0;
}

.ztD_2 .h1 {
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ztD_2 h1 {
    display: inline-block;
    font-weight: bold;
    max-width: 5rem;
    white-space: nowrap;
    overflow: hidden;
}

.ztD_2 .h1 i {
    display: inline-block;
    width: 0.34rem;
    height: 0.24rem;
    background-position: -6.05rem -0.06rem;
    vertical-align: top;
}

.ztD_2 .h1 i:nth-child(1) {
    margin: 0.04rem 0.34rem 0 0;
}

.ztD_2 .h1 i:nth-child(3) {
    margin: 0.1rem 0 0 0.34rem;
    transform: rotate(180deg);
}

.ztD_2>p:nth-child(2) {
    position: relative;
    z-index: 1;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.18rem;
    color: #cccccc;
    margin-top: 0.04rem;
}

.ztD_2>p:nth-child(2) i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: top;
}

.ztD_2>p:nth-child(2) i:nth-child(1) {
    background-position: -5.74rem -0.07rem;
    margin: 0.16rem 0.1rem 0 0;
}

.ztD_2>p:nth-child(2) i:nth-child(3) {
    background-position: -5.46rem -0.07rem;
    margin: 0.18rem 0.06rem 0 0.17rem;
}

.ztD_2>p:nth-child(2) span:nth-child(2) {
    color: #ffba25;
}

.ztD_2>p:nth-child(2) em:nth-child(4) {
    color: #fd472a;
    font-weight: bold;
}

.ztD_2 .line {
    width: 6.27rem;
    height: 0.4rem;
    background: url(../images/ztDBg3.jpg) no-repeat center;
    margin: -0.18rem auto 0;
}

.ztD_2 .desc {
    overflow: hidden;
    margin: 0 0 0.2rem 0.17rem;
}

.ztD_2 .desc .cover {
    float: left;
    width: 5.06rem;
    height: 0.96rem;
    color: #999999;
    font-size: 0.22rem;
    overflow: hidden;
}

.ztD_2 .desc .cover p {
    line-height: 0.46rem;
    position: relative;
    text-align: left;
}

.ztD_2 .desc .look {
    float: left;
    width: 1.16rem;
    height: 0.42rem;
    line-height: 0.42rem;
    border: 0.02rem solid #ffba25;
    border-radius: 0.24rem;
    text-align: center;
    font-size: 0.24rem;
    color: #ffba25;
    margin: 0.2rem 0 0 0.14rem;
}

.freeTrial {
    width: 6.7rem;
    height: 2.38rem;
    background: url(../images/ztDBg2.png) no-repeat center;
    background-size: cover;
    margin-bottom: 0.22rem;
    position: relative;
}

.freeTrial a>p:nth-child(1) {
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.freeTrial .hotGame {
    margin: 0.08rem 0 0 0.24rem;
    position: relative;
}

.freeTrial .hotGame i.hot {
    position: absolute;
    width: 0.94rem;
    height: 1.23rem;
    background-position: 0 -1.43rem;
    top: -0.06rem;
    left: -0.08rem;
}

.freeTrial .hotGame img {
    float: left;
    width: 1.58rem;
    height: 1.58rem;
    border-radius: 50%;
    margin-right: 0.2rem;
    mask-image: linear-gradient(-69deg, #0000 79px, #fff 0);
    -webkit-mask-image: linear-gradient(-225deg, #0000 0.5rem, #fff 0);
}

.freeTrial .hotGame div {
    float: left;
    width: 3.18rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.freeTrial .hotGame div>p:nth-child(1) {
    height: 0.51rem;
    line-height: 0.51rem;
    font-size: 0.32rem;
    color: #000000;
}

.freeTrial .hotGame div>p:nth-child(2),
.freeTrial .hotGame div>p:nth-child(3) {
    height: 0.41rem;
    line-height: 0.41rem;
    font-size: 0.22rem;
    color: #999999;
}

.freeTrial .splitBtn {
    position: absolute;
    bottom: -0.01rem;
    right: 0;
    width: 1.56rem;
    height: 0.56rem;
    overflow: hidden;
}

.freeTrial span {
    display: block;
    width: 1.44rem;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.24rem;
    color: #ffffff;
    background: linear-gradient(to right, #f48686, #ed5d5d);
    border-radius: 0.12rem 0 0.18rem 0;
    margin-left: 0.12rem;
}

.freeTrial span::before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.56rem;
    left: 0.06rem;
    top: 0.04rem;
    background-color: #f48686;
    border-radius: 0.12rem 0 0 0;
    transform: rotate(12deg);
}

.ztD_3 {
    height: 3.38rem;
    background: #fff;
    padding-top: 0.44rem;
    border-radius: 0.62rem 0.62rem 0 0;
    margin-bottom: 0.16rem;
}

.ztDTlt {
    height: 0.36rem;
    line-height: 0.36rem;
    color: #333333;
    font-size: 0.32rem;
    font-weight: bold;
    text-indent: 0.4rem;
}

.ztDTlt .change {
    float: right;
    font-size: 0.24rem;
    color: #66ccff;
    margin-right: 0.4rem;
    font-weight: normal
}

.ztDTlt .change i {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background-position: -4.5rem -0.04rem;
    vertical-align: top;
    margin: 0.07rem 0.12rem 0 0;
}

.ztDTlt .more {
    float: right;
    font-size: 0.2rem;
    color: #ff9900;
    font-weight: normal;
    margin-right: 0.4rem;
}

.ztD_3 ul li {
    float: left;
}

.ztD_3 ul li a {
    display: block;
    margin: 0.3rem 0 0 0.52rem;
}

.ztD_3 ul li:nth-child(1) a {
    margin-left: 0.4rem;
}

.ztD_3 ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.ztD_3 ul li a p {
    width: 1.28rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
}

.ztD_3 ul li a div,
.ztD_3 ul li .ztxq_btn {
    display: block;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.ztD_3 ul li .ztxq_btn {
    margin-left: 0.54rem;
}

.ztD_3 ul li a div.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

.ztD_4 {
    background: #fff;
    padding: 0.4rem 0 0.08rem 0;
}

.ztD_4 ul li {
    position: relative;
}

.ztD_4 ul li>a:nth-child(1) {
    display: block;
    overflow: hidden;
    padding: 0.3rem 0 0 0.4rem;
}

.ztD_4 ul li:nth-child(1)>a:nth-child(1) {
    padding-top: 0.36rem;
}

.ztD_4 ul li a img {
    float: left;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.ztD_4 ul li a>div {
    width: 5.5rem;
    height: 1.57rem;
    float: right;
    border-bottom: 0.01rem solid #ececec;
    position: relative;
}

.ztD_4 ul li:last-child a>div {
    border-bottom: none;
}

.ztD_4 ul li a>div p {
    width: 3.8rem;
    white-space: no-wrap;
    overflow: hidden;
    height: 0.42rem;
    line-height: 0.42rem;
    color: #9f9fa4;
    font-size: 0.22rem;
}

.ztD_4 ul li a>div p:nth-child(1) {
    height: 0.36rem;
    line-height: 0.36rem;
    color: #333333;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.06rem;
}

.ztD_4 ul li a>div span {
    position: absolute;
    top: 0.47rem;
    right: 0.42rem;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.ztD_4 ul li .ztxq_btn {
    position: absolute;
    top: 0.7rem;
    right: 0.42rem;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.ztD_4 ul li a>div span.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

.ztD_5 {
    background: #fff;
    padding: 0.36rem 0 0.3rem 0;
    margin: 0.16rem 0;
}

.ztD_5 .ul1 {
    margin: 0.3rem 0.4rem 0.11rem;
    border-bottom: 0.01rem solid #e7e7e7;
}

.ztD_5 .ul1 li {
    float: left;
}

.ztD_5 .ul1 li a {
    display: block;
    width: 3.2rem;
    height: 2.06rem;
    border-radius: 0.14rem;
    margin: 0 0.28rem 0.3rem 0;
    position: relative;
    box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, .3);
}

.ztD_5 .ul1 li:nth-child(2n) a {
    margin-right: 0;
}

.ztD_5 .ul1 li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(to top, #00000090, #0000);
    border-radius: 0 0 0.14rem 0.14rem;
    z-index: 1;
}

.ztD_5 .ul1 li a img {
    display: block;
    width: 3.2rem;
    height: 2.06rem;
    border-radius: 0.14rem;
}

.ztD_5 .ul1 li a p:nth-child(2) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.4rem;
    left: 0.12rem;
    height: 0.43rem;
    line-height: 0.43rem;
    color: #ffffff;
    font-size: 0.24rem;
    border-bottom: 0.01rem solid #ffffff20;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.ztD_5 .ul1 li a p:nth-child(3) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.04rem;
    left: 0.12rem;
    height: 0.37rem;
    line-height: 0.37rem;
    color: #cccccc;
    font-size: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.ztD_5 .ul1 li a p:nth-child(3) i {
    display: inline-block;
    width: 0.19rem;
    height: 0.18rem;
    background-position: -2.95rem -0.18rem;
    vertical-align: top;
    margin: 0.1rem 0.06rem 0 0;
}

.ztD_5 .ul1 li a p:nth-child(3) span {
    color: #fd472a;
}

.ztD_5 .ul2 {
    overflow: hidden;
    margin: 0.36rem 0 0 0.4rem;
}

.ztD_5 .ul2 li {
    float: left;
    margin: 0 0.18rem 0.26rem 0;
}

.ztD_5 .ul2 li a {
    display: block;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.32rem;
    border-radius: 0.22rem;
    font-size: 0.24rem;
    color: #f1516c;
    text-align: center;
    background-color: #ffedee;
}

.ztD_5 .ul2 li:nth-child(2n) a {
    color: #45b97c;
    background-color: #edfff5;
}

.ztD_5 .ul2 li:nth-child(3n) a {
    color: #796cb0;
    background-color: #f1edff;
}

.ztD_5 .ul2 li:nth-child(4n) a {
    color: #edfaff;
    background-color: #009ad6;
}

.ztD_5 .ul2 li:nth-child(5n) a {
    color: #fff9ed;
    background-color: #dea32c;
}

.ztD_5 .ul2 li:nth-child(6n) a {
    color: #c77eb5;
    background-color: #ffedfb;
}

#popupsBox {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #00000050;
    z-index: 99;
}

.ztDetailPopups {
    width: 6.48rem;
    height: 5.02rem;
    border-radius: 0.66rem;
    background: url(../images/ztDBg4.png) no-repeat center;
    background-size: cover;
    margin: 4rem auto;
    position: relative;
}

.ztDetailPopups .close {
    position: absolute;
    bottom: -0.82rem;
    left: 0%;
    right: 0;
    margin: auto;
    height: 0.58rem;
    width: 0.58rem;
    background-position: -1.99rem -0.64rem;
}

.ztDetailPopups .top {
    height: 0.81rem;
    line-height: 0.81rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #ffba25;
    text-align: center;
    padding-top: 0.32rem;
}

.ztDetailPopups .top p {
    display: inline-block;
    max-width: 5.2rem;
    white-space: nowrap;
    overflow: hidden;
}

.ztDetailPopups .top i {
    display: inline-block;
    width: 0.34rem;
    height: 0.24rem;
    background-position: -6.05rem -0.06rem;
    vertical-align: top;
    opacity: .9;
}

.ztDetailPopups .top i:nth-child(1) {
    margin: 0.27rem 0.34rem 0 0;
}

.ztDetailPopups .top i:nth-child(3) {
    margin: 0.34rem 0 0 0.34rem;
    transform: rotate(180deg);
}

.ztDetailPopups .cont {
    width: 5.76rem;
    height: 3.22rem;
    overflow: auto;
    margin: 0 auto;
}

.ztDetailPopups .cont p {
    line-height: 0.45rem;
    color: #999999;
    font-size: 0.24rem;
}

.zx_1 {
    width: 100%;
    height: 1.9rem;
    background: url(../images/zxBg1.jpg) no-repeat center;
    background-position: 0 0;
    background-size: contain;
    padding-bottom: 2.16rem;
    background-color: #fff;
    position: relative;
}

.zx_1>p:nth-child(1) {
    padding-top: 0.44rem;
    height: 0.53rem;
    line-height: 0.53rem;
    color: #ffffff;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
}

.zx_1>p:nth-child(2) {
    height: 0.38rem;
    line-height: 0.38rem;
    color: #e0e0e4;
    font-size: 0.26rem;
    text-align: center;
}

.zx_1>div:nth-child(3) {
    position: absolute;
    bottom: -0.36rem;
    left: 0;
    height: 2.2rem;
    border-radius: 0 0 0.8rem 0.8rem;
    background-color: #fff;
    padding: 0.32rem 0.4rem 0;
    box-shadow: 0 0.02rem 0.2rem 0 rgba(0, 0, 0, .2);
}

.zx_1>div div {
    float: left;
    width: 3.27rem;
    height: 1.81rem;
    border-radius: 0.16rem;
    position: relative;
}

.zx_1>div div img {
    display: block;
    width: 3.27rem;
    height: 1.81rem;
    border-radius: 0.16rem;
}

.zx_1>div div:nth-child(1) {
    margin-right: 0.16rem;
}

.zx_1>div div span {
    position: absolute;
    top: 0.14rem;
    left: 0;
    width: 0.59rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    border-radius: 0 0.06rem 0.06rem 0;
    background: linear-gradient(to right, #ff5900, #ff8c00);
}

.zx_1>div div:nth-child(2) span {
    background: linear-gradient(to right, #febb00, #fed100);
}

.zx_2 {
    padding: 0.47rem 0 0.16rem;
}

.zx_2 .tabBar {
    height: 1.01rem;
    line-height: 1.01rem;
    color: #a1a1a1;
    font-size: 0.32rem;
}

.zx_2 .tabBar span {
    float: left;
    position: relative;
    padding: 0 0.2rem;
}

.zx_2 .tabBar>span:first-child {
    margin-left: 0.64rem;
}

.zx_2 .tabBar span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: linear-gradient(to right, #ff5500, #ff8c00);
}

.zx_2 .tabBar span.current {
    font-size: 0.42rem;
    color: #000000;
    font-weight: bold;
}

.zx_2 .tabBar span.current::after {
    width: 0.46rem;
}

.zx_2 .tips {
    width: 100%;
    height: 0.81rem;
    line-height: 0.81rem;
    font-size: 0.28rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/zxBg2.jpg) no-repeat center;
    background-size: cover;
}

.zx_2 .ul1 {
    padding: 0 0.07rem 0.33rem 0.32rem;
    background-color: #fff;
    overflow: hidden;
}

.zx_2 .ul1 li a {
    display: block;
    padding-top: 0.24rem;
    overflow: hidden;
}

.zx_2 .ul1 li a img {
    float: left;
    width: 2.17rem;
    height: 1.45rem;
    border-radius: 0.1rem;
    margin-right: 0.36rem;
}

.zx_2 .ul1 li a div {
    float: left;
    height: 1.72rem;
    width: 4.58rem;
    border-bottom: 0.01rem solid #ededed;
}

.zx_2 .ul1 li a div>p:nth-child(1) {
    line-height: 0.48rem;
    color: #333333;
    font-size: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zx_2 .ul1 li a div>p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: no-wrap;
    overflow: hidden;
}

.zx_2 .ul1 li a div>p:nth-child(2) span {
    margin-left: 0.3rem;
}

.zxPageCode {
    background: #fff;
    padding-bottom: 0.5rem;
}

.zx_3 {
    background-color: #fff;
    padding: 0.4rem 0 0.22rem;
    margin-bottom: 0.16rem;
}

.zx_3 ul {
    margin: 0.28rem 0.4rem 0;
}

.zx_3 ul li {
    float: left;
}

.zx_3 ul li a {
    display: block;
    width: 3.2rem;
    height: 2.06rem;
    border-radius: 0.14rem;
    margin: 0 0.28rem 0.3rem 0;
    position: relative;
    box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, .3);
}

.zx_3 ul li:nth-child(2n) a {
    margin-right: 0;
}

.zx_3 ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(to top, #00000090, #0000);
    border-radius: 0 0 0.14rem 0.14rem;
    z-index: 1;
}

.zx_3 ul li a img {
    display: block;
    width: 3.2rem;
    height: 2.06rem;
    border-radius: 0.14rem;
}

.zx_3 ul li a p:nth-child(2) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.4rem;
    left: 0.12rem;
    height: 0.43rem;
    line-height: 0.43rem;
    color: #ffffff;
    font-size: 0.24rem;
    border-bottom: 0.01rem solid #ffffff20;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.zx_3 ul li a p:nth-child(3) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.04rem;
    left: 0.12rem;
    height: 0.37rem;
    line-height: 0.37rem;
    color: #cccccc;
    font-size: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.zx_3 ul li a p:nth-child(3) i {
    display: inline-block;
    width: 0.19rem;
    height: 0.18rem;
    background-position: -2.95rem -0.18rem;
    vertical-align: top;
    margin: 0.1rem 0.06rem 0 0;
}

.zx_3 ul li a p:nth-child(3) span {
    color: #fd472a;
}

.zx_4 {
    overflow: hidden;
    padding: 0.38rem 0 0.58rem 0;
    background-color: #fff;
    margin-bottom: 0.16rem;
}

.zx_4 ul li {
    float: left;
}

.zx_4 ul li a {
    display: block;
    margin: 0.3rem 0 0 0.52rem;
}

.zx_4 ul li:nth-child(1) a {
    margin-left: 0.4rem;
}

.zx_4 ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.zx_4 ul li a p {
    width: 1.28rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zx_4 ul li a div {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.zx_4 ul li a div.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

/* zxDetail */
.zxDetail_1 {
    min-height: 2rem;
    border-top: 0.01rem solid #dfdfdf;
    border-bottom: 0.01rem solid #dfdfdf;
    background: url(../images/zxDBg2.jpg) no-repeat center;
    background-size: cover;
}

.zxDetail_1 .location {
    color: #cccccc;
    margin-bottom: 0.04rem;
}

.zxDetail_1 .location i {
    background-position: -3.6rem -0.06rem;
    margin-left: 0.4rem;
}

.zxDetail_1 h1 {
    line-height: 0.56rem;
    font-size: 0.38rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    margin: 0 0.5rem;
}

.zxDetail_1 p {
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.18rem;
    color: #9f9fa4;
}

.zxDetail_1 p i {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: top;
}

.zxDetail_1 p i:nth-child(1) {
    background-position: -3.92rem -0.08rem;
    margin: 0.25rem 0.08rem 0 0.44rem;
}

.zxDetail_1 p i:nth-child(2) {
    background-position: -4.21rem -0.08rem;
    margin: 0.25rem 0.08rem 0 0.23rem;
}

.zxDetail_2 .cont {
    padding: 0.32rem 0.4rem .01rem;
}

.zxDetail_2 .cont a {
    color: #0000ee;
}

.zxDetail_2 .cont p {
    font-size: 0.3rem;
    color: #1A1A1A;
    line-height: .46rem;
    margin: 0 0 .06rem;
}

.zxDetail_2 .cont img {
    display: block;
    max-width: 6.7rem;
    height: auto;
    margin: .25rem auto 0.3rem;
    border-radius: 0.1rem;
}

.zxDetail_2 .cont h3 {
    display: block;
    font-size: .3rem;
    line-height: .58rem;
    font-weight: bold;
    color: #333333;
    color: #ffba25;
}

.zxDetail_2 .cont iframe {
    height: auto;
    max-width: 7rem;
    display: block;
    margin: 10px auto;
}

.zxDetail_2 .cont table {
    margin: auto;
    width: 100% !important
}

.zxDetail_2 .cont table td {
    text-align: center;
}

.zxDetail_2 .like {
    width: 1.66rem;
    height: 0.75rem;
    line-height: 0.75rem;
    color: #ffffff;
    font-size: 0.22rem;
    text-align: center;
    background: linear-gradient(to right, #ff5400, #ff8d00);
    border-radius: 0.36rem;
    margin: 0.29rem auto 0.4rem;
}

.zxDetail_2 .like i {
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    background-position: -4.9rem -0.04rem;
    margin: 0.28rem 0.06rem 0 0;
}

.zxDetail_2 .like span {
    font-weight: bold;
    margin-left: 0.07rem;
}

.zxGameMsg {
    display: block;
    width: 6.47rem;
    height: 1.45rem;
    border-radius: 0.22rem;
    border: 0.01rem solid #ffdc92;
    margin: 0 auto;
    background: url(../images/zxDBg1.jpg);
    padding: 0.25rem 0 0 0.23rem;
}

.zxGameMsg img {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.28rem;
    margin-right: 0.27rem;
}

.zxGameMsg .mid {
    float: left;
    width: 3.4rem;
    white-space: nowrap;
    overflow: hidden;
}

.zxGameMsg .mid>p {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    color: #9f9fa4;
}

.zxGameMsg .mid>p:nth-child(1) {
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.3rem;
    color: #333333;
}

.zxGameMsg .down {
    float: left;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    border-radius: 0.26rem;
    background: linear-gradient(to right, #feb900, #fed100);
    box-shadow: 0 0.02rem 0.1rem rgba(254, 200, 12, .5);
    margin: 0.35rem 0 0 0.18rem;
}

.zxDetail_2 .copyLink {
    height: 0.94rem;
    line-height: 0.94rem;
    font-size: 0.22rem;
    color: #8f8f8f;
    position: relative;
    padding: 0 0 0.14rem 2.3rem;
}

.zxDetail_2 {
    border-bottom: 0.16rem solid #f2f2f2;
}

.zxDetail_2 .copyLink span,
.zxDetail_2 .copyLink input {
    position: absolute;
    top: 0.27rem;
    left: 0.39rem;
    width: 1.78rem;
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.22rem;
    color: #ff6f19;
    text-align: center;
    border: 0.01rem solid #ffb78c;
    border-radius: 0.06rem;
}

.zxDetail_2 .copyLink input {
    opacity: 0;
}

.zxDetail_2 .copyLink span i {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background-position: -5.22rem -0.08rem;
    vertical-align: top;
    margin: 0.12rem 0.08rem 0 0;
}

.zxDetail_3 {
    overflow: hidden;
    padding: 0.32rem 0 0.26rem 0;
    background-color: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.zxDetail_3 ul li {
    float: left;
}

.zxDetail_3 ul li a {
    display: block;
    margin: 0.3rem 0 0 0.52rem;
}

.zxDetail_3 ul li:nth-child(1) a,
.zxDetail_3 ul li:nth-child(5n) a {
    margin-left: 0.4rem;
}

.zxDetail_3 ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.zxDetail_3 ul li a p {
    width: 1.28rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
}

.zxDetail_3 ul li a div {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.zxDetail_3 ul li a div.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

.zxDetail_4 {
    overflow: hidden;
    padding: 0.35rem 0 0.28rem 0;
    background-color: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.zxDetail_4 ul {
    padding: 0 0.07rem 0 0.32rem;
    background-color: #fff;
    overflow: hidden;
}

.zxDetail_4 ul li a {
    display: block;
    padding-top: 0.24rem;
    overflow: hidden;
}

.zxDetail_4 ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.45rem;
    border-radius: 0.1rem;
    margin-right: 0.36rem;
}

.zxDetail_4 ul li a div {
    float: left;
    height: 1.72rem;
    width: 4.58rem;
    border-bottom: 0.01rem solid #ededed;
}

.zxDetail_4 ul li:last-child a div {
    border-bottom: none;
}

.zxDetail_4 ul li a div>p:nth-child(1) {
    line-height: 0.48rem;
    color: #333333;
    font-size: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zxDetail_4 ul li a div>p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: no-wrap;
    overflow: hidden;
}

.zxDetail_4 ul li a div>p:nth-child(2) span {
    margin-left: 0.3rem;
}

.zxDetail_5 {
    overflow: hidden;
    padding: 0.32rem 0 0.52rem 0;
    background-color: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.zxDetail_5 ul li {
    float: left;
}

.zxDetail_5 ul li a {
    display: block;
    margin: 0.3rem 0 0 0.52rem;
}

.zxDetail_5 ul li:nth-child(1) a {
    margin-left: 0.4rem;
}

.zxDetail_5 ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.zxDetail_5 ul li a p {
    width: 1.28rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
}

.zxDetail_5 ul li a div {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.zxDetail_5 ul li a div.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

/* detail */
.gD_1 {
    width: 100%;
    height: 3.31rem;
    background-color: #2d2d34;
    background-image: url(../images/detailBg1.jpg);
    background-size: cover;
    position: relative;
    border-bottom: 0.54rem solid #2d2d34;
    border-radius: 0 0 0.74rem 0.74rem;
}

.gD_1 .rank {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 0.42rem;
    height: 0.68rem;
    background-position: -2.72rem -0.6rem;
}

.gD_1 .msg .left {
    float: left;
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 0.24rem;
    margin: 0 0.22rem 0 0.4rem;
    position: relative;
}

.gD_1 .msg .left img {
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 0.28rem;
}

.gD_1 .msg .left p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    background: rgba(0, 0, 0, .9);
    border-radius: 0 0 0.28rem 0.28rem;
    font-size: 0.18rem;
    color: #00cb9e;
    text-align: center;
}

.gD_1 .msg .left p i {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background-position: -6.84rem -0.07rem;
    vertical-align: top;
    margin: 0.04rem 0.04rem 0 0.14rem;
}

.gD_1 .msg .mid {
    float: left;
    width: 3.24rem;
    white-space: nowrap;
    overflow: hidden;
}

.gD_1 .msg .mid h1 {
    max-height: 0.92rem;
    line-height: 0.46rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0.14rem 0 .06rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gD_1 .msg .mid p:nth-child(2),
.gD_1 .msg .mid p:nth-child(3) {
    height: 0.47rem;
    line-height: 0.47rem;
    color: #cccccc;
    font-size: 0.24rem;
}

.gD_1 .msg .mid p:nth-child(2) span {
    color: #c80e3d;
}

.gD_1 .msg .right {
    float: left;
    height: 1.44rem;
    width: 1.7rem;
    background-position: 0 -2.56rem;
    margin-top: 0.08rem;
    text-align: center;
}

.gD_1 .msg .right>p:nth-child(1) {
    margin-top: 0.18rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.18rem;
    color: #cccccc;
}

.gD_1 .msg .right>p:nth-child(2) {
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.3rem;
    color: #ffba25;
    font-weight: bold;
}

.gD_1 .msg .right>p:nth-child(3) {
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #cccccc;
}

.gD_1 .downBtn,
.gD_1 .orderBtn {
    position: absolute;
    bottom: -0.37rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.7rem;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 0.36rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #feb900, #fed100);
}

.gD_1 .orderBtn {
    background: linear-gradient(to right, #ff5300, #ff8d00);
}

.gD_1 .orderBtn i {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background-position: -7.56rem -0.07rem;
    vertical-align: top;
    margin: 0.24rem 0.1rem 0 0;
}

.fixedBox_gd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    height: 1.08rem;
    line-height: 1.08rem;
    background: url(../images/detailBg2.jpg) no-repeat center;
    background-size: cover;
    z-index: 9;
}

.fixedBox_gd>i:nth-child(1) {
    float: left;
    width: 0.18rem;
    height: 0.34rem;
    background-position: -7.23rem -0.04rem;
    vertical-align: top;
    margin: 0.38rem 0.32rem 0 0.3rem;
}

.fixedBox_gd>img:nth-child(2) {
    float: left;
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.1rem;
    margin: 0.3rem 0.14rem 0 0;
}

.fixedBox_gd>p:nth-child(3) {
    float: left;
    width: 4rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #f6f6f6;
}

.fixedBox_gd .down,
.fixedBox_gd .order {
    float: right;
    margin: 0.26rem 0.3rem 0 0;
    width: 1.32rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border-radius: 0.28rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #feb900, #fed000);
}

.fixedBox_gd .order {
    background: linear-gradient(to right, #ff5400, #ff8d00);
}

.gD_2 {
    background: #fff;
}

.gD_2 .moveBar {
    display: flex;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    color: #a1a1a1;
    padding-top: 0.16rem;
    background: #f2f2f2;
}

.gD_2 .moveBar span {
    display: block;
    min-width: 0.96rem;
    padding: 0 0.34rem;
    position: relative;
}

.gD_2 .moveBar>span:first-child {
    padding-left: 0.62rem;
}

.gD_2 .moveBar span.current {
    font-size: 0.42rem;
    color: #000000;
    font-weight: bold;
}

.gD_2 .moveBar span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: linear-gradient(to right, #ff5600, #ff8d00);
}

.gD_2 .moveBar span.current::after {
    width: 0.46rem;
}

.gD_2 .tagBar {
    height: 1.12rem;
    white-space: nowrap;
    overflow: auto;
}

.gD_2 .tagBar li {
    display: inline-block;
    height: 0.54rem;
    line-height: 0.54rem;
    color: #8a8a8a;
    font-size: 0.24rem;
    padding: 0 0.15rem;
    background: #f3f5f7;
    border-radius: 0.08rem;
    margin: 0.29rem 0.25rem 0 0;
}

.gD_2 .tagBar>li:first-child {
    margin-left: 0.4rem;
}

.gD_2 .tagBar>li em {
    color: #ffba25;
    margin-right: 0.04rem;
}

/* 截图 */
.img_item {
    width: 7.1rem;
    overflow-x: auto;
    border-radius: 0.18rem;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0.18rem 0.4rem;
}

.img_item ul {
    font-size: 0;
}

.img_item ul li {
    margin-right: .2rem;
    display: inline-block;
}

.img_item ul li img,
.img_item ul li video {
    width: auto;
    height: 3.2rem;
    border-radius: 0.18rem;
}

.img_item ul li video {
    box-sizing: border-box;
    border: 0.02rem solid #ffba25;
}

div.photo-box {
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 100% !important;
    position: fixed;
    overflow: hidden;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
}

.cf {
    *zoom: 1;
}

.pinch-zoom-container {
    height: 100% !important;
}

.img-slider {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.img-slider li {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    z-index: 999;
}

div.photo-box li {
    list-style: none;
}

.img-slider li img {
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.btVideo {
    position: relative;
}

.btVideo .vback {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3.2rem;
    z-index: 1;
}

.btVideo i {
    position: absolute;
    width: 0.99rem;
    height: 0.99rem;
    background-position: -3.48rem -0.46rem;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gD_2 .tlt_cont {
    height: 0.7rem;
    line-height: 0.7rem;
    color: #333333;
    font-size: 0.32rem;
    font-weight: bold;
    margin-left: 0.4rem;
}

.gD_2 .cont p {
    font-size: 0.3rem;
    color: #1A1A1A;
    line-height: 0.48rem;
    margin-bottom: .06rem;
    padding: 0 0.4rem;
    text-indent: 2em;
}

.gD_2 .cont h3 {
    color: #333333;
    line-height: 0.6rem;
    font-size: 0.3rem;
    position: relative;
    margin: 0 0.4rem;
    color: #ffba25;
    font-weight: bold;
}

.gD_2 .cont img {
    display: block;
    width: auto;
    max-width: 6.8rem;
    border-radius: 0.18rem;
    margin: 0.2rem auto;
}

.gD_2 .approve {
    padding: 0 0 0.04rem 0.32rem;
    height: 0.94rem;
    display: flex;
    font-size: 0.24rem;
    border-bottom: 0.14rem solid #f2f2f2;
}

.rizhi {
    position: relative;
    font-size: .28rem;
    color: #808080;
    line-height: .46rem;
    background: #f5f5f5;
    margin: 0 .28rem;
    padding: .25rem;
    border-radius: .04rem;
}

.rizhi h3 {
    margin: 0 .02rem !important;
}

.rizhi p {
    text-indent: 0 !important;
    margin: .1rem 0 !important;
    padding: 0 !important
}

.gD_2 .cont .rLog {
    position: absolute;
    right: 0;
    top: .1rem;
    display: block;
    width: 1.18rem;
    height: 0.38rem;
    line-height: .38rem;
    border: 1px solid #ffac7e;
    font-size: .24rem;
    color: #ffac7e;
    border-radius: 0.38rem;
    text-align: center;
    margin: 0.2rem;
}

.gD_2 .approve span {
    color: #cccccc;
    height: 0.84rem;
    line-height: 0.84rem;
    display: block;
    margin-right: 0.24rem;
}

.gD_2 .approve i {
    display: inline-block;
    width: 0.26rem;
    height: 0.32rem;
    background-position: -4.74rem -0.51rem;
    vertical-align: top;
    margin: 0.28rem 0.1rem 0 0;
}

.gD_2 .approve span:nth-child(2) i {
    background-position: -5.14rem -0.51rem;
}

.gD_2 .approve span:nth-child(3) i {
    background-position: -5.52rem -0.51rem;
}

.gD_3 {
    background-color: #fff;
}

.gD_3 .top {
    width: 100%;
    height: 0.42rem;
    padding-top: 0.38rem;
    background: url(../images/zxBg2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.gD_3 .top .ztDTlt .report {
    position: absolute;
    width: 0.94rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.2rem;
    border: 0.02rem solid #ffac7e;
    text-align: center;
    top: 0.32rem;
    right: 0.2rem;
    color: #ff5c00;
    font-size: 0.22rem;
    font-weight: normal;
    text-indent: 0;
}

.gD_3 .top .ztDTlt .report i {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background-position: -5.95rem -0.55rem;
    vertical-align: top;
    margin: 0.04rem 0.04rem 0 0;
}

.gD_3 ul {
    padding: 0.14rem 0 0.22rem;
    border-bottom: 0.16rem solid #f2f2f2;
}

.gD_3 ul li {
    width: 6.7rem;
    height: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    margin: auto;
}

.gD_3 ul li>span {
    font-size: 0.24rem;
    color: #999999;
}

.gD_3 ul li>em {
    font-size: 0.28rem;
    color: #1a1a1a;
}

.gD_3 ul li>i {
    font-size: 0.28rem;
    color: #ec003e;
}

.gD_3 ul li:last-child {
    border: none;
}

.gD_4 {
    padding: 0.38rem 0 0.26rem;
    background: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.gD_4 ul li a {
    display: block;
    width: 6.7rem;
    height: 1.06rem;
    border-radius: 0.06rem;
    margin: 0 auto 0.2rem;
    background: #fff7ed;
}

.gD_4 ul li:first-child a {
    margin-top: 0.26rem;
}

.gD_4 ul li a img {
    float: left;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 0.08rem;
    margin: 0.17rem 0.17rem 0 0.18rem;
}

.gD_4 ul li a .mid {
    float: left;
    width: 4rem;
    white-space: nowrap;
    overflow: hidden;
}

.gD_4 ul li a .mid>p:nth-child(1) {
    height: 0.42rem;
    line-height: 0.42rem;
    color: #333333;
    font-size: 0.26rem;
    margin-top: 0.18rem;
}

.gD_4 ul li a .mid>p:nth-child(2) {
    height: 0.31rem;
    line-height: 0.31rem;
    color: #949494;
    font-size: 0.2rem;
}

.gD_4 ul li a .down {
    float: left;
    width: 1.26rem;
    height: 0.46rem;
    line-height: 0.46rem;
    border-radius: 0.24rem;
    font-size: 0.22rem;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(to right, #feba00, #feba00, #fed000);
    box-shadow: 0 0.02rem 0.1rem 0 rgba(254, 200, 12, .5);
    margin: 0.3rem 0 0 0.07rem;
}

.gD_5 {
    overflow: hidden;
    padding: 0.32rem 0 0.26rem 0;
    background-color: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.gD_5 ul li {
    float: left;
}

.gD_5 ul li a {
    display: block;
    margin: 0.3rem 0 0 0.52rem;
}

.gD_5 ul li:nth-child(1) a,
.gD_5 ul li:nth-child(5n) a {
    margin-left: 0.4rem;
}

.gD_5 ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.gD_5 ul li a p {
    width: 1.28rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gD_5 ul li a div {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.gD_5 ul li a div.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

.gD_6 {
    background: #fff;
    padding: 0.38rem 0 0.16rem;
    border-bottom: 0.16rem solid #f2f2f2;
}

.gD_6 .tagBar {
    margin: 0.05rem 0 0 0.15rem;
    border-bottom: 0.01rem solid #f0eff4;
    white-space: nowrap;
    overflow: auto;
}

.gD_6 .tagBar li {
    display: inline-block;
    height: 0.71rem;
    line-height: 0.71rem;
    padding: 0 0.25rem;
    font-size: 0.24rem;
    color: #999999;
    position: relative;
}

.gD_6 .tagBar li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0.06rem;
    background-color: #fcefe2;
}

.gD_6 .tagBar li.current {
    color: #ff9400;
    font-weight: bold;
}

.gD_6 .tagBar li.current::after {
    width: 0.78rem;
}

.gD_6 .top {
    display: block;
    width: 6.04rem;
    height: 2.04rem;
    margin: 0.37rem auto 0.34rem;
    padding: 0.19rem 0.16rem 0 0.67rem;
    border-radius: 0.12rem;
    background: url(../images/zxDBg1.jpg);
    position: relative;
}

.gD_6 .top .clipImg {
    position: absolute;
    width: 1.47rem;
    height: 2.22rem;
    border-radius: 0.12rem 0 0 0.12rem;
    left: 0;
    top: 0;
    mask-image: linear-gradient(-72deg, #0000 0.7rem, #fff 0);
    -webkit-mask-image: linear-gradient(-72deg, #0000 0.7rem, #fff 0);
}

.gD_6 .top>img:nth-child(2) {
    float: left;
    width: 3rem;
    height: 1.8rem;
    border-radius: 0.12rem;
    border: 0.02rem solid #fff;
    margin-right: 0.16rem;
    position: relative;
    z-index: 1;
}

.gD_6 .top .msg {
    float: left;
    width: 2.66rem;
    margin-top: 0.12rem;
}

.gD_6 .top .msg>p:nth-child(1) i {
    display: inline-block;
    width: 0.34rem;
    height: 0.23rem;
    background-position: -6.33rem -0.55rem;
}

.gD_6 .top .msg>p:nth-child(1) span {
    float: right;
    font-size: 0.22rem;
    color: #ee3e31;
    font-weight: bold;
}

.gD_6 .top .msg>p:nth-child(1) span em {
    font-size: 0.14rem;
    font-weight: normal;
}

.gD_6 .top .msg>p:nth-child(2) {
    height: 0.46rem;
    line-height: 0.46rem;
    color: #333333;
    font-size: 0.24rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.gD_6 .top .msg>p:nth-child(3) {
    line-height: 0.3rem;
    color: #333333;
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gD_6 .bottom {
    overflow: hidden;
    padding-left: 0.14rem;
}

.gD_6 .bottom li {
    float: left;
}

.gD_6 .bottom li a {
    display: block;
    width: 1.28rem;
    padding: 0 0.26rem;
}

.gD_6 .bottom li a img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.gD_6 .bottom li a>p:nth-child(2) {
    height: 0.52rem;
    line-height: 0.52rem;
    color: #333333;
    font-size: 0.24rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gD_6 .bottom li a>p:nth-child(3) {
    height: 0.22rem;
    line-height: 0.22rem;
    color: #9f9fa4;
    font-size: 0.22rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 0.28rem;
}

.gD_7 {
    overflow: hidden;
    padding: 0.35rem 0 0.28rem 0;
    background-color: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.gD_7 ul {
    padding: 0 0.07rem 0 0.32rem;
    background-color: #fff;
    overflow: hidden;
}

.gD_7 ul li a {
    display: block;
    padding-top: 0.24rem;
    overflow: hidden;
}

.gD_7 ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.45rem;
    border-radius: 0.1rem;
    margin-right: 0.36rem;
}

.gD_7 ul li a div {
    float: left;
    height: 1.72rem;
    width: 4.58rem;
    border-bottom: 0.01rem solid #ededed;
}

.gD_7 ul li:last-child a div {
    border-bottom: none;
}

.gD_7 ul li a div>p:nth-child(1) {
    line-height: 0.48rem;
    color: #333333;
    font-size: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gD_7 ul li a div>p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: no-wrap;
    overflow: hidden;
}

.gD_7 ul li a div>p:nth-child(2) span {
    margin-left: 0.3rem;
}

.gD_8 {
    overflow: hidden;
    padding: 0.32rem 0 0.52rem 0;
    background-color: #fff;
    border-bottom: 0.16rem solid #f2f2f2;
}

.gD_8 ul li {
    float: left;
}

.gD_8 ul li a {
    display: block;
    margin: 0.3rem 0 0 0.52rem;
}

.gD_8 ul li:nth-child(1) a {
    margin-left: 0.4rem;
}

.gD_8 ul li a img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
}

.gD_8 ul li a p {
    width: 1.28rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gD_8 ul li a div {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.24rem;
    margin: 0 auto;
    background: linear-gradient(to right, #feba00, #fed100);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.gD_8 ul li a div.order {
    background: linear-gradient(to right, #ff5500, #ff8d00);
}

/* popups */
.popupsIcon {
    background-image: url(../images/popups.png);
    background-size: 8rem 8rem;
    display: inline-block;
}

#popupsBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000050;
    z-index: 99;
}

#popupsBox .orderBox {
    width: 6.7rem;
    height: 3.77rem;
    margin: 3rem auto 0;
    border-radius: 0.2rem;
    position: relative;
    background: #fff;
}

#popupsBox .orderBox::before {
    content: "";
    position: absolute;
    top: 0.46rem;
    right: 0.46rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #fff3cb;
}

#popupsBox .orderBox::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: 1.24rem 0 0.2rem 0;
    background: #fdd400;
}

.popupsClose {
    position: absolute;
    bottom: -1.54rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.6rem;
    height: 1.28rem;
    background-position: -0.06rem -0.8rem;
}

#popupsBox .orderBg {
    width: 6.2rem;
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #000000;
    padding: 0.25rem 0 0.06rem 0.5rem;
    position: relative;
}

#popupsBox .orderBg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    width: 0.94rem;
    height: 0.06rem;
    background: #fdd400;
}

#popupsBox .orderContent {
    padding: 0.3rem 0.5rem 0;
    position: relative;
}

#popupsBox .orderBg .orderContent>p {
    margin-top: 1.52rem;
    line-height: 1.24rem;
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    color: #404040;
}

#popupsBox .orderBox .order {
    position: relative;
    width: 100%;
}

#popupsBox .orderBox .order input[type=text] {
    width: 4.78rem;
    height: 0.7rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.1rem;
    background: #ffffff;
    padding-left: 0.86rem;
    font-size: 0.2rem;
    color: #cccccc;
}

#popupsBox .orderBox .order .phone {
    position: absolute;
    width: 0.24rem;
    height: 0.38rem;
    top: 0.48rem;
    left: 0.74rem;
    background-position: 0 0;
}

#popupsBox .orderBox .order .phone::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.5rem;
    background: #e3e3e3;
    top: -0.04rem;
    right: -0.2rem;
}

#popupsBox .orderBox .order .errTips {
    height: 0.3rem;
    line-height: 0.3rem;
    color: #fa5e4f;
    font-size: 0.2rem;
    margin-left: 0.38rem;
}

#popupsBox .orderBox .order .msg {
    height: 0.36rem;
    line-height: 0.36rem;
    color: #404040;
    font-size: 0.22rem;
    text-align: center;
}

#popupsBox .orderBox .order .msg em {
    color: #cc0000;
}

#popupsBox .orderBox .order .tip {
    height: 0.34rem;
    line-height: 0.34rem;
    color: #cccccc;
    font-size: 0.2rem;
    text-align: center;
}

#popupsBox .orderBox .order .nextBtn,
#popupsBox .orderBox .orderWin .knowBtn,
#popupsBox .orderBox .hasOrder .knowBtn {
    width: 2.68rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background: linear-gradient(to right, #ff5500, #ff8d00);
    border-radius: 0.32rem;
    margin: 0.28rem auto 0;
    cursor: pointer;
}

#popupsBox .orderBox .orderWin .knowBtn,
#popupsBox .orderBox .hasOrder .knowBtn {
    margin-top: 0.28rem;
}

/* #popupsBox .orderBox .orderWin, #popupsBox .orderBox .hasOrder { padding: 1rem 0 0.48rem; border-radius: 0.2rem;} */
#popupsBox .orderBox .orderWin i,
#popupsBox .orderBox .hasOrder i {
    display: block;
    width: 1.68rem;
    height: 1.26rem;
    background-position: -4.15rem -0.04rem;
    margin: -0.04rem auto 0;
}

#popupsBox .orderBox .hasOrder i {
    background-position: -6.1rem -0.06rem;
}

#popupsBox .orderBox .orderWin p,
#popupsBox .orderBox .hasOrder p {
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.3rem;
    color: #ff7631;
    text-align: center;
    font-weight: bold;
}

#popupsBox .orderBox .hasOrder p {
    color: #1ae6cd;
}

#popupsBox .feedback,
#popupsBox .permissionStatement {
    width: 6.7rem;
    height: 9.97rem;
    margin: 1.4rem auto 0;
    border-radius: 0.2rem;
    position: relative;
}

#popupsBox .permissionStatement .topBg {
    width: 6.7rem;
    height: 1.74rem;
    background-position: -0.68rem -4.2rem;
}

#popupsBox .feedback {
    background: #fff;
}

#popupsBox .feedback .topBg {
    width: 6.7rem;
    height: 1.76rem;
    background-position: -0.65rem -2.12rem;
    position: relative;
}

#popupsBox .feedback .topBg .feedClose {
    position: absolute;
    top: 0;
    right: 0.22rem;
    width: 0.5rem;
    height: 0.7rem;
    border-radius: 0 0 0.24rem 0.24rem;
}

#popupsBox .feedback .topBg p {
    height: 1.48rem;
    line-height: 1.48rem;
    color: #fff;
    font-size: 0.46rem;
    font-weight: bold;
    text-align: center;
}

#popupsBox .permissionStatement {
    height: 9.17rem;
}

#popupsBox .permissionStatement .topBg p {
    height: 1.16rem;
    line-height: 1.16rem;
    color: #fff;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.42rem;
}

#popupsBox .permissionStatement .cont {
    padding: 0.36rem 0.42rem 0.18rem;
    background: #fff;
    border-radius: 0.22rem 0.22rem 0 0;
    position: relative;
    top: -0.22rem;
}

#popupsBox .permissionStatement .state {
    height: 5.58rem;
    width: 5.88rem;
    overflow: auto;
    position: relative;
}

#popupsBox .permissionStatement .linear {
    content: "";
    position: absolute;
    bottom: 0.16rem;
    left: 0.32rem;
    width: 5.6rem;
    height: 0.41rem;
    background: linear-gradient(to top, #fff, #fff0);
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

#popupsBox .permissionStatement .bottom {
    background: #fff;
    height: 1.42rem;
    position: relative;
    top: -0.22rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

#popupsBox .privacyStatement .know,
#popupsBox .permissionStatement .know {
    width: 3.25rem;
    height: 0.74rem;
    line-height: 0.74rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background: linear-gradient(to right, #ff5600, #ff8c00);
    border-radius: 0.36rem;
    margin: auto;
}

#popupsBox .permissionStatement .state::-webkit-scrollbar {
    width: 0.08rem;
    background: transparent;
}

#popupsBox .permissionStatement .state::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.08rem;
}

#popupsBox .permissionStatement .state p {
    line-height: 0.44rem;
    font-size: 0.24rem;
    color: #333333;
}

#popupsBox .permissionStatement .state .h3 {
    line-height: 0.54rem;
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
}

#popupsBox .feBack {
    height: 6.32rem;
    padding: 0.32rem 0.4rem 0.28rem;
    position: relative;
    top: -0.18rem;
    background: #fff;
    border-radius: 0.18rem 0.18rem 0 0;
}

#popupsBox .feBack::-webkit-scrollbar {
    width: 0.08rem;
    background: transparent;
}

#popupsBox .feBack::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.08rem;
}

#popupsBox .feBack>p {
    height: 0.47rem;
    line-height: 0.47rem;
    font-size: 0.28rem;
    color: #000000;
}

#popupsBox .feBack>p:nth-child(3),
#popupsBox .feBack>p:nth-child(5) {
    height: 0.66rem;
    line-height: 0.66rem;
}

#popupsBox .feBack .checkbox {
    position: relative;
    height: 0.63rem;
    line-height: 0.63rem;
    width: 5.2rem;
}

#popupsBox .feBack .checkbox input[type='checkbox'] {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
    opacity: 0;
}

#popupsBox .feBack .checkbox label {
    position: absolute;
    left: 0px;
    top: 0;
    height: 0.63rem;
    line-height: 0.63rem;
    font-size: 0.24rem;
    color: #666666;
    text-align: left;
    padding-left: 0.48rem;
}

#popupsBox .feBack .checkbox label::before {
    content: '';
    position: absolute;
    left: 0.02rem;
    top: 0.16rem;
    width: 0.3rem;
    height: 0.3rem;
    border: 0.01rem solid #d0d0d0;
    border-radius: 50%;
    box-sizing: border-box;
}

#popupsBox .feBack .checkbox input[type='checkbox']:checked+label::before {
    background: url(../images/popups.png);
    background-size: 8rem 6rem;
    background-position: -0.03rem -0.49rem;
    border: none;
}

#popupsBox .feBack textarea {
    width: 4.86rem;
    height: 0.96rem;
    border: none;
    border-radius: 0.1rem;
    resize: none;
    background: #f0f0f0;
    padding: 0.14rem;
    font-size: 0.2rem;
    color: #999999;
    margin-bottom: 0.06rem;
}

#popupsBox input[type=tel] {
    border: none;
    height: 0.6rem;
    width: 5.1rem;
    font-size: 14px;
    padding-left: 0.06rem;
    border-radius: 0.1rem;
    color: #999999;
    background: #f0f0f0;
    margin-bottom: 0.2rem;
    padding-left: 0.2rem;
}

#popupsBox input[type=tel]::-webkit-input-placeholder {
    color: #888;
}

#popupsBox input[type=tel]:-moz-placeholder {
    color: #888;
}

#popupsBox input[type=tel]::-moz-placeholder {
    color: #888;
}

#popupsBox input[type=tel]:-ms-input-placeholder {
    color: #888;
}

#popupsBox .feedback input[type=button] {
    display: block;
    height: 0.74rem;
    line-height: 0.74rem;
    width: 3.45rem;
    background-position: -0.47rem -0.04rem;
    border-radius: 0.38rem;
    font-size: 0.3rem;
    color: #fff;
    border: none;
    margin: 0 auto;
}

/* 应用列表 */
.f2f2f2 {
    background: #f2f2f2 !important;
}

.applist {
    background: url(../images/applist.png) no-repeat center;
    background-size: 7.5rem 1.9rem;
    width: 7.5rem;
    height: 1.9rem;
    position: relative;
}

.applist h1 {
    font-size: .42rem;
    line-height: .42rem;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: .5rem;
    left: .73rem;
}

.applist p {
    font-size: .26rem;
    line-height: .26rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: .4rem;
}

.gamelist {
    background: url(../images/gamelist.png) no-repeat center;
    background-size: 7.5rem 1.9rem;
    width: 7.5rem;
    height: 1.9rem;
    position: relative;
}

.gamelist h1 {
    font-size: .42rem;
    line-height: .42rem;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: .5rem;
    left: .73rem;
}

.gamelist p {
    font-size: .26rem;
    line-height: .26rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: .4rem;
}

.appnav {
    position: relative;
    overflow: hidden;
}

.appnav .yuan {
    position: absolute;
    background: url(../images/yuan.png) no-repeat;
    background-size: .54rem .52rem;
    right: .4rem;
    top: 1rem;
    width: .54rem;
    height: .52rem;
    z-index: 3;
}

.appnav .yuan2 {
    position: absolute;
    background: url(../images/yuan2.png) no-repeat;
    background-size: .54rem .52rem;
    right: .42rem;
    top: 0.98rem;
    width: .54rem;
    height: .52rem;
    z-index: 3;
}

.appnav>p {
    font-size: .36rem;
    color: #333;
    line-height: .36rem;
    font-weight: 600;
    margin-left: .4rem;
    margin-top: .32rem;
    margin-bottom: .3rem;
}

.appnav ul {
    margin: 0 .4rem;
    overflow: hidden;
    height: 2.26rem;
}

.appnav ul li {
    width: 2.06rem;
    height: .92rem;
    background: #fffaf2;
    border: .01rem solid #efefef;
    float: left;
    border-radius: .2rem;
    margin-right: .16rem;
    margin-bottom: .22rem;
    position: relative;
}

.appnav ul li i:nth-last-child(1) {
    display: none;
    position: absolute;
    width: .2rem;
    height: .1rem;
    background-position: -6.76rem -4rem !important;
    margin: 0;
    bottom: -.16rem;
    left: .92rem;
}

.appnav ul li.current i:nth-last-child(1) {
    display: block;
}

.appnav ul li.current {
    border: .01rem solid #FFBA25;
}

.appnav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.appnav ul li:nth-child(3),
.appnav ul li:nth-child(5),
.appnav ul li:nth-child(8),
.appnav ul li:nth-child(11),
.appnav ul li:nth-child(14),
.appnav ul li:nth-child(17) {
    margin-right: 0;
}

.appnav ul li:nth-child(1) {
    width: 2.18rem;
    height: 2.06rem;
    border: none;
    background: url(../images/listli.png) no-repeat;
    background-size: 2.18rem 2.06rem;
    margin-right: .15rem;
}

.appnav ul.gamenav li:nth-child(1) {
    width: 2.18rem;
    height: 2.06rem;
    border: none;
    background: url(../images/listli2.png) no-repeat;
    background-size: 2.18rem 2.06rem;
    margin-right: .15rem;
}

.appnav ul li:nth-child(1) p {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    line-height: .24rem;
    margin-top: -.06rem;
}

.appnav ul li:nth-child(1) span {
    font-size: .18rem;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: .18rem;
    display: block;
}

.appnav ul li:nth-child(1) i {
    width: .71rem;
    height: .64rem;
    display: inline-block;
    background-position: -.04rem -4rem;
    margin: .4rem .78rem .22rem;
}

.appnav ul li:nth-child(6),
.appnav ul li:nth-child(9) {
    margin-right: .22rem;
}

.appnav ul li p {
    font-size: .24rem;
    color: #000;
    line-height: .24rem;
}

.appnav ul li.current p,
.appnav ul li.current span {
    color: #ffba25;
}

.appnav ul li span {
    font-size: .18rem;
    color: #999;
    line-height: .18rem;
    display: block;
}

.appnav ul li i {
    width: .5rem;
    height: .45rem;
    display: block;
    background-position: -0.81rem -4rem;
    margin: .28rem .12rem 0 .2rem;
    float: left;
}

.appnav ul li:nth-child(3) i {
    background-position: -1.43rem -4rem;
}

.appnav ul li:nth-child(4) i {
    background-position: -2.03rem -4rem;
}

.appnav ul li:nth-child(5) i {
    background-position: -2.66rem -4rem;
}

.appnav ul li:nth-child(6) i {
    background-position: -1.8rem -3.46rem;
}

.appnav ul li:nth-child(7) i {
    background-position: -3.81rem -4rem;
}

.appnav ul li:nth-child(8) i {
    background-position: -4.38rem -4rem;
}

.appnav ul li:nth-child(9) i {
    background-position: -4.90rem -4rem;
}

.appnav ul li:nth-child(10) i {
    background-position: -5.44rem -4rem;
}

.appnav ul li:nth-child(11) i {
    background-position: -5.92rem -4rem;
}

.appnav ul li:nth-child(12) i {
    background-position: -2.4rem -3.46rem;
}

.appnav ul li:nth-child(13) i {
    background-position: -3rem -3.48rem;
}

.appnav ul li:nth-child(14) i {
    background-position: -3.59rem -3.48rem;
}

.appnav ul li:nth-child(15) i {
    background-position: -3rem -2.84rem;
    height: 0.48rem;
}

.appnav ul li:nth-child(16) i {
    background-position: -4.667rem -1rem;
}

.appnav ul li:nth-child(17) i {
    background-position: -4.96rem -3.3rem;
}

.appnav ul li:nth-child(2) i {
    background-position: -1.43rem -4rem;
}

.appnav ul li:nth-child(3) i {
    background-position: -2.03rem -4rem;
}

.appnav ul li:nth-child(4) i {
    background-position: -2.66rem -4rem;
}

.appnav ul li:nth-child(5) i {
    background-position: -4.9rem -4rem;
}

.appnav ul li:nth-child(6) i {
    background-position: -1.8rem -3.46rem;
}

.appnav ul li:nth-child(7) i {
    background-position: -3rem -2.84rem;
    height: 0.48rem;
}

.appnav ul li:nth-child(8) i {
    background-position: -3rem -3.48rem;
}

.appnav ul li:nth-child(9) i {
    background-position: -4.38rem -4rem;
}

.appnav ul li:nth-child(10) i {
    background-position: -2.4rem -3.46rem;
}

.appnav ul li:nth-child(11) i {
    background-position: -5.44rem -4rem;
}

.appnav ul li:nth-child(12) i {
    background-position: -5.92rem -4rem;
}

.appnav ul li:nth-child(13) i {
    background-position: -3.59rem -3.48rem;
}

.appnav ul li:nth-child(14) i {
    background-position: -3.81rem -4rem;
}

.appnav ul li:nth-child(15) i {
    background-position: -4.667rem -1rem;
}

.appnav ul li:nth-child(16) i {
    background-position: -0.81rem -4rem;
}

.appnav ul li:nth-child(17) i {
    background-position: -4.96rem -3.3rem;
}


.appnav ul.gamenav li:nth-child(2) i {
    background-position: -2.60rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(3) i {
    background-position: -3.22rem -4.46rem;
    height: .54rem;
}

.appnav ul.gamenav li:nth-child(4) i {
    background-position: -1.43rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(5) i {
    background-position: -2.98rem -2.2rem;
}

.appnav ul.gamenav li:nth-child(6) i {
    background-position: -1.8rem -2.86rem;
}

.appnav ul.gamenav li:nth-child(7) i {
    background-position: -4.34rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(8) i {
    background-position: -1.78rem -2.17rem;
}

.appnav ul.gamenav li:nth-child(9) i {
    background-position: -3.78rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(10) i {
    background-position: -4.93rem -4.46rem;
    width: .56rem;
    margin-right: .06rem;
}

.appnav ul.gamenav li:nth-child(11) i {
    background-position: -5.48rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(12) i {
    background-position: -2.03rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(13) i {
    background-position: -5.98rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(14) i {
    background-position: -2.35rem -2.2rem;
}

.appnav ul.gamenav li:nth-child(15) i {
    background-position: -0.81rem -4.46rem;
}

.appnav ul.gamenav li:nth-child(16) i {
    background-position: -5.26rem -.98rem;
}

.appnav ul.gamenav li:nth-child(17) i {
    background-position: -2.46rem -2.88rem;
}


.appnav ul li .info {
    float: left;
    margin-top: .24rem;
    position: relative;
    z-index: 4;
}

.appnav ul li p {
    font-size: .24rem;
    color: #000;
    margin-left: .1rem;
    line-height: .24rem;
}

.appnav ul li span {
    font-size: .18rem;
    color: #999;
    line-height: .18rem;
    margin-top: .06rem;
    transform: scale(.8);
}

.appnav ul li:nth-child(2),
.appnav ul li:nth-child(6),
.appnav ul li:nth-child(10),
.appnav ul li:nth-child(15) {
    background: #EFFEFF;
}

.appnav ul li:nth-child(3),
.appnav ul li:nth-child(8),
.appnav ul li:nth-child(11),
.appnav ul li:nth-child(12),
.appnav ul li:nth-child(17) {
    background: #f6faff;
}

.appnav ul li:nth-child(4),
.appnav ul li:nth-child(7) {
    background: #fffaf2;
}

.appnav ul li:nth-child(5),
.appnav ul li:nth-child(9),
.appnav ul li:nth-child(13),
.appnav ul li:nth-child(16) {
    background: #fffaf9;
}

.appnav ul.gamenav li:nth-child(2),
.appnav ul.gamenav li:nth-child(6),
.appnav ul.gamenav li:nth-child(8),
.appnav ul.gamenav li:nth-child(15) {
    background: #f6faff;
}

.appnav ul.gamenav li:nth-child(3),
.appnav ul.gamenav li:nth-child(4),
.appnav ul.gamenav li:nth-child(10),
.appnav ul.gamenav li:nth-child(12) {
    background: #fffaf2;
}

.appnav ul.gamenav li:nth-child(5),
.appnav ul.gamenav li:nth-child(9),
.appnav ul.gamenav li:nth-child(13),
.appnav ul.gamenav li:nth-child(16) {
    background: #fffaf9;
}

.appnav ul.gamenav li:nth-child(7),
.appnav ul.gamenav li:nth-child(11) {
    background: #effeff;
}

.listbt {
    background: url(../images/listtb.png) no-repeat center;
    background-size: 6.69rem .33rem;
    margin: .04rem 0 .32rem;
}

.listbt p {
    text-align: center;
    color: #fff;
}

.listbt.sq p i {
    width: .18rem;
    height: .14rem;
    display: inline-block;
    background-position: -7.00rem -4rem;
    vertical-align: middle;
    margin-left: .08rem;
}

.listbt.zk p i {
    width: .18rem;
    height: .14rem;
    display: inline-block;
    background-position: -7.22rem -4rem;
    vertical-align: middle;
    margin-left: .08rem;
}

.appbox {
    background: #fff;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    overflow: hidden;
    margin-bottom: .15rem;
}

.appbox .appnav2 {
    margin: 0 .64rem;
    overflow: hidden;
}

.appbox .appnav2 a {
    font-size: .32rem;
    color: #a1a1a1;
    line-height: 1.14rem;
    margin-right: .68rem;
    position: relative;
    display: inline-block;
    height: 100%;
    float: left;
}

.appbox .appnav2 a.current {
    font-weight: 600;
    color: #000;
    font-size: .42rem;
}

.appbox .appnav2 a.current em {
    position: absolute;
    display: block;
    width: .46rem;
    height: .08rem;
    background: linear-gradient(-90deg, #FF5300, #FF8E00);
    left: .12rem;
    bottom: .08rem;
    border-radius: .04rem;
}

.appbg2 {
    width: 100%;
    height: .80rem;
    display: block;
    background: url(../images/listbg2.png) no-repeat;
    background-size: 7.5rem .8rem;
    border-top: .01rem solid #eee;
}

.appbg2 p {
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    color: #666;
}

.appbox ul {
    margin-top: .1rem;
    margin-bottom: .35rem;
}

.appbox ul li {
    overflow: hidden;
    height: 1.88rem;
    position: relative;
}

.appbox ul li img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .3rem;
    float: left;
    margin: .3rem .3rem.3rem .4rem;
}

.appbox ul li .info {
    width: 3.5rem;
    float: left;
}

.appbox ul li .info p:nth-child(1) {
    font-size: .3rem;
    color: #333;
    line-height: .3rem;
    margin-top: .34rem;
}

.appbox ul li .info p:nth-child(2) {
    font-size: .22rem;
    color: #9F9FA4;
    line-height: .22rem;
    margin-top: .18rem;
}

.appbox ul li .info p:nth-child(3) {
    font-size: .22rem;
    color: #9F9FA4;
    line-height: .22rem;
    margin-top: .2rem;
}

.appbox ul li span {
    width: 1.2rem;
    height: .5rem;
    display: block;
    float: right;
    margin-right: .42rem;
    background: linear-gradient(-90deg, #FED100, #FEB900);
    border-radius: .25rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    line-height: .5rem;
    margin-top: .82rem;
}

.appbox ul li span.notbtn {
    background: linear-gradient(-90deg, #FF5300, #FF8E00);
}

.appbox ul li em {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.53rem;
    height: .01rem;
    background: #E7E7E7;
}

.appbox .pagecode {
    margin-bottom: .5rem;
}

/* rank */
.ranktop {
    background: url(../images/ranktop.png) no-repeat;
    background-size: 7.5rem 4.75rem;
    width: 100%;
    height: 4.75rem;
}

.toptj {
    margin: 0 .3rem;
    position: relative;
}

.toptj>i {
    width: .47rem;
    height: .32rem;
    position: absolute;
    display: block;
    background-position: -6.76rem -4.42rem;
    top: 0;
    left: -.18rem;
}

.toptj>i:nth-last-child(1) {
    width: 1.16rem;
    height: .63rem;
    background-position: -6.76rem -5.02rem;
    top: 2.68rem;
    left: 6rem;
}

.toptj .topList {
    display: flex;
    margin-top: 2.76rem;
    overflow: auto;
}

.topbox {
    display: block;
    width: 2.2rem;
    height: 2.92rem;
    display: block;
    border-radius: .1rem;
    background: #fff;
}

.topbox:nth-child(2n) {
    margin: 0 .15rem;
}

.topbox>i {
    width: 2.2rem;
    height: .69rem;
    display: block;
    background-position: -5.71rem -1.56rem;
}

.topbox:nth-child(2n)>i {
    background-position: -5.71rem -2.34rem;
}

.topbox:nth-child(2n) h3 {
    color: #ffb95c;
}

.topbox:nth-child(2n) .info img {
    border-color: #ffb95c;
}

.topbox:nth-child(2n) .info p {
    background: #ffb95c;
}

.topbox:nth-child(3n)>i {
    background-position: -5.71rem -3.16rem;
}

.topbox:nth-child(3n) h3 {
    color: #c983f6;
}

.topbox:nth-child(3n) .info img {
    border-color: #c983f6;
}

.topbox:nth-child(3n) .info p {
    background: #c983f6;
}

.topbox h3 {
    font-size: .18rem;
    color: #3CEF90;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    line-height: .24rem;
    overflow: hidden;
    margin-top: .14rem;
    margin-bottom: .16rem;
    text-overflow: ellipsis;
}

.topbox .info {
    margin: .1rem;
    display: flex;
}

.topbox .info div {
    margin-right: .08rem;
    position: relative;
}

.topbox .info div:nth-last-child(1) {
    margin-right: 0;
}

.topbox .info i {
    width: .24rem;
    height: .4rem;
    display: block;
    position: absolute;
    background-position: -5.66rem -5.02rem;
    top: -.02rem;
    left: .36rem;
}

.topbox .info div:nth-last-child(1) i {
    background-position: -6.07rem -5.02rem;
}

.topbox .info img {
    width: .86rem;
    height: .86rem;
    display: block;
    border-radius: 50%;
    border: .05rem solid #78F4B2;
}

.topbox .info p {
    font-size: .18rem;
    color: #fff;
    line-height: .3rem;
    width: .94rem;
    text-align: center;
    background: #78F4B2;
    border-radius: .15rem;
    white-space: nowrap;
    overflow: hidden;
    margin-top: .16rem;
}

.fa8775 {
    background: #fa8775 !important;
}

.rankbot {
    margin-top: 1.36rem;
    overflow: hidden;
}

.rankph {}

.rankph i {
    width: 5.29rem;
    height: .48rem;
    display: block;
    background-position: -.06rem -5.02rem;
    margin: 0 auto;
}

.rankph .comment {
    margin: .2rem .3rem .38rem;
    border-top: .01rem solid #ffff94;
    border-bottom: .01rem solid #ffff94;
}

.rankph .comment p {
    color: #fff;
    font-size: .2rem;
    line-height: .34rem;
    text-align: center;
    padding: .05rem .22rem .08rem .15rem;
}

.rankph .comment span {
    color: #FFF582;
}

.ranktab {}

.tabnav {
    margin: 0 .45rem;
    display: flex;
}

.tabnav span {
    width: 2.08rem;
    height: .65rem;
    display: block;
    border-radius: .1rem;
    margin-right: .11rem;
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: .65rem;
    position: relative;
}

.tabnav span:nth-child(1) {
    background: #ff6135;
}

.tabnav span:nth-child(2) {
    background: #ffcf5c;
}

.tabnav span:nth-child(3) {
    background: #5ce8ff;
    margin-right: 0;
}

.tabnav span i {
    width: 1.71rem;
    height: .09rem;
    display: block;
    background-position: -.06rem -5.61rem;
    position: absolute;
    top: .29rem;
    left: .19rem;
}

.tabnav span.current {
    background: url(../images/icon.png);
    background-position: -.06rem -5.8rem;
    background-size: 8rem 8rem;
    width: 2.22rem;
    height: 1.11rem;
    margin-top: -.03rem;
    line-height: .9rem;
}

.tabnav span:nth-child(2).current {
    background-position: -2.37rem -5.8rem;
}

.tabnav span:nth-child(3).current {
    background-position: -4.81rem -5.8rem;
}

.tabnav span.current i {
    top: .43rem;
}

.rankmain {
    width: 6.9rem;
    margin: -.32rem .3rem .36rem;
    background: #fff;
    border-radius: .2rem;
}

.rmain1 {
    display: flex;
}

.rmain1 a {
    width: 1.58rem;
    display: block;
    margin-top: .6rem;
    position: relative;
}

.rmain1 a>i {
    width: .75rem;
    height: .75rem;
    display: block;
    position: absolute;
    background-position: -.06rem -7.07rem;
}

.rmain1 a:nth-child(2)>i {
    background-position: -.97rem -7.07rem;
}

.rmain1 a:nth-child(3)>i {
    background-position: -1.88rem -7.07rem;
}

.rmain1 a:nth-child(1) {
    margin-left: .45rem;
}

.rmain1 a:nth-child(2) {
    margin-left: .58rem;
}

.rmain1 a:nth-child(3) {
    margin-left: .58rem;
}

.rmain1 a img {
    width: 1.58rem;
    height: 1.58rem;
    border-radius: 50%;
    display: block;
    mask-image: linear-gradient(-225deg, #0000 .55rem, #fff 0);
    -webkit-mask-image: linear-gradient(-225deg, #0000 .55rem, #fff 0);
}

.rmain1 a p {
    text-overflow: ellipsis;
    font-size: .3rem;
    color: #333;
    line-height: .42rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: .14rem;
}

.rmain1 a span {
    font-size: .2rem;
    color: #666;
    line-height: .42rem;
    text-align: center;
    display: block;
}

.rmain1 a span i {
    width: .16rem;
    height: .18rem;
    display: inline-block;
    background-position: -6.76rem -4.79rem;
    margin-right: .06rem;
}

.rmain1 a em {
    display: block;
    width: 1.18rem;
    height: .5rem;
    background: #FFF;
    border: .02rem solid #FFBA25;
    color: #ffba25;
    text-align: center;
    line-height: .5rem;
    font-size: .24rem;
    border-radius: .25rem;
    margin: 0 auto;
}

.rankmain ul {
    width: 6.9rem;
    border-top: .01rem solid #e7e7e7;
    margin-top: .36rem;
}

.rankmain ul li {
    position: relative;
    height: 1.88rem;
    width: 6.9rem;
}

.rankmain ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.rankmain ul li:nth-last-child(1) .info {
    border-bottom-right-radius: .2rem;
    border: none;
}

.rankmain ul li i {
    position: absolute;
    top: .3rem;
    left: .2rem;
    width: .51rem;
    height: .43rem;
    background-position: -7.37rem -4.42rem;
    color: #fff;
    font-size: .22rem;
    font-weight: 600;
    text-indent: .6em;
}

.rankmain ul li img {
    width: 1.28rem;
    height: 1.28rem;
    display: block;
    border-radius: .3rem;
    float: left;
    margin: .3rem .3rem .3rem .2rem;
}

.rankmain ul li .info {
    float: right;
    height: 1.87rem;
    width: 5.12rem;
    display: block;
    border-bottom: .01rem solid #e7e7e7;
}

.rankmain ul li .info p:nth-child(1) {
    font-size: .3rem;
    color: #333;
    line-height: .34rem;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    margin-top: .33rem;
}

.rankmain ul li .info p:nth-child(2) {
    font-size: .22rem;
    color: #9F9FA4;
    margin-top: .16rem;
    line-height: .24rem;
}

.rankmain ul li .info p:nth-child(3) {
    font-size: .22rem;
    color: #9F9FA4;
    margin-top: .18rem;
    line-height: .24rem;
}

.rankmain ul li span {
    position: absolute;
    right: .18rem;
    top: .62rem;
    display: block;
    width: 1.2rem;
    height: .5rem;
    background: linear-gradient(-90deg, #FED100, #FEB900);
    color: #fff;
    line-height: .5rem;
    border-radius: .25rem;
    text-align: center;
    font-size: .24rem;
}

.rankmain ul li span.notbtn {
    background: linear-gradient(-90deg, #FF5300, #FF8E00);
}

/* index */
.slider {
    height: 3.2rem;
    margin-bottom: .2rem;
}

.slider a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider .swiper-pagination-bullet {
    width: .32rem;
    height: .08rem;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffaf13;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: .12rem;
}

.slider .swiper-pagination-bullet {
    background: #fff;
    border-radius: .03rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.index1 {
    background: #fff;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;
    box-shadow: 0 .06rem .15rem 0 rgba(102, 102, 102, 0.1);
    overflow: hidden;
}

.index1_b {
    background: url(../images/indexbg1.png) no-repeat;
    background-size: 6.9rem 2.2rem;
    width: 6.9rem;
    height: 2.2rem;
    margin: .35rem .3rem .44rem;
    position: relative;
}

.index1_b>p {
    position: absolute;
    font-size: .3rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    top: .46rem;
    left: .24rem;
    width: .3rem;
}

.index1_b ul {
    margin-left: .80rem;
}

.index1_b ul li {
    width: 1.24rem;
    float: left;
    overflow: hidden;
    margin-right: .32rem;
}

.index1_b ul li:nth-child(4) {
    margin-right: 0;
}

.index1_b ul li img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    border-radius: .26rem;
    border: .03rem solid #fff;
    margin-top: .23rem;
}

.index1_b ul li p {
    font-size: .28rem;
    line-height: .48rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: .06rem;
    text-overflow: ellipsis;
}

.h20 {
    height: .2rem;
}

.index2 {
    background: #fff;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    box-shadow: 0 .06rem .15rem 0 rgba(102, 102, 102, 0.1);
    overflow: hidden;
}

.indtit {
    position: relative;
    margin-bottom: .3rem;
}

.indtit p {
    width: 5rem;
    font-size: .36rem;
    color: #333;
    font-weight: 600;
    line-height: .36rem;
    margin-top: .6rem;
    margin-left: .38rem;
    position: relative;
    z-index: 3;
}

.indtit span {
    font-size: .48rem;
    color: #f4f4f4;
    font-weight: 600;
    position: absolute;
    left: .5rem;
    top: -.18rem;
    line-height: .38rem;
}

.indtit em {
    width: 1.94rem;
    height: .28rem;
    display: block;
    background: linear-gradient(-90deg, #e6e6e6, #fff);
    border-radius: .14rem;
    position: absolute;
    left: .17rem;
    top: .18rem;
}

.indtit a {
    font-size: .16rem;
    color: #ff9900;
    float: right;
    line-height: .16rem;
    margin-top: -.2rem;
    margin-right: .4rem;
}

.index2 ul {
    margin: 0 .4rem;
}

.index2 ul li {
    width: 1.28rem;
    margin-right: .52rem;
    margin-bottom: .26rem;
    float: left;
    margin-top: .24rem;
}

.index2 ul li:nth-child(4n) {
    margin-right: 0;
}

.index2 ul li:nth-child(n+5) {
    margin-bottom: 0;
}

.index2 ul li img {
    width: 1.28rem;
    height: 1.28rem;
    display: block;
    border-radius: .3rem;
}

.index2 ul li p {
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: .24rem;
    color: #333;
    line-height: .36rem;
    margin: .08rem 0;
}

.index2 ul li span {
    width: 1.2rem;
    height: .5rem;
    display: block;
    margin: 0 auto;
    background: linear-gradient(-90deg, #FED100, #FEB900);
    text-align: center;
    line-height: .5rem;
    color: #fff;
    border-radius: .25rem;
}

.index2 ul li span.notbtn {
    background: linear-gradient(90deg, #FF5300, #FF8E00);
}

.index3 {
    background: #fff;
    overflow: hidden;
}

.index3 .appnav {
    margin-top: .44rem;
}

.index3 .appnav .yuan2 {
    top: 0 !important;
}

.index4 {
    background: #fff;
    overflow: hidden;
}

.index4 .indtit p {
    margin-top: .44rem;
}

.index4 ul {
    margin: .44rem 0 0.14rem 0.39rem;
}

.index4 ul li {
    float: left;
    position: relative;
}

.index4 ul li a {
    display: block;
    width: 3.23rem;
    height: 2.06rem;
    border-radius: 0.14rem;
    margin: 0 0.28rem 0.3rem 0;
    position: relative;
    box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, .3);
}

.index4 ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(to top, #00000090, #0000);
    border-radius: 0 0 0.14rem 0.14rem;
    z-index: 1;
}

.index4 ul li a img {
    display: block;
    width: 3.23rem;
    height: 2.06rem;
    border-radius: 0.14rem;
}

.index4 ul li a p:nth-child(2) {
    text-overflow: ellipsis;
    position: absolute;
    width: 2.98rem;
    bottom: 0.4rem;
    left: 0.12rem;
    height: 0.43rem;
    line-height: 0.43rem;
    color: #ffffff;
    font-size: 0.24rem;
    border-bottom: 0.01rem solid #ffffff20;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.index4 ul li a p:nth-child(3) {
    position: absolute;
    width: 2.98rem;
    bottom: 0.04rem;
    left: 0.12rem;
    height: 0.37rem;
    line-height: 0.37rem;
    color: #cccccc;
    font-size: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.index4 ul li a p:nth-child(3) i {
    display: inline-block;
    width: 0.19rem;
    height: 0.18rem;
    background-position: -2.95rem -0.18rem;
    vertical-align: top;
    margin: 0.1rem 0.06rem 0 0;
}

.index4 ul li a p:nth-child(3) span {
    color: #fd472a;
}

.index4 ul li a em {
    position: absolute;
    font-size: .28rem;
    color: #fff;
    font-weight: 600;
    left: .18rem;
    top: .22rem;
    line-height: .28rem;
}

.index4 .hotzt {
    margin: 0 .4rem 0;
    border-top: .01rem solid #e7e7e7;
    overflow: hidden;
    padding-top: .36rem;
}

.index4 .hotzt a {
    display: block;
    color: #F1516C;
    background: #FFEDEE;
    height: .48rem;
    line-height: .48rem;
    font-size: .24rem;
    padding: 0 .28rem;
    border-radius: .24rem;
    text-align: center;
    float: left;
    margin-right: .18rem;
    margin-bottom: .26rem;
}

.index4 .hotzt a:nth-child(1) {
    color: #F1516C !important;
    background: #FFEDEE !important;
}

.index4 .hotzt a:nth-child(2n) {
    color: #45B97C !important;
    background: #EDFFF5 !important;
}

.index4 .hotzt a:nth-child(3n) {
    color: #796CB0 !important;
    background: #F1EDFF !important;
}

.index4 .hotzt a:nth-child(4n) {
    color: #009AD6 !important;
    background: #EDFAFF !important;
    margin-right: 0;
}

.index4 .hotzt a:nth-child(5n) {
    color: #DEA32C !important;
    background: #FFF9ED !important;
}

.index4 .hotzt a:nth-child(6n) {
    color: #C77EB5 !important;
    background: #FFEDFB !important;
}

.index4 .hotzt a:nth-child(7n) {
    color: #7FB86E !important;
    background: #F1FFED !important;
}

.index4 .hotzt a:nth-child(8n) {
    color: #DEA32C !important;
    background: #FFF9ED !important;
}

.index4 .hotzt a:nth-child(9n) {
    color: #2585A6 !important;
    background: #EDFBFF !important;
}

.index5 {
    background: #fff;
    overflow: hidden;
}

.index5 ul {
    margin: 0 .4rem;
}

.index5 ul li {
    width: 1.28rem;
    margin-right: .52rem;
    margin-bottom: .26rem;
    float: left;
    margin-top: .24rem;
}

.index5 ul li:nth-child(4n) {
    margin-right: 0;
}

.index5 ul li:nth-child(n+5) {
    margin-bottom: 0;
}

.index5 ul li img {
    width: 1.28rem;
    height: 1.28rem;
    display: block;
    border-radius: .3rem;
}

.index5 ul li p {
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: .24rem;
    color: #333;
    line-height: .36rem;
    margin: .08rem 0;
}

.index5 ul li span {
    width: 1.2rem;
    height: .5rem;
    display: block;
    margin: 0 auto;
    background: linear-gradient(-90deg, #FED100, #FEB900);
    text-align: center;
    line-height: .5rem;
    color: #fff;
    border-radius: .25rem;
}

.index5 ul li span.notbtn {
    background: linear-gradient(90deg, #FF5300, #FF8E00);
}

.index6 {
    background: #fff;
    overflow: hidden;
    padding-bottom: .35rem;
}

.index6 .appnav {
    margin-top: .44rem;
}

.index6 .appnav .yuan {
    top: 0 !important;
}

.index7 {
    background: #fa8775;
    overflow: hidden;
}

.index7 .rankmain {
    overflow: hidden;
}

.index7 .rankph {
    margin-top: .45rem;
}

.index7 .tabnav {
    margin-top: .34rem;
}

.index7 .rmain1 {
    display: block;
    overflow: hidden;
}

.index7 .rmain1 a {
    float: left;
}

.index7 .rmain1 a:nth-child(1),
.index7 .rmain1 a:nth-child(4) {
    margin-left: .45rem;
}

.index7 .rmain1 a:nth-child(2),
.index7 .rmain1 a:nth-child(5) {
    margin-left: .58rem;
}

.index7 .rmain1 a:nth-child(3),
.index7 .rmain1 a:nth-child(6) {
    margin-left: .58rem;
}

.index7 .rmain1 a:nth-child(4)>i {
    background-position: -2.74rem -7.07rem;
}

.index7 .rmain1 a:nth-child(5)>i {
    background-position: -3.67rem -7.07rem;
}

.index7 .rmain1 a:nth-child(6)>i {
    background-position: -4.64rem -7.07rem;
}

.index7 .tabnav p {
    width: 2.08rem;
    height: .65rem;
    display: block;
    border-radius: .1rem;
    margin-right: .11rem;
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: .65rem;
    position: relative;
}

.index7 .tabnav p:nth-child(1) {
    background: #ff6135;
}

.index7 .tabnav p:nth-child(2) {
    background: #ffcf5c;
}

.index7 .tabnav p:nth-child(3) {
    background: #5ce8ff;
    margin-right: 0;
}

.index7 .tabnav p i {
    width: 1.71rem;
    height: .09rem;
    display: block;
    background-position: -.06rem -5.61rem;
    position: absolute;
    top: .29rem;
    left: .19rem;
}

.index7 .tabnav p.current {
    background: url(../images/icon.png);
    background-position: -.06rem -5.8rem;
    background-size: 8rem 8rem;
    width: 2.22rem;
    height: 1.11rem;
    margin-top: -.03rem;
    line-height: .9rem;
}

.index7 .tabnav p:nth-child(2).current {
    background-position: -2.37rem -5.8rem;
}

.index7 .tabnav p:nth-child(3).current {
    background-position: -4.81rem -5.8rem;
}

.index7 .tabnav p.current i {
    top: .43rem;
}

.index7 .rankmain .sub_box>a {
    width: 5.9rem;
    height: .62rem;
    line-height: .62rem;
    border: .02rem dashed rgba(255, 186, 37, .8);
    display: block;
    margin: .48rem .4rem .6rem;
    border-radius: .33rem;
    text-align: center;
    color: #FFBA25;
    font-size: .26rem;
}

.index8 {
    background: #fff;
    overflow: hidden;
    padding-top: .15rem;
}

.indexnew {
    margin: .6rem .4rem 0 .32rem;
    width: 6.9rem;
    overflow: hidden;
}

.indexnew a {
    text-overflow: ellipsis;
    font-size: .28rem;
    color: #333;
    line-height: .4rem;
    white-space: nowrap;
    overflow: hidden;
    width: 3.25rem;
    margin-right: .24rem;
    float: left;
    margin-bottom: .4rem;
}

.indexnew a:nth-child(2n) {
    margin-right: 0;
}

.indexnew a i {
    width: .36rem;
    height: .36rem;
    display: inline-block;
    text-align: center;
    font-size: .18rem;
    font-weight: 600;
    margin-right: .08rem;
    line-height: .36rem;
    vertical-align: text-bottom;
}

.indexnew a:nth-child(2n-1) i {
    background-position: -5.71rem -7.07rem;
    color: #ff9294;
}

.indexnew a:nth-child(2n) i {
    background-position: -6.20rem -7.07rem;
    color: #ffc116;
}

.indexnew a:nth-child(3n) i {
    background-position: -6.67rem -7.07rem;
    color: #87c6ff;
}

.indexnew a:nth-last-child(1) i {
    background-position: -7.16rem -7.07rem;
    color: #22d41d;
}

.index8 {
    background: #fff;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;
    box-shadow: 0 .06rem .15rem 0 rgba(102, 102, 102, 0.1);
    overflow: hidden;
}

.index8 ul {
    padding: 0 0.07rem 0 0.32rem;
    background-color: #fff;
    overflow: hidden;
    margin-top: -.06rem;
}

.index8 ul li a {
    display: block;
    padding-top: 0.24rem;
    overflow: hidden;
}

.index8 ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.45rem;
    border-radius: 0.1rem;
    margin-right: 0.36rem;
}

.index8 ul li a div {
    float: left;
    height: 1.72rem;
    width: 4.58rem;
    border-bottom: 0.01rem solid #ededed;
}

.index8 ul li:last-child a div {
    border-bottom: none;
}

.index8 ul li a div>p:nth-child(1) {
    height: 0.96rem;
    line-height: 0.48rem;
    color: #333333;
    font-size: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index8 ul li a div>p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: no-wrap;
    overflow: hidden;
}

.index8 ul li a div>p:nth-child(2) span {
    margin-left: 0.3rem;
}

.index8>a {
    width: 5.9rem;
    height: .62rem;
    line-height: .62rem;
    border: .02rem dashed rgba(255, 186, 37, .8);
    display: block;
    margin: .3rem auto .55rem;
    border-radius: .33rem;
    text-align: center;
    color: #FFBA25;
    font-size: .26rem;
}

.index9 {
    background: #fff;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    box-shadow: 0 .06rem .15rem 0 rgba(102, 102, 102, 0.1);
    overflow: hidden;
}

.index9 .frbox {
    margin: 0 .4rem;
    overflow: hidden;
    padding-bottom: .6rem;
}

.index9 .frbox a {
    font-size: .24rem;
    color: #666;
    line-height: .36rem;
    float: left;
    margin-right: .3rem;
}

/* 通用头部弹层 */
.headerNav {
    position: absolute;
    width: 100%;
    height: 12rem;
    background: url(../images/headbg.png) no-repeat;
    background-size: 7.5rem 12rem;
    z-index: 66666;
    left: 0;
    top: 1.04rem;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;
}

.headbox {
    overflow: hidden;
    margin-top: .48rem;
}

.headbox a {
    font-size: .24rem;
    color: #ccc;
    line-height: .38rem;
    text-align: center;
    float: left;
    width: .78rem;
    margin-right: .96rem;
    margin-bottom: .38rem;
}

.headbox a:nth-child(4) {
    margin-right: .7rem;
}

.headbox a:nth-child(1),
.headbox a:nth-child(5) {
    margin-left: .75rem;
}

.headbox a i {
    width: .58rem;
    height: .66rem;
    display: block;
    background-position: -3.57rem -1.56rem;
    margin: 0 auto;
    margin-bottom: .1rem;
}

.headbox a:nth-child(2) i {
    background-position: -4.24rem -1.56rem;
    width: .6rem;
}

.headbox a:nth-child(3) i {
    background-position: -4.91rem -1.56rem;
    width: .73rem;
}

.headbox a:nth-child(4) i {
    background-position: -3.57rem -2.52rem;
    width: .78rem;
}

.headbox a:nth-child(5) i {
    background-position: -4.70rem -2.52rem;
    width: .76rem;
}

.headbox a:nth-child(6) i {
    background-position: -4.24rem -3.18rem;
}

.indexgame {
    position: relative;
    margin-top: .2rem;
}

.indexgame>p {
    font-size: .32rem;
    color: #333;
    font-weight: 600;
    line-height: .42rem;
    margin-left: .38rem;
    position: relative;
    z-index: 3;
}

.indexgame>span {
    position: absolute;
    width: 1.94rem;
    height: .28rem;
    display: block;
    background: linear-gradient(-90deg, #e6e6e6, #fff);
    border-radius: .14rem;
    position: absolute;
    left: .17rem;
    top: .2rem;
}

.indexgame ul {
    margin: .38rem .32rem 0;
}

.indexgame ul li {
    position: relative;
    width: 1.52rem;
    height: .52rem;
    border: .01rem solid #eee;
    border-radius: .26rem;
    margin-right: .2rem;
    margin-bottom: .22rem;
    float: left;
    background: #fff;
}

.indexgame ul li:nth-child(4n) {
    margin-right: 0;
}

.indexgame ul li a {
    display: block;
    font-size: .24rem;
    color: #333;
    line-height: .52rem;
    text-align: center;
    line-height: .52rem;
    white-space: nowrap;
    overflow: hidden;
}

.indexgame ul li.hot a i {
    width: .41rem;
    height: .28rem;
    display: block;
    position: absolute;
    background-position: -7.37rem -5.8rem;
    top: 0;
    right: -.16rem;
}

.mask {
    width: 7.5rem;
    height: 100%;
    position: absolute;
    top: 1.04rem;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

header i.current {
    background-position: -7.38rem -6.22rem;
}

/* rankDetail */
.rankmain2 {
    margin-top: -0.81rem;
    background-color: transparent;
    position: relative;
    border-radius: 0;
}

.ranktab .topBg {
    position: absolute;
    width: 100%;
    height: 0.81rem;
    line-height: 0.81rem;
    font-size: 0.28rem;
    color: #666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/zxBg2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 0.81rem 0.81rem 0 0;
}

.rankDetailTop {
    width: 100%;
    min-height: 3.45rem;
    background-color: #f2f2f2;
    position: relative;
    padding-bottom: 0.81rem;
}

.rankDetailTop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: url(../images/rankBg1.png) no-repeat center;
    background-size: cover;
}

.rankDetailTop ul {
    overflow: hidden;
    height: auto;
    margin: 0.13rem 0 0 0.3rem;
    position: relative;
    z-index: 1;
}

.rankDetailTop ul.fold {
    height: 2.2rem;
    overflow: hidden;
}

.rankDetailTop ul li {
    float: left;
    margin: 0 0.16rem 0.19rem 0;
}

.rankDetailTop ul li a,
.rankDetailTop ul li.unfoldBtn,
.rankDetailTop ul li.foldBtn {
    display: block;
    width: 1.6rem;
    height: 0.58rem;
    line-height: 0.58rem;
    border-radius: 0.12rem;
    text-align: center;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
}

.rankDetailTop ul li a.current {
    background-color: #ffba25;
    color: #fff;
}

/*search*/
.tiSle {
    padding: .25rem;
    display: flex;
    justify-content: space-between;
}

.tiSle em {
    height: .36rem;
    line-height: .36rem;
    font-size: .3rem;
    color: #999;
    font-weight: 500;
}

.tiSle em span {
    font-size: .18rem;
    color: #a8a8a8;
    margin-left: .06rem;
}

.tiSle a i {
    display: block;
    width: .15rem;
    height: .28rem;
    background-position: -6.92rem 0;
    position: relative;
    top: 0.04rem;
}

.searchbox {
    padding: .25rem .25rem 0 .25rem;
    margin-bottom: 0;
    border-top: 1px solid #d2d2d2;
}

.searchbox a {
    position: relative;
    display: block;
    height: .6rem;
    margin: 0 auto;
    background: #ebeced;
    border-radius: .32rem;
}

.searchbox a i {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background-position: -7.21rem -.57rem;
    position: relative;
    top: .16rem;
    left: .32rem;
}

.searchbox,
.search_txt {
    position: relative;
}

.search_ul {
    height: .3rem;
    position: absolute;
    top: .15rem;
    left: .8rem;
    overflow: hidden;
}

.search_ul li {
    width: 5.5rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .24rem;
    color: #a9a9a9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_txt {
    background: #ebeced;
    border-radius: .32rem;
}

.search_txt a {
    display: inline-block;
    width: .8rem;
}

.search_txt .text {
    position: absolute;
    width: 5.1rem;
    top: 0rem;
    left: .8rem;
    height: .6rem;
    border: none;
    background: none;
    color: #333;
    font-size: .26rem;
    padding: 0 .2rem 0 .1rem;
}

.search_txt .close_txt {
    position: absolute;
    top: 0rem;
    right: .12rem;
    width: .6rem;
    height: .6rem;
}

.search_txt .close_txt i {
    display: block;
    width: .28rem;
    height: .28rem;
    background-position: -7.65rem -.56rem;
    margin: .16rem auto;
}

.seaOneTop {
    background: #fff;
}

.seaOneTop>p {
    display: block;
    font-size: .26rem;
    color: #999;
    line-height: .4rem;
    padding: .3rem .25rem .1rem;
}

.seaOneTop>p a {
    display: inline-block;
    font-size: .26rem;
    color: #666;
    margin-right: .26rem;
    font-weight: 500;
}

.seaOneTop ul {
    font-size: 0;
    padding: 0 0 .05rem;
}

.seaOneTop ul li {
    display: inline-block;
    width: 1.3rem;
    text-align: center;
    margin: 0 .3rem .2rem;
}

.seaOneTop ul li:nth-child(4n+1) {
    margin-left: .25rem;
}

.seaOneTop ul li:nth-child(4n+4) {
    margin-right: .25rem;
}

.seaOneTop ul li a {
    display: block;
}

.seaOneTop ul li img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.seaOneTop ul li p {
    width: 90%;
    height: .42rem;
    line-height: .42rem;
    color: #000;
    font-size: .28rem;
    margin: .10rem auto .02rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seaOneTop ul li .btn {
    display: block;
    width: 1.16rem;
    height: .48rem;
    line-height: .48rem;
    margin: .11rem auto;
    border: 1px solid #ffba25;
    border-radius: .06rem;
    color: #ffba25;
    background-color: #fff;
    font-size: .24rem;
    text-align: center
}

.seaOneList {
    padding: .1rem .25rem .25rem;
    min-height: 3rem;
}

.seaOneList a {
    position: relative;
    display: inline-block;
    padding: 0 .25rem;
    max-width: 7rem;
    border-radius: .24rem;
    line-height: .56rem;
    background-color: #f8f8f8;
    margin: 0 .18rem .28rem 0;
    color: #000;
    font-size: .24rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.seaOneList a i {
    display: block;
    position: absolute;
    width: .20rem;
    height: .24rem;
    background-position: -6.82rem -.55rem;
    top: 0.02rem;
    right: .05rem;
}

.seaTwoTop ul {
    padding: 0 .25rem .25rem
}

.seaTwoTop ul li {
    align-items: center;
    display: flex;
}

.seaTwoTop ul li img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
    margin: .3rem 0;
}

.seaTwoTop ul li .fx_gw {
    width: 0%;
}

.seaTwoTop ul li .info {
    padding: .3rem 0;
    margin-left: .38rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.seaTwoTop ul li .info p {
    display: block;
    width: auto;
    font-size: .24rem;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seaTwoTop ul li .info .name {
    max-width: 3.5rem;
    font-size: .3rem;
    color: #000;
    line-height: .48rem;
}

.seaTwoTop ul li:nth-child(n+4) i {
    width: .26rem;
    height: .26rem;
    font-size: .18rem;
    color: #b6b6b6;
    line-height: .26rem;
    border: 1px solid #b6b6b6;
    text-align: center;
    margin: 0 .2rem 0 .05rem;
}

.seaTwoTop ul li span {
    position: absolute;
    top: .54rem;
    right: 0;
    display: block;
    width: 1.2rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    background-color: #ffba25;
}

.seaTwoTop ul li:nth-child(1) img {
    margin-top: .1rem;
}

.seaTwoTop ul li:nth-child(1) .info {
    padding-top: .1rem;
}

.seaTwoTop ul li:last-child .info {
    padding-bottom: .36rem;
}

.seaTwoTop ul li:last-child img {
    margin-bottom: .1rem;
}

.seaTwoTop ul li:nth-child(1) span {
    top: .34rem;
}

.seaTwoList {
    padding: .1rem 0;
}

.seaTwoList ul li {
    padding: 0 .25rem;
}

.seaTwoList ul li>div {
    border-bottom: .02rem solid #e6e6e6;
    align-items: center;
    display: flex;
}

.seaTwoList img {
    display: inline-block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
    margin: .3rem auto
}

.seaTwoList ul li a:nth-of-type(1) {
    display: block;
    display: flex;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.seaTwoList ul li .info {
    width: 0%;
    -moz-flex-grow: 1;
    flex-grow: 1;
    padding: .3rem 0;
    margin-left: .38rem;
}

.seaTwoList ul li .info p {
    max-width: 3.8rem;
    display: block;
    width: auto;
    font-size: .24rem;
    color: #666666;
    line-height: .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seaTwoList ul li .info p:nth-child(1) {
    font-size: .3rem;
    color: #000;
    line-height: .48rem;
}

.seaTwoList ul li .info p span {
    color: #999;
    margin: 0 .08rem;
    font-size: .18rem;
}

.seaTwoList ul li:last-child>div {
    border-bottom: 0;
}

.seaTwoList ul li .btn {
    display: block;
    width: 1.2rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    background-color: #ffba25;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center
}

.seaTwoList ul li .btn.no {
    display: block;
    width: 1.2rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    background-color: #ffba25;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center
}

.seaTwoNews ul {
    padding: 0 .25rem .15rem;
    margin-top: -.18rem;
}

.seaTwoNews ul li {
    font-size: .28rem;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
    line-height: .82rem;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
}

.seaTwoNews ul li:last-child {
    border: none;
}

.seaTwoNews ul li a {
    display: block;
    max-width: 6rem;
    font-size: .28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seaTwoNews ul li a i {
    display: inline-block;
    width: .08rem;
    height: .08rem;
    background-color: #000;
    margin: 0 .16rem 0 .02rem;
    position: relative;
    top: -.06rem;
}

.seaTwoNews ul li span {
    font-size: .24rem;
    color: #a9a9a9;
}

.seaTwoGame {
    padding: .1rem 0;
}

.seaTwoGame ul {
    display: flex;
    padding: .06rem 0 .25rem .25rem;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.seaTwoGame ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.seaTwoGame li {
    width: 1.3rem;
    text-align: center;
    margin-right: .3rem;
}

.seaTwoGame li a {
    display: block;
}

.seaTwoGame li img {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.seaTwoGame li p {
    color: #808080;
    font-size: .2rem;
    overflow: hidden;
    white-space: nowrap;
}

.seaTwoGame li .name {
    width: 90%;
    height: .42rem;
    line-height: .42rem;
    color: #000;
    font-size: .28rem;
    margin: .10rem auto .02rem;
    text-overflow: ellipsis;
}

.search_list_wrap_div {
    bottom: 0;
    overflow-y: scroll;
}

.search_list_wrap em.hot {
    color: #ffba25;
}

.search_head {
    height: 1rem;
}

/* historyLog */
.historyLogBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000050;
    z-index: 99;
}

.historyLogBox .historyLog {
    width: 6.71rem;
    height: 9.14rem;
    margin: 1.4rem auto 0;
    border-radius: 0.24rem;
    position: relative;
}

.historyLogBox .historyLog .topBg {
    width: 6.71rem;
    height: 2.01rem;
    background-position: -0.66rem -5.98rem;
}

.historyLogBox .historyLog {
    height: 9.17rem;
}

.historyLogBox .historyLog .topBg p {
    height: 0.93rem;
    line-height: 0.93rem;
    color: #ff5600;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.08rem;
}

.historyLogBox .historyLog .cont {
    padding: 0.36rem 0.42rem 0.18rem;
    background: #fff;
    position: relative;
}

.historyLogBox .historyLog .state {
    height: 5.58rem;
    width: 5.88rem;
    overflow: auto;
    position: relative;
}

.historyLogBox .historyLog .linear {
    content: "";
    position: absolute;
    bottom: 0.16rem;
    left: 0.32rem;
    width: 5.8rem;
    height: 0.41rem;
    background: linear-gradient(to top, #fff, #fff0);
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.historyLogBox .historyLog .bottom {
    background: #fff;
    height: 1.42rem;
    position: relative;
    top: -0.22rem;
    border-top: 1px dashed #d7d7d7;
    border-radius: 0 0 0.24rem 0.24rem;
    margin-top: 0.2rem;
}

.historyLogBox .historyLog .know {
    width: 3.25rem;
    height: 0.74rem;
    line-height: 0.74rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background: linear-gradient(to right, #ff5600, #ff8c00);
    border-radius: 0.36rem;
    margin: 0.38rem auto 0;
}

.historyLogBox .historyLog .state::-webkit-scrollbar {
    width: 0.08rem;
    background: transparent;
}

.historyLogBox .historyLog .state::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: 0.08rem;
}

.historyLogBox .historyLog .state p {
    line-height: 0.44rem;
    font-size: 0.24rem;
    color: #333333;
}

.historyLogBox .historyLog .state .h3 {
    line-height: 0.54rem;
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
}

.historyLogBox .historyLog .topBg .logClose {
    position: absolute;
    top: 0.56rem;
    right: 0.24rem;
    width: 0.5rem;
    height: 0.7rem;
    border-radius: 0 0 0.24rem 0.24rem;
}

/* comment */
.kgComment {
    background: #fff;
    padding-top: 0.32rem;
    margin-bottom: 0.2rem;
}

.kgComment .ztDTlt {
    margin-bottom: 0.2rem;
}

.kgComment .comTop {
    padding: 0 .26rem;
    text-align: right;
}

.kgComment textarea {
    width: 100%;
    border: none;
    border: 1px solid #d2d2d2;
    padding: .2rem 0;
    height: 2rem;
    outline: none;
    resize: none;
    margin-top: .1em;
    line-height: .56rem;
    text-indent: 1em;
    font-size: .28;
    color: #454545;
}

.kgComment textarea::-webkit-input-placeholder {
    font-size: .24rem;
    color: #8f8f8f;
}

.kgComment textarea:-moz-placeholder {
    font-size: .24rem;
    color: #8f8f8f;
}

.kgComment textarea::-moz-placeholder {
    font-size: .24rem;
    color: #8f8f8f;
    ;
}

.kgComment textarea:-ms-input-placeholder {
    font-size: .24rem;
    color: #8f8f8f;
}

.kgComment button {
    outline: none;
    border: none;
    cursor: pointer;
    width: 1.62rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: .24rem;
    font-size: .26rem;
    color: #fff;
    background-color: #fed100;
    border-radius: .08rem;
}

.kgComment button.disabled {
    cursor: default;
}

.comTit {
    width: 100%;
    height: .84rem;
    border-bottom: .02rem solid #e6e6e6;
    margin-top: .1rem;
}

.comTit em {
    position: relative;
    float: left;
    display: inline-block;
    height: .84rem;
    line-height: .84rem;
    font-size: .3rem;
    color: #fed100;
    border-bottom: .02rem solid #fed100;
    padding: 0 3px;
}

.comTit em:after {
    content: '';
    width: 100%;
    height: .02rem;
    background-color: #fed100;
    position: absolute;
    bottom: -.02rem;
    left: 0;
}

.comTit span {
    float: right;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
    color: #808080;
}

.comList {
    padding: 0 .26rem;
}

.comList li {
    padding: .2rem 0;
    border-bottom: 1px solid #f4f4f4;
}

.comList li:last-of-type {
    border: none;
}

.comList li>p {
    font-size: .26rem;
    color: #424242;
    line-height: .46rem;
    margin-top: .04rem;
}

.listTop {
    line-height: .64rem;
    overflow: hidden;
    *zoom: 1;
}

.listTop p,
.listTop em {
    float: left;
    display: inline-block;
    font-size: .24rem;
    color: #8f8f8f;
}

.listTop span {
    float: right;
    display: inline-block;
    font-size: .24rem;
    color: #424242;
    cursor: pointer;
}

.listTop em {
    margin-left: .64rem;
}

.kgComment .unlist {
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: .28rem;
    color: #ababab;
    text-align: center;
}

.search_list_wrap {
    padding: 0 0.25rem 0.25rem;
}

.search_list_wrap li {
    align-items: center;
    display: flex;
}

.search_list_wrap li img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
    margin: .3rem 0;
}

.search_list_wrap li .fx_gw {
    width: 0%;
}

.search_list_wrap li .info {
    padding: .3rem 0;
    margin-left: .38rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.search_list_wrap li .info p {
    display: block;
    width: auto;
    font-size: .24rem;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_list_wrap li .info .name {
    max-width: 3.5rem;
    font-size: .3rem;
    color: #000;
    line-height: .48rem;
}

.search_list_wrap li:nth-child(n+4) i {
    width: .26rem;
    height: .26rem;
    font-size: .18rem;
    color: #b6b6b6;
    line-height: .26rem;
    border: 1px solid #b6b6b6;
    text-align: center;
    margin: 0 .2rem 0 .05rem;
}

.search_list_wrap li span {
    position: absolute;
    top: .54rem;
    right: 0;
    display: block;
    width: 1.2rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    background-color: #ffba25;
}

.search_list_wrap li:nth-child(1) img {
    margin-top: .1rem;
}

.search_list_wrap li:nth-child(1) .info {
    padding-top: .1rem;
}

.search_list_wrap li:last-child .info {
    padding-bottom: .36rem;
}

.search_list_wrap li:last-child img {
    margin-bottom: .1rem;
}

.search_list_wrap li:nth-child(1) span {
    top: .34rem;
}

.search_list_wrap li>div {
    width: 100%;
    position: relative;
}

.search_list_wrap li>div a.btn {
    position: absolute;
    top: 0.54rem;
    right: 0;
    display: block;
    width: 1.2rem;
    height: 0.52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: 0.06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    background-color: #ffba25;
}

.tablep {
    padding: 0 .4rem;
}

.tablep table {
    margin-bottom: .2rem;
}

.tablep em {
    display: block;
    font-size: .28rem;
    line-height: .6rem;
    margin-bottom: .12rem;
    font-weight: bold;
    color: #ffba25;
}

.tablep a {
    color: #ffba25;
}

.ztPageCode {
    margin: 10px;
}

.zxDetail_2 table a {
    color: #0000ee !important
}

.zxDetail_2 .cont table {
    width: 92% !important;
}

.gD_1 .linkBtn .noBtn {
    position: absolute;
    bottom: -0.37rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.7rem;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 0.36rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #feb900, #fed100);
}

.fixedBox_gd .noBtn {
    float: right;
    margin: 0.26rem 0.3rem 0 0;
    width: 1.32rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border-radius: 0.28rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #feb900, #fed000);
}

.gD_1 .linkBtn .noBtn {
    background: #ccc;
}

.fixedBox_gd .noBtn {
    background: #ccc;
}

.sTips {
    position: relative;
    top: 0;
    margin: .26rem .3rem .02rem;
    padding: .24rem .2rem;
    background-color: #fdf4f4;
    border-radius: .08rem;
}

.sTips label {
    position: relative;
    display: block;
    margin-bottom: .12rem;
    font-size: .32rem;
    color: #000;
    height: .48rem;
    line-height: .48rem;
}

.sTips label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: .16rem;
    width: .54rem;
    height: .48rem;
    background: url(../images/icon.png) no-repeat;
    background-size: 8rem 8rem;
    background-position: -7.46rem -.98rem;
}

.sTips p {
    font-size: .28rem;
    color: #e44540;
    line-height: .4rem;
}

.sTips p a {
    color: #c80e3d;
}

.zxDetail_2 .cont table img {
    width: 92% !important;
}

.img_item ul li video {
    min-width: 5.2rem;
    background-color: #000;
}

.gD_2 .cont table {
    word-break: break-all;
}

.gD_2 .cont table p {
    text-indent: 0;
}

.ranktab h1 {
    position: relative;
    top: .1rem;
    display: block;
    margin: auto;
    font-size: .36rem;
    font-weight: bold;
    line-height: .52rem;
    padding-top: .2rem;
    text-align: center;
    font-family: serif;
}

.gD_2 .cont a {
    color: #0000ee
}

.rankmain ul li .info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
}

.game_show {
    display: block;
}

.game_hide {
    display: none;
}

.game_show1 {
    display: block;
}

.game_hide1 {
    display: none;
}


.sprk {
    font-size: 26px;
    flex: 1;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    color: #f3f5f7 !important;
    background: linear-gradient(-90deg, #FED100, #b2a247);
    text-shadow: 1px 5px 4px #000000;
    box-shadow: 3px 5px 5px #000000;
    text-decoration:none;
    margin: 0.2rem 0.2rem 0.5rem 0.2rem;
}