body,
#app {
    background-color: #e3f7ff;
    width: 100%;
}
:focus {
    outline: 5px auto #000 !important;
    outline-offset: -2px !important;
}
.clickable {
    cursor: pointer;
}

.currency_bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    color: #0066b3;
}
.currency_bar .currency {
    flex: 1;
    padding: 10px;
    cursor: pointer;
}
.currency_bar .currency.cur {
    background-color: #0066b3;
    color: #fff;
}

.rate_table {
    width: 100%;
    color: #000;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    background-color: #fff;
}
.rate_table th {
    background-color: #0066b3;
    color: #fff;
}
.rate_table th.empty-cell {
    background-color: #b0c4de;
    width: 140px;
}
.rate_table th,
.rate_table td {
    padding: 17px 10px;
    line-height: 1.2;
}

.update_time {
    line-height: 1.5;
    text-align: right;
}

.tips {
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 12px;
    margin-top: 20px;
    line-height: 1;
    border: 1px solid #ccc;
}

@media (max-width: 425px) {
    .select_list {
        text-indent: 0.2rem;
        position: relative;
    }

    .select_value {
        z-index: 1;
        background: url(/cn/v3/images/select.png) right 0 no-repeat, #fff;
        cursor: default;
        display: block;
        height: 1.28rem;
        line-height: 1.28rem;
        overflow: hidden;
        border-left: 1px solid #0066b3;
        font-size: 0.64rem;
        color: #333;
    }
    .select_ul {
        position: absolute;
        z-index: 15;
        background-color: #fff;
        width: 100%;
        top: 100%;
        left: 0;
        max-height: 9.6rem;
        overflow: auto;
        border: 1px solid #999;
    }

    .select_ul li {
        height: 1.2rem;
        line-height: 1.2rem;
        cursor: default;
        display: list-item;
        font-size: 0.64rem;
        color: #333;
    }

    .rate_table {
        font-size: 0.52rem;
    }

    .rate_table .row {
        display: flex;
        flex-direction: row;
    }

    .rate_table .row-head {
        background-color: #0066b3;
        color: #fff;
        font-weight: bold;
    }

    .rate_table .empty-cell {
        background-color: #b0c4de;
    }

    .rate_table .row > div {
        line-height: 1.2;
        padding: 0.4rem 0.1rem;
        word-break: break-word;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rate_table .row > div:nth-child(n + 2) {
        flex: 1;
    }

    .rate_table .row > div:first-child {
        width: 3.3rem;
    }

    .rate_table .row {
        border-left: 1px solid #777;
        border-top: 1px solid #777;
    }
    .rate_table .row:last-child {
        border-bottom: 1px solid #777;
    }
    .rate_table .row > div {
        border-right: 1px solid #777;
    }

    .update_time {
        font-size: 0.56rem;
    }
}
