* {
    box-sizing: border-box;
    overflow-x: hidden;
}
body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #FCFDFE;
    margin: 0;
    padding: 0 0 100px;
}
.u_top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.u_top_logo {
    display: flex;
    align-items: center;
}
.u_top_logo img {
    width: 2.5rem;
    margin-left: 10px;
}
.u_top_search {
    flex: 1;
    margin: 0 0.6rem;
    position: relative;
}
.u_top_search #user_name {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 1rem;
    background-color: #FCFDFE;
    border: none;
    color: #8a8989;
    height: 2rem;
    line-height: 1rem;
    border-radius: 8px;
}
.u_top_search input::placeholder {
    color: #9e9e9e;
}
.u_top_icons {
    display: flex;
    align-items: center;
}
.u_top_icons img {
    width: 2.3rem;
    margin-left: 0.5rem;
}
.u_top_balance_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
}
.u_top_balance {
    text-align: left;
}
.u_top_balance p {
    margin: 0;
    font-size: 1rem;
    color: #9e9e9e;
}
.u_top_balance h1 {
    margin: 0.5rem 0;
    font-size: 2rem;
    color: #333;
}
.u_top_recharge {
    background-color: #f0b90b;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1rem;
}
.container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stats-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.stats-container .stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stats-container .stat .value {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stats-container .stat .label {
    font-size: 14px;
    color: #5f707d;
}

/*币种列表*/
.capsule-container {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.capsule {
    padding: 10px 10px;
    border-radius: 50px;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #354356;
}

.capsule.selected {
    background: #E8FCC9;
    color: #2A4D2A;
}

.dv_card {
    margin-left: 10px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dv_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dv_title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #354356;
}

.dv_price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2ecc71;
}
.dv_price_dn {
    font-size: 1.3rem;
    font-weight: 600;
    color: #EA3943;
}
.dv_content p {
    margin: 4px 0;
}

.dv_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dv_stat_item {
    display: flex;
    justify-content: space-between;
    width: 48%;
}

.dv_stat_key {
    flex: 1;
    text-align: left;
    color: #96a4ad;
    font-size:0.8rem;
}

.dv_stat_value {
    flex: 1;
    text-align: right;
    font-size: 14px;
}

.dv_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.dv_position{
    color: #96a4ad;
}
.dv_button {
    background-color: #354356;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
}

.dv_button:hover {
    background-color: #444;
}
.dv_tiem_title {
    width: 100px !important;
}
.tabs_view{
    width: 100%;
    height: auto;
    padding-right: 6px;
    padding-left: 6px;
    position: relative;
    z-index: 100;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}
/*选项卡*/
.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.tab {
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    background-color: #FCFDFE;
    color: #354356;
    text-align: center;
    font-size: 1rem;
    border-radius: 22px;
}

.tab:hover {
    background-color: #E8FCC9;
    color: #2A4D2A;
}
.tab.active {
    background-color: #E8FCC9;
    color: #2A4D2A;
    font-weight: bold;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* 设置宽度为 100% */
    z-index: 1000;
    background-color: #f0f0f0e3; /* 如果需要可以添加背景色 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#search_tab{
    width: 96%;
    padding-left: 10px;
    height: 2.2rem;
    background-color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 8px 2%;
    border: none;
    border-radius: 50px;
}

#search_tab:focus {
    border-color: #4CAF50; /* 聚焦时的边框颜色 */
    outline: none; /* 移除默认的聚焦轮廓（outline） */
}

#vip_prompt{
    width: 100%;
    display: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #BD362F;
    height: auto;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

