html {
    font-size: 6.24px !important;
    touch-action: auto;
}

body {
    background: #F5F5F5;
}
body * {
    box-sizing: border-box;
    max-width: 100%
}

.btcdata {
    width: 100%;
    padding: 2.67rem 2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.btcdata .e_currency_list {
    width: 100%;
    height: 14rem;
    background: #F5F5F5;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative
}

.btcdata .e_currency_list .e_currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.btcdata .e_currency_list .e_currency .e_left {
    display: flex;
    align-items: center
}

.btcdata .e_currency_list .e_currency .e_left .btc_img {
    width: 5.31rem;
    height: 5.31rem;
    margin-right: 1.33rem
}

.btcdata .e_currency_list .e_currency .e_left .e_btc_info .e_btc_name {
    display: flex;
    align-items: center
}

.btcdata .e_currency_list .e_currency .e_left .e_btc_info .e_btc_name .e_btc_name_content {
    font-weight: 600;
    font-size: 3rem;
    color: #000000
}

.btcdata .e_currency_list .e_currency .e_left .e_btc_info .e_btc_name .down_icon {
    width: 3rem;
    height: 3rem;
    margin-left: 0.67rem
}

.btcdata .e_currency_list .e_currency .e_left .e_btc_info .e_btc_des {
    font-weight: 400;
    font-size: 2rem;
    color: #89939E;
    margin-top: 0.17rem
}

.btcdata .e_currency_list .e_currency .e_right input {
    font-weight: bold;
    font-size: 3.33rem;
    color: #000000;
    text-align: right;
    width: 29.08rem;
    border: 0px;
    background: #F5F5F5
}

.btcdata .e_currency_list .btc_search {
    position: absolute;
    top: 8rem;
    left: 8rem;
    width: 49.83rem;
    height: 49.83rem;
    background: #FFFFFF;
    box-shadow: 0px 0 8px 0px rgba(89, 99, 109, 0.16);
    border-radius: 8px;
    flex-direction: column;
    z-index: 9999;
    display: none
}

.btcdata .e_currency_list .btc_search .search_content {
    display: flex;
    padding: 8px
}

.btcdata .e_currency_list .btc_search .search_content input {
    width: 100%;
    height: 40px;
    background: #E4E6E9;
    border-radius: 4px;
    padding-left: 36px;
    border: 0;
    background: #E4E6E9 url(../img/search2.png) no-repeat 9px center;
    background-size: 20px
}

.btcdata .e_currency_list .btc_search .btc_tab_list li {
    font-size: 2.33rem !important;
    font-weight: 400
}

.btcdata .e_currency_list .btc_search .btc_list_content {
    padding-bottom: 8px;
    height: 200px;
    overflow-y: auto
}

.btcdata .e_currency_list .btc_search .btc_list_content .btc_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    cursor: pointer
}

.btcdata .e_currency_list .btc_search .btc_list_content .btc_list .left {
    padding-left: 16px;
    display: flex;
    align-items: center
}

.btcdata .e_currency_list .btc_search .btc_list_content .btc_list .left img {
    margin-right: 1rem;
    width: 2.32rem;
    height: 2.32rem
}

.btcdata .e_currency_list .btc_search .btc_list_content .btc_list .left .name {
    font-size: 2.3rem;
    font-weight: 500;
    color: #24292E
}

.btcdata .e_currency_list .btc_search .btc_list_content .btc_list .zh_name {
    font-size: 2.3rem;
    font-weight: 400;
    color: #24292E;
    margin-right: 16px;
    text-align: right
}

.btcdata .e_currency_list .btc_search .btc_list_content .btc_list:hover {
    background: #F5F5F5
}

.btcdata .e_currency_list .btc_search .btc_list_content::-webkit-scrollbar {
    display: none
}

.btcdata .e_icon {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: #F0F0F0;
    border-radius: 50%
}

.btcdata .e_icon img {
    width: 2.33rem;
    height: 2.33rem
}

.btc_hl {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    width: 100%
}

.btc_hl .btc_hl_title {
    width: 100%;
    height: 7.67rem;
    font-weight: 600;
    font-size: 2.67rem;
    color: #24292E;
    line-height: 7.67rem;
    text-align: left
}

.btc_hl .btc_charts {
    width: 100%;
    height: 30rem
}

.echarts_content {
    margin-top: 2rem;
    background: #fff
}

.echarts_content .exchange {
    display: flex;
    flex-direction: column;
    padding: 0 2rem
}

.echarts_content .exchange .exchange_title {
    height: 3.67rem;
    height: 7.67rem;
    font-weight: 600;
    font-size: 2.67rem;
    color: #24292E;
    line-height: 3.67rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.echarts_content .exchange .exchange_title .left {
    display: flex;
    align-items: center
}

.echarts_content .exchange .exchange_title .left img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 0.67rem
}

.echarts_content .exchange .exchange_title .left .l_time {
    height: 2.75rem;
    font-weight: 400;
    font-size: 2.2rem;
    color: #59636D;
    line-height: 3.1rem
}

.echarts_content .exchange .exchange_title .right_content {
    /*width: 30rem;*/
    position: relative;
    display: flex;
    flex-direction: row-reverse
}

.echarts_content .exchange .exchange_title .right {
    width: 16rem;
    height: 4.67rem;
    background: #F5F5F5;
    border-radius: 0.67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem 0 1.33rem
}

