:root {
    --UI-BG: #fff;
    --UI-BG-1: #f7f7f7;
    --UI-BG-2: #fff;
    --UI-BG-3: #f7f7f7;
    --UI-BG-4: #4c4c4c;
    --UI-BG-5: #fff;
    --UI-FG: #000;

    --UI-FG-0: rgba(0, 0, 0, 0.9);
    --UI-FG-HALF: rgba(0, 0, 0, 0.9);
    --UI-FG-1: rgba(0, 0, 0, 0.5);
    --UI-FG-2: rgba(0, 0, 0, 0.3);
    --UI-FG-3: rgba(0, 0, 0, 0.1);
    --status-bar-height: 0px;
    --top-window-height: 0px;
    --window-left: 0px;
    --window-right: 0px;
    --window-margin: 0px;
    --window-top: calc(var(--top-window-height) + calc(44px + env(safe-area-inset-top)));
    --window-bottom: calc(50px + env(safe-area-inset-bottom));
}

body {
    padding-top: 0;
}
a{
    color:#333;
}
a:hover, a:active, a:focus{
    color:#fff;
}
uni-app,
uni-page-head {
    display: block;
    box-sizing: border-box
}

uni-page-head .uni-page-head {
    position: fixed;
    left: var(--window-left);
    right: var(--window-right);
    height: 44px;
    height: calc(44px + constant(safe-area-inset-top));
    height: calc(44px + env(safe-area-inset-top));
    padding: 7px 3px;
    padding-top: calc(7px + constant(safe-area-inset-top));
    padding-top: calc(7px + env(safe-area-inset-top));
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 998;
    color: #fff;
    background-color: #000;
    -webkit-transition-property: all;
    transition-property: all
}

uni-page-head .uni-page-head-titlePenetrate,
uni-page-head .uni-page-head-titlePenetrate .uni-page-head-bd,
uni-page-head .uni-page-head-titlePenetrate .uni-page-head-bd * {
    pointer-events: none
}

uni-page-head .uni-page-head-titlePenetrate * {
    pointer-events: auto
}

uni-page-head .uni-page-head.uni-page-head-transparent .uni-page-head-ft>div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

uni-page-head .uni-page-head~.uni-placeholder {
    width: 100%;
    height: 44px;
    height: calc(44px + constant(safe-area-inset-top));
    height: calc(44px + env(safe-area-inset-top))
}

uni-page-head .uni-placeholder-titlePenetrate {
    pointer-events: none
}

uni-page-head .uni-page-head * {
    box-sizing: border-box
}

uni-page-head .uni-page-head-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px
}

uni-page-head .uni-page-head-bd {
    position: absolute;
    left: 70px;
    right: 70px;
    min-width: 0
}

.uni-page-head-btn {
    position: relative;
    width: auto;
    margin: 0 10px;
    word-break: keep-all;
    white-space: pre;
    cursor: pointer
}

.uni-page-head-transparent .uni-page-head-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5)
}

uni-page-head .uni-btn-icon {
    overflow: hidden;
    min-width: 1em
}

.uni-page-head-btn-red-dot:after {
    content: attr(badge-text);
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 18px;
    overflow: hidden;
    -webkit-transform: scale(.5) translate(40%, -40%);
    transform: scale(.5) translate(40%, -40%);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.uni-page-head-btn-red-dot[badge-text]:after {
    font-size: 12px;
    width: auto;
    min-width: 18px;
    max-width: 42px;
    text-align: center;
    padding: 0 3px;
    -webkit-transform: scale(.7) translate(40%, -40%);
    transform: scale(.7) translate(40%, -40%)
}

.uni-page-head-btn-select>.uni-btn-icon:after {
    display: inline-block;
    font-family: unibtn;
    content: "\e601";
    margin-left: 2px;
    -webkit-transform: rotate(-90deg) scale(.8);
    transform: rotate(-90deg) scale(.8)
}

.uni-page-head-search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 2px;
    line-height: 30px;
    font-size: 15px
}

.uni-page-head-search-input {
    width: 100%;
    height: 100%;
    padding-left: 34px;
    text-align: left
}

.uni-page-head-search-placeholder {
    position: absolute;
    max-width: 100%;
    height: 100%;
    padding-left: 34px;
    overflow: hidden;
    word-break: keep-all;
    white-space: pre
}

.uni-page-head-search-placeholder-right {
    right: 0
}

.uni-page-head-search-placeholder-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uni-page-head-search-placeholder:before {
    position: absolute;
    top: 0;
    left: 2px;
    width: 30px;
    content: "\ea0e";
    display: block;
    font-size: 20px;
    font-family: uni;
    text-align: center
}

