﻿
.emart-screen-mobile {
    height: 64px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    word-break: normal;
}

.emart-tip-mobile {
    text-decoration: none;
    display: block;
    height: 16px;
    line-height: 16px;
    color: transparent;
    transition: all 1s;
    font-size: 14px;
}

    .emart-tip-mobile:first-child {
        margin-top: -16px;
    }

    .emart-tip-mobile:nth-child(2) {
        color: #00A4EE;
    }


.emart-screen {
    height: 36px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    text-align: center;
    word-break: normal;
}

.emart-tip {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    line-height: 18px;
    color: transparent;
    transition: all 1s;
    font-size: 16px;
}

    .emart-tip:first-child {
        margin-top: -36px;
    }

    .emart-tip:nth-child(2) {
        color: #666;
    }
@media screen and (max-width: 576px) {
  .emart-screen {
    height: 48px;
  }
   .emart-tip:first-child {
        margin-top: -48px;
    }
  .emart-tip {
    font-size: 10px;
    line-height: 10px;
    height: 48px;
  }
  .down-f>div{
    flex-wrap: wrap;
  }
}