.row > div > .group > .margin > .padding > .article.MenuBottomLeft-wrap > .margin > .padding {
    display: flex;
    padding: 0;
}
.MenuBottomLeft-wrap > .margin > .padding > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-shrink: 1;
    width: 100%;
}
.MenuBottomLeft-wrap > .margin > .padding > a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c40049;
    bottom: 100%;
}
.MenuBottomLeft-wrap .icon {
    font-size: 20px;
}
.MenuBottomLeft-wrap .name {
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
}
.row > div > .group > .margin > .padding > .article.MenuBottomLeft-wrap.apple-user > .margin > .padding {
    padding-bottom: 15px;
}
/* A */
@media (max-device-width:1023px) and (orientation:landscape)
{
	
}

/* B*/
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{

}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{	

}

/* D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{

}
