ï»¿
/**
 * Normalize
 */
/* todo å¢å å¨ç«ç°åº¦*/
/*html, body {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
/* 1 */
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

p,
span {
    padding: 0;
    margin: 0;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {}

a:focus {
    -moz-outline-style: none;
    outline: none;
}

em {
    font-style: normal;
}

button {
    font: inherit;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
}

input,
textarea {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    outline: none;
}

input[type='text'] {}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
}

video {
    object-fit: contain;
}

html,
body {
    position: relative;
    height: 100%;
    font-weight: 400;
}

body {
    background: #eee;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    background: white;
    margin: 0;
    padding: 0;
    font-size: 0.3rem;
    -webkit-text-size-adjust: 100% !important;
}

@media screen and (min-width: 450px) and (orientation:landscape) {
    html {
        font-size: 375% !important;
    }

    body {
        width: 450px !important;
        margin: 0 auto;
    }

    .nav {
        width: 450px !important;
        left: 50% !important;
        margin-left: -225px;
    }

    .content-wrp {
        min-height: 4rem;
    }
}

@media screen and (min-width: 768px) and (orientation:portrait) {
    html {
        font-size: 640% !important;
    }

    body {
        width: 768px !important;
        margin: 0 auto;
    }

    .nav {
        width: 768px !important;
        left: 50% !important;
        margin-left: -384px;
    }
}

.swiper-slide {
    position: relative;
}

#main {
    width: 100%;
    background: white;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
}

.nav:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 13.47%;
}

.nav-ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0rem;
    background: url(resources/nav/nav_bg.png) 50% no-repeat;
    background-size: cover;
}

.nav-ul li {
    width: 15.5%;
    /* height: 0.85rem; */
    height: 85%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 0.53rem;
}

.nav-ul li+li {
    margin-left: 2%;
}

.nav-ul li a {
    display: block;
    height: 100%;
    width: 100%;
}

.nav-ul .notice {
    width: 14%;
    background-image: url(resources/nav/notice0.png);
}

.nav-ul .data {
    background-image: url(resources/nav/data0.png);
}

.nav-ul .index {
    background-image: url(resources/nav/index0.png);
    width: 14%;
}

.nav-ul .download {
    background-image: url(resources/nav/download0.png);
}

.nav-ul .recharge {
    background-image: url(resources/nav/recharge0.png);
}

.nav-ul .account {
    background-image: url(resources/nav/account0.png);
}

.nav-ul .notice.hover {
    background-image: url(resources/nav/notice1.png);
}

.nav-ul .data.hover {
    background-image: url(resources/nav/data1.png);
}

.nav-ul .index.hover {
    background-image: url(resources/nav/index1.png);
}

.nav-ul .download.hover {
    background-image: url(resources/nav/download1.png);
}

.nav-ul .recharge.hover {
    background-image: url(resources/nav/recharge1.png);
}

.nav-ul .account.hover {
    background-image: url(resources/nav/account1.png);
}

.link-menu {
    position: absolute;
    right: 0.05rem;
    top: 0.05rem;
    width: 0.53rem;
    height: 0.51rem;
    z-index: 1000;
}

.link-menu-btn {
    width: 0.53rem;
    height: 0.51rem;
    background: url(resources/nav/menu_btn.png);
    background-size: cover;
}

.link-menu-btn:active {
    opacity: 0.8;
}

.link-menu ul {
    position: absolute;
    width: 2.22rem;
    /*height: 3.54rem;*/
    height: 2.9rem;
    top: 0.51rem;
    right: -0.05rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
    background: url(resources/nav/menu_bg_three.png) 50% no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 0.25rem;
}

.link-menu.active ul {
    opacity: 1;
    visibility: visible;
}

.link-menu ul li {
    width: 80%;
    height: 0.76rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    margin: 0 10%;
}

.link-menu ul li.ip {
    background-image: url(resources/nav/menu_ip.png?1);
}

.link-menu ul li.content {
    background-image: url(resources/nav/menu_content.png?1);
}

.link-menu ul li.fans {
    background-image: url(resources/nav/menu_fans.png?1);
}

.link-menu ul li.donate {
    background-image: url(resources/nav/menu_donate.png?1);
}

.link-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(360deg);
    }
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
    font-size: 0px;
}

.media {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -1.8rem;
    width: 3.41rem;
    height: 1.67rem;
    background: url(resources/btn_play.png) 50% no-repeat;
    background-size: cover;
}

.media-clockwise {
    position: absolute;
    left: 1.04rem;
    top: 1.02rem;
    width: 0.26rem;
    height: 0.3rem;
    background: url(resources/btn_play_dot.png) 50% no-repeat;
    background-size: cover;
    transform-origin: -0.22rem -0.22rem;
    animation: circle 5s linear infinite both;
    -moz-animation: circle 5s linear infinite both;
    -webkit-animation: circle 5s linear infinite both;
    -o-animation: circle 5s linear infinite both;
}

