<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    max-width: 600px;
    margin: 0 auto;
}
.am-u-sm-20 {
    width: 20%;
}
span {
    display: inline-block;
}
.am-text-bold {
    font-weight: 700;
}

::-webkit-scrollbar {
    width: 0px;
}

.cl30 {
    color: #303030;
}

.cl50 {
    color: #505050;
}

/*æ·±ç»¿è‰²*/

.cla100 {
    color: #55a100;
}

.true {
    color: #22bb62;
    font-weight: 700;
}

.false {
    color: #ff0000;
}

/*çº¢è‰²*/

.cl1e {
    color: #1089e0;
}
.cl_yellow {
    color: #ffba00;
}
.bg1e {
    background-color: #1089e0;
}

/*ç²‰è‰²*/

.bgd2 {
    background-color: #bae2ff;
}
.bg_yellow {
    background-color: #ffba00;
}
.bg_yellow2 {
    background-color: #ffebb4;
}
/*æµ…æ©™è‰²*/

.bg4d2 {
    background-color: #f7e4d2;
}

/*åŠ&nbsp;æ‹¿å¤§28çš„æ©™è‰²*/

.cl7800 {
    color: #ff7800;
}

.bg7800 {
    background-color: #ff7800;
}

/*ç™½è‰²*/

.clff {
    color: #fff;
}

.bgff {
    background-color: #fff !important;
}

/*ç°è‰²èƒŒæ™¯*/

.bggray {
    background-color: #efeff4;
}

/*ç°è‰²è¾¹æ¡†çº¿*/

.b-all {
    border: 1px solid #e0e0e0;
}

.b-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d6d7dc;
    border-left: 1px solid #d6d7dc;
    border-right: 1px solid #d6d7dc;
}
.b-top::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #d6d7dc;
}

.b-right {
    border-right: 1px solid #d6d7dc;
}

.b-bottom {
    
}

.b-left {
    border-left: 1px solid #d6d7dc;
}

/*æ·±ç°è‰²åº•è¾¹åˆ†å‰²çº¿*/

.b-bottom-divider {
    border-bottom: 1px solid #e0e0e0;
}

/*çº¢è‰²åº•éƒ¨è¾¹çº¿*/

.b-bottom-1e {
    border-bottom: 2px solid #1089e0;
    box-sizing: border-box;
}

/*æ©™è‰²åº•éƒ¨è¾¹çº¿*/

.b-bottom-00 {
    border-bottom: 2px solid #ff7800;
    box-sizing: border-box;
}
.b-bottom-yellow {
    border-bottom: 2px solid #ffba00;
}

/*å¼€å¥–å·ç&nbsp;çš„çº¢è‰²çƒ*/

.redball,
.yellowball,
.orangeball,
.trueball,
.falseball {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #1089e0;
    border-radius: 50%;
    margin: 0 0.2rem;
    font-size: 14px;
}
@media only screen and (max-width: 320px) {
    .redball,
    .yellowball,
    .orangeball,
    .trueball,
    .falseball {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin: 0 0.04rem;
    }
}

/*å¼€å¥–å·ç&nbsp;çš„é‡‘è‰²çƒ*/

.yellowball {
    background: #ffba00;
}
.orangeball {
    background: #ff7800;
}
.trueball {
    background: #22bb62;
}
.falseball {
    background: #ff0000;
}
.imgmax100 {
    width: 100%;
}

.datalist {
    background: #f4f4f4 !important;
    padding-bottom: 0.6rem;
}
/*4å›¾é“¾æŽ¥è·³è½¬*/

.pic45 {
    width: 4.5rem;
    height: 4.5rem;
}

/*è“è‰²çš„å–‡å­*/

.bluehorn {
    width: 2rem;
    height: 1.6rem;
    background: url(../img/laba.png) no-repeat;
    background-size: 100%;
}
.jianada .bluehorn {
    background: url(../img/laba2.png) no-repeat;
    background-size: 100%;
}
.danmai .bluehorn {
    background: url(../img/laba3.png) no-repeat;
    background-size: 100%;
}

.am-header-default{
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid #d6d7dc;
}
.am-header-default .am-header-nav a{
    color: #000!important;
    font-weight: bold!important;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
}

.am-fix-top {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background-color: #fff;
}

