    .member_ul {
        border: 1px solid #e4e4e4;
        border-radius: 10px;
        background: #fff;
        margin-bottom: 10px;
    }

    .member_ul a {
            color: #333;
        }

    .member_ul li {
            height: 45px;
            color: #333;
            font-size: 16px;
            line-height: 45px;
            text-indent: 24px;
        }
    
    .member_ul li.active {
                background: #3EC381;
            }

    .member_ul li.active a {
                    color: white;
                }

    .member_ul li.member_li_head {
                font-size: 20px;
                height: 30px;
                padding: 24px 0 6px 0;
                position: relative;
                color: #333;
                line-height: 30px;
                text-indent: 24px;
                font-weight:bold;
            }

    .member_li_head::after {
        position: absolute;
        top: 28px;
        left: 0;
        width: 6px;
        height: 24px;
        background: #3EC381;
        content: '';
    }

    .member_op {
        background: #3EC381;
        text-align: right;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        cursor: pointer;
    }

    .nav_mobile {
        position: relative;
        padding-left: 10px;
    }

    .nav_mobile p {
        position: absolute;
        top: 20px;
        right: -100px;
        width: 100px;
        /*height: 145px;*/
        height: 105px;
        display: none;
        background: #000;
        padding: 10px;
        border-radius: 5px;
        z-index: 9999;
        line-height: 20px;
    }

    .nav_mobile::after {
        position: absolute;
        top: 25px;
        left: 15px;
        width: 17px;
        height: 34px;
        background: url(../../images/reg_mes.png) no-repeat;
        background-position: bottom;
        content: '';
        vertical-align: bottom;
    }

    .header .menu .content .nav .nav_mobile:hover a {
        color: #31A421 !important;
    }

    .header .menu .content .nav .nav_mobile:hover p {
        display: block;
    }

    .header .menu .content .nav .nav_mobile:hover::after {
        background: url(../../images/reg_mes1.png) no-repeat;
        background-position: bottom;
        content: '';
        vertical-align: bottom;
    }

    .header .menu .content .nav li.nav_mobile:hover {
        color: #31A421;
        border-bottom: 2px solid #31A421 !important;
    }

    .paddingname {
        margin-left: 90px;
    }