
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a:link{text-decoration:none;color:#000000;}

a:visited{text-decoration:none;color:#000000;}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

q:before,q:after {
    content:'';
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}


#m_header{
    width: 100%;
    height: 70px;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.m_headerbody{
    width: 90%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0rem;
    font-size: 18px;
}
.m_h_img1{
    width:25px;
}
.m_h_img2{
    width: auto;
    height: 26px;
}


.m_headerbody_hidden{
    width: 100%;
    display: none;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,.1);*/
    padding: 1rem 0rem;
    position: relative;
    top: -4rem;
    z-index: 99;
    background: #fff;

}
.m_h_img3{
    width: 30px;
    padding-left: 1rem;
}

.m_ul{
    width: 90%;
    margin: auto;
}

.m_ul li{
    font-size: 20px;
    padding: .3rem;
}



.m_footer{
    width: 100%;
    height: auto;
    /*position: fixed!important;*/
    bottom: 0rem!important;
}
.m_footer_info{
    width: 90%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.m_footer_info img{
    width: 150px;
    height: 150px;
}
.m_footer_info span{
    padding: .3rem;
    color: darkgray;
    font-size: 16px;
    letter-spacing: 1px;
}

.m_footer_info span a{
    color: darkgray!important;
}


.layui-colla-title{
    font-size: 18px!important;
}

.layui-colla-content ul li{
    font-size: 16px!important;
    padding: .3rem!important;
}

.m_mo_span1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