.paddingtop80 {
    padding-top: 4rem;
}

.paddingtop40 {
    padding-top: 4.3rem;
}

.datalist div {
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
}
.datalist div.activity span {
    font-size: 1.2rem;
    color: #404040;
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    box-sizing: border-box;
}
.datalist div.activity {
    height: 18px;
    line-height: 18px;
}
.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
/*å³ä¸Šè§’çš„å›¾æ&nbsp;‡åˆ‡æ¢*/

.topmore {
    display: inline-block;
    background-image: url(../img/topmore.png);
    width: 24px;
    height: 22px;
    background-size: 100%;
    color: #fff;
    vertical-align: middle;
}

.xiazai {
    display: inline-block;
    background-image: url(../img/xiazai.png);
    width: 24px;
    height: 22px;
    background-size: 100%;
    color: #fff;
    vertical-align: middle;
}

.topclose {
    display: inline-block;
    background-image: url(../img/topclose.png);
    width: 24px;
    height: 22px;
    background-size: 100%;
    color: #fff;
    vertical-align: middle;
}

/*å¼¹å‡ºçª—å£çš„list*/

.tanlist {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 24px;
    display: none;
    /*	height: 32.8rem;*/
    overflow-y: scroll;
}
.tanlist &gt; a {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 2px solid #d1d1d1;
}
.tanlist &gt; a:active {
    opacity: 0.8;
}
.tanlist &gt; a &gt; div {
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.2rem;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}
.tanlist &gt; a:nth-child(3n + 0) {
    border-right: none;
}
.tanlist.am-padding-left-sm {
    padding: 0;
}
/*.tanlist div:active{
	background-color: #D9D9D9;
}*/

/*è’™æ¿*/

.fade {
    position: absolute;
    background-color: rgba(000, 000, 000, 0.6);
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

/*å·¦ä¸Šè§’è¿”å›žç®­å¤´*/

.return {
    display: inline-block;
    background-image: url(../img/fanhui@2x.png);
    width: 10px;
    height: 15px;
    background-size: 100%;
    vertical-align: middle;
}

/*PCè›‹è›‹28åŽ†å²è®°å½•å³ä¸Šè§’å›¾æ&nbsp;‡*/

.rili1,
.rili2,
.rili3 {
    display: inline-block;
    background-image: url(../img/rili1.png);
    width: 26px;
    height: 24px;
    background-size: 100%;
    vertical-align: middle;
    color: transparent;
}

/*åŠ&nbsp;æ‹¿å¤§28åŽ†å²è®°å½•å³ä¸Šè§’å›¾æ&nbsp;‡*/

.rili2 {
    background-image: url(../img/rili2.png);
    background-size: 100%;
}
.rili3 {
    background-image: url(../img/rili3.png);
    background-size: 100%;
}

/*èµ°åŠ¿å›¾*/

#zoushi {
    text-align: center;
    font-size: 1.4rem;
    border: none;
}

#zoushi td {
    padding: 6px 0px;
    text-align: center;
}

/*å•å…ƒæ&nbsp;¼èƒŒæ™¯è‰²*/

.numblue {
    background-color: #3333ff;
    color: #fff;
}

.numred {
    background-color: #ff0000;
    color: #fff;
}

.int {
    color: #323232;
    /*background-color: #FFFFFF;*/
}
.big span,
.small_shuang span,
.small span,
.dan span,
.big_dan span,
.small_dan span,
.small_much span,
.zhong span,
.shuang span,
.big_shuang span,
.big_much span,
.bian span,
.dayellow span,
.c_blue span,
.c_yellow span,
.xiaopink span,
.xiao span,
.da span {
    padding: 0 0.25rem;
    border-radius: 4px;
}
.c_blue span,
.c_yellow span {
    padding: 0 0.4rem;
}
.big span,
.small_shuang span {
    color: #ffffff;
    background-color: #ff0000;
}
.small span,
.dan span,
.big_dan span,
.small_dan span,
.small_much span {
    color: #ffffff;
    background-color: #3333ff;
}
.zhong span {
    background: #ff7f00;
    color: #ffffff;
}
.shuang span,
.big_shuang span,
.big_much span {
    color: #ffffff;
    background-color: #ff0000;
}

.bian span {
    color: #ffffff;
    background: #663399;
}
.dayellow span {
    background-color: #ff8040;
    color: #fff;
}
.c_blue span {
    color: #fefffe;
    background-color: #663399;
}
.c_yellow span {
    color: #ffffff;
    background-color: #ff7f00;
}
.xiaopink span {
    background-color: #ff00ff;
    color: #fff;
}

.xiao span {
    background-color: #ea2640;
    color: #fff;
}

.da span {
    background-color: #6655aa;
    color: #fff;
}

/*å…¨éƒ¨å°å›¾æ&nbsp;‡*/

.qb {
    display: inline-block;
    background-image: url(../img/lk6.png);
    width: 33px;
    height: 15px;
    background-size: 100%;
    text-align: center;
    vertical-align: middle;
}

.rili2 {
    position: relative;
}

#test1 {
    position: absolute;
    left: 0;
    top: 12px;
    width: 26px;
    height: 24px;
    opacity: 0;
}

.am-margin-left-xl .cl1e {
    font-weight: bold;
}

.hiddenscroll {
    overflow: hidden;
    height: 100%;
}

/*é¦–é¡µåº•éƒ¨æµ®åŠ¨çš„ä¸‹è½½æç¤º*/

.toappbox {
    /*height: 60px;*/
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    padding: 0px 0px 0px 9px;
    color: #fff;
    font-size: 14px;
}
.bottom-tip {
    font-size: 1.4rem;
}
/*iphone5åª’ä½“æŸ¥è¯¢*/
@media only screen and (max-width: 320px) {
    .toappbox {
        font-size: 12px !important;
        padding-left: 2px;
    }
    .bot-close {
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        top: 7px;
        right: 4px;
        z-index: 2;
        vertical-align: middle;
    }
    .bot-close {
        right: 9px !important;
    }
    .appnow {
        width: 58px !important;
    }
    .bottom-tip {
        font-size: 1.2rem;
    }
}
/*iphone6plusåª’ä½“æŸ¥è¯¢*/
@media only screen and (min-width: 414px) {
    .toappbox {
        padding-bottom: 9px !important;
        padding-top: 9px !important;
    }
    .bot-close {
        top: 22px !important;
    }
}
.img42 {
    width: 42px;
    height: 42px;
}

.appnow {
    display: inline-block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #1089e0;
    border-radius: 3px;
    z-index: 1;
    vertical-align: middle;
    float: right;
    margin-right: 3em;
    margin-top: 0.5em;
}

.bot-close {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
}
.toappbox span {
    vertical-align: middle;
}
.bgff.am-text-sm.am-text-center.am-padding-top-lg.b-bottom.am-g p {
    margin-bottom: 0;
    line-height: 2rem;
}

.bgff.am-text-sm.am-text-center.am-padding-top-lg.b-bottom.am-g {
    padding-top: 1.06rem;
    padding-bottom: 0.6rem;
}
.am-text-center.b-top.b-bottom.bgff .am-u-sm-4 {
    line-height: 3.8rem;
    padding: 0 !important;
    height: 3.8rem;
    font-size: 1.8rem;
    border-right: 1px solid #d6d7dc;
    border-bottom: 1px solid #d6d7dc;
}
.am-text-center.b-top.b-bottom.bgff .am-u-sm-4:nth-child(3n){
    border-right: 0;
}

.l_title {
    background-color: #f5f8fd;
}
.paddingtop36 {
    padding-top: 4.3rem;
}
.l_show &gt; span {
    display: inline-block;
    width: 41%;
    background-color: #f5f8fd;
    font-size: 1.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 2rem;
    text-align: center;
    margin: 0.2rem 0.8rem;
}
.l_show &gt; span span {
    width: 3.4rem;
    display: inline-block;
}
@media only screen and (max-width: 320px) {
    .l_show &gt; span {
        display: inline-block;
        width: 42%;
        background-color: #f5f8fd;
        font-size: 1.2rem;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        border-radius: 2rem;
        text-align: center;
        margin: 0.2rem 0.8rem;
    }
    .l_show &gt; span span {
        width: 3rem;
        display: inline-block;
    }
}

