.muen-icon {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url("/static/images/mobile/jane/menu-icon.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.shadeDiv {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: 999;
    display: none;
}
.slider-muen {
    width: 60%;
    height: 100%;
    z-index: 9999;
    border: 0;
    position: fixed;
    right: -60%;
    top: 0;
}
.muen-head {
    align-items: center;
    width: 100%;
    height: 120px;
    padding-left: 32px;
    box-sizing: border-box;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    background: url("/static/images/mobile/hk_starr/starr-logo.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.user-name p {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}
.lang-box {
    width: 100%;
    height: 62px;
    background: #191919;
    border-top: 1px solid #313131;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.login-lang-box {
    width: 100%;
    height: 62px;
    background: rgb(241, 248, 255);
    border-top: 1px solid rgb(194, 207, 216);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-left: 34px;
}
.muen-nav {
    width: 100%;
    height: 100%;
    background: rgb(241, 248, 255);
    box-sizing: border-box;
    padding: 0  32px;
}
.muen-nav li {
    border-bottom: 1px solid rgb(194, 207, 216);
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}
.muen-nav li a {
    display: block;
}
.muen-nav li a span {
    color: rgb(42, 50, 53);
    font-weight: normal;
    font-size: 18px;
    line-height: 62px;
    display: inline-block;
}
.muen-nav li span::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.muen-nav li.ybp span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/invoice.png");
}
.muen-nav li.bxcp span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/product.png");
}
.muen-nav li.bdcx span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/policy-search.png");
}
.muen-nav li.bxfzh span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/policy-account.png");
}

.muen-nav li.gywm span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/contact-us.png");
}
.muen-nav li.cjwt span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/question.png");
}
.muen-nav li.spfw span::before {
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/complain.png");
}
.exit{
    position: relative;
}
.exit .text{
    padding-left: 30px;
}
.exit .text:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/menu-icon/exit.png");
}