.gys_body {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: .335rem 0 0;
}

.gys_body::before {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to right, #def2ff, #f0f5ff, #e4ecff);
    z-index: -1;
}

.gys_body::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    content: "";
    background-image: linear-gradient(to top, #f7f8fc, transparent);
    z-index: 1;
}

.gys_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto;
    padding: .865rem 0 .235rem;
    position: relative;
    z-index: 2;
}

.gys_top .gys_top_img {
    width: 2.755rem;
    height: 2.755rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .345rem;
    border: .085rem solid #c2cfd0;
    background-color: #fff;
}

.gys_top_img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.gys_top .gys_top_title {
    width: 11rem;
}

.gys_top .gys_top_title h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gys_top_title_bt {
    display: flex;
    margin: 0.025rem 0;
    color: #666;

}

.gys_order {
    background: var(--blue);
    margin: 0.35rem auto 0;
    padding: .35rem 0;
    position: relative;
    z-index: 2;
}

.gys_order_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gys_order_list a {
    width: 20%;
    text-align: center;
    font-size: .59rem;
    color: #fff;
    position: relative;
    padding: 0.2rem 0;
}

.gys_order_list a span {
    color: #fff;
    position: absolute;
    top: 0.2rem;
    right: .15rem;
    background: #f55;
    border-radius: 50%;
    width: .78rem;
    height: .78rem;
    font-size: .50rem;
    line-height: .78rem;
}

.gys_order_list a i {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    font-size: .945rem;
}

.gys_order_list a i img {
    width: 100%;
    height: 100%;
    display: block;
}

.gys_notice {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
}

.gyssj_bt {
    margin: 0.35rem auto;
    background-color: #fff;
}

.gyssj_bt ul {
    display: flex;
    align-items: center;
    padding: .535rem 0 0;
    flex-wrap: wrap;
}

.gyssj_bt ul li {
    width: 33.33%;
    margin-bottom: .5rem;
}

.gyssj_bt ul li a {
    text-align: center;
    line-height: .852rem;
    font-size: .548rem;
    color: #666;
}

.gyssj_bt ul li a i {
    color: #333;
    font-size: .769rem;
    line-height: 1.25rem;
    font-family: DIN;
}

.xiaoxi1 {
    position: absolute;
    right: 0%;
    top: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xiaoxi1 a span {
    font-size: .85rem;
    color: #666;
}

.index_notice1 {
    display: flex;
    padding: 0.335rem 0.5rem;
    background: #fff;
    width: 95%;
    margin: .335rem auto 0;
    border-radius: .335rem;
    align-items: center;
    justify-content: space-between;
}

.index_notice1>a {
    display: flex;
}

.index_notice1>a img {
    width: 1.38rem;
}

.index_notice1>div {
    width: calc(100% - 2rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.demopage {
    margin: 0;
    width: calc(100% - 1.68rem);
}

.scrollDiv {
    height: 1.475rem;
    line-height: 1.475rem;
    ;
    overflow: hidden;
    text-align: center;
}

.scrollDiv li {
    height: 1.475rem;

}

.scrollDiv li a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: .58rem;
    justify-content: space-between;
}

.scrollDiv li a i {
    margin-left: .235rem;
    color: #999;
}

.scrollDiv li:nth-child(1n) a {
    color: #333;
}

#s2,
#s3 {
    height: 5rem;
}

.user_top {
    padding: 1rem 0;
    font-size: .59rem;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 9.01rem;
    margin-bottom: 1.135rem;
    background-position-y: 0rem;
    position: relative;
    background-image: url('../img/body_bg2.png');
    z-index: 0;
    position: relative;
    }

.user_top::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent 30%, #f7f8fc);
    width: 100%;
    height: 50%;
    z-index: -1;
}

.user_top .user_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 94%;
    margin: 0 auto;
    padding: 1rem 0 1rem;
}

.user_top .xiaoxi {
    position: absolute;
    right: 3%;
    top: 0%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.user_top .user_top_img {
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .435rem;
    border: 4px solid #ffbc00;
    background-color: #fff;
}

.user_top .user_top_img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.user_top .user_top_title {
    height: 4.25rem;
    width: 10.3rem;
    display: flex;
    flex-direction: column;
    color: #000;
    justify-content: space-evenly;
}

.user_top_title_xiaoxi {
    display: flex;
    justify-content: space-between;
}

.user_top .user_top_title h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.user_top_title_bt {
    display: flex;
    margin: 0.025rem 0;
    color: #fff;



}

.user_top_title_bt11 {
    background: linear-gradient(to right, #d7a060, #fcdec5);
    border-radius: 1rem;
    color: #d13938;
    font-size: .52rem;
    padding: 0.025rem 0.335rem;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.user_top_title_bt a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1rem;
    line-height: 1rem;
    padding: 0 0.25rem;
    margin-right: .5rem;
    font-size: .49rem;
}

.user_top_title_bt a:first-child {
    background-color: #fff;
    color: #d0131f;
}

.user_top .user_top_bj {
    font-size: .50rem;
    display: flex;
    padding: .635rem 0.15rem 0;
    border-radius: 1rem 0 0 1rem;
    color: #fff;
}

.user_top .user_top_bj img {
    width: 1rem;
    height: 1rem;
}

.user_top .user_top_bj i {
    position: absolute;
    top: 0;
    right: 0;
    background: #f55;
    color: #fff;
    border-radius: 50%;
    width: .8rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
}

.user_top>ul {
    display: flex;
    align-items: center;
    height: 2.9rem;
    background-size: 100%;
    border-top: 1px solid #ffffff45;
    margin-top: .635rem;
}

.user_top li {
    width: 50%;
    text-align: center
}

.user_top li a>div {
    word-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.user_top li a>div:first-child {
    font-size: 1rem;
}

.userbox_bar {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 2.475rem;
    background: linear-gradient(45deg, #293246, #1e222f);
    border-radius: 0.335rem;
    padding: 0 0.5rem;
}

.userbox_left {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.userbox_left_tb {
    color: #333;
    background: linear-gradient(to right, #fae3ab, #faeacd);
    width: 1.235rem;
    height: 1.235rem;
    border-radius: 50%;
    margin-right: 0.235rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.userbox_left_tb i {
    font-size: .74rem;
}

.userbox_left_wz h3 {
    background-image: linear-gradient(to bottom, #fff1ca, #ffd588);
    color: transparent;
    -webkit-background-clip: text;
    font-size: .75rem;
    font-style: italic;
    font-weight: 800;
}

.userbox_left_wz p {
    color: #F8E7BC;
    font-size: .52rem;
    font-style: italic;

}

.agent {
    width: 96%;
    margin: -1rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.45rem;
    padding: 0rem .65rem 0;
    color: #fff;
    position: absolute;
    left: 2%;
    bottom: -.012rem;
    background-image: url(../img/user_top_bg.png);
    height: 2.9rem;
    background-size: 100%;
    background-repeat: no-repeat;
}

.agent>img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.agent h4 {
    background-image: linear-gradient(to bottom, #fff1ca, #ffd588);
    color: transparent;
    -webkit-background-clip: text;
    font-size: .69rem;
    margin: 0 .235rem;
}

.agent P {
    color: #ffedc1;
    font-size: .548rem;
}

.djsq {
    background-image: linear-gradient(to left, #fff1ca, #ffd588);
    color: #333;
    padding: 0 0.35rem;
    border-radius: 1rem;
    line-height: 1.125rem;
    font-size: .548rem;
}

.djsq i {
    font-size: .52rem;
}

.user_summary {
    margin: 0.35rem auto 0;
    background-color: #fff;
    padding: .05rem 0 .45rem;
}

.user_summary_main {
    padding: 0 .5rem;
}

.user_summary_profile {
    background: linear-gradient(135deg, #fff9f3 0%, #ffffff 100%);
    border: 1px solid #f4e3d3;
    border-radius: .35rem;
    padding: .45rem .5rem;
    margin-bottom: .35rem;
}

.user_summary_name {
    font-size: .72rem;
    font-weight: 800;
    color: #222;
    margin-bottom: .25rem;
}

.user_summary_meta {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .45rem;
    color: #666;
    font-size: .50rem;
    line-height: .95rem;
}

.user_summary_meta span {
    background: #f7f8fc;
    border-radius: .25rem;
    padding: 0 .32rem;
}

.user_summary_stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .28rem;
}

.user_summary_stats a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%);
    border: 1px solid #f4e3d3;
    border-radius: .32rem;
    padding: .35rem 0 .28rem;
    color: #666;
}

.user_summary_stats a p {
    line-height: 1.05rem;
    font-size: .82rem;
    font-weight: 800;
    color: #d13938;
}

.user_summary_stats a div {
    font-size: .46rem;
    color: #666;
    line-height: .74rem;
}

.user_order {
    background-color: #fff;
    margin: 0.35rem auto 0;
    padding: .05rem 0 .55rem;
}

.user_order_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.user_order_list a {
    width: 20%;
    text-align: center;
    font-size: .59rem;
    color: #666;
    position: relative;
    padding: 0.2rem 0
}

.user_order_list a i {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.145rem;
    }

.user_order_list a i img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.user_order_list a:nth-child(2) i {
    background-position-y: -1.6rem
}

.user_order_list a:nth-child(3) i {
    background-position-y: -4.7rem
}

.user_order_list a:nth-child(4) i {
    background-position-y: -3.2rem
}

.user_order_list a:nth-child(5) i {
    background-position-y: -6.25rem
}

.user_order_list a span {
    color: #fff;
    position: absolute;
    top: 0.2rem;
    right: .15rem;
    background: #f55;
    border-radius: 50%;
    width: .78rem;
    height: .78rem;
    font-size: .50rem;
    line-height: .78rem;
}

.user_l {
    margin: 0.07rem auto 0;
    border-radius: 0.335rem;
}

.user_l_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0.235rem 0;

}

.user_l .user_ll {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.255rem;
    justify-content: space-between;
}

.user_l_fs {
    color: #815224;
}

.user_l .user_ll a {
    width: 32%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: .235rem;

}

.user_l .user_ll a:last-child {
    position: relative;
    background: url(../img/Arrow61.png) no-repeat;
    background-size: 30%;
    background-position: -16% center;
    padding-left: 1rem;
    width: 30%;
}

.user_l .user_ll a p {
    font-size: .769rem;
    line-height: 1.25rem;
    font-weight: bold;
    color: var(--pink);
}

.user_l .user_ll a div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: .877rem;
    color: #666;
}

.user_l .user_ll a div i {
    color: #999;
    font-size: .52rem;
}

.user_bt {
    margin: 0.35rem auto;
    background-color: #fff;
}

.user_ll_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 .5rem;
}

.user_ll_bt a {
    width: 45%;
    text-align: center;
    background: #e5e0fe;
    color: #d0131f;
    line-height: 1.5rem;
    margin-bottom: .35rem;
    border-radius: .25rem;
}

.user_ll_bt2 a {
    background: #fee2e1;
    color: #ec3a3a;
}

.user_bt ul {
    display: flex;
    align-items: center;
    padding: .535rem 0 0;
    flex-wrap: wrap;
}

.user_bt ul li {
    width: 25%;
    margin-bottom: .5rem;
}

.user_bt ul a {
    text-align: center;
    line-height: .852rem;
    font-size: .548rem;
    color: #666;
}


.user_bt ul .huan_yl img {
    width: 1.675rem;
    height: 1.675rem;
}

.user_bt ul .huan_dc img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.user_bt ul li span {
    overflow: hidden;
    width: 1.235rem;
    height: 1.235rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto .225rem;
}

.user_bt ul li i {
    font-size: .99rem;
    color: #333;
}

.user_list {
    background-color: #fff
}

.user_list li+li {
    border-top: 1px solid #e9e9e9;
}

.user_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    font-size: .59rem;
    line-height: 2rem
}

.user_list li a img {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem
}

.user_list li a>div {
    display: flex;
    align-items: center
}

#birthday_time {
    width: 10rem;
    justify-content: flex-end;
}

.user_appion {
    background-color: #fff;
}

.user_appion_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem .35rem;
}

.user_appion_l {
    width: 2.3rem;
    text-align: center;
    background: #f5f5f5;
    font-size: .69rem;
    line-height: 1.5rem;
    border-radius: .35rem;
    overflow: hidden;
}

.user_appion_l p {
    background: var(--pink);
    color: #fff;
    font-size: .49rem;
    line-height: 1.5;
}

.user_appion_r {
    width: 11.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .22rem .5rem;
    border: 0.05rem solid #dedede;
    border-radius: .35rem;
}

.user_appion_text p {
    font-size: .49rem;
    color: var(--color6);
}

.user_doctor {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.user_doctor>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    background: #fff;
    border-radius: .35rem;
    padding: .35rem;
}

.user_doctor_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .235rem;
}

.user_doctor_title>div {
    display: flex;
    align-items: center;
}

.user_doctor_title>div:first-child {
    font-weight: bold;
    font-size: .69rem;
}

.user_doctor_logo {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dedede;
}


.user_doctor_logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.user_doctor_name {
    font-size: .59rem;
    line-height: 1.5;
    font-weight: bold;
}

.user_doctor>div>p {
    font-size: .49rem;
    color: var(--color6);
}

.user_doctor_bt {
    border: .05rem solid var(--primary);
    color: var(--primary);
    border-radius: 1rem;
    padding: 0 .5rem;
    font-size: .55rem;
}

.user_list_r {
    display: flex;
    align-items: center
}

.user_list_r>div {
    margin-right: .5rem
}

.user_list li a .user_list_r img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0.5rem 0
}

