html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    /* font: inherit; */
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

html,
body,
#root {
    width: 100%;
    height: 100%;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}
/* 市场 */
.page_container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.a_m_header {
    height: 0.6rem;
    flex-shrink: 0;
    /* background: url(../images/market_bg.png) no-repeat center center; */
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.a_store_header{
    /* height: 0.6rem; */
    flex-shrink: 0;
    background: url(../images/market_bg.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.a_m_h_title {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    padding: 0.24rem;
    color: #fff;
}

.footer_tabbar {
    flex-shrink: 0;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    padding: 0.11rem 0.22rem;
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer_tabbar_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.03rem;
}

.footer_tabbar_item>div>img {
    height: 0.24rem;
    width: 0.24rem;

}

.footer_tabbar_item>div {
    font-size: 0.11rem;
    font-weight: 500;
    color: #999999;
}

.footer_tabbar_item>span.active {
    color: #252525;
}

.a_m_main {
    flex: 1;
    overflow-y: auto;
    padding: 0 0.24rem 0.24rem 0.24rem;
    margin-top: -0.2rem;

}

.app_classify_box {
    margin-bottom: 0.2rem;

}

.app_c_tite {
    display: flex;
    align-items: center;
    gap: 0.04rem;
    font-size: 0;
    /* margin-bottom: 0.16rem; */
    width: 100%;
    background: rgb(122, 170, 229, 0.6);
    padding: 10px;
    margin-bottom: 0.2rem !important;
    border-radius: 10px;
    border: 1px solid #2F73C5;
}

.app_c_tite>img {
    height: 0.24rem;
    width: 0.24rem;
}

.app_c_tite>span {
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
}

.app_c_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 0.1rem;

}

.app_c_item {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    align-items: center;
    justify-content: center;
    flex: 1;

}

.app_c_name {
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* 通用 */
.page_header_bar {
    flex-shrink: 0;
    height: 0.44rem;
    line-height: 0.44rem;
    align-items: center;
    display: flex;
    padding: 0 0.16rem;
}

.page_header_left {
    display: flex;
    align-items: center;
    height: 100%;
}

.page_header_left img {
    height: 0.16rem;
    width: 0.16rem;
    flex-shrink: 0;
}

.page_header_title {
    flex: 1;
    text-align: center;
    font-size: 0.17rem;
}

.currency_main {
    padding: 0.12rem 0.16rem;
    background-color: #080E1C;
    height: 100vh;
}

.cell_group .weui-cells {
    border-radius: 0.08rem;
    /* overflow: hidden; */
}

.cell_group .weui-cell::before {
    transform: scaleY(1);
}

.dialog_cell_group .weui-cell {
    padding: 16px 0;
}

.weui-cell.active {
    color: #64EDCC;
}

.weui-cell.active .sf_cell_check img {
    display: block;
}
.weui-cell.active .sf_cell_check0 img {
    display: none;
  }

.sf_cell_check img {
    display: none;
}
.sf_cell_check0 img {
    display: block;
}

.js_dialog .weui-dialog__ft::after {
    transform: scaleY(1);
}

.js_dialog .weui-dialog__btn::after {
    transform: scaleY(1);
}

.logOut_btn {
    height: 0.46rem;
    line-height: 0.46rem;
    color: #FFFFFF;
    border-radius: 0.08rem;
    opacity: 1;
    background: #FF4D4F;
    font-size: 0.16rem;
    text-align: center;
    margin: 0.32rem 0;
}

/* 开发者模式 */
.dev_main {
    flex: 1;
    overflow-y: auto;
    background-color: #080E1C;
    color: #989EAE;
}

.dev_form_group {
    padding: 0.12rem 0.16rem;
    display: flex;
    flex-direction: column;
}

.form_item {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    padding: 12px 12px;
    background-color: #0C141C;
    border: 1px solid #203141;
    border-radius: 10px;
    margin: 20px 0;
}

.form_item .form_item_label {
    font-size: 0.13rem;
}

.form_item_input {
    height: 0.36rem;
    /* background: #F0F1F3; */
    background: #1A2733;
    border-radius: 0.06rem;
    padding: 0.075rem 0.12rem;
    font-size: 0.13rem;
}

.form_item_input input {
    height: 100%;
    width: 100%;
    border: none;
    outline: 0;
    /* background: #F0F1F3; */
}

.number-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.number-box input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-box input[type='number'] {
    height: 0.36rem;
    border-top: none;
    border-bottom: none;
    border-left: rgba(255,255,255,0.3) solid 1px;
    border-right: rgba(255,255,255,0.3) solid 1px;
    margin: 0;
    text-align: center;
    width: 100%;
    outline: none;
    padding: 0 0.05rem;
    float: left;
    line-height: 0.36rem;
    /* background: #F0F1F3; */
    -moz-appearance: textfield;
    color: #C5C6C6;
}

.number-box input[type='button'] {
    height: 0.36rem;
    width: 0.36rem;
    float: left;
    border: none;
    outline: none;
    /* background: #D9D9DB; */
    line-height: 0.36rem;
    cursor: pointer;
    padding: 0;
}

.number-box .on-number[value='-'] {
    border-radius: 0.06rem 0 0 0.06rem;
    color: #fff;
}

.number-box .on-number[value='+'] {
    border-radius: 0 0.06rem 0.06rem 0;
    color: #fff;
}

.number-box input[type='button']:hover {
    /* background-color: #f9f9f9; */
}

.number-box input[type='button']:active {
    background-color: #f6f6f6;
}

.switch_radio {
    display: flex;
    align-items: center;
    gap: 0.12rem;


}

.switch_radio_item {
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 0.06rem;
    font-size: 0.14rem;
    color: #252525;
    background: #F0F1F3;
    flex: 1;
}

.switch_radio_item.active {
    border: 1px solid #2F80ED;
    background: rgba(47, 128, 237, 0.15);
}

.form_item_textarea {
    background: #1A2733;
    border-radius: 0.06rem;
    padding: 0.075rem 0.12rem;
    font-size: 0.13rem;
    height: 0.9rem;
}

.form_item_textarea textarea {
    height: 100%;
    width: 100%;
    background: #1A2733;
    border: none;
    outline: 0;
    resize: none;
    color: #C5C6C6;
}

.action_box {
    margin-top: 0.32rem;
    padding: 0 0.16rem;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.submit_btn {
    border-radius: 0.08rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.16rem;
    background: linear-gradient(270deg, #9B51E0 0%, #2F80ED 100%);
}

.reset_btn {
    border-radius: 0.08rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    color: #252525;
    font-size: 0.16rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

/* 帮助中心 */
.help_bg {
    background: url(../images/help_bg.png) no-repeat left top;
    background-size: 100% 2.73rem;
}

.help_search_box {
    padding: 0.54rem 0.16rem 0.36rem 0.16rem;
    /* display: flex;
    align-items: center; */
    flex-shrink: 0;
    gap: 0.24rem;
}

.hp_lf_sc_box {
    width: 2.13rem;
    height: 0.36rem;
    border-radius: 0.06rem;
    padding: 0 0.12rem;
    gap: 0.2rem;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    position: relative;
}

.hp_lf_sc_box input {
    border: none;
    outline: 0;
    height: 100%;
    border-radius: 0.06rem;
    background: none;
    font-size: 0.15rem;
    color: #FFFFFF;
    width: 1.69rem;
}

.hp_lf_sc_box input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hp_lf_sc_box img {
    position: absolute;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    height: 0.16rem;
    width: 0.16rem;
}

.hp_sc_lf {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.hp_sc_lf .hp_lf_title {
    font-size: 0.2rem;
    color: #FFFFFF;
}

.hp_sc_rt {
    flex-shrink: 0;
    width: 1.06rem;
    height: 1rem;
    font-size: 0;
}

.hp_sc_rt img {
    height: 100%;
    width: 100%;
}

.help_qs_main {
    border-radius: 0.16rem 0.16rem 0 0;
    background: #fff;
    flex: 1;
    overflow-y: auto;
    padding: 0.24rem 0.16rem;
}

.accordion_list li.active .accordion-panel {
    display: block;
    word-break: break-all;
}

.accordion_list li.active .accordion-item-title {
    color: #2F80ED;
}

.accordion-item-title {
    color: #252525;
    font-size: 0.16rem;
    flex: 1;
}

.accordion-icon {
    flex-shrink: 0;
}

.accordion_list li.active .accordion-icon img {
    filter: grayscale(0);
    transform: rotate(0deg);
}

.accordion-icon img {
    width: 0.16rem;
    height: 0.16rem;
    filter: grayscale(100%);
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
}

.accordion-control {
    min-height: 0.55rem;
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
}

.accordion-panel {
    padding: 0.12rem 0;
    display: none;
}

/* 帮助中心搜索 */
.help_search_bar {
    display: flex;
    align-items: center;
    padding: 0 0.16rem;
    gap: 0.12rem;
    flex-shrink: 0;
    height: 0.36rem;
    background: #FFFFFF;
    margin: 0.12rem 0.16rem;
    border-radius: 0.06rem;

}

.help_search_bar input {
    flex: 1;
    height: 0.36rem;
    border: none !important;
    outline: 0;
    font-size: 0.13rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.help_search_bar img {
    height: 0.16rem;
    width: 0.16rem;
    flex-shrink: 0;
}

.help_sc_main {
    flex: 1;
    overflow-y: auto;
}

.help_sc_main .accordion_list {
    margin: 0 0.16rem;
    border-radius: 0.06rem;
    background: #fff;

}

.help_sc_main .accordion_list>li {
    padding: 0 0.16rem;
}

.no_data_bg {
    margin: 1.5rem auto 0 auto;
    width: 280px;
    position: relative;
}

.no_data_bg>img {
    width: 280px;
    height: 227px;
}

.no_data_bg .no_data_text {
    font-size: 0.15rem;
    color: #252525;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.4rem;
    white-space: nowrap;
}
.app_content{
    flex:1;
    overflow-y: auto;
}

/* 交易 */
.tr_head_bar {
    height: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    ;
}

.tr_head_bar ul {
    display: flex;
    align-items: center;
}

.tr_head_bar ul li {
    height: 0.43rem;
    line-height: 0.43rem;
    padding: 0 0.16rem;
    font-size: 0.16rem;
    color: #666666;
    position: relative;
}

.tr_head_bar ul li.active {
    color: #252525;
}

.tr_head_bar ul li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.24rem;
    height: 0.02rem;
    background: linear-gradient(270deg, #9B51E0 0%, #2F80ED 100%);
    border-radius: 0.01rem;
}

.user_info {
    display: flex;
    align-items: center;
    padding-right: 0.16rem;
}

.user_info .user_pic {
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.08rem;
    flex-shrink: 0;
}

.user_info .user_name {
    flex: 1;
    font-size: 0.16rem;
    color: #252525;
    width: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.user_info .down_icon {
    height: 0.14rem;
    width: 0.14rem;
    margin-left: 0.04rem;
    flex-shrink: 0;
}

.tr_content {
    padding: 0.16rem;
}

.tr_main_box {}

.tr_main_wrap {}

.tr_main_rt {
    flex: 1;
    padding-left: 0.16rem;
    padding-top: 0.12rem;
}

.tr_main_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}

.tr_m_lf {
    display: flex;
    align-items: center;
}

.tr_m_lf>div:first-child {
    font-size: 0.20rem;
    color: #252525;
    margin-right: 0.08rem;
}

.tr_m_lf>div:last-child {
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    width: 0.48rem;
    height: 0.2rem;
    justify-content: center;
    font-size: 0.11rem;
    color: #666666;
    border-radius: 1rem;
}

.tr_m_lf>div:last-child>img {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.02rem;
}

.stock-line {
    width: 0.24rem;
    height: 0.24rem;
}

.tr_main_lf {
    width: 2rem;
}

.tr_main {
    display: flex;
    align-items: flex-start;
}

.tr_action_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.tr_action_tab>div {
    flex: 1;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #252525;
    background: #F0F1F3;
    text-align: center;
}

.tr_action_tab>div:first-child {
    border-radius: 100px 0px 0px 100px;
}

.tr_action_tab>div:first-child.active {
    background: #52C41A;
    color: #fff;
}

.tr_action_tab>div:last-child {
    border-radius: 0px 100px 100px 0px;
}

.tr_action_tab>div:last-child.active {
    background: #FF4D4F;
    color: #fff;
}

.tr-number-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 0.45rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0.06rem;
    position: relative;
    margin-top: 0.08rem;
}

.tr-number-box>.tr-number-title {
    font-size: 0.1rem;
    color: #666666;
    position: absolute;
    left: 50%;
    top: 0.04rem;
    transform: translateX(-50%);
}

.tr-number-box input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tr-number-box input[type='number'] {
    height: 0.2rem;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0;
    text-align: center;
    width: 100%;
    outline: none;
    padding: 0 0.05rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    background: none;
    -moz-appearance: textfield;
    margin-top: 0.16rem;
}

.tr-number-box input[type='button'] {
    height: 0.4rem;
    width: 0.6rem;
    float: left;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.4rem;
    cursor: pointer;
    padding: 0;
}

.tr-number-box .tr-on-number[value='-'] {
    border-radius: 0.06rem 0 0 0.06rem;
}

.tr-number-box .tr-on-number[value='+'] {
    border-radius: 0 0.06rem 0.06rem 0;
}

.tr-number-box input[type='button']:hover {
    background-color: #f9f9f9;
}

.tr-number-box input[type='button']:active {
    background-color: #f6f6f6;
}

.tr-number-box-wrap {
    display: flex;
    flex-direction: column;
}

.tr-number-box-wrap .tr-number-box {
    border-radius: 0.06rem 0.06rem 0 0;
}

.warehouse_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 0 0 0.06rem 0.06rem;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.warehouse_wrap>div {
    height: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
    text-align: center;
    color: #666666;
}

.warehouse_wrap>div:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.tr_tips_group {
    margin-top: 0.08rem;
    margin-bottom: 0.16rem;
}

.tr_tips_group>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.13rem;
    color: #666666;
    margin-bottom: 4px;
}

.tr_tips_group>div>div:first-child {
    color: #666666;
}

.tr_tips_group>div>div:last-child {
    color: #252525;
}

.tr_purchase_btn {
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 1rem;
    text-align: center;
    opacity: 1;
    font-size: 0.15rem;
    background: #52C41A;
    color: #fff;
    display: none;
}

.tr_ell_out_btn {
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 1rem;
    text-align: center;
    opacity: 1;
    font-size: 0.15rem;
    background: #FF4D4F;
    color: #fff;
    display: none;
}

.tr_main_rt .weui-flex .weui-flex__item:first-child {
    font-size: 0.11rem;
    text-align: left;
}

.tr_main_rt .weui-flex .weui-flex__item:nth-child(2) {
    font-size: 0.11rem;
    text-align: right;
}

.tr_main_rt .weui-flex {
    margin-bottom: 0.04rem;
}

.tr_main_rt .weui-flex .green_text {
    color: #52C41A;
}

.tr_main_rt .weui-flex .red_text {
    color: #FF4D4F;
}

.tr_main_rt .weui-flex .blod_text {
    font-size: 0.18rem;
    color: #FF4D4F;
}

.order_wrap {
    background: #F7F8FA;
    border-radius: 16px 16px 0px 0px;
    min-height: 4rem;
}

.order_tabs {
    display: flex;
    align-items: center;
}

.order_tabs>div {
    height: 0.43rem;
    line-height: 0.43rem;
    padding: 0 0.16rem;
    font-size: 0.16rem;
    color: #666666;
    position: relative;
    flex: 1;
    text-align: center;
}

.order_tabs>div.active {
    color: #252525;
}

.order_tabs>div.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.24rem;
    height: 0.02rem;
    background: linear-gradient(270deg, #9B51E0 0%, #2F80ED 100%);
    border-radius: 0.01rem;
}

.order_item {
    padding: 0.16rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    ;
}

.order_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.12rem;
}

.order_item_head>div:first-child {
    display: flex;
    align-items: center;
}

.order_item .purchase_tag {
    border-radius: 0.02rem;
    background: rgba(82, 196, 26, 0.15);
    font-size: 0.12rem;
    align-items: center;
    color: #52C41A;
    height: 0.2rem;
    line-height: 0.2rem;
    padding: 0 0.08rem;
    margin-right: 0.08rem;
}

.order_item .sell_out_tag {
    border-radius: 0.02rem;
    background: rgba(255, 77, 79, 0.15);
    font-size: 0.12rem;
    align-items: center;
    color: #FF4D4F;
    height: 0.2rem;
    line-height: 0.2rem;
    padding: 0 0.08rem;
    margin-right: 0.08rem;
}

.order_item .coin_type {
    font-size: 0.15rem;
    margin-right: 0.16rem;
    color: #252525;
    font-weight: 500;
}

.status_name {
    font-size: 0.13rem;
    color: #252525;
}

.cancel_order {
    display: flex;
    align-items: center;
    font-size: 0.13rem;
    color: #FF4D4F;
}

.cancel_order img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.04rem;
}

.order_item_main {
    display: flex;
    align-items: flex-start;
}

.order_price,
.order_num,
.order_date {}

.order_item_main>div>div:nth-child(1) {
    font-size: 0.13rem;
    color: #666666;
    margin-bottom: 0.04rem;
}

.order_item_main>div>div:nth-child(2) {
    font-size: 0.13rem;
    color: #252525;
    word-break: break-all;
}

.order_price {
    width: 0.92rem;
}

.order_num {
    margin: 0 0.16rem;
    width: 0.92rem;
}

.order_date {
    width: 1.3rem;
}

.order_list {
    flex: 1;
    width: 100%;
    height: auto;
}

.order_list_wrap {
    height: auto;
    display: flex;
}

/* 好友管理 */
.contacts_info {
    display: flex;
    align-items: center;

}

.contacts_info>img {
    height: 0.24rem;
    width: 0.24rem;
    border-radius: 50%;
    margin-right: 0.08rem;
}

.contacts_name {
    width: 200px;
    font-size: 0.16rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.friend_main_wrap {
    flex: 1;
    padding: 0.16rem;
    overflow-y: auto;
    background: #080E1C;
}

.friend_main_wrap .delete_btn {
    color: #FF4D4F;
    font-size: 0.16rem;
}


.add_friend {
    display: inline-block;
    height: 0.28rem;
    line-height: 0.28rem;
    border-radius: 1rem;
    text-align: center;
    font-size: 0.14rem;
    color: #FFFFFF !important;
    padding: 0 0.16rem;
    background: linear-gradient(270deg, #9B51E0 0%, #2F80ED 100%);
}

.scan_btn {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    font-size: 0.13rem;
    color: #2F80ED;
}

.scan_btn img {
    height: 0.16rem;
    width: 0.16rem;
    margin-right: 0.04rem;
}

.ad_pr_determine_btn {
    margin-top: 0.32rem;
    border-radius: 0.08rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.16rem;
    color: #FFFFFF;
    background: linear-gradient(270deg, #35B9FF 0%, #64EDCC 100%);
    /* background: linear-gradient(270deg, #9B51E0 0%, #2F80ED 100%); */
}



.popdiv{
	display: none;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 60px;
	text-align: center;
	transition: bottom 0.5s ease-in-out;
}
.popcondiv{
    background-color: #f1f1f1;
	width: 100%;
	height: 50%;
    color: black;
	/* font-weight: bold; */
	position: fixed;
	bottom: 40px;
	text-align: center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}
.poptext{
	text-align: left;
    /* margin: 1rem; */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #d7d6d6;
    bottom: 40px;
    /* margin-bottom: 40px; */
    position: fixed;
    /* bottom: 50px; */
    width: 100%;
    height: 40%;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
.popcloseall{
	text-align: right;
    /* margin-right: 10px; */
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
    /* margin-right: 1rem; */
}
.poptitle{
	font-weight: bold;
	border-bottom: 2px solid #f1f1f1;
}
.popclose{
	text-align: right;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: 20px;
}
.popall{
	/* text-align: left; */
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: 20px;
}



.message-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
	font-family: Arial, sans-serif;
	text-align: center;
    background-color: #080E1C;
}

.message {
    /* display: flex; */
    /* align-items: flex-end; */
    /* margin-bottom: 20px; */
    margin: 10px;
    border-bottom: none;
	background-color: #121F2B;
	border-radius: 10px;
    height: 1rem;
    color: #fff;
}

/* .unread {
    background-color: #f1f1f1;
}

.read {
    background-color: #e0e0e0;
} */

.sender {
    font-weight: bold;
    margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
    background: linear-gradient(270deg, #35B9FF 0%, #64EDCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text {
    padding: 10px;
    border-radius: 5px;
    position: relative;
    width: 1000%;
    padding-bottom: 0;
    margin-left: 20px;
    text-align: left;
    padding-left: 20px;

}

.text::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f1f1f1 transparent transparent;
}

.time {
	width: 40%;
    font-size: 0.8em;
    color: #777;
    /* margin-left: 30%; */
	padding: 10px;
}
.circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #36FFB2;
	margin: 10px;
	
}
.fi{
	display: flex;
	width: 60%;
}
.fi1{
	display: flex;
	/* border-bottom: 1px solid #fff; */
}
.fi2{
	display: flex;
}

.no{
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
}
.noticecontent{
	/* border: 2px solid #d7d6d6; */
    /* margin-top: 20px; */
    padding: 15px;
    width: 90%;
    height: 100%;
    background-color: #121F2B;
	/* margin-bottom: 70px; */
    margin: 20px 20px 70px 20px;
    color: #fff;
}

.notitle{
	/* text-align: center; */
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 20px;
	/* border-bottom: 2px solid #d7d6d6; */
    /* margin-bottom: 15px; */
}
.nocontent{
	font-size: 14px;
    color: #CCCCCC;
}
.notime{
	/* text-align: right; */
    font-size: 14px;
    color: #888888;
    margin: 20px 0;
    /* margin-top: 10px; */

}
.notbtn{
	width: 40%;
	height: 40px;
	border-radius: 20px;
	background-color: #5CA9FE;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30%;
    margin-top: 0.5rem;
}

.ui-not{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 11px;
	text-align: center;
}
.head-no{
	/* margin-left: 45%; */
}
.notice-head{
	width: 20%;
    display: flex;
    justify-content: right;
}

.head-sec-left{
	width: 20%;
}
.head-sec-right{
	display: flex;
	flex-direction: column;
	margin-left: 0.15rem;
	width:50%
}
.qr-des{
    margin-top: 0.7rem !important ;
}
.memeadd{
    display: none;
}
#myDialog{
    display: block;
    z-index: 1000;
    border: 1px solid gray;
    padding: 10px;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    /* background-color: rgb(255, 255, 255); */
    width: 100%;
}
.meme_name{
    margin-left: 0.5rem;
    font-size: 16px;
}

.scan-tip{
    margin-top: -0.3rem;
    text-align: center;
}


.assets-w-ctl{
    white-space: normal;
    word-break: break-all;
    text-align: left;
}
.assettype{
    padding-left: 12px;
    padding-top: 8px;
}
.myDialog_bak{
	width: 100%;
    font-size: 16px;
}
.label_span{
	margin-left: 0.4rem;
    font-size: 18px;
}
.weui-hua{
    width: 100%;
    height: 300px;
    overflow: auto;
}
/* #tradecode{
    height: 2rem;
} */


/* #p2ptransdlg{
    padding-bottom: 0.9rem;
} */

#accList{
    width: 100%;
    height: 60%;
    overflow: auto;
}

.login-page{
    margin-top: 0.5rem !important;
}
.app_addresslist{
    padding: 0.1rem;
}




/* 非托管交易所 */
.res {
	min-height: 100vh; /* 内容至少填满视口高度 */
	padding-bottom: 55px; /* 确保底部内容不被导航条遮挡 */
    height: 100%;
}
.header {
	/* padding: 1px 0; */
    /* background: #fff; */
    /* border-bottom: 2px solid #F8F7FAFF;
    display: flex;
    height: 6%; */
}
#trans,#collection{
	width: 20%;
}
.p0,.p1,.p2{
	/* width: 30%; */
	display: flex; /* 设置flex布局 */
  	flex-direction: column; /* 设置主轴为垂直方向 */
  	align-items: center; /* 垂直居中对齐 */
}
.switchtext1 , .newClass1, .all, .popNewClass1{
    /* margin-left: 5px; */
    padding: 0.1rem;
    color: RGBA(54, 86, 109, 1) !important;
    text-align: center;
    width: 100%;
    text-decoration: none;
    /* border-bottom: 2px solid RGBA(58, 151, 253, 1) !important; */
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}
.switchtext1::after , .newClass1::after, .all::after, .popNewClass1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--primary);
}
.switchtext2{
	padding: 0.1rem;
    color: RGBA(184, 191, 199, 1) !important;
    text-align: center;
    width: 100%;
    text-decoration: none;
    /* border-bottom: 2px solid RGBA(255, 255, 255, 1) !important; */
}
#selectAccount{
	width: 60%;
}
#currency_one{
    font-size: 15px;
    background-color: #080E1C;
    /* float: right; */
    margin: 2px;
    width: 90%;
    /* border-radius: 2px; */
    /* height: 0.4rem; */
    text-align: right;
    color: #fff !important;
    border: none;
    margin-right: 0.1rem;
}
.icon-tu{
    margin-top: 0.15rem;
    margin-right: 3px;
    height: 20px;
    float: right;
}
.middle{
	display: flex;
	/* border-bottom: 8px solid rgb(248, 247, 250) !important; */
	height: 22rem;
	/* background-color: RGBA(255, 255, 255, 1) !important; */
    font-size: 1.25rem;
    padding: 0.1rem 0.1rem 0 0.1rem;
    height: 60%;
    margin-bottom: 0.2rem;
}
.middle_left {
	text-align: center;
	width: 50%;
	/* border:4px solid #000; */
}
.currency{
	font-size: 13px;
	margin: 0 auto;
    /* height: 100%; */
}
.right_header{
    display: flex;
    font-size: 16px;
    color: #000000FF;
    text-align: center;
    padding: 1px;
    font-weight: 500;
    height: 0.3rem;
    align-items: center;
    justify-content: center;
}
.aa-hei{
    height: 67% !important;
}
.ma-top{
   margin-top: 0.15rem; 
   /* text-align: left; */
}
#jiaoyidui{
	text-align: center;
    width: 80%;
    height: 100%;
    border: none;
}
.mairumaichu{
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
    height: 10%;
    margin-top: 0.1rem;
    padding: 5px;
}
.middle_mairu,.middle_maichu{
	height: 100%;
    width: 40%;
    /* margin: 5px; */
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle_mairu{
	color: #FFF;
	background-color: #1AC8A3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.middle_maichu{
	/* color: #FFF;
	background-color: #EE483A; */
	color: #B8BDC8;
    background-color: #2A2C33;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.aaa{
	display: flex;
	align-items: center; /* 垂直居中 */
	/* justify-content: center; 水平居中  */
    height: 50%;
}
.currency_text{
	display: flex;
    align-items: center;
    border: 1px solid RGBA(154, 171, 185, 1) !important;
    /* width: 80%; */
    border-radius: 2px;
    height: 85% !important;
    padding: 5px 0;
    border-radius: 8px;
}
.currency_text_one,.currency_text_two,.currency_text_three{
	text-align: center;
	width: 75%;
	border:none;
	font-weight: 400;
	font-size: 10px;
    background-color: rgba(255,255,255,0);
    color: #fff;
}
.currency_text_one::placeholder,.currency_text_two::placeholder,.currency_text_three::placeholder{
	color: #CCCCCC;
}
.text_color{
	color: #D6D5DC;
}
.text_left{
    width: 25%;
    padding-left: 2px;
    text-align: left;
    margin: 5px 0;
}
.text_right{
	width: 25%;
    padding-right: 2px;
    text-align: right;
    font-size: 10px;
}
/* #myRange{
	background-color: #3C98FC;;
} */
#myRange {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: linear-gradient(to right, #64EDCC 0%, #35B9FF 0%, #2f2f2f 0%); /* 初始灰色 */
    outline: none;
  }
  
  /* 滑轨轨道 */
  #myRange::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 5px;
    background: transparent; /* 已由父级 background 控制 */
  }
  
  /* 滑块按钮（渐变圆形） */
  #myRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(90deg, #64EDCC 0%, #35B9FF 100%);
    cursor: pointer;
    margin-top: -6px; /* 使其与轨道对齐 */
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
  }
  
  /* Firefox 支持 */
  #myRange::-moz-range-track {
    height: 6px;
    border-radius: 5px;
    background: transparent;
  }
  #myRange::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(90deg, #64EDCC 0%, #35B9FF 100%);
    cursor: pointer;
    border: none;
  }
