﻿.accordion_mobile {
    width: 3.39rem;
    background: #EDEFF2;
    position: absolute;
    z-index: 99;
    right: .2rem;
    padding: .12rem;
}

.accordion_mobile li {
    min-height: 0.63rem;
    border-bottom: 1px #939393 dotted;
    text-align: center;
    padding-top: .12rem;
}

.accordion_mobile li>.link>a{
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    /* line-height: 0.6rem; */
    text-align: center;
    text-decoration:none;
}