 .price-box {width:100%;border-radius:8px 8px 8px 8px;border:1px solid #E4E6E9;padding:16px;margin:10px 0;box-sizing:border-box;}
.overflow {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.right_attention {margin-top:32px;width:100%;height:40px;background-size:40px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;}
.right_attention .title {font-size:18px;color:#000;font-weight:bold;line-height:24px;}
.right_attention .title a {font-size:18px;color:#000;font-weight:bold;line-height:24px;}
.right_attention a {display:flex;color:#F0B90B;font-size:14px;line-height:20px;align-items:center;}
.right_attention .rt_more {display:flex;color:#F0B90B;font-size:14px;line-height:20px;cursor:pointer;align-items:center;}
.right_attention .rt_more img {margin-left:4px;width:16px;height:16px;}
.currency {width:100%;}
.currency .currency_hd {width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-bottom:18px;}
.currency .currency_hd .box {display:flex;align-items:center;}
.currency .currency_hd .box .time {width:70px;margin-left:28px;}
.currency .currency_bd {width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;}
.currency .currency_bd .currency_lt {display:flex;align-items:center;}
.currency .currency_bd .currency_lt img {width:28px;height:28px;border-radius:50%;margin-right:8px;overflow:hidden;}
.currency .currency_bd .currency_lt .lt_box {display:flex;height:32px;flex-direction:column;justify-content:space-between;width:80px;}
.currency .currency_bd .currency_lt .lt_box .title {width:100%;font-size:12px;font-weight:bold;}
.currency .currency_bd .currency_lt .lt_box .title a {font-size:14px;}
.currency .currency_bd .currency_lt .lt_box .detail {color:#89939E;}
.currency .currency_bd .currency_rt {display:flex;align-items:center;}
.currency .currency_bd .currency_rt .currency_tr {margin-right:28px;width:100px;}
.currency .currency_bd .currency_rt .currency_tr .num {text-align:right;font-weight:bold;line-height:16px;}
.currency .currency_bd .currency_rt .currency_tr .virtual {text-align:right;color:#89939E;line-height:16px;font-weight:bold;}
.currency .currency_bd .currency_rt .currency_btn {width:64px;height:28px;background:#00B98C !important;border-radius:2px;line-height:28px;text-align:center;font-weight:bold;color:#fff !important;}
.currency .currency_bd .currency_rt .currency_btn.fall {background:#F23F58 !important;font-size:12px;color:#fff !important;}
.currency .currency_bd .currency_rt .currency_btn.zero {background:#89939E !important;font-size:12px;color:#fff !important;}
#pricelist .loading {text-align:center;padding:20px 0;}
#pricelist .loading img {width:60px;}
@media only screen and (max-width:767px) {.price-box {padding:16px 10px;}
.currency .currency_hd {margin-bottom:12px;}
.currency .currency_bd {margin-bottom:12px;}
}