#shuzi{
	color: #9AABB9FF;
    font-size: 9px;
    text-align: center;
	margin-bottom: 0px;
}
.currency_jiaoyi{
	color: #9AABB9FF;
	font-size: 10px;
	text-align: center;
	margin: 10px 5px;
    height: 50%;
}
#allAmount{
	/* color: RGBA(154, 171, 185, 1) !important;
	font-size: 6px; */
}
.currency_jiacu{
	color: #9aabb9;
	font-size: 6px;
}
.currency_btn{
	width: 80%;
	border: 1px solid #9AABB9FF;
	border-radius: 10px;
	height: 10%;
	text-align: center;
	font-weight: 400;
	background: linear-gradient(0deg, #35B9FF 0%, #64EDCC 100%);
	color: #fff;
	font-size: 16px;
	margin-left: auto;
  	margin-right: auto;
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中，如果需要的话 */
    margin-top: 0.2rem;
}
.middle_right{
	/* border:4px solid red; */
	/* width: 50%;
    height: 3.5rem;
    margin-top: 0.3rem;
    padding: 0.1rem;
    margin-left: 0.1rem;
    background-color: RGBA(255, 255, 255, 0.1);
    border: 2px solid RGBA(43, 49, 61, 1);
    border-radius: 0.1rem; */
}
.right_currency{
	/* border:4px solid black; */
	/* height: 45%; */
	/* margin: 5px; */
}
.right_value{
	text-align: center;
	font-size: 9px;
	color: #9AABB9FF;
	margin: 5px;
	display: flex;
	/* width: 100%; */
	height: 1.5rem;
	position: absolute; /* 设置为绝对定位 */
    z-index: 1; /* 设置z索引，确保它在下面div之上 */
}
.electricity-fill {
    height: 100%;
	width: 100%;
    /* background-color: rgb(255, 255, 255) !important; */
    transition: width 0.5s;
    border-radius: 3px;
	/* height: 1.5rem; */
	display:flex;
}
.value_one {
	/* margin-left: 2rem;
	margin-right: 5rem; */
	/* height: 1.5rem; */
	width: 50%;
	font-size: 9px;
	color: rgba(154, 171, 185, 1) !important;
	text-align: center;
}
.value_two{
	/* margin-left: 5rem;
	margin-right: 2rem; */
	/* height: 1.5rem; */
	width: 50%;
	font-size: 9px;
	color: rgba(154, 171, 185, 1) !important;
	text-align: center;
}
.e1_t,.e2_t,.e3_t,.e4_t,.e5_t,.e6_t,.e7_t,.e8_t,.e9_t,.e10_t{
	width: 100%;
    font-size: 10px;
    /* margin: 5px; */
    display: flex;
    position: absolute;
    z-index: 1;
    inset: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    pointer-events: none;
}
.e1_t1{
	color: #FF5449 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e1_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.electricity-bar {
    width: 100%;
    /* background-color: rgb(255, 247, 244) !important; */
    /* border: 1px solid rgb(255, 247, 244) !important; */
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
	margin-bottom: 1px;
}
.e2_t1{
	color: #FF5449 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e2_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e3_t1{
	color: #FF5449 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e3_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e4_t1{
	color: #FF5449 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e4_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e5_t1{
	color: #FF5449 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e5_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e6_t1{
	color: #1AC8A3 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e6_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e7_t1{
	color: #1AC8A3 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e7_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e8_t1{
	color: #1AC8A3 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e8_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e9_t1{
	color: #1AC8A3 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e9_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.e10_t1{
	color: #1AC8A3 !important;
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left: 2rem;
	margin-right:3.6rem; */
	text-align: center;
}
.e10_t2{
	color: rgb(168, 180, 188) !important; 
	/* height: 1.5rem; */
	width: 45%;
	/* margin-left:3.6rem; */
	text-align: center;
}
.right_bottom{
	/* border:4px solid black; */
	height: 45%;
	/* margin: 10px; */
}
.hei15{
    height: 15%;
}
.hei13{
    height: 13%;
    margin-bottom: 2%;
    position: relative;
}
.right_tu{
    height: 100%;
}
.bottom_value{
    text-align: center;
    font-size: 16px;
    color: rgb(48, 146, 253) !important;
    margin: 5px;
    height: 13%;
    font-weight:500;
}
.electricity-greed{
	width: 100%;
    /* background-color: rgb(240, 252, 248) !important; */
    /* border: 1px solid rgb(240, 252, 248) !important; */
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
	margin-bottom: 1px;
}

.boottm{
	background-color: #080E1C;
}
.bottom_heard{
	display: flex;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	/* border-bottom:2px solid rgb(246, 245, 251) !important; */
	/* height: 2.5rem; */
	/* background-color: rgb(255, 255, 255) !important; */
}
.fantsize{
	font-size: 14px;
	margin-left: 5px;
}
/* 不允许换行 */
.nowrap { 
	white-space: nowrap !important;
}
/* 简单的样式用于隐藏弹窗 */
.cartmodal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	/* padding-top: 60px; */
}
.cart_modal-content {
	background-color: #080E1C;
	/* padding: 20px; */
	border-top: 1px solid #888;
	width: 100%;
	height: 85%;
	position: fixed;
	left: 0;
	bottom: 0;
	
}
.cart_close {
	/* color: #aaa; */
	/* float: right; */
	/* font-size: 28px; */
	font-weight: bold;
}
.cart_close:hover,
.cart_close:focus {
	/* color: black; */
	text-decoration: none;
	cursor: pointer;
}
.search_get{
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
    margin-top: 0.2rem;
	/* margin-top:0.75rem;
	margin-bottom:0.75rem; */
	
}
.search{
	width: 60%;
	border-radius: 10px; 
	/* border-top-left-radius: 20px;
	border-bottom-left-radius: 20px; */
	border: 1px solid rgba(186, 190, 194, 0.3);
	text-align: center;
	background-color: #1B202D;
	
}
.cart_list{
	width: auto;
    border-bottom: 1px solid rgb(248, 247, 250, 0.3);
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
}
.cart0,.cart1{
	width: 20%;
    /* margin-bottom: 1rem; */
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.all{
	/* margin-left: 0.4rem; */
	/* padding: 0.5rem; */
	color: rgb(54, 86, 110);
	text-align: center;
	text-decoration: none;
	/* border-bottom:  2px solid rgb(58, 151, 253); */
}
.mychange{
	/* padding: 0.5rem; */
	color: rgb(184, 191, 199);
	text-align: center;
	text-decoration: none;
	/* border-bottom:  2px solid rgb(255, 255, 255); */
}

.collable-div {
	display: none;
	width: 100%;
	height: 80%;
	overflow: auto; /* 自动显示滚动条 */
	/* border: 1px solid #ccc; */
	
}
/* 滚动条 */
.scrollable-div {
	width: 100%;
	height: 80%;
	overflow: auto; /* 自动显示滚动条 */
	/* border: 1px solid #ccc; */
}
/* 设置特定元素的滚动条 */
.scrollable-div::-webkit-scrollbar {
	width: 12px;
}
.scrollable-div::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.scrollable-div::-webkit-scrollbar-thumb {
	background: #888;
}
.scrollable-div::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.Modal_content{
	display: flex;
	border-bottom: 1px solid rgb(248, 247, 250);
	align-items: center; /* 垂直居中对齐 */
	padding: 0.15rem;
}
.like{
    font-size:22px;  
    color:#ccc ; 
    cursor:pointer;
    margin: 0;
} /*原始样式*/
.cs{color: #FACC15;}/*点击后出现样式*/

.clickmodal{
	margin-left: 0.2rem;
	width: 80%;
}
.cart_1{
	color: #fff;
	font-size: 16px;
	
}


.collnull{
	text-align: center;
	width: 100%;
	margin-top: 0.5rem;
	color: rgb(184, 191, 199);
	overflow: auto; /* 自动显示滚动条 */
}
.modals {
	display: none; /* 默认隐藏 */
	position: fixed; /* 固定位置 */
	z-index: 900; /* 位于顶层 */
	left: 0;
	bottom: 0;
	width: 100%; /* 全屏宽度 */
	height: 100%; /* 全屏高度 */
	background-color: rgba(0,0,0,0.5); /* 半透明背景 */
}
.modal-content {
	width: 90%;
	margin: auto;

    border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	width: 100%;
	/* height: 35%; */
	/* 置底 */
	/* position: fixed;
	left: 0;
	bottom: 0; */
}
.close,.manageclose,.deleteclose,.updateclose {
	color: #aaa;
	float: left;
	text-align: right;
	font-size: 25px;
	font-weight: bold;
	width: 50%;
  }
   
  .close,.manageclose,.updateclose,.deleteclose:hover,
  .close,.manageclose,.updateclose,.deleteclose:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
  .form_input_box {
	display: flex;
	flex-flow: row;
	align-items: center;
	height: 50px;

	flex-direction: column;

    background-color: #F1F1F1;
	width: 100%;
	border: none;
	border-bottom: 0;
	margin: 15px 0;
	color: #333333;
	padding:0px 10px;
	border-radius: 50px;
	font-size: 16px;
}
.input_box_title_car{
    font-size: 12px;
	color: rgb(51, 51, 51);
	padding-bottom: 3px;
	width: 60px;
}

.input_box {
	background-color: transparent;
	width: 100%;
	border: none;
	border-bottom: 0;
	margin: 0;
	color: #333333;
	padding: 10px;
}
.input_box::placeholder {
	color: #BDBDBD;
}

.btn-theme {
	/* background-color: transparent; 设置透明背景色 */
    background-color: #3785F9FF;
	width: 100%;
    border: none; /* 设置边框宽度和颜色 */
	border-bottom: 0;
	margin: 15px 0;
	padding:10px;
    border-radius: 50px; /* 设置边框圆角为0，使其看起来就像钝角 */
	color: white;
	font-size: 18px;

}

.c1,.c2,.c3,.w2,.w3,.e2{
	display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.08rem 0;
}
.e3{
	display: flex;
    padding: 0.08rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.w3{
    margin-bottom: 5px;
}

.c1_01,.c1_02,.c1_03{
	height: 1.5rem;
	width: 33%;
	font-size: 16px;
	color: #000000FF;
	margin:3px;
	text-align: center;
}
.c2_04,.c2_01,.c2_02,.c2_03{
	height: 0.2rem !important;
	width: 25% !important;
	font-size: 10px !important;
	color: rgb(189, 197, 202) !important;
	text-align: center !important;
	margin: 3px !important;
}
.c3_04,.c3_01,.c3_02,.c3_03{
	height: auto;
	min-height: 0.36rem;
	width: 25%;
	font-size: 13px;
	/* color: rgb(43, 77, 102); */
	margin:5px;
	text-align: center;
}

.w2_00,.w2_01,.w2_02,.w2_03,.w2_04{
	height: 0.2rem;
	width: 20%;
	font-size: 10px;
	color: rgb(189, 197, 202) !important;
	text-align: center;
	margin: 3px;
}

.w3_00,.w3_01,.w3_02,.w3_03,.w3_04{
	height: auto;
	min-height: 0.36rem;
	width: 20%;
	font-size: 13px;
	/* color: rgb(43, 77, 102) ; */
	margin:5px;
	text-align: center;
}


.e2_00,.e2_01{
	height: 0.2rem;
	width: 20%;
	font-size: 10px;
	color: rgb(189, 197, 202);
	text-align: center;
	margin: 3px;
}
.e2_02,.e2_03,.e2_04,.e2_05{
	height: 0.2rem;
	width: 15%;
	font-size: 10px;
	color: rgb(189, 197, 202);
	text-align: center;
	margin: 3px;
}

.e3_00,.e3_01{
	height: auto;
	min-height: 0.36rem;
	width: 20% !important;
	font-size: 13px;
	/* color: rgb(43, 77, 102); */
	margin:5px;
	text-align: center;
}
.e3_02,.e3_03,.e3_04,.e3_05{
	height: auto;
	min-height: 0.36rem;
	width: 15% !important;
	font-size: 13px;
	/* color: rgb(43, 77, 102); */
	margin:5px;
	text-align: center;
}
.order-meta-cell{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	gap:2px;
	line-height:1.2;
	text-align:left;
}
.order-meta-time{
	font-size:12px;
	color:#F8FAFC;
	white-space:nowrap;
}
.order-meta-id{
	font-size:10px;
	color:rgb(148, 163, 184);
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    margin-top: 10px;
}
.c3_01 .order-meta-cell,
.w3_00 .order-meta-cell,
.e3_00 .order-meta-cell{
	padding-left:4px;
}
.e3_05{
    font-size: 10px;
    min-height: 0.28rem;
    border: 1px solid rgb(189, 197, 202);
    color: rgb(189, 197, 202);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
}


.w3_04,.e3_04{
	color: rgb(60, 152, 252);
}
.w3new1{
	color: rgb(8, 191, 136);
}
.w3new2{
	color: rgb(212, 219, 226);
}
.colorred{
	color: rgb(238, 72, 58);
}
/* .c3{
	height: 3rem !important;
} */
.e3_05_wu{
	font-size: 10px;
    height: 0.2rem;
    border: none;
	width: 15% !important;
	margin: 5px;
}
.bottom_content{
    padding-bottom: 1rem;
    color: RGBA(184, 191, 199, 1);
}

.newClass1{
	padding: 0.1rem;
	color: RGBA(54, 86, 109, 1) !important;
	text-align: center;
	width: 100%;
	text-decoration: none;
	/* border-bottom:  2px solid RGBA(58, 151, 253, 1) !important; */
}
.newClass2{
	padding: 0.1rem;
	color: RGBA(184, 191, 199, 1) !important;
	text-align: center;
	width: 100%;
	text-decoration: none;
	/* border-bottom:  2px solid RGBA(255, 255, 255, 1) !important; */
}

.currency_btn_newclass{
	background: linear-gradient(180deg, #ED8464 0%, #FF3636 100%);
}
.Newclass{
	color: #B8BDC8;
    background-color: #2A2C33;
}
.Newclassred{
	color: #FFF;
	background-color: #FF5449;
}
.popNewClass1{
	/* padding: 0.5rem; */
	color: #36566EFF;
	text-align: center;
	text-decoration: none;
	/* border-bottom:  2px solid rgb(58, 151, 253); */
}
.popNewClass2{
	/* padding: 0.5rem; */
	color: rgb(184, 191, 199);
	text-align: center;
	text-decoration: none;
	/* border-bottom:  2px solid rgb(255, 255, 255); */
}

.mi_3 {
	display: none !important;
}

.animations {
	animation: rotate 0.5s infinite linear;
}

@keyframes rotate {
	from {
		transform: rotate(0);
}
	to {
		transform: rotate(360deg);
	}
}






.login-page-mm{
    background-color: #192641;
    padding-bottom: 0.3rem;
    margin: 0 0.2rem;
    border-radius: 0.2rem;
}
.login-page-szmm{
    color: #fff;
}
.login-page-log{
    width: 0.14rem;
    height: 0.14rem;
}
.login-page-logtext{
    width: 0.4rem;
    text-align: right;
    font-size: 14px;
    background: linear-gradient(270deg, #35B9FF 0%, #64EDCC 100%);
    -webkit-background-clip: text;   /* 背景裁剪到文字 */
    -webkit-text-fill-color: transparent; /* 让文字透明，显示背景 */
}
.login-page-logyj{
    width: 0.2rem;
    height: 0.1rem;
}


.lang-dialog {
    width: 220px;
    background: #4a4a4a;
    border-radius: 10px;
    color: white;
    padding: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  
  .dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .close-btn {
    font-size: 20px;
    cursor: pointer;
  }
  
  .lang-item {
    background-color: #3a3a3a;
    margin: 6px 0;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  
  .lang-item.active {
    background-color: #00d8ff;
    color: black;
    font-weight: bold;
  }
  
  .lang-item.active::after {
    content: "✔";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .login-page-dl{
    margin-top: 0.6rem;
    width: 90%;
  }
  .an-mt-100{
    width: 100%;
  }
  .login-input-section-cen{
    align-items: center;
  }
  .btn-switch-acc-icon{
    width: 10px;
    margin-right: 5px;
  }
  .assets-info-br{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .assets-info-assetslogo{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
  }
  .assets-info-logo{
    width: 40px;
    margin-right: 0.3rem;
  }
  #dataSynchro{
    width: 0.2rem;
  }
  .ui-list-single-pad10{
    padding: 10px;
  }
  #cAccBtnEnter{
    height: 0.4rem;
    border-radius: 0.1rem;
  }
  .an-wh-100{
    width: 100% !important;
    height: 0.4rem;
    margin-bottom: 0.9rem;  
  }
  #iAccBtnEnter{
    height: 0.4rem;
    border-radius: 10px;
  }

 
.textarea-input {
    position: relative; 
    color: #fff; 
    font-size: 16px; 
}
textarea::placeholder {
    color: #777; /* 灰色 */
    opacity: 0.5; /* 半透明效果 */
}
.margintop-color{
    color: #fff;
    background-color: #121F2B;
    border-radius: 0.2rem;
    padding: 0.1rem 0.2rem;
}
.margintop .title{
	color: #8E9099;
}
.an-text-wrap-addcolor{
    color: #AAC7FF;
}
.an-text-wrap-keycolor{
    color: #53C3FF;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.1rem;
    margin: 20px 0;
    padding: 0px 12px 12px 12px;
}
.margintop-dispprivkey-bg{
    padding: 0.15rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}
.keytext-prikeytips1{
    font-size: 16px;
}
.keytext-prikeytips2{
    color: #8E9099;
}
.co{
    display: flex;
    align-items: center;
    justify-content: center;
}
.co-copy{
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    margin-bottom: 0.6rem;
}
.co-martop{
    margin-top: 0.1rem;
}
.frame4-key{
    margin-right: 0.1rem;
}
.weui-half-screen-color{
    background-color: #080C18;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 0;
}
.weui-half-screen-dialog-textcolor{
    color: #fff !important;
}
.dialog_cell_group-color{
    color: #fff;
}
.weui-cell_access_borderbottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sf_cell_check_imgma{
    margin: 0 0.2rem;
}
.an-input::placeholder {
    color: #8E9099;
}
.color-fff{
    color: #fff;
}
.an-color-bg{
    background: linear-gradient(270deg, #53C2FE 0%, #4A90E2 100%);
    border-radius: 0.15rem !important;
    color: #fff !important;
}
.ui-dialog-bd-img{
    width: 0.5rem;
    margin: 0.15rem 0;
}
.ui-dialog-bd-text{
    color: #AAC7FF;
    margin-bottom: 0.1rem;
    text-align: center;
}
.ui-dialog-bd-textred1{
    color: #FFB6B6;
    text-align: center;
}
.ui-dialog-bd-textred2{
    color: #878993;
    text-align: center;
}
.an-color-bgred{
    background: linear-gradient(270deg, #FF5252 0%, #FF3636 100%);
    border-radius: 0.15rem !important;
    color: #fff !important;
}
.qrShowSection_sk{
    width: 50%;
    color: #fff;
}
.qrShowSection_dis{
    display: flex;
    justify-content: right;
}
.pay_text{
    text-align: center;
    color: #fff;
    margin: 0.1rem 0 !important;
}
.qr-des-color{
    color: #fff;
    margin: 0.1rem 0.1rem 0 0.1rem !important;
}
.qr-des-info{
    font-size: 18px;
}
.qr-des-info-img{
    width: 0.15rem;
}
.copyBtn-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0 !important;
    border-radius: 0.1rem;
}
.copyBtn-img{
    width: 0.4rem;
    margin-right: 0.1rem;
}
.an-section-card-tran{
	height: auto;
    margin: 10px 20px;
	border-radius: 8px;
	color: #fff;
}
.an-section-card-tran-div{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.1rem;
    margin-bottom: 0.15rem;
    padding: 0.15rem 0;
}
.btn_scan_tran_img{
    width: 0.2rem;
    margin-right: 5px;
}
.an-section-card-tran-li{
    background: #121F2B;
    border-radius: 10px;
}
.ui-avatar-s-li{
    margin-left: 10px;
}
.ui-list-info-num{
    margin: 0;
    background: #121F2B;
    border: none;
}
.msg-warn-dlg-tran{
    margin-right: 8px;
}
#sure_btn{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.an-section-card-tran-img{
    width: 40px;
    margin-right: 8px;
}
#showQRdlg{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.mine-icon{
    width: 25px;
    margin-right: 20px;
}
.mine-boxshadow{
    border: 2px solid #00E5FF;
    border-radius: 50%;
    box-shadow: 0 0 6px #00E5FF;
    padding: 2px;
    background-color: black;
}
.qr-des-text{
    color: #fff;
    margin-top: 15px !important;
}
.qr-des-text-dwn{
    color: #CCCCCC;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}
.weui-cells{
    background-color: #121F2B;
    color: #CCCCCC;
}
.weui-cell__ft{
    color: #9CA3AF;
}
.dialog_cell_group{
    color: #CCCCCC;
}
.address-add-img{
    width: 20px;
    margin-right: 15px;
}
.weui-input::placeholder{
    color: #CCCCCC;
}
.ui-form-item{
    margin: 0.2rem 0;
    border-radius: 10px;
    background: #121F2B;
}
.changepwd-input{
    color: #fff;
}
.changepwd-input::placeholder{
    color: #454F68;
}
.helppage{
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 20px 20px;
    color: #fff;
    background-color: #121F2B;
    border-radius: 10px;
    border: 1px solid #2A2A2A;
}
.helppage_text{
    color: #36FFB2;
    margin-left: 40px;
}
.helppage_img{
    width: 15px;
    margin-right: 25px;
}
.developerchain{
    background: none;
    color: #36FFB2;
    border: none;
}
.developer_inputtext{
    background: none !important;
    color: #C5C6C6;
}
.form_item_content_input{
    background: #1A2733;
}

.dropdown {
    width: 200px;
    position: relative;
    font-family: sans-serif;
  }
  
  .selected , .selected1{
    /* background-color: #2F3B45; */
    color: #fff;
    /* padding: 10px; */
    /* border-radius: 10px; */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .dropdown-list {
    position: absolute;
    width: 100%;
    background-color: RGBA(255, 255, 255, 0.3);
    /* border-radius: 10px; */
    margin-top: 5px;
    display: none;
    z-index: 10;
  }
  
  .dropdown-item, .dropdown-item1 {
    padding: 10px;
    cursor: pointer;
    color: #fff;
    /* border-radius: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 10px 10px;
    background: #474E53;
  }
  
  .dropdown-item:hover,  .dropdown-item1:hover {
    background-color: #00E5FF;
    color: #000;
  }
  
  .dropdown-item.selected, .dropdown-item1.selected1 {
    background-color: #00E5FF;
    color: #000;
  }
  
  .checkmark {
    font-size: 16px;
    font-weight: bold;
    visibility: hidden;
  }
  
  .dropdown-item.selected .checkmark, .dropdown-item1.selected1 .checkmark {
    visibility: visible;
  }
  .noticecon{
    border: 1px solid transparent;
    border-image: linear-gradient(270deg, #35B9FF 0%, #64EDCC 100%);
    border-image-slice: 1;
    border-radius: 10px;
    margin: 15px 10px;
    padding: 5px;
    color: #64EDCC;
  }
  .account{
    width: 50%;
    text-align: center;
    /* border-right: 1px solid #b1b0b0; */
  }
  .chain{
    width: 50%;
    text-align: center;
  }
  .transdiv{
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
    background: #121F2B;
    border-radius: 10px;
  }
  .trantext{
    width: 50%;
  }
  .transelected{
    justify-content: right;
  }
  .selectedText{
    margin-right: 10px;
  }
  .logdetails-div{
	/* background-color: #fff; */
	/* background-image: url(../images/bigbg.png); */
	/* height: 3rem; */
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	border-radius: 0.16rem;
	border: 0;
	padding: 10px;
	margin: 20px;
  }
  .logdetails-div-top{
    text-align: center;
    font-size: 20px;
	margin: 0.15rem 0;
	color: #32d132;
	display: flex;
	justify-content: center;
  }
  .logde_text{
    color: #22C55E;
    margin-left: 10px;
  }
  .logdetails-div-add{
    background-color: #121F2B;
    padding: 20px;
    border-radius: 10px;
  }
  .logdetails-div-hex{
    margin-top: 0.15rem;
    display: flex;
    color: #9f9d9d; 
    padding-bottom: 0.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .res_header{
    display: flex;
    align-items: center;
    padding: 0.15rem;
  }
  .res_header_one{
    width: 70%;
    display: flex;
    align-items: center;
	justify-content: left;
  }
  .res_header_two{
    width: 30%;
    display: flex;
    align-items: center;
	justify-content: right;
  }
  .cart_headericon{
    width: 0.15rem;
    margin-right: 0.1rem;
  }
  .header_cart{
    background-color: #080E1C !important;
    border-bottom:none;
  }
  .cart_middle_lefticon{
    width: 0.1rem;
    margin-left: 0.1rem;
  }
  .middle_left_content{
    height: 3.5rem;
    background-color: RGBA(255, 255, 255, 0.1);
    border: 2px solid RGBA(43, 49, 61, 1);
    border-radius: 0.1rem;
    padding: 0 0.1rem;
    /* margin-right: 0.1rem; */
  }
  .arrow_trans{
    width: 0.13rem;
    margin-right: 0.2rem;
  }
  .bgurl{
    /* width: 100%;
    height: 100%; */
    /* background: url(../images/bg_top@2x.png) top center no-repeat, 
                url(../images/bg_bottom@2x.png) bottom center no-repeat; */
    /* background-size: 100% auto; */
  }
  .cart_modal-content-top{
    color: #fff;
    text-align: center;
    padding: 0.15rem;
    background: #1B202D;
    font-size: 18px;
  }
  .cart_times{
    float: right;
  }
  .search::placeholder {
    color: #8E9099;
  }
  .friend_delicon{
    width: auto;
  }
  .footer-tab-menu div[onclick*="mine"] img {
    height: auto;
  }
  .footer-tab-menu div[onclick*="mine"] {
    height: 0.22rem;
  }
  #alldiv{
    margin-bottom: 0.45rem;
  }
  .weui-half-screen-dialog{
    background: #080E1B !important;
  }
  #blockchains {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0.2rem 0;
  }
  .blocknames1 {
    width: calc(25% - 10px);
    box-sizing: border-box;
  }
  .blockname {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: #181818;
    color: white;
    border: 1px solid #dce8f4;
    box-sizing: border-box;
  }
  .blockname.active {
    background-color: #1AC8A3;
    font-weight: bold;
  }
  .blockchain{
    color: #fff;
    margin: 0.1rem;
  }
  .blockchain_acc{
    font-size: 18px;
  }
  .corrbtn_div{
    display: flex;
    justify-content: center;
    height: 0.4rem;
    margin-top: 0.5rem;
  }
  #corrbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
  #cancelDialog , #confirmAuthAcexDig{
    color: #fff;
  }
