﻿.m-header {
    position: relative;
    height: .98rem;
    width: 7.5rem;
    margin: 0 auto;
    background: #1479d7;
    z-index: 9;
}

.icon {
    position: absolute;
    display: inline-block;
    margin: auto;
    top: 0;
    bottom: 0
}

.m-header .icon {
    background-image: url(../img/hd-icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: 2.77rem 1.77rem;
    background-size: 2.77rem 1.77rem
}

.m-header .icon-logo {
    position: absolute;
    display: block;
    margin: 0;
    top: 0;
    left: 0.1rem;
    bottom: 0;
    width: 2.77rem;
    height: .98rem;
    background: url(../img/southcnletter.png) no-repeat 50%;
    -webkit-background-size: 2.77rem .7rem;
    background-size: 2.77rem .7rem;
}

.icon-pc {
    width: .71rem;
    height: .67rem;
    right: .8rem;
    background-position: -.1rem -1rem
}

.icon-find {
    width: .64rem;
    height: .64rem;
    right: .1rem;
    background-position:-2.2rem 0.08rem
}

.m-header .crm {
    position: absolute;
    color: #fff;
    height: .98rem;
    top: 0;
    left: 2.1rem;
    line-height: 1rem;
    display: inline-block;
    font-size: .32rem;
}

.more-toggle {
    display: none;
    position: absolute;
    width: 7.2rem;
    height: 4rem;
    margin: auto;
    top: .98rem;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1rem;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1)
}


.m-memu {
    display: none;
    width: 7.5rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 6;
    padding-bottom: 28px;
    -webkit-box-shadow: 0 4px 10px hsla(0,0%,62%,.5);
    box-shadow: 0 4px 10px hsla(0,0%,62%,.5);
}
.visiblea { display:block;}
.m-memu ul {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}


.m-memu ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    text-align: center;
    font-size: .32rem;
    height: .87rem;
    border-bottom: 1px solid #e6e6e6;
    color: #0276da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.m-memu ul li a {
    display: block;
    width: 100%;
    height: .4rem;
    border-right: 1px solid #e6e6e6;
    color: #0276da;
}


.m-memu p {
    font-size: .28rem;
    padding-left: 18px;
    font-weight: 700;
    color: #333;
    width: 100%;
    margin-top: .3rem;
    margin-bottom: .1rem;
}




