@charset "utf-8";
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

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

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

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

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

code,
kbd,
samp,
tt {
    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;
}

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

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

blockquote,
q {
    quotes: none;
}

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

* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-y: auto;
    overflow-x: hidden;
}

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

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

.clearfix:after {
    clear: both;
}

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

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, SimSun, "Hiragino Sans GB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    position: relative;
}

body,
html {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
    background-color: #f4f4f4;
}

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

a {
    color: #333;
    text-decoration: none;
}

a:focus,
a:hover {
    -webkit-transition: color 150ms ease-in 0s, background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0s, background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0s, background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0s, background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0s, background-color 150ms ease-in 150ms;
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

a:hover {
    color: #f33;
}

.rotate360 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cx {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.h23 {
    width: 100%;
    height: 23px;
}

.hide {
    display: none;
}

a,
img {
    cursor: pointer;
}

img {
    vertical-align: top;
    border: 0;
}

.bg {
    background-color: #fff;
}

.ico {
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
}

.ico2 {
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon2.png) no-repeat;
    background-size: 1000px 1000px;
}

.tiTle {
    overflow: hidden;
    font-size: 0;
}

.tiTle em {
    float: left;
    display: inline-block;
    padding: 10px 0;
    font-size: 24px;
    color: #000;
}

.tiTle em span {
    color: #ccc;
    font-size: 11px;
    margin-left: 8px;
}

.tiTle a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.tiTle a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: red;
    border: 1px solid red;
    margin-right: 6px;
    border-radius: 2px;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.tiTle a:hover {
    color: #f33;
}

.tiTle i {
    color: #f0412a;
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
}

.title_l {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.title_l em {
    display: block;
    float: left;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    border-bottom: 3px solid #25c88a;
    color: #333;
    font-weight: 700;
}

.title_l a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.title_l a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: red;
    border: 1px solid red;
    margin-right: 6px;
    border-radius: 2px;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

.title_l a:hover {
    color: #333;
}

header {
    width: 100%;
    position: relative;
    background-color: #121212;
    padding-bottom: 20px;
}

header .nav div,
header .top {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

header .top {
    height: 40px;
}

header .top > p {
    float: left;
    font-size: 12px;
    color: #999;
    margin-top: 13px;
}

header .top .box a{margin: 0 10px;}
header .top .box a:last-child{margin-right: 0;}

header .top div {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 13px;
    line-height: 20px;
}

header .top span {
    cursor: pointer;
}

header .top a:hover,
header .top span:hover {
    color: #f5f5f5;
}

header .top span i:nth-child(1) {
    display: inline-block;
    width: 24px;
    height: 14px;
    background-position: 0 0;
    position: relative;
    top: 2px;
}

header .top span i:nth-child(2) {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-position: -665px 0;
    position: relative;
    top: 2px;
    margin: 0 6px;
}

header .top a i {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-position: -665px 0;
    position: relative;
    top: 2px;
    margin: 0 6px;
}

header .top a {
    color: #999;
}

header .top ul {
    position: absolute;
    top: 40px;
    z-index: 2;
    padding: 20px 16px;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

header .top ul li {
    float: left;
    width: 120px;
    text-align: center;
    color: #333;
}

header .top ol {
    float: right;
    margin-top: 13px;
    overflow: hidden;
}

header .top ol li {
    float: left;
    color: #999;
}

header .top ol li a {
    display: block;
    font-size: 12px;
    color: #d0d0d0;
    line-height: 20px;
}

header .top ol li a:hover {
    color: #fff;
    transform: scale(1.01);
}

header .top ol li a:hover i:nth-child(1) {
    opacity: 0.9;
}

header .top ol li a i:nth-child(1) {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

header .top ol li a i:nth-child(2) {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-position: -665px 0;
    position: relative;
    top: 2px;
    margin-left: 12px;
}

header .top ol li a i.sy {
    width: 10px;
    height: 12px;
    background-position: 0 -732px;
}

header .top ol li a i.yx {
    width: 16px;
    height: 12px;
    background-position: -15px -732px;
}

header .top ol li a i.yy {
    width: 12px;
    height: 13px;
    background-position: -87px -732px;
}

header .top ol li a i.gl {
    width: 10px;
    height: 12px;
    background-position: -36px -732px;
}

header .top ol li a i.hj {
    width: 12px;
    height: 12px;
    background-position: -51px -732px;
}

header .top ol li a i.phb {
    width: 14px;
    height: 12px;
    background-position: -68px -732px;
}

header .top ol li a i.kfb {
    width: 13px;
    height: 12px;
    background-position: -121px -732px;
}

header .top ol li a i.wd {
    width: 12px;
    height: 13px;
    background-position: -104px -732px;
}

header .nav {
    background-color: #2a2a2b;
}

header .nav > div {
    height: 108px;
}

header .nav a {
    float: left;
    display: block;
    padding-top: 30px;
}

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

header .nav a img {
    display: block;
    width: 126px;
    height: 54px;
    vertical-align: top;
}

header .nav ul {
    float: right;
    overflow: hidden;
}

header .nav ul li {
    float: left;
    color: #999;
}

header .nav li a {
    display: block;
    font-size: 18px;
    color: #d0d0d0;
    line-height: 30px;
    padding-top: 50px;
}

header .nav li a i:nth-child(1) {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

header .nav li a i:nth-child(2) {
    display: inline-block;
    width: 24px;
    height: 22px;
    background-position: -253px 0;
    position: relative;
    top: 5px;
    margin: 0 10px;
}

header .nav li a:hover i.sy,
header .nav li.current a i.sy {
    width: 18px;
    height: 22px;
    background-position: -32px 0;
    top: 4px;
}

header .nav li a:hover i.yx,
header .nav li.current a i.yx {
    width: 27px;
    height: 20px;
    background-position: -68px 0;
    top: 3px;
}

header .nav li a:hover i.yy,
header .nav li.current a i.yy {
    width: 22px;
    height: 23px;
    background-position: -284px -26px;
    top: 3px;
}

header .nav li a:hover i.gl,
header .nav li.current a i.gl {
    width: 18px;
    height: 22px;
    background-position: -118px 0;
    top: 4px;
}

header .nav li a:hover i.hj,
header .nav li.current a i.hj {
    width: 22px;
    height: 22px;
    background-position: -159px 0;
    top: 4px;
}

header .nav li a:hover i.phb,
header .nav li.current a i.phb {
    width: 25px;
    height: 22px;
    background-position: -204px 0;
    top: 4px;
}

header .nav li a:hover i.kfb,
header .nav li.current a i.kfb {
    width: 24px;
    height: 22px;
    background-position: -489px -190px;
    top: 4px;
}

header .nav li a:hover i.wd,
header .nav li.current a i.wd {
    width: 22px;
    height: 23px;
    background-position: -348px -26px;
    top: 4px;
}

header .nav li a i.sy {
    width: 18px;
    height: 22px;
    background-position: -32px -27px;
    top: 4px;
}

header .nav li a i.yx {
    width: 27px;
    height: 20px;
    background-position: -68px -27px;
    top: 3px;
}

header .nav li a i.yy {
    width: 22px;
    height: 23px;
    background-position: -250px -26px;
    top: 3px;
}

header .nav li a i.gl {
    width: 18px;
    height: 22px;
    background-position: -118px -27px;
    top: 4px;
}

header .nav li a i.hj {
    width: 22px;
    height: 22px;
    background-position: -159px -27px;
    top: 4px;
}

header .nav li a i.phb {
    width: 25px;
    height: 22px;
    background-position: -204px -27px;
    top: 4px;
}

header .nav li a i.kfb {
    width: 24px;
    height: 22px;
    background-position: -449px -190px;
    top: 4px;
}

header .nav li a i.wd {
    width: 22px;
    height: 23px;
    background-position: -320px -26px;
    top: 4px;
}

.friendlyLink {
    background-color: #1e1e1f;
    padding-top: 22px;
}

.friendlyLink > div {
    background-color: #181818;
    color: #a0a0a0;
}

.friendlyLink > div > div {
    width: 1200px;
    margin: 0 auto;
    padding: 36px;
    overflow: hidden;
}

.friendlyLink .linksTit {
    font-size: 18px;
}

.friendlyLink .linksTit i {
    display: inline-block;
    width: 30px;
    height: 24px;
    background-position: -616px 0;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

.friendlyLink .linksTags {
    overflow: hidden;
    margin-top: 18px;
}

.friendlyLink .linksTags a {
    float: left;
    font-size: 12px;
    line-height: 34px;
    color: #a0a0a0;
    margin-right: 26px;
}

.friendlyLink .linksTags a:hover {
    color: #ffa200;
}

footer {
    width: 100%;
    height: 115px;
    color: #999;
    font-size: 14px;
    background-color: #141414;
    text-align: center;
    padding-top: 30px;
}

footer p:nth-of-type(1) {
    color: #616161;
    line-height: 46px;
    font-weight: 600;
}

footer p:nth-of-type(2) {
    color: #999;
    font-weight: 400;
}

footer p a {
    color: #999;
    margin: 0 10px;
    font-weight: 400;
}

footer p:nth-of-type(2) a {
    margin: 0;
}

.back_to_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50%;
    margin-right: -660px;
    bottom: 3.85%;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.back_to_top i {
    display: block;
    width: 50px;
    height: 50px;
    background-position: -676px 0;
}

.back_to_top:hover i {
    opacity: 0.72;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.hotGame {
    background-color: #39393d;
    color: #f2f2f2;
}

.hotGame .hotTop {
    overflow: hidden;
    height: 34px;
    padding: 13px 20px;
}

.hotGame .hotTit {
    float: left;
    font-size: 16px;
    color: #f2f2f2;
}

.hotGame .hotTit i {
    display: inline-block;
    width: 24px;
    height: 22px;
    background-position: -253px 0;
    position: relative;
    top: 8px;
    margin: 0 10px;
}

.hotGame .hotTit i.hot {
    display: inline-block;
    width: 17px;
    height: 20px;
    background-position: -297px 0;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.hotGame .crumb {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 34px;
    max-width: 500px;
    height: 34px;
    overflow: hidden;
    border: unset;
    padding: 0;
}

.hotGame .crumb a {
    font-size: 12px;
    color: #666;
}

.hotGame .crumb span {
    color: #999;
}

.hotGame .crumb a:hover {
    color: #f5f5f5;
}

.hotGame .search {
    float: right;
    overflow: hidden;
}

.hotGame .hotWords {
    float: right;
    color: #999;
    line-height: 34px;
}

.hotGame .hotWords a {
    color: #999;
    margin-right: 10px;
}

.hotGame .hotWords a:hover {
    color: #f5f5f5;
}

.hotGame .searchBar {
    float: right;
    width: 265px;
    height: 35px;
    position: relative;
}

.hotGame .searchBar input {
    background-color: #2a2a2b;
}

.hotGame .searchBar .text {
    width: 220px;
    height: 14px;
    padding: 10px 10px;
    color: #999;
    border: none;
}

.hotGame .searchBar .button {
    width: 35px;
    height: 34px;
    border: none;
    background-position: -530px 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png);
    background-size: 800px 800px;
    background-color: #f0412a;
    background-repeat: no-repeat;
    background-position: -323px 8px;
}

.hotGame .hotCont {
    background-color: #fff;
    padding: 15px 16px;
    overflow: hidden;
}

.hotGame .hotCont ul {
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.hotGame .hotCont ul.listItem2,
.listItem3 {
    display: none;
}

.hotGame .hotCont ul li {
    float: left;
    width: 90px;
    text-align: center;
}

.hotGame .hotCont ul li a p {
    display: block;
    width: 90%;
    margin: auto;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.hotGame .hotCont ul li a:hover p {
    color: #ffa200;
}

.hotGame .hotCont ul li a:hover img {
    opacity: 0.9;
}

.hotGame .hotCont ul li img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
}

.hotGame .hotCont div {
    float: right;
    width: 86px;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    cursor: pointer;
}

.hotGame .hotCont div i {
    display: inline-block;
    width: 39px;
    height: 42px;
    background-position: -740px 0;
    position: relative;
    top: 0;
}

.hotGame .hotCont div p {
    line-height: 22px;
    margin-top: 11px;
}

.indexRec {
    height: 320px;
    max-height: 320px;
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #ffb770;
    overflow: hidden;
}

.indexRecL {
    width: 420px;
    height: 318px;
    position: relative;
    float: left;
    overflow: hidden;
}

.indexRecL ul {
    position: relative;
}

.indexRecL li {
    width: 420px;
    height: 318px;
    float: left;
    position: relative;
}

.indexRecL li img {
    width: 420px;
    height: 318px;
}

.indexRecL .text {
    display: block;
    width: 360px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    padding: 15px 45px 15px 15px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.72);
}

:root .indexRecL .text {
    filter: none;
}

.indexRecL .dot {
    width: 30px;
    position: absolute;
    top: 276px;
    right: 5px;
}

.indexRecL .dot div {
    padding-right: 5px;
    float: right;
}

.indexRecL .dot i {
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin: 5px 4px 0 0;
    background-color: #999;
    float: left;
    cursor: pointer;
}

.indexRecL .dot i.current {
    background: #df5b28;
}

.indexRecM {
    width: 410px;
    float: left;
    margin-left: 20px;
}

.indexRecM .txt_box {
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px dashed #959595;
}

.indexRecM .txt_box p,
.indexRecM .txt_box > a,
.indexRecM ul li {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.indexRecM .txt_box > a {
    display: block;
    font-size: 20px;
    color: #f33;
    line-height: 42px;
    font-weight: 700;
}

.indexRecM .txt_box p {
    color: #e5e5e5;
    overflow: hidden;
}

.indexRecM .txt_box p a {
    display: block;
    max-width: 196px;
    width: 196px;
    font-size: 14px;
    color: #0066c0;
    line-height: 24px;
    overflow: hidden;
}

.indexRecM .txt_box p a:nth-child(1) {
    float: left;
    text-align: right;
}

.indexRecM .txt_box p a:nth-child(2) {
    float: right;
    text-align: left;
}

.indexRecM .txt_box > a:hover {
    color: #ed0e0e;
}

.indexRecM .txt_box p a:hover {
    color: #1b7cf9;
}

.indexRecM ul li {
    width: 100%;
    font-size: 14px;
    height: 34px;
    color: #333;
    line-height: 34px;
    overflow: hidden;
}

.indexRecM ul {
    padding-top: 6px;
    max-height: 230px;
    overflow: hidden;
}

.indexRecM ul li a {
    display: block;
}

.indexRecM ul li a p {
    float: left;
    max-width: 356px;
    overflow: hidden;
}

.indexRecM ul li a span {
    float: right;
    color: #666;
}

.indexRecM ul li:hover a {
    color: #f33;
}

.indexRecM ul li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -375px 0;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.indexRecR {
    width: 294px;
    float: right;
}

.indexRecR ul {
    max-height: 270px;
    overflow: hidden;
}

.indexRecR ul li {
    margin-top: 14px;
    background-color: #f3f3f4;
    height: 54px;
}

.indexRecR ul li a {
    display: block;
    overflow: hidden;
}

.indexRecR ul li a:hover p:nth-child(1) {
    color: #ffa200;
}

.indexRecR ul li a:hover img {
    opacity: 0.9;
}

.indexRecR li img {
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    border-radius: 8px;
}

.indexRecR li div {
    float: left;
    width: 140px;
    margin-top: 8px;
}

.indexRecR li div p {
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.indexRecR li div p:nth-child(1) {
    font-size: 12px;
    color: #666;
    font-weight: 700;
}

.indexRecR li div p:nth-child(2) {
    font-size: 12px;
    color: #999;
}

.indexRecR li em {
    display: inline-block;
    font-size: 10px;
    color: #f93;
    width: 86px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    margin-top: 8px;
}

.indexRecR li em strong {
    font-size: 24px;
    font-weight: 500;
}

.indexGame {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 35px 30px;
    border-top: 1px solid #96dd81;
}

.indexGame .tab_menu {
    border-bottom: 1px solid #e7e9eb;
    white-space: nowrap;
    overflow: hidden;
}

.indexGame .tab_menu span {
    display: inline-block;
    padding: 10px 17.4px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.indexGame .tab_menu span.current {
    border-bottom: 3px solid #152d52;
    color: #333;
}

.indexGame .tab_menu span:hover {
    color: #333;
}

.indexGame ul {
    max-height: 450px;
    float: left;
    margin: 8px 0;
    overflow: hidden;
}

.indexGame ul li {
    width: 80px;
    margin: 20px 36.5px 0 0;
    float: left;
}

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

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

.indexGame ul li img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.indexGame ul li p {
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.indexGame ul li .type {
    color: #ccc;
    font-size: 12px;
}

.indexGame ul li .btn {
    display: none;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #4ec62b;
}

.indexGame ul li:hover .btn.no {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

.indexGame ul li:hover .btn {
    display: block;
}

.indexGame ul li:hover p {
    display: none;
}

.indexGame ul li:hover img {
    opacity: 0.9;
}

.indexTopic {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 35px 25px;
    border-top: 1px solid #33cb91;
}

.indexTopic ul {
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.indexTopic ul li {
    float: left;
    margin: 14px 14px 0 0;
}

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

.indexTopic ul li a {
    display: block;
    width: 98.3px;
    height: 32px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.indexTopic ul li a:hover,
.indexTopic ul li.current a {
    background-color: #25c88a;
    border-color: #25c88a;
    color: #fff;
}

.indexHot {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 35px;
    border-top: 1px solid #f14d37;
}

.indexHot .hotCont {
    float: left;
    padding-bottom: 20px;
    margin: 15px 0;
    overflow: hidden;
}

.indexHot .hotCont {
    border-bottom: 1px solid #e7e9eb;
}

.indexHot .hotCont:last-of-type {
    border: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.indexHot .hotCont div {
    float: left;
    width: 270px;
    margin-right: 16px;
}

.indexHot .hotCont div:last-child {
    margin-right: 0;
}

.indexHot .hotCont div img {
    width: 270px;
    height: 162px;
}

.indexHot .hotCont div a {
    display: block;
}

.indexHot .hotCont div ul {
    margin-top: 6px;
}

.indexHot .hotCont div ul li {
    overflow: hidden;
}

.indexHot .hotCont div ul li a {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    line-height: 32px;
}

.indexHot .hotCont div ul i {
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    background-color: #000;
    margin: 14.5px 10px 0 0;
}

.indexHot .hotCont div a:hover img {
    opacity: 0.9;
}

.indexHot .hotCont div a:hover {
    color: #f33;
}

.indexHot .hotCont div li:hover i {
    background-color: #f33;
}

.indexRanking {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 35px 25px;
    border-top: 1px solid #ffc71a;
}

.indexRanking .phbCont {
    width: 330px;
    float: left;
    padding-right: 25px;
    margin-top: 20px;
    margin-right: 30px;
    border-right: 1px solid #f5f5f5;
}

.indexRanking .phbCont:last-child {
    margin-right: 0;
    border: none;
}

.indexRanking .phbCont > div {
    font-size: 18px;
    color: #000;
    padding: 10px 20px 20px;
}

.indexRanking .phbCont > div i {
    display: inline-block;
    width: 23px;
    height: 17px;
    background-position: -421px 0;
    margin-right: 8px;
}

.indexRanking .num,
.indexRanking img {
    display: block;
    float: left;
    margin-right: 15px;
}

.indexRanking .num {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.indexRanking ul li:nth-child(1) .num {
    width: 21px;
    height: 24px;
    background-position: -465px 0;
    border: none;
    color: transparent;
}

.indexRanking ul li:nth-child(2) .num {
    width: 21px;
    height: 24px;
    background-position: -501px 0;
    border: none;
    color: transparent;
}

.indexRanking ul li:nth-child(3) .num {
    width: 21px;
    height: 24px;
    background-position: -539px 0;
    border: none;
    color: transparent;
}

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

.indexRanking .fBox {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 20px;
}

.indexRanking ul li .fBox p {
    font-size: 16px;
    color: #999;
}

.indexRanking ul li:nth-child(-n + 3) .fBox p {
    font-size: 16px;
    color: #000;
}

.indexRanking .fBox .num {
    margin-top: 12px;
}

.indexRanking .tBox .num {
    margin-top: 26px;
}

.indexRanking ul li:nth-child(-n + 3) .fBox .num {
    margin-top: 10px;
}

.indexRanking ul li:nth-child(-n + 3) .Box .num {
    margin-top: 22px;
}

.indexRanking .tBox {
    background: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    position: relative;
    margin: 6px 0;
    box-shadow: 0 0 10px 5px #eee;
    overflow: hidden;
}

.indexRanking .tBox img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    border-radius: 16px;
}

.indexRanking .tBox .info {
    float: left;
}

.indexRanking .tBox p {
    width: 166px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.indexRanking .tBox .info p:nth-child(1) {
    font-size: 16px;
    color: #000;
}

.indexRanking .tBox .info span {
    line-height: 24px;
}

.indexRanking .tBox .info i {
    display: inline-block;
    width: 14px;
    height: 13px;
    background-position: -578px 0;
}

.indexRanking .tBox img:hover {
    opacity: 0.9;
}

.topicList {
    overflow: hidden;
    background-color: #fff;
    padding-top: 20px;
    border-top: 1px solid #f0412a;
}

.topicList .tiTle {
    padding: 0 20px;
}

.topicList > ul {
    padding-top: 10px;
}

.topicList > ul > li {
    position: relative;
    padding: 40px 20px;
    overflow: hidden;
}

.topicList > ul > li .line {
    width: 1160px;
    height: 0;
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    bottom: 0;
}

.topicList > ul > li:last-child .line {
    border: none;
}

.topicList > ul > li:nth-child(1) {
    background-color: #faf9f4;
    border-color: #faf9f4;
}

.topicList > ul > li:hover {
    background-color: #faf9f4;
    border-color: #faf9f4;
}

.topicList > ul > li > a {
    display: block;
    float: left;
}

.topicList > ul > li > a > img {
    width: 280px;
    height: 210px;
    margin-right: 60px;
}

.topicList > ul > li > a > img:hover {
    opacity: 0.9;
}

.topicList > ul > li > em {
    position: absolute;
    top: 40px;
    right: 42px;
    font-size: 12px;
    color: #e74a3a;
}

.topicList > ul > li > em a {
    font-size: 28px;
    color: #e74a3a;
    font-weight: 700;
    margin-right: 2px;
}

.topicList > ul > li > em a:hover {
    text-decoration: underline;
}

.topicList > ul > li > em i {
    display: inline-block;
    width: 26px;
    height: 24px;
    background-position: -774px -55px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.topicList .info {
    float: left;
    width: 660px;
    overflow: hidden;
}

.topicList .info > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.topicList .info .name {
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.topicList .info > a span {
    float: left;
    margin-left: 20px;
    margin-top: 3px;
    color: #333;
}

.topicList .info > a:hover .name {
    color: #e74a3a;
}

.topicList .info ul {
    overflow: hidden;
    margin-top: 40px;
}

.topicList .info ul li {
    float: left;
    width: 90px;
    text-align: center;
    margin-right: 20px;
}

.topicList .info ul li a {
    display: block;
}

.topicList .info ul li img {
    width: 82px;
    height: 82px;
    border-radius: 16px;
}

.topicList .info ul li p,
.topicList .info ul li span {
    overflow: hidden;
    white-space: nowrap;
}

.topicList .info ul li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
}

.topicList .info ul li span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 26px;
}

.topicList .info ul li a:hover p {
    color: #e74a3a;
}

.topicList .info ul li a img:hover {
    opacity: 0.9;
}

.topicDetailT {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 22px 20px;
}

.topicDetailT > img {
    float: left;
    width: 440px;
    height: 330px;
    margin-right: 20px;
}

.topicDetailT > em {
    position: absolute;
    top: 40px;
    right: 42px;
    font-size: 12px;
    color: #d8d8d8;
    line-height: 26px;
}

.topicDetailT > em span {
    font-size: 28px;
    color: #d8d8d8;
    font-weight: 700;
}

.topicDetailT > em i {
    display: inline-block;
    width: 26px;
    height: 24px;
    background-position: -774px -84px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.topicDetailT > div {
    float: left;
    width: 700px;
}

.topicDetailT > div h1 {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
}

.topicDetailT > div .time {
    font-size: 14px;
    color: #bababa;
    line-height: 46px;
}

.topicDetailT > div .time span {
    color: #333;
}

.topicDetailT > div .cont {
    display: block;
    height: 72px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.topicDetailT > div > span {
    font-size: 14px;
    color: #bababa; /* line-height:46px; */
    margin-top: 15px;
    display: block;
}

.topicDetailT > div ul {
    max-height: 145px;
    overflow: hidden;
}

.topicDetailT > div ul li {
    float: left;
    padding: 0 2px;
    width: 96px;
    height: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #454545;
    margin: 14px 14px 0 0;
}

.topicDetailT > div ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.topicDetailB {
    background-color: #f4f4f4;
}

.topicDetailB .toList,
.topicDetailB ul {
    overflow: hidden;
}

.topicDetailB ul {
    padding: 5px 0 8px;
}

.topicDetailB ul li {
    position: relative;
    float: left;
    width: 342px;
    height: 200px;
    padding: 20px;
    background-color: #fff;
    margin: 24px 24px 0 0;
}

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

.topicDetailB ul li:nth-child(-n + 3) {
    margin-top: 0;
}

.topicDetailB ul li.hot {
    border-top: 1px solid #ffa826;
}

.topicDetailB ul li.zan {
    border-top: 1px solid #f36173;
}

.topicDetailB ul li.game {
    border-top: 1px solid #74a6ff;
}

.topicDetailB ul li i {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -3px;
    right: -3px;
}

.topicDetailB ul li.hot i {
    background-position: 0 -74px;
}

.topicDetailB ul li.zan i {
    background-position: -58px -74px;
}

.topicDetailB ul li.game i {
    background-position: -118px -74px;
}

.topicDetailB .toList > a,
.topicDetailB .toList > div,
.topicDetailB .toList > p {
    display: block;
    float: left;
}

.topicDetailB .toList > a img {
    width: 110px;
    height: 110px;
    border-radius: 16px;
    margin-right: 16px;
}

.topicDetailB .toList > div {
    width: 216px;
}

.topicDetailB .toList > div .name {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
}

.topicDetailB .toList > div p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 8px;
}

.topicDetailB .toList > div p span {
    color: #666;
}

.topicDetailB .toList > div .down {
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 110px;
    text-align: center;
    margin-top: 16px;
}

.topicDetailB .toList > div .down.no:hover {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

.topicDetailB .toList > p {
    display: block;
    height: 70px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.topicDetailB ul li:hover {
    box-shadow: 0 20px 12px -20px #e0e0e0;
}

.topicDetailB ul li:hover .down {
    background-color: #4ec62b;
    color: #fff;
    border-color: #4ec62b;
}

.topicDetailB ul li:hover .down.no {
    background-color: #ffa200;
    color: #fff;
    border-color: #ffa200;
}

.topicDetailB .toList > div .down:hover {
    background-color: #4ec62b;
    color: #fff;
    border-color: #4ec62b;
}

.topicDetailB .toList > div .name:hover {
    color: #ffa200;
}

.topicDetailB .toList > a img:hover {
    opacity: 0.9;
}

.topicDetailB .toList > div a.no:hover {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

.newsCont {
    background-color: #fff;
    overflow: hidden;
}

.newsContL {
    float: left;
    width: 794px;
    padding: 20px;
}

.newsContR {
    float: right;
    width: 326px;
    padding: 14px 20px 20px;
}

.newsContL .tab_menu {
    border-bottom: 1px solid #e7e9eb;
}

.newsContL .tab_menu a,
.newsContL .tab_menu span {
    display: inline-block;
    padding: 10px 24.5px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.newsContL .tab_menu a.current,
.newsContL .tab_menu span.current {
    border-bottom: 3px solid #152d52;
    color: #333;
}

.newsContL .tab_menu a:hover,
.newsContL .tab_menu span:hover {
    color: #333;
}

.newsContL ul li {
    width: 794px;
    height: 145px;
    padding: 30px 0;
    border-bottom: 1px dashed #ebebeb;
    overflow: hidden;
}

.newsContL li a {
    display: block;
    overflow: hidden;
}

.newsContL li img {
    float: left;
    width: 200px;
    height: 145px;
    margin-right: 20px;
}

.newsContL li .info {
    float: left;
    width: 566px;
    height: 145px;
    overflow: hidden;
}

.newsContL li strong {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
}

.newsContL li .time {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
}

.newsContL li .time span {
    max-width: 200px;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.newsContL .time span:nth-child(1) i {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -179px -82px;
    position: relative;
    top: 1.5px;
    margin-right: 6px;
}

.newsContL .time span:nth-child(2) i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -214px -82px;
    position: relative;
    top: 1.5px;
    margin-right: 6px;
}

.newsContL li .txt {
    display: block;
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    margin-top: 3px;
}

.newsContL li:hover {
    background-color: #fefbf7;
}

.newsContL li img:hover {
    opacity: 0.9;
}

.newsContL .page li {
    border: 1px solid #f4f4f4;
}

.newsContR .tab_menus {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.newsContR .tab_menus li {
    max-width: 100px;
    height: 50px;
    padding: 0 10px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    float: left;
    cursor: pointer;
}

.newsContR .tab_menus li.current {
    border-bottom: 3px solid #25c88a;
    font-weight: 700;
    color: #333;
}

.newsRank {
    margin-bottom: 20px;
}

.newsRank .cont {
    margin-top: 8px;
}

.newsRank .sub_boxs .fBoxs,
.newsRank .sub_boxs .tBoxs a {
    overflow: hidden;
}

.newsRank .sub_boxs li .fBoxs {
    padding: 10px 0;
    line-height: 22px;
}

.newsRank .sub_boxs li .fBoxs .num {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    font-size: 12px;
    color: #999;
    text-align: center;
    position: relative;
    top: 2px;
    margin-right: 12px;
}

.newsRank .sub_boxs li .fBoxs p {
    float: left;
    width: 242px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.newsRank .sub_boxs li .fBoxs span {
    float: right;
    font-size: 14px;
    color: #ccc;
    line-height: 22px;
}

.newsRank .sub_boxs li .tBoxs a {
    display: block;
    padding: 10px 0;
    position: relative;
}

.newsRank .sub_boxs li .tBoxs img {
    width: 140px;
    height: 78px;
    float: left;
    margin-right: 15px;
}

.newsRank .sub_boxs li .tBoxs .num {
    display: inline-block;
    width: 16px;
    height: 18px;
    line-height: 18px;
    background-color: #ffa200;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 3;
}

.newsRank .sub_boxs li:nth-child(1) .tBoxs .num {
    width: 21px;
    height: 24px;
    background-position: -465px 0;
    border: none;
    color: transparent;
    background-color: transparent;
}

.newsRank .sub_boxs li:nth-child(2) .tBoxs .num {
    width: 21px;
    height: 24px;
    background-position: -501px 0;
    border: none;
    color: transparent;
    background-color: transparent;
}

.newsRank .sub_boxs li:nth-child(3) .tBoxs .num {
    width: 21px;
    height: 24px;
    background-position: -539px 0;
    border: none;
    color: transparent;
    background-color: transparent;
}

.newsRank .sub_boxs li .tBoxs .info {
    width: 160px;
    float: left;
}

.newsRank .sub_boxs li .tBoxs p {
    display: block;
    height: 48px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.newsRank .sub_boxs li .tBoxs span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    margin-top: 8px;
}

.newsRank .sub_boxs img:hover {
    opacity: 0.9;
}

.rankRank {
    margin-bottom: 16px;
}

.rankRank .sub_boxs {
    margin-top: 8px;
}

.rankRank .sub_boxs li {
    padding: 13px 0;
}

.rankRank .sub_boxs li a {
    display: block;
    overflow: hidden;
}

.rankRank .num,
.rankRank img {
    display: block;
    float: left;
    margin-right: 15px;
}

.rankRank .num {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    font-size: 12px;
    color: #999;
    text-align: center;
    position: relative;
    top: 31px;
    left: 1.5px;
}

.rankRank .sub_boxs li:nth-child(1) .num {
    width: 21px;
    height: 24px;
    background-position: -465px 0;
    border: none;
    color: transparent;
    position: relative;
    top: 28px;
    left: 0;
}

.rankRank .sub_boxs li:nth-child(2) .num {
    width: 21px;
    height: 24px;
    background-position: -501px 0;
    border: none;
    color: transparent;
    position: relative;
    top: 28px;
    left: 0;
}

.rankRank .sub_boxs li:nth-child(3) .num {
    width: 21px;
    height: 24px;
    background-position: -539px 0;
    border: none;
    color: transparent;
    position: relative;
    top: 28px;
    left: 0;
}

.rankRank .sub_boxs img {
    width: 84px;
    height: 84px;
    border-radius: 16px;
}

.rankRank .sub_boxs .info {
    float: left;
}

.rankRank .sub_boxs p {
    width: 188px;
    line-height: 26px;
    font-size: 14px;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
}

.rankRank .sub_boxs .info p:nth-child(1) {
    font-size: 18px;
    color: #333;
}

.rankRank .sub_boxs .info span {
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-top: 6px;
    padding: 0 16px;
    text-align: center;
}

.rankRank .sub_boxs img:hover {
    opacity: 0.9;
}

.rankRank .sub_boxs li:hover .info p:nth-child(1) {
    color: #000;
}

.rankRank .sub_boxs li:hover .info span {
    background-color: #25c88a;
    border-color: #25c88a;
    color: #fff;
}

.rankRank .sub_boxs li:hover .info span.no {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

.newsDeCont {
    background-color: #fff;
    overflow: hidden;
}

.newsDeContL {
    float: left;
    width: 794px;
    padding: 20px;
}

.newsDeContR {
    float: right;
    width: 326px;
    padding: 14px 20px 20px;
}

.newsDeContR .tab_menus {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.newsDeContR .tab_menus li {
    max-width: 100px;
    height: 50px;
    padding: 0 10px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    float: left;
    cursor: pointer;
}

.newsDeContR .tab_menus li.current {
    border-bottom: 3px solid #25c88a;
    font-weight: 700;
    color: #333;
}

.newsCL {
    width: 794px;
    background-color: #fff;
}

.newsCL .tit {
    padding: 6px 0 16px;
    text-align: center;
}

.newsCL .tit h1 {
    display: block;
    line-height: 36px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 16px;
}

.newsCL .tit p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
}

.newsCL .tit p span {
    display: inline-block;
    max-width: 260px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
}

.newsCL .tit p span em {
    color: #666;
}

.newsCL .cont {
    padding: 10px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.newsCL .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #ffa200;
}

.newsCL .cont a:hover {
    border-bottom: 0.01px solid #ffa200;
}

.newsCL .cont p {
    line-height: 26px;
    color: #666;
    margin-bottom: 16px;
}

.newsCL .cont br {
    height: 2px;
}

.newsCL .cont img {
    display: block;
    max-width: 794px;
    margin: 16px auto;
    text-align: center;
}

.newsCL .cont p img {
    display: block;
    max-width: 794px;
    margin: 2px auto;
    text-align: center;
}

.newsCL .cont h3 {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.newsCL .cont iframe {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    display: block;
    border: none;
}

.newsDown {
    padding: 20px 18px;
    background-color: #f5f5f5;
    margin: 10px;
    overflow: hidden;
}

.newsDown > a img {
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 16px;
    margin-right: 20px;
}

.newsDown .info {
    float: left;
    max-width: 468px;
}

.newsDown .info p {
    font-size: 14px;
    color: #999;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
}

.newsDown .info p:first-child {
    font-size: 18px;
    color: #333;
}

.newsDown .info p em {
    color: #666;
    margin-right: 50px;
}

.newsDown .info p span {
    display: inline-block;
    padding: 0 6px;
    line-height: 18px;
    color: #888;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-right: 10px;
}

.newsDown .look {
    float: right;
}

.newsDown .look a {
    display: block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 1px;
    margin: 15px 0;
}

.newsDown .look a:first-child {
    background-color: #4ec62b;
}

.newsDown .look a:nth-child(2) {
    background-color: #ffc30b;
}

.newsDown .look a:first-child:hover {
    background-color: #56d82f;
}

.newsDown .look a:nth-child(2):hover {
    background-color: #fed551;
}

.newsDown > a:hover img {
    opacity: 0.9;
}

.newsLike {
    width: 186px;
    margin: 36px auto;
    overflow: hidden;
}

.newsLike div {
    float: left;
    width: 68px;
    text-align: center;
}

.newsLike div p {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    background-color: #f7f7f7;
    margin-bottom: 16px;
}

.newsLike .like {
    margin-right: 50px;
}

.newsLike .like i {
    display: inline-block;
    width: 34px;
    height: 36px;
    background-position: -445px -60px;
    position: relative;
    top: 16px;
}

.newsLike .like.current p,
.newsLike .like:hover p {
    background-color: #ffa115;
}

.newsLike .like.current i,
.newsLike .like:hover i {
    background-position: -394px -60px;
}

.newsLike .collection i {
    display: inline-block;
    width: 34px;
    height: 30px;
    background-position: -557px -67px;
    position: relative;
    top: 20px;
}

.newsLike .collection.current p,
.newsLike .collection:hover p {
    background-color: #f25568;
}

.newsLike .collection.current i,
.newsLike .collection:hover i {
    background-position: -502px -67px;
}

.next_pre {
    width: 794px;
    height: 42px;
    border-top: 1px dashed #ededed;
    overflow: hidden;
    padding: 16px 0;
}

.next_pre p {
    width: 50%;
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
}

.next_pre p a {
    color: #666;
    width: 288px;
    overflow: hidden;
    white-space: nowrap;
}

.next_pre p a:hover {
    color: #ffa200;
}

.newsDeN ul {
    margin-bottom: 36px;
    overflow: hidden;
}

.newsDeN li {
    float: left;
    width: 50%;
    height: 40px;
    border-bottom: 1px dashed #ededed;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.newsDeN li:nth-child(2n + 1) span {
    margin-right: 20px;
}

.newsDeN li i {
    float: left;
    display: block;
    background-color: #ccc;
    width: 6px;
    height: 6px;
    margin: 17px 12px 0 3px;
    margin-right: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.newsDeN li a {
    float: left;
    display: block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsDeN li span {
    float: right;
    color: #ccc;
}

.newsDeC ul {
    margin: 20px 0 36px;
    overflow: hidden;
}

.newsDeC li {
    float: left;
    border-right: 1px solid #f3f3f3;
    margin-right: 30px;
}

.newsDeC ul li:nth-child(3n + 3) {
    margin-right: 0;
    border: 0;
}

.newsDeC ul li:nth-child(7) a,
.newsDeC ul li:nth-child(8) a,
.newsDeC ul li:nth-child(9) a {
    padding-bottom: 0;
}

.newsDeC li a {
    display: block;
    overflow: hidden;
    padding: 0 6px 32px 0;
}

.newsDeC li a img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 10px;
}

.newsDeC li a .info {
    float: left;
    width: 144px;
}

.newsDeC li a .info p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
}

.newsDeC li a .info em {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 26px;
}

.newsDeC li a .info span {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

.newsDeC li a:hover p {
    color: #f33;
}

.newsDeC li a:hover img {
    opacity: 0.9;
}

.newsDeTags ul {
    margin-top: 20px;
    overflow: hidden;
}

.newsDeTags ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 14px;
    text-align: center;
}

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

.newsDeTags ul li a {
    display: block;
    width: 86px;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #666;
    text-align: center;
    height: 32px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsDeTags ul li a:hover {
    background-color: #25c88a;
    border-color: #25c88a;
    color: #fff;
}

.newsDeTags .gameDeT {
    margin-top: 20px;
    overflow: hidden;
}

.newsDeTags .gameDeT a {
    display: block;
    width: 160px;
    text-align: center;
}

.newsDeTags .gameDeT a:nth-child(1) {
    float: left;
}

.newsDeTags .gameDeT a:nth-child(2) {
    float: right;
}

.newsDeTags .gameDeT a img {
    display: block;
    width: 160px;
    height: 80px;
}

.newsDeTags .gameDeT a p {
    font-size: 12px;
    color: #888;
    line-height: 16px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.newsDeTags .gameDeT a:hover img {
    opacity: 0.9;
}

.gameDeCont {
    background-color: #fff;
    overflow: hidden;
}

.gameDeContL {
    float: left;
    width: 794px;
    padding: 20px;
}

.gameDeContR {
    float: right;
    width: 326px;
    padding: 14px 20px 20px;
}

.gameCL {
    width: 794px;
    background-color: #fff;
}

.gameDTit {
    padding: 10px 0 30px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.gameDTit img {
    float: left;
    width: 158px;
    height: 158px;
    margin-right: 20px;
    border-radius: 24px;
}

.gameDTit .info {
    float: left;
    width: 606px;
    height: 158px;
    overflow: hidden;
}

.gameDTit .info h1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 87%;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
}

.gameDTit .info p {
    margin: 8px 0 10px;
    overflow: hidden;
    white-space: nowrap;
}

.gameDTit .info p span {
    display: inline-block;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    color: #2ca8ff;
    background-color: #fff;
    border: 1px solid #2ca8ff;
    margin-right: 12px;
    cursor: pointer;
    border-radius: 14px;
}

.gameDTit .info div {
    max-height: 70px;
    overflow: hidden;
}

.gameDTit .info div span {
    display: inline-block;
    width: 200px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
}

.gameDTit .info div span:last-child {
    width: 500px;
}

.gameDTit .info div span em {
    color: #666;
}

.gameDTit .info div span a:hover em {
    color: #f33;
}

.gameDTit .gameDown {
    float: left;
    margin-top: 30px;
}

.gameDTit .gameDown a {
    display: inline-block;
    width: 230px;
    height: 56px;
    line-height: 56px;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
}

.gameDTit .gameDown a.andro {
    background-color: #25c88a;
}

.gameDTit .gameDown a.ios {
    background-color: #515151;
}

.gameDTit .gameDown a.andro i {
    display: inline-block;
    width: 20px;
    height: 24px;
    background-position: -668px -68px;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.gameDTit .gameDown a.ios i {
    display: inline-block;
    width: 20px;
    height: 24px;
    background-position: -716px -67px;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.gameDTit .gameDown .noDown {
    border-radius: 2px;
    display: inline-block;
    background-color: #ccc;
    width: 230px;
    height: 56px;
    line-height: 56px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.gameDTit .gameDown .order {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    background-color: #ffa115;
    width: 230px;
    height: 56px;
    line-height: 56px;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.gameDTit .gameDown a.andro:hover {
    background-color: #29dc98;
}

.gameDTit .gameDown a.ios:hover {
    background-color: #656565;
}

.gameDTit .gameDown .order:hover {
    background-color: #fdae3a;
}

.gameDTit .gameDown a.pcDown {
    background-color: #9c7ebb;
}

.gameDTit .gameDown a.pcDown i {
    display: inline-block;
    width: 26px;
    height: 19px;
    background-position: -714px -101px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.gameDTit .gameDown a.pcDown:hover {
    background-color: #9573ba;
}

.gameDTit .gameDown a.txDown {
    position: relative;
    background-color: #9c7ebb;
}

.gameDTit .gameDown a.txDown i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-position: -671px -101px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.gameDTit .gameDown a.txDown:hover {
    background-color: #9573ba;
}

.gameDTit .gameDown a.txDown span {
    display: inline-block;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 20px;
    padding: 0 2px;
    font-size: 12px;
    color: #f1f1f1;
}

.gameCL .contHidden {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.gameCL .cont {
    padding: 10px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.gameCL .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #ffa200;
}

.gameCL .cont a:hover {
    border-bottom: 0.01px solid #ffa200;
}

.gameCL .cont p {
    line-height: 26px;
    color: #666;
    margin-bottom: 16px;
}

.gameCL .cont br {
    height: 2px;
}

.gameCL .cont img {
    max-width: 794px;
}

.gameCL .cont p img {
    max-width: 794px;
}

.gameCL .cont h3 {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    color: #f0412a;
}

.gameCL .cont h3:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -174px -132px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.gameCL .cont iframe {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    display: block;
    border: none;
}

.editC {
    border: 1px solid #ffebcd;
    font-size: 14px;
    color: #666;
    padding: 2.5px;
    margin: 20px 0;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
}

.editC span {
    display: inline-block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    background-color: #f7a934;
    margin-right: 20px;
}

.editC span i {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f7a934;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}

.openDetail {
    padding: 10px 0;
    overflow: hidden;
}

.openDetail .ad {
    float: left;
}

.openDetail .ad span {
    display: inline-block;
    margin-right: 20px;
    color: #333;
    font-size: 14px;
}

.openDetail .ad span i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.openDetail .ad span:nth-child(1) i {
    width: 16px;
    height: 12px;
    background-position: -1px -133px;
    top: 1px;
}

.openDetail .ad span:nth-child(2) i {
    width: 15px;
    height: 14px;
    background-position: -33px -133px;
    top: 1px;
}

.openDetail .ad span:nth-child(3) i {
    width: 18px;
    height: 17px;
    background-position: -74px -133px;
    top: 2px;
}

.openDetail .lop {
    float: right;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

.openDetail .lop:hover {
    color: #ffa200;
}

.openDetail .lop i {
    display: inline-block;
    width: 13px;
    height: 8px;
    position: relative;
    top: -1px;
    margin-left: 8px;
}

.openDetail .lop i.down {
    background-position: -114px -138px;
}

.openDetail .lop i.up {
    background-position: -138px -138px;
}

.gameInfo {
    padding: 30px 0;
}

.gameInfo .info {
    margin-top: 6px;
    font-size: 14px;
    color: #999;
    line-height: 32px;
}

.gameInfo .info span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 0 20px;
}

.gameInfo .info em {
    font-size: 14px;
    color: #666;
}

.gameRecom .tab_menu {
    border-bottom: 1px solid #e7e9eb;
}

.gameRecom .tab_menu span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.gameRecom .tab_menu span.current {
    border-bottom: 3px solid #152d52;
    color: #333;
}

.gameRecom .tab_menu span:hover {
    color: #333;
}

.gameRecom .sub_box > div {
    padding: 26px 0;
    border-bottom: 1px dashed #ededed;
    overflow: hidden;
}

.gameRecom .sub_box > div img:hover {
    opacity: 0.9;
}

.gameRecom .sub_box > div > a {
    display: block;
    float: left;
    margin-right: 16px;
}

.gameRecom .sub_box > div > a img {
    width: 315px;
    height: 166px;
}

.gameRecom .sub_box > div .infos {
    float: left;
    width: 460px;
}

.gameRecom .sub_box > div .infos a:first-child {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
}

.gameRecom .sub_box > div .infos a:last-child {
    color: #666;
    font-size: 14px;
}

.gameRecom .sub_box > div .infos a:last-child em {
    color: #f0412a;
}

.gameRecom .sub_box > div .infos a:last-child:hover em {
    border-bottom: 1px solid #f0412a;
}

.gameRecom .sub_box > div .infos p {
    margin: 10px 0;
    height: 100px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}

.gameRecom .sub_box ul {
    margin: 10px 0 26px;
    overflow: hidden;
}

.gameRecom .sub_box ul li {
    float: left;
    border-right: 1px solid #f3f3f3;
    margin-right: 6px;
    padding: 0 6px 2px 0;
}

.gameRecom .sub_box ul li:nth-child(3n + 3) {
    margin-right: 0;
    border: 0;
}

.gameRecom .sub_box ul li:nth-child(7),
.gameRecom .sub_box ul li:nth-child(8),
.gameRecom .sub_box ul li:nth-child(9) {
    padding-bottom: 10px;
}

.gameRecom .sub_box li a {
    display: block;
    overflow: hidden;
    margin: 20px 0 10px 20px;
}

.gameRecom .sub_box li a img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 10px;
}

.gameRecom .sub_box li a p {
    overflow: hidden;
    white-space: nowrap;
}

.gameRecom .sub_box li a .info {
    float: left;
    width: 140px;
}

.gameRecom .sub_box li a .info p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.gameRecom .sub_box li a .info em {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 26px;
}

.gameRecom .sub_box li a .info span {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

.gameRecom .sub_box li a:hover img {
    opacity: 0.9;
}

.gameRecom .sub_box li a .hinfo {
    float: left;
    width: 120px;
    display: none;
}

.gameRecom .sub_box li a .hinfo p:first-child {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
}

.gameRecom .sub_box li a .hinfo p:nth-child(2) {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.gameRecom .sub_box li a .hinfo p:nth-child(2) span {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.gameRecom .sub_box ul li:nth-child(3n + 1) a {
    margin-right: 20px;
}

.gameRecom .sub_box ul li:nth-child(3n + 1) a:hover {
    margin-left: 10px;
    margin-right: 10px;
}

.gameRecom .sub_box ul li:nth-child(3n + 1) a {
    margin-left: 0;
}

.gameRecom .sub_box li a:hover .hinfo {
    display: block;
}

.gameRecom .sub_box li a .hinfo i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-position: -620px -71px;
    position: relative;
    left: 10px;
    top: 6px;
    margin-right: 6px;
}

.gameRecom .sub_box ul li a:hover {
    padding: 10px;
    box-shadow: 0 0 10px 2px #ededed;
    border-radius: 6px;
    margin: 10px 10px 0 10px;
}

.gameRecom .sub_box li a:hover i:hover {
    display: block;
    background-position: -320px -133px;
}

.gameRecom .sub_box li a:hover .info {
    display: none;
}

.gameNEn ul {
    margin-top: 20px;
    overflow: hidden;
}

.gameNEn ul li {
    float: left;
    width: 104px;
    margin-right: 32.5px;
    text-align: center;
    margin-bottom: 20px;
}

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

.gameNEn ul li a {
    display: block;
}

.gameNEn ul li img {
    width: 104px;
    height: 104px;
    border-radius: 16px;
}

.gameNEn ul li a p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.gameNEn ul li a span {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.gameNEn ul li a:hover p {
    color: #f33;
}

.gameNEn ul li img:hover {
    opacity: 0.9;
}

.gameDRank ul {
    margin: 15px 0;
}

.gameDRank ul li a {
    display: block;
    overflow: hidden;
    height: 84px;
    margin: 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px 2px transparent;
    padding: 10px 0 10px 10px;
    left: -10px;
    border-radius: 6px;
}

.gameDRank ul li a img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 16px;
}

.gameDRank ul li a .info {
    float: left;
    width: 220px;
}

.gameDRank ul li a p {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}

.gameDRank ul li a p:first-child {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.gameDRank ul li a p:nth-child(2) {
    font-size: 14px;
    color: #999;
    line-height: 32px;
}

.gameDRank ul li a p:nth-child(2) span {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.gameDRank ul li a i {
    display: none;
    float: right;
    width: 20px;
    height: 18px;
    background-position: -359px -133px;
    position: relative;
    top: 30px;
    margin-right: 16px;
}

.gameDRank ul li a:hover {
    /* padding:10px 0 10px 10px; */
    box-shadow: 0 0 10px 2px #ededed; /* margin:10px; */
    border-radius: 6px;
}

.gameDRank ul li a:hover .info {
    width: 180px;
}

.gameDRank ul li a:hover i {
    display: block;
}

.gameDRank ul li a:hover i:hover {
    display: block;
    background-position: -320px -133px;
}

.gameDRank ul li a img:hover {
    opacity: 0.9;
}

.gameDeContL .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.gameDeContL .swiper-slide {
    position: relative;
    text-align: center;
}

.gameDeContL .gallery-top .swiper-slide video {
    position: relative;
}

.gameDeContL .gallery-top .swiper-slide > div {
    width: 100%;
    height: 100%;
}

.gameDeContL .swiper-slide i {
    display: block;
    width: 32px;
    height: 32px;
    background-position: -259px -126px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.gameDeContL .gallery-top .swiper-slide > div img {
    width: 100%;
    opacity: 0.9;
    object-fit: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.gameDeContL .gallery-top .swiper-slide > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 440px;
    width: auto;
    opacity: 1;
}

.gameDeContL .gallery-top {
    width: 794px;
    height: 440px;
}

.gameDeContL .swiper-slide i {
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.gameDeContL .gallery-thumbs {
    width: 794px;
    height: 90px;
    padding: 10px 0 15px;
    margin-top: 0;
}

.gameDeContL .gallery-thumbs .swiper-slide {
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    width: 154px;
    height: 90px;
    border-radius: 1px;
}

.gameDeContL .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 90px;
}

.gameDeContL .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gameDeContL .gallery-thumbs .swiper-slide-thumb-active {
    border: 3px solid #25c88a;
    width: 148px;
    height: 84px;
}

.gameDeContL .gallery-thumbs .swiper-slide-thumb-active img {
    width: 100%;
    height: auto;
    min-height: 90px;
}

.gameDeContL .swiper-button-white {
    display: none;
}

.gameDeContL .swiper-container:hover .swiper-button-white {
    display: block;
}

.rTop {
    position: relative;
    width: 100%;
    height: 163px;
    background: url(../img/ranking.png) no-repeat;
    background-size: 100% 100%;
    background-color: #f4f4f4;
    margin-bottom: 14px;
    overflow: hidden;
}

.rTop em {
    float: left;
    font-size: 22px;
    color: #f5c078;
    margin-left: 16px;
    margin-top: 92px;
}

.rTop a {
    position: relative;
    float: left;
    display: block;
    width: 240px;
    height: 110px;
    font-size: 22px;
    color: #ffe083;
    margin-top: 53px;
    line-height: 66px;
    cursor: pointer;
}

.rTop a p {
    display: block;
    position: absolute;
    font-size: 22px;
    color: #ffe083;
    z-index: 5;
    left: 30px;
    top: 25px;
    line-height: 36px;
    text-align: center;
}

.rTop a p span {
    font-size: 36px;
}

.rTop a:hover p {
    color: #fff;
}

.rTop a i:nth-child(1) {
    position: absolute;
    display: inline-block;
    z-index: 3;
}

.rTop a i:nth-child(2) {
    display: none;
    position: absolute;
    width: 203px;
    height: 160px;
    background-position: 0 -373px;
    left: 0;
    top: -50px;
    z-index: 2;
}

.rTop .newsRank {
    margin-left: 260px;
}

.rTop .newsRank i {
    width: 57px;
    height: 50px;
    background-position: -740px -226px;
    left: 100px;
    top: 6px;
    margin-right: 6px;
}

.rTop .newsRank.current i:nth-child(1),
.rTop .newsRank:hover i:nth-child(1) {
    width: 57px;
    height: 50px;
    background-position: -740px -143px;
    left: 100px;
    top: 6px;
    margin-right: 6px;
}

.rTop .newsRank.current i:nth-child(2) {
    display: block;
}

.rTop .newsRank.current p {
    color: #fff;
    font-weight: 500;
}

.rTop .hotRank {
    margin-left: 50px;
}

.rTop .hotRank i {
    width: 55px;
    height: 58px;
    background-position: -649px -218px;
    left: 101px;
    top: 2px;
    margin-right: 6px;
}

.rTop .hotRank.current i:nth-child(1),
.rTop .hotRank:hover i:nth-child(1) {
    width: 55px;
    height: 58px;
    background-position: -649px -136px;
    left: 101px;
    top: 2px;
    margin-right: 6px;
}

.rTop .hotRank.current i:nth-child(2) {
    display: block;
}

.rTop .hotRank.current p {
    color: #fff;
    font-weight: 500;
}

.rTop .boxRank {
    margin-left: 50px;
}

.rTop .boxRank i {
    width: 53px;
    height: 47px;
    background-position: -556px -229px;
    left: 86px;
    top: 5px;
    margin-right: 6px;
}

.rTop .boxRank.current i:nth-child(1),
.rTop .boxRank:hover i:nth-child(1) {
    width: 53px;
    height: 47px;
    background-position: -556px -141px;
    left: 86px;
    top: 5px;
    margin-right: 6px;
}

.rTop .boxRank.current i:nth-child(2) {
    display: block;
}

.rTop .boxRank.current p {
    color: #fff;
    font-weight: 500;
}

.rTabList {
    width: 100%;
    background-color: #fff;
    margin-bottom: 14px;
}

.rTabList ul {
    overflow: hidden;
    padding: 20px 0 8px 10px;
}

.rTabList ul li {
    position: relative;
    float: left;
    margin: 0 0 12px 10px;
    border: 1px solid #eee;
    width: 105px;
    height: 62px;
    line-height: 18px;
}

.rTabList ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 23px;
}

.rTabList ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 23px;
    width: 1px;
}

.rTabList ul li a {
    position: relative;
    display: block;
    width: 105px;
    height: 62px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.rTabList ul li a span {
    display: inline-block;
    width: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rTabList ul li i {
    display: block;
    position: absolute;
    width: 47px;
    height: 6px;
    background-position: -448px -141px;
    bottom: -7px;
    right: 0;
}

.rTabList ul li:nth-child(1):after,
.rTabList ul li:nth-child(1):before {
    background-color: #ec5747;
}

.rTabList ul li:nth-child(2):after,
.rTabList ul li:nth-child(2):before {
    background-color: #8c97cb;
}

.rTabList ul li:nth-child(3):after,
.rTabList ul li:nth-child(3):before {
    background-color: #5dc9ea;
}

.rTabList ul li:nth-child(4):after,
.rTabList ul li:nth-child(4):before {
    background-color: #b3d465;
}

.rTabList ul li:nth-child(5):after,
.rTabList ul li:nth-child(5):before {
    background-color: #ec5747;
}

.rTabList ul li:nth-child(6):after,
.rTabList ul li:nth-child(6):before {
    background-color: #8c97cb;
}

.rTabList ul li:nth-child(7):after,
.rTabList ul li:nth-child(7):before {
    background-color: #5dc9ea;
}

.rTabList ul li:nth-child(8):after,
.rTabList ul li:nth-child(8):before {
    background-color: #b3d465;
}

.rTabList ul li:nth-child(9):after,
.rTabList ul li:nth-child(9):before {
    background-color: #ec5747;
}

.rTabList ul li:nth-child(10):after,
.rTabList ul li:nth-child(10):before {
    background-color: #8c97cb;
}

.rTabList ul li:nth-child(11):after,
.rTabList ul li:nth-child(11):before {
    background-color: #a6937c;
}

.rTabList ul li:nth-child(12):after,
.rTabList ul li:nth-child(12):before {
    background-color: #f6c15b;
}

.rTabList ul li:nth-child(13):after,
.rTabList ul li:nth-child(13):before {
    background-color: #f19ec2;
}

.rTabList ul li:nth-child(14):after,
.rTabList ul li:nth-child(14):before {
    background-color: #e4a1f0;
}

.rTabList ul li:nth-child(15):after,
.rTabList ul li:nth-child(15):before {
    background-color: #a6937c;
}

.rTabList ul li:nth-child(16):after,
.rTabList ul li:nth-child(16):before {
    background-color: #f6c15b;
}

.rTabList ul li:nth-child(17):after,
.rTabList ul li:nth-child(17):before {
    background-color: #f19ec2;
}

.rTabList ul li:nth-child(18):after,
.rTabList ul li:nth-child(18):before {
    background-color: #e4a1f0;
}

.rTabList ul li:nth-child(19):after,
.rTabList ul li:nth-child(19):before {
    background-color: #a6937c;
}

.rTabList ul li:nth-child(20):after,
.rTabList ul li:nth-child(20):before {
    background-color: #f6c15b;
}

.rTabList ul li:nth-child(n + 21):after,
.rTabList ul li:nth-child(n + 21):before {
    background-color: #ef9c2a;
}

.rTabList ul li:hover a {
    color: #fff;
}

.rTabList ul li:nth-child(1):hover {
    background-color: #ec5747;
}

.rTabList ul li:nth-child(2):hover {
    background-color: #8c97cb;
}

.rTabList ul li:nth-child(3):hover {
    background-color: #5dc9ea;
}

.rTabList ul li:nth-child(4):hover {
    background-color: #b3d465;
}

.rTabList ul li:nth-child(5):hover {
    background-color: #ec5747;
}

.rTabList ul li:nth-child(6):hover {
    background-color: #8c97cb;
}

.rTabList ul li:nth-child(7):hover {
    background-color: #5dc9ea;
}

.rTabList ul li:nth-child(8):hover {
    background-color: #b3d465;
}

.rTabList ul li:nth-child(9):hover {
    background-color: #ec5747;
}

.rTabList ul li:nth-child(10):hover {
    background-color: #8c97cb;
}

.rTabList ul li:nth-child(11):hover {
    background-color: #a6937c;
}

.rTabList ul li:nth-child(12):hover {
    background-color: #f6c15b;
}

.rTabList ul li:nth-child(13):hover {
    background-color: #f19ec2;
}

.rTabList ul li:nth-child(14):hover {
    background-color: #e4a1f0;
}

.rTabList ul li:nth-child(15):hover {
    background-color: #a6937c;
}

.rTabList ul li:nth-child(16):hover {
    background-color: #f6c15b;
}

.rTabList ul li:nth-child(17):hover {
    background-color: #f19ec2;
}

.rTabList ul li:nth-child(18):hover {
    background-color: #e4a1f0;
}

.rTabList ul li:nth-child(19):hover {
    background-color: #a6937c;
}

.rTabList ul li:nth-child(20):hover {
    background-color: #f6c15b;
}

.rTabList ul li:nth-child(n + 21):hover {
    background-color: #ec5747;
}

.rankList {
    overflow: hidden;
}

.rankList > div {
    width: 590px;
    float: left;
    background-color: #fff;
    padding: 8px 0;
    margin-right: 20px;
    margin-bottom: 23px;
}

.rankList > div:nth-child(2n + 2) {
    margin-right: 0;
}

.rankList > div > div {
    padding: 0 20px;
}

.rankList > div > div div {
    border-bottom: 1px solid #d4d6d9;
    overflow: hidden;
}

.rankList > div > div span {
    flex: left;
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 0 10px 0 0;
    border-bottom: 3px solid #25c88a;
    line-height: 60px;
}

.rankList > div > div span i {
    display: inline-block;
    width: 23px;
    height: 17px;
    background-position: -421px 0;
    margin-right: 8px;
}

.rankList > div > div a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 22px;
}

.rankList > div > div a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: red;
    border: 1px solid red;
    margin-right: 6px;
    border-radius: 2px;
    line-height: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.rankList > div > div a:hover {
    color: #ffb770;
}

.rankList > div .num,
.rankList > div img {
    display: block;
    float: left;
    margin-right: 23px;
}

.rankList > div .num {
    margin-top: 71px;
    margin-left: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.rankList > div ul li:nth-child(1) .num {
    width: 21px;
    height: 24px;
    background-position: -465px 0;
    border: none;
    color: transparent;
    margin-top: 67px;
}

.rankList > div ul li:nth-child(2) .num {
    width: 21px;
    height: 24px;
    background-position: -501px 0;
    border: none;
    color: transparent;
    margin-top: 67px;
}

.rankList > div ul li:nth-child(3) .num {
    width: 21px;
    height: 24px;
    background-position: -539px 0;
    border: none;
    color: transparent;
    margin-top: 67px;
}

.rankList > div li {
    position: relative;
    height: 158px;
}

.rankList > div img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.rankList > div img:hover {
    opacity: 0.9;
}

.rankList > div li .info {
    float: left;
    width: 360px;
}

.rankList > div li .info p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 8px;
}

.rankList > div li .info p:first-child {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-top: 0;
}

.rankList > div li .info p:last-child {
    display: block;
    height: 46px;
    overflow: hidden;
}

.rankList > div li .info p em {
    color: #999;
    margin: 0 6px;
    line-height: 12px;
}

.rankList > div li:nth-child(1) {
    background-color: #faf9f4;
}

.rankList > div ul li a {
    position: relative;
    display: block;
    width: 551px;
    height: 110px;
    margin: 0 auto;
    border-bottom: 1px dashed #ededed;
    padding: 24px 0;
}

.rankList > div ul li a i {
    position: absolute;
    top: 54px;
    right: 20px;
    display: block;
    width: 20px;
    height: 18px;
    background-position: -359px -133px;
    border: none;
    color: transparent;
}

.rankList > div li:last-child a {
    border: none;
}

.rankList > div li:hover {
    background-color: #faf9f4;
}

.rankList > div li:hover a i {
    background-position: -320px -133px;
}

.rankList > div li:hover a {
    border: none;
}

.rankDeList {
    margin-top: -23px;
    background-color: #fff;
}

.rankDeList li {
    padding: 0 35px;
}

.rankDeList li:first-child {
    background-color: #faf9f4;
}

.rankDeList li > div {
    padding: 40px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.rankDeList li > div a {
    display: block;
}

.rankDeList li > div .noun {
    float: left;
    text-align: center;
    font-weight: 700;
    margin: 0 63px 0 15px;
    font-size: 20px;
    color: #e74a3a;
    padding-top: 45px;
}

.rankDeList li > div .noun span {
    display: inline-block;
    font-size: 28px;
    color: #e74a3a;
    margin-top: 10px;
    font-family: Fantasy;
}

.rankDeList li .noun .ico {
    display: block;
    height: 29px;
    position: relative;
    left: 6px;
}

.rankDeList li:nth-child(1) .noun i {
    width: 49px;
    background-position: 0 -178px;
    margin-top: -22px;
}

.rankDeList li:nth-child(2) .noun i {
    width: 46px;
    background-position: -62px -178px;
    margin-top: -22px;
}

.rankDeList li:nth-child(3) .noun i {
    width: 44px;
    background-position: -124px -178px;
    margin-top: -22px;
}

.rankDeList li > div > a {
    display: block;
    float: left;
    margin-right: 35px;
}

.rankDeList li > div > a img {
    width: 110px;
    height: 110px;
    border-radius: 16px;
}

.rankDeList li > div > a img:hover {
    opacity: 0.9;
}

.rankDeList li > div .info {
    float: left;
    width: 142px;
    height: 110px;
    overflow: hidden;
    margin-right: 35px;
}

.rankDeList li > div .txt {
    float: left;
    width: 520px;
    height: 110px;
    overflow: hidden;
}

.rankDeList li > div strong {
    float: right;
    width: 130px;
    height: 110px;
    font-size: 26px;
    color: #e74a3a;
    overflow: hidden;
    text-align: -webkit-right;
    padding-right: 5px;
}

.rankDeList li > div strong i {
    display: inline-block;
    width: 21px;
    height: 24px;
    background-position: -402px -130px;
    margin-right: 6px;
}

.rankDeList li > div .info > a:first-child {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.rankDeList li > div .info > p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    margin: 8px 0 16px;
}

.rankDeList li > div .info > p em {
    margin: 0 6px;
}

.rankDeList li > div .info > a:last-child {
    display: block;
    width: 110px;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.rankDeList li > div .txt p:first-child {
    display: block;
    height: 72px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}

.rankDeList li > div .txt p:last-child {
    font-size: 0;
    overflow: hidden;
    margin-top: 8px;
}

.rankDeList li > div .txt p:last-child em {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.rankDeList li > div .txt p:last-child span {
    padding: 1px 5px;
    margin-right: 8px;
    line-height: 18px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
}

.rankDeList li:hover {
    background-color: #faf9f4;
}

.rankDeList li:hover .info > a:last-child {
    background-color: #4ec62b;
    border-color: #4ec62b;
    color: #fff;
}

.rankDeList li:hover .info > a.no:last-child {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

.gameTags {
    padding: 20px;
    background-color: #fff;
}

.gameTags ul {
    overflow: hidden;
}

.gameTags li {
    width: 146px;
    height: 118px;
    margin-right: 12px;
    text-align: center;
    font-size: 16px;
    color: #999;
    float: left;
}

.gameTags li:nth-child(7n + 7) {
    margin-right: 0;
}

.gameTags li p {
    font-size: 16px;
    color: #999;
    line-height: 88px;
}

.gameTags li a {
    display: block;
    color: #999;
    height: 118px;
}

.gameTags li a:hover,
.gameTags li.current a {
    background-color: #25c88a;
    border-radius: 3px;
}

.gameTags li a:hover p,
.gameTags li.current a p {
    color: #fff;
}

.gameTags li i {
    display: inline-block;
    position: relative;
}

.gameTags li:nth-child(1) i {
    width: 30px;
    height: 30px;
    background-position: 0 -291px;
    top: 27px;
}

.gameTags li:nth-child(1) a:hover i,
.gameTags li:nth-child(1).current i {
    background-position: 0 -244px;
}

.gameTags li:nth-child(2) i {
    width: 30px;
    height: 25px;
    background-position: -46px -291px;
    top: 29.5px;
}

.gameTags li:nth-child(2) a:hover i,
.gameTags li:nth-child(2).current i {
    background-position: -48px -244px;
}

.gameTags li:nth-child(3) i {
    width: 26px;
    height: 26px;
    background-position: -97px -291px;
    top: 29px;
}

.gameTags li:nth-child(3) a:hover i,
.gameTags li:nth-child(3).current i {
    background-position: -96px -244px;
}

.gameTags li:nth-child(4) i {
    width: 28px;
    height: 28px;
    background-position: -147px -291px;
    top: 28px;
}

.gameTags li:nth-child(4) a:hover i,
.gameTags li:nth-child(4).current i {
    background-position: -144px -244px;
}

.gameTags li:nth-child(5) i {
    width: 32px;
    height: 32px;
    background-position: -190px -291px;
    top: 26px;
}

.gameTags li:nth-child(5) a:hover i,
.gameTags li:nth-child(5).current i {
    background-position: -190px -244px;
}

.gameTags li:nth-child(6) i {
    width: 28px;
    height: 30px;
    background-position: -239px -291px;
    top: 27px;
}

.gameTags li:nth-child(6) a:hover i,
.gameTags li:nth-child(6).current i {
    background-position: -239px -244px;
}

.gameTags li:nth-child(7) i {
    width: 30px;
    height: 28px;
    background-position: -289px -291px;
    top: 28px;
}

.gameTags li:nth-child(7) a:hover i,
.gameTags li:nth-child(7).current i {
    background-position: -289px -244px;
}

.gameTags li:nth-child(8) i {
    width: 32px;
    height: 32px;
    background-position: -329px -291px;
    top: 26px;
}

.gameTags li:nth-child(8) a:hover i,
.gameTags li:nth-child(8).current i {
    background-position: -329px -244px;
}

.gameTags li:nth-child(9) i {
    width: 25px;
    height: 32px;
    background-position: -381px -291px;
    top: 26px;
}

.gameTags li:nth-child(9) a:hover i,
.gameTags li:nth-child(9).current i {
    background-position: -381px -244px;
}

.gameTags li:nth-child(10) i {
    width: 32px;
    height: 32px;
    background-position: -427px -291px;
    top: 26px;
}

.gameTags li:nth-child(10) a:hover i,
.gameTags li:nth-child(10).current i {
    background-position: -427px -244px;
}

.gameTags li:nth-child(11) i {
    width: 26px;
    height: 33px;
    background-position: -475px -291px;
    top: 25.5px;
}

.gameTags li:nth-child(11) a:hover i,
.gameTags li:nth-child(11).current i {
    background-position: -475px -244px;
}

.gameTags li:nth-child(12) i {
    width: 32px;
    height: 32px;
    background-position: 0 -644px;
    top: 26px;
}

.gameTags li:nth-child(12) a:hover i,
.gameTags li:nth-child(12).current i {
    background-position: 0 -688px;
}

.gameTags li:nth-child(13) i {
    width: 32px;
    height: 32px;
    background-position: -516px -291px;
    top: 26px;
}

.gameTags li:nth-child(13) a:hover i,
.gameTags li:nth-child(13).current i {
    background-position: -516px -244px;
}

.gameTags li:nth-child(n + 13) i {
    width: 32px;
    height: 32px;
    background-position: -516px -291px;
    top: 26px;
}

.gameTags li:nth-child(n + 13) a:hover i,
.gameTags li:nth-child(n + 13).current i {
    background-position: -516px -244px;
}

.gameTags li:last-child i {
    width: 32px;
    height: 32px;
    background-position: -516px -291px;
    top: 26px;
}

.gameTags li:last-child.current i,
.gameTags li:last-child:hover i {
    background-position: -516px -244px;
}

.gameTags li:hover,
.gameTags li:last-child.current {
    background-color: #25c88a;
    border-radius: 6px;
}

.gameTags li:last-child.current p,
.gameTags li:last-child:hover p {
    color: #fff;
}

.tpNav,
.tplist li {
    box-shadow: 0.5px 0.8px 5px 0 rgba(0, 0, 0, 0.06);
}

.tpNav {
    position: relative;
    border-radius: 8px;
    width: 1200px;
    height: 84px;
    /* background: url(../img/bghj.png) no-repeat;
    background-size: 100% 100%; */
    background-color: #fff;
}

.tpNav p {
    line-height: 84px;
    font-size: 24px;
    color: #354352;
    font-weight: 700;
    margin-left: 21px;

    margin-top: 14px;
}

.tpTab {
    position: absolute;
    left: 490px;
    top: 0;
}

.tpTab ul {
    height: 84px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tpTab ul li {
    float: left;
    margin-right: 22px;
    text-align: center;
    padding-left: 7px;
}

.tpTab ul li a {
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size: 18px;
    color: #676767;
    font-weight: 700;
}

.tpTab .navCur {
    position: absolute;
    top: -8px;
    left: -7px;
    width: 98px;
    height: 98px;
    border-radius: 8px;
    background: linear-gradient(to right, #25c880, #8ccab2);
}

.tpTab ul li a:hover,
.tpTab ul li.current a {
    color: #fff;
}

.tagJHList ul {
    overflow: hidden;
    zoom: 1;
    padding: 20px 0 6px 15px;
    /* width: 106%; */
    width: 100%;
}

.tagJHList ul li {
    float: left;
    width: 185px;
    height: 215px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0.5px 0.8px 5px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;
}

.tagJHList ul li a {
    position: relative;
    display: block;
    width: 185px;
    height: 183px;
    padding-top: 32px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tagJHList ul li img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 24px;
}

.tagJHList ul li p {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 48px;
    margin: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagJHList ul li span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    display: block;
    width: 0;
    height: 30px;
    background: #4ec62b;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tagJHList ul li a:hover p {
    display: none;
    color: #6ac20c;
}

.tagJHList ul li a:hover img {
    opacity: 0.9;
}

.tagJHList ul li a:hover span {
    bottom: 20px;
    width: 100px;
}

.tagJHList ul li {
    text-align: center;
    height: 235px;
}

.tagJHList ul li a {
    height: 203px;
}

.tagJHList ul li i {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.tagJHList ul li a:hover i {
    margin-top: 8px;
}

.downbtn .order {
    background-color: #ff9e00;
}

.downbtn .order > i {
    width: 20px;
    height: 19px;
    background-position: -388px -49px;
}

.downbtn .no {
    background-color: #c5c3c3;
    margin-right: 0;
}

.downbtn .no > i {
    width: 18px;
    height: 20px;
    background-position: -427px -49px;
}

.downbtn button > i {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 4px;
}

.downbtn a,
.downbtn button {
    display: block;
    float: left;
    border: none;
    width: 200px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    border-radius: 3px;
    margin: 15px 10px 0 0;
    cursor: pointer;
    text-align: center;
}

.downbtn a i {
    display: inline-block;
    width: 21px;
    height: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.downbtn .adr i {
    background-position: -291px -109px;
}

.downbtn .adr {
    background-color: #2cbb84;
}

.downbtn .ios i {
    background-position: -333px -109px;
}

.downbtn .ios {
    background-color: #5298ff;
}

.downbtn .pc {
    position: relative;
    background-color: #9c7ebb;
}

.downbtn .pc i {
    width: 26px;
    height: 19px;
    background-position: -375px -113px;
}

.downbtn a:hover,
.downbtn button:hover {
    opacity: 0.9;
}

.xydEdition{padding:16px 20px 2px;}
.xydEdition ul{width: 850px;padding-top:10px;overflow: hidden;*zoom: 1;}
.xydEdition ul li{float: left;width: 220px;height: 142px;padding: 0 16px 0 20px;margin:0 22px 22px 0;border: 1px solid transparent;background-color: #f6f6f6;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.xydEdition a:nth-of-type(1){display: block;width: 110%;font-size:18px;color: #333;height: 52px;line-height: 52px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xydEdition a:nth-of-type(2){display: block;overflow: hidden;*zoom: 1}
.xydEdition a:nth-of-type(2) img{float: left;width: 70px;height: 70px;border-radius: 16px;margin-right: 16px;}
.xydEdition a:nth-of-type(2) div{float: left;width:132px;}
.xydEdition a:nth-of-type(2) p{font-size: 14px;color: #999;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xydEdition ul li:hover{background-color: #f4fcfe;border-color: #a8d7ff;}
.xydEdition ul li:hover a:nth-of-type(1){color: #008bff;}
.pagecode {
    padding: 3px;
    margin: 10px 0 20px;
    text-align: center;
    font-size: 16px;
}

.pagecode a {
    padding: 8px 14px;
    margin-right: 8px;
    color: #666;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 3px;
}

.pagecode > span {
    display: inline-block;
    line-height: 38px;
    height: 38px;
    border-radius: 3px;
}

.pagecode span a {
    display: block;
    padding: 0;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
}

.pagecode span em {
    margin-right: 8px;
}

.pagecode a:hover {
    color: #fff;
    background-color: #25c88a;
    border: 1px solid #25c88a;
}

.pagecode a.current,
.pagecode a.current:hover {
    color: #fff;
    background-color: #25c88a;
    border: 1px solid #25c88a;
}

.pagecode a.disabled,
.pagecode a.disabled:hover {
    color: #666;
    background-color: #efefef;
    border: 1px solid #e6e6e6;
    cursor: default;
}

.appL,
.appR {
    margin-top: 15px;
}

.appL {
    float: left;
    width: 866px;
}

.appR {
    float: right;
    width: 315px;
}

.appL section,
.appR section {
    margin-bottom: 18px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.appL section:nth-of-type(1),
.appR section:nth-of-type(1) {
    box-shadow: 0 3px 0 #f0f0f0;
}

.appL .apIntro {
    padding: 6px 0 0 0;
}

.xydTop {
    position: relative;
    padding: 6px 0 0 0;
}

.xydCont {
    position: relative;
    padding: 15px 20px 25px 28px;
    overflow: hidden;
    *zoom: 1;
}

.xydTop img {
    float: left;
    width: 190px;
    height: 190px;
    border-radius: 28px;
    margin-right: 23px;
}

.xydTop .intro {
    float: left;
    width: 600px;
}

.xydTop .intro p,
.xydTop .intro li {
    overflow: hidden;
    white-space: nowrap;
}

.xydTop .name {
    display: block;
    position: relative;
    background-color: #fff;
    padding-right: 20px;
    max-width: 576px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0px rgb(0 0 0 / 10%);
}

.xydTop h1 {
    display: inline-block;
    font-size: 28px;
    color: #333;
    margin-right: 18px;
    line-height: 32px;
    font-weight: 600;
}

.xydTop .name i {
    display: block;
    position: absolute;
    width: 66px;
    height: 26px;
    background-position: -258px -395px;
    right: -81px;
    top: 10px;
}

.xydTop .intro ul {
    margin-top: 8px;
    width: 300px;
    min-height: 60px;
    overflow: hidden;
    *zoom: 1;
}

.xydTop .intro li {
    float: left;
    width: 136px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xydTop .intro li span,
.xydTop .intro li em {
    color: #333;
}

.xydTop .intro li:nth-of-type(2n + 2) {
    width: 200px;
}

.xydTop .intro li:nth-of-type(5) {
    width: 100%;
}

.xydTop .intro .txt {
    display: block;
    max-height: 70px;
    border-top: 1px solid #e0e0e0;
    margin-top: 5px;
    padding-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xydTop .intro .txt label {
    font-weight: bold;
    color: #808080;
}

.xydTop > .txt {
    display: block;
    max-height: 70px;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xydTop > .txt label {
    font-weight: bold;
    color: #808080;
}

.xydTop .downbtn {
    position: absolute;
    top: 56px;
    right: 5px;
    width: 220px;
    height: 68px;
    overflow: hidden;
}

.xydTop .intro ul {
    width: 360px;
}

.reldGame {
    padding: 16px 20px 6px;
}

.reldGame ul {
    width: 850px;
    padding-top: 10px;
    overflow: hidden;
    *zoom: 1;
}

.reldGame ul li {
    float: left;
    width: 263px;
    height: 116px;
    margin: 0 19px 18px 0;
}

.reldGame li a {
    position: relative;
    display: block;
    padding: 15px 5px 15px 15px;
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

.reldGame li a img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 10px;
}

.reldGame li a .info p,
.reldGame li a .info span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reldGame li a .info {
    float: left;
    width: 147px;
    height: 84px;
    overflow: hidden;
}

.reldGame li a .info p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-top: 5px;
}

.reldGame li a .info span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.reldGame li a,
.reldGame li a .btn,
.reldGame li a .btn i {
    transition: all 0.3s linear;
}

.reldGame li a .btn {
    position: absolute;
    top: 58px;
    right: -1px;
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #25c88a;
    border: 1px solid #b4dacb;
    border-radius: 12px 0 0 12px;
}

.reldGame li a .btn i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -296px -148px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.reldGame li a:hover .btn {
    color: #fff;
    background: linear-gradient(to right, #25c88a, #b4dacb);
}

.reldGame li a:hover .btn i {
    background-position: -296px -171px;
}

.reldGame li a:hover img {
    opacity: 0.9;
}

.reldGame li a:hover p {
    color: #25c88a;
}

.reldGame li a:hover {
    border-color: #b4dacb;
}

.crumb {
    padding-left: 41px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
}

.crumb,
.crumb a {
    font-size: 12px;
    color: #aeaeae;
}

.crumb a:hover {
    color: #25c88a;
}

.crumb i {
    display: inline-block;
    width: 18px;
    height: 14px;
    background-position: -282px -54px;
    margin-right: 10px;
    position: relative;
    top: 0.5px;
}

.ctiTle {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.ctiTle em {
    float: left;
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #354352;
    font-weight: 700;
}

.ctiTle a {
    float: right;
    display: block;
}

.ctiTle a i {
    display: block;
    width: 20px;
    height: 20px;
    background-position: -185px -51px;
    border: 1px solid #ddd;
    position: relative;
    top: 15px;
}

.ctiTle a:hover i {
    border-color: #ff965f;
}

.aprank {
    padding: 13px 20px;
}

.aprank ul {
    margin-top: 1px;
    max-height: 1300px;
    overflow: hidden;
}

.aprank li {
    width: 275px;
}

.aprank li a {
    display: block;
    height: 84px;
    padding: 22px 0;
    border-bottom: 1px dashed #eaeaea;
    overflow: hidden;
}

.aprank li:last-of-type a {
    border: 0;
}

.aprank li a img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 14px;
}

.aprank li a .info {
    float: left;
    width: 142px;
    height: 84px;
    overflow: hidden;
}

.aprank li a p {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.aprank li a .name {
    font-size: 16px;
    color: #354352;
    line-height: 20px;
    font-weight: 700;
}

.aprank li a span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin: 6px 10px 0 0;
    padding: 0 5px;
    background-color: #f7f7f7;
    border-radius: 2px;
}

.aprank li a .txt {
    font-size: 14px;
    color: #888;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
}

.aprank li .num {
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #ededed;
    background-color: #ededed;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.aprank li:nth-child(1) .num {
    margin-top: 31px;
    width: 24px;
    height: 29px;
    background-position: -704px -9px;
    border: none;
    color: transparent;
    background-color: transparent;
}

.aprank li:nth-child(2) .num {
    margin-top: 32px;
    width: 24px;
    height: 28px;
    background-position: -659px -5px;
    border: none;
    color: transparent;
    background-color: transparent;
}

.aprank li:nth-child(3) .num {
    margin-top: 33px;
    width: 24px;
    height: 27px;
    background-position: -614px -4px;
    border: none;
    color: transparent;
    background-color: transparent;
}

.aprank li:nth-child(n + 4) .num {
    margin-right: 14px;
    margin-top: 36px;
}

.aprank li:nth-child(n + 4) .num:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
}

.aprank li:nth-child(n + 4) .num:after {
    content: "";
    display: block;
    width: 1px;
    height: 6px;
    transform: rotate(45deg);
    background-color: #ededed;
    position: absolute;
    top: -1px;
    left: 1px;
    z-index: 2;
    transition: all 0.4s ease;
}

.aprank li a:hover {
    border-bottom: 1px solid #b4dacb;
}

.aprank li a:hover .name {
    color: #25c88a;
}

.aprank li a img:hover {
    opacity: 0.9;
}

.apother {
    padding: 13px 20px;
}

.apother ul {
    width: 320px;
    margin-top: 22px;
    overflow: hidden;
}

.apother li {
    float: left;
    width: 74px;
    text-align: center;
    margin-right: 27px;
    margin-bottom: 7px;
}

.apother li a {
    display: block;
    padding: 0 2px;
}

.apother li a img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
}

.apother li a p {
    display: block;
    width: 100%;
    margin: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.apother li a:hover p {
    color: #25c88a;
}

.apother li a img:hover {
    opacity: 0.9;
}

.apHTopic {
    padding: 13px 20px;
}

.apHTopic ul {
    margin-top: 18px;
    overflow: hidden;
}

.apHTopic ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 14px;
    text-align: center;
}

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

.apHTopic ul li a {
    display: block;
    width: 118px;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #666;
    text-align: center;
    height: 32px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.apHTopic ul li a:hover {
    background-color: #25c88a;
    border-color: #25c88a;
    color: #fff;
}

.apHTopic .apHtop {
    margin-top: 18px;
    overflow: hidden;
}

.apHTopic .apHtop a {
    display: block;
    width: 130px;
    text-align: center;
}

.apHTopic .apHtop a:nth-child(1) {
    float: left;
}

.apHTopic .apHtop a:nth-child(2) {
    float: right;
}

.apHTopic .apHtop a img {
    display: block;
    width: 130px;
    height: 60px;
}

.apHTopic .apHtop a p {
    font-size: 12px;
    color: #888;
    line-height: 16px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.apHTopic .apHtop a:hover img {
    opacity: 0.9;
}

.apHTopic .apHtop a:hover p {
    color: #25c88a;
}

.nextPre {
    width: 826px;
    height: 54px;
    /* border-top: 1px solid #f3f3f3; */
    margin: 0 auto;
    overflow: hidden;
}

.nextPre p {
    width: 50%;
    display: block;
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nextPre p a {
    color: #666;
}

.nextPre p a:hover {
    color: #25c88a;
}

.nsRela {
    padding: 20px 20px 26px;
}

.nsRela ul {
    width: 826px;
    padding-top: 8px;
    overflow: hidden;
}

.nsRela ul li {
    float: left;
    width: 50%;
    line-height: 32px;
    color: #666;
    font-size: 14px;
}

.nsRela ul li a {
    position: relative;
    float: left;
    display: inline-block;
    width: 300px;
    height: 32px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nsRela ul li span {
    margin-left: 10px;
    color: #999;
}

.nsRela ul li a:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 5px;
    height: 5px;
    background-color: #9b9b9b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 5px;
    top: 13px;
}

.nsRela ul li:hover a:before {
    background-color: #f33;
}

.orderList {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 486px;
    border-radius: 10px;
    text-align: center;
}

.orderBox .oClose {
    position: absolute;
    top: -80px;
    right: 38px;
    z-index: 10;
}

.orderBox .oClose i {
    display: inline-block;
    width: 46px;
    height: 80px;
    background-position: -689px -313px;
    position: relative;
}

.orderBox .oTitle {
    width: 100%;
    height: 139px;
    background-image: url(../img/order_bg.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    color: #fff;
}

.orderBox .oTitle i {
    display: block;
    width: 36px;
    height: 36px;
    background-position: -759px -313px;
    position: relative;
    top: 42px;
    margin: 0 auto;
}

.orderBox .oTitle p {
    margin-top: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.orderBox form .tel {
    width: 384px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 10px;
    line-height: 40px;
    margin: 36px auto 6px;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p em {
    color: #c00;
}

.orderBox form span {
    color: #fe684d;
    font-size: 14px;
    text-align: left;
    display: block;
    width: 392px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .oBtn {
    cursor: pointer;
    width: 220px;
    border: 0;
    background-color: #ffa622;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 40px;
    margin: 26px auto 60px;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox .msg {
    color: #fe684d;
    font-size: 14px;
    text-align: left;
    display: block;
    width: 392px;
    margin: 0 auto;
}

.orderBox .oKnow {
    display: block;
    cursor: pointer;
    width: 220px;
    border: 0;
    background-color: #ffb800;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 40px;
    margin: 36px auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox .oWin {
    width: 100%;
    padding: 48px 0;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}

.orderBox .oWin p {
    font-size: 18px;
    color: #141414;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 26px;
}

.orderBox .oWin i {
    display: inline-block;
    width: 167px;
    height: 101px;
    background-position: -625px -651px;
    position: relative;
}

.orderBox .oLose {
    width: 100%;
    padding: 48px 0;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}

.orderBox .oLose p {
    font-size: 18px;
    color: #141414;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 26px;
}

.orderBox .oLose i {
    display: inline-block;
    width: 167px;
    height: 101px;
    background-position: -625px -490px;
    position: relative;
}

.orderBox .oAgin {
    width: 100%;
    padding: 48px 0;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}

.orderBox .oAgin p {
    font-size: 18px;
    color: #141414;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 26px;
}

.orderBox .oAgin i {
    display: inline-block;
    width: 153px;
    height: 101px;
    background-position: -504px -360px;
    position: relative;
}

.gameDShare {
    overflow: hidden;
}

.gameDShare > img {
    float: left;
    width: 108px;
    height: 108px;
    margin-right: 3px;
}

.gameDShare > div {
    float: left;
}

.gameDShare > div p {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px;
}

.gameDShare a {
    margin: 10px 15px 0 0;
}

.gameDShare .s_qq {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -265px -365px;
    position: relative;
    top: 2px;
}

.gameDShare .s_wechat {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -349px -366px;
    position: relative;
    top: 2px;
}

.gameDShare .s_sina {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -401px -366px;
    position: relative;
    top: 2px;
}

.gameDShare .s_qzone {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -305px -365px;
    position: relative;
    top: 2px;
}

.gameDShare .share_wecat {
    width: 280px;
    height: 320px;
    padding: 20px;
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.gameDShare .share_wecat > p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 24px;
    margin-top: 2px;
}

.gameDShare .share_wecat .code {
    width: 188px;
    height: 188px;
    margin: 20px auto;
    overflow: hidden;
}

.gameDShare .share_wecat > p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.gameDShare .share_wecat span {
    cursor: pointer;
    z-index: 15;
    position: absolute;
    right: 12px;
    top: 12px;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #bababa;
    border-radius: 50%;
    font-size: 24px;
    color: #bababa;
    line-height: 22px;
    text-align: center;
}

main {
    overflow: hidden;
}

main .head {
    line-height: 90px;
    overflow: hidden;
}

main .head span {
    float: left;
    font-size: 20px;
    font-weight: 700;
}

main .head a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

main .head a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: red;
    border: 1px solid red;
    margin-right: 6px;
    border-radius: 2px;
    line-height: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

main .head a:hover {
    color: #f33;
}

main ul {
    width: 1220px;
}

main ul li {
    width: 285px;
    height: 360px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

main ul li:hover {
    box-shadow: 0 0 20px #ccc;
}

main ul li a {
    display: block;
}

main ul li .name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
}

main ul li .roles {
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
}

main ul li img {
    width: 124px;
    height: 124px;
    border-radius: 16px;
    display: block;
    margin: 18px auto;
}

main ul li div span {
    display: block;
    width: 110px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    margin: 18px auto 14px;
    border-radius: 4px;
    color: #333;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

main ul li div em {
    height: 30px;
    line-height: 30px;
    margin: 18px auto 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

main ul li:hover div span {
    border-color: #4ec62b;
    background-color: #4ec62b;
    color: #fff;
}

main ul li:hover div span.no {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

main ul li .txt {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    padding: 0 20px;
    color: #666;
    overflow: hidden;
}

main ul li .txt em {
    font-weight: 700;
    color: #333;
}

main ul li img:hover {
    opacity: 0.9;
}

main ul li div span {
    display: none;
}

main ul li:hover div span {
    display: block;
}

main ul li div em {
    display: block;
}

main ul li:hover div em {
    display: none;
}

.page {
    margin: 30px 0;
    display: flex;
}

.page ol {
    margin: 0 auto;
    overflow: hidden;
}

.page ol li {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #ededed;
}

.page ol li i {
    display: inline-block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 2px;
}

.page ol li i.ll {
    background-position: -255px -83px;
}

.page ol li i.lr {
    background-position: -283px -83px;
}

.page ol li a {
    color: #666;
    display: block;
}

.page ol li a:hover {
    background-color: #25c88a;
    color: #fff;
}

.page ol li a:hover i.ll {
    background-position: -311px -83px;
}

.page ol li a:hover i.lr {
    background-position: -339px -83px;
}

.page ol li a.on {
    background-color: #25c88a;
    color: #fff;
}

.newsDeServe ul {
    margin: 20px 0 36px;
    overflow: hidden;
    border-bottom: 1px dashed #ededed;
}

.newsDeServe ul li {
    float: left;
    width: 99px;
    text-align: center;
}

.newsDeServe ul li a {
    display: block;
}

.newsDeServe ul li em {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    font-weight: 600;
}

.newsDeServe ul li img {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    margin: 0 auto 6px;
}

.newsDeServe ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.newsDeServe ul li .crossCir {
    font-size: 0;
}

.newsDeServe ul li .crossCir i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 6px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.newsDeServe ul li .crossCir span {
    display: inline-block;
    width: 38.5px;
    height: 11px;
    border-top: 1px solid #ccc;
}

.newsDeServe ul li:first-child .crossCir span:first-child {
    border-color: transparent;
}

.newsDeServe ul li:last-child .crossCir span:last-child {
    border-color: transparent;
}

.newsDeServe ul li .crossCir.current i,
.newsDeServe ul li .crossCir.current span {
    border-color: #25c88a;
}

.newsDeServe ul li a p {
    width: 90%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: auto;
}

.newsDeServe ul li a p:nth-of-type(2) {
    font-size: 12px;
    color: #999;
}

.newsDeServe ul li .btn {
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin: 10px auto 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background: #4ec62b;
}

.newsDeServe ul li .btn.no {
    background-color: #ffa622;
}

.newsDeServe ul li:hover a p:nth-of-type(1) {
    color: #f33;
}

.newsDeServe ul li img:hover {
    opacity: 0.9;
}

.gameService {
    height: auto;
    background-color: #fff;
    padding: 20px;
}

.goodService {
    height: auto;
    background-color: #fff;
    padding: 6px 20px 60px;
}

.todaySer {
    height: 100%;
    overflow: hidden;
}

.gameLine {
    float: left;
    width: 2px;
    height: auto;
    margin: 0 12px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), #e8e9e8 11%, #e8e9e8 95%, rgba(255, 255, 255, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 1), #e8e9e8 11%, #e8e9e8 92%, rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 1), #e8e9e8 11%, #e8e9e8 92%, rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 1), #e8e9e8 11%, #e8e9e8 92%, rgba(255, 255, 255, 1));
}

.todaySer .cont {
    position: relative;
    float: left;
    width: 1111px;
    margin-left: 22px;
}

.todaySer .serTit {
    position: relative;
    left: -47px;
    top: 21px;
    margin-top: 4px;
    overflow: hidden;
}

.todaySer .serTit span {
    float: left;
    display: block;
    padding: 5px 0;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 4px;
}

.todaySer .serTit span .ico {
    display: block;
    width: 24px;
    height: 24px;
    background-position: -255px -188px;
}

.todaySer .serTit p {
    position: relative;
    float: left;
    display: block;
    min-width: 124px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 23px;
    background-color: #25c88a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.todaySer .serTit p i {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    left: -15px;
    width: 0;
    height: 0;
    border-right: 15px solid #25c88a;
    border-bottom: 7.5px solid transparent;
    border-top: 7.5px solid transparent;
    font-size: 0;
    line-height: 0;
}

.todaySer .serTit a {
    position: relative;
    float: left;
    display: block;
    min-width: 108px;
    padding: 0 10px;
    margin: 4px 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 16px;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    border: 1px solid #eee;
}

.todaySer .serTit a i {
    display: block;
    position: absolute;
    bottom: -9px;
    right: -1px;
    width: 46px;
    height: 8px;
    background-position: -450px -141px;
}

.todaySer .serTit a:nth-of-type(1) {
    margin-left: 19px;
}

.todaySer .serTit a:hover {
    color: #f33;
}

.gameService .todaySerPre .serTit span .ico {
    background-position: -212px -188px;
}

.gameService .todaySerPre .serTit p {
    background-color: #f0412a;
}

.gameService .todaySerPre .serTit p i {
    border-right: 15px solid #f0412a;
}

.goodService .serTit span .ico {
    background-position: -298px -188px;
}

.goodService .serTit p {
    background-color: #e7b063;
}

.goodService .serTit p i {
    border-right: 15px solid #e7b063;
}

.gameService .todaySerPre ul {
    border-top: none;
}

.goodService .todaySerPre ul {
    border-top: none;
}

.gameService ul {
    border-top: 1px solid #25c88a;
}

.goodService ul {
    border-top: 1px solid #e7b063;
}

.todaySer .todaySerPre .serTit {
    top: 0;
    margin-top: 10px;
}

.todaySer .todaySerPre ul {
    padding-top: 9px;
    background-color: #faf9f4;
}

.serName {
    overflow: hidden;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #39393d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 13px;
}

.serName span {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.serName span:nth-child(1) {
    width: 130px;
}

.serName span:nth-child(2) {
    width: 100px;
    height: 32px;
}

.serName span:nth-child(3) {
    width: 150px;
}

.serName span:nth-child(4) {
    width: 120px;
}

.serName span:nth-child(5) {
    width: 100px;
}

.serName span:nth-child(6) {
    width: 160px;
}

.serName span:nth-child(7) {
    width: 174px;
}

.serName span:nth-child(8) {
    width: 150px;
}

.todaySer ul {
    background-color: #f8f8f8;
    padding: 30px 0 20px;
}

.todaySer ul li {
    overflow: hidden;
    width: 100%;
    height: 70px;
    padding: 9px 0;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.gameService .todaySerPre ul .hotSer {
    color: #f0412a;
    height: 70px;
    padding: 9px 0;
}

.gameService .todaySerPre ul .hotSer > a {
    color: #f0412a;
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
}

.gameService .todaySerPre ul .hotSer span {
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
}

.gameService .todaySerPre ul .hotSer span i.adr {
    top: 24.5px;
}

.gameService .todaySerPre ul .hotSer span i.ios {
    top: 24px;
}

.gameService .todaySerPre ul .hotSer span a {
    display: block;
}

.todaySer ul li i,
.todaySer ul li span,
.todaySer ul li > a {
    float: left;
    display: block;
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.todaySer ul li span:nth-of-type(1) {
    width: 130px;
    font-weight: 700;
}

.todaySer ul li span:nth-of-type(2) {
    width: 120px;
}

.todaySer ul li span:nth-of-type(3) {
    width: 100px;
}

.todaySer ul li span:nth-of-type(4) {
    width: 160px;
}

.todaySer ul li span:nth-of-type(5) {
    width: 174px;
}

.todaySer ul li span:nth-of-type(6) {
    width: 150px;
}

.todaySer ul li span i {
    display: block;
    position: relative;
    left: 52px;
}

.todaySer ul li span i.adr {
    width: 16px;
    height: 19px;
    background-position: -357px -190px;
    top: 22.5px;
}

.todaySer ul li span i.ios {
    width: 16px;
    height: 20px;
    background-position: -382px -190px;
    top: 22px;
}

.todaySer ul li > a:nth-of-type(1) {
    width: 150px;
}

.todaySer ul li .btn {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 18px auto;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #4ec62b;
}

.todaySer ul li .btn.no {
    background-color: #ffa622;
}

.todaySer ul li:hover > a:nth-of-type(1) {
    color: #f0412a;
}

.todaySer ul li img:hover {
    opacity: 0.9;
}

.todaySer img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    margin: 0 15px;
    cursor: default;
}

.indexAd {
    padding: 20px;
    margin-top: 23px;
    background-color: #fff;
    overflow: hidden;
}

.indexAd a {
    display: block;
}

.indexAd a img {
    display: block;
    width: 1160px;
    height: 100px;
    margin: 0 auto;
}

.newsAd {
    margin-bottom: 5px;
    background-color: #fff;
    overflow: hidden;
}

.newsAd a {
    display: block;
}

.newsAd a img {
    display: block;
    width: 326px;
    height: 150px;
    margin: 0 auto;
}

.areaList {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 35px;
}

.areaList .hotCont {
    float: left;
    padding-bottom: 20px;
    margin: 15px 0;
    overflow: hidden;
}

.areaList .hotCont {
    border-bottom: 1px solid #e7e9eb;
}

.areaList .hotCont:last-of-type {
    border: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.areaList .hotCont div {
    float: left;
    width: 270px;
    margin-right: 16px;
}

.areaList .hotCont div:last-child {
    margin-right: 0;
}

.areaList .hotCont div img {
    width: 270px;
    height: 162px;
}

.areaList .hotCont div a {
    display: block;
}

.areaList .hotCont div ul {
    margin-top: 6px;
}

.areaList .hotCont div ul li {
    overflow: hidden;
}

.areaList .hotCont div ul li a {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    line-height: 32px;
}

.areaList .hotCont div ul i {
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    background-color: #000;
    margin: 14.5px 10px 0 0;
}

.areaList .hotCont div a:hover img {
    opacity: 0.9;
}

.areaList .hotCont div a:hover {
    color: #f33;
}

.areaList .hotCont div li:hover i {
    background-color: #f33;
}

.recommendList {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 35px 30px;
}

.recommendList {
    width: 1130px;
    margin: auto;
}

.recommendList ul {
    width: 1172px;
    max-height: 310px;
    margin-bottom: 6px;
    overflow: hidden;
}

.recommendList ul li {
    width: 80px;
    margin: 20px 36.5px 0 0;
    float: left;
}

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

.recommendList ul li img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.recommendList ul li p {
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.recommendList ul li .type {
    color: #ccc;
    font-size: 12px;
}

.recommendList ul li .btn {
    display: none;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #4ec62b;
}

.recommendList ul li:hover .btn.no {
    background-color: #ffa622;
    border-color: #ffa622;
    color: #fff;
}

.recommendList ul li:hover .btn {
    display: block;
}

.recommendList ul li:hover p {
    display: none;
}

.recommendList ul li:hover img {
    opacity: 0.9;
}

.qasearch {
    background: url(../img/qabg.png) no-repeat;
    height: 156px;
}

.qasearch div {
    text-align: center;
    font-size: 22px;
    color: #c4c4c4;
    padding-top: 30px;
}

.qasearch div span {
    font-size: 18px;
    color: #333;
}

.qasearch div span:nth-child(1) {
    margin-right: 20px;
}

.qasearch div span:nth-last-child(1) {
    margin-left: 20px;
}

.qasearch div em {
    font-size: 22px;
    color: #25c88a;
    margin: 0 6px;
    font-style: italic;
}

.qasearch p {
    margin: 0 auto;
    display: block;
    width: 668px;
}

.qasearch p input {
    width: 509px;
    height: 44px;
    border: 3px solid #01c689;
    padding-left: 14px;
    margin-top: 24px;
}

.qasearch p .button {
    width: 139px;
    height: 50px;
    background: #01c689;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 0;
    cursor: pointer;
}

.qabox {
    background: #fff;
    overflow: hidden;
    margin-bottom: 22px;
}

.qagame {
    width: 768px;
    padding-left: 20px;
    margin-bottom: 70px;
    background: #fff;
    float: left;
    padding-top: 18px;
}

.qagame > p {
    border-top: 2px solid #25c88a;
    margin-top: 15px;
}

.qagame p span {
    width: 167px;
    height: 34px;
    display: inline-block;
    background: #25c88a;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 36px;
}

.qagame p em {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 34px solid #25c88a;
    border-right: 30px solid transparent;
    vertical-align: top;
}

.qabox .tab_box {
    width: 100%;
}

.qabox .tab_menu {
    border-bottom: 1px solid #e7e9eb;
    margin-top: 14px;
}

.qabox .tab_menu span {
    font-size: 18px;
    color: #999;
    text-align: center;
    display: inline-block;
    padding: 8px 18px;
}

.qabox .tab_menu .current {
    color: #333;
    border-bottom: 3px solid #25c88a;
}

.qabox .tab_cont ul {
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 31px;
}

.qabox .tab_cont ul li {
    display: inline;
    overflow: hidden;
    float: left;
    margin: 8px 0;
    width: 100%;
}

.qabox .tab_cont ul li em {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 94px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.qabox .tab_cont ul li p {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 480px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qabox .tab_cont ul li .info {
    display: inline-block;
    width: 158px;
    text-align: right;
    float: right;
}

.qabox .tab_cont ul li .info span {
    font-size: 14px;
    color: #999;
}

.qabox .tab_cont ul li .info i {
    font-size: 14px;
    color: #999;
    margin: 0 8px;
}

.qabox .tab_menu span a {
    color: #999;
}

.qabox .tab_menu .current a {
    color: #333;
}

.qachoice {
    width: 327px;
    padding-right: 20px;
    float: right;
    margin-top: 10px;
}

.qachoice > p {
    width: 100%;
    border-bottom: 1px solid #b7bbc2;
    margin-top: 44px;
    margin-bottom: 13px;
}

.qachoice > p span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 3px solid #25c88a;
    width: 94px;
    text-align: center;
    line-height: 18px;
    display: block;
    padding-bottom: 15px;
}

.qachoice ul {
    margin-bottom: 19px;
}

.qachoice ul li {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: relative;
}

.qachoice ul li a:nth-last-child(2) {
    line-height: 35px;
    color: #999;
    display: inline-block;
}

.qachoice ul li a:nth-last-child(1) {
    line-height: 35px;
    margin-left: 10px;
}

.qachoice ul li p {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qachoice ul li span {
    color: #999;
    font-size: 14px;
}

.qachoice ul li i {
    width: 3px;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
}

.showImg2 {
    width: 794px;
    height: 296px;
    padding: 24px 0 28px;
    background-color: #fff;
}

.screenshot .intro {
    width: 794px;
    position: relative;
}

.screenshot .intro .slider-contain {
    position: relative;
    width: 794px;
    height: 297px;
}

.screenshot .intro .img-slider {
    width: 794px;
    height: 280px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}

.screenshot .intro .img-slider img {
    display: block;
    height: 280px;
    border-radius: 0;
    width: auto;
    vertical-align: top;
}

.screenshot .intro .img-slider li {
    width: auto;
    margin-right: 16px;
    display: inline-block;
    height: 280px;
}

.screenshot .img-slider li:last-child {
    margin-right: 0;
}

.screenshot .intro .video-js {
    width: 500px;
    height: 280px;
}

.screenshot .slider-inner-contain {
    position: relative;
    left: 0;
    width: 794px;
    height: 297px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #fff;
}

.screenshot .slider-contain .a_left {
    position: absolute;
    left: 0;
    top: 108px;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../img/lightbox/prev.png) no-repeat;
}

.screenshot .slider-contain .a_left,
.screenshot .slider-contain .a_right {
    display: none;
}

.screenshot .slider-contain:hover .a_left,
.screenshot .slider-contain:hover .a_right {
    display: block;
}

.screenshot .slider-contain .a_right {
    position: absolute;
    right: 0;
    top: 108px;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../img/lightbox/next.png) no-repeat;
}

.screenshot .img-slider .img-item {
    position: relative;
    line-height: 0;
    font-size: 0;
}

.qamain {
    background: #fff;
    width: 788px;
    padding-left: 20px;
}

.qamain h1 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 27px 0;
}

.qamain .headbox {
    text-align: center;
    overflow: hidden;
    display: block;
}

.qamain .headbox span {
    font-size: 14px;
    color: #999;
}

.qamain .headbox span:nth-child(2) {
    margin-left: 35px;
}

.qamain .headbox span:nth-child(3) {
    margin-left: 35px;
}

.qamain .headbox span:nth-child(4) {
    margin-left: 35px;
}

.rybox {
    width: 788px;
    height: 66px;
    background: #fffaf2;
    position: relative;
}

.rybox p {
    text-align: left;
    color: #ff4d03;
    font-size: 14px;
    line-height: 66px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 25px;
}

.rybox p em {
    font-size: 17px;
    color: #ff4d03;
    font-weight: 600;
    margin-left: 20px;
}

.rybox i {
    width: 10px;
    height: 10px;
    position: absolute;
}

.rybox i:nth-child(1) {
    border-top: 2px solid #ff4d03;
    border-left: 2px solid #ff4d03;
    top: 0;
    left: 0;
}

.rybox i:nth-child(2) {
    border-bottom: 2px solid #ff4d03;
    border-right: 2px solid #ff4d03;
    bottom: 0;
    right: 0;
}

.qamain > span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 26px 0 22px;
    display: block;
}

.qamain > p {
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 26px;
}

.qamain p img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
}

.qamain > p a {
    color: #f33;
}

.qamain img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
}

.qamain strong {
    font-size: 18px;
    line-height: 24px;
    border-left: 4px solid #ff4d03;
    padding-left: 12px;
    color: #000;
    margin: 35px 0 10px 0;
    display: block;
}

.qamain > em {
    font-size: 18px;
    line-height: 24px;
    border-left: 4px solid #ff4d03;
    padding-left: 12px;
    color: #000;
    margin: 35px 0 10px 0;
    display: block;
}

.qamain > .info {
    overflow: hidden;
    background: #f9f9f9;
    height: 113px;
}

.qamain > .info img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    border-radius: 12px;
    margin: 17px 20px 16px 15px;
}

.qaboxs {
    float: left;
    width: 62%;
}

.qaboxs .name {
    font-size: 18px;
    color: #333;
    margin-top: 27px;
    margin-bottom: 20px;
}

.qaboxs p span {
    font-size: 14px;
    color: #999;
    margin-right: 45px;
}

.qaboxs p span em {
    font-size: 14px;
    color: #666;
}

.qamain > .info > a {
    display: block;
    float: right;
    width: 130px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #ffa622;
    margin-top: 41px;
    border-radius: 3px;
    margin-right: 18px;
}

.main p {
    color: #666 !important;
    font-size: 14px !important;
}

.crux p {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
}

.crux p span {
    font-size: 14px;
    color: #999;
}

.crux p span em {
    font-size: 14px;
    color: #ff4d03;
    margin-right: 15px;
}

.turnpage {
    overflow: hidden;
}

.turnpage p {
    width: 50%;
    max-width: 50%;
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin: 20px 0 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.turnpage p:nth-child(1) {
    float: left;
}

.turnpage p:nth-child(2) {
    float: right;
    text-align: right;
}

.turnpage a {
    font-size: 14px;
    color: #666;
}

.xgbg {
    height: 150px !important;
    border: 1px solid #ebebeb;
    background: url(../img/qasbg.png) no-repeat !important;
}

.xgbg img {
    width: 110px !important;
    height: 110px !important;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.xgbg p {
    font-size: 14px;
    color: #999;
}

.xgbg p i {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 11px;
    line-height: 22px;
    padding: 0 5px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 15px;
}

.xgbg .ckgame {
    background: #4ec62b !important;
}

.xgbg .newlist {
    background: #ffc30b !important;
    margin-top: 15px !important;
}

.relevantqa {
    background: #fff;
    width: 788px;
    padding-left: 20px;
    padding-top: 20px;
}

.relevantqa ul li {
    overflow: hidden;
    border-bottom: 1px dashed #ededed;
    padding: 20px 0;
}

.relevantqa ul li img {
    width: 170px;
    height: 110px;
    display: block;
    float: left;
    margin-right: 20px;
}

.relevantqa ul li .info {
    float: left;
    width: 598px;
    height: 110px;
}

.relevantqa ul li:hover .info p:nth-child(1) {
    color: #f33;
}

.relevantqa ul li .info p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.relevantqa ul li .info p:nth-child(2) {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 17px;
    margin-top: 17px;
    max-height: 34px;
}

.relevantqa ul li .info p:nth-child(3) {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.relevantqa ul li .info p:nth-child(3) span {
    margin-right: 38px;
}

.newqa {
    background: #fff;
    width: 788px;
    padding-left: 20px;
    padding-bottom: 38px;
    padding-top: 20px;
}

.newqa ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newqa ul li {
    float: left;
    max-width: 50%;
    width: 48%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
}

.newqa ul li:hover a i {
    background: #f0412a;
}

.newqa ul li:hover a em {
    color: #f0412a;
}

.newqa ul li:hover a span {
    color: #f0412a;
    border-color: #f0412a;
}

.newqa ul li em {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 74%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.newqa ul li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    margin-left: 5px;
    vertical-align: middle;
}

.newqa ul li span {
    display: inline-block;
    width: 74px;
    height: 28px;
    border: 1px solid #d8d8d8;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-radius: 3px;
    float: right;
}

.qabody {
    overflow: hidden;
    background: #fff;
}

.qaleft {
    width: 808px;
    float: left;
}

.qaright {
    width: 327px;
    padding-right: 20px;
    float: right;
    margin-top: 10px;
}

.qaright > p {
    width: 100%;
    border-bottom: 1px solid #b7bbc2;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 8px;
}

.qaright > p a {
    float: right;
    color: #999;
    font-size: 14px;
}

.qaright > p a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: red;
    border: 1px solid red;
    margin-right: 6px;
    border-radius: 2px;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.qaright > p span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 3px solid #25c88a;
    width: 94px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    padding-bottom: 15px;
}

.qaright ul li {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: relative;
}

.qaright ul li a:nth-last-child(2) {
    line-height: 35px;
    margin-left: 10px;
    color: #999;
    display: inline-block;
}

.qaright ul li a:nth-last-child(1) {
    line-height: 35px;
    margin-left: 10px;
}

.qaright ul li p {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qaright ul li span {
    color: #999;
    font-size: 14px;
}

.qaright ul li i {
    width: 3px;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
}

.quiz {
    width: 327px;
    height: 413px;
    display: block;
    background: url(../img/twbg.png) no-repeat;
    margin-top: 20px;
    position: relative;
    margin-bottom: 35px;
}

.quiz > i:nth-child(1) {
    width: 28px;
    height: 38px;
    background-position: -261px -410px;
    position: absolute;
    top: -10px;
    right: 10px;
}

.quiz > i:nth-child(2) {
    width: 35px;
    height: 45px;
    background-position: -293px -410px;
    position: absolute;
    bottom: -18px;
    left: 15px;
}

.quiz img {
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 61px;
    left: 126px;
}

.quiz > span {
    font-size: 17px;
    color: #2e2e2e;
    position: relative;
    top: 150px;
    left: 124px;
    font-weight: 600;
}

.quiz > span em {
    width: 6px;
    height: 11px;
    position: absolute;
}

.quiz > span em:nth-child(1) {
    border-top: 2px solid #2e2e2e;
    border-left: 2px solid #2e2e2e;
    top: 0;
    left: -8px;
}

.quiz > span em:nth-child(2) {
    border-bottom: 2px solid #2e2e2e;
    border-right: 2px solid #2e2e2e;
    bottom: 0;
    right: -8px;
}

.quiz p {
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 180px;
    left: 70px;
}

.quiz p span {
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.quiz p b {
    font-size: 14px;
    color: #25c88a;
}

.quiz > em {
    width: 82%;
    height: 1px;
    display: block;
    border-top: 1px dashed #ededed;
    position: absolute;
    top: 211px;
    left: 30px;
}

.quiz p:nth-last-child(2) {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    width: 268px;
    text-align: center;
    position: absolute;
    top: 230px;
    left: 30px;
}

.quiz a {
    display: block;
    width: 244px;
    height: 32px;
    background: #4ec62b;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 324px;
    left: 42px;
    border-radius: 5px;
}

.purple {
    border-color: #e3aafa !important;
}

.yywidth {
    width: 200px !important;
}

.apptag li:nth-child(1) i {
    width: 30px;
    height: 30px;
    background-position: 0 -291px;
    top: 27px;
}

.apptag li:nth-child(1) a:hover i,
.apptag li:nth-child(1).current i {
    background-position: 0 -244px;
}

.apptag li:nth-child(2) i {
    width: 35px;
    height: 33px;
    background-position: 0 -548px;
    top: 29.5px;
}

.apptag li:nth-child(2) a:hover i,
.apptag li:nth-child(2).current i {
    background-position: 0 -598px;
}

.apptag li:nth-child(3) i {
    width: 32px;
    height: 33px;
    background-position: -430px -548px;
}

.apptag li:nth-child(3) a:hover i,
.apptag li:nth-child(3).current i {
    background-position: -430px -598px;
}

.apptag li:nth-child(4) i {
    width: 34px;
    height: 33px;
    background-position: -470px -548px;
}

.apptag li:nth-child(4) a:hover i,
.apptag li:nth-child(4).current i {
    background-position: -470px -598px;
}

.apptag li:nth-child(5) i {
    width: 32px;
    height: 33px;
    background-position: -47px -548px;
    top: 29.5px;
}

.apptag li:nth-child(5) a:hover i,
.apptag li:nth-child(5).current i {
    background-position: -47px -598px;
}

.apptag li:nth-child(6) i {
    width: 32px;
    height: 33px;
    background-position: -92px -548px;
    top: 29.5px;
}

.apptag li:nth-child(6) a:hover i,
.apptag li:nth-child(6).current i {
    background-position: -92px -598px;
}

.apptag li:nth-child(7) i {
    width: 36px;
    height: 33px;
    background-position: -511px -548px;
}

.apptag li:nth-child(7) a:hover i,
.apptag li:nth-child(7).current i {
    background-position: -511px -598px;
}

.apptag li:nth-child(8) i {
    width: 32px;
    height: 33px;
    background-position: -136px -548px;
    top: 29.5px;
}

.apptag li:nth-child(8) a:hover i,
.apptag li:nth-child(8).current i {
    background-position: -136px -598px;
}

.apptag li:nth-child(9) i {
    width: 32px;
    height: 33px;
    background-position: -176px -548px;
    top: 29.5px;
}

.apptag li:nth-child(9) a:hover i,
.apptag li:nth-child(9).current i {
    background-position: -176px -598px;
}

.apptag li:nth-child(10) i {
    width: 32px;
    height: 33px;
    background-position: -219px -548px;
    top: 29.5px;
}

.apptag li:nth-child(10) a:hover i,
.apptag li:nth-child(10).current i {
    background-position: -219px -598px;
}

.apptag li:nth-child(11) i {
    width: 32px;
    height: 33px;
    background-position: -261px -548px;
    top: 29.5px;
}

.apptag li:nth-child(11) a:hover i,
.apptag li:nth-child(11).current i {
    background-position: -261px -598px;
}

.apptag li:nth-child(12) i {
    width: 31px;
    height: 33px;
    background-position: -303px -548px;
    top: 29.5px;
}

.apptag li:nth-child(12) a:hover i,
.apptag li:nth-child(12).current i {
    background-position: -303px -598px;
}

.apptag li:nth-child(13) i {
    width: 31px;
    height: 33px;
    background-position: -346px -548px;
}

.apptag li:nth-child(13) a:hover i,
.apptag li:nth-child(13).current i {
    background-position: -346px -598px;
}

.apptag li:nth-child(14) i {
    width: 34px;
    height: 33px;
    background-position: -388px -548px;
}

.apptag li:nth-child(14) a:hover i,
.apptag li:nth-child(14).current i {
    background-position: -388px -598px;
}

.apptag li:nth-child(15) i {
    width: 28px;
    height: 32px;
    background-position: -48px -646px;
    top: 26px;
}

.apptag li:nth-child(15) a:hover i,
.apptag li:nth-child(15).current i {
    background-position: -48px -688px;
}

.apptag li:nth-child(16) i {
    width: 32px;
    height: 32px;
    background-position: -516px -291px;
    top: 26px;
}

.apptag li:nth-child(16) a:hover i,
.apptag li:nth-child(16).current i {
    background-position: -516px -244px;
}

.apptag li:nth-child(n + 16) i {
    width: 32px;
    height: 32px;
    background-position: -516px -291px;
    top: 26px;
}

.apptag li:nth-child(n + 16) a:hover i,
.apptag li:nth-child(n + 16).current i {
    background-position: -516px -244px;
}

.yymation {
    border-top: 1px dashed #ededed;
}

.yymation em {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 18px;
    margin-top: 28px;
    margin-bottom: 20px;
    display: block;
}

.yymation p {
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}

.yymation p span {
    font-size: 14px;
    color: #a3a3a3;
}

.yymation p i {
    font-size: 14px;
    margin: 0 15px;
    color: #a3a3a3;
}

.ztnav {
    padding: 0 20px;
    border-bottom: 1px solid #e7e9eb;
}

.ztnav a {
    display: inline-block;
    width: 114px;
    height: 36px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #999;
}

.ztnav .current {
    color: #333;
    border-bottom: 3px solid #152d52;
}

.turnpage p:hover a {
    color: #f33;
}

.qamain .askVideo {
    margin-top: 20px;
}

.gameCL .appAuto {
    height: auto;
}

.gameCL .cont em,
.gameCL .cont h4 {
    color: #454545;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
}

.gameCL .cont p.g-relist {
    margin-bottom: 6px;
}

font.g-log {
    float: right;
    color: #999;
    cursor: pointer;
    font-size: 14px;
}

font.g-log:hover {
    color: #333;
}

#addmodel {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 998;
    background-color: #000;
    opacity: 0.5;
}

.g-model {
    overflow: hidden;
}

.g-tmodel {
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -280px;
    padding-bottom: 5px;
    position: fixed;
    width: 500px;
    height: 560px;
    z-index: 999;
    cursor: default;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    display: block;
}

.g-tmodel em,
.g-tmodel h4 {
    padding: 20px 0 0;
    overflow: hidden;
    color: #454545;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
}

.g-tmodel p {
    padding: 0 0 20px;
    overflow: hidden;
    line-height: 26px;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.g-model p.g-tit {
    display: block;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #f0412a;
    color: #fff;
    padding: 0 2px 0 18px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.g-model p.g-tit span {
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.g-mlist {
    overflow-y: scroll;
    height: 500px;
    padding: 0 20px;
}

body {
    position: relative;
}

.yymation {
    position: relative;
}

.feBaBtn {
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: 20px;
    color: #ffbe00;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}

.feBaBtn i {
    display: inline-block;
    width: 15px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-right: 4px;
    background-position: -650px -298px;
}

.feBaBtn:hover {
    opacity: 0.9;
}

.feedBack {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.feBaBox {
    position: fixed;
    z-index: 15;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 486px;
    border-radius: 10px;
}

.feBaClose {
    position: absolute;
    top: -80px;
    right: 38px;
    z-index: 10;
    cursor: pointer;
}

.feBaClose i {
    display: inline-block;
    width: 46px;
    height: 80px;
    background-position: -689px -313px;
    position: relative;
}

.feHead {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

.feBack {
    margin: 0 26px 5px;
}

.feBack p {
    font-size: 16px;
    color: #898989;
    margin: 22px 0 16px;
}

.feBack .info {
    border: 1px solid #dfe2e6;
    border-radius: 10px;
}

.feBack .info p {
    font-size: 16px;
    color: #303030;
    line-height: 88px;
    border-bottom: 1px solid #dfe2e6;
}

.feBack textarea {
    width: 410px;
    height: 68px;
    border: none;
    resize: none;
    background: #edf1f5;
    padding-left: 2px;
    padding: 12px;
    font-size: 14px;
    color: #454545;
}

.checkbox {
    position: relative;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #dfe2e6;
}

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

.checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    line-height: 42px;
    width: 420px;
    font-size: 14px;
    color: #303030;
    text-align: left;
    padding-left: 10px;
}

.checkbox label:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #ddd;
}

.checkbox input[type="checkbox"]:checked + label:after {
    background-color: #515151;
}

.telBox {
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    overflow: hidden;
}

.telBox span {
    font-size: 14px;
    color: #00121a;
}

.telBox input {
    border: none;
    height: 28px;
    width: 180px;
    float: right;
    font-size: 12px;
    padding-left: 12px;
    margin-top: 10px;
    border: 1px solid #cecece;
    border-radius: 2px;
}

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

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

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

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

.feSubmit input {
    font-size: 16px;
    margin: 16px 26px 46px;
    width: 432px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 24px;
    background-color: #515151;
}

.feSubmit input:hover {
    opacity: 0.96;
}

.tablep {
    padding: 6px 0;
}

.tablep > em {
    display: block;
    margin: 16px 0;
    line-height: 17px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-left: 10px;
    border-left: 5px solid #337fe5;
}

.tablep a {
    color: #00e;
}

.tablep a:hover {
    text-decoration: underline;
}

.tchNav {
    padding: 30px 20px;
    margin-top: 20px;
    background-color: #1e1e1f;
    border-top: 1px solid #33cb91;
}

.tchNav > div {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.tchNav dl {
    position: relative;
    float: left;
    width: 187px;
    padding-left: 12px;
    border-right: 1px solid #454545;
}

.tchNav dl:last-of-type {
    border: 0;
}

.tchNav dl dt {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #cecece;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.tchNav dl dd {
    float: left;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tchNav dl dd a {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.tchNav dl dd a:hover {
    color: #fff;
}

.newsDown {
    margin: -10px 0 20px;
}

.relEdition ul {
    padding: 5px 0 20px;
}

.relEdition li {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #ededed;
}

.relEdition li:last-of-type {
    border: none;
}

.relEdition li > a:nth-of-type(1) {
    display: block;
    float: left;
    padding: 12px 0;
}

.relEdition li img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 25px;
}

.relEdition li div {
    float: left;
    width: 560px;
    height: 84px;
    overflow: hidden;
    white-space: nowrap;
}

.relEdition li div p {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 8px 0;
}

.relEdition li div span {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.relEdition li .btn {
    float: right;
    display: block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    margin: 39px 4px 0 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background: #4ec62b;
}

.relEdition li .btn:hover {
    opacity: 0.9;
}

.recRank {
    margin-top: 20px;
    background-color: #fff;
    padding: 12px 30px;
}

.recRank .title_l {
    height: auto;
}

.recRank .title_l em {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
}

.recRank .list {
    width: 1190px;
    overflow: hidden;
    padding: 5px 0 20px;
}

.recRank .list a {
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    background-color: #f0f0f0;
    margin: 20px 20px 0 0;
    border-radius: 3px;
}

.yymation p {
    line-height: 28px;
}

.gameDTit {
    border-bottom: 0;
}

.gameDeContL .swiper-container {
    margin-top: 0;
}

.gRankList {
    position: relative;
    padding: 14px 80px 14px 100px;
    border: 1px solid #ebebeb;
    background-color: #e9e9e9;
    margin: 0px 0 20px;
    overflow: hidden;
    *zoom: 1;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    background-size: 5px 5px;
    background-image: -webkit-gradient(
            linear,
            0 0,
            100% 100%,
            color-stop(0.25, rgba(255, 255, 255, 0.2)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.2)),
            color-stop(0.75, rgba(255, 255, 255, 0.2)),
            color-stop(0.75, transparent),
            to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent
    );
}

.gRankList:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 23px;
    background-color: #f0412a;
}

.gRankList:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 23px;
    width: 1px;
    background-color: #f0412a;
}

.gRankList ul {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

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

.gRankList ul:after {
    clear: both;
}

.gRankList ul:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 68px;
    height: 49px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -521px -728px;
}

.gRankList ul:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 58px;
    height: 49px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -526px -655px;
}

.gRankList ul li {
    float: left;
    width: 190px;
    line-height: 26px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.gRankList ul li a {
    display: block;
    float: left;
}

.gRankList ul li p {
    float: left;
    max-width: 126px;
    font-size: 14px;
    color: #585858;
    overflow: hidden;
    white-space: nowrap;
}

.gRankList ul li em {
    float: left;
    font-size: 14px;
    color: #f0412a;
    font-style: italic;
    font-weight: bold;
    margin-left: 5px;
}

.gRankList ul li:hover p {
    color: #333;
}

.gSecret,
.gPower {
    color: #25c88a !important;
    cursor: pointer;
}

.gSecret:hover,
.gPower:hover {
    text-decoration: underline;
}

.gRule i,
.gPrivacy i {
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
}

/* power */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 540px;
    border-radius: 6px;
    text-align: center;
}

.gRule .gRclose {
    position: absolute;
    top: -80px;
    right: 18px;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 46px;
    height: 80px;
    background-position: -689px -313px;
    position: relative;
}

.gRule .oTitle {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.gRule .oTitle p {
    position: relative;
    top: 22px;
    margin-top: 10px;
    font-size: 28px;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    width: 400px;
    border: 0;
    background: #ffa622;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    background-color: #fff;
    display: block;
    height: 400px;
    border: none;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 16px;
    margin: 10px 26px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.ruleMain p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.ruleMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 540px;
    border-radius: 6px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: -80px;
    right: 18px;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 46px;
    height: 80px;
    background-position: -689px -313px;
    position: relative;
}

.gPrivacy .oTitle {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.gPrivacy .oTitle p {
    position: relative;
    top: 22px;
    margin-top: 10px;
    font-size: 28px;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    width: 400px;
    border: 0;
    background: #ffa622;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    background-color: #fff;
    display: block;
    height: 400px;
    border: none;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 16px;
    margin: 10px 26px;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.privacyMain p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.privacyMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

.areaList .hotCont div:nth-of-type(4n + 4) {
    margin-right: 0;
}

.areaList .hotCont div {
    margin-bottom: 12px;
}

.pcAdd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcAdd i {
    vertical-align: middle;
    top: 7px !important;
}

.pcAdd p {
    text-align: left;
    margin-top: 8px;
    margin-left: 4px;
}

.pcAdd p span {
    display: block;
}

.pcAdd p span:first-of-type {
    font-size: 16px;
    line-height: 22px;
}

.pcAdd p span:nth-of-type(2) {
    font-size: 12px;
    line-height: 16px;
}

.cHotzt {
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
}

.cHotzt ul {
    width: 1230px;
    margin-top: 10px;
    overflow: hidden;
}

.cHotzt ul li {
    float: left;
    margin: 10px 20px 5px 0;
}

.cHotzt ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    background-color: #a8d7ff;
    border-radius: 4px;
    font-size: 14px;
    color: #25c88a;
}

.cHotzt ul li:nth-of-type(16n + 1) a {
    color: #f47920;
    background-color: #fff5ed;
}

.cHotzt ul li:nth-of-type(16n + 2) a {
    color: #7fb80e;
    background-color: #f9ffed;
}

.cHotzt ul li:nth-of-type(16n + 3) a {
    color: #6f60aa;
    background-color: #f1edff;
}

.cHotzt ul li:nth-of-type(16n + 4) a {
    color: #009ad6;
    background-color: #edfaff;
}

.cHotzt ul li:nth-of-type(16n + 5) a {
    color: #c77eb5;
    background-color: #ffedfb;
}

.cHotzt ul li:nth-of-type(16n + 6) a {
    color: #4e72b8;
    background-color: #edf3ff;
}

.cHotzt ul li:nth-of-type(16n + 7) a {
    color: #dea32c;
    background-color: #fff9ed;
}

.cHotzt ul li:nth-of-type(16n + 8) a {
    color: #45b97c;
    background-color: #edfff5;
}

.cHotzt ul li:nth-of-type(16n + 9) a {
    color: #7bbfea;
    background-color: #edf8ff;
}

.cHotzt ul li:nth-of-type(16n + 10) a {
    color: #f1516c;
    background-color: #ffedf0;
}

.cHotzt ul li:nth-of-type(16n + 11) a {
    color: #7fb86e;
    background-color: #f1ffed;
}

.cHotzt ul li:nth-of-type(16n + 12) a {
    color: #9b95c9;
    background-color: #efedff;
}

.cHotzt ul li:nth-of-type(16n + 13) a {
    color: #f69c9f;
    background-color: #ffedee;
}

.cHotzt ul li:nth-of-type(16n + 14) a {
    color: #fcaf18;
    background-color: #fff9ed;
}

.cHotzt ul li:nth-of-type(16n + 15) a {
    color: #2585a6;
    background-color: #edfbff;
}

.cHotzt ul li:nth-of-type(16n + 16) a {
    color: #bea901;
    background-color: #fbf9e3;
}

.cHotzt ul li:nth-of-type(16n + 1) a:hover {
    background-color: #f47920;
    color: #fff5ed;
}

.cHotzt ul li:nth-of-type(16n + 2) a:hover {
    background-color: #7fb80e;
    color: #f9ffed;
}

.cHotzt ul li:nth-of-type(16n + 3) a:hover {
    background-color: #6f60aa;
    color: #f1edff;
}

.cHotzt ul li:nth-of-type(16n + 4) a:hover {
    background-color: #009ad6;
    color: #edfaff;
}

.cHotzt ul li:nth-of-type(16n + 5) a:hover {
    background-color: #c77eb5;
    color: #ffedfb;
}

.cHotzt ul li:nth-of-type(16n + 6) a:hover {
    background-color: #4e72b8;
    color: #edf3ff;
}

.cHotzt ul li:nth-of-type(16n + 7) a:hover {
    background-color: #dea32c;
    color: #fff9ed;
}

.cHotzt ul li:nth-of-type(16n + 8) a:hover {
    background-color: #45b97c;
    color: #edfff5;
}

.cHotzt ul li:nth-of-type(16n + 9) a:hover {
    background-color: #7bbfea;
    color: #edf8ff;
}

.cHotzt ul li:nth-of-type(16n + 10) a:hover {
    background-color: #f1516c;
    color: #ffedf0;
}

.cHotzt ul li:nth-of-type(16n + 11) a:hover {
    background-color: #7fb86e;
    color: #f1ffed;
}

.cHotzt ul li:nth-of-type(16n + 12) a:hover {
    background-color: #9b95c9;
    color: #efedff;
}

.cHotzt ul li:nth-of-type(16n + 13) a:hover {
    background-color: #f69c9f;
    color: #ffedee;
}

.cHotzt ul li:nth-of-type(16n + 14) a:hover {
    background-color: #fcaf18;
    color: #fff9ed;
}

.cHotzt ul li:nth-of-type(16n + 15) a:hover {
    background-color: #2585a6;
    color: #edfbff;
}

.cHotzt ul li:nth-of-type(16n + 16) a:hover {
    background-color: #bea901;
    color: #fbf9e3;
}

.rzinfo {
    position: relative;
    overflow: hidden;
}

.rzbbox {
    background: rgba(244, 244, 244, 1);
    max-height: 260px;
    overflow: hidden;
    padding: 30px 20px 30px 32px;
    margin-bottom: 30px;
}

.rzbox {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 265px;
    height: auto;
}

.rzbox span {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    display: block;
}

.rzbox p {
    font-size: 14px;
    color: #666666;
    line-height: 22px !important;
    margin-bottom: 8px !important;
}

.rzbox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.rzbox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(170, 170, 170, 1);
    background: #535353;
}

.ckrz {
    display: block;
    position: absolute;
    top: -2px;
    right: 20px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.bbico {
    position: relative;
}

.bbico:before {
    background: url(../img/icon-laba.png) no-repeat !important;
    background-size: 16px 18px !important;
    top: 3px !important;
}

.rModel {
    overflow: hidden;
}

.rTmodel {
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -280px;
    padding-bottom: 5px;
    position: fixed;
    _position: absolute;
    width: 500px;
    height: 560px;
    z-index: 999;
    *zoom: 1;
    cursor: default;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    display: block;
}

.rTmodel strong {
    display: block;
    padding: 15px 0px 0px;
    overflow: hidden;
    color: #454545;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px dashed #eee;
}

.rTmodel p {
    padding: 0px 0px 20px;
    overflow: hidden;
    line-height: 26px;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.rModel p.rTit {
    display: block;
    text-indent: 0;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #2a2a2b;
    color: #fff;
    padding: 0 2px 0 18px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}

.rModel p.rTit span {
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-indent: 0em;
}

.rMlist {
    overflow-y: scroll;
    height: 500px;
    padding: 0px 20px;
}

.rModel p {
    padding-bottom: 6px;
    border-bottom: none;
    text-indent: 2em;
}

.rModel p span {
    display: block;
    text-indent: 2em;
}

.rModel p br {
    display: none;
}

/* 11-12 */
.oATitle {
    position: relative;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    z-index: 1;
    overflow: hidden;
    *zoom: 1;
}

.oATitle em {
    float: left;
    display: inline-block;
    margin: 12px 0;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #25c88a;
}

.supAsk {
    display: block;
    width: 158px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #ff4d03;
    border: 1px solid #ff4d03;
    border-radius: 46px;
    cursor: pointer;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.supAsk i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-position: -456px -359px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.supAsk.current {
    background-color: #ff4d03;
    color: #fff;
}

.supAsk:hover i {
    transform: translateY(-3px);
}

.supAsk.current i {
    background-position: -456px -385px;
}

.supAsk.current:hover i {
    transform: none;
}

.otherAsk {
    margin-top: 10px;
}

.crux p {
    margin-top: 25px;
}

.otherAsk .cont p {
    color: #666;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 26px;
}

.otherAsk .cont p br,
.otherAsk .cont br {
    display: none;
}

.sAgame {
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding: 10px 14px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: 1px solid #ebebeb;
    background-color: #e9e9e9;
    margin: 20px auto 10px;
    overflow: hidden;
    *zoom: 1;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    background-size: 5px 5px;
    background-image: -webkit-gradient(
            linear,
            0 0,
            100% 100%,
            color-stop(0.25, rgba(255, 255, 255, 0.2)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.2)),
            color-stop(0.75, rgba(255, 255, 255, 0.2)),
            color-stop(0.75, transparent),
            to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent
    );
}

.sAgame img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 14px;
}

.sAgame p {
    flex: 1;
    line-height: 70px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sAgame strong {
    font-weight: bold;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}

.asksTime {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

/* 11-25 */
.kcBtn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 3px 0 0 16px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff8e1f;
    background: #fffbeb;
    border: 1px solid #ff8e1f;
    border-radius: 5px;
}

.kcBtn:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    background: url(https://tms-static-template.oss-cn-hongkong.aliyuncs.com/18touch.com/icon.png) no-repeat;
    background-size: 800px 800px;
    background-position: -456px -418px;
}

.kcBtn:hover {
    background: #ff8e1f;
    color: #fffbeb;
}

.kcBtn:hover:before {
    background-position: -456px -435px;
}

.serviceTop {
    height: auto;
    background-color: #fff;
    padding: 20px 30px;
}

.sTitle {
    overflow: hidden;
    font-size: 0;
    border-bottom: 1px solid #ccc;
}

.sTitle em {
    float: left;
    display: inline-block;
    padding: 10px 0 16px;
    font-size: 24px;
    color: #000;
    border-bottom: 3px solid #39393d;
}

.sTitle h1 {
    float: left;
    display: inline-block;
    padding: 10px 0 16px;
    font-size: 24px;
    color: #000;
    border-bottom: 3px solid #39393d;
}

.sTitle span {
    float: left;
    color: #999;
    font-size: 11px;
    margin-left: 8px;
    display: inline-block;
    margin-top: 16px;
}

.sTitle a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.sTitle a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: red;
    border: 1px solid red;
    margin-right: 6px;
    border-radius: 2px;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.sTitle a:hover {
    color: #f33;
}

.sTitle i {
    color: #f0412a;
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
}

.serviceTop .info {
    overflow: hidden;
    *zoom: 1;
    margin: 30px auto 35px;
}

.serviceTop .info img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 24px;
    margin-right: 20px;
}

.serviceTop .info div {
    float: left;
    width: 300px;
    height: 100px;
    overflow: hidden;
}

.serviceTop .info div p {
    font-size: 14px;
    color: #aaa;
    line-height: 22px;
}

.serviceTop .info div h1 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.serviceTop .info div h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.serviceTop .info div a {
    display: block;
    width: 104px;
    height: 30px;
    line-height: 30px;
    background: #25c88a;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.serviceTop .info ul {
    float: left;
    width: 500px;
    height: 86px;
    padding-top: 14px;
}

.serviceTop .info li {
    float: left;
    width: 200px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serviceTop .info li:nth-of-type(2n + 2) {
    width: 300px;
}

.serviceTop .info li:last-of-type {
    width: 500px;
}

.serviceTop .info li span {
    color: #333;
}

.serviceTop .info div a:hover {
    opacity: 0.9;
}

.serviceTop .cont {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.5;
}

.serviceTop .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #38a6fd;
}

.serviceTop .cont a:hover {
    border-bottom: 0.01px solid #38a6fd;
}

.serviceTop .cont p {
    line-height: 24px;
    color: #4c4c4c;
    padding-bottom: 6px;
}

.serviceTop .cont br {
    height: 2px;
}

.serviceTop .cont img {
    max-width: 730px;
}

.serviceTop .cont p img {
    max-width: 730px;
}

.serviceTop .cont h3 {
    margin: 16px 0;
    line-height: 17px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #38a6fd;
}

.serviceTop .cont iframe {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    display: block;
    border: none;
}

.serviceTop .cont table {
    max-width: 100%;
    margin: auto;
}

.serviceTop .cont strong {
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
}

.serviceList {
}

.serviceList .list {
    background-color: #fff;
    padding: 0 30px 30px;
}

.serviceList table {
    width: 1140px;
    border: 0;
    text-align: center;
    cellpadding: 0;
    cellspacing: 0;
    margin: auto;
}

.serviceList table tr {
    height: 39px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 39px;
}

.serviceList table tr:nth-of-type(n + 2) td {
    font-size: 14px;
    color: #333;
}

.serviceList tbody tr td {
    line-height: 20px;
}

.serviceList table strong {
    font-weight: 400;
}

.serviceList tbody tr:nth-of-type(-n + 4) {
    background: rgba(255, 51, 51, 0.05);
    border-bottom: 1px solid rgba(255, 51, 51, 0.2);
}

.serviceList tbody tr:nth-of-type(1) {
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #ccc;
}

.serviceList tbody tr:nth-of-type(1) td {
    width: 162.8px;
}

.serviceList table .sBtn {
    display: inline-block;
    width: 72px;
    height: 23px;
    line-height: 23px;
    background: #f0412a;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.serviceList table .sBtn:hover {
    opacity: 0.9;
}

.hotService {
    height: auto;
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.hotService ul {
    overflow: hidden;
    *zoom: 1;
    width: 1200px;
    padding: 12px 0 10px;
}

.hotService ul li {
    float: left;
    width: 107px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin: 12px 8px 0 0;
    overflow: hidden;
}

.hotService ul li a {
    display: block;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #666;
}

.hotService li:hover a {
    background-color: #f0412a;
    color: #fff;
}

.yymation em {
    font-size: 22px;
}

.yymation ul {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 15px;
}

.yymation ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yymation ul li span {
    font-size: 16px;
    color: #a3a3a3;
}

.qaboxs {
    overflow: hidden;
}

.xgbg p {
    white-space: nowrap;
}

.cHotAsk {
    margin-bottom: 20px;
}

.qaright > p:nth-child(1) {
    margin-top: 14px;
}

.cHotAsk a {
    line-height: 32px;
    margin-right: 16px;
}

.cHotAsk a:hover {
    text-decoration: underline;
}

.cHotAsk a:nth-of-type(10n + 1) {
    font-size: 16px;
    color: #f36c21;
}

.cHotAsk a:nth-of-type(10n + 2) {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.cHotAsk a:nth-of-type(10n + 3) {
    font-size: 16px;
    color: #ff0000;
}

.cHotAsk a:nth-of-type(10n + 4) {
    font-size: 16px;
    font-weight: 700;
    color: #09bc00;
}

.cHotAsk a:nth-of-type(10n + 5) {
    font-size: 14px;
    color: #ea66a6;
}

.cHotAsk a:nth-of-type(10n + 6) {
    font-size: 18px;
    color: #ed00ff;
}

.cHotAsk a:nth-of-type(10n + 7) {
    font-size: 16px;
    color: #008aff;
}

.cHotAsk a:nth-of-type(10n + 8) {
    font-size: 14px;
    color: #ff5a00;
}

.cHotAsk a:nth-of-type(10n + 9) {
    font-size: 18px;
    color: #ffc201;
}

.cHotAsk a:nth-of-type(10n + 10) {
    font-size: 14px;
    font-weight: 700;
    color: #1d953f;
}

.topicDetailT > img {
    width: 533px;
    height: 300px;
}

.topicDetailT > div {
    width: 606px;
    height: 300px;
    overflow: hidden;
}

.topicDetailT > div ul {
    max-height: 100px;
    width: 636px;
}

.topicDetailT > div > span {
    margin-top: 30px;
}

.topicDetailT > div ul li {
    padding: 0 5px;
    width: 98px;
}

.cHotzt {
    overflow: hidden;
}

.cHotzt ul {
    width: 1220px;
}

.rankDeList li > div .info p:first-child {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.rankDeList li > div .info span {
    display: block;
    width: 110px;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.rankDeList li:hover .info span {
    background-color: #4ec62b;
    border-color: #4ec62b;
    color: #fff;
}

.rankDeList li > div .txt p:last-child {
    white-space: nowrap;
}

.gameCL .cont p img,
.gameCL .cont img {
    margin: 10px auto;
    display: block;
}

.downbtn .pc img {
    float: none;
    width: 247px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #fff;
    height: 56px;
    border-radius: 0px;
}

.downbtn .pc img:hover {
    -webkit-animation: scaleDraw 2s ease-in-out infinite;
    animation: scaleDraw 2s ease-in-out infinite;
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.03);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.03);
    }
}

/*20220930*/
.gameRecom .sub_box li a .hinfo i {
    display: none;
    width: 0;
}

.gameRecom .sub_box li a .hinfo .btn {
    display: block;
    margin-top: 2px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background: #4ec62b;
}

.gameDRank ul li a i {
    display: none;
    width: 0;
}

.gameDRank ul li a .btn {
    position: absolute;
    top: 30px;
    right: 10px;
    display: none;
    margin-top: 8px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background: #4ec62b;
}

.gameDRank ul li a:hover .btn {
    display: block;
}

/*20230327*/
.rankDeList {
    position: relative;
}

.rankDeList li:first-child {
    padding-top: 20px;
}

.rankDeList > p {
    position: absolute;
    top: 15px;
    left: 42px;
    font-size: 14px;
    color: #808080;
}

.rankDeList > p em {
    margin-right: 10px;
}

.gameService .todaySerPre ul .hotSer > a  em{
    color: #f0412a;
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
}

.todaySer ul li i,
.todaySer ul li span,
.todaySer ul li > a ,.todaySer ul li > a em{
    float: left;
    display: block;
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.todaySer ul li > a:nth-of-type(1){
    width: auto;
}
.todaySer ul li > a:nth-of-type(1) em{
    width: 150px;
}
.askAndLog{padding:10px 20px;}
.askAndLog .tab_menu{border-bottom: 1px solid #e7e9eb;margin-bottom: 10px;}
.askAndLog .tab_menu span { display: inline-block;padding: 20px 24.5px;font-size: 20px;color: #666;cursor: pointer; border-bottom: 3px solid transparent;}
.askAndLog span.current {border-bottom: 3px solid #152d52;color: #000;font-weight: bold;font-size: 22px;}
.askAndLog .tab_menu span:hover {color: #000;}
.logCont .bbico {margin-bottom: 16px;line-height: 28px;font-size: 18px;font-weight: 700;color: #f0412a;}
.logCont .bbico:before {content: " ";display: inline-block; width: 16px;height: 18px;background: url(../img/icon-laba.png) no-repeat ; background-size: 16px 18px ; background-position: -174px -132px;margin-right: 10px; position: relative; top: 3px;}
.logCont .rzbbox{margin-bottom: 10px;}
.logCont .ckrz:hover{text-decoration: underline;color: #25c88a;}
.askCont{position: relative;font-size: 14px;color: #1D2127;line-height: 24px;overflow: hidden;}
.askCont a{line-height: 25px; text-indent: 0;color: #7357EA;}
.askCont p{color: #1D2127;margin-bottom: 6px;}
.askCont br{height: 1px;}
.askCont img{width: auto;height: auto;max-width:100%;max-height: 118px;margin:10px auto;display: block;}
.askCont p img{max-width:785px;}
.askCont h3,.askCont strong{margin-top: 4px;position: relative;display: block;line-height: 30px;font-size: 15px;color: #1D2127;font-weight: bold;margin-bottom: 2px;}
.askCont iframe{width: 660px;height:360px;margin: 0 auto;display: block;border: none;}
.askCont table{max-width: 100%;margin: auto;}
.askCont table a{color:#0000ee}
.askCont table a:hover{text-decoration:underline}
.askCont dt{margin-top: 4px;position: relative;display: block;line-height: 30px;font-size: 15px;color: #1D2127;font-weight: bold;margin-bottom: 2px;}
.askCont dl{margin-bottom: 12px;}

.introTit{margin:18px 0 12px;}
.editC{margin: 12px 0;}
.rzbox{overflow-y: scroll;}

.intro_sumList{position:relative}.main_title_2{width:100%;box-sizing:border-box;margin:0 auto;height:54px;border-bottom:1px solid #ededed;position:relative;margin-bottom:10px}.main_title_2 span{display:inline-block;padding:0;color:#404040;font-size:18px;position:relative;line-height:56px;border-bottom:4px solid #f76341;border-bottom-left-radius:1px;border-bottom-right-radius:1px;height:51px;font-weight:bold}.main_title_2 a{position:absolute;top:16px;right:0}.main_title_2 a.lxqq{position:absolute;top:20px;right:auto;margin-left:16px;color:#0099ff;font-size:12px;border:1px solid #0099ff;border-radius:20px;text-align:center;line-height:20px;padding:0 10px;background:#e3f4ff;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc3c ', endColorstr='#ffd760',GradientType=0 )}.intro_sumList{padding:10px 2px 2px;margin:16px auto;position:relative;border-top:2px #fce4d2 solid}.allDiscuss{float:right;line-height:40px;padding-right:10px;font-size:15px;color:#999;position:absolute;top:18px;right:0}.s_comment{text-align:center;width:100%;overflow:hidden;margin:0 auto;padding:16px 0 8px;box-sizing:border-box}.allComm_list p span{margin-top:3px}.comm_pf{width:100%;overflow:hidden;margin-bottom:12px}.comm_pf b{float:left;display:inline-block}.comm_pf span{float:left;margin-left:20px;line-height:22px;color:#999;display:inline-block}.comm_pf .comm_star{width:auto;float:left;line-height:26px;margin-top:-3px;font-size:24px;color:#fba605;margin-left:8px;overflow:hidden}.comm_star li{float:left;cursor:pointer;margin:0 2px}.s_comment .nick_name{float:left;line-height:30px;display:inline}.s_comment .nick_name input{border:1px solid #f6b98c;text-indent:6px;margin-left:6px;height:24px;vertical-align:middle;width:200px}.s_comment .comment_faces{float:left;margin-left:20px;font-weight:bold;line-height:30px;display:inline}.s_comment .comment_faces img{vertical-align:middle;margin-left:3px;cursor:pointer}.s_comment textarea{border:1px solid #f6b98c;padding:3px 5px;width:100%!important;box-sizing:border-box;height:120px;line-height:20px;margin:12px 0}.s_comment .comment_btn{padding:0 12px 10px 0;text-align:right}.s_comment .comment_btn input{width:186px;color:#fff;padding:0;border-radius:6px;font-weight:bold;height:42px;font-size:15px;line-height:42px;border:1px solid #f99e5b;background:#f99e5b;cursor:pointer}.s_comment .code_name{width:100%;color:#444;text-align:left;margin-bottom:20px;overflow:hidden;line-height:30px;display:none}.s_comment .code_name input{border:1px solid #ddd;text-indent:6px;border-radius:4px;color:#444;height:34px;vertical-align:middle;width:100px;margin-right:16px;background-color:#fff}.s_comment .code_name img{vertical-align:middle;cursor:pointer}.s_comment .code_name span.tips{display:inline-block;color:#ff0000;margin-left:20px}.allComm_list{width:100%;margin:0 auto;float:left;border-top:1px solid #fce4d2;margin-bottom:20px}.allComm_list dt{line-height:28px;height:28px;overflow:hidden;padding:0 10px;background:#f0f8eb}.allComm_list dl{width:100%;float:left;background-color:#f9f9f9;margin-top:16px}.allComm_list dd{width:100%;float:left;position:relative;word-wrap:break-word;box-sizing:border-box;line-height:26px;color:#666;padding:10px}.allComm_list dl dl{box-sizing:border-box;border-bottom:none;padding:0 0 0 10px;margin-top:0}.allComm_list dl dl dl:last-child{margin-bottom:0;padding-bottom:0}.allComm_list dl dl dt{width:100%;margin:0 auto;box-sizing:border-box;background-color:#f1f1f1;color:#777}.allComm_list dl dd:last-child{border-bottom:none}.allComm_list dd img{margin-bottom:-5px}.allComm_list dt i{float:left;font-family:verdana;font-weight:bold;font-style:normal;color:#569659;margin:0 10px 0 0}.allComm_list dt b{color:#569659;float:left;margin-right:10px}.allComm_list dl p{text-align:right;line-height:1;padding:5px 0;min-height:16px}.allComm_list p a{color:#e65c08;margin-left:10px}.allComm_list dt span{float:left}.allComm_list dt em{float:right;color:#999;font-style:normal;font-size:13px}.intro_sumList .tiTle{border-bottom:1px solid #ededed;margin-bottom:10px}.intro_sumList .tiTle em{line-height:32px;border-bottom:3px solid #f76341}
main .chwAppList li{overflow: hidden;}
main .chwAppList li a{display: block;}
main .chwAppList li a.name{text-overflow: ellipsis;}
main .chwAppList li a.name:hover{color: #25c88a}
main .chwAppList li .txt font {font-weight: 700;color: #333;}
main .chwAppList li .btn {display: none; width: 0px;height: 0;line-height: 28px; border: 1px solid #e0e0e0; margin: 18px auto 14px;border-radius: 4px;color: #333; text-align: center;cursor: pointer;overflow: hidden;white-space: nowrap;}
main .chwAppList li .btn,main ul li div em{ -webkit-transition: all .5s; -moz-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
main .chwAppList li:hover div span{display: none;}
main .chwAppList li:hover .btn{display: block;width: 110px;height: 28px;border-color: #4ec62b; background-color: #4ec62b;color: #fff;}
main .chwAppList li:hover .btn.no{background-color: #ffa622; border-color: #ffa622;color: #fff;}
main .chwAppList li:hover div em{font-size: 0;}