.userInfo_list {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    font-size: .59rem;
    line-height: 2rem;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.userInfo_list div {
    width: 25%;
    text-align: center;
    font-size: .58rem;
    color: #333;
}

.userInfo_list input {
    width: 75%;
    font-size: .58rem;
    line-height: 2rem
}

.sex {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0
}

.my_wallet {}

.my_wallet_title {}

.sex li i {
    width: 5rem;
    height: 5rem;
    display: block;
    background-image: url('../img/sex.png');
    background-size: 10rem
}

.sex li .boy_pick {
    background-position-x: 5rem
}

.sex li .girl {
    background-position-y: 5rem
}

.sex li .girl_pick {
    background-position-x: 5rem
}

.div_img {
    position: relative;
    z-index: -10;
    width: 100%;
}

.img_bg {
    position: relative;
    width: 100%;
    display: block
}

.img_logo {
    position: absolute;
    top: 2.68rem;
    left: 0.65rem;
    width: 1.35rem;
    height: 1.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block
}

.img_title {
    position: absolute;
    top: 2rem;
    left: 3.5rem;
    font-size: .69rem;
    line-height: .9rem;
    color: #222
}

.img_ewm {
    position: absolute;
    display: block;
    border-radius: .35rem;
}

.ewm_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.ewm_con img {
    max-width: 100%;
    display: block;
}

.address_add {
    border-top: 1px solid #f5f5f5
}

.address .address_list+.address_list {
    border-top: 1px solid #dedede
}

.address_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    font-size: .62rem;
    line-height: 2rem;
    background-color: #fff
}

.address_list_l {
    width: 25%;
    text-align: center;
    line-height: .95rem;
}

.address_list_l h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: .58rem;
}

.address_list_l em {
    background-color: #ba0e1a;
    border-radius: .825rem;
    color: #fff;
    font-size: .48rem;
    padding: 0.05rem 0.25rem;
    text-align: center;
}

.address_list_c {
    width: 68%;
    line-height: 1rem;
    padding: 0.5rem 0;
}

.address_list_c>div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.address_list_c .number {
    color: #333;
    font-size: .58rem;
}

.address_list_c .similars {
    color: #999;
    font-size: .58rem;
}

.address_list_r {
    width: 10%;
    display: flex
}

.address_list_r i {
    font-size: 1.0rem;
    color: #999;
}

.address_list_r img {
    width: 1rem;
    display: block
}

.address_list>.address_name {
    width: 30%;
    text-align: left;
    color: #333;
    font-size: .58rem;
}

.address_list>.address_text {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.address_list>.address_text input {
    width: 90%;
    font-size: .58rem;
    line-height: 2rem
}

.address_list>.address_text>i {
    width: 0.5rem;
    height: .5rem;
    transform: rotate(45deg);
    border-top: .05rem solid #999;
    border-right: 0.05rem solid #999
}

.address_list>.address_text p {
    width: 2rem;
    height: 1rem;
    border: 1px solid #999;
    border-radius: 1rem;
    display: flex;
    align-items: center
}

.address_list>.address_text p em {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #999
}

.address_list>.address_text .address_text_checkbox {
    background-color: #00C853;
    justify-content: flex-end;
    border: 1px solid #00C853;
}

.address_list>.address_text .address_text_checkbox em {
    border: 1px solid #00C853
}

.address_list>.address_text .address_delete {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.address_list>.address_text .address_delete i {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('../img/icon.png');
    background-size: 12rem;
    background-position: -3.1rem 0;
    margin-right: .5rem
}

.delete_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.delete_popup>div {
    width: 12rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -6rem;
    background-color: #fff;
    border-radius: .35rem;
    font-size: .69rem;
    line-height: 2rem;
    text-align: center
}

.delete_popup_bt {
    border-top: 1px solid #999;
    display: flex
}

.delete_popup>div span {
    width: 50%;
    display: block
}

.delete_popup_bt span+span {
    border-left: 1px solid #999
}

.binding_top,
.binding_img {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
    line-height: 1.8rem;
    margin-bottom: .02rem;
    font-size: .62rem;
}


.binding_top input {
    width: 60%;
    font-size: .62rem;
    line-height: 1.8rem;
    text-align: right;
}

.binding_top select {
    width: 60%;
    font-size: .62rem;
    line-height: 1.8rem;
    text-align: right;
    background: none;
    border: none;
}

.binding_img .shcph {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
}

.binding_img label {
    position: relative;
}

.binding_img .shcph img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.binding_img input {
    opacity: 0;
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
    position: absolute;
}

.binding_img+.binding_top {
    margin-top: 1rem;
}

.withrawals_top {
    padding: 1rem 0.5rem;
    background-color: #fff;
}

.withrawals_top span {
    font-size: .9rem;
    color: #fb2a2a;
}

.withrawals_ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin: 0.25rem 0;
    padding: 0 0.5rem;
}

.withrawals_ul li {
    width: 33.3%;
    display: flex;
    align-items: center;
    font-size: .59rem;
    line-height: 2rem;
}

.withrawals_ul li i {
    margin-right: .5rem;
}

.withrawals_ul_cen {
    background-color: #fff;
    width: 100%;
    padding: 0.5rem;
}

.withrawals_ul_cen>div {
    display: flex;
    align-items: center;
}

.withrawals_ul_cen>div+div {
    margin-top: .25rem;
}

.withrawals_ul_cen>div input {
    width: 10rem;
    font-size: .59rem;
    line-height: 1.5rem;
    border: 1px solid #666;
    border-radius: .35rem;
    padding: 0 .5rem;
}

.withrawals_ul_cen div div {
    width: 3.5rem;
}

.withrawals_list {
    width: 100%;
    padding: 0.5rem;
    display: inline-block;
    background-color: #fff;
    margin-top: .25rem;
}

.withrawals_list input {
    font-size: .59rem;
    line-height: 2rem;
    width: 100%;
}

.withrawals_list div {
    display: flex;
    justify-content: space-between;
}

.withrawals_list p {
    display: flex;
    align-items: center;
}

.withrawals_list a {
    color: #fb2a2a;
    margin: 0 0.25rem;
}

.withrawals_list_password {
    position: relative;
    height: 2rem;
    margin: 0.25rem 0;
}

.withrawals_list_password>input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}

.withrawals_list_password>div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2rem;
    z-index: 0;
}

.withrawals_list_password>div>input {
    border: 1px solid #666;
    width: 1.8rem;
    height: 1.8rem;
    font-size: .69rem;
    line-height: 2rem;
    text-align: center;
}

.withrawals_list_password>div>input+input {
    border-left: none;
}

.withrawals_foot {
    padding: 0.5rem;
}

.withrawals_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

.withrawals_popup p {
    width: 100%;
    padding: 0.5rem;
}

.withrawals_popup_cen>div {
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

.withrawals_popup_cen>div>div {
    width: 3.5rem;
}

.withrawals_popup_cen input {
    font-size: .59rem;
    line-height: 2rem;
    width: 8rem;
}

.withdrawal_list a {
    padding: 0 0.5rem;
    border-bottom: 2px solid #f5f5f5;
    background-color: #fff;
}

.withdrawal_list a>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5rem;
}

.footprint_list {
    padding: 0.5rem;
    background-color: #fff;
    margin-bottom: .25rem;
}

.footprint_list>div {
    font-size: .69rem;
    line-height: 2rem;
}

.footprint_list ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.footprint_list .footprint_list_img {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
}

