body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 12px Helvetica Regular, Microsoft YaHei, sans-serif, Tahoma;
    color: #434343;
}

input {
    outline: none;
}

em,
i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: STHeiti, "Microsoft YaHei", Helvetica, Arial, sans-serif;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

.fl {
    display: block;
    float: left;
}

.fr {
    display: block;
    float: right;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

#content {
    min-width: 320px;
    margin: 0 auto;
    background: #f5f5f5;
    position: relative;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.basebox {
    background: #fff;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}

.basebox>.bt {
    display: block;
    overflow: hidden;
    margin: 0 12px;
    padding: 6px 0;
}

.basebox>.bt strong,
.basebox>.bt h2 {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.basebox>.bt .more {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    text-decoration: none;
    position: relative;
    padding-right: 22px;
}

.basebox>.bt .more::before,
.basebox>.bt .more::after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 10px;
    right: 0;
}

.basebox>.bt .more::before {
    right: 10px;
    background: #aaa;
}

.QZ-up {
    display: none;
    position: fixed;
    z-index: 10;
    top: 80%;
    right: 5%;
    width: 32px;
    height: 32px;
    background: url(../img/btn-up.png) no-repeat;
    background-size: 100%;
}

.footer .friendlink {
    background: #e6e6e6;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .friendlink .home {
    width: 90px;
    margin: 20px;
}

.footer .friendlink .home img {
    display: block;
    float: left;
    width: auto;
    max-width: 100%;
    height: 30px;
    margin: 0 auto 6px;
}

.footer .friendlink .home span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999;
}

.footer .friendlink .links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 6%;
}

.footer .friendlink .links strong {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}

.footer .friendlink .links a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 12px 0 0;
}

.footer .foot {
    background: #333;
    padding: 20px 0;
    text-align: center;
}

.footer .foot p {
    font-size: 13px;
    line-height: 30px;
    color: #999;
}

.footer .foot p img {
    width: 14px;
    vertical-align: text-bottom;
}

/*page*/

.page {
    padding: 6px 12px 6px 6px;
    margin: 6px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.page span:before {
    display: block;
    content: "";
    position: absolute;
    right: 5px;
    top: 11px;
    width: 15px;
    height: 10px;
    background-size: auto 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page>a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 6px 0 6px 6px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    background: #f5f5f5;
    text-align: center;
    color: #333;
}

.page>a:active,
.page span .cbtn a:active {
    background: #ddd;
}

.page>span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 6px 0 6px 6px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: rgb(0, 190, 190);
    color: #fff;
    font-size: 14px;
    position: relative;
}

.page>span .cbtn {
    display: none;
    width: 100%;
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 10;
    height: 92px;
    overflow-y: scroll;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
}

.page>span .cbtn a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 1px;
    float: left;
    width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    color: #666;
}

.pagewrap {
    margin: 12px auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pagewrap i,
.pagewrap a,
.pagewrap span {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #666;
    font-size: 12px;
    border-radius: 4px;
    background: #e6e6e6;
    margin: 0 4px 6px;
    cursor: pointer;
}

.pagewrap i:hover,
.pagewrap a:hover {
    background-color: rgb(0, 190, 190);
    color: #fff;
}

.pagewrap span,
.pagewrap .active {
    background-color: rgb(0, 190, 190);
    border-color: rgb(0, 190, 190);
    color: #fff;
}

.imgshow {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2019521;
}

.swiperbox {
    height: 100vh;
    z-index: 3;
}

.swiperbox .swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100% !important;
}

.swiperbox img {
    width: initial;
    position: relative;
    z-index: 2;
}

.swiper-zoom-container:before {
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
}

.imgshow .closebtn {
    position: absolute;
    z-index: 22;
    width: 60px;
    height: 60px;
    bottom: 0 !important;
    top: initial;
    left: 10px;
    background-size: 40px;
}

#QZhead {
    height: 50px;
    line-height: 50px;
    position: relative;
    background: rgb(0, 190, 190);
}

#QZhead .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px;
}

#QZhead .box p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#QZhead .box .logo {
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 35px;
    margin-top: 8px;
}

#QZhead .box .meun {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/icon-pre2.png) no-repeat;
    background-size: 40px auto;
    margin: 6px 0 0 10px;
}

