#kt_app_header_container {
    background: rgb(9,96,240);
}
#kt_app_content {
    background: rgb(207,225,255);
}
.app-footer {
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
}
.app-footer .app-container{
    background: #fff;
}
.app-footer .menu-item {
   
    flex:1;
}
.app-footer .menu-item .menu-link {
     display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    flex:auto;
    margin-top: 5px;
}
.app-footer .menu, .menu-wrapper {
    width:100%;
}
.app-footer .menu-item img {
    width: 23px;
    height: 23px;
}
.swiper-wrapper img {
    object-fit: cover;
}
.symbol.symbol-30px > img {
    border-radius: 50%;
}
.index-search {
    background: #fff;
    border-radius: 50px;
    height: 50px;
    display: flex;
    padding: 0 20px;
    align-items: center;
}
.index-search .svg-icon.svg-icon-2 svg {
    width: 2.5em !important;
    height: 2.5em !important;
}
.index-catemenu {
    white-space: nowrap;
    overflow-x: scroll;
    margin: 10px auto !important;
}
.index-catemenu .menu-item {
    display: inline-block;
    margin-right: 10px;
}
.index-catemenu  .menu-item .menu-link {
    color: #fff !important;
    font-size: 14px;
}
.index-cate {
    margin: 15px 0;
    overflow: auto;
}
.index-cate-item {
    width: 25%;
    padding: 0 3px;
    color: #333;
    font-size: 14px;
    float: left;
    height: 40px;
    margin-top: 5px;
    
}
.index-cate-item a{
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(255,255,255,0.9);
    text-decoration: none;
}
.index-cate-item-index a{
    height: 85px;
    background: #ff9900;
    color: #fff !important;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
}
.index-cate-item-index {
    height: auto;
}
.index-cate-item-index a .svg-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.index-data {
    display: flex;
    justify-content: space-between;
}
.index-data-item {
    width:32%;
    height: 120px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    background: linear-gradient(to bottom,#2180f8, #0b60f7);
}
.index-data-item .name {
    font-size: 12px;
    opacity: 0.9;
}
.index-data-item .num {
    font-size: 28px;
    font-weight: bold;
    margin:4px 0;
}
.index-data-item .title {
    font-size: 14px;
}
.index-price {
    position: absolute;
    right: 0px;
    bottom:5px;
    font-size: 14px;
    color: #E67E22;
}