.footprint_list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.footprint_list .footprint_list_cen {
    line-height: 1.5;
    width: 10rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footprint_list .footprint_list_cen p {
    font-size: .69rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footprint_list .footprint_list_cen div {
    color: #9a0000;
}

.collection_list li {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.collection_list li a {
    display: flex;
    align-items: center;
}

.collection_list li a .collection_list_img {
    width: 3rem;
    height: 3rem;
    margin-right: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection_list_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.collection_list li a .collection_list_cen {
    width: 8.5rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.collection_list li a .collection_list_cen div {
    color: #d0131f;
}

.collection_list .collection_list_a {
    padding: 0 0.25rem;
    line-height: 1rem;
    background-color: #d0131f;
    border-radius: 1rem;
    color: #fff;
}

.assets_top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
}

.assets_top a {
    font-size: .69rem;
    line-height: 1.8rem;
    text-align: center;
    width: 33.3%;
}

.assets_pick {
    background-color: #f5f5f5;
    color: #d0131f;
}

.assets_list li {
    padding: 0.5rem;
    margin-top: .25rem;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.assets_list li>div {
    display: flex;
    line-height: .925rem;
    flex-wrap: wrap;
}

.assets_list li .list_left {
    width: 32%;
}

.assets_list li .list_right {
    width: 65%;
    margin-left: 3%;
}

.assets_list li .list_left p {
    width: auto;
    display: flex;
    font-size: .62rem;
}

.assets_list li .list_left p:first-child {
    font-size: .75rem;
    color: #fb2a2a;
    font-weight: bold;

}

.assets_list li .list_left p:last-child {
    font-size: .54rem;
    color: #fff1f1;
    background: #f83f375c;
    padding: .035rem .435rem;
    border-radius: .865rem;
    margin: .335rem 0 0 0;
    justify-content: center;

}

.assets_list li .list_right p {
    width: 100%;
}

.assets_list li .list_right p:first-child {
    line-height: .875rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .58rem;
}

.assets_list li .list_right p:nth-child(2) {
    color: #666;
    font-size: .58rem;
}

.assets_list li .list_right p:last-child {
    color: #666;
    font-size: .58rem;
}


.after_sale_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1.8rem;
    background-color: #fff;
}

.after_sale_top a {
    width: 33%;
    text-align: center;
}

.after_sale_ul li {
    margin-top: 0.25rem;
}

.after_sale_ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem .5rem 0;
    background-color: #fff;
}

.after_sale_ul li .after_sale_list_img {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
}

.after_sale_list_img img {
    width: auto;
    height: auto;
    display: block;
}

.after_sale_list_cen {
    width: 70%;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.after_sale_list_cen h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.after_sale_bt {
    padding: 0.2rem .5rem 0.5rem !important;
    justify-content: flex-end;
}

.after_sale_bt div {
    width: max-content;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    background-color: #fb2a2a;
    border-radius: .2rem;
    color: #fff;
    margin-left: .5rem;
}

.after_sale_list {
    display: flex;
    align-items: center;
    padding: .25rem 0.5rem;
    background-color: #fff;
}

.after_sale_list p {
    width: 22%;
    text-align: right;
    margin-right: .5rem;
}

.after_sale_list select {
    font-size: .59rem;
    line-height: 1rem;
    width: 60%;
    border: 1px solid #222;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    padding: 0.25rem 0.5rem;
}

.after_sale_list textarea {
    width: 9rem;
    height: 5rem;
    font-size: .59rem;
    line-height: 1.5;
    padding: .35rem;
    border: none;
    outline: none;
    border: 1px solid #222;
}

.login_logo {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.login_logo::before {
    width: 140%;
    left: -20%;
    top: 0;
    content: "";
    background: var(--jb-pink1);
    height: 94%;
    border-radius: 0 0 50% 50%;
    position: absolute;
}

.login_logo div {
    width: 5.2rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.5rem;
    position: relative;
}

.login_logo img {
    width: 100%;
    height: auto;
    display: block;
    }

.login_form {
    padding: 0.5rem
}

.login_div {
    display: flex;
    align-items: center;
    width: 80%;
    background-color: #fff;
    margin: 0.5rem auto;
    border-radius: 1rem
}

.login_div input {
    font-size: .69rem;
    line-height: 2rem;
    background-color: transparent;
    width: 80%;
    padding: 0 0.5rem
}

.login_div .ver_input {
    width: 45%
}

.login_div i {
    background-image: url('../img/icon.png');
    width: 1.25rem;
    height: 1.25rem;
    background-size: 11rem;
    margin-left: 0.35rem
}

.login_div .username {
    background-position-y: 0px
}

.login_div .password {
    background-position-y: -1.25rem
}

.login_div .verify_code {
    background-position-y: -4rem
}

.login_div .invite {
    background-position-y: -2.5rem
}

.login_div .email {
    background-position-y: -5.3rem
}

.login_div .verification {
    width: 36%;
    text-align: center;
    line-height: 2rem
}

.login_div_check {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2rem
}

.login_div_check input {
    width: .65rem;
    height: .65rem
}

.login_div_check span {
    font-size: .59rem;
    line-height: 1rem;
    margin: 0 0.5rem
}

.login_div_check a {
    font-size: .59rem;
    color: #228dff
}

.login_form_a {
    width: 80%;
    text-align: center;
    font-size: .69rem;
    line-height: 2rem;
    color: #fff;
    background: var(--jb-pink1);
    margin: 0.5rem auto;
    border-radius: 2rem;
    box-shadow: var(--shadowpink);
}

.login_bt {
    display: flex;
    justify-content: space-around
}

.login_bt a {
    font-size: .59rem;
    line-height: 2rem;

}

.login_bt a span {
    color: #228dff
}

.reg_div {
    justify-content: space-between;
    padding-right: 1rem
}

.reg_div input {
    width: 50%
}

.reg_div a {
    font-size: .49rem;
    line-height: 1.5rem
}

.guanlian_top {
    text-align: center;
    padding: 1.5rem 0;
}

.guanlian_cen_title {
    padding: 0.5rem;
}

.guanlian_cen_title p {
    width: 75%;
    margin: 0 auto;
}

.guanlian_cen_title ul {
    display: flex;
    justify-content: space-evenly;
    padding: 0.35rem 0;
    margin-top: .5rem;
}

.guanlian_cen_title ul li a {
    background-color: #fff;
    color: #222;
    padding: 0.2rem 0.5rem;
    border-radius: .25rem;
    display: block;
}

.guanlian_cen_title ul .pick a {
    color: #fff;
    background-color: #d0131f;
}

.upload_cen {
    margin: .5rem;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: .35rem;
}

.upload_cen textarea {
    width: 100%;
    border: none;
    font-size: .59rem;
    line-height: 1.5;
    height: 5rem;
    outline: none;
}

.upload_file {
    width: 4rem;
    height: 4rem;
    background-image: url('../img/camera-gray.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: .25rem;
}

.upload_file input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.upload_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.upload_list .upload_img {
    width: 4.15rem;
    height: 4.15rem;
    margin: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
    max-width: 33.33%;
}

.upload_list .upload_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.upload_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.upload_lists .upload_img {
    width: 4.15rem;
    height: 4.15rem;
    margin: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
    max-width: 33.33%;
}

.upload_lists .upload_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.upload_files {
    width: 4rem;
    height: 4rem;
    background-image: url('../img/camera-gray.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: .25rem;
}

.upload_files input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.bond_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    justify-content: center;
    align-items: center;
}

.bond_bg>div {
    width: 80%;
    max-height: 80%;
    overflow: auto;
    border-radius: .35rem;
    background-color: #fff;
    padding: .5rem;
}

.bond_bg_title {
    font-size: .69rem;
    line-height: 1rem;
    margin-bottom: .5rem;
    text-align: center;
}

.bond_bg_cen {
    overflow: auto;
}

.bond_bg_list {
    display: flex;
    align-items: center;
    font-size: .59rem;
    line-height: 1.5rem;
}

.bond_bg_list p {
    width: 3rem;
    margin-right: .35rem;
}

.agent_top {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #42ada7, #2da49e);
    color: #fff;
    padding: 1rem 0;
}

.agent_top_img {
    width: 3rem;
    height: 3rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.agent_top_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.agent_top_cen {
    width: 8rem;
    margin-left: .5rem;
}

.agent_top_cen p {
    background: #442db1;
    border-radius: 1rem;
    line-height: 1.2rem;
    width: max-content;
    padding: 0 .5rem;
    margin: .25rem 0;
}

.agent_top_cen>div {
    width: max-content;
    background: #363344;
    color: #ffd900;
    border-radius: 1rem;
    line-height: 1.5;
    padding: 0 .5rem;
}

.agent_manage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    background: #fff;
    margin: .25rem 0;
}

.agent_manage .agent_manage_img {
    width: 3.5rem;
    height: 4.5rem;
}

.agent_manage .agent_manage_img img {
    width: 100%;
    display: block;
}

.agent_manage .agent_manage_cen {
    width: 11rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agent_manage_cen a {
    width: 48%;
    display: flex;
    align-items: center;
    height: 2rem;
    background: #fff;
    border-radius: .35rem;
    padding: 0 .35rem;
    border: 1px solid #aaa;
    box-shadow: #eee 0 0 .2rem .05rem;
    position: relative;
}

.agent_manage_cen a:first-child {
    margin-bottom: .5rem;
}

.agent_manage_cen a img {
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: .35rem;
}

.agent_manage_cen a i {
    position: absolute;
    top: 0.25rem;
    right: .25rem;
    background: #f22;
    color: #fff;
    border-radius: 1rem;
    line-height: 1.5;
    padding: 0 .25rem;
}

.agent_order {
    background: #fff;
    margin: .25rem 0;
    padding: 0 0 .5rem;
}

.agent_order_cen {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    margin-top: .5rem;
    flex-wrap: wrap;
}

.agent_order_cen a {
    width: 31%;
    text-align: center;
    line-height: 1.5;
    border-radius: .25rem;
    border: 1px solid #aaa;
    box-shadow: #eee 0 0 .2rem .05rem;
    padding: .25rem 0;
    position: relative;
    margin-right: .35rem;
    margin-bottom: .35rem;
}

.agent_order_cen a img {
    width: 1.2rem;
    height: 1.2rem;
}

.agent_order_cen a i {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: #f22;
    color: #fff;
    border-radius: 1rem;
    padding: 0 .25rem;
}

.agent_order_cen2 a {
    border: none;
    box-shadow: none;
}

.agent_order_cen2 a img {
    width: 1.75rem;
    height: 1.75rem;
}

.user_top_nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
}

.user_top_nav a {
    width: 30%;
    text-align: center;
    font-size: .69rem;
    line-height: 1.8rem;
}

.user_top_pick {
    border-bottom: .15rem solid #d0131f;
}

.settle_top {
    display: flex;
    align-items: center;
    padding: .5rem;
}

.settle_top a {
    width: max-content;
    padding: 0 .5rem;
    line-height: 1.2rem;
    border-radius: 1rem;
    border: 1px solid #666;
    color: #666;
    margin-right: .5rem;
    background: #fff;
}

.settle_top_pick {
    color: #d0131f !important;
    border: 1px solid #d0131f !important;
}

.detail_list {
    background: #fff;
}

.detail_list li+li {
    border-top: 1px solid #dedede;
}

.detail_list li a {
    padding: 0 0.5rem;
    line-height: 1.2rem;
}

.detail_list li a>div {
    display: flex;
    justify-content: space-between;
}

.detail_list_top {
    color: #222;
}

.detail_list_bt {
    color: #999;
}

.detail_list li a>div p {
    width: 49%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail_list li a>div p:last-child {
    text-align: right;
}

.exchange_top {
    line-height: 1.8;
    padding: .5rem;
    width: 95%;
    margin: 0.5rem auto;
    background: #6340fe;
    color: #fff;
    border-radius: .35rem;
}

.exchange_top div {
    width: 100%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5rem;
    font-size: .69rem;
}

.exchange_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.exchange_list {
    background: #fff;
}

.exchange_list li+li {
    border-top: 1px solid #dedede;
}

.exchange_list li a {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}

.exchange_list_l {
    width: 10rem;
}

.exchange_list_l>div:first-child {
    font-size: .69rem;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.exchange_list_l p {
    color: #999;
    font-size: .5rem;
}

.exchange_list_r {
    width: 4rem;
    text-align: right;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recharge_top {
    display: flex;
    justify-content: space-around;
    font-size: .59rem;
    line-height: 1.8rem;
    background: #fff;
    margin-bottom: .25rem;
}

.recharge_top div {
    width: 33.3%;
    text-align: center;
}

.recharge_top_pick {
    color: #6340fe !important;
}

.recharge_top_pick::after {
    border-top: 0.1rem solid #6340fe;
    content: '';
    display: block;
    width: 80%;
    margin: 0 auto;
}

.recharge {
    background: #fff;
    padding: .5rem 0;
}

.recharge_list {
    display: flex;
    padding: 0 .5rem;
    line-height: 1.8rem;
    margin-bottom: .5rem;
}

.recharge_list p {
    width: 4rem;
    margin-right: .5rem;
}

.recharge_list input {
    width: 8rem;
    border: none;
    outline: none;
    font-size: .69rem;
    line-height: 1.8rem;
    background: transparent;
}

.recharge_list .voucher {
    position: relative;
}

.recharge_list .voucher img {
    width: 4rem;
    height: 4rem;
    display: block;
}

.recharge_list .voucher input {
    opacity: 0;
    width: 10rem;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
}

.recharge_whole {
    color: #6340fe;
}

.recharge_whole_span {
    padding: .5rem;
}

.recharge_whole_span span {
    color: #6340fe;
}

.recharge_l li+li {
    border-top: 1px solid #dedede;
}

.recharge_l li a {
    padding: 0.25rem .5rem;
    background: #fff;
    line-height: 1.25rem;
}

.recharge_l li a>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recharge_l li a>div>div {
    width: 50%;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.recharge_l li a>div>div:nth-child(2n) {
    text-align: right;
}

.apply_l {
    display: flex;
    align-items: center;
    padding: 0.2rem .5rem;
    font-size: .59rem;
    background: #fff;
}

.apply_l+.apply_l {
    border-top: 1px solid #aaa;
}

.apply_l p {
    width: 4.5rem;
    margin-right: .5rem;
}

.apply_l_cen {
    position: relative;
}

.apply_l_img {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    overflow: hidden;
    margin: .35rem 0;
}

.apply_l_img img {
    width: 100%;
    height: auto;
}

.apply_l_cen>input {
    opacity: 0;
    width: 8rem;
    height: 4.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.apply_l_text input {
    font-size: .59rem;
    line-height: 2rem;
}

.apply_l_text select {
    width: 8rem;
    font-size: .59rem;
    height: 2rem;
    border: none;
    outline: none;
    background-color: transparent;
}

.news_list li a {
    padding: 0.5rem;
}

.news_list_time {
    font-size: .59rem;
    line-height: 1.5rem;
    text-align: center;
    color: #999;
}

.news_list_cen {
    padding: .5rem .5rem 0;
    font-size: .59rem;
    line-height: 1.2rem;
    background-color: #fff;
    border-radius: .35rem;
    position: relative;
}

.news_list_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: .69rem;
    font-weight: 700;
}

.news_list_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #666;
}

.news_list_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5rem;
    border-top: 1px solid #dedede;
    margin-top: .35rem;
    color: #0bbbb9;
}

.news_list_bt i {
    width: .45rem;
    height: .45rem;
    border-top: .058rem solid #999;
    border-right: .058rem solid #999;
    transform: rotate(45deg);
}

.news_list_i {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: .35rem;
    height: .35rem;
    background-color: #f22;
    border-radius: 50%;
}

.news {
    background-color: #fff;
    padding: .5rem;
    margin-top: .335rem;
}

.news_top {
    margin: .5rem 0;
    padding: 0 .5rem;
    font-size: .69rem;
    line-height: 1.5;
    text-align: center;
}

.news_cen {
    list-style: 1.5;
    font-size: .59rem;
}

.xjjf_box {
    width: 95%;
    margin: .335rem auto;
}

.xjjf_box ul {
    width: 100%;
}

.xjjf_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: .335rem;
    overflow: hidden;
    position: relative;
    margin: 0 0 .335rem;
}

.lvbj {
    background: #f2fffc;
}

.redbj {
    background: #fffcfa;
}

.xjjf_box ul li h1 {
    display: flex;
    font-size: .788rem;
    color: #fff;
    width: 30%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.xjjf_box ul li .fulv {
    background: #01cf9f;
}

.xjjf_box ul li .fured {
    background: #fe7c1e;
}

.xjjf_box ul li div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: .588rem;
    color: #333;
    line-height: .895rem;
    width: 70%;
    padding: 3%;
    margin-left: 30%;
}

.xjjf_box ul li div p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #666;
    }

.xjjf_box ul li div p i {
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 72%;
    vertical-align: middle;
}

.xjjf_box ul li div p i::before {
    content: ":";
    color: #666;
    display: block;
    margin-right: .35rem;
}

.xjjf_box ul li div p em {
    width: 25%;
    height: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
    display: inline-block;
    text-align-last: justify;
    overflow: hidden;
    word-break: break-all;
    margin-right: 3%;
}

.cxyzc {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: .335rem 0;
    border-bottom: 1px solid #d9d9d9;
}

.cxyzc span {

    display: flex;
    flex-direction: column;
}

.cxyzc span i {
    font-size: .628rem;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: center;
    height: 1.243rem;
    align-items: center;
}

.cxyzc span em {
    font-size: .528rem;
    color: #999;
    display: flex;
    justify-content: center;
    height: .943rem;
    align-items: center;
}

.vip_box {
    position: relative;
    width: 100%;
    height: 10rem;
    z-index: 1;
    margin-bottom: .235rem;
    overflow: hidden;
    padding-top: 2.55rem;
}

.vip_box::after {
    content: '';
    width: 140%;
    height: 88%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 1;
    border-radius: 0 0 50% 50%;
    }

.vip_main {
    width: 98%;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 7.45rem;
    background-position-y: 0rem;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.cz_button {
    width: 100%;
    border-radius: 1.35rem;
    line-height: 2rem;
    color: #fff;
    font-size: .678rem;
    text-align: center;
    margin: .535rem auto .535rem;

}

.gray {
    background-color: gray;
}

.blue {
    background-image: linear-gradient(to right, #ff1a49, #e90105);
}

.tab {
    width: 100%;
    float: left;
    position: relative;
    height: 10.0rem;
}

.tab .tab-nav {
    height: 2.25rem;
    padding: 2.5% 2.5% 0 2.5%;
    position: absolute;
    left: 0;
    top: 0rem;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.tab .tab-nav li {
    float: left;
    margin-right: 0%;
    width: auto;
    padding: 0 0rem;
}

.tab .tab-nav li:last-child {
    margin-right: 0;
}

.tab .tab-nav li a {
    display: block;
    height: 1.5rem;
    padding: 0 .235rem;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2rem;
    text-align: center;
    font-size: .62rem;
}

.tab .tab-nav li.actived {
    border-bottom: .135rem solid #f8e0c0;
    border-radius: .035rem;
}

.tab .tab-nav li.actived a {
    color: #f8e0c0;
}

.tab .content-wrap {
    padding: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.tab .content-wrap .content-item {
    width: 100%;
    position: absolute;
    height: 100%;
    display: none;
}

.tab .content-wrap .current {
    display: block;
}

.tab .content-wrap .content-item:nth-of-type(1) .lv1 {
    color: #243439;
    background-image: url(../img/lv1.png);
}

.tab .content-wrap .content-item:nth-of-type(1) .vip_box::after {
    background-image: linear-gradient(to top, #2a2d35, #34373f);
}

.tab .content-wrap .content-item:nth-of-type(1) .cz_button {
    background-image: linear-gradient(to right, #859a9e, #acbec2);
}

.tab .content-wrap .content-item:nth-of-type(2) .lv1 {
    color: #293240;
    background-image: url(../img/lv2.png);
}

.tab .content-wrap .content-item:nth-of-type(2) .vip_box::after {
    background-image: linear-gradient(to top, #202634, #2c3547);
}

.tab .content-wrap .content-item:nth-of-type(2) .cz_button {
    background-image: linear-gradient(to right, #778fa4, #a4b5c5);
}

.tab .content-wrap .content-item:nth-of-type(3) .lv1 {
    color: #573228;
    background-image: url(../img/lv3.png);
}

.tab .content-wrap .content-item:nth-of-type(3) .vip_box::after {
    background-image: linear-gradient(to top, #271311, #3d231c);
}

.tab .content-wrap .content-item:nth-of-type(3) .cz_button {
    background-image: linear-gradient(to right, #b48548, #d8b278);
}

.tab .content-wrap .content-item:nth-of-type(4) .lv1 {
    color: #592b10;
    background-image: url(../img/lv4.png);
}

.tab .content-wrap .content-item:nth-of-type(4) .vip_box::after {
    background-image: linear-gradient(to top, #2a231c, #362d25);
}

.tab .content-wrap .content-item:nth-of-type(4) .cz_button {
    background-image: linear-gradient(to right, #af7a5d, #cb9c80);
}


.tab .content-wrap .content-item:nth-of-type(5) .lv1 {
    color: #d7b8a6;
    background-image: url(../img/lv5.png);
}

.tab .content-wrap .content-item:nth-of-type(5) .vip_box::after {
    background-image: linear-gradient(to top, #150d0d, #140c0c);
}

.tab .content-wrap .content-item:nth-of-type(5) .cz_button {
    background-image: linear-gradient(to right, #483e3d, #5d5351);
}

.tab .content-wrap .content-item:nth-of-type(5) .vip_main .vip_tq span:last-child {
    position: absolute;
    right: 2%;
    bottom: 0%;
}

.vip_box2 {
    position: relative;
    width: 100%;
    height: 10rem;
    z-index: 1;
    margin-bottom: .235rem;
    overflow: hidden;
    padding-top: 2.55rem;
}

.vip_box2::after {
    content: '';
    width: 140%;
    height: 88%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 1;
    border-radius: 0 0 50% 50%;
    }

.cz_button2 {
    width: 95%;
    border-radius: 1.35rem;
    line-height: 2rem;
    color: #fff;
    font-size: .678rem;
    text-align: center;
    margin: 1.535rem auto .535rem;
}

.tab .content-wrap .content-item:nth-of-type(1) .lv2 {
    color: #412c26;
    background-image: url(../img/lv6.png);
}

.tab .content-wrap .content-item:nth-of-type(1) .vip_box2::after {
    background-image: linear-gradient(to top, #262534, #2c2a3f);
}

.tab .content-wrap .content-item:nth-of-type(1) .cz_button2 {
    background-image: linear-gradient(to right, #e5a47d, #efbb9d);
}

.tab .content-wrap .content-item:nth-of-type(2) .lv2 {
    color: #3a3755;
    background-image: url(../img/lv7.png);
}

.tab .content-wrap .content-item:nth-of-type(2) .vip_box2::after {
    background-image: linear-gradient(to top, #352d3d, #2c2235);
}

.tab .content-wrap .content-item:nth-of-type(2) .cz_button2 {
    background-image: linear-gradient(to right, #928fbc, #a29fc7);
}

.tab .content-wrap .content-item:nth-of-type(3) .lv2 {
    color: #493d19;
    background-image: url(../img/lv8.png);
}

.tab .content-wrap .content-item:nth-of-type(3) .vip_box2::after {
    background-image: linear-gradient(to top, #3f3523, #3a3226);
}

.tab .content-wrap .content-item:nth-of-type(3) .cz_button2 {
    background-image: linear-gradient(to right, #edc56c, #f1d08b);
}

.tab .content-wrap .content-item:nth-of-type(4) .lv2 {
    color: #2d2953;
    background-image: url(../img/lv9.png);
}

.tab .content-wrap .content-item:nth-of-type(4) .vip_box2::after {
    background-image: linear-gradient(to top, #262534, #2c2a3f);
}

.tab .content-wrap .content-item:nth-of-type(4) .cz_button2 {
    background-image: linear-gradient(to right, #8f81c7, #aba7e3);
}


.tab .content-wrap .content-item:nth-of-type(5) .lv2 {
    color: #243439;
    background-image: url(../img/lv1.png);
}

.tab .content-wrap .content-item:nth-of-type(5) .vip_box2::after {
    background-image: linear-gradient(to top, #2a2d35, #34373f);
}

.tab .content-wrap .content-item:nth-of-type(5) .cz_button2 {
    background-image: linear-gradient(to right, #859a9e, #acbec2);
}

.tab .content-wrap .content-item:nth-of-type(5) .vip_main .vip_tq span:last-child {
    position: absolute;
    right: 2%;
    bottom: 0%;
}

.tab .content-wrap .content-item:nth-of-type(6) .lv2 {
    color: #4c342d;
    background-image: url(../img/lv10.png);
}

.tab .content-wrap .content-item:nth-of-type(6) .vip_box2::after {
    background-image: linear-gradient(to top, #342825, #2a201e);
}

.tab .content-wrap .content-item:nth-of-type(6) .cz_button2 {
    background-image: linear-gradient(to right, #a47871, #c39c96);
}

.tab .content-wrap .content-item:nth-of-type(6) .vip_main .vip_tq span:last-child {
    position: absolute;
    right: 2%;
    bottom: 0%;
}

.tab .content-wrap .content-item:nth-of-type(7) .lv2 {
    color: #d7b8a6;
    background-image: url(../img/lv5.png);
}

.tab .content-wrap .content-item:nth-of-type(7) .vip_box2::after {
    background-image: linear-gradient(to top, #150d0d, #140c0c);
}

.tab .content-wrap .content-item:nth-of-type(7) .cz_button2 {
    background-image: linear-gradient(to right, #483e3d, #5d5351);
}

.tab .content-wrap .content-item:nth-of-type(7) .vip_main .vip_tq span:last-child {
    position: absolute;
    right: 2%;
    bottom: 0%;
}

.vip_main .vip_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    padding: .935rem 0 0;
}

.vip_main .vip_title h1 {
    font-size: .89rem;
    width: 100%;
}

.vip_main .vip_title p {
    font-size: .59rem;
    width: 100%;
}

.vip_main .vip_tq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    position: absolute;
    left: 4%;
    bottom: 8%;
    height: 3rem;
}

.vip_main .vip_tq span {
    font-size: .59rem;
}

.vip_main .vip_tq span:first-child {
    position: absolute;
    left: 2%;
    bottom: 0%;
}

.vip_main .vip_tq span:last-child {
    position: absolute;
    right: 4%;
    bottom: 53%;
}

.vip_main .vip_dj {
    position: absolute;
    right: 6%;
    top: 3%;
    font-size: 1.68rem;
    color: rgba(255, 255, 255, .09);
    font-style: italic;
    text-transform: capitalize;
}

.quanyi {
    background: #fff;
    border-radius: .335rem;
    margin: 0 auto .135rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .435rem 0;
}

.quanyi li {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.quanyi li img {
    width: 56%;
    height: 56%;
    margin: .335rem 0 0;
}

.quanyi li h4 {
    font-size: .62rem;
    color: #333;
}

.quanyi li p {
    font-size: .58rem;
    color: #999;
}

.czjine {
    background-color: #fff8ed;
    border-radius: .335rem;
    border: .04rem solid #cdba88;
    margin: 0 auto .235rem;
}

.czjine .cz_main {
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #333;
    font-size: .628rem;
    position: relative;
    flex-wrap: wrap;
    line-height: 1.875rem;
    padding: .225rem 0;
}

.czjine .cz_main .cz_main_box {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #cdba88;

}

.czjine .cz_main .cz_main_box span {
    color: red;
    font-size: .68rem;
    display: flex;
    width: 8%;
}

.czjine .cz_main .cz_main_box input {
    width: 92%;
    font-size: .628rem;
    display: flex;
    background-color: #fff8ed;
}

.czjine .cz_main p {
    display: flex;
    width: 100%;
    color: #9d723b;
    font-size: .58rem;
}

.money_box {
    display: flex;
    background: #fff;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0rem .55rem;
}

.money_box .money_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: .335rem 0;
}

.money_box .money_list .money {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.money_box .money_list:first-of-type {
    width: 100%;
    border-bottom: .02rem solid #f2f5f9;
    justify-content: space-between;
}

.money_box .money_list:first-of-type .money {
    width: 50%;
}

.money_box .money_list:first-of-type .sqtx {
    background: linear-gradient(to right, #fe6048, #f12221);
    border-radius: .655rem;
    padding: .225rem .555rem;
    font-size: .47rem;
    color: #fff;
}

.money_box .money_list:nth-child(2) {
    border-right: .02rem solid #f2f5f9;
    width: 50%;
}

.money_box .money_list:nth-child(3) {
    width: 50%;
    border-right: none;
    padding-left: .55rem;
}

.money_box .money_list .money h1 {
    font-size: .75rem;
    color: #fb2a2a;
    width: 100%;
}

.money_box .money_list .money p {
    font-size: .58rem;
    color: #666;
    width: 100%;
}

.money_box .money_list1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: .535rem 0;
    border-bottom: .02rem solid #f2f5f9;
}

.money_box .money_list1:nth-child(1n) {
    border-right: .02rem solid #f2f5f9;
}

.money_box .money_list1:nth-child(2n) {
    border-right: none;
    padding-left: .55rem;
}

.money_box .money_list1 .money_tu {
    width: 2.135rem;
    height: 2.135rem;
    margin-right: .435rem;
}

.money_box .money_list1 .money_tu img {
    width: 100%;
    height: 100%;
}

.money_box .money_list1 .money_zi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.money_box .money_list1 .money_zi h1 {
    font-size: .62rem;
    color: #333;
    width: 100%;
    padding-bottom: .155rem;
    font-weight: normal;
}

.money_box .money_list1 .money_zi p {
    font-size: .58rem;
    color: #666;
    width: 100%;
}

.money_box .money_list1 .money_zi p i {
    color: #fb2a2a;
    margin-right: .235rem;
}

.money_box .money_li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .535rem 0;
    border-bottom: .02rem solid #f2f5f9;
    margin: 0 auto;
}

.money_box .money_li p:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-size: .62rem;
}

.money_box .money_li p:first-child i {
    font-size: .75rem;
    margin-right: .235rem;
}

.money_box .money_li p:last-child {
    color: #99999980;
    font-size: .58rem;
}

.uni-page-wrapper {
    display: block;
    height: 100%;
    position: relative;
}

.store-home {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: 0 0/100% 6rem no-repeat fixed;
    overflow: hidden;
    height: 6rem;
}

.store {
    position: relative;
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .5rem;
}

.store .uni-image {
    width: 2.68rem;
    height: 2.68rem;
    border-radius: .335rem;
}

.store .uni-image img {
    width: 100%;
    height: 100%;
    border-radius: .455rem;
    overflow: hidden;
}

.store .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: .7;
    min-width: 0;
    margin: 0 .225rem 0 .345rem;
}

.store .text h1 {
    font-size: .72rem;
    color: #fff;
    margin-bottom: .335rem;
}

.store .text p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: .58rem;
}

.store .text p span {}

.spabout {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.spabout .about_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2rem;
    background-color: #fff;
    padding: 0 2.5%;
    margin-bottom: 1px;
}

.spabout .about_list p:first-child {
    display: flex;
    justify-content: flex-start;
    font-size: .58rem;
}

.spabout .about_list p:first-child i {
    font-size: .775rem;
    ;
    margin-right: .335rem;
    color: #666;
}

.spabout .about_list p:nth-child(2) {
    color: #666;
    margin-left: .335rem;
    font-size: .58rem;
    flex: .8;
    line-height: .725rem;
}

.spabout .about_list p:last-child {
    font-size: .75rem;
    color: #99999980;
}


.shop_main {
    width: 95%;
    margin: .335rem auto;
    background-color: #fff;
    border-radius: .335rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.shop_main .shop_li {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding: .435rem 0;
}

.shop_main .shop_li:nth-of-type(3),
.shop_main .shop_li:nth-of-type(4) {
    border-bottom: none;
}

.shop_main .shop_li:nth-of-type(1n)::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dedede;
    content: "";
}

.shop_main .shop_li .shop_left {
    display: flex;
    flex-direction: column;
    color: #999;
    padding-left: 8%;
    position: relative;
    z-index: 2;
    width: 60%;
}

.shop_main .shop_li .shop_left h1 {
    font-size: .64rem;
    color: #333;
}

.shop_main .shop_li .shop_left p {
    font-size: .56rem;
    margin-right: .125rem;
    display: flex;
}

.shop_main .shop_li .shop_left p i {
    font-size: .56rem;
}

.shop_main .shop_li .shop_img {
    width: 30%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
}

.shop_main .shop_li .shop_img img {
    width: 90%;
}

.settle_in_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../img/settle_in_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: var(--primary);
    padding: 12rem 0 2rem;
}

.settle_in_cen {
    width: 95%;
    margin: 0 auto;
    border-radius: .335rem;
    padding: .5rem;
    background: #fff;
}

.settle_in_cen a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .535rem 0;
}

.settle_in_cen a+a {
    border-top: 0.05rem solid #f5f5f5;
}

.settle_in_cen .settle_in_logo {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.settle_in_logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.settle_in_title {
    width: 10rem;
}

.settle_in_title p {
    font-size: .49rem;
    color: var(--color6);
}

.user_page_wrap {
    width: 100%;
    min-height: 100vh;
    padding: 0 0 1rem;
    background: transparent;
    box-sizing: border-box;
}

.user_top {
    padding: 1.02rem 0 .72rem;
    height: auto;
    min-height: 0;
    margin-bottom: -.36rem;
    background-size: cover;
    background-position: center top;
}

.user_top .user_bar {
    width: 95%;
    min-height: 4.25rem;
    padding: .76rem .46rem .72rem;
    align-items: center;
    border-radius: .58rem;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 .16rem .46rem rgba(72, 27, 24, .12);
    backdrop-filter: blur(6px);
}

.user_top .user_top_img {
    width: 2.72rem;
    height: 2.72rem;
    margin-right: .34rem;
    border-width: 3px;
    flex: 0 0 auto;
    box-shadow: 0 .1rem .28rem rgba(0, 0, 0, .12);
}

.user_top .user_top_title {
    width: calc(100% - 3.06rem);
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: .12rem;
    padding-right: .04rem;
    align-self: flex-start;
}

.user_top_title_xiaoxi {
    display: block;
}

.user_top_name_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .16rem;
    width: 100%;
}

.user_top_meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .14rem;
    margin-top: .08rem;
    width: 100%;
}

.user_top_meta_text {
    display: flex;
    flex-wrap: wrap;
    gap: .1rem;
    min-width: 0;
    flex: 1;
    color: #fff;
    font-size: .43rem;
    line-height: 1.2;
}

.user_top_meta_text span {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .08rem .18rem;
    border-radius: .2rem;
    background: rgba(0, 0, 0, .12);
    color: rgba(255, 255, 255, .9);
}

.user_top_meta .user_top_bj {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    padding: 0;
    flex: 0 0 auto;
    line-height: 1;
}

.user_top .user_top_title h3 {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: .72rem;
    line-height: 1.12;
    margin-bottom: 0;
}

.user_top .user_top_bj {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .82rem;
    height: .82rem;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    transform: none;
    flex: 0 0 auto;
}

.user_top_title_bt11 {
    margin: .14rem 0 0;
    padding: .04rem .06rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .12rem;
    line-height: 1;
    width: 100%;
}

.user_top_badges_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: .72rem;
    padding: 0 .26rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: .43rem;
    border: 1px solid rgba(255, 255, 255, .18);
    white-space: nowrap;
}

.user_top_badges_level.is-dim {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .92);
}

.user_top_badges_level_guest {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .72);
}

.user_top_badges_level_normal {
    background: rgba(0, 0, 0, .16);
    border-color: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .76);
}

.user_top_badges_level_vip {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.user_top_badges_dot {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    margin-right: .12rem;
    background: rgba(255, 255, 255, .62);
    flex: 0 0 auto;
}

.user_top_badges_team.is-active {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .26);
    color: #fff;
    box-shadow: 0 .08rem .18rem rgba(255, 255, 255, .08);
}

.user_top_badges_team.is-inactive {
    background: rgba(0, 0, 0, .22);
    color: rgba(255, 255, 255, .66);
    border-color: rgba(255, 255, 255, .08);
    box-shadow: none;
}

.user_top_badges_team.is-active .user_top_badges_dot {
    background: rgba(255, 255, 255, .88);
}

.user_top_badges_team.is-inactive .user_top_badges_dot {
    background: rgba(255, 255, 255, .32);
}

.userbox_bar {
    width: 95%;
    min-height: 2.28rem;
    margin-top: calc(.72rem + 2px);
    margin-bottom: 0;
    padding: 0 .42rem;
    border-radius: .52rem;
    box-shadow: 0 .18rem .42rem rgba(31, 39, 53, .16);
    position: relative;
    z-index: 2;
}

.userbox_left {
    width: auto;
    flex: 1;
    min-width: 0;
}

.userbox_left_tb {
    flex: 0 0 auto;
}

.userbox_left_wz {
    min-width: 0;
}

.userbox_left_wz h3 {
    font-size: .62rem;
    line-height: .86rem;
    letter-spacing: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userbox_left_wz p {
    font-size: .43rem;
    line-height: .62rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.djsq {
    white-space: nowrap;
    flex: 0 0 auto;
    min-height: 1.02rem;
    line-height: 1.02rem;
    padding: 0 .34rem;
    border-radius: 999px;
    font-size: .45rem;
}

.user_summary {
    margin: 0 auto;
    padding: .04rem 0 .32rem;
}

.user_summary .title,
.user_order .title,
.user_bt .title {
    padding-left: .4rem;
    padding-right: .4rem;
}

.user_summary_main {
    display: flex;
    flex-direction: column;
    gap: .18rem;
    padding: .18rem .16rem .12rem;
}

.user_summary_stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .18rem;
}

.user_summary_stats a {
    padding: .3rem 0 .26rem;
}

.user_summary_stats a p {
    margin-bottom: .02rem;
}

.user_order {
    margin-top: .26rem;
    padding: .04rem 0 .36rem;
}

.user_order .title {
    padding-top: .28rem;
    padding-bottom: .12rem;
}

.user_order .title h3,
.user_bt .title h3 {
    font-size: .66rem;
    letter-spacing: 0;
}

.user_order .title .cont_fr,
.user_bt .title .cont_fr {
    font-size: .46rem;
}

.user_order_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .14rem .06rem;
    padding: .1rem .1rem .16rem;
}

.user_order_list a {
    width: 100%;
    min-height: 2.3rem;
    padding: .12rem 0 .08rem;
    border-radius: .42rem;
    background: linear-gradient(180deg, #fff7f1 0%, #fff 100%);
    border: 1px solid #f4ddd0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.user_order_list a i {
    width: 1.08rem;
    height: 1.08rem;
    margin-bottom: .04rem;
}

.user_order_list a span {
    top: .08rem;
    right: .12rem;
    width: .82rem;
    height: .82rem;
    line-height: .82rem;
    font-size: .42rem;
}

.user_bt {
    margin: .28rem auto 0;
}

.user_bt .title {
    padding-top: .28rem;
    padding-bottom: .12rem;
}

.user_quick_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .08rem .08rem;
    padding: .06rem .08rem .12rem;
}

.user_quick_grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 2.62rem;
    padding: .1rem .05rem .06rem;
    border-radius: .45rem;
    background: linear-gradient(180deg, #fff4ec 0%, #fffdfb 100%);
    border: 1px solid #f3d6c2;
    box-shadow: 0 .08rem .26rem rgba(209, 57, 56, .06), inset 0 0 0 1px rgba(255, 255, 255, .42);
}

.user_quick_grid a .quick_icon {
    width: 1.34rem;
    height: 1.34rem;
    margin-bottom: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 198, 161, .44) 0%, rgba(255, 255, 255, .96) 100%);
    box-shadow: 0 .06rem .18rem rgba(209, 57, 56, .08);
}

.user_quick_grid a .quick_icon img {
    width: 1rem;
    height: 1rem;
    display: block;
}

.user_quick_grid a .quick_name {
    font-size: .44rem;
    color: #333;
    line-height: 1.1;
    text-align: center;
}

.user_growth {
    margin: .28rem auto 0;
    background: #fff;
    padding: .04rem 0 .38rem;
}

.user_growth .title {
    padding: .28rem .4rem .12rem;
}

.user_growth .title h3 {
    font-size: .66rem;
    letter-spacing: 0;
}

.user_growth .title .cont_fr {
    font-size: .46rem;
}

.user_growth_list {
    display: flex;
    flex-direction: column;
    gap: .18rem;
    padding: .08rem .18rem .12rem;
}

.user_growth_item {
    display: flex;
    align-items: center;
    min-height: 2.18rem;
    padding: .32rem .34rem;
    border-radius: .42rem;
    background: linear-gradient(135deg, #fffaf7 0%, #f9fbff 100%);
    border: 1px solid #f0dfd5;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    color: #333;
}

.user_growth_icon {
    width: 1.18rem;
    height: 1.18rem;
    margin-right: .28rem;
    border-radius: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
    background: linear-gradient(135deg, #d13938, #f06d3a);
    box-shadow: 0 .08rem .22rem rgba(209, 57, 56, .18);
}

.user_growth_icon_invite {
    background: linear-gradient(135deg, #26344c, #53627a);
    box-shadow: 0 .08rem .22rem rgba(38, 52, 76, .18);
}

.user_growth_icon i {
    font-size: .62rem;
    line-height: 1;
}

.user_growth_text {
    flex: 1;
    min-width: 0;
}

.user_growth_text h4 {
    font-size: .56rem;
    line-height: .82rem;
    color: #222;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user_growth_text p {
    margin-top: .02rem;
    font-size: .43rem;
    line-height: .66rem;
    color: #8a8f99;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user_growth_item>span {
    min-width: 2.18rem;
    margin-left: .24rem;
    padding: 0 .26rem;
    border-radius: 999px;
    background: #d13938;
    color: #fff;
    font-size: .43rem;
    line-height: .92rem;
    text-align: center;
    font-weight: 700;
    flex: 0 0 auto;
}

.user_list.card_list {
    background: transparent;
}

.user_list.card_list li {
    width: 95%;
    margin: .3rem auto 0;
    background: #fff;
    border-radius: .45rem;
    overflow: hidden;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_list.card_list li+li {
    border-top: 0;
}

.user_list.card_list li a {
    min-height: 2.2rem;
    padding: 0 .55rem;
}

.user_list.card_list li a>.user_list_r {
    color: #999;
}

.user_list.card_list li a .iconfont {
    color: #bbb;
}

.user_list.card_list li .user_list_r>div {
    margin-right: .25rem;
    color: #666;
}

.user_detail_head {
    width: 95%;
    margin: .3rem auto 0;
    padding: .55rem .6rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_detail_head_main {
    display: flex;
    align-items: center;
}

.user_detail_head .user_avatar {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffd1bf;
    margin-right: .45rem;
    background: #fff;
    flex-shrink: 0;
    position: relative;
}

.user_detail_head .user_avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.user_detail_head .user_detail_meta {
    flex: 1;
    min-width: 0;
}

.user_detail_head .user_detail_meta h3 {
    font-size: .8rem;
    line-height: 1.1;
    margin-bottom: .12rem;
}

.user_detail_head .user_detail_meta p {
    color: #999;
    font-size: .52rem;
    line-height: .9rem;
}

.user_detail_head .user_detail_tags {
    display: flex;
    flex-wrap: wrap;
    gap: .12rem;
    margin-top: .18rem;
}

.user_detail_head .user_detail_tags span {
    display: inline-flex;
    align-items: center;
    padding: 0 .34rem;
    min-height: .92rem;
    border-radius: 999px;
    background: #fff;
    color: #d13938;
    border: 1px solid #f3c8bf;
    font-size: .48rem;
}

.user_tab_bar {
    width: 95%;
    margin: .3rem auto 0;
    display: flex;
    gap: .18rem;
    padding: .15rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_tab_bar a {
    flex: 1;
    text-align: center;
    font-size: .56rem;
    line-height: 1.65rem;
    border-radius: .35rem;
    background: #fff6f2;
    color: #666;
}

.user_tab_bar a.active,
.user_tab_bar li.red a {
    background: linear-gradient(135deg, #d13938, #f06d3a);
    color: #fff;
}

.user_record_list {
    width: 95%;
    margin: .3rem auto 0;
}

.user_record_list .record_card {
    background: #fff;
    border-radius: .45rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    padding: .45rem .55rem;
    margin-bottom: .28rem;
}

.user_record_list .record_card .record_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .25rem;
}

.user_record_list .record_card .record_main {
    flex: 1;
    min-width: 0;
}

.user_record_list .record_card .record_main h4 {
    font-size: .62rem;
    line-height: .95rem;
    color: #333;
    margin-bottom: .08rem;
}

.user_record_list .record_card .record_main p {
    font-size: .5rem;
    line-height: .88rem;
    color: #999;
}

.user_record_list .record_card .record_money {
    font-family: DIN;
    font-size: .82rem;
    line-height: 1;
    color: #d13938;
    flex-shrink: 0;
}

.user_record_list .record_card .record_money.minus {
    color: #01a06f;
}

.user_record_list .record_card .record_meta {
    display: flex;
    flex-wrap: wrap;
    gap: .12rem .28rem;
    margin-top: .18rem;
}

.user_record_list .record_card .record_meta span {
    padding: 0 .28rem;
    min-height: .88rem;
    line-height: .88rem;
    border-radius: .22rem;
    background: #fff7f2;
    color: #999;
    font-size: .48rem;
}

.user_empty_tip {
    width: 95%;
    margin: .4rem auto 0;
    padding: .5rem .4rem;
    border-radius: .45rem;
    background: #fff;
    color: #999;
    text-align: center;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_poster_frame {
    width: 95%;
    margin: .3rem auto 0;
    padding: .4rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_poster_frame .div_img {
    border-radius: .4rem;
    overflow: hidden;
}

.user_poster_actions {
    width: 95%;
    margin: .28rem auto 0;
    padding: .28rem .4rem;
    border-radius: .45rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    color: #999;
    font-size: .5rem;
    text-align: center;
}

.withrawals_top,
.withrawals_ul,
.withrawals_ul_cen,
.withrawals_list {
    border-radius: .5rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.withrawals_ul,
.withrawals_ul_cen,
.withrawals_list,
.withrawals_foot {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.withrawals_ul {
    margin-top: .3rem;
    overflow: hidden;
    padding: .08rem .2rem;
}

.withrawals_ul li {
    min-height: 1.7rem;
}

.withrawals_ul li i {
    margin-right: .35rem;
}

.withrawals_ul_cen {
    margin-top: .25rem;
}

.withrawals_ul_cen>div input {
    border-color: #e5d2c8;
    background: #fff;
}

.withrawals_list {
    margin-top: .25rem;
}

.withrawals_list input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f0e0d6;
    padding: 0;
    outline: none;
}

.withrawals_list_password>div>input {
    border-color: #f0d4c9;
}

.withrawals_foot {
    margin-top: .3rem;
    padding: .1rem .4rem .3rem;
}

.withrawals_popup_cen {
    width: 95%;
    margin: 0 auto;
    border-radius: .45rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.withrawals_popup_cen>div {
    padding: .45rem .55rem;
}

.withrawals_popup_cen>div>div {
    width: 3.8rem;
}

.address_list {
    width: 95%;
    margin: .3rem auto 0;
    padding: .45rem .55rem;
    border-radius: .45rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    border-top: 0;
}

.address_list_l {
    width: 22%;
    text-align: left;
}

.address_list_c {
    width: 66%;
    padding: .15rem 0;
}

.address_list_r {
    width: 6.5%;
    justify-content: flex-end;
}

.address_list_l em {
    display: inline-flex;
    align-items: center;
    min-height: .9rem;
}

.allaccounted .order_list_top {
    width: 95%;
    margin: .3rem auto 0;
    border-radius: .45rem;
    overflow: hidden;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.allpion>div {
    border-radius: .45rem;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.xjjf_box ul li {
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_order {
    margin-top: .18rem;
    padding: .03rem 0 .42rem;
}

.user_order_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .12rem .05rem;
    padding: .16rem .08rem .18rem;
}

.user_order_list a {
    width: 100%;
    padding: .08rem 0 .1rem;
}

.user_order_list a i {
    width: 1.18rem;
    height: 1.18rem;
    margin-bottom: .08rem;
}

.user_l {
    margin-top: .18rem;
}

.user_l_cen {
    padding: .18rem .12rem .2rem;
}

.user_l .user_ll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .16rem;
    line-height: 1.08rem;
}

.user_l .user_ll a {
    width: 100%;
    padding-bottom: .15rem;
}

.user_l .user_ll a:last-child {
    position: static;
    width: 100%;
    background: none;
    background-size: initial;
    background-position: initial;
    padding-left: 0;
}

.user_bt {
    margin: .28rem auto 0;
}

.user_bt ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .18rem .1rem;
    padding: .38rem .12rem .2rem;
}

.user_bt ul li {
    width: auto;
    margin-bottom: 0;
}

.user_bt ul a {
    line-height: .82rem;
    padding: .08rem 0 .12rem;
}

.user_bt ul .huan_yl img {
    width: 1.52rem;
    height: 1.52rem;
}

.user_bt ul .huan_dc img {
    width: .95rem;
    height: .95rem;
}

.user_bt ul li span {
    margin: 0 auto .18rem;
}

.user_logout_btn {
    display: block;
    width: 95%;
    height: 1.9rem;
    margin: .4rem auto 3.2rem;
    border: 1px solid #e2e5ea;
    border-radius: .4rem;
    background: #fff;
    color: #d13938;
    font-size: .64rem;
    line-height: 1.9rem;
    text-align: center;
}

.user_logout_btn:active {
    background: #f7f8fa;
}

.withdraw_form_page,
.withdraw_detail_page {
    min-height: 100vh;
    padding: .3rem 0 3rem;
    background: #f7f8fc;
}

.withdraw_balance_card {
    width: 95%;
    margin: .28rem auto 0;
    padding: .55rem .6rem;
    border-radius: .5rem;
    background: linear-gradient(135deg, #d13938 0%, #f06d3a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 .16rem .46rem rgba(209, 57, 56, .16);
}

.withdraw_balance_card span {
    display: block;
    font-size: .48rem;
    line-height: .76rem;
    color: rgba(255,255,255,.78);
}

.withdraw_balance_card strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.28rem;
    font-family: DIN;
    letter-spacing: 0;
}

.withdraw_balance_card a,
.withdraw_detail_head a,
.withdraw_empty_tip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.02rem;
    padding: 0 .42rem;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-size: .48rem;
    white-space: nowrap;
}

.withdraw_section {
    width: 95%;
    margin: .3rem auto 0;
    padding: .42rem .42rem .5rem;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.withdraw_section_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .3rem;
    margin-bottom: .3rem;
}

.withdraw_section_title h3 {
    color: #222;
    font-size: .66rem;
    line-height: .9rem;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.withdraw_section_title p {
    color: #999;
    font-size: .45rem;
    line-height: .72rem;
    text-align: right;
}

.withdraw_section_title a {
    color: #d13938;
}

.withdraw_method_tabs {
    width: 100%;
    margin: 0;
    padding: .1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .12rem;
    background: #f7f8fc;
    box-shadow: none;
}

.withdraw_method_tabs li {
    width: 100%;
    min-height: 1.48rem;
    justify-content: center;
    border-radius: .38rem;
    background: #fff;
    border: 1px solid #f0e0d6;
    color: #444;
    line-height: 1.48rem;
}

.withdraw_method_tabs li .radio {
    margin-right: .18rem;
}

.withdraw_account_panel {
    width: 100%;
    margin-top: .24rem;
    padding: .36rem;
    box-shadow: none;
    border-radius: .42rem;
    border: 1px solid #f1e2d8;
    background: #fffaf7;
}

.withdraw_account_panel,
.withdraw_account_panel * {
    box-sizing: border-box;
}

.withdraw_account_panel>div,
.withdraw_field,
.withdraw_qr_row {
    display: flex;
    align-items: center;
}

.withdraw_account_panel>div {
    width: 100%;
}

.withdraw_account_panel .wx_edit_info {
    flex-direction: column;
    align-items: stretch;
}

.withdraw_account_panel .wx_edit_info > .withdraw_field,
.withdraw_account_panel .wx_edit_info > .withdraw_qr_row {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}

.withdraw_field,
.withdraw_qr_row {
    width: 100%;
    min-height: 1.52rem;
    border-bottom: 1px solid #f1e2d8;
}

.withdraw_field:last-child,
.withdraw_qr_row:last-child {
    border-bottom: 0;
}

.withdraw_field>div,
.withdraw_qr_row>div:first-child {
    width: 3.2rem;
    color: #666;
    font-size: .52rem;
    flex: 0 0 3.2rem;
}

.withdraw_account_panel .wx_edit_info > .withdraw_field > div,
.withdraw_account_panel .wx_edit_info > .withdraw_qr_row > div:first-child {
    width: 3.2rem;
    flex: 0 0 3.2rem;
}

.withdraw_field input,
.withdraw_account_panel .withdraw_field input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 1.2rem;
    border: 1px solid #e8d8cf;
    border-radius: .26rem;
    background: #fff;
    color: #222;
    font-size: .56rem;
    line-height: 1.2rem;
    padding: 0 .22rem;
    outline: 0;
}

.withdraw_account_panel .wx_edit_info input:focus {
    border-color: #d13938;
    box-shadow: 0 0 0 .08rem rgba(209, 57, 56, .1);
}

.withdraw_qr_row {
    align-items: flex-start;
    gap: .24rem;
    padding: .34rem 0;
    position: relative;
}

.withdraw_qr_row .shcph {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: .32rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0d9cb;
    flex: 0 0 auto;
}

.withdraw_qr_row .shcph img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.withdraw_qr_row .upload_file {
    position: absolute;
    left: 3.44rem;
    top: .34rem;
    width: 3.2rem;
    height: 3.2rem;
    opacity: 0;
}

.withdraw_qr_row .upload_file input {
    width: 100%;
    height: 100%;
}

.withdraw_link_btn {
    margin-top: .32rem;
    width: 100%;
    min-height: 1.42rem;
    border-radius: .36rem;
    background: #fff;
    border: 1px solid #f0d9cb;
    color: #d13938;
    font-size: .54rem;
    line-height: 1.42rem;
    text-align: center;
}

.withdraw_amount_section,
.withdraw_password_section {
    display: block;
}

.withdraw_amount_input {
    display: flex;
    align-items: center;
    min-height: 1.72rem;
    padding: 0 .22rem;
    border-radius: .38rem;
    background: #fffaf7;
    border: 1px solid #f1e2d8;
}

.withdraw_amount_input span {
    color: #d13938;
    font-size: .78rem;
    font-family: DIN;
}

.withdraw_amount_input input {
    flex: 1;
    min-width: 0;
    height: 1.6rem;
    margin: 0 .24rem;
    border: 0;
    background: transparent;
    color: #222;
    font-size: .68rem;
    line-height: 1.6rem;
}

.withdraw_amount_input button {
    border: 0;
    min-width: 2.5rem;
    height: 1.08rem;
    border-radius: 999px;
    background: #d13938;
    color: #fff;
    font-size: .46rem;
    white-space: nowrap;
}

.withdraw_password_section .withrawals_list_password {
    margin: .08rem 0 0;
}

.withdraw_submit_btn {
    display: block;
    width: 95%;
    height: 1.86rem;
    margin: .38rem auto 0;
    border-radius: .42rem;
    background: linear-gradient(135deg, #d13938 0%, #f06d3a 100%);
    color: #fff;
    font-size: .64rem;
    line-height: 1.86rem;
    text-align: center;
    box-shadow: 0 .14rem .34rem rgba(209, 57, 56, .18);
}

.withdraw_hint {
    color: #999;
    font-size: .46rem;
    line-height: .76rem;
    text-align: center;
}

.withdraw_detail_head {
    width: 95%;
    margin: .28rem auto 0;
    padding: .52rem .56rem;
    border-radius: .5rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.withdraw_detail_head h3 {
    color: #222;
    font-size: .72rem;
    line-height: .98rem;
    font-weight: 800;
}

.withdraw_detail_head p {
    color: #999;
    font-size: .46rem;
    line-height: .74rem;
}

.withdraw_detail_head a,
.withdraw_empty_tip a {
    background: #d13938;
}

.withdraw_detail_list {
    width: 95%;
    margin: .3rem auto 0;
}

.withdraw_detail_card {
    margin-bottom: .28rem;
    padding: .46rem .5rem;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.withdraw_detail_card_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #f2e5dd;
}

.withdraw_detail_card_head span {
    display: block;
    color: #999;
    font-size: .46rem;
    line-height: .72rem;
}

.withdraw_detail_card_head strong {
    display: block;
    color: #d13938;
    font-size: .9rem;
    line-height: 1.15rem;
    font-family: DIN;
    letter-spacing: 0;
}

.withdraw_status {
    min-width: 2.2rem;
    min-height: .9rem;
    padding: 0 .3rem;
    border-radius: 999px;
    font-size: .44rem;
    line-height: .9rem;
    text-align: center;
    white-space: nowrap;
}

.status_pending {
    color: #a76500;
    background: #fff4dc;
}

.status_passed,
.status_paid {
    color: #0b8a63;
    background: #e6f7f1;
}

.status_rejected,
.status_failed,
.status_closed {
    color: #a64040;
    background: #fff0f0;
}

.withdraw_detail_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .18rem .34rem;
    padding-top: .3rem;
}

.withdraw_detail_grid p {
    min-width: 0;
}

.withdraw_detail_grid span {
    display: block;
    color: #999;
    font-size: .43rem;
    line-height: .64rem;
}

.withdraw_detail_grid i {
    display: block;
    color: #333;
    font-size: .52rem;
    line-height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.withdraw_detail_note {
    margin-top: .24rem;
    padding: .22rem .28rem;
    border-radius: .24rem;
    background: #fff7f2;
    color: #999;
    font-size: .46rem;
    line-height: .72rem;
}

.withdraw_empty_tip p {
    margin-bottom: .28rem;
    color: #999;
    font-size: .54rem;
}

/* Personal-center record lists: visual-only alignment with withdrawal details. */
.user_top_nav {
    width: 95%;
    margin: .3rem auto 0;
    padding: .08rem;
    gap: .08rem;
    border: 1px solid #f1e2d8;
    border-radius: .45rem;
    background: #fffaf7;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.user_top_nav a {
    flex: 1;
    width: auto;
    border-radius: .3rem;
    color: #777;
    font-size: .54rem;
    line-height: 1.5rem;
}

.user_top_nav a.user_top_pick {
    border-bottom: 0;
    background: #d13938;
    color: #fff;
}

.settle_top {
    width: 95%;
    margin: .18rem auto 0;
    padding: .08rem;
    gap: .08rem;
    border: 1px solid #f1e2d8;
    border-radius: .45rem;
    background: #fffaf7;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.settle_top a {
    flex: 1;
    width: auto;
    margin-right: 0;
    border: 0;
    border-radius: .3rem;
    padding: 0 .18rem;
    color: #777;
    font-size: .5rem;
    line-height: 1.45rem;
    text-align: center;
}

.settle_top a.settle_top_pick {
    border: 0 !important;
    background: #d13938;
    color: #fff !important;
}

.detail_list {
    width: 95%;
    box-sizing: border-box;
    padding-left: 0;
    margin: .3rem auto 0;
    background: transparent;
}

.detail_list li,
.detail_list li+li {
    margin-bottom: .28rem;
    list-style: none;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    overflow: hidden;
}

.detail_list li a {
    display: block;
    padding: .46rem .5rem;
    line-height: normal;
}

.detail_list li a>div {
    align-items: center;
    gap: .25rem;
}

.detail_list_top {
    padding-bottom: .22rem;
    border-bottom: 1px solid #f2e5dd;
    color: #333;
    font-size: .56rem;
}

.detail_list_top p,
.detail_list_bt p {
    min-width: 0;
}

.detail_list_top p:first-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_list_top p:last-child,
.detail_list_bt p:last-child {
    flex: 0 0 auto;
    max-width: 52%;
    text-align: right;
}

.detail_list_bt {
    padding-top: .22rem;
    color: #999;
    font-size: .48rem;
}

.assets_list,
.recharge_l,
.allaccounted .allpion {
    width: 95%;
    box-sizing: border-box;
    padding-left: 0;
    margin: .3rem auto 0;
    background: transparent;
}

.allaccounted .order_list_top {
    display: flex;
    align-items: center;
    width: 95%;
    box-sizing: border-box;
    margin: .3rem auto 0;
    padding: .08rem;
    list-style: none;
    border: 1px solid #f1e2d8;
    border-radius: .45rem;
    background: #fffaf7;
}

.allaccounted .order_list_top li {
    flex: 1;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.allaccounted .order_list_top li a {
    display: block;
    min-height: 1.55rem;
    line-height: 1.55rem;
    border-radius: .35rem;
    color: #777;
    font-size: .56rem;
}

.allaccounted .order_list_top li.red a {
    background: #d13938;
    color: #fff;
}

.assets_list li,
.recharge_l li,
.allaccounted .allpion>div {
    margin: 0 0 .28rem;
    list-style: none;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.allaccounted .allpion ul {
    list-style: none;
}

.user_quick_grid .quick_withdraw_item {
    grid-column: 1 / -1;
}

.user_quick_grid .quick_withdraw_item a {
    flex-direction: row;
    justify-content: flex-start;
    gap: .42rem;
    min-height: 2.08rem;
    padding: .16rem .55rem;
}

.user_quick_grid .quick_withdraw_item a .quick_icon {
    flex: 0 0 1.34rem;
    margin-bottom: 0;
}

.user_quick_grid .quick_withdraw_item a .quick_name {
    flex: 1;
    text-align: left;
    font-size: .54rem;
}

/* Active personal-center list pages: keep the same compact card rhythm as withdrawal details. */
.address_page_list {
    width: 100%;
}

.address_page_list .address_list {
    width: 95%;
    box-sizing: border-box;
    min-height: 3.25rem;
    margin: .3rem auto 0;
    padding: .45rem .5rem;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.address_page_list .address_list_l {
    flex: 0 0 21%;
    width: auto;
    text-align: left;
}

.address_page_list .address_list_c {
    flex: 1;
    min-width: 0;
    width: auto;
    padding: .1rem .25rem;
}

.address_page_list .address_list_r {
    flex: 0 0 1.28rem;
    width: auto !important;
    justify-content: center;
}

.address_page_list .address_list_r:last-child {
    flex-basis: 1.75rem;
    border-left: 1px solid #f2e5dd;
}

.address_page_list .address_list_r i {
    color: #999;
}

.address_page_list .address_list_r:last-child i {
    color: #b86b60;
    font-size: .52rem !important;
}

/* Group 4 list pages: shared mobile card rhythm for the remaining user lists. */
.h5_collection_list,
.h5_product_history,
.h5_news_list,
.h5_feedback_list,
.h5_coupon_list {
    width: 95%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.h5_collection_list {
    padding: 0;
}

.h5_collection_list > li {
    box-sizing: border-box;
    min-height: 4.35rem;
    margin: .3rem 0;
    padding: .46rem .5rem;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.h5_collection_list > li > a {
    align-items: center;
    gap: .45rem;
}

.h5_collection_list .collection_list_text {
    flex: 1;
    min-width: 0;
    width: auto;
}

.h5_collection_list .collection_list_text > p {
    height: auto;
    max-height: 1.65rem;
    margin: 0 0 .28rem;
    color: #333;
    font-size: .56rem;
    line-height: .82rem;
}

.h5_collection_list .collection_list_text > div:last-child {
    color: #d13938;
    font-family: DIN;
    font-size: .68rem;
}

.h5_collection_list .collection_list_img {
    flex: 0 0 3.7rem;
    width: 3.7rem;
    height: 3.7rem;
    margin: 0;
    border-radius: .3rem;
    background: #fff7f2;
}

.h5_product_history {
    padding: .02rem 0 .8rem;
    background: transparent;
}

.h5_product_history ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h5_product_history ul li {
    margin: .3rem 0;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    overflow: hidden;
}

.h5_product_history ul li a {
    min-height: 4.35rem;
    box-sizing: border-box;
    padding: .46rem .5rem;
    gap: .45rem;
}

.h5_product_history .footprint_list_img {
    flex: 0 0 3.7rem;
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 0;
    border-radius: .3rem;
    background: #fff7f2;
}

.h5_product_history .footprint_list_cen {
    flex: 1;
    min-width: 0;
    width: auto;
    height: 3.7rem;
    justify-content: space-between;
}

.h5_product_history .footprint_list_cen p {
    color: #333;
    font-size: .56rem;
    line-height: .82rem;
}

.h5_product_history .footprint_list_cen div {
    color: #d13938;
    font-family: DIN;
    font-size: .68rem;
}

.h5_news_list {
    padding: .02rem 0 .8rem;
    list-style: none;
}

.h5_news_list > li {
    margin: .3rem 0;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    overflow: hidden;
}

.h5_news_list > li > a {
    display: block;
    padding: .42rem .5rem .48rem;
}

.h5_news_list .news_list_time {
    padding-bottom: .28rem;
    border-bottom: 1px solid #f2e5dd;
    font-size: .46rem;
    line-height: .7rem;
    text-align: left;
}

.h5_news_list .news_list_cen {
    padding: .3rem 0 0;
    font-size: .54rem;
    line-height: .82rem;
}

.h5_news_list .news_list_title,
.h5_news_list .news_list_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5_news_list .news_list_title {
    color: #333;
    font-size: .58rem;
}

.h5_news_list .news_list_text {
    color: #999;
}

.h5_news_list .news_list_bt {
    margin-top: .24rem;
    padding-top: .24rem;
    border-top: 1px solid #f2e5dd;
    color: #d13938;
    font-size: .48rem;
}

.h5_news_list .news_list_i {
    top: .42rem;
    right: .5rem;
    width: .34rem;
    height: .34rem;
    background: #d13938;
}

.h5_feedback_list {
    padding: 0;
    background: transparent;
}

.h5_feedback_list > a.contact_title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .35rem;
    align-items: center;
    min-height: 2.3rem;
    box-sizing: border-box;
    margin: .3rem 0;
    padding: .45rem .5rem;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
    line-height: .8rem;
    text-align: left;
}

.h5_feedback_list > a.contact_title div {
    width: auto;
    font-size: .54rem;
}

.h5_feedback_list > a.contact_title div:last-child {
    color: #999;
    font-size: .46rem;
    text-align: right;
    white-space: nowrap;
}

.h5_coupon_tabs {
    width: 95%;
    margin-top: .3rem;
    border: 1px solid #f1e2d8;
    border-radius: .45rem;
    background: #fffaf7;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.h5_coupon_tabs ul {
    display: flex;
    gap: .08rem;
    padding: .08rem;
}

.two-bothshop.h5_coupon_tabs ul li {
    flex: 1;
    width: auto;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .3rem;
}

.two-bothshop.h5_coupon_tabs ul li.red {
    background: #d13938;
}

.two-bothshop.h5_coupon_tabs ul li.red:before {
    display: none;
}

.two-bothshop.h5_coupon_tabs ul li.red span {
    color: #fff;
}

.h5_coupon_list {
    padding: .02rem 0 3rem;
}

.coupon_csswri.h5_coupon_list .maleri30 {
    margin: 0;
}

.coupon_csswri.h5_coupon_list ul#user_goods_ka_1 > li {
    width: 100%;
    box-sizing: border-box;
    margin: .3rem 0;
    padding: 0;
}

.coupon_csswri.h5_coupon_list ul#user_goods_ka_1 .cp_alo {
    display: flex;
    width: 100%;
    min-height: 3.67rem;
    overflow: hidden;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.coupon_csswri.h5_coupon_list .cp_alo .pon_top {
    flex: 0 0 5.1rem;
    width: 5.1rem;
}

.coupon_csswri.h5_coupon_list .cp_alo .pon_dow {
    flex: 1;
    width: auto;
    height: auto;
    min-width: 0;
}

.coupon_csswri.h5_coupon_list .cp_alo .pon_dow p.cpn-name {
    max-width: calc(100% - .5rem);
    min-width: 0;
    width: auto;
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupon_csswri.h5_coupon_list .cp_alo .pon_dow > div {
    width: 100%;
    float: none;
}

.assets_list li {
    display: block;
    padding: .46rem .5rem;
}

.assets_list li>div,
.assets_list li .list_left,
.assets_list li .list_right {
    width: 100% !important;
    margin: 0 !important;
}

.assets_list li>div:first-child,
.assets_list li .list_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .22rem;
    border-bottom: 1px solid #f2e5dd;
}

.assets_list li>div:first-child>div:first-child,
.assets_list li .list_left p:first-child {
    color: #d13938;
    font-family: DIN;
    font-size: .84rem;
    line-height: 1rem;
}

.assets_list li .list_left p:last-child {
    min-height: .88rem;
    margin: 0;
    padding: 0 .28rem;
    border-radius: 999px;
    background: #fff4dc;
    color: #a76500;
    font-size: .44rem;
    line-height: .88rem;
}

.assets_list li>div:nth-child(2),
.assets_list li .list_right {
    display: block;
    padding-top: .22rem;
    color: #999;
    font-size: .48rem;
    line-height: .78rem;
}

.assets_list li>div:last-child {
    margin-top: .18rem !important;
    color: #777;
    font-size: .5rem;
    line-height: .78rem;
}

.assets_list li .list_right p {
    width: 100%;
    margin: 0;
    color: #777;
    font-size: .48rem;
    line-height: .78rem;
}

.recharge_l li+li {
    border-top: 1px solid #f1e2d8;
}

.recharge_l li a {
    display: block;
    padding: .35rem .5rem;
    background: transparent;
    line-height: .9rem;
}

.recharge_l li a>div {
    padding: .1rem 0;
    gap: .25rem;
}

.recharge_l li a>div+div {
    margin-top: .12rem;
    padding-top: .22rem;
    border-top: 1px solid #f2e5dd;
}

.recharge_l li a>div>div {
    width: auto;
    flex: 1;
    color: #777;
    font-size: .5rem;
}

.recharge_l li a>div>div:first-child {
    color: #333;
}

.recharge_l li a>div>div:nth-child(2n) {
    text-align: right;
}

.recharge_l li a>div:nth-child(2)>div:last-child {
    flex: 0 0 auto;
    min-height: .88rem;
    padding: 0 .28rem;
    border-radius: 999px;
    background: #e6f7f1;
    color: #0b8a63;
    line-height: .88rem;
}

.xjjf_box {
    width: 95%;
    margin: .3rem auto 0;
}

.xjjf_box ul {
    padding-left: 0;
    margin-left: 0;
}

.xjjf_box ul li {
    box-sizing: border-box;
    width: 100%;
    min-height: 4.25rem;
    margin-bottom: .28rem;
    list-style: none;
    border: 1px solid #f1e2d8;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(209, 57, 56, .08);
}

.xjjf_box ul li h1 {
    position: static;
    align-self: stretch;
    width: 28%;
    height: auto;
    min-height: 4.25rem;
    font-family: DIN;
    font-size: .82rem;
}

.xjjf_box ul li .fured {
    background: #d13938;
}

.xjjf_box ul li .fulv {
    background: #0b8a63;
}

.xjjf_box ul li>div {
    align-items: stretch;
    width: 72%;
    margin-left: 0;
    padding: .38rem .45rem;
    font-size: .48rem;
    line-height: .78rem;
}

.xjjf_box ul li>div p {
    min-height: .78rem;
    margin: 0;
}

.xjjf_box ul li>div p em {
    width: 26%;
    margin-right: 3%;
    color: #999;
    font-size: .46rem;
}

.xjjf_box ul li>div p i {
    width: 71%;
    min-width: 0;
    overflow: hidden;
    color: #333;
    font-size: .48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.point_detail_page {
    width: 94%;
    margin: .45rem auto .9rem;
}

.point_detail_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .45rem;
    padding: .62rem .68rem;
    border: 1px solid #f0e4de;
    border-radius: .45rem;
    background: #fff;
    box-shadow: 0 .12rem .42rem rgba(116, 54, 38, .08);
}

.point_detail_head h3 {
    color: #222;
    font-size: .72rem;
    line-height: .95rem;
}

.point_detail_head p {
    margin-top: .12rem;
    color: #888;
    font-size: .52rem;
    line-height: .78rem;
}

.point_detail_list {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.point_detail_card {
    overflow: hidden;
    border: 1px solid #ead8cf;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .14rem .46rem rgba(102, 54, 38, .1);
}

.point_detail_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .64rem .68rem .54rem;
    border-bottom: 1px solid #f0e4de;
    background: linear-gradient(180deg, #fff9f6 0%, #fff 100%);
}

.point_detail_card_head span {
    display: block;
    margin-bottom: .1rem;
    color: #777;
    font-size: .52rem;
}

.point_detail_card_head strong {
    display: block;
    color: #c83232;
    font-size: .9rem;
    line-height: 1.05rem;
}

.point_detail_card.is-outcome .point_detail_card_head strong {
    color: #2f8151;
}

.point_detail_card_head em {
    flex: 0 0 auto;
    padding: .12rem .36rem;
    border-radius: .42rem;
    background: #fff4df;
    color: #9b6412;
    font-size: .46rem;
    font-style: normal;
}

.point_detail_grid {
    padding: .12rem .68rem .54rem;
}

.point_detail_grid p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .55rem;
    padding-top: .38rem;
    color: #333;
    font-size: .56rem;
    line-height: .82rem;
}

.point_detail_grid span {
    flex: 0 0 auto;
    color: #888;
}

.point_detail_grid i {
    min-width: 0;
    flex: 1 1 auto;
    color: #333;
    font-style: normal;
    text-align: right;
    word-break: break-word;
}

.point_detail_grid p:nth-child(3) i {
    color: #6f5a4e;
    font-weight: 700;
}

.point_empty_tip {
    margin-top: .8rem;
}