#QZhead .box .meun.on {
    background-position: 0 -40px;
}

#QZhead .QZburger {
    display: none;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 49px;
    z-index: 999;
    padding: 12px 0;
}

#QZhead .QZburger .link-title {
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #555555;
    margin: 0 12px;
}

#QZhead .QZburger .links-container {
    overflow: hidden;
    margin: 6px 0 0 12px;
}

#QZhead .QZburger .links-container a {
    display: block;
    float: left;
    width: 23%;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    margin: 0 2% 12px 0;
    cursor: pointer;
}

.menuwrap .menu {
    min-width: 320px;
    max-width: 768px;
    width: 100%;
    height: 43px;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menuwrap .menu li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menuwrap .menu li a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 35px;
    margin: 2px 0 4px 0;
}

.menuwrap .menu li a.current {
    color: rgb(0, 190, 190);
}

.swipe-hd {
    width: 100%;
    display: block;
    height: 35vw;
    max-height: 380px;
    min-height: 180px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swipe-hd .swiper-container {
    height: 35vw;
    max-height: 380px;
    min-height: 180px;
    overflow: hidden;
}

.swipe-hd .swiper-slide {
    position: relative;
}

.swipe-hd .swiper-slide a {
    display: block;
    overflow: hidden;
    height: 99%;
}

.swipe-hd .hd-bt {
    width: 100%;
    height: 40px;
    background: url(../images/bg-hdbt.png) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}

.swipe-hd .index_pagination {
    bottom: 1% !important;
    width: 100%;
}

.swipe-hd .swiper-pagination-bullet {
    width: 4%;
    height: 4px;
    background: #d0cecd;
    border-radius: 2px;
    opacity: 1;
    margin: 0 5px;
}

.swipe-hd .swiper-pagination-bullet-active {
    background: rgb(0, 190, 190);
}

.QZ-nav,
.cont1 .list {
    background: #fff;
}

.QZ-nav ul,
.cont1 .list ul {
    display: flex;
    padding: 15px 6px;
    overflow: hidden;
}

.QZ-nav li,
.cont1 .list li {
    flex: 1;
    display: inline-block;
    text-align: center;
}

.QZ-nav li a,
.cont1 .list li a {
    overflow: hidden;
    text-decoration: none;
}

.QZ-nav li a span,
.cont1 .list li a span {
    display: inline-block;
    width: 49px;
    height: 48px;
    margin-bottom: 10px;
    background: url(../images/img-nav.png) no-repeat;
    background-size: auto 47px;
}

.QZ-nav li a p,
.cont1 .list li a p {
    font-size: 14px;
    color: #888;
}

.QZ-nav li:nth-child(1) a span,
.cont1 .list li:nth-child(1) a span {
    background-position: -197px 0;
}

.QZ-nav li:nth-child(2) a span,
.cont1 .list li:nth-child(2) a span {
    background-position: 0 0;
}

.QZ-nav li:nth-child(3) a span,
.cont1 .list li:nth-child(3) a span {
    background-position: -98px 0;
}

.QZ-nav li:nth-child(4) a span,
.cont1 .list li:nth-child(4) a span {
    background-position: -50px 0;
}

.QZ-nav li:nth-child(5) a span,
.cont1 .list li:nth-child(5) a span {
    background-position: -148px 0;
}

.basebox .bt2 {
    display: block;
    overflow: hidden;
    margin: 0 12px 6px;
    border-bottom: 1px solid #eee;
}

.basebox .bt2 .more {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 42px;
    text-decoration: none;
}

.basebox .bt2 p,
.basebox .bt2 h2 {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 2px solid rgb(0, 190, 190);
}

.hotgame {
    background: #fff url(../images/rmsy_bj.png) no-repeat;
    background-size: 100% auto;
}

.hotgame .bt {
    border: none;
}

.hotgame .bt p,
.hotgame .bt h2 {
    border: none;
}

.hotgame .swiper-container {
    margin: 12px 12px 0;
    padding-bottom: 30px;
}

.hotgame .swiper-pagination {
    width: 100%;
}

.hotgame .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    width: 16px;
    height: 8px;
    border-radius: 4px;
    z-index: 2;
    margin: 0 4px;
    position: relative;
    background: #e6e6e6;
}

