.Mobile-Header .Menu .BrandMenu {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
}

.Mobile-Header .Menu .BrandMenu .Item {
    position: relative;
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
}

.Mobile-Header .Menu .BrandMenu .Item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.Mobile-Header .Menu {
    font-size: 17px;
    line-height: 40px;
    border-top: 1px solid #333;
    background-color: #000;
    width: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    height: 1999px;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.Mobile-Header .Menu, .Mobile-Header .Menu.Show {
    -webkit-transition: all .65s ease;
    transition: all .65s ease;
}

.Mobile-Header .Menu.Show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.Mobile-Header .Menu .BrandMenu .Item {
    color: #c1c1c1;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Mobile-Header .Menu .BrandMenu .Item .fas {
    font-size: 24px;
}

.Mobile-Header .Menu .BrandMenu .Item .text {
    font-size: 16px;
}

.Mobile-Header .Menu .Title {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0 15px;
    background-color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Mobile-Header .Menu .Items .Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
    color: #c1c1c1;
}

.Mobile-Header .Menu .Items .Item .icon {
    margin-right: 8px;
}

.Mobile-Header .Menu {
    position: absolute;
}

.Menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
}


.Menu .backgroud {
    position: fixed;
    width: 3000px;
    height: 3000px;
    top: -300px;
    pointer-events: none
}


.Menu-Btn i {
    color: var(--link-color);
}