uni-page-head .uni-page-head-ft {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 13px
}

uni-page-head .uni-page-head__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

uni-page-head .uni-page-head__title .uni-loading {
    width: 16px;
    height: 16px;
    margin-top: -3px
}

uni-page-head .uni-page-head__title .uni-page-head__title_image {
    width: auto;
    height: 26px;
    vertical-align: middle
}

uni-page-head .uni-page-head-shadow {
    overflow: visible
}

uni-page-head .uni-page-head-shadow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 5px;
    background-size: 100% 100%
}

uni-page-head .uni-page-head-shadow-grey:after {
    background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
}

uni-page-head .uni-page-head-shadow-blue:after {
    background-image: url(https://cdn.dcloud.net.cn/img/shadow-blue.png)
}

uni-page-head .uni-page-head-shadow-green:after {
    background-image: url(https://cdn.dcloud.net.cn/img/shadow-green.png)
}

uni-page-head .uni-page-head-shadow-orange:after {
    background-image: url(https://cdn.dcloud.net.cn/img/shadow-orange.png)
}

uni-page-head .uni-page-head-shadow-red:after {
    background-image: url(https://cdn.dcloud.net.cn/img/shadow-red.png)
}

uni-page-head .uni-page-head-shadow-yellow:after {
    background-image: url(https://cdn.dcloud.net.cn/img/shadow-yellow.png)
}

uni-page-head .uni-icon-clear {
    -webkit-align-self: center;
    align-self: center;
    padding-right: 5px
}

.uni-tabbar-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.uni-tabbar {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    z-index: 998
}

.uni-tabbar .uni-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 998;
    box-sizing: border-box
}

.uni-tabbar.uni-tabbar-bottom,
.uni-tabbar.uni-tabbar-bottom .uni-tabbar,
.uni-tabbar.uni-tabbar-top,
.uni-tabbar.uni-tabbar-top .uni-tabbar {
    position: fixed;
    left: var(--window-left);
    right: var(--window-right)
}

.uni-app--showlayout+.uni-tabbar.uni-tabbar-bottom,
.uni-app--showlayout+.uni-tabbar.uni-tabbar-bottom .uni-tabbar,
.uni-app--showlayout+.uni-tabbar.uni-tabbar-top,
.uni-app--showlayout+.uni-tabbar.uni-tabbar-top .uni-tabbar {
    left: var(--window-margin);
    right: var(--window-margin)
}

.uni-tabbar.uni-tabbar-bottom .uni-tabbar {
    bottom: 0;
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.uni-tabbar .uni-tabbar~.uni-placeholder {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom)
}

.uni-tabbar .uni-tabbar * {
    box-sizing: border-box
}

.uni-tabbar .uni-tabbar__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 0;
    text-align: center;

}

.uni-tabbar .uni-tabbar__bd,
.uni-tabbar .uni-tabbar__item {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;

}

uni-tabbar .uni-tabbar__bd {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    height: 50px;
}

.uni-tabbar .uni-tabbar__icon {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    width: 24px; height: 24px;
}

.uni-tabbar .uni-tabbar__icon.uni-tabbar__icon__diff {
    margin-top: 0;
    width: 34px;
    height: 34px
}

.uni-tabbar .uni-tabbar__icon img {
    width: 100%;
    height: 100%
}

.uni-tabbar .uni-tabbar__iconfont {
    font-family: UniTabbarIconFont
}

.uni-tabbar .uni-tabbar__label {
    position: relative;
    text-align: center;
    font-size: 10px;
    color: rgb(51, 51, 51); 
    font-size: 10px; 
    line-height: normal; 
    margin-top: 3px;
}

.uni-tabbar .uni-tabbar__label.on {
    color: rgb(18 151 219); 
}

.uni-tabbar .uni-tabbar-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.uni-tabbar .uni-tabbar__reddot {
    position: absolute;
    top: 2px;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f43530;
    color: #fff;
    -webkit-transform: translate(40%);
    transform: translate(40%)
}

.uni-tabbar .uni-tabbar__badge {
    width: auto;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    min-width: 16px;
    padding: 0 2px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap
}

.uni-tabbar .uni-tabbar__mid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%
}


.top {
    width: 100%
}

.user-container {
    min-height: 100vh;
    background-color: #f5f5f5;
    padding-bottom: 20px
}

.header-bg {
    background: #4080ff;
    height: 150px;
    position: relative;
    padding-top: 44px
}

.status-bar {
    height: 44px
}

.page-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 10px 0
}

.user-card {
    margin: 10px 15px 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.user-info {
    padding: 20px;
    width: 100%;
    display: flex;
    background: #fff;
    margin: 20px 0;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px
}

.info-content {
    margin: 5px;
    line-height: 24px;
    padding-left: 10px;
    flex: 1
}

.name-row {
    align-items: center;
    margin-bottom: 5px
}

.nickname {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px
}

.auth-tag {
    background: #4080ff;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 10px
}

.phone {
    text-align: center;
    font-size: 14px
}

.section-card {
    background: #fff;
    padding: 0 15px;
    border-bottom:1px solid #ddd;
    
}

.section-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px
}

.account-info {
    display: flex;
    justify-content: space-between;
    text-align: center
}

.account-item {
    flex: 1;
    display: flex;
    flex-direction: column
}

.amount {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px
}

.label {
    font-size: 12px;
    color: #666
}

.menu-group {
    margin-bottom: 20px
}

.menu-group:last-child {
    margin-bottom: 0
}

.menu-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee
}

