        * {
            margin: 0;
            padding: 0;
            list-style: none;
            border: 0;
            text-decoration: none;
        }

        a {
            color: #000;
        }

        .maincontainer {
            max-width: 768px;
            margin: 0 auto;
        }



        #center-main {
            width: 100%;
            margin: 0 auto 70px auto;
        }



        .ul-news-list:first-child {
            margin-top: 0 !important;
        }

        /*nav bar*/

        #tab-newsclass {
            background-color: #ccc;
            /*            margin-top: 48px;*/
            height: 2.15rem;
            overflow: hidden;
            overflow-x: scroll;
            position: relative;
            white-space: nowrap;
            padding: 3px 0 0 0;
            max-width: 768px;
        }

        #tab-newsclass a {
            text-decoration: none;
            color: #000;
        }


        #tab-newsclass span {
            cursor: pointer;
            font-size: 1rem;
            margin: 0 12px;
        }

        .list-news-item {
            display: inline-block;
            width: 100%;
            margin: 10px 0 0 0;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
        }

        .list-news-item-div {
            width: 20%;
            float: left;
            margin-right: 5px;
        }

        .list-news-item-dt-a {
            text-decoration: none;
            color: #000;
        }

        .list-news-item a img {
            width: 100%;
/*            height: 4rem;*/
            border-radius: 5px;
            background: #9c9c9c9c;
        }

        .list-news-item dl {
            float: left;
            width: 78%;
        }

        .list-news-item dl dt {
            font-size: 1rem;
            /*
            height: 2.5rem;
            overflow: hidden;
            */
            margin-bottom: 0.3rem;
        }

        .list-news-item-dd {
            font-size: 0.75rem;
            text-align: right;
            color: #a59b9b;
        }

        .newsmore {
            text-align: center;
            font-size: 1.5rem;
            margin-top: 0.5rem;
        }

        .newsloading {
            text-align: center;
            font-size: 1.5rem;
        }

        .currenTab {
            /*            background-color: #f5842b;*/
            padding: 0 0 2px 0;
            /*            border-radius: 10px;*/
            /*            color: #fff;*/
            font-size: 21px !important;
            font-weight: bolder;
            border-bottom: 3px solid #f5842b;
        }

        /*page header*/
        .news_header1 {
            background: #f5842b;
            padding: 0.55rem 0.6rem;
            text-align: center;
            /*            position: fixed;*/
            top: 0;
            width: 100%;
            z-index: 999;
            max-width: 749px
        }

        .news_search {

            position: absolute;
            left: 23px;
            top: 10px;
        }

        .news_search img {
            width: 2rem;
        }

        .news_title {

            font-size: 1.5rem;
            color: #fff;

        }

        @media (min-width: 768px) {
            #tab-newsclass {
                height: 3rem;
            }

            #sky-slider span {
                width: 100%;
            }

            .ul-news-list {
                padding-left: 0;
                padding-right: 0;
            }
        }

        /*
        @media (max-width: 500px) {
            .list-news-item a img {
                min-height: 51.5px;
            }
        }
*/

        header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 9999;
        }



        /*skyicon-loading more*/
        .mbri-rocket {
            font-size: 2.5rem;
            color: #f5842b;
        }

        .mbri-update {
            font-size: 2.5rem;
            color: #f5842b;
        }

        /*skyicon-search*/
        .mbri-search {
            font-size: 2rem;
            color: #fff;
        }

        .sky-load-more {
            cursor: pointer;
        }

        /*footer css*/
/*
        footer {
            width: 100%;
            padding: 5px 0;
            position: fixed;
            bottom: 0;
            left: 0;
            background: #fff;
            z-index: 999;
            border-top: 1px solid #EEEEEF;
        }

        .m-footer-nav a {
            float: left;
            width: 25%;
            text-align: center;
            font-size: 12px;
            color: #595757;
        }

        .m-footer-nav-dl {
            margin: 0;
        }

        .m-footer-nav-dt img {
            width: 25px;
            height: 25px;
        }
*/

        /*opage css start*/

        .maincontainer-opage {
            background: #f2f3f4;
        }

        .opage_header {
            position: fixed;
        }

        /*分类商家随机列表*/
        .common-category {
            background-color: #fff;
            margin-top: 60px;
        }

        .icon-common {
            display: inline-block;
            width: 97%;
            margin: 0 5px;
        }

        .icon-common-infor {
            float: left;
            color: #f5842b;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

        .icon-common-img {
            float: right;
            color: #999;
            font-size: 12px;
            cursor: pointer;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

        .icon-common-img img {
            width: 12px;
        }

        .icon-category-ul {
            display: inline-block;
            max-height: 88px;
            overflow: hidden;
        }

        .icon-category-li {
            float: left;
            border: 1px solid #ccc;
            margin: 5px;
            padding: 5px;
            border-radius: 10px;
        }

        /*商家分类*/
        .shops-category {
            margin-bottom: 70px;
        }

        .m-category {
            background-color: #fff;
            margin: 10px 0;
        }

        .shopGroup-dl {
            display: inline-block;
            width: 97%;
            padding: 5px 0 0 10px;
            border-bottom: 1px solid #ccc;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

        .shopGroup-dt {
            float: left;
            margin-right: 10px;
        }

        .shopGroup-dt img {
            width: 28px;
        }

        .shopGroup-dd {
            float: left;
            font-size: 1.25rem;
        }

        .shopGroupList-ul {
            display: inline-block;
            width: 100%;
        }

        .shopGroupList-ul li {
            width: 33.33%;
            float: left;
            text-align: center;
            padding: 10px 0;
        }
