
a {

    color: #000;

    text-decoration: none;

    -webkit-tap-highlight-color: transparent

}


.m_fixed {

    display: none;

}



.m_fixed, .kong, .m_banner, .kong, .m_header {

    display: none;

}


    .ol li {

        padding: 0.3rem 0.7rem;

        margin: 2rem 0.5rem;

    }



        .ol li a {

            color: #666666;

        }




@media screen and (max-width:640px) {

    .fixed, .p_banner {

        display: none;

    }






    .fixed, .p_banner {

        display: none;

    }



    .m_fixed {

        display: block;

        position: fixed;

        left: 0;

        bottom: 0;

        background: #e0c3a3;

        width: 100%;

        z-index: 999999999;

    }



        .m_fixed ul {

            overflow: hidden;

        }

.m_fixed ul,

.m_fixed li
 {
 padding: 0;

    margin: 0;
    list-style: none;

}

            .m_fixed ul li {

                font-size: 1.15rem;

                text-align: center;

                width: 74.8%;

                border-right: 1px solid white;

                float: left;

                color: white;

                height: 55px;

                line-height: 55px;

                background: #e0c3a3;

            }



                .m_fixed ul li:last-child {

                    width: 24.8%;

                }



                .m_fixed ul li .iconfont {

                    font-size: 1.25rem;

                }



                .m_fixed ul li p {

                    display: inline-block;

                    margin-top: 0.2rem;

                }



                .m_fixed ul li a {

                    color: white;

                }



                .m_fixed ul li:last-child {

                    border: none;

                }