.hotgame .swiper-pagination-bullet-active {
    background: rgb(0, 190, 190);
}

.hotgame .swiper-slide ul {
    width: 100%;
}

.hotgame .swiper-slide ul li {
    width: 25%;
    float: left;
}

.hotgame .swiper-slide ul li .pimg {
    display: block;
    margin: 0 auto;
}

.hotgame .swiper-slide ul li .pimg,
.hotgame .swiper-slide ul li .pimg img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
}

.hotgame .swiper-slide ul li .ptit {
    width: 90%;
    font-size: 14px;
    color: #444;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin: 4px auto 0;
    max-width: 100px;
}

.hotgame .hot_pagination::before {
    display: inline-block;
    content: '';
    height: 1px;
    background: #d0d0d0;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 7px;
    z-index: 1;
}

.hotgame .hot_pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: url(../images/rmsy_tab.png) no-repeat;
    background-size: 100%;
    z-index: 2;
    position: relative;
}

.hotgame .hot_pagination .swiper-pagination-bullet-active {
    background: url(../images/rmsy_tabonblue.png) no-repeat;
    background-size: 100%;
}

.m-rank {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.m-rank .cont {
    width: 85%;
    margin: 20px 8%;
    overflow: hidden;
}

.m-rank .cont .item {
    width: 33%;
    float: left;
    margin-top: 4%;
    position: relative;
}

.m-rank .cont .item::before {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    width: 25px;
    height: 30px;
    top: -1px;
    left: 15%;
}

.m-rank .cont .item .img,
.m-rank .cont .item .img img {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: block;
    border: 10px;
    border-radius: 8%;
}

.m-rank .cont .item .name {
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 14px;
    padding: 0 5px;
    color: #666;
    font-weight: bold;
}

.m-rank .cont .item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.m-rank .cont .item .btn {
    display: block;
    margin: 0 auto;
    border: 1px solid rgb(0, 190, 190);
    color: rgb(0, 190, 190);
    text-align: center;
    width: 58px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 15px;
    margin-top: 10px;
}

.m-rank .cont .item:nth-child(1)::before {
    background: url(../images/ic_top2.png) no-repeat;
    background-size: auto 100%;
}

.m-rank .cont .item:nth-child(2) {
    width: 34%;
    margin-top: 0;
}

.m-rank .cont .item:nth-child(2)::before {
    background: url(../images/ic_top1.png) no-repeat;
    background-size: auto 100%;
}

.m-rank .cont .item:nth-child(3)::before {
    background: url(../images/ic_top3.png) no-repeat;
    background-size: auto 100%;
}

.gmlist {
    width: 100%;
    margin-top: 6px;
}

.gmlist li {
    float: left;
    width: 25%;
    text-align: center;
}

.gmlist li a {
    display: block;
}

.gmlist li img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gmlist li p {
    width: 90%;
    font-size: 14px;
    color: #444;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 5px;
}

.tab_hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab_hd span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    margin: 12px 6px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.tab_hd .on {
    background: rgb(0, 190, 190);
    color: #fff;
    border-color: rgb(0, 190, 190);
}

.tab_bd ul+ul {
    display: none;
}

.collection_item {
    overflow: hidden;
    margin: 0 20px 12px;
    padding: 3% 0 5%;
}

.collection_item .swiper-slide {
    position: relative;
    width: 60%;
    height: 120px;
    opacity: 0 !important;
}

.collection_item .swiper-slide::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    left: 50px;
    border-radius: 8px;
}

.collection_item .swiper-slide a {
    display: block;
}

.collection_item .swiper-slide img {
    display: block;
    float: left;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-left: 50px;
}