.video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 99999;
}

.video_container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.video video {
    background: #000;
    width: 100%;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.ios {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -3.2rem;
    width: 2.9rem;
    height: 0.84rem;
    background: url(resources/guide-1/appdownload.png) 50% 0 no-repeat;
    background-size: 2.9rem 1.68rem;
    z-index: 101;
}

.ios:active {
    background-position: 50% 100%;
}

.android {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: 0.3rem;
    width: 2.9rem;
    height: 0.84rem;
    background: url(resources/guide-1/androiddownload.png) 50% 0 no-repeat;
    background-size: 2.9rem 1.68rem;
    z-index: 101;
}

.android:active {
    background-position: 50% 100%;
}

.article {
    position: relative;
    top: 0rem;
    width: 100%;
    display: none;
    background: white;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    z-index: 90;
}

.article .btn_back {
    position: relative;
    width: 60%;
    margin-top: 0.1rem;
    left: 0.4rem;
    height: 0.6rem;
    background: url(resources/index/back.png) no-repeat;
    background-size: auto 100%;
    background-position: left;
}

.article .type {
    display: inline-block;
    background: #f9699a;
    padding: 3px 6px 3px 6px;
    margin-right: 5px;
    font-size: 0.26rem;
    color: white;
    border-radius: 4px;
}

.article .artTitle {
    position: relative;
    width: 80%;
    left: 10%;
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.32rem;
}

.article .artDate {
    position: relative;
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.25rem;
}

.article .artContent {
    position: relative;
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-top: 0.6rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

/* common data list styles */
.list-bg {
    position: relative;
    width: 100%;
    height: 2.8rem;
    margin-top: 0rem;
    left: 0;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
}

.content-wrp {
    position: relative;
    box-sizing: border-box;
    height: 8rem;
}

.content-wrp .content {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0.3rem;
    right: 0.3rem;
    box-sizing: border-box;
}

.content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.content.no-data:before {
    content: 'æ²¡ææ¾å°ç»æ';
    display: block;
    text-align: center;
    padding-top: 0.5rem;
}

.content li {
    padding: 0.3rem 0.05rem;
}

.content li+li {
    border-top: rgba(49, 49, 49, 0.1) solid 2px;
}

.content .content-list {
    padding-bottom: 0.2rem;
}

.list {
    z-index: 80;
    width: 100%;
    /* min-height: 10rem; */
    background: url(resources/index/list_bg.png) 50% 0 no-repeat;
    background-size: cover;
}

.list-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.41rem;
    background: url(resources/index/shadow.png) 50% 0 no-repeat;
    background-size: cover;
    display: none;
}

.list-arrow:after {
    content: '';
    background: url(resources/index/arrow_down.png) 50% no-repeat;
    background-size: cover;
    width: 0.38rem;
    height: 0.29rem;
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
    margin-left: -0.19rem;
    display: none;
    -webkit-animation: list-arrow 1s linear infinite alternate;
    animation: list-arrow 1s linear infinite alternate;
}

.list-arrow.active,
.list-arrow.active:after,
.list-arrow.loading,
.list-arrow.loading:after {
    display: block;
}

@-webkit-keyframes list-arrow {
    0% {
        -webkit-transform: translateY(0.05rem);
        transform: translateY(0.05rem);
    }

    100% {
        -webkit-transform: translateY(0.05rem);
        transform: translateY(-0.05rem);
    }
}

@keyframes list-arrow {
    0% {
        -webkit-transform: translateY(0.05rem);
        transform: translateY(0.05rem);
    }

    100% {
        -webkit-transform: translateY(0.05rem);
        transform: translateY(-0.05rem);
    }
}

.data-menu {
    position: relative;
    width: 100%;
    height: 0.86rem;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    zoom: 1;
    background: url(resources/index/menu_bg.png) 50% 0 no-repeat;
    background-size: 7.5rem 0.86rem;
}

.data-menu:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
    font-size: 0px;
}

.data-menu a {
    display: block;
}

.data-menu .menu-item {
    float: left;
    background-position: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 25%;
    height: 1.36rem;
    margin-top: -0.45rem;
}

.logo-age {
    position: absolute;
    width: 60px;
    z-index: 99;
    cursor: pointer;
}

.logo-age.index {
    top: 60px;
    left: 30px;
}

.logo-age.guide {
    top: 50px;
    right: 10px;
}

.logo-age img {
    width: 100%;
    height: 100%;
}

.pop_main {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.pop_main .mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pop_main .pop_con {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 86.13%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.pop_main .pop_con img {
    width: 100%;
}

.pop_main .pop_close {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}