.global-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 66px;
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
    background-color: #ffffff;
    /* background-color: rgb(238, 238, 238); */
}

.global-footer-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.global-footer-item {
    font-size: 13px;
    /* color: rgb(238, 238, 238); */
}

.global-footer-item-img {
    width: 24px;
    height: 24px;
}

.global-footer-item-text {
    margin-top: 5px;
    color: #888888;
}

.global-footer-item-text-selected {
    color: #333333;
}

.swap-page-container {
    display: flex;
    flex-direction: row;
    max-width: 768px !important;
}

.swap-page-container-item {
    flex: 1;
}

.hot-panel-header {
    margin-top: 0px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hot-panel-header>img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.top-token {
    font-size: 13px;
    padding: 6px;
    border-radius: 5px;
    background-color: rgb(238, 238, 238);
    /* font-weight: 300; */
}

.top-token-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top-token-header-name {
    font-weight: bold;
}

.top-token-header-addr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.top-token-header-addr>img {
    width: 16px;
    height: 16px;
    margin-right: 0px;
}

.top-token-body {
    margin-top: 5px;
    white-space: pre-wrap;
}

.top-token-footer-tg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.top-token-footer-tg>img {
    width: 16px;
    height: 16px;
}

.top-token-footer-tg-icon {
    width: 16px;
    height: 16px;
}

.top-token-footer {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hot-panel-footer {
    font-size: 12px;
    font-weight: 100;
}

.hot-token-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(238, 238, 238);
    margin-bottom: 10px;
}


.hot-token-item>img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.hot-token-item-img>img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.hot-token-item-name {
    font-size: 12px;
    margin: 2px;
}

.hot-token-item-addr {
    margin: 2px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: rgb(222, 222, 222);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hot-token-item-footer {
    font-size: 12px;
    margin: 2px;
}

.token-list {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.token-recommend-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}