.collection_item .swiper-slide p {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
    width: 70%;
    padding: 0 5%;
    height: 28px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

.collection_item .swiper-slide-active,
.collection_item .swiper-slide-duplicate-active {
    opacity: 1 !important;
}

.collection_item .swiper-slide-active::before,
.collection_item .swiper-slide-duplicate-active::before {
    display: none;
}

.collection_item .swiper-slide-active img,
.collection_item .swiper-slide-duplicate-active img {
    margin: 0;
}

.collection_item .swiper-slide-active p,
.collection_item .swiper-slide-duplicate-active p {
    display: block;
}

.collection_item .swiper-slide-active+.swiper-slide::before,
.collection_item .swiper-slide-duplicate-active+.swiper-slide::before {
    left: -50px;
}

.collection_item .swiper-slide-active+.swiper-slide img,
.collection_item .swiper-slide-duplicate-active+.swiper-slide img {
    margin-left: -50px;
}

.collection_item .swiper-slide-prev,
.collection_item .swiper-slide-next {
    opacity: 1 !important;
}

.collection_item .swiper-button-next,
.collection_item .swiper-button-prev {
    top: 50%;
    margin-top: -16px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    padding: 0;
    background: none;
}

.collection_item .swiper-button-prev {
    border-right: 12px solid rgb(0, 190, 190);
    left: 10%;
}

.collection_item .swiper-button-next {
    border-left: 12px solid rgb(0, 190, 190);
    right: 10%;
}

.softtab,
.gametab {
    overflow: hidden;
    width: 100%;
}

.softtab ul li,
.gametab ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.softtab ul li a,
.gametab ul li a {
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    margin: 0 6px;
    padding: 4px 0;
}

.softtab ul li a span,
.gametab ul li a span {
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    overflow: hidden;
    color: #555;
    font-weight: bold;
}

.softtab ul li a i,
.gametab ul li a i {
    font-size: 12px;
    color: #666;
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.softtab ul .on a,
.gametab ul .on a {
    background: rgb(0, 190, 190);
    border-color: rgb(0, 190, 190);
}

.softtab ul .on a span,
.softtab ul .on a i,
.gametab ul .on a span,
.gametab ul .on a i {
    color: #fff;
}

.gameitem {
    margin-top: 12px;
    overflow: hidden;
}

.gameitem ul+ul {
    display: none;
}

.gm_collection {
    margin: 6px 12px 12px;
}

.gm_collection .swiper-slide {
    position: relative;
}

.gm_collection .swiper-slide a {
    display: block;
}

.gm_collection .swiper-slide img {
    display: block;
    float: left;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.gm_collection .swiper-slide p {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
    width: 70%;
    padding: 0 5%;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.gm_collection .swiper-slide-prev,
.gm_collection .swiper-slide-next {
    opacity: 1 !important;
}

.gm_collection .swiper-button-next,
.gm_collection .swiper-button-prev {
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    padding: 0;
    background: none;
}

.gm_collection .swiper-button-prev {
    border-right: 12px solid rgba(255, 255, 255, 0.88);
    left: 0;
}

.gm_collection .swiper-button-next {
    border-left: 12px solid rgba(255, 255, 255, 0.88);
    right: 0;
}

.basebox .bt+.news_list li:nth-child(1),
.basebox .bt+.downl_list li:nth-child(1) {
    padding-top: 5px;
}

.downl_list {
    overflow: hidden;
    margin: 0 12px;
}

.downl_list li {
    float: left;
    width: 100%;
    padding: 12px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.downl_list li .img {
    margin-right: 12px;
}

.downl_list li .img,
.downl_list li .img img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.downl_list li .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.downl_list li .info .bt {
    display: block;
    color: #000;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.downl_list li .info p {
    display: block;
    color: #777;
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 4px;
}

.downl_list li .info p span {
    margin-right: 10px;
}

.downl_list li .info p i {
    color: #333;
}

.downl_list li .btn {
    color: #fff;
    border: 1px solid rgba(0, 190, 190,.5);
    color: rgb(0, 190, 190);
    display: block;
    width: 60px;
    height: 28px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 0 12px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    background: #fff;
}

.downl_list li+li {
    border-top: 1px solid #efefef;
}

.news_list {
    margin: 0 12px;
}

.news_list li {
    padding: 10px 0;
    clear: both;
    position: relative;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_list li .img {
    display: block;
    float: left;
    margin-right: 12px;
}

.news_list li .img,
.news_list li .img img {
    width: 120px;
    height: 80px;
    border-radius: 10px;
}

.news_list li .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news_list li .info .title {
    width: 100%;
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 15px;
    color: #080606;
}

.news_list li .info p {
    color: #7a828b;
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin-top: 12px;
}

.news_list li .info p span {
    background-size: 14px 14px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.news_list li+li {
    border-top: 1px solid #eee;
}

.tagswrap {
    width: 102%;
}

.tagswrap a {
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    background: #f6f6f6;
    display: block;
    float: left;
    margin: 0 0 12px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #7fe0f8;
}

.tagswrap a:nth-of-type(4n+1) {
    color: rgb(0, 190, 190);
}

.tagswrap a:nth-of-type(4n+2) {
    color: #f2b230;
}

.tagswrap a:nth-of-type(4n+3) {
    color: #e65c5c;
}

.tagswrap a:nth-of-type(4n+4) {
    color: #de73e6;
}

.phblist {
    overflow: hidden;
}

.phblist li {
    padding: 12px 0;
    clear: both;
    position: relative;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.phblist .img {
    margin: 0 12px;
}

.phblist .img,
.phblist .img img {
    width: 70px;
    height: 70px;
    border-radius: 16px;
}

.phblist .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.phblist .info .bt {
    width: 100%;
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #080606;
    font-weight: bold;
    margin: 6px 0 14px;
}

.phblist .info p {
    color: #7a828b;
    height: 20px;
    line-height: 20px;
    width: 100%;
}

.phblist .info p span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.phblist .info p span+span {
    margin-left: 20px;
}

.phblist i {
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 24px;
    overflow: hidden;
    background: url(../images/ic_ph.png) no-repeat;
    background-size: auto 100%;
    font-size: 12px;
}

.phblist .btn {
    color: #fff;
    border: 1px solid rgba(0, 190, 190,.5);
    color: rgb(0, 190, 190);
    display: block;
    width: 60px;
    height: 28px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 0 12px;
}

.phblist li+li {
    border-top: 1px solid #eee;
}

.phblist li:nth-child(1) i {
    text-indent: 50px;
    background: url(../images/1.png) no-repeat;
    background-size: auto 100%;
}

.phblist li:nth-child(2) i {
    text-indent: 50px;
    background: url(../images/2.png) no-repeat;
    background-size: auto 100%;
}

.phblist li:nth-child(3) i {
    text-indent: 50px;
    background: url(../images/3.png) no-repeat;
    background-size: auto 100%;
}

.hjbanner img {
    display: block;
}

.collection_head {
    overflow: hidden;
}

.collection_head .title {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: 12px 0;
}

.collection_head p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.collection_head .desc {
    font-size: 14px;
    -webkit-columns: #666;
    columns: #666;
    line-height: 25px;
    text-indent: 2em;
    margin: 12px;
}

.collection_head .tag_item {
    float: left;
    overflow: hidden;
    margin: 12px;
}

.collection_head .tag_item .tags {
    float: left;
    width: 48%;
}

.collection_head .tag_item .tags strong {
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.collection_head .tag_item .tags a {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    background: #f3f3f3;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: rgb(0, 190, 190);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 58px;
    overflow: hidden;
}

.collection_head .tag_item .tags a:hover {
    background: rgb(0, 190, 190);
    color: #fff;
}

.collection_head .tag_item .tags .color_1 {
    color: rgb(0, 190, 190);
}

.collection_head .tag_item .tags .color_1:hover {
    background: rgb(0, 190, 190);
}

.collection_head .tag_item .tags .color_2 {
    color: #f2b230;
}

.collection_head .tag_item .tags .color_2:hover {
    background: #f2b230;
}

.collection_head .tag_item .tags .color_3 {
    color: #e65c5c;
}

.collection_head .tag_item .tags .color_3:hover {
    background: #e65c5c;
}

.collection_head .tag_item .tags .color_4 {
    color: #de73e6;
}

.collection_head .tag_item .tags .color_4:hover {
    background: #de73e6;
}

.collection_head .tag_item .tags+.tags {
    margin-left: 4%;
}

.detaile_head .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detaile_head .cont img {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin: 12px;
    display: block;
}

.detaile_head .cont .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 80px;
}

.detaile_head .cont .info .bt {
    height: 25px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
    margin-top: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.detaile_head .cont .info p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    width: 49%;
    overflow: hidden;
    float: left;
    margin-top: 4px;
    margin-right: 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detaile_head .cont .info p span {
    color: #333;
}

.detaile_head .btn {
    display: none;
    margin: 6px 12px 12px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: rgb(0, 190, 190);
    border-radius: 4px;
}

.detaile_head .stars {
    width: 90px;
    height: 14px;
    overflow: hidden;
    margin: 12px 0;
    background: url(../images/start.png) no-repeat;
    background-position: 0 -13px;
    background-size: auto 26px;
    position: absolute;
    right: 12px;
    top: 10px;
}

.detaile_head .stars span {
    display: block;
    height: 14px;
    max-width: 100%;
    background: url(../images/start.png) no-repeat;
    background-size: auto 26px;
    background-position: 0 0px;
}

.gamepic {
    margin: 6px 12px 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.gamepic .swiper-slide {
    width: 40%;
    height: 81px !important;
}

.gamepic .swiper-slide img {
    border-radius: 6px;
    height: 100%;
}

.gamepic .swiper-pagination {
    width: 100%;
    bottom: 8px;
}

.gamepic .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    width: 16px;
    height: 8px;
    border-radius: 4px;
    z-index: 2;
    margin: 0 4px;
    position: relative;
    background: #e6e6e6;
}

.gamepic .swiper-pagination-bullet-active {
    background: rgb(0, 190, 190);
}

.gameinfo {
    width: 100%;
    overflow: hidden;
}

.gameinfo .tagswrap {
    margin-top: 6px;
    float: left;
}

.gameinfo .gmdesc {
    position: relative;
    overflow: hidden;
    padding: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.gameinfo .gmdesc p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    padding-top: 15px;
}

.gameinfo .gmdesc a {
    color: #4c33e5;
}

.gameinfo .gmdesc p:first-child {
    padding-top: 0px;
}

.gameinfo .gmdesc img {
    width: auto;
    max-width: 96%;
    margin: 0 auto;
}

.gameinfo .gmdesc h3 {
    font-size: 16px;
    color: #ff4c4c;
    line-height: 22px;
    margin-top: 15px;
}

.aboutvs {
    overflow: hidden;
}

.aboutvs li {
    padding: 12px 0;
    clear: both;
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aboutvs li img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: block;
    margin: 0 12px;
}

.aboutvs li .bt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    color: #080606;
    font-weight: bold;
}

.aboutvs li span {
    display: block;
    width: 115px;
    font-size: 12px;
    color: #999;
    line-height: 60px;
    height: 60px;
    margin-left: 8px;
    letter-spacing: -1px;
}

.aboutvs li span i {
    color: #333;
}

.aboutvs .btn {
    color: #fff;
    border: 1px solid rgba(0, 190, 190,.5);
    color: rgb(0, 190, 190);
    display: block;
    width: 56px;
    height: 26px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    line-height: 26px;
    margin: 18px 12px 0;
    font-weight: bold;
}

.aboutvs li+li {
    border-top: 1px solid #eee;
}

.relevants .hjtitle {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.relevants .hjtitle .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.relevants .hjtitle .more {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    text-decoration: none;
    position: relative;
    padding-right: 22px;
    margin-right: 12px;
}

.relevants .hjtitle .more::before,
.relevants .hjtitle .more::after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 10px;
    right: 0;
}

.relevants .hjtitle .more::before {
    right: 10px;
    background: #aaa;
}

.relevants .hjdesc {
    text-indent: 2em;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin: 0 12px 12px;
}

.relevants .tagswrap a {
    background: none;
    border: 1px solid rgba(0, 190, 190,.5);
    color: #666;
}

.relevants .tagswrap a.on {
    background: rgb(0, 190, 190);
    color: #fff;
}

.nodisplay {
    display: none;
}

.tab_body .item+.item {
    display: none;
}

        header {
            height: 15.56vw;
            background-color: rgb(0, 190, 190);
            padding: 0 3.89vw;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 99;
        }

        header a {
            text-decoration: none;
            color: #000;
        }

        header a img {
            height: 8.89vw;
        }

        header #search {
            position: relative;
            /* display: none; */
        }

        footer {
            padding: 3.33vw 4.44vw;
            font-size: 3.33vw;
            color: #9C9FAC;
            line-height: 4.44vw;
            text-align: center;
        }