.menu-item:last-child {
    border-bottom: none
}

.menu-item-left{
    width:100%;
}
.menu-item-left a{
    display: flex;
     width:100%;
    align-items: center;
    justify-content: space-between;
}

.iconfont {
    font-size: 20px;
    margin-right: 10px
}

.menu-name {
    font-size: 14px;
    color: #333
}

.icon-arrow {
    color: #999;
    margin-right: 0
}

.logout-btn {
    margin: 30px 15px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ff4d4f;
    border-radius: 5px;
    color: #fff;
    font-size: 16px
}

.icon-bk {
    width: 25px;
    float: left
}

@-webkit-keyframes scroll-data-v-40573b16 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scroll-data-v-40573b16 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

/* 基础轮播图样式 */
.swiper-container {
    width: 100%;
    height: 200px
}

.swiper-image {
    width: 100%;
    height: 100%
}

.title-container {
    background: #fffce9;
    display: flex;
    padding: 10px;
    margin-top: 5px;
    z-index: 111;
    position: relative
}

.amount-info-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-mask-image: -webkit-linear-gradient(left, #000, #000)
}

.amount-info {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-data-v-40573b16 60s linear infinite;
    -webkit-animation: scroll-data-v-40573b16 60s linear infinite;
    will-change: transform
}

.scroll-item {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle
}

.amount-info:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused
        /* 添加webkit前缀 */
}

.title-box {
    margin: 26px 15px 5px 15px;
    color: #2b977a;
    font-weight: 700;
    font-size: 16px
}

.container {
    min-height: 100vh;
    background-color: #f5f5f5;
    position: relative;
    padding:15px;
}

.nav-box {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin: 15px;
    text-align: center;
    color: #333
}

.nav-icon {
    text-align: center;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px
}

.nav-icon-image {
    width: 31px;
    height: 31px
}

.header {
    background-color: #4080ff;
    padding: 20px 15px
}

.title {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.wallet-card {
    position: relative;
    background: #fff;
    margin: 15px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.yq_status {
    top: 85px;
    left: 130px;
    position: absolute;
    border: 2px solid #ff5151;
    color: #ff5151;
    border-radius: 5px;
    font-size: 20px;
    opacity: .5;
    padding: 10px 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wallet-title {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.wallet-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 5px
}

/* 移除重复的样式定义，保留上面的定义 */
.amount-info-container-wrapper {
    margin: 15px 0;
    padding: 10px 0;
    border-bottom: 0.5px solid #eee
}

.phone-number {
    font-size: 14px;
    color: #ffa709
}

.order-number {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px
}

.repayment-info {
    padding: 10px 0
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    border-bottom: 0.5px solid #e7e7e7;
    padding-bottom: 10px
}

.info-row:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.label {
    color: #666;
    font-size: 14px
}

.value {
    color: #333;
    font-size: 14px
}

.value.highlight {
    color: #ff5151;
    font-weight: 700
}

.small-text {
    font-size: 12px;
    color: #999
}

.repay-button {
    background: #4080ff;
    color: #fff;
    height: 31px;
    line-height: 31px;
    padding: 0px 26px;
    margin-top: 20px;
    font-size: 14px;
    border: none
}

.red {
    background: #ff5151
}

.yellow {
    background: #ff9802
}

.hq {
    background-color: #999
}

.tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    background: #fff;
    display: flex;
    border-top: 0.5px solid #eee
}

.tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999
}

.tab-item.active {
    color: #4080ff
}

.iconfont {
    font-size: 20px;
    margin-bottom: 2px
}