@media screen and (max-width: 768px) {
    .maskBgView_phone {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 44px;
        left: 0;
        background: rgba(37, 38, 40, 0.40);
        z-index: 10;
        display: none;
    }

    .maskContentView_phone {
        width: 232px;
        height: 100%;
        background: #ffffff;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .maskItemsView_phone {
        width: 100%;
        height: 52px;
        border-bottom: 1px solid #efefef;
        display: flex;
        align-items: center;
    }

    .maskItemsView_phone > p.active {
        font-weight: 500;
        color: #066cba;
    }

    .maskItemsView_phone > p {
        font-size: 16px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
    }

    .maskItemsView_phone > img {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }

    .maskHiddenBtn_phone {
        width: calc(100% - 232px);
        height: 100%;
    }

    .maskMeunBgView_phone {
        width: 100%;
        min-height: 52px;
        border-bottom: 1px solid #efefef;
    }

    .maskItemsView_phone.menu {
        border-bottom: none;
    }

    .maskMeunItemsView_phone {
        width: 100%;
        margin-top: -4px;
    }

    .maskMeunItemsView.active {
        color: #066cba;
    }

    .maskMeunItemsView {
        width: 100%;
        height: 36px;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
        line-height: 36px;
    }
}
