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

body {
    width: 7.5rem;
    margin: 0 auto !important;
    background: #fff;
    font-size: .32rem;
    font-family: Microsoft YaHei, 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu
}

a {
    outline: 0;
    text-decoration: none
}

.gradient-color {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#799dcc), to(#fff));
    background-image: linear-gradient(180deg, #799dcc, #fff);
    height: 2rem;
    position: relative;
    z-index: 5
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1rem;
    background: #0276da;
    vertical-align: middle;
    line-height: 1rem;
    padding: 0 .35rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-left,
.header-right {
    font-size: 0;
    overflow: hidden
}

.header-left a {
    color: #fff;
    font-size: .38rem;
    margin-left: .1rem
}

.header-right>a,
.icon {
    display: inline-block
}

.icon {
    width: .44rem
}

.icon img {
    width: 100%;
    vertical-align: middle
}

.header-right>a:nth-child(2) {
    margin: 0 .38rem
}

.menu {
    height: 6.8rem;
    left: 0;
    width: 100%;
    top: 1rem;
    z-index: 4;
    position: absolute;
    background: #fff;
    display: none
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu ul li {
    height: .96rem;
    font-size: 0;
    padding: .24rem 0 .18rem;
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6
}

.menu ul li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: .36rem;
    color: #0276da;
    border-right: 1px solid #e6e6e6
}

.menu ul li a :nth-child(5n) {
    border: none
}

.tabBar {
    height: 1rem
}

.tabBar ul {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #eee
}

.tabBar ul li {
    height: 100%;
    line-height: 1rem;
    float: left;
    width: 33.3%;
    font-size: .36rem;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.tabBar ul li a {
    width: 100%;
    display: block;
    color: #0276da
}

.activeLi:after {
    content: "";
    width: .36rem;
    height: .07rem;
    display: block;
    background: #99b6ff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-container {
    width: 7.5rem
}

.swiper-container.tab-swiper {
    font-size: 0
}

.tab-swiper>.swiper-wrapper>.swiper-slide {
    height: 5rem
}

.tab-swiper>.swiper-wrapper>.swiper-slide-active {
    height: auto
}

.classes {
    height: 2.56rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.classes,
.classes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.classes ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .36rem;
    line-height: .72rem
}

.classes ul li {
    width: 20%;
    text-align: center
}

.classes ul li a {
    width: 100%;
    color: #2e2e2e;
    display: block;
    font-family: Microsoft YaHei, 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu
}

.lunbo {
    width: 7.5rem;
    height: auto
}

.swiper-slide {
    position: relative;
    font-size: 0
}

.lunbo img {
    width: 7.5rem
}

.textBar {
    width: 100%;
    bottom: 0;
    height: auto;
    position: absolute;
    background: rgba(39, 38, 54, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.textBar span {
    color: #fff;
    line-height: 0.4rem;
    font-size: .26rem;
    vertical-align: middle;
    padding-top: 0.1rem;
}

.text {
    width: 7rem;
    overflow: hidden;
    display: inline-block;
    /* text-overflow:ellipsis; */
    /* white-space:nowrap; */
    margin-left: .1rem;
}

.amount {
    right: 0;
    margin-right: .12rem
}

.lunbo-pagination {
    height: auto;
    line-height: .61rem;
    font-size: .2rem;
    color: #fff;
    display: inline-block;
    width: .65rem !important;
    padding-left: .05rem;
    vertical-align: middle;
}

.amount i,
.lunbo-pagination .swiper-pagination-current {
    color: #ea888c !important
}

.newsList ul {
    font-size: 0
}

.newsList ul li {
    width: 93%;
    display: inline-block;
    padding: .25rem .30rem;
    line-height: .5rem;
    font-size: .32rem;
    color: #555;
    position: relative;
    font-family: Microsoft YaHei, 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
}

.newsList ul li .newslim {
    width: 7rem;
    overflow: hidden;
     display: flex;
         align-content: space-between;
    align-items: flex-start;
    justify-content: space-between;
}

.newsList ul li a {
        /* min-width: 1rem; */
    /* overflow: hidden;
    word-break: break-all;
    word-wrap: break-word; */
}

.newsList ul li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dashed:after {
    content: "";
    background: url(../img/dashed.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%
}

.section {
    overflow: hidden;
    margin-bottom: .27rem;
    border-bottom: .02rem solid #c9dff4;
}

.section-header {
    font-size: .36rem;
    color: #0276da;
    margin: .28rem 0 .37rem;
    padding: 0 .35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.section-header a {
    color: #0276da
}

.section-header a,
.section-header span {
    vertical-align: middle;
    position: relative
}

.section-icon {
    width: .6rem;
    height: .32rem;
    background: #0276da;
    border-radius: .05rem;
    display: inline-block;
    font-size: .18rem;
    color: #fff;
    text-align: center;
    position: relative;
    margin-right: .1rem
}

.section-more {
    white-space: nowrap;
    font-size: .3rem;
    color: #7e7e7e;
    display: inline-block;
    padding-right: 0
}

.section-more:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -9px;
    width: .08rem;
    height: .19rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow-more.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.sectionSwiper {
    padding: 0 .35rem;
    height: 3.45rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.section-swiper {
    width: 100%;
    height: 100%
}

.section-swiper .swiper-slide {
    font-size: .32rem;
    color: #555;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.section-swiper .swiper-slide .imgbox {
    font-size: 0;
    border-radius: 5px;
    overflow: hidden
}

.section-swiper .swiper-slide p {
    font-size: .32rem;
    color: #555;
    margin-top: .34rem;
    line-height: .5rem
}

.imgbox img {
    width: 100%
}

.section-image {
    padding: 0 .35rem;
    height: 3.13rem;
    margin-bottom: .27rem
}

.section-image .image-item {
    height: 100%;
    width: 3.25rem;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 .13rem #e1e1e1;
    box-shadow: 0 0 .13rem #e1e1e1
}

.section-image .imgbox {
    height: 1.88rem;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden
}

.section-image .image-item:first-child {
    margin-right: .28rem
}

.section-image p {
    font-size: .32rem;
    color: #555;
    padding: .16rem .18rem;
    line-height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.swiper-pagination {
    bottom: .25rem !important
}

.my-bullet {
    width: .14rem;
    height: .14rem;
    display: inline-block;
    border-radius: 50%;
    margin: 0 .03rem;
    background: #cfcfcf
}

.my-bullet,
.my-bullet-active {
    -webkit-transition: width .5s;
    transition: width .5s
}

.my-bullet-active {
    width: .23rem;
    background: #0276da;
    border-radius: .07rem
}

.column {
    margin-bottom: .11rem
}

.column a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.column a p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.columnImage img {
    width: 2.6rem;
    overflow: hidden;
    border-radius: .05rem;
    margin-left: .2rem
}

.column .column-header {
    height: .98rem;
    line-height: .98rem;
    color: #0276da;
    padding: 0 .35rem;
    font-size: .36rem;
    border-top: .02rem solid #c9dff4
}

.column-header>span:before {
    content: "";
    width: 100%;
    padding: 0 .35rem;
    height: .02rem;
    position: absolute;
    background: #0276da;
    top: -.02rem;
    left: -.35rem
}

.column-header>span {
    display: inline-block;
    position: relative;
    height: 100%
}

.column .newsList ul li>div {
    font-size: 0;
    width: 2.6rem;
    float: right;
    vertical-align: middle;
    margin-left: .4rem
}

.column .more-news {
    display: block;
    text-align: center;
    font-size: .3rem;
    padding: .52rem 0
}

.column .more-news span {
    color: #555;
    position: relative
}

.column .more-news span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -.23rem;
    width: .13rem;
    height: .23rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/more-news.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.index-footer {
    padding: .26rem 0;
    width: 7.5rem;
    text-align: center;
    border-top: .1rem solid #1479d7
}

.index-footer p {
    font-size: .24rem;
    color: #555;
    line-height: .45rem
}

.card {
    padding: 0 .35rem .35rem
}

.card:first-child {
    padding-top: .08rem
}

.card-a {
    display: block;
    width: 100%;
    padding-top: .44rem
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.cardText {
    -ms-flex: 1;
    font-size: .32rem;
    color: #555;
    line-height: .5rem;
    word-break: break-all;
    word-wrap: break-word
}

.picBox img {
    width: 100%;
    width: 2.6rem;
    border-radius: .05rem;
    overflow: hidden;
    margin-left: .1rem
}

.appBar {
    height: .47rem;
    line-height: .47rem;
    padding-left: .33rem;
    background-repeat: no-repeat;
    background-position: 0;
    background-image: url(../img/app.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem
}

.m-retop {
    width: .7rem;
    height: .7rem;
    background: url(../img/m-retop.png) no-repeat 50%;
    -webkit-background-size: contain;
    background-size: contain;
    position: fixed;
    bottom: .3rem;
    right: .2rem;
    z-index: 2;
    opacity: .6
}

.m-citym {
    width: 100%;
    background: #eef5fe;
    border: 1px solid #d3dbe8;
    position: absolute;
    left: 0;
    padding-top: .3rem;
    padding-bottom: .3rem;
    top: 6.5rem;
    z-index: 3;
    display: none
}

.m-citym h5 {
    font-weight: 700;
    color: #333;
    font-size: .38rem;
    padding-left: .2rem;
    padding-bottom: .1rem
}

.m-citym ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-citym ul li {
    height: .96rem;
    font-size: 0;
    padding: .24rem 0 .18rem;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #c6d4e8
}

.m-citym ul li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: .36rem;
    color: #0276da;
    border-right: 1px solid #c6d4e8
}

.app1 {
    background-image: url(../img/app.png);
    -webkit-background-size: .25rem .25rem;
    background-size: .25rem
}

.app2 {
    background-image: url(../img/icon_21.png)
}

.app2,
.app3 {
    -webkit-background-size: .3rem .3rem;
    background-size: .3rem
}

.app3 {
    background-image: url(../img/icon_gk.png)
}

.app4 {
    background-image: url(../img/icon_h5.png)
}

.app4,
.app5 {
    -webkit-background-size: .3rem .3rem;
    background-size: .3rem
}

.app5 {
    background-image: url(../img/icon_nfds.png)
}

.app6 {
    background-image: url(../img/icon_nfzm.png)
}

.app6,
.app7 {
    -webkit-background-size: .3rem .3rem;
    background-size: .3rem
}

.app7 {
    background-image: url(../img/icon_nfzz.png)
}

.app8 {
    background-image: url(../img/icon_yc.png)
}

.app8,
.app9 {
    -webkit-background-size: .3rem .3rem;
    background-size: .3rem
}

.app9 {
    background-image: url(../img/icon_zxrs.png)
}

.app10 {
    background-image: url(../img/icon_zzb.png);
    -webkit-background-size: .3rem .3rem;
    background-size: .3rem
}

.appBar span {
    font-size: .2rem;
    color: #bcbcbc;
    vertical-align: middle
}

.videoBox {
    display: block;
    padding: .52rem .35rem 0
}

.video-header img {
    width: .32rem;
    height: .32rem;
    vertical-align: middle
}

.video-header span {
    font-size: .32rem;
    line-height: .5rem;
    color: #555;
    vertical-align: middle;
    margin-left: .14rem
}

.coverBox {
    width: 6.8rem;
    height: 3.84rem;
    border-radius: 5px;
    overflow: hidden;
    margin-top: .3rem
}

.coverBox img {
    width: 100%
}

.appendMore {
    font-size: .24rem
}

.m-banner {
    position: relative
}

.m-banner .itm {
    width: 7.5rem;
    height: 2.1rem;
    background: url(../img/holder_1.jpg) no-repeat 50%;
    -webkit-background-size: 7.5rem 2.1rem;
    background-size: 7.5rem 2.1rem
}

.m-banner .itm img {
    width: 7.5rem;
    height: 2.1rem;
    display: block
}

.m-bnpages {
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom: .1rem
}

.m-bnpages .swiper-pagination-bullet {
    width: .2rem;
    height: .05rem;
    border-radius: 0;
    background: #e3e3e3;
    opacity: .8
}

.m-bnpages .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #7b9bc2
}

.m-search {
    position: relative;
    margin-top: .15rem;
    margin-bottom: .15rem;
    padding: 0 .05rem;
    border: 1px solid #dae9ff
}

.m-search input {
    width: 100%;
    height: .8rem;
    background: #fff;
    border: 0;
    padding-left: .25rem;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .3rem
}

.m-search button {
    width: .8rem;
    height: .8rem;
    overflow: hidden;
    text-indent: -400px;
    background: url(../img/search2.png) no-repeat 50%;
    -webkit-background-size: .43rem .43rem;
    background-size: .43rem .43rem;
    border: 0;
    position: absolute;
    right: 0;
    top: 0
}

.more-news {
    display: block;
    text-align: center;
    font-size: .3rem;
    padding: .52rem 0;
}

.more-news span {
    color: #555;
    position: relative;
}

.more-news span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -.23rem;
    width: .13rem;
    height: .23rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/more-news.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.contentm {
    width: 4.1rem;
    overflow: hidden;
}

.loading {
    text-align: center;
    margin-bottom: .2rem;
}

.loading img {
    width: .6rem;
    height: .6rem;
    vertical-align: middle;
    margin-right: .2rem;
}




.lk-ac .pre1 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-nfj.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    .lk-ac .newpre01 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/faecb5bbee.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    .lk-ac .pre10 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-21.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre11 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-nfzz.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre12 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-nd.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre13 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-nfzm.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre2 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-zzb.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre8 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-zqf.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre4 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-hygc.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre7 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-rs.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre6 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-rmt.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre9 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-spbb.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre3 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-yga.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre2 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/3730afd7f5_icon-zzb.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre3 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/4a16d7c9d8_icon-yga.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre4 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/549985a8e8_icon-hygc.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre5 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-kjnjd.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre6 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/593cdc7804_icon-rmt.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre7 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/8736cf6aab_icon-rs.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre8 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/a614d8a7c2_icon-zqf.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre9 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/db87738cb5_icon-spbb.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre10 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/78c2b9fde0_icon-21.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre11 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/4de54ae7cb_icon-nfzz.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre12 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/03eae1212a_icon-nd.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre13 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/25d77330fd_icon-nfzm.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre14 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-nfsp.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre20 {
    background-image: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon-l_yc.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre31 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/a79898665f_icon_zzb.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac.pre32 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/becabc7832_icon_zxrs.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre33 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/a732ee73a1_icon_h5.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre34 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/3dc0b67aec_icon_gk.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre35 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/7a3bb5dea7_icon_21.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre36 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/64f68c542c_icon_nfzz.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre37 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/7473778648_icon_nfds.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre38 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/16b2c8f6cd_icon_nfzm.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre39 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/dd6bea824c_icon_yc.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre50 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/6af781995c_icon-jj0421.png);
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }
    
    .lk-ac .pre51 {
    background: url(https://nfcms-mainsiteoss.188-5633.com/nfw/__tpl_asset/home/img/icon_nfw.png) ;
    -webkit-background-size: .35rem .35rem;
    background-size: .35rem;
    background-repeat: no-repeat;
    background-position: 0;
    }







    .parallel-li a {  padding-right:10px;}