.echarts_content .exchange .exchange_title .right .r_title {
    height: 2.67rem;
    font-weight: 400;
    font-size: 2rem;
    color: #24292E;
    line-height: 2.67rem
}

.echarts_content .exchange .exchange_title .right img {
    width: 2.33rem;
    height: 2.33rem;
    transform: rotate(180deg);
    transition: all 0.5s ease
}

.echarts_content .exchange .exchange_title .right .img_show {
    transform: rotate(0deg);
    transition: all 0.5s ease
}

.echarts_content .exchange .exchange_title .right .right_option {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 26.33rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1.67rem 0rem rgba(89, 99, 109, 0.2);
    border-radius: 1rem;
    padding: 0.67rem;
    display: none;
    flex-direction: column;
    z-index: 100
}

.echarts_content .exchange .exchange_title .right .right_option .list {
    width: 25rem;
    height: 6rem;
    text-align: left;
    line-height: 6rem;
    font-size: 2rem;
    padding: 0 1.33rem
}

.echarts_content .exchange .exchange_title .right .right_option .list:active {
    background-color: #F5F5F5
}

.echarts_content .exchange .exchange_title .right .right_option .active {
    background: #F5F5F5
}

.echarts_content .exchange .time {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.67rem;
    color: #89939E;
    text-align: right
}

.echarts_content .btc_top {
    width: 100%;
    border-radius: 4px;
    align-items: center;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin-top: 12px;
    box-sizing: border-box
}

.echarts_content .btc_top .list {
    font-weight: 400;
    font-size: 1.83rem;
    color: #B7BDC4;
    line-height: 2.67rem;
    text-align: right
}

.echarts_content .btc_top .list:nth-child(1) {
    text-align: left
}

.echarts_content .btc_top .list:nth-child(2) {
    text-align: left
}

.echarts_content .btc_top .list:nth-child(3) {
    text-align: center
}

.echarts_content .btc_content {
    width: 100%;
    margin-top: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.echarts_content .btc_content a {
    display: flex;
    align-items: center;
    width: 100%
}

.echarts_content .btc_content .btc_list {
    align-items: center;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    height: 9rem
}

.echarts_content .btc_content .btc_info {
    display: flex;
    align-items: center
}

.echarts_content .btc_content .btc_info img {
    width: 3.99rem;
    height: 3.99rem;
    border-radius: 50%
}

.echarts_content .btc_content .btc_info .btc_info_right {
    display: flex;
    flex-direction: column;
    margin-left: 1rem
}

.echarts_content .btc_content .btc_info .btc_info_right .btc_name {
    height: 3.33rem;
    font-weight: 500;
    font-size: 2.33rem;
    color: #24292E;
    line-height: 3.33rem;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    width: 13rem
}

.echarts_content .btc_content .btc_info .btc_info_right .btc_des {
    height: 2.33rem;
    font-weight: 400;
    font-size: 1.83rem;
    color: #89939E;
    line-height: 2.33rem;
    text-align: left
}

.echarts_content .btc_content .b_list {
    font-weight: 400;
    font-size: 2.33rem;
    color: #24292E;
    line-height: 3.33rem;
    text-align: right
}

.echarts_content .btc_content .b_list:nth-child(1) {
    color: #89939E
}

.echarts_content .btc_content .btc_list:nth-child(1) .b_list {
    color: #24292E
}

.echarts_content .btc_content .btc_list:nth-child(2) .b_list {
    color: #24292E
}

.echarts_content .btc_content .btc_list:nth-child(3) .b_list {
    color: #24292E
}

.echarts_content .btc_content .b_list:nth-child(1) {
    text-align: left
}

.echarts_content .btc_content .b_list:nth-child(2) {
    text-align: left
}

.echarts_content .btc_content .b_list:nth-child(3) {
    text-align: center
}

.btc_search_mark {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff00;
    z-index: 9997
}

.keyboard_mask {
    width: 100vw;
    height: 100vh;
    background: #f5f5f500;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none
}

.keyboard {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 46.83rem;
    background: #FFFFFF;
    z-index: 100;
    transition: bottom 0.5s ease
}

.keyboard .num_keyboard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    width: 100%
}

.keyboard .num_keyboard .nums {
    width: 100%;
    height: 9rem;
    font-weight: bold;
    color: #24292E;
    text-align: center;
    line-height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem
}

.keyboard .num_keyboard .nums .dian {
    width: 1rem;
    height: 1rem;
    background: #24292E;
    border-radius: 50%
}

.keyboard .num_keyboard .nums img {
    width: 3.5rem;
    height: 2.5rem
}

.keyboard .num_keyboard .nums:active {
    background-color: #F5F5F5
}

.keyboard .close_keyboard {
    display: flex;
    align-items: center;
    justify-content: center
}

.keyboard .close_keyboard .button {
    width: 46rem;
    height: 7.33rem;
    background: #F5F5F5;
    border-radius: 0.67rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem
}

.keyboard .close_keyboard .button img {
    width: 4rem;
    height: 4rem
}

.keyboard.show {
    display: block;
    bottom: 0
}

.currency_qh_content_mask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99
}

.green {
    color: #00B98C !important
}

.red {
    color: #F23F58 !important
}