.l_show span label {
    font-size: 1.2rem;
}
.clred {
    color: #ff0000;
}
.l_show .tip {
    color: #8a8a8a;
    font-size: 1.3rem;
    margin-top: 0.6rem;
}
.l_show {
    padding-top: 2rem;
    padding-bottom: 0.2rem;
    border-top: 1px solid #e0e0e0;
    position: relative;
}
.l_show .title {
    font-size: 1.4rem;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.1rem 1.5rem;
    border-radius: 0 2rem 2rem 0rem;
}
.bg_blue {
    background-color: #1089e0;
}
/*.text_undeline{
	text-decoration: underline;
}*/

.l_title {
    font-size: 1.2rem !important;
}

.error404 {
    color: #323232;
}
.error404 img {
    width: 80%;
    margin-top: 6rem;
}
.error404 h3 {
    font-size: 3rem;
    font-weight: normal;
    margin-top: 1.5rem;
}
.error404 a {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    height: 4rem;
    line-height: 4rem;
    background-color: #1089e0;
    width: 60%;
    border-radius: 0.6rem;
    margin-top: 1.5rem;
}
a:active {
    opacity: 0.8;
}
/* ä¸‹æ»‘åŠ&nbsp;è½½éœ€è¦çš„æç¤ºå— */
.scrollUpLoad {
    text-align: center;
    color: #fff;
    display: none;
}
.dragLoadIcon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    background: url("../img/dragLoadMoreIcon.gif") no-repeat center center;
    -o-background-size: contain;
    background-size: contain;
    vertical-align: middle;
}

.dragLoadMore {
    text-align: center;
    height: 40px;
    display: none;
}
.dragLoadMore i {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/dragLoadMoreIcon.gif") no-repeat center center;
    -o-background-size: contain;
    background-size: contain;
}

/*æ”¹ç‰ˆå¢žåŠ&nbsp;çš„css*/
.reload_icon {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/reload_icon.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 0.6rem;
    margin-top: -0.22rem;
}
.danmai .reload_icon {
    background: url(../img/reload_icon3.png) no-repeat;
    background-size: 100%;
}
.jianada .reload_icon {
    background: url(../img/reload_icon2.png) no-repeat;
    background-size: 100%;
}
.rotate {
    animation: rotate 1s infinite linear;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-ms-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(350deg);
    }
}
@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(350deg);
    }
}
@-moz-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(350deg);
    }
}
@-ms-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(350deg);
    }
}
.datalist .bgd2 {
    background: #f2f9ff;
}
.datalist .bgd2:nth-child(2n),
.datalist .bg_yellow2:nth-child(2n),
.datalist .bg4d2:nth-child(2n) {
    background: #ffffff;
}
.datalist .bg4d2 {
    background: #fff8f2;
}

.datalist .bg_yellow2 {
    background: #fffcf2;
}
#zoushi .bg4d2,
#zoushi .bg_yellow2,
#zoushi .bgd2 {
    background: none;
}
#zoushi tbody tr:nth-child(2n) {
    background: #f2f9ff;
}
.jianada #zoushi tbody tr:nth-child(2n) {
    background: #fff8f2;
}
.danmai #zoushi tbody tr:nth-child(2n) {
    background: #fffcf2;
}

/*è¯´æ˜Žä»‹ç»é¡µ*/
.introduce_title {
    width: 100%;
    background: url(../img/l1.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 1rem;
    background-size: 100% 2px;
}
.jianada .introduce_title {
    background: url(../img/l2.png) no-repeat center bottom;
    background-size: 100% 2px;
}
.danmai .introduce_title {
    background: url(../img/l3.png) no-repeat center bottom;
    background-size: 100% 2px;
}
.menu_index a {
    float: left;
    width: 100%;
    font-size: 1.4rem;
}
.menu_index span {
    width: 4.5rem;
    height: 4.5rem;
    background: url(../img/wanfa.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0.4rem;
}
.menu_index .forecasts {
    background: url(../img/yuce.png) no-repeat;
    background-size: 100%;
}
.menu_index .official {
    background: url(../img/guanfang.png) no-repeat;
    background-size: 100%;
}
.menu_index .history {
    background: url(../img/lishi.png) no-repeat;
    background-size: 100%;
}
.menu_index .trends {
    background: url(../img/zoushi.png) no-repeat;
    background-size: 100%;
}
.menu_index {
    padding-bottom: 0.9rem;
    padding-top: 1.06rem;
    display: flex;
}
.menu_index p {
    padding: 0;
    margin: 0;
}

.am-text-center.clff.am-g.mb2 &gt; div {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.loading {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loading &gt; .loader-inner {
    position: fixed;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}
.line-scale &gt; div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.line-scale &gt; div:nth-child(1) {
    -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(2) {
    -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(3) {
    -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(4) {
    -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(5) {
    -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale &gt; div:nth-child(1) {
    -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(2) {
    -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(3) {
    -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(4) {
    -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale &gt; div:nth-child(5) {
    -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

#container {
    width: 100%;
    height: 1000px;
    background: #666666;
    margin-top: 0px;
}

#header {
    width: 100%;
    height: 25px;
    background: #000000;
}

#ulTop {
    display: block;
    height: 25px;
    font-size: 14px;
    margin-top: 0px;
    padding-top: 5px;
    background: #000000;
}

#ulTop li {
    float: left;
    display: block;
    width: 150px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#ulTop li a {
    color: #ffffff;
    text-decoration: none;
}

#ulTop li a:hover {
    color: #00eeff;
    text-decoration: none;
}

@media (max-width: 850px) {
    #ulTop li {
        width: 120px;
    }
}

@media (max-width: 680px) {
    #ulTop li {
        width: 100px;
    }
}

@media (max-width: 580px) {
    #ulTop li {
        width: 80px;
    }
}

@media (max-width: 480px) {
    #ulTop li {
        width: 60px;
        font-size: 12px;
    }
}

@media (max-width: 385px) {
    #ulTop li.li05 {
        display: none;
    }
}

@media (max-width: 320px) {
    #ulTop li.li04 {
        display: none;
    }
}

.am-margin-left-xl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    margin-left: 0!important;
}


.al-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999999999;
}
.al-model-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.al-model {
    /* width: 255px; */
    /* height: 160px; */
    background-color: #fff;
    padding: 10px;
}
.al-title {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #007aff;
    border-bottom: 1px solid #ccc;
}
.al-qrcode {
    width: 130px;
    height: auto;
    max-height: 130px;
    overflow: hidden;
    margin-top: 6px;
    margin-right: 5px;
}
.al-a {
    float: right;
    margin-top: 15px;
    width: 120px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.al-a a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.al-a-1 {
    background-color: #dc143c;
}
.al-a-2 {
    background-color: #f4a460;
}
.al-a-3 {
    background-color: #1e90ff;
}
.al-show {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99999999;
}

.banner{
    margin: 15px 0 10px 0;
}
.banner a{
    display: inline-block;
}
.banner a img{
    width: 100%;
}

.data-panel{
    display: none;
    flex-direction: column;
    position: fixed;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}
.zstable2 tr td:first-child, .zstable2 tr th:first-child{
    width: 90px;
    white-space: nowrap;
}

.mustlook{
    margin-bottom: 5px;
    font-weight: normal!important;
}
.table_title{
	font-size: 16px;
	color: #FFFFFF;
	width: 90px;
	height: 28px;
	line-height: 28px;
	background: #108ae0;
	text-align: center;
	border-radius: 0 10px 0 0;
	text-align: left;
	padding-left: 8px;
}
.jianada .table_title{
	background: #FF7800;
}
.danmai .table_title{
	background: #FFBA00;
}
.mustlook table{
	width: 100%;
}
.mustlook tr td{
	width: 50%;
	font-size: 14px;
	color: #323232;
	/* text-align: center; */
	padding: 5px 0 5px 15px;
}
.mustlook tr .red{
	color: #FF0000;
}

.mustlook tr:nth-child(2n-1){
	background: #f2f9ff;	
}
.jianada .mustlook tr:nth-child(2n-1){
	background: #fff8f2;	
}
.danmai .mustlook tr:nth-child(2n-1){
	background: #fffcf2;	
}
.mustlook tr i{
	font-style: normal;
    margin: 0 5px;
	display: inline-block;
}

.al-bg {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999999999;
}
.al-model-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.al-model {
    /* width: 255px; */
    /* height: 160px; */
    background-color: #fff;
    padding: 10px;
}
.al-title {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #007aff;
    border-bottom: 1px solid #ccc;
}
.al-qrcode {
    width: 130px;
    height: auto;
    max-height: 130px;
    overflow: hidden;
    margin-top: 6px;
    margin-right: 5px;
}
.al-a {
    float: right;
    margin-top: 15px;
    width: 120px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.al-a a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.al-a-1 {
    background-color: #dc143c;
}
.al-a-2 {
    background-color: #f4a460;
}
.al-a-3 {
    background-color: #1e90ff;
}

.banner{
    margin: 15px 0 10px 0;
}
.banner a{
    display: inline-block;
}
.banner a img{
    width: 100%;
}

.foot-bookmark {
    position: fixed;
    bottom: 25px;
    z-index: 99999999;
    width: 50%;
    max-width: 500px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-bookmark:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -6px;
}

.foot-bookmark p {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.foot-bookmark p span img {
    width: 15px;
    height: auto;
    margin: 0 5px;
}

.foot-bookmark &gt; img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 5px;
}

.foot-bookmark i {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
}

.data-panel-tab{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-panel-tab span{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.data-panel-tab span.active{
    color: #fff;
    background-color: #4292e6;
}


.head{
    font-size: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background-color: #e62526;
    color: #fff;
}
.top-head{
    width: 100%;
}
.top-title{
    font-size: 18px;
    color: #fff;
    height: 1rem;
    line-height: 0.2rem;
    margin-top: -6%;
}
.top-title span{
    color: #ffdf2c;
}
.top-qibg{
    margin-top: -36%;
    text-align: center;
}
.top-qibg img{
    width: 60%;
}
.center{
    margin-top: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.center-diban{
    width: 100%;
}
.center-tc{
    /*display: none;*/
    width: 100%;
    position: absolute;
    max-width: 500px;
    z-index: 2;
}
.center-lo{
    display: none;
    width: 100%;
    position: absolute;
    max-width: 500px;
    z-index: 99;
}
.center-data{
    font-size: 0.5rem;
    position: absolute;
    display: flex;
}
.center-canvas{
    width: 100%;
    height: 3rem;
    z-index: 4;
    position: absolute;
}
.center-num{
    font-size: 40px;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 0.1rem;
}
.center-sum{
    font-size: 40px;
    line-height: 50px;
}
.footmi{
    margin-top: -3%;
    padding-top: 5%;
    padding-bottom: 6%;
    background-color: #f83b44;
    text-align: center;
}
.foot-nt{
    width: 94%;
    margin-bottom: 1rem;
}
.foot-data{
    font-size: 16px;
    color: #fff;
    margin-top: -9%;
    display: flex;
    justify-content: space-evenly;
    line-height: 0rem;
}
.foot-data span{
    color: #ffdf2c;
}
.foot-refrash{
    border: none;
    color: #f96f56;
    height: 30px;
    line-height: 30px;
    width: 80px;
    border-radius: 15px;
    background: linear-gradient(#fffbfb,#fedcdc);
    font-size: 14px;
    margin-top: -4%;
}
.mipai{
	display: flex;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.mipai-bg{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #FFF;
}
.mi-index{
	position: absolute;
	max-width: 500px;
	margin: 0 auto;
	z-index: 9;
}

.mi-button {
	display: table;
    background: #c62d1f;
    background-image: linear-gradient(to bottom, #c62d1f, #f24437);
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    text-shadow: 0px 1px 0px #810e05;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 15px;
    border: solid #d02718 1px;
    text-decoration: none;
}

.mi-button:hover {
    color: #ffffff;
    background: #f24437;
    text-decoration: none;
}
.mi-close{
	margin-top: 20px;
    text-align: center;
}
.mi-close img{
	width: 40px;
}
.issue-mi{
    background: #c62d1f;
    background-image: linear-gradient(to bottom, #c62d1f, #f24437);
    border-radius: 18px;
    text-shadow: 0px 1px 0px #810e05;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 15px;
    border: solid #d02718 1px;
    text-decoration: none;
    cursor: pointer;
}
.issue-mi:hover {
    color: #ffffff;
    background: #f24437;
    text-decoration: none;
}

.a-banner{
    margin: 0;
}
.a-banner a{
    width: 100%;
    display: inline-block;
}
.a-banner a img{
    width: 100%;
    margin: 0 auto;
}</pre></body></html>