@charset "UTF-8";.van-toast{
    word-break: break-word!important
}

.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.wallet-container{
    color: #666
}

.wallet-container-header{
    background:var(--btn-bg);
    /*background: linear-gradient(90deg,#f95959 0%,#ff9a8e 100%);*/
    width: 100%;
    color: #fff;
    padding-bottom: .53333rem
}

.wallet-container-header .navbardiv,.wallet-container-header .navbar.van-icon {
    color: #fff;
    font-size: .53333rem
}

.wallet-container-header-belly{
    margin-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wallet-container-header-belly img{
    width: 1.06667rem
}

.wallet-container-header-belly>div:nth-of-type(1) {
    margin: .10667rem 0;
    font-size: .64rem;
    line-height: .64rem
}

.wallet-container-header-belly span{
    font-size: .34667rem
}

.wallet-container-header-belly>div:nth-of-type(2) {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: .26667rem;
    text-align: center
}

.wallet-container-header-belly>div:nth-of-type(2) p{
    margin-bottom: .13333rem
}

.wallet-container-header-belly .total{
    font-size: .53333rem
}

.wallet-container h3{
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: .46667rem;
    letter-spacing: .04em;
    font-size: .4rem;
    color: #333
}

.wallet-container span{
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: .46667rem;
    letter-spacing: .04em;
    font-size: .32rem;
    text-align: center
}

.wallet-container-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-inline:.4rem;padding-bottom: 1.6rem;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wallet-container-content .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 9.06667rem;
    padding: .62667rem .18667rem .26667rem;
    font-family: bahnschrift;
    border-radius: .26667rem;
    background-color: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    position: absolute;
    width: 92%;
    top: -.33333rem
}

.wallet-container-content .container .progressBars{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-bottom: .4rem
}

.wallet-container-content .container .progressBars.van-circle__text {
    font-size: .4rem
}

.wallet-container-content .container .progressBars>div{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wallet-container-content .container .progressBars>div.van-circle {
    width: 2.45333rem;
    height: 2.45333rem
}

.wallet-container-content .container .progressBars>div h3{
    margin-top: .16rem
}

.wallet-container-content .container .recycleBtnD{
    width: 100%;
    text-align: center;
    margin-bottom: .4rem
}

.wallet-container-content .container .recycleBtnD .recycleBtn{
    width: 100%;
    height: .93333rem;
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .01333rem;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5);
    border: none;
    border-radius: 1.06667rem;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

.wallet-container-content .container .recycleBtnD .recycleBtn.disable{
    color: #fff;
    box-shadow: 0 .05333rem #b6bad0;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    text-shadow: 0 .05333rem .02667rem #afb0be;
    cursor: no-drop
}

.wallet-container-content .container .userDetail{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .28rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    margin-top: .26667rem
}

.wallet-container-content .container .userDetail>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: .13333rem
}

.wallet-container-content .container .userDetail>div .imgD{
    width: 1.30667rem;
    height: 1.30667rem;
    border-radius: .4rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .13333rem
}

.wallet-container-content .container .userDetail>div .imgD img{
    width: .85333rem;
    height: auto
}

.wallet-container-content .container .userDetail>div span{
    font-size: .32rem
}

.wallet-container-content .gameList{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .26667rem;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    margin-top: 9.33333rem;
    margin-bottom: .66667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.wallet-container-content .gameList .select{
    background: -webkit-linear-gradient(left,#FF8E8A 0%,#FFBFA0 100%);
    background: linear-gradient(90deg,#FF8E8A 0%,#FFBFA0 100%)
}

.wallet-container-content .gameList .select span,.wallet-container-content .gameList .select h3{
    color: #fff!important
}

.wallet-container-content .gameList>div{
    width: 31%;
    min-height: 2.13333rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .13333rem;
    padding: 0 .2rem
}

.wallet-container-content .gameList>div h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center
}

.wallet-container-content .gameList .box{
    padding-left: .17333rem;
    padding-right: .17333rem
}

.wallet-container-content .gameList .box>span{
    color: #888
}

.wallet-container-content .gameList .money{
    font-size: .32rem;
    font-weight: 700;
    display: inline-block;
    width: 110%;
    overflow: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.bg1 {
    background: -webkit-linear-gradient(left,#34be8b 3%,#34be8b 95.93%);
    background: linear-gradient(90deg,#34be8b 3%,#34be8b 95.93%)
}

.bg2 {
    background: -webkit-linear-gradient(left,#b2b2b2 3%,#b2b2b2 95.93%);
    background: linear-gradient(90deg,#b2b2b2 3%,#b2b2b2 95.93%)
}

 .navbar .bg1 {
    background: -webkit-linear-gradient(left,#34be8b 3%,#34be8b 95.93%)!important;
    background: linear-gradient(90deg,#34be8b 3%,#34be8b 95.93%)!important
}

 .navbar .bg2 {
    background: -webkit-linear-gradient(left,#b2b2b2 3%,#b2b2b2 95.93%)!important;
    background: linear-gradient(90deg,#b2b2b2 3%,#b2b2b2 95.93%)!important
}

.WHD__container {
    font-family: Inter;
    font-style: normal
}

.WHD__container .navbar {
    margin-bottom: -.01333rem
}

.WHD__container .navbar div,.WHD__container .navbar .van-icon {
    color: #fff;
    font-size: .53333rem
}

.WHD__container-header {
    height: 4rem;
    width: 100%;
    color: #fff;
    white-space: pre-wrap;
    padding: .26667rem .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.WHD__container-header h1 {
    font-weight: 700;
    font-size: .48rem;
    margin-bottom: .26667rem
}

.WHD__container-header span {
    font-weight: 400;
    font-size: .34667rem;
    line-height: .66667rem
}

.WHD__container-header img {
    width: 2.13333rem;
    height: 2.13333rem;
    margin-left: auto;
    text-align: right
}

.WHD__container .rechargeFailed img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-top: -.26667rem
}

.WHD__container-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .21333rem;
    padding-inline:.32rem;padding-bottom: 2.13333rem;
    position: relative
}

.WHD__container-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: bahnschrift;
    border-radius: .26667rem;
    background-color: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.WHD__container-body .container {
    position: absolute;
    width: 94%;
    top: -.8rem
}

.WHD__container-body .containerB {
    margin-top: 7.06667rem
}

.WHD__container-body .containerB .top span {
    color: #333!important;
    font-weight: 400!important;
    font-size: .37333rem!important;
    padding-left: .13333rem;
    border-left: red .10667rem solid;
    line-height: .36rem
}

.WHD__container-body .container,.WHD__container-body .containerB {
    padding-bottom: .26667rem
}

.WHD__container-body .container .mImg,.WHD__container-body .containerB .mImg {
    background-color: #f7f8ff;
    height: .58667rem
}

.WHD__container-body .container .mImg img,.WHD__container-body .containerB .mImg img {
    width: 100%
}

.WHD__container-body .container .top,.WHD__container-body .containerB .top {
    padding: .37333rem .37333rem .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.WHD__container-body .container .top img,.WHD__container-body .containerB .top img {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem
}

.WHD__container-body .container .top span,.WHD__container-body .containerB .top span {
    color: #151515;
    font-weight: 700;
    font-size: .42667rem
}

.WHD__container-body .container .item,.WHD__container-body .containerB .item {
    margin-top: -.13333rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem;
    font-size: .32rem;
    color: #888;
    padding: .26667rem
}

.WHD__container-body .container .item>div:last-of-type,.WHD__container-body .containerB .item>div:last-of-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.WHD__container-body .container .item>div,.WHD__container-body .containerB .item>div {
    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: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.WHD__container-body .container .item>div span.yellow,.WHD__container-body .containerB .item>div span.yellow {
    color: #ff7f22
}

.WHD__container-body .container .item>div span.black,.WHD__container-body .containerB .item>div span.black {
    color: #333
}

.WHD__container-body .container .item>div span.red,.WHD__container-body .containerB .item>div span.red {
    color: #ff7374
}

.WHD__container-body .container .item>div span,.WHD__container-body .containerB .item>div span {
    margin: .06667rem 0;
    padding-right: .26667rem
}

.WHD__container-body .container .item>div span:nth-of-type(2),.WHD__container-body .containerB .item>div span:nth-of-type(2) {
    margin-left: auto;
    text-align: right
}

.WHD__container-body .container .item>div img,.WHD__container-body .containerB .item>div img {
    width: .4rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.cancel_recharge {
    padding: 0 .32rem
}

.cancel_recharge .info {
    padding: .56rem .26667rem .26667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-bottom: .53333rem
}

.cancel_recharge .info .info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .44rem
}

.cancel_recharge .info .info_item div {
    font-size: .34667rem;
    color: #ff7374
}

.cancel_recharge .info .info_item span {
    font-size: .34667rem
}

.cancel_recharge .info .info_item .user_name {
    color: #666
}

.cancel_recharge .info .info_item .money {
    color: #ff7f22
}

.cancel_recharge .info .info_item .order_num,.cancel_recharge .info .info_item .time {
    color: #b8b8b8
}

.cancel_recharge .cancel_content {
    padding: .37333rem .26667rem .13333rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    margin-bottom: .64rem
}

.cancel_recharge .cancel_content .title {
    font-size: .37333rem;
    line-height: .45333rem;
    color: #151515;
    margin-bottom: .4rem;
    position: relative
}

.cancel_recharge .cancel_content .title:before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .4rem;
    background: #f64646;
    margin-right: .21333rem;
    vertical-align: top
}

.cancel_recharge .cancel_content .cancel_radio {
    margin-bottom: .4rem
}

.cancel_recharge .cancel_content .cancel_radio span {
    font-size: .32rem;
    line-height: .53333rem;
    letter-spacing: .04em;
    color: #666
}

.cancel_recharge .cancel_content .cancel_radio .radio_title:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .32rem;
    border: .01333rem solid #888888;
    margin-right: .26667rem;
    vertical-align: middle;
    border-radius: 50%;
    box-sizing: border-box
}

.cancel_recharge .cancel_content .cancel_radio .textarea_input {
    width: 7.86667rem;
    padding: .34667rem .32rem;
    background: none;
    border: .01333rem solid #d6d6d6;
    border-radius: .13333rem;
    font-size: .32rem;
    line-height: .53333rem;
    color: #adadad;
    margin-left: .58667rem;
    margin-top: .18667rem
}

.cancel_recharge .cancel_content .radio_active .radio_title:before {
    border: none;
    background: var(--primary-color)
}

.cancel_recharge .tip {
    font-size: .32rem;
    line-height: .53333rem;
    color: #666
}

.cancel_recharge .tip:before {
    content: "";
    display: inline-block;
    width: .13333rem;
    height: .13333rem;
    margin-right: .32rem;
    vertical-align: middle;
    background: #ff8e8a;
    border-radius: .02667rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cancel_recharge .cancel_btn {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    font-size: .4rem;
    color: #fff;
    background: var(--primary-color)
}

.cancel_recharge .cancen_model_cnt {
    font-size: .32rem;
    text-align: center;
    color: #666
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.orderCancel__container {
    padding-inline:.32rem}

.orderCancel__container-header {
    width: 100%;
    height: 5.46667rem;
    padding: .56rem .26667rem;
    color: #ff7374;
    font-size: .34667rem;
    border-radius: .13333rem;
    background-color: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.orderCancel__container-header__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .4rem
}

.orderCancel__container-header__details span:last-of-type {
    color: #666
}

.orderCancel__container-header__details:nth-of-type(4) {
    margin-bottom: .66667rem
}

.orderCancel__container-header__details:nth-of-type(4) span:last-of-type {
    color: #ff7f22
}

.orderCancel__container-header .divider {
    border-top: .01333rem solid #dbdbdb;
    margin-block:.44rem}

.orderCancel__container-header__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #b8b8b8;
    font-size: .32rem
}

.orderCancel__container-reason {
    height: -webkit-max-content;
    height: max-content;
    margin-top: .53333rem;
    padding: .37333rem .26667rem;
    border-radius: .26667rem;
    background-color: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.orderCancel__container-reason h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .22667rem;
    margin-bottom: .4rem;
    color: #333;
    font-size: .4rem;
    font-weight: 600
}

.orderCancel__container-reason h1:before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .4rem;
    background-color: #f64646
}

.orderCancel__container-reason__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .28rem;
    margin-bottom: .4rem;
    color: #666;
    font-size: .32rem
}

.orderCancel__container-reason__item:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .32rem;
    border: .01333rem solid #888;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color .1s ease-in-out,border .1s ease-in-out;
    transition: background-color .1s ease-in-out,border .1s ease-in-out
}

.orderCancel__container-reason__item.selected:before {
    border-width: 0;
    background-color: var(--primary-color)
}

.orderCancel__container-reason__item:last-of-type {
    margin-bottom: 0
}

.orderCancel__container-reason textarea {
    width: 7.86667rem;
    height: 0;
    margin-top: .2rem;
    margin-left: .54667rem;
    padding: .36rem .32rem;
    font-size: .32rem;
    opacity: 0;
    border-radius: .13333rem;
    border: .01333rem solid #d6d6d6;
    -webkit-transition: height .3s ease-in-out,opacity .3s ease-in-out;
    transition: height .3s ease-in-out,opacity .3s ease-in-out
}

.orderCancel__container-reason textarea.active {
    height: 2.8rem;
    opacity: 1
}

.orderCancel__container-tip {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: .66667rem;
    color: #666;
    font-size: .32rem
}

.orderCancel__container-tip:before {
    content: "";
    position: absolute;
    left: .16rem;
    display: inline-block;
    width: .13333rem;
    height: .13333rem;
    background: #ff8e8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.orderCancel__container-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: .93333rem;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    line-height: .93333rem;
    background: var(--primary-color)
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.Recharge__container-intro {
    background: #ffffff;
    border-radius: .26667rem;
    padding: .33333rem .26667rem
}

.Recharge__container-intro__title {
    font-weight: 600;
    font-size: .4rem;
    margin-bottom: .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.Recharge__container-intro__title img {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem
}

.Recharge__container-intro__lists {
    border: .01333rem solid #d6d6d6;
    border-radius: .26667rem;
    padding: .18667rem .22667rem .48rem .4rem
}

.Recharge__container-intro__lists .item {
    margin-top: .26667rem
}

.Recharge__container-intro__lists .item p {
    text-align: left;
    position: relative;
    padding-left: .33333rem;
    font-weight: 400;
    font-size: .32rem;
    color: #666;
    line-height: .53333rem;
    margin: .2rem 0
}

.Recharge__container-intro__lists .item p span.red {
    color: #fa5a5a
}

.Recharge__container-intro__lists .item p:after {
    position: absolute;
    content: "";
    width: .13333rem;
    height: .13333rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background:var(--primary-color);
    left: -.06667rem;
    top: .18667rem
}

.red {
    color: #fa5a5a!important
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.pay_state_step {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pay_state_step .item {
    width: 1.73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.pay_state_step .item img {
    width: .66667rem;
    height: .66667rem;
    margin-bottom: .18667rem
}

.pay_state_step .item span {
    font-size: .29333rem;
    color: #333;
    white-space: wrap;
    text-align: center
}

.pay_state_step .item:after {
    content: "";
    display: block;
    width: 1.2rem;
    height: .01333rem;
    background: #888;
    position: absolute;
    top: .33333rem;
    right: -60%
}

.pay_state_step .appeal {
    width: 1.86667rem
}

.pay_state_step .appeal:after {
    width: 122%;
    right: -110%
}

.pay_state_step .item:last-child:after {
    width: 0
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.other_pay {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 0 .32rem 1.86667rem
}

.other_pay .pay_store {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: .16rem;
    margin-bottom: .26667rem
}

.other_pay .pay_store .store_item {
    width: 100%;
    height: 130x;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .16rem 0
}

.other_pay .pay_store .store_item img {
    width: .93333rem;
    height: .93333rem
}

.other_pay .pay_store .store_item span {
    font-size: .32rem;
    line-height: .53333rem;
    color: #666
}

.other_pay .tip {
    text-align: center
}

.other_pay .tip div:first-child {
    font-size: .32rem;
    line-height: .45333rem;
    margin-bottom: .08rem;
    color: var(--primary-color)
}

.other_pay .tip div:last-child {
    font-size: .32rem;
    line-height: .53333rem;
    color: #666;
    margin-bottom: .24rem
}

.other_pay .orderInfo {
    margin-bottom: .4rem
}

.other_pay .orderInfo .qrcode {
    display: block;
    width: 3.73333rem;
    height: 3.73333rem;
    margin: .32rem auto .37333rem
}

.other_pay .orderInfo .save_qrcode {
    width: 6.4rem;
    height: .8rem;
    border: .01333rem solid #f95959;
    border-radius: .13333rem;
    line-height: .8rem;
    text-align: center;
    color: #f95959;
    margin: 0 auto .4rem
}

.other_pay .orderInfo .UTR_title {
    color: #333;
    font-size: .42667rem;
    line-height: .53333rem;
    margin-bottom: .16rem
}

.other_pay .info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .2rem .26667rem;
    margin-bottom: .13333rem
}

.other_pay .info_item span {
    font-size: .32rem;
    line-height: .53333rem;
    color: #f95959
}

.other_pay .info_item div {
    color: #ff7f22;
    font-size: .4rem;
    line-height: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.other_pay .info_item div span {
    color: #666;
    font-size: .34667rem;
    line-height: .48rem
}

.other_pay .info_item div img {
    width: .42667rem;
    height: .42667rem;
    margin-left: .26667rem
}

.other_pay .info_item .utr_tit {
    color: #a6a6a6;
    font-size: .32rem
}

.other_pay .info_item .utr_img {
    width: .42667rem;
    height: .42667rem
}

.other_pay .pay_btn {
    width: 100%;
    height: 1.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.other_pay .pay_btn div {
    height: 100%;
    line-height: 1.6rem;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer
}

.other_pay .pay_btn .cancel_order {
    width: 4.4rem;
    border: .01333rem solid #f95959;
    color: #f95959;
    font-size: .45333rem
}

.other_pay .pay_btn .finish {
    width: calc(100% - 4.4rem);
    background: #f95959;
    color: #fff;
    font-weight: 700;
    font-size: .45333rem
}

.other_pay .pay_btn .unfinish {
    background: #bfc1d2
}

.other_pay .actionSheet__content {
    padding: .56rem .26667rem
}

.other_pay .actionSheet__content .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.other_pay .actionSheet__content .title img {
    width: 1.33333rem;
    height: .56rem;
    margin-right: .32rem
}

.other_pay .actionSheet__content .title span {
    color: #151515;
    font-weight: 600;
    font-size: .42667rem
}

.other_pay .actionSheet__content .sheet_info {
    margin-bottom: .66667rem
}

.other_pay .actionSheet__content .sheet_info .sheet_item {
    padding: 0;
    margin-bottom: .4rem;
    box-shadow: none
}

.other_pay .actionSheet__content .sheet_info .sheet_item .sheet_right {
    color: #666;
    font-size: .34667rem
}

.other_pay .actionSheet__content .sheet_info .sheet_item .sheet_amount {
    color: #ff7f22
}

.other_pay .actionSheet__content .finish_tit {
    font-size: .48rem;
    color: #333;
    margin-bottom: .4rem
}

.other_pay .actionSheet__content .finish_tip {
    color: #888;
    font-size: .34667rem;
    margin-bottom: 1.65333rem
}

.other_pay .c2c_actiosheet {
    padding: .53333rem .32rem;
    position: relative
}

.other_pay .c2c_actiosheet .text {
    color: #333;
    font-size: .37333rem;
    font-style: normal;
    font-weight: 700;
    line-height: .53333rem;
    letter-spacing: .00373rem;
    margin-bottom: .4rem
}

.other_pay .c2c_actiosheet .text span {
    color: #f13f39;
    font-size: .37333rem
}

.other_pay .c2c_actiosheet .img_box {
    height: 13.33333rem;
    overflow: auto;
    padding-bottom: 1.33333rem
}

.other_pay .c2c_actiosheet .video_text {
    color: #f13f39;
    font-size: .42667rem;
    font-weight: 700;
    letter-spacing: .00427rem;
    margin-top: .26667rem;
    margin-bottom: .66667rem
}

.other_pay .c2c_actiosheet .help_img {
    width: 100%
}

.other_pay .c2c_actiosheet .close_img {
    position: absolute;
    top: -.26667rem;
    left: .66667rem;
    width: .8rem;
    height: .8rem;
    margin-left: -.4rem
}

.other_pay .c2c_actiosheet .close_btn {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    width: 8.98667rem;
    height: .93333rem;
    color: #fff;
    font-size: .4rem;
    font-style: normal;
    font-weight: 700;
    line-height: .53333rem;
    letter-spacing: .016rem;
    border-radius: .46667rem;
    text-align: center;
    line-height: .93333rem
}

.other_pay .c2c_actiosheet .text2 {
    margin-bottom: .26667rem;
    color: #333;
    font-size: .37333rem
}

.other_pay .close_box {
    height: 1.86667rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff
}

.other_pay .c2cupload_box .c2cupload_tip {
    padding: .4rem .26667rem;
    height: 2.13333rem;
    border: .01333rem solid #d6d6d6;
    color: #888;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .32rem;
    border-radius: .26667rem;
    margin-bottom: .26667rem
}

.other_pay .c2cupload_box .c2cupload_tip div {
    margin: .18667rem
}

.other_pay .c2cupload_box .upload_img {
    width: 3.6rem;
    height: 6.4rem;
    margin: 0 auto .33333rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI4SURBVHgB7dzRURNRFIfxczMWQglJBziEMfJkB2IFaAVCBUoFYAc+CWgy0kFCB1SS473ROPh2zuof3Oz3m4HwsJsMHyebkNysGQAAAACgX4ol3Szu3rv5sbntZfYz93ezw8nHyKZXi+Vx8XJhCV78zcuDyWVk2y+L5duRlw+Ws6q3cR69ja1RZuPr+eq7u5+m4+6GcfujtwaZncIT/Huqit37uk7L4eTWBuRmvnzlpU59Ha46ZGf19z+N7Bee4Br3pF2u6119aHGbF9PJ5zZY7edSyuvofplDxLh9O6o3ZAP1YLD2ovukjsHII7AYgcUILEZgMQKLEViMwGIEFiOwGIHFnoW3rC/yGOiAv/B1fnfSvqxH4oeI/8DafPuW07n1BA9yYgQWI7AYgcUILEZgMQKLhQO3hSftywYu2yH8j8aDtWKXNmDZDhwixAgsRmAxAos9+qtpHRc//+F6vnLrIrEI/F9hgsUefYKPDjYT1GmKtpM7m47TH314KkywGIHFCCxGYLHwg1z7HJphtzu0ZxGdnwM/EQ4RYgQWI7AYgcUILEZgMQKL9Wp1JYuf0V0fFz8rZDuEDxF9XPyskO3Ag5wYgcUILEZgMQKLEViMwGIEFiOwGIHFCCwWD1zsvl1cfVvu20C1M7C2y2K2iu4TDuxr/7S58lG52N7QkLTB2pzetloXD7/glVoG+uvkxPvWRf/PgL11O5uOn0c3Th2DN1f8812F8F1kZ7QTU7ufZeICAAAAAProB0QQyfTA95UHAAAAAElFTkSuQmCC) no-repeat center center;
    background-color: #fff;
    border-radius: .13333rem;
    background-size: 1.17333rem 1.17333rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.other_pay .c2cupload_box .upload_img img {
    width: 3.6rem;
    height: 6.4rem;
    border-radius: .13333rem;
    object-fit: contain
}

.other_pay .c2cupload_box .noAdd {
    background: #fff
}

.other_pay .c2cupload_box .upload_action {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .66667rem
}

.other_pay .c2cupload_box .upload_action .upload_btn {
    width: 6.4rem;
    height: .8rem;
    border: .01333rem solid #f95959;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .34667rem;
    color: #f95959;
    font-size: .34667rem
}

.other_pay .c2cupload_box .upload_action .upload_btn img {
    width: .56rem;
    height: .56rem;
    margin-right: .13333rem
}

.other_pay .c2cupload_box .upload_action .upload_text {
    text-align: center;
    color: #666;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .45333rem
}

.other_pay .c2c_btn {
    width: 8.98667rem
}

.other_pay .c2c_btn div {
    border-radius: .46667rem;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    font-size: .4rem;
    color: #fff
}

.other_pay .c2c_btn .c2cFinish {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%)
}

.other_pay .c2c_btn .no_finish {
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%)
}

.other_pay .c2c_btn .backPay {
    margin-top: .58667rem;
    border: .01333rem solid #fa5a5a;
    color: #fa5a5a
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.Recharge__container-tabcard {
    margin-top: .4rem;
    margin-bottom: .26667rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .26667rem
}

.Recharge__container-tabcard .centers {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Recharge__container-tabcard__items {
    width: 100%;
    height: 2.4rem;
    background: #ffffff;
    color: #666;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

.Recharge__container-tabcard__items .gift {
    width: .94667rem;
    height: .85333rem;
    position: absolute;
    right: .05333rem;
    top: 0;
    background: url(/assets/png/gift-55dc786a.png) no-repeat center center;
    background-size: .94667rem auto
}

.Recharge__container-tabcard__items .gift span {
    display: block;
    color: #fff;
    font-size: .29333rem;
    letter-spacing: -.01173rem;
    text-align: center;
    padding-top: .32rem
}

.Recharge__container-tabcard__items.active {
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem #fff6f4;
    color: #fff
}

.Recharge__container-tabcard__items .Recharge__container-tabcard__bot {
    font-size: .32rem;
    text-align: center
}

.Recharge__container-tabcard__items .mgt24 {
    margin-top: .32rem
}

.Recharge__container-tabcard__top {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: .93333rem;
    height: .93333rem;
    margin: .30667rem auto .13333rem
}

.Recharge__container-tabcard__top img {
    width: 100%;
    height: 100%
}

.Recharge__container-tabcard__top .lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Recharge__container-tabcard__top .lists svg {
    width: .56rem;
    margin-right: .13333rem
}

.Recharge__container-tabcard__top .lists svg:nth-child(2) {
    width: .44rem;
    height: .69333rem
}

.new_upi {
    margin-top: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: .26667rem;
    padding: .26667rem .24rem
}

.new_upi img {
    width: 1.84rem;
    height: 1.33333rem;
    margin-right: .4rem
}

.new_upi .upi_item {
    color: #151515
}

.new_upi .upi_item .title {
    font-size: .4rem;
    margin-bottom: .24rem
}

.new_upi .upi_item .gift {
    font-size: .32rem;
    color: #666
}

.upi_active {
    background: -webkit-linear-gradient(left,#ff918b 0%,#ffc0a1 97.07%);
    background: linear-gradient(90deg,#ff918b 0%,#ffc0a1 97.07%)
}

.upi_active .upi_item,.upi_active .upi_item .gift {
    color: #fff
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.boxStyle {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding: .4rem .29333rem .42667rem .26667rem;
    margin-bottom: .4rem
}

.Recharge__content-paymoney__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: .48rem;
    margin-bottom: .34667rem
}

.Recharge__content-paymoney__title img {
    width: .64rem;
    height: .64rem;
    margin-right: .30667rem
}

.Recharge__content-paymoney__money-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .26667rem
}

.Recharge__content-paymoney__money-list__item {
    margin-bottom: .26667rem;
    margin-right: .4rem;
    width: calc((100% - .8rem) / 3);
    height: .93333rem;
    color: #ff5a58;
    border: .01333rem solid #dfdede;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: .42667rem
}

.Recharge__content-paymoney__money-list__item span {
    position: absolute;
    left: .21333rem;
    top: 20%;
    color: #bababa;
    font-size: .42667rem
}

.Recharge__content-paymoney__money-list__item .usdt {
    width: .48rem;
    height: .48rem
}

.Recharge__content-paymoney__money-list__item .unit {
    width: .26667rem;
    height: .53333rem;
    margin-top: -.26667rem
}

.Recharge__content-paymoney__money-list__item.active {
    background: -webkit-linear-gradient(left,#ff918c 0%,#ffbd9f 100%);
    background: linear-gradient(90deg,#ff918c 0%,#ffbd9f 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem .02667rem #fff0ec;
    border-radius: .13333rem;
    color: #fff;
    border: none
}

.Recharge__content-paymoney__money-list__item.active span {
    color: #fff
}

.Recharge__content-paymoney__money-list__item:nth-child(3n) {
    margin-right: 0
}

.Recharge__content-paymoney .recharge_tip {
    margin-top: .13333rem;
    color: var(--primary-color);
    font-size: .29333rem
}

.Recharge__content-paymoney__money-input {
    position: relative;
    height: 1.17333rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #f2f2f2;
    border-radius: .58667rem
}

.Recharge__content-paymoney__money-input.radius {
    border-radius: .13333rem
}

.Recharge__content-paymoney__money-input .unit {
    position: absolute;
    right: 1.06667rem;
    top: .34667rem;
    font-size: .37333rem;
    color: #666;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.Recharge__content-paymoney__money-input .place-div {
    position: absolute;
    height: 1.17333rem;
    width: .8rem;
    color:var(--primary-color);
    font-weight: 900;
    font-size: .56rem;
    line-height: 1.17333rem
}

.Recharge__content-paymoney__money-input .place-div:before {
    content: "";
    height: .53333rem;
    position: absolute;
    border-left: .01333rem solid #bdbdbd;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.Recharge__content-paymoney__money-input .place-div.usdt {
    background: url(/assets/png/usdt-40311708.png) no-repeat center;
    background-size: .64rem
}

.Recharge__content-paymoney__money-input .place-div.trx {
    background: url(/assets/png/trx-8c63cfbf.png) no-repeat center;
    background-size: .64rem
}

.Recharge__content-paymoney__money-input .amount-input {
    background-color: transparent;
    margin-left: 1.33333rem
}

.Recharge__content-paymoney__money-input .amount-input input {
    color:var(--primary-color);
    font-weight: 700
}

.Recharge__content-paymoney__money-input .amount-input input::-webkit-input-placeholder {
    font-weight: 400
}

.Recharge__content-paymoney__money-input .amount-input input::placeholder {
    font-weight: 400
}

.Recharge__content-paymoney__money-input .inp {
    width: 70%;
    height: 1.17333rem;
    background: none;
    border: none;
    color: #fa5a5a;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: .4rem;
    line-height: 1.17333rem;
    margin-left: 1.33333rem;
    padding-left: .26667rem;
    padding-bottom: 0
}

.Recharge__content-paymoney__money-input .inp:focus {
    outline: none
}

.Recharge__content-paymoney__money-input input::-webkit-input-placeholder {
    color: #a6a6a6!important;
    font-size: .37333rem;
    font-weight: 400
}

.Recharge__content-paymoney__money-input input::placeholder {
    color: #a6a6a6!important;
    font-size: .37333rem;
    font-weight: 400
}

.Recharge__content-paymoney__money-input .place-div {
    height: 1.17333rem;
    width: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.Recharge__content-paymoney__money-input .place-div img {
    width: .37333rem;
    height: .61333rem
}

.Recharge__content-paymoney__money-input .place-div .place-icon {
    width: .37333rem;
    height: .61333rem;
    position: relative
}

.Recharge__content-paymoney__money-input .place-div .place-icon .usdt {
    width: .64rem;
    height: .64rem;
    margin-left: -.13333rem
}

.Recharge__content-paymoney__money-input .place-div:after {
    position: absolute;
    content: "";
    height: .53333rem;
    display: inline-block;
    margin: 0 .13333rem .02667rem;
    vertical-align: middle;
    border-right: .02667rem solid #bdbdbd;
    top: .34667rem;
    right: -.13333rem
}

.Recharge__content-paymoney__money-input .place-right {
    position: absolute;
    right: .32rem;
    top: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.Recharge__content-paymoney__money-input .place-right img {
    width: .53333rem;
    height: .53333rem
}

.Recharge__content-paymoney__money-input+.Recharge__content-paymoney__money-input {
    margin-top: .26667rem
}

.Recharge__content-quickInfo {
    margin-bottom: .53333rem
}

.Recharge__content-quickInfo__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: .34667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Recharge__content-quickInfo__title .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: .42667rem;
    color: #151515
}

.Recharge__content-quickInfo__title .title img {
    width: .64rem;
    height: .64rem;
    margin-right: .30667rem
}

.Recharge__content-quickInfo .item_active {
    background: -webkit-linear-gradient(left,#ff918b 0%,#ffc0a1 102.93%);
    background: linear-gradient(90deg,#ff918b 0%,#ffc0a1 102.93%)
}

.Recharge__content-quickInfo .item_active div {
    color: #fff
}

.Recharge__content-quickInfo .rechargeTypes_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: .26667rem
}

.Recharge__content-quickInfo .numberPay {
    grid-template-columns: repeat(1,1fr)
}

.Recharge__content-quickInfo__item {
    background: #e1e1e1;
    max-width: 98%;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: .26667rem
}

.Recharge__content-quickInfo__item div {
    font-size: .37333rem;
    color: #666
}

.Recharge__content-quickInfo__item .other {
    padding-left: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: .26667rem .34667rem;
    line-height: 1.5
}

.Recharge__content-quickInfo__item .other .bouns {
    font-size: .4rem
}

.Recharge__content-quickInfo__item .usdt_icon {
    padding: .26667rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.5
}

.Recharge__content-quickInfo__item .usdt_icon img {
    margin-left: .34667rem;
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: .34667rem
}

.Recharge__content-history__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: .48rem;
    margin-bottom: .74667rem
}

.Recharge__content-history__title img {
    width: .64rem;
    height: .64rem;
    margin-right: .30667rem
}

.Recharge__content-history__item {
    padding-bottom: .32rem;
    border-bottom: .01333rem solid #daddf0;
    margin-bottom: .34667rem
}

.Recharge__content-history__item .info1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: .29333rem
}

.Recharge__content-history__item .info1 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.Recharge__content-history__item .info1 .left span {
    margin-right: .24rem
}

.Recharge__content-history__item .info1 .left span:nth-child(1) {
    width: 2.13333rem;
    height: .53333rem;
    background: #ff8581;
    border-radius: .13333rem;
    color: #fff;
    line-height: .53333rem;
    text-align: center
}

.Recharge__content-history__item .info1 .left span:nth-child(2),.Recharge__content-history__item .info1 .left span:nth-child(3) {
    font-weight: 400;
    font-size: .32rem;
    line-height: .37333rem;
    color: #aeb0c6
}

.Recharge__content-history__item .info1 .right {
    font-weight: 500;
    font-size: .37333rem;
    line-height: .45333rem
}

.Recharge__content-history__item .info1 .danger {
    color: #f65c5c
}

.Recharge__content-history__item .info1 .success {
    color: #49ce9b
}

.Recharge__content-history__item .info1 .cancle {
    color: #888
}

.Recharge__content-history__item .info2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Recharge__content-history__item .info2 .orderCode {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: .32rem;
    line-height: .37333rem;
    color: #666
}

.Recharge__content-history__item .info2 .orderCode img {
    margin-left: .66667rem;
    width: .42667rem;
    height: .42667rem
}

.Recharge__content-history__item .info2 .money {
    font-weight: 500;
    font-size: .37333rem;
    line-height: .45333rem;
    color: #333
}

.Recharge__content-history__item:last-child {
    border: none;
    margin-bottom: 0
}

.Recharge__content-waitPay {
    padding-bottom: .53333rem
}

.Recharge__content-waitPay img {
    display: block;
    width: 1.06667rem;
    height: 1.06667rem;
    margin: 0 auto .18667rem
}

.Recharge__content-waitPay .wait_text {
    height: .90667rem;
    line-height: .45333rem;
    text-align: center;
    font-size: .37333rem;
    color: #333;
    margin-bottom: .26667rem
}

.Recharge__content-waitPay__countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .16rem;
    width: 100%;
    margin-bottom: .4rem
}

.Recharge__content-waitPay__countdown span {
    display: inline-block;
    width: .8rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .64rem;
    line-height: 1.06667rem;
    text-shadow: 0 .02667rem .05333rem #ff7678;
    border-radius: .13333rem;
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    box-shadow: inset 0 -.05333rem .13333rem #fff6f4;
    text-align: center
}

.Recharge__content-waitPay__countdown span:nth-of-type(3) {
    width: .53333rem
}

.Recharge__content-waitPay .go_pay {
    width: 6.32rem;
    height: .93333rem;
    margin: 0 auto;
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    border-radius: 1.06667rem;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    line-height: .93333rem
}

.Recharge__content .other_bank {
    margin-bottom: .53333rem
}

.Recharge__content .other_bank .select_bank_tit {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUAAAD/cHL/cHL/cHD/cXL/cXL/cHL/cXL/cnL/cnL/cXP/cHD/cHD/cHD/cXH/cXLOdBIbAAAAD3RSTlMAgGAQ779w35+Pz0AwIG8oRAFQAAAApklEQVQ4y2OgL2BODTLAJs495f9/jwOY4mbx/4HglzK6+E7//2DwpQfN+P9wsMgAxXg4gFiEMB4BEBbd9IcKCJtBGV96wRIw9d8YGOShzK9gCZgJnxkY7GFs4iQ+MjC8xyrxP9nwP6oEAlAq4Y8p/h0soY4p4QQUhhmGSo5KUEtCBTPYi8AS9ZgSX3BGLXUlmASxSQgqMOj/xwo+4ZZgEsQKFBhIBgBgmmU8MvjwjwAAAABJRU5ErkJggg==) no-repeat left center;
    background-size: .64rem;
    color: #333;
    padding-left: .82667rem;
    height: .64rem;
    line-height: .64rem;
    margin-bottom: .26667rem
}

.Recharge__content .other_bank .bank_name {
    background: -webkit-linear-gradient(top,var(--primary-color) 0%,#ff8d83 100%);
    background: linear-gradient(180deg,var(--primary-color) 0%,#ff8d83 100%);
    height: 1.06667rem;
    line-height: 1.06667rem;
    color: #fff;
    padding-left: .26667rem;
    font-size: .37333rem;
    border-radius: .16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Recharge__content .other_bank .bank_name .right_arrow {
    margin-right: .26667rem
}

.bank_list {
    width: 100%
}

.bank_list .bank_item {
    height: 1.17333rem;
    border-radius: .13333rem;
    margin-bottom: .21333rem;
    line-height: 1.17333rem;
    font-size: .4rem;
    font-style: normal;
    font-weight: 400;
    padding-left: .26667rem;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bank_list .bank_item img {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem
}

.bank_list .bank_item_active {
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    color: #fff;
    font-weight: 700
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.balanceAssets {
    width: 100%;
    height: 3.46667rem;
    background-image: url(/assets/png/TotalAssetsBg-81d648d4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: .26667rem;
    color: #fff;
    padding: .38667rem .33333rem 0;
    position: relative
}

.balanceAssets__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .53333rem
}

.balanceAssets__header__left {
    font-weight: 400;
    font-size: .34667rem
}

.balanceAssets__header__left img {
    margin-right: .21333rem
}

.balanceAssets__header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.balanceAssets__header__left img {
    width: .4rem;
    height: .4rem;
    margin-right: .21333rem
}

.balanceAssets__main {
    height: .73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .21333rem .37333rem .37333rem 0;
    font-weight: 700;
    font-size: .64rem;
    text-shadow: 0 .01333rem 0 rgba(0,0,0,.12)
}

.balanceAssets__main p {
    margin-left: .26667rem
}

.balanceAssets__main img {
    width: .58667rem;
    height: .37333rem;
    margin-left: .24rem
}

.balanceAssets__tip img {
    width: .66667rem;
    height: .42667rem;
    position: absolute;
    bottom: .34667rem;
    left: .38667rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.count_timer {
    background: none;
    display: inline-block;
    text-align: left!important;
    min-width: 1.06667rem!important
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.record__main {
    margin: .26667rem 0
}

.record__main-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .66667rem;
    margin-bottom: .50667rem
}

.record__main-title img {
    width: .64rem;
    height: .64rem;
    margin-right: .18667rem
}

.record__main-title span {
    font-weight: 600;
    font-size: .42667rem;
    color: #151515
}

.record__main-info {
    padding: .32rem .26667rem .4rem;
    background-color: #fff;
    border-radius: .13333rem;
    margin-bottom: .26667rem
}

.record__main-info__title {
    padding-bottom: .32rem;
    border-bottom: .01333rem solid #dbdbdb;
    margin-bottom: .26667rem
}

.record__main-info__title .recharge_text {
    width: 2rem;
    height: .66667rem;
    line-height: .66667rem;
    text-align: center;
    color: #fff;
    background: #34be8a;
    border-radius: .13333rem;
    font-size: .37333rem
}

.record__main-info__title div {
    font-size: .34667rem
}

.record__main-info__title div .success {
    color: #21976b
}

.record__main-info__title div .timeout {
    color: #f6a50b
}

.record__main-info__title div .check {
    color: #59c042
}

.record__main-info__title div .representation {
    color: #f95959
}

.record__main-info__title div .recharge {
    color: #598ff9
}

.record__main-info__title div .cancel {
    color: #888
}

.record__main-info__title div .fail {
    color: #f95959
}

.record__main-info__title div img {
    width: .48rem;
    height: .48rem
}

.record__main-info__money span:first-child {
    font-size: .34667rem;
    color: #888
}

.record__main-info__money span:last-child {
    font-size: .4rem;
    color: #ff7f22
}

.record__main-info__type span:last-child,.record__main-info__time span:last-child {
    font-size: .34667rem;
    color: #666
}

.record__main-info__type div,.record__main-info__time div {
    font-size: .32rem;
    color: #aeb0c6
}

.record__main-info__type div img,.record__main-info__time div img {
    width: .42667rem;
    height: .42667rem;
    margin-left: .16rem
}

.record__main-info__orderNumber div {
    font-size: .32rem;
    color: #aeb0c6
}

.record__main-info__orderNumber div img {
    width: .42667rem;
    height: .42667rem;
    margin-left: .16rem
}

.record__main-info .item {
    margin-bottom: .32rem
}

.record__main-info .item span:first-child {
    font-size: .34667rem;
    color: #888
}

.record__main-info .item:last-child {
    margin-bottom: 0
}

.record__main-more {
    width: 8.8rem;
    height: .93333rem;
    border: .01333rem solid #fa5a5a;
    border-radius: 1.06667rem;
    margin: .4rem auto;
    text-align: center;
    line-height: .93333rem;
    font-size: .4rem;
    color: #fa5a5a
}

.flex_between {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.actionSheet__content {
    padding: .42667rem .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.actionSheet__content .unit_logo {
    width: 1.46667rem;
    height: 1.46667rem;
    margin-bottom: .4rem
}

.actionSheet__content .recharge_amount {
    color: #f95959;
    font-weight: 500;
    font-size: .64rem;
    line-height: .48rem;
    margin-bottom: .32rem
}

.actionSheet__content .text1 {
    font-size: .32rem;
    color: #888;
    margin-bottom: .26667rem
}

.actionSheet__content .text2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .74667rem
}

.actionSheet__content .text2 img {
    width: .4rem;
    height: .4rem;
    margin-right: .17333rem
}

.actionSheet__content .text2 span {
    font-size: .32rem;
    line-height: .48rem;
    color: var(--primary-color)
}

.actionSheet__content .recharge_box {
    width: 100%
}

.actionSheet__content .recharge_box .title {
    text-align: left;
    font-size: .37333rem;
    line-height: .45333rem;
    color: #151515;
    margin-bottom: .26667rem;
    position: relative
}

.actionSheet__content .recharge_box .title:before {
    content: "";
    display: inline-block;
    width: .10667rem;
    height: .34667rem;
    background: #f64646;
    margin-right: .16rem;
    vertical-align: middle
}

.actionSheet__content .recharge_box .recharge_num {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .26667rem;
    margin-bottom: .45333rem
}

.actionSheet__content .recharge_box .recharge_num .money_item {
    width: 2.93333rem;
    height: 1.46667rem;
    border: .01333rem solid #888888;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.actionSheet__content .recharge_box .recharge_num .money_item .amount {
    font-size: .42667rem;
    color: #333;
    margin-bottom: .08rem
}

.actionSheet__content .recharge_box .recharge_num .money_item .gift {
    font-size: .32rem;
    color: #666
}

.actionSheet__content .recharge_box .recharge_num .money_item .gift span {
    color: #ff5a58
}

.actionSheet__content .recharge_box .recharge_num .money_item_active {
    background: -webkit-linear-gradient(left,#ff918c 0%,#ffbd9f 100%);
    background: linear-gradient(90deg,#ff918c 0%,#ffbd9f 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem .02667rem #fff0ec
}

.actionSheet__content .recharge_box .recharge_num .money_item_active .amount,.actionSheet__content .recharge_box .recharge_num .money_item_active .gift,.actionSheet__content .recharge_box .recharge_num .money_item_active .gift span {
    color: #fff
}

.actionSheet__content .text3,.actionSheet__content .text4 {
    width: 100%;
    font-size: .32rem;
    text-align: left;
    color: #666;
    margin-bottom: .21333rem
}

.actionSheet__content .text3 span,.actionSheet__content .text4 span {
    color: #f95959
}

.actionSheet__content .text4 {
    margin-bottom: .66667rem
}

.actionSheet__content .btn {
    width: 100%;
    height: 1.17333rem;
    line-height: 1.17333rem;
    border: .01333rem solid #f95959;
    border-radius: 1.6rem;
    font-size: .42667rem;
    color: #f95959;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.actionSheet__content .btn span {
    font-size: .42667rem;
    color: #f95959;
    font-weight: 700
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

 .van-action-sheet {
    max-height: 90%
}

 .van-action-sheet__header {
    background: -webkit-linear-gradient(top,#FF6C6B 0%,#FF4A4A 68.59%);
    background: linear-gradient(180deg,#FF6C6B 0%,#FF4A4A 68.59%);
    color: #fff
}

 .van-action-sheet__close {
    top: 1.5%
}

#third_content {
    height: 90vh
}

.Recharge__box {
    position: relative;
    width: 100%;
    font-family: Inter,sans-serif;
    overflow: hidden
}

.Recharge__box .Recharge__container {
    position: relative;
    width: 100%;
    padding: 0 .32rem .32rem
}

.Recharge__box .Recharge__container .title {
    font-weight: 400;
    font-size: .34667rem
}

.Recharge__box .Recharge__container-balanceAssets {
    width: 100%;
    height: 3.46667rem;
    background-image: url(/assets/png/TotalAssetsBg-81d648d4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: .26667rem;
    color: #fff;
    padding: .38667rem .33333rem 0;
    position: relative
}

.Recharge__box .Recharge__container-balanceAssets__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .53333rem
}

.Recharge__box .Recharge__container-balanceAssets__header__left {
    font-weight: 400;
    font-size: .34667rem
}

.Recharge__box .Recharge__container-balanceAssets__header__left img {
    margin-right: .21333rem
}

.Recharge__box .Recharge__container-balanceAssets__header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Recharge__box .Recharge__container-balanceAssets__header__left img {
    width: .48rem;
    height: .48rem;
    margin-right: .21333rem
}

.Recharge__box .Recharge__container-balanceAssets__main {
    height: .73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .21333rem .37333rem .37333rem 0;
    font-weight: 700;
    font-size: .64rem;
    text-shadow: 0 .01333rem 0 rgba(0,0,0,.12)
}

.Recharge__box .Recharge__container-balanceAssets__main img {
    width: .58667rem;
    height: .37333rem;
    margin-left: .24rem
}

.Recharge__box .Recharge__container-balanceAssets__tip img {
    width: .66667rem;
    height: .42667rem;
    position: absolute;
    bottom: .34667rem;
    left: .38667rem
}

.Recharge__box .Recharge__container-paymoney {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding: .4rem .29333rem .42667rem .26667rem
}

.Recharge__box .Recharge__container-paymoney__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: .48rem;
    margin-bottom: .34667rem
}

.Recharge__box .Recharge__container-paymoney__title img {
    width: .64rem;
    height: .64rem;
    margin-right: .30667rem
}

.Recharge__box .Recharge__container-paymoney__money-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .26667rem
}

.Recharge__box .Recharge__container-paymoney__money-list__item {
    margin-bottom: .26667rem;
    margin-right: .4rem;
    width: 2.66667rem;
    height: .93333rem;
    color: #ff5a58;
    border: .01333rem solid #dfdede;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.Recharge__box .Recharge__container-paymoney__money-list__item.active {
    background: -webkit-linear-gradient(left,#ff918c 0%,#ffbd9f 100%);
    background: linear-gradient(90deg,#ff918c 0%,#ffbd9f 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem .02667rem #fff0ec;
    border-radius: .13333rem;
    color: #fff;
    border: none
}

.Recharge__box .Recharge__container-paymoney__money-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative
}

.Recharge__box .Recharge__container-paymoney__money-input .inp {
    height: 1.17333rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #f2f2f2;
    border-radius: .8rem;
    position: relative;
    padding-left: 1.49333rem;
    padding-right: 1.06667rem;
    color: #fa5a5a;
    border: none;
    font-weight: 700
}

.Recharge__box .Recharge__container-paymoney__money-input .place-div {
    position: absolute;
    height: 1.17333rem;
    width: 1.2rem
}

.Recharge__box .Recharge__container-paymoney__money-input .place-div img {
    width: .37333rem;
    height: .61333rem;
    margin-top: .28rem;
    margin-left: .53333rem
}

.Recharge__box .Recharge__container-paymoney__money-input .place-div .place-icon {
    width: .37333rem;
    height: .61333rem;
    position: relative
}

.Recharge__box .Recharge__container-paymoney__money-input .place-div:after {
    position: absolute;
    content: "";
    height: .53333rem;
    display: inline-block;
    margin: 0 .13333rem .02667rem;
    vertical-align: middle;
    border-right: .02667rem solid #bdbdbd;
    top: .34667rem;
    right: -.13333rem
}

.Recharge__box .Recharge__container-paymoney__money-input .place-right {
    position: absolute;
    right: .32rem;
    top: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.Recharge__box .Recharge__container-paymoney__money-input .place-right img {
    width: .53333rem;
    height: .53333rem
}

.Recharge__box .Recharge__container-rechageBtn {
    font-size: .4rem;
    z-index: 88;
    background: #cbcddc;
    width: 100%;
    max-width: 10rem;
    height: .93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center;
    border-radius: .66667rem;
    margin-bottom: .4rem
}

.Recharge__box .forbidden_tip {
    color: #f95959;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .48rem;
    margin-bottom: .53333rem;
    text-align: center
}

.Recharge__box .forbidden1,.Recharge__box .forbidden2 {
    width: 100%;
    color: #888;
    font-size: .29333rem;
    font-style: normal;
    font-weight: 400;
    line-height: .29333rem;
    padding: .13333rem 0;
    text-align: center
}

.Recharge__box .forbidden3 {
    width: 100%;
    color: #666;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .48rem;
    padding-top: .53333rem;
    margin-bottom: .53333rem;
    text-align: center
}

.Recharge__box .rechage_active {
    background: #fa5a5a
}

@media screen and (max-width: 500px) {
    .Recharge__box {
        position:relative;
        width: 100%;
        font-family: Inter,sans-serif;
        overflow: hidden
    }

    .Recharge__box .Recharge__container-rechageBtn {
        max-width: none
    }
}

.cancen_model_cnt {
    font-size: .32rem;
    text-align: center;
    color: #666
}

 .van-dialog {
    width: 7.04rem;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

 .van-dialog__content {
    position: relative;
    width: 100%
}

 .van-dialog__content .promptHeader {
    background: url(/assets/png/promp_bg-c1dabf59.png) no-repeat center center/100% 100%;
    text-align: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem
}

 .van-dialog__content .promptHeader:before {
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJASURBVHgB7ZdNTsMwEIXHLkj8LcoCIVaEG9BcADgBcALaE7QsWQBFgjXlBJQTUE4AJyDcgKzZ0BVIIGzepE4IIW0d2opG9JNGduOx45eZTFyiCRPGFq11FXZO/wEIdfQXju08SfllJ9YvkyV5Frwd62/QX/PieVXYSN6vRDqHFG3mjiTCr57nYFcNWC3oD5/NlGs1smCKRsCHUjtSiKCvlCqjqVNGTCHiDEmL3HrKtWPMSUvtNqwihOCWRHL06fT0UijVXjo62idLOIosUpjNYfE9NI4Z9rGRq9BXStmcLZX8fmtiDovyaDjsYk8t7kQRfjo7W6fOd62sER0IL6J/s3x42Oq3GkcRET3uMuyI2Bh8ualTHzDnAffnhz5IHeConoRimegd1p2UKEe/0Ydj1WLRIGqY/2Dhese+ZAnu30CzBvMpOz6sZNaIiASr9/cfKfxRKFTIAk7Redct4SGddPNRWl/Mue6WTTrHwYZ9GIu+yDCNfVmsnxyIBM90wv+NlYMDnzIwLWXX9C9I2aABwOa5Cl9ZuDbZNyxSSSLBi/V6G1Go4A3bCloYZeQtvXoGaBQ1GpxVCx+n16CgIfJ6f3+Ld3lTc7YghQW3QgRFB9dukPa/Fm0OFs8WrhzZtW4RHup3mKs6BBKq/P6C6wZFDJ+sFrLlGoM2Ra0XaQ8rFBX/VheNb5PyDB7mdeIoyb+L5pjZTIzdUp4xwkKeYbUUn5oZC32sztZjiRH8CPN6/fc10X7MvWAmi4Dci50wwZ5Pgw1cEb3Yvd4AAAAASUVORK5CYII=) no-repeat center center/100% 100%;
    width: .8rem;
    height: .32rem;
    margin-right: .13333rem
}

 .van-dialog__content .promptHeader:after {
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJESURBVHgB7ZdNTvMwEIbHLp/0/S3KAiFWhBvQXAA4AXAC2hO0XbIAigRr4ASUEwAngBMQbkDWbOgKJBA276R2CVHSOLRFCvSRRp56JrEnY49doilTBmitm5Aj+gkgUE+/41FJkQV8N2J6nUpKkYDXY/oKfWcSy9lSpQnwGARNyMTqhGuGV1P6WjRmnoLAw9c9hrQifQLMWMUUIv6yaZlbTunbwzNpS7sHaQghelSQV6U2pBCRrpSqo+nQmBFWweQ5qIDGwyYCvshz4ixykMJ8ZDyzhcYz5hBzOrO+Usrun1otJEfuDw5OhVK9ud3ddrx/kGEMdosB2DjK/uGs7rsEy3AWkdG9DLMnYjb4ctOhHO4PD5epf1+oa6wWBF6Ffjm/sxPN6cMexgDHaJYgIRUnhNTMO5zgrGmiWwfXa/Z18CPd32r1wW/omFNzMGbyARhDCAd9Qu6wLwcbFniGeIn+8/0aJrWf5aO0Pvnr+2uuy1m9vLSTfa+VSsPqmVUak+cqfEb5dNn3M0XK8kvKzC1QkdJ5xTC/+9vqAwvb26HV846lRcrHoxF5Tj8FIjSKGhVgttPpYVU0sOPXohYSt4vMgfoXiwfKh7/o0igZfrq5ucLeW9X8Lixhwa0QUfFE3yWWfaGghzEzxJY2iA0qflZXjW+XPglXUQRIqKrt/74fFTEcWRfIzjmMLkVtdDCJ88RVkn9XzTWzm7BdUZkxgVkeIK0Un5axWZ+J3K2/BBPwHSQY9t/XZPuu9AEzRQIofbBTppSXNzWCXBHkhhdcAAAAAElFTkSuQmCC) no-repeat center center/100% 100%;
    width: .8rem;
    height: .32rem;
    margin-left: .13333rem
}

 .van-dialog__content .promptContent {
    height: 6.13333rem;
    padding: .4rem .26667rem;
    overflow-y: auto
}

.promptContent .input_item {
    margin-bottom: .53333rem
}

.promptContent .input_item div {
    color: #333;
    font-size: .37333rem;
    font-family: Inter;
    font-weight: 500;
    line-height: .48rem;
    margin-bottom: .13333rem
}

.promptContent .input_item input {
    width: 100%;
    background: #f6f6f6;
    height: 1.06667rem;
    color: #333;
    font-size: .32rem;
    line-height: 1.06667rem;
    padding: .29333rem;
    border: none;
    border-radius: .13333rem
}

.promptContent .input_item input::-webkit-input-placeholder {
    color: #b0b0b0;
    font-size: .32rem;
    line-height: 1.06667rem
}

.promptContent .input_item input::placeholder {
    color: #b0b0b0;
    font-size: .32rem;
    line-height: 1.06667rem
}

.promptContent .tip {
    color: var(--primary-color);
    font-size: .29333rem;
    font-style: normal;
    font-weight: 400
}

.footer_btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: .45333rem
}

.footer_btn div {
    height: .93333rem;
    border-radius: .93333rem;
    text-align: center;
    line-height: .93333rem
}

.footer_btn div:nth-child(1) {
    width: 2.93333rem;
    color: #f13f39;
    border: .01333rem solid #f13f39
}

.footer_btn div:nth-child(2) {
    width: 3.73333rem;
    background-color: #f13f39;
    color: #fff
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.rechargeDetail__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: -webkit-fit-content;
    height: fit-content
}

.rechargeDetail__container .navbar .navbar__content-left i,.rechargeDetail__container .navbar .navbar__content-center,.rechargeDetail__container .navbar .navbar__content-right {
    color: #fff
}

.rechargeDetail__container .navbar .navbar__content-center {
    font-size: .48rem;
    line-height: .48rem
}

.rechargeDetail__container .navbar .navbar__content-right {
    font-size: .34667rem
}

.rechargeDetail__container-header {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 4.4rem;
    padding: 0 1.32rem 1.86667rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.rechargeDetail__container-header p {
    bottom: 2.01333rem;
    width: 7.36rem;
    color: #fff;
    font-size: .32rem
}

.rechargeDetail__container-header__countdown {
    position: absolute;
    left: 50%;
    bottom: .49333rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .16rem;
    width: 100%
}

.rechargeDetail__container-header__countdown span {
    display: inline-block;
    width: .8rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .64rem;
    line-height: 1.06667rem;
    text-shadow: 0 .02667rem .05333rem #ff7678;
    border-radius: .13333rem;
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .10667rem .21333rem #ff5251
}

.rechargeDetail__container-header__countdown span:nth-of-type(3) {
    width: .53333rem
}

.rechargeDetail__container-main {
    padding: .26667rem .32rem 1.86667rem
}

.rechargeDetail__container-body {
    padding: .4rem .26667rem;
    background: #fff;
    border-radius: .26667rem;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    margin-bottom: .26667rem
}

.rechargeDetail__container-body__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
    margin-bottom: .48rem
}

.rechargeDetail__container-body__title h1 {
    display: inline-block;
    color: #151515;
    height: .64rem;
    line-height: .64rem;
    font-size: .4rem;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .64rem .64rem;
    padding-left: .88rem
}

.rechargeDetail__container-body__content {
    width: 100%
}

.rechargeDetail__container-body__content h1 {
    margin-bottom: .13333rem;
    color: #333;
    font-size: .4rem
}

.rechargeDetail__container-body__content div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .93333rem;
    margin-bottom: .58667rem;
    padding-inline:.25333rem;color: #666;
    font-size: .37333rem;
    border-radius: .13333rem;
    background: #f8f8f8
}

.rechargeDetail__container-body__content div svg {
    width: .42667rem;
    height: .42667rem
}

.rechargeDetail__container-body__timestamp {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #b8b8b8;
    font-size: .32rem
}

.rechargeDetail__container-body__timestamp svg {
    width: .32rem;
    height: .32rem;
    margin-left: .14667rem
}

.rechargeDetail__container-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 10rem;
    height: 1.6rem;
    z-index: 3000
}

.rechargeDetail__container-buttons>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%
}

.rechargeDetail__container-buttons>div>span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .45333rem;
    display: grid;
    place-items: center
}

.rechargeDetail__container-buttons>div>span:first-of-type {
    color: #f95959;
    background: #f2f4ff;
    border: .01333rem solid #f95959
}

.rechargeDetail__container-buttons>div>span:last-of-type {
    color: #fff;
    background: #f95959
}

.rechargeDetail__container .van-action-sheet {
    padding: .53333rem .33333rem;
    height: 10.61333rem
}

.rechargeDetail__container .van-action-sheet .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .16rem;
    width: 100%
}

.rechargeDetail__container .van-action-sheet .title svg {
    width: .64rem;
    height: .64rem
}

.rechargeDetail__container .van-action-sheet .title h1 {
    color: #151515;
    font-size: .42667rem;
    height: .64rem;
    line-height: .64rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .64rem .64rem;
    padding-left: .88rem
}

.rechargeDetail__container .van-action-sheet .divider {
    border-top: .01333rem solid #dbdbdb;
    margin-block:.44rem}

.rechargeDetail__container .van-action-sheet .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .44rem;
    color: #ff7374;
    font-size: .34667rem
}

.rechargeDetail__container .van-action-sheet .details span:last-of-type {
    color: #666
}

.rechargeDetail__container .van-action-sheet .details:last-of-type {
    margin-bottom: 1.02667rem
}

.rechargeDetail__container .van-action-sheet .details:last-of-type span:last-of-type {
    color: #ff7f22
}

.rechargeDetail__container .van-action-sheet .tipTitle {
    height: .48rem;
    color: #333;
    font-size: .48rem;
    font-weight: 600;
    line-height: .48rem
}

.rechargeDetail__container .van-action-sheet .tipText {
    margin-top: .4rem;
    color: #888;
    font-size: .34667rem
}

.utr_box {
    margin-bottom: .4rem
}

.utr_box h1 {
    color: #333;
    font-size: .42667rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .08rem
}

.utr_box .utr_input {
    padding: 0;
    height: 1.06667rem;
    line-height: 1.06667rem;
    padding-left: .26667rem;
    background-color: #fff;
    color: #666;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.utr_box .paste {
    width: 2.53333rem;
    height: .93333rem;
    border-radius: .13333rem;
    background: #fff;
    color: #fff;
    text-align: center;
    font-size: .34667rem;
    line-height: .93333rem;
    margin-right: .26667rem;
    margin-top: .06667rem;
    border-radius: 10px;
    background: -webkit-linear-gradient(300deg,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(150deg,#f95a5a 0%,#ff998e 100%);
    box-shadow: 0 -.05333rem .13333rem #dbfaff inset
}

@media screen and (max-width: 500px) {
    .rechargeDetail__container-buttons {
        max-width:none
    }
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.rechargeh__container {
    padding-inline:.32rem;padding-block:0 1.49333rem;font-family: bahnschrift
}

.rechargeh__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.rechargeh__container .selectorA {
    color: #acafc2
}

.rechargeh__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .26667rem;
    margin-top: .56rem;
    margin-bottom: .4rem
}

.rechargeh__container-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .21333rem;
    padding: .32rem .13333rem;
    border-radius: .13333rem;
    background-color: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c
}

.rechargeh__container-content__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.rechargeh__container-content__item-header .recharge_tit {
    min-width: 2rem;
    margin-left: .13333rem;
    color: #fff;
    background: #34be8a;
    border-radius: .13333rem;
    font-size: .37333rem;
    line-height: .66667rem;
    height: .66667rem;
    text-align: center
}

.rechargeh__container-content__item-header .recharge_right {
    font-size: .34667rem
}

.rechargeh__container-content__item-header .success {
    color: #21976b
}

.rechargeh__container-content__item-header .timeout {
    color: #f6a50b
}

.rechargeh__container-content__item-header .check {
    color: #59c042
}

.rechargeh__container-content__item-header .representation {
    color: #f95959
}

.rechargeh__container-content__item-header .recharge {
    color: #598ff9
}

.rechargeh__container-content__item-header .cancel {
    color: #888
}

.rechargeh__container-content__item-header .fail {
    color: #f95959
}

.rechargeh__container-content__item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem;
    font-size: .32rem;
    color: #666
}

.rechargeh__container-content__item-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .29333rem;
    padding: 0 .26667rem
}

.rechargeh__container-content__item-body>div span:first-of-type {
    color: #888;
    font-size: .34667rem
}

.rechargeh__container-content__item-body>div .order {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    color: #aeb0c6
}

.rechargeh__container-content__item-body>div .order span {
    margin-right: .21333rem
}

.rechargeh__container-content__item-body>div .order img {
    width: .42667rem;
    height: .42667rem
}

.rechargeh__container .query_select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rechargeh__container .query_select .selectorA {
    font-size: .37333rem
}

.rechargeh__container .ar-searchbar__selector>div .noSelect {
    font-size: .37333rem
}

.rechargeh__container .ar-searchbar__selector-default {
    font-size: .34667rem
}

.rechargeh__container .state_box {
    width: 100%;
    background-color: #fff;
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 .10667rem .21333rem .05333rem #d0d0ed5c;
    margin-bottom: .38667rem
}

.rechargeh__container .state_box .state_item {
    width: 50%;
    line-height: 1.17333rem;
    font-size: .34667rem;
    color: #888;
    text-align: center;
    background-color: #fff;
    border-radius: .13333rem
}

.rechargeh__container .state_box .state_item_active {
    background: -webkit-linear-gradient(324.57deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    background: linear-gradient(125.43deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    box-shadow: inset 0 -.05333rem .13333rem #fff6f4;
    color: #fff
}

.rechargeh__container .divier {
    margin: .02667rem 0
}

.rechargeh__container-empty {
    margin-top: .66667rem
}

.gameTabBar {
    margin-bottom: .38667rem;
    margin-bottom: .26667rem
}

.gameTabBar .van-tabs__wrap {
    height: 1.06667rem
}

.gameTabBar .van-tabs__nav--card {
    height: 1.06667rem;
    margin: 0
}

.gameTabBar .van-tabs__nav--card .van-tab--card {
    min-width: 2.64rem;
    height: 1.06667rem;
    margin-inline:.06667rem;color: #80849c!important;
    padding: 0;
    border-radius: .13333rem;
    background: #fff
}

.gameTabBar .van-tabs__nav--card .van-tab--card>span {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.gameTabBar .van-tabs__nav--card .van-tab--card>span img {
    width: .56rem;
    height: auto;
    margin-right: .13333rem
}

.gameTabBar .van-tabs__nav--card .van-tab--card>span span {
    font-size: .34667rem
}

.gameTabBar .van-tabs__nav--card .van-tab--card.van-tab--active {
    color: #fff!important;
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 125%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 125%)
}

.tabs {
    background: transparent;
    margin-bottom: .4rem
}

.tab_item {
    min-width: 2.53333rem;
    height: 1.06667rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #ffffff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .10667rem
}

.tab_item img {
    height: .56rem;
    width: .56rem;
    margin-right: .26667rem
}

.tab_item span {
    font-size: .32rem
}

.tab_active {
    color: #fff!important;
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 100%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .08rem .16rem #d0d0ed99
}

 .fun-tabs .fun-tab-item {
    padding: 0!important
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.RechargeUsdt__container {
    position: relative;
    width: 100%;
    font-family: Inter,sans-serif;
    overflow: hidden
}

.RechargeUsdt__container__content {
    width: 100%;
    padding: 0 .32rem 1.73333rem;
    position: relative
}

.RechargeUsdt__container__content-qrCode {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 5.06667rem;
    background-image: -webkit-linear-gradient(left,#ff918c 0%,#ffbd9f 100%);
    background-image: linear-gradient(90deg,#ff918c 0%,#ffbd9f 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    margin-bottom: .66667rem
}

.RechargeUsdt__container__content-qrCode img {
    width: 2.37333rem;
    height: 2.37333rem;
    margin: .56rem 0
}

.RechargeUsdt__container__content-qrCode .tip {
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: .32rem;
    line-height: .53333rem;
    text-align: center
}

.RechargeUsdt__container__content-qrCode .usdt_bg {
    position: absolute;
    bottom: 0;
    right: -.42667rem;
    width: 3.21333rem;
    height: 3.72rem
}

.RechargeUsdt__container__content-info {
    margin-bottom: .66667rem
}

.RechargeUsdt__container__content-info .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .26667rem
}

.RechargeUsdt__container__content-info .label img {
    width: .64rem;
    height: .64rem;
    margin-right: .2rem
}

.RechargeUsdt__container__content-info .label span {
    color: #333;
    font-weight: 400;
    font-size: .42667rem;
    line-height: .53333rem
}

.RechargeUsdt__container__content-info .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .26667rem .37333rem .26667rem .26667rem;
    font-size: .32rem;
    color: #666;
    letter-spacing: .04em
}

.RechargeUsdt__container__content-info .address img {
    width: .42667rem;
    height: .42667rem
}

.RechargeUsdt__container-rechageBtn {
    background: #cbcddc;
    width: 100%;
    height: .93333rem;
    line-height: .93333rem;
    color: #fff;
    text-align: center
}

.RechargeUsdt__container .rechage_active {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 10rem;
    height: 1.6rem;
    background: #fa5a5a;
    color: #fff;
    text-align: center;
    font-size: .45333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem
}

.RechargeUsdt__container-popup__wrap {
    background: #ffffff;
    padding-top: .6rem;
    padding-bottom: .98667rem
}

.RechargeUsdt__container-popup__wrap .title {
    text-align: center;
    font-size: .42667rem;
    color: #151515;
    margin-bottom: .29333rem
}

.RechargeUsdt__container-popup__wrap .tip {
    font-size: .32rem;
    color: #888;
    text-align: center;
    margin-bottom: 1.12rem
}

.RechargeUsdt__container-popup__wrap .list {
    width: 9.36rem;
    margin: auto
}

.RechargeUsdt__container-popup__wrap .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .48rem;
    background: #f4f4f4;
    height: .93333rem;
    border-radius: .13333rem
}

.RechargeUsdt__container-popup__wrap .list .item img {
    width: .64rem;
    height: .64rem;
    margin-right: .2rem;
    margin-left: .26667rem
}

.RechargeUsdt__container-popup__wrap .list .item span {
    color: #333;
    font-weight: 400;
    font-size: .37333rem;
    line-height: .48rem
}

.address_input {
    padding: 0;
    height: 1.06667rem;
    line-height: 1.06667rem;
    padding-left: .26667rem;
    background-color: #fff;
    color: #666;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.paste {
    width: 2.53333rem;
    height: .93333rem;
    border-radius: .13333rem;
    background: #fff;
    color: #fff;
    text-align: center;
    font-size: .34667rem;
    line-height: .93333rem;
    margin-right: .26667rem;
    border-radius: 10px;
    background: -webkit-linear-gradient(300deg,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(150deg,#f95a5a 0%,#ff998e 100%);
    box-shadow: 0 -.05333rem .13333rem #dbfaff inset
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.fastRecharge {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .26667rem .33333rem;
    margin: .26667rem 0
}

.fastRecharge>div {
    margin-bottom: .33333rem
}

.fastRecharge>div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .66667rem;
    font-weight: 400;
    font-size: .32rem
}

.fastRecharge>div:last-of-type>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fastRecharge>div:last-of-type span {
    color: #b8b8b8
}

.fastRecharge>div:last-of-type img {
    top: 20%;
    right: .4rem;
    width: .46667rem;
    height: auto;
    position: absolute;
    margin-left: .53333rem;
    width: .33333rem;
    position: relative
}

.fastRecharge-label {
    margin-bottom: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.fastRecharge-label img {
    width: .42133rem;
    margin-right: .2rem
}

.fastRecharge-label h1 {
    color: #151515;
    font-weight: 600;
    font-size: .48rem;
    line-height: .58667rem
}

.fastRecharge-label span {
    font-weight: 500;
    font-size: .4rem;
    line-height: .48rem;
    color: #333
}

.fastRecharge-label .block {
    display: inline-block;
    background: var(--primary-color);
    border-radius: .13333rem;
    width: .8rem;
    color: #fff;
    width: 2rem;
    height: .66667rem;
    line-height: .66667rem;
    text-align: center;
    letter-spacing: .15em;
    position: absolute;
    top: .02667rem;
    right: 0
}

.fastRecharge-input {
    height: .93333rem;
    background: #f8f8f8;
    border-radius: .13333rem;
    padding: .13333rem .34667rem;
    position: relative
}

.fastRecharge-input input {
    width: 100%;
    height: .66667rem;
    background: #f8f8f8;
    border: none;
    color: #666
}

.fastRecharge-input img {
    top: 20%;
    right: .4rem;
    width: .46667rem;
    height: auto;
    position: absolute
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.recharge-container {
    font-family: Inter;
    font-style: normal;
    color: #666;
    padding-bottom: .4rem;
    font-size: .32rem;
    font-weight: 400;
    text-align: center
}

.recharge-container-header {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9a8e 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9a8e 100%);
    height: 4.66667rem;
    width: 100%;
    color: #fff
}

.recharge-container-header .navbar {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9a8e 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9a8e 100%)
}

.recharge-container-header .navbar div,.recharge-container-header .navbar .van-icon {
    color: #fff
}

.recharge-container-header .navbar .van-icon {
    font-size: .53333rem
}

.recharge-container-header-belly {
    margin-top: .66667rem
}

.recharge-container-header-belly>span {
    font-family: Roboto;
    line-height: .53333rem;
    padding: 0 .66667rem;
    margin-bottom: .53333rem;
    display: inline-block
}

.recharge-container-header-belly .colon {
    display: inline-block;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    box-shadow: 0 .10667rem .21333rem #ff5251,inset 0 -.05333rem .13333rem #fff6f4;
    border-radius: .13333rem;
    color: #fff;
    font-size: .64rem;
    margin: 0 .06667rem;
    width: .53333rem
}

.recharge-container-header-belly .block {
    display: inline-block;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    box-shadow: 0 .10667rem .21333rem #ff5251,inset 0 -.05333rem .13333rem #fff6f4;
    border-radius: .13333rem;
    color: #fff;
    font-size: .64rem;
    margin: 0 .06667rem;
    width: .8rem
}

.recharge-container-header-belly .bellyLogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .4rem
}

.recharge-container-header-belly .bellyLogo img {
    width: 1.06667rem;
    margin-right: .26667rem
}

.recharge-container-header-belly .bellyLogo h2 {
    font-weight: 700;
    font-size: .64rem;
    line-height: .48rem
}

.recharge-container-content {
    margin-top: .4rem;
    padding-inline:.4rem;color: #888
}

.recharge-container-content>div {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .26667rem .33333rem .53333rem;
    margin-bottom: .4rem
}

.recharge-container-content .recharge>div {
    margin: .33333rem 0
}

.recharge-container-content .recharge>div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .66667rem
}

.recharge-container-content .recharge>div:last-of-type>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.recharge-container-content .recharge>div:last-of-type span {
    color: #b8b8b8;
    line-height: .38667rem
}

.recharge-container-content .recharge>div:last-of-type img {
    top: 20%;
    right: .4rem;
    width: .46667rem;
    height: auto;
    position: absolute;
    margin-left: .53333rem;
    width: .33333rem;
    position: relative
}

.recharge-container-content .recharge-label {
    margin-bottom: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.recharge-container-content .recharge-label img {
    width: .42133rem;
    margin-right: .2rem
}

.recharge-container-content .recharge-label h1 {
    color: #151515;
    font-weight: 600;
    font-size: .48rem;
    line-height: .58667rem
}

.recharge-container-content .recharge-label span {
    font-weight: 500;
    font-size: .4rem;
    line-height: .48rem;
    color: #333
}

.recharge-container-content .recharge-input {
    width: 8.82667rem;
    height: .93333rem;
    background: #f8f8f8;
    border-radius: .13333rem;
    padding: .13333rem .34667rem;
    position: relative
}

.recharge-container-content .recharge-input input {
    width: 100%;
    height: .66667rem;
    background: #f8f8f8;
    border: none;
    color: #666
}

.recharge-container-content .recharge-input img {
    top: 20%;
    right: .4rem;
    width: .46667rem;
    height: auto;
    position: absolute
}

.recharge-container-content .rechargeT {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.recharge-container-content .rechargeT>img {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: .13333rem
}

.recharge-container-content .rechargeT h3 {
    letter-spacing: .04em;
    color: #ff7f22;
    font-weight: 500;
    font-size: .48rem;
    line-height: .53333rem;
    margin-bottom: .53333rem;
    margin-top: .26667rem
}

.recharge-container-content .rechargeT .recharge-input {
    border-radius: .8rem;
    height: 1.06667rem;
    margin-top: .13333rem
}

.recharge-container-content .rechargeT .recharge-input>input {
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
    font-size: .48rem;
    line-height: .58667rem
}

.recharge-container-content .rechargeT .recharge-input>img {
    top: 35%;
    width: .4rem
}

.recharge-container-cancel {
    background: #cbcddc;
    height: .93333rem;
    width: 100%;
    line-height: .93333rem;
    color: #fff;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: .4rem;
    margin-top: 1.2rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.transRecord__container {
    padding-inline:.32rem;padding-block:0 1.49333rem;font-family: bahnschrift
}

.transRecord__container-content__card {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-bottom: .34667rem
}

.transRecord__container-content__card-top {
    background: -webkit-linear-gradient(347.48deg,#ff6866 13.01%,#ff897c 94.84%);
    background: linear-gradient(102.52deg,#ff6866 13.01%,#ff897c 94.84%);
    height: 1.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .13333rem .13333rem 0 0;
    padding-left: .26667rem
}

.transRecord__container-content__card-top h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: .4rem;
    color: #fff
}

.transRecord__container-content__card-mid {
    padding: .26667rem .13333rem
}

.transRecord__container-content__card-mid .line {
    position: relative;
    background: #f7f8ff;
    height: .8rem;
    padding: .21333rem .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .32rem;
    margin-bottom: .13333rem
}

.transRecord__container-content__card-mid .line .left {
    color: #7e829f;
    z-index: 1
}

.transRecord__container-content__card-mid .line .right {
    color: #666
}

.transRecord__container-content__card-mid .line .red {
    color: red
}

.transRecord__container-content__card-mid .line .green {
    color: green
}

.transRecord__container-content__card-mid .line:last-child .right {
    font-size: .48rem
}

.transRecord__container-content__card-mid .line:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: .8rem;
    background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA8BAMAAAAu8pppAAAALVBMVEUAAADy9P/v8v/v7//x8v/y8//v8//x8//x8//x8v/x8//v8v/v9P/v7//x8/8bmNhjAAAADnRSTlMAn2Ag379A78+wgFAwEGHkDoIAAAC+SURBVGjezc5bFcIwFACwK6ESKqESKmESJgEpSEEKFvqAjbGDBn4nIVGQ+Il2s9XN1jBbyWytZGsG2TrM1jBbi9nKZGsLstXM1mm2qtnKZquQrRZk62u2qtlKZquQrVeQrW62bmYrma2VbM0gW91sDbN1N1sPsjWDbDWzNczWYrYy2dqeZKsF2XqbrWq2stkqZOsTZKubrWq2ktkqZGsPstXN1jBbyWytZGsG2TrM1jBbi9nKZGsG2Wpm67ys/odAd0KHcfI1AAAAAElFTkSuQmCC) 100%;
    top: 0;
    left: 0
}

.transRecord__container-content__card-bot {
    padding: 0 .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.transRecord__container-content__card-bot .textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 1.6rem;
    border: .01333rem solid #d6d6d6;
    border-radius: .13333rem;
    padding-top: .26667rem;
    padding-left: .28rem;
    resize: none;
    margin-bottom: .29333rem;
    font-size: .29333rem
}

.transRecord__container-content__card-bot .textarea::-webkit-input-placeholder {
    color: #888;
    font-size: .29333rem
}

.transRecord__container-content__card-bot .textarea::placeholder {
    color: #888;
    font-size: .29333rem
}

.transRecord__container-empty {
    margin-top: .66667rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.balanceAssets {
    width: 100%;
    height: 3.46667rem;
    background-image: url(/assets/png/TotalAssetsBg-81d648d4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: .26667rem;
    color: #fff;
    padding: .38667rem .33333rem 0;
    position: relative
}

.balanceAssets__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .53333rem
}

.balanceAssets__header__left {
    font-weight: 400;
    font-size: .34667rem
}

.balanceAssets__header__left img {
    margin-right: .21333rem
}

.balanceAssets__header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.balanceAssets__header__left img {
    width: .4rem;
    height: .4rem;
    margin-right: .21333rem
}

.balanceAssets__main {
    height: .73333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: .21333rem .37333rem .37333rem 0;
    font-weight: 700;
    font-size: .64rem;
    text-shadow: 0 .01333rem 0 rgba(0,0,0,.12)
}

.balanceAssets__main p {
    margin-left: .26667rem
}

.balanceAssets__main img {
    width: .58667rem;
    height: .37333rem;
    margin-left: .24rem
}

.balanceAssets__tip img {
    width: .66667rem;
    height: .42667rem;
    position: absolute;
    bottom: .34667rem;
    left: .38667rem
}

.van-toast { 
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.rechargeh__container {
    margin-top: .8rem;
    font-family: bahnschrift
}

.rechargeh__container-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rechargeh__container-head img {
    width: .64rem;
    height: auto;
    margin-right: .2rem
}

.rechargeh__container-head h1 {
    font-family: Inter;
    font-style: normal;
    color: #151515;
    font-weight: 600;
    font-size: .42667rem
}

.rechargeh__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .26667rem;
    margin-top: .26667rem;
    margin-bottom: .4rem
}

.rechargeh__container-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .21333rem;
    padding: .32rem .13333rem;
    border-radius: .13333rem;
    background-color: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c
}

.rechargeh__container-content__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
    padding-bottom: .13333rem
}

.rechargeh__container-content__item-header span {
    min-width: 2rem;
    height: .66667rem;
    font-size: .37333rem;
    text-align: center;
    line-height: .66667rem;
    color: #888
}

.rechargeh__container-content__item-header span:first-of-type {
    margin-left: .13333rem;
    color: #fff;
    background: #ff7374;
    border: .01333rem solid #ff7374;
    border-radius: .13333rem
}

.rechargeh__container-content__item-header span:nth-of-type(2) {
    text-align: left
}

.rechargeh__container-content__item-header span:last-of-type {
    margin-left: auto;
    text-align: right
}

.rechargeh__container-content__item-header span.stateR {
    color: #f95959
}

.rechargeh__container-content__item-header span.stateG {
    color: #21976b
}

.rechargeh__container-content__item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem;
    font-size: .32rem;
    color: #888
}

.rechargeh__container-content__item-body>div:last-of-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.rechargeh__container-content__item-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rechargeh__container-content__item-body>div:first-of-type span:last-of-type {
    color: #ff7f22
}

.rechargeh__container-content__item-body>div:last-of-type span:last-of-type {
    color: #aeb0c6;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rechargeh__container-content__item-body>div span {
    padding: 0 .26667rem;
    margin: .06667rem 0
}

.rechargeh__container-content__item-body>div span:first-of-type {
    -webkit-clip-path: polygon(0 0,100% 0,92% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,92% 100%,0 100%)
}

.rechargeh__container-content__item-body>div span:nth-of-type(2) {
    margin-left: auto;
    text-align: right
}

.rechargeh__container-content__item-body>div img {
    width: .4rem
}

.rechargeh__container-footer button {
    border: .01333rem solid #fa5a5a;
    border-radius: 1.06667rem;
    height: .93333rem;
    width: 95%;
    background: none;
    color: #fa5a5a;
    font-size: .4rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.withdrawWay {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .26667rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.withdrawWay .c2c {
    height: 1.6rem;
    width: 100%;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: .24rem;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    background-color: #fff
}

.withdrawWay .c2c>img {
    height: calc(100% - .26667rem);
    margin-right: .26667rem
}

.withdrawWay .c2c>div {
    color: #666;
    text-align: left;
    font-size: .32rem;
    line-height: .58667rem
}

.withdrawWay .c2c>div>div {
    font-size: .4rem;
    color: #151515
}

.withdrawWay .c2c.active {
    background: -webkit-linear-gradient(left,#ff918b 0%,#ffc0a1 97.07%);
    background: linear-gradient(90deg,#ff918b 0%,#ffc0a1 97.07%)
}

.withdrawWay .c2c.active>div {
    color: #fff
}

.withdrawWay .c2c.active>div>div {
    color: #fff
}

.withdrawWay>div:not(.c2c) {
    border-radius: .13333rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem #fff6f4;
    width: 31%;
    height: 2.13333rem;
    padding: .26667rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.withdrawWay>div:not(.c2c) img {
    width: auto;
    height: .93333rem
}

.withdrawWay>div:not(.c2c)>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.withdrawWay>div.select {
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%);
    color: #fff
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

input {
    outline: none
}

h6 {
    display: inline
}

span.yellow,h6.yellow {
    color: #ff7f22
}

span.red,h6.red {
    color: var(--primary-color)
}

.explain {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem .26667rem 0 0;
    padding: .33333rem .26667rem 0
}

.explain .input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: .8rem;
    height: 1.17333rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .26667rem
}

.explain .input span {
    color: #fa5a5a;
    letter-spacing: .04em;
    font-weight: 900;
    font-size: .56rem;
    line-height: .56rem;
    width: 1.2rem;
    position: relative
}

.explain .input span:after {
    position: absolute;
    content: "";
    height: .53333rem;
    display: inline-block;
    margin: 0 .13333rem .02667rem;
    vertical-align: middle;
    border-right: .02667rem solid #bdbdbd;
    top: .02667rem;
    right: -.13333rem
}

.explain .input .place-div {
    position: absolute;
    height: 1.17333rem;
    width: .8rem;
    color: #fa5a5a;
    font-weight: 900;
    font-size: .56rem;
    line-height: 1.17333rem
}

.explain .input .place-div:after {
    position: absolute;
    content: "";
    height: .53333rem;
    display: inline-block;
    margin: 0 .13333rem .02667rem;
    vertical-align: middle;
    border-right: .02667rem solid #bdbdbd;
    top: .34667rem;
    right: -.4rem
}

.explain .input img {
    width: auto;
    height: .6rem;
    margin-top: .26667rem
}

.explain .input input {
    width: 70%;
    height: .4rem;
    background: none;
    border: none;
    color: #fa5a5a;
    letter-spacing: .04em;
    font-weight: 700;
    line-height: .4rem;
    margin-left: 1.33333rem;
    padding-left: .26667rem;
    padding-bottom: 0
}

.explain .input input::-webkit-input-placeholder {
    color: #a6a6a6;
    line-height: .4rem;
    font-size: .37333rem;
    font-weight: 400
}

.explain .input input::placeholder {
    color: #a6a6a6;
    line-height: .4rem;
    font-size: .37333rem;
    font-weight: 400
}

.explain .balance {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .26667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    font-size: .29333rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: .06667rem
}

.explain .balance>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: .06667rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.explain .balance>div span {
    text-align: left
}

.explain .balance>div input {
    border: .01333rem solid #fa5a5a;
    border-radius: .13333rem;
    width: 1.94667rem;
    height: .48rem;
    line-height: .29333rem;
    background: none;
    color: var(--primary-color)
}

.explain .balance>div .rightD {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400
}

.explain .balance>div .rightD img {
    width: .42667rem;
    height: auto;
    margin-right: .13333rem
}

.explain .balance.bank {
    color: #888
}

.explain .balance.usdt {
    color: var(--primary-color)
}

.explain .verify {
    color: var(--primary-color);
    font-size: .29333rem;
    letter-spacing: .04em;
    height: .53333rem;
    text-align: left;
    margin: .13333rem .53333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.explain .verify img {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem
}

.explain.usdt .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .26667rem
}

.explain.usdt .head img {
    width: .64rem;
    height: auto;
    margin-right: .26667rem
}

.explain.usdt .head h1 {
    color: #151515;
    font-weight: 400;
    font-size: .42667rem
}

.explain.usdt .input {
    border-radius: .13333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addWithdrawType-top {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    height: 2.66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .5rem;
    margin-bottom: .26667rem
}

.addWithdrawType-top img {
    width: 1.17333rem;
    height: 1.17333rem
}

.addWithdrawType-top span {
    color: #b8bcd0;
    font-size: .37333rem
}

.addWithdrawType-text {
    color: var(--primary-color);
    font-weight: 400;
    font-size: .29333rem;
    margin-bottom: .26667rem
}

.canNotAdd {
    height: 2.66667rem;
    background-color: #fff;
    margin-bottom: .26667rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    padding-top: 1.8rem;
    font-size: .37333rem;
    color: #b8bcd0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center .44rem;
    background-size: 1.17333rem;
    background-image: url(/assets/png/serverIcon-fc4bf5f3.png);
    border-radius: .26667rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.Recharge__container-intro {
    background: #ffffff;
    border-radius: .26667rem;
    padding: .33333rem .26667rem;
    border: .01333rem solid #d6d6d6;
    border-radius: 20px;
    padding: .18667rem .22667rem .48rem .4rem
}

.Recharge__container-intro p {
    text-align: left;
    position: relative;
    padding-left: .33333rem;
    font-weight: 400;
    font-size: .32rem;
    color: #666;
    line-height: .53333rem;
    margin: .2rem 0
}

.Recharge__container-intro p span {
    color: #fa5a5a
}

.Recharge__container-intro p:after {
    position: absolute;
    content: "";
    width: .13333rem;
    height: .13333rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fa5a5a;
    left: -.06667rem;
    top: .18667rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cConfirm {
    padding: .4rem .26667rem .26667rem .53333rem;
    text-align: left;
    width: 100%
}

.c2cConfirm span {
    color: #f13f39
}

.c2cConfirm p {
    color: #333;
    font-size: .42667rem;
    font-weight: 700;
    margin-bottom: .26667rem
}

.c2cConfirm .imgBox {
    margin-top: .66667rem;
    max-height: 8rem;
    overflow-y: auto;
    margin-bottom: .4rem;
    width: 100%
}

.c2cConfirm .imgBox .box {
    width: 100%
}

.c2cConfirm .imgBox .box>div {
    color: #fff;
    background: -webkit-linear-gradient(right,#FFB79D 7.9%,#FD6C68 100%);
    background: linear-gradient(270deg,#FFB79D 7.9%,#FD6C68 100%);
    -webkit-clip-path: polygon(0 0,98% 0%,93% 100%,0% 100%);
    clip-path: polygon(0 0,98% 0%,93% 100%,0% 100%);
    font-size: .37333rem;
    font-weight: 700;
    padding: .06667rem .26667rem .06667rem .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: .13333rem
}

.c2cConfirm .imgBox .box>img {
    max-width: 100%;
    border: .01333rem solid #F13F39;
    border-radius: .13333rem;
    overflow: hidden;
    margin-bottom: .26667rem
}

.c2cConfirm .btn {
    background: -webkit-linear-gradient(top,#CFD1DE 0%,#C7C9D9 100%);
    background: linear-gradient(180deg,#CFD1DE 0%,#C7C9D9 100%);
    box-shadow: 0 .05333rem #b6bad0;
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    text-align: center;
    padding: .2rem 0;
    border-radius: .53333rem;
    margin-top: .53333rem
}

.c2cConfirm .btn.active {
    background: -webkit-linear-gradient(top,#FF897C 0%,#F95959 100%);
    background: linear-gradient(180deg,#FF897C 0%,#F95959 100%);
    box-shadow: 0 .05333rem #e04846
}

.van-toast {
    word-break: break-word !important;
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cWithdraw__C,.c2cWithdraw__T {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .48rem .26667rem
}

.c2cWithdraw__C-input {
    height: 1.17333rem;
    background: #f2f2f2;
    border-radius: .8rem;
    padding: 0 .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.c2cWithdraw__C-input .place-div {
    height: -webkit-fit-content;
    height: fit-content;
    color: #fa5a5a;
    font-weight: 900;
    font-size: .56rem;
    padding-right: .29333rem;
    border-right: .01333rem solid #bdbdbd;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.c2cWithdraw__C-input .amount-input {
    background-color: transparent
}

.c2cWithdraw__C-input .amount-input input {
    color: #fa5a5a;
    font-weight: 700
}

.c2cWithdraw__C-input .amount-input input::-webkit-input-placeholder {
    font-weight: 400
}

.c2cWithdraw__C-input .amount-input input::placeholder {
    font-weight: 400
}

.c2cWithdraw__C-input .unit {
    font-size: .37333rem;
    color: #666;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.c2cWithdraw__C .can-withdraw {
    height: .53333rem;
    margin-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: var(--primary-color);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: .53333rem
}

.c2cWithdraw__C .can-withdraw>div {
    border: .01333rem solid #fa5a5a;
    border-radius: .13333rem;
    height: .45333rem;
    line-height: .4rem;
    font-size: .29333rem;
    padding: 0 .66667rem
}

.c2cWithdraw__C-tip {
    margin-top: .4rem;
    border: .01333rem solid #d6d6d6;
    border-radius: .26667rem;
    padding: .45333rem .37333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.c2cWithdraw__C-tip-l,.c2cWithdraw__C-tip-r {
    width: -webkit-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    text-align: left;
    font-size: .32rem
}

.c2cWithdraw__C-tip-l>div,.c2cWithdraw__C-tip-r>div {
    height: .53333rem;
    line-height: .53333rem
}

.c2cWithdraw__C-tip-l>div+div,.c2cWithdraw__C-tip-r>div+div {
    margin-top: .26667rem
}

.c2cWithdraw__C-tip-l>div {
    position: relative;
    padding-left: .53333rem
}

.c2cWithdraw__C-tip-l>div:before {
    content: "";
    display: block;
    width: .13333rem;
    height: .13333rem;
    border-radius: .02667rem;
    position: absolute;
    top: .18667rem;
    left: 0;
    background: #ff8e8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c2cWithdraw__C-tip-r {
    color: #ff7f22
}

.c2cWithdraw__C .verify {
    color: var(--primary-color);
    font-size: .29333rem;
    letter-spacing: .04em;
    height: .53333rem;
    text-align: left;
    margin: .13333rem .53333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.c2cWithdraw__C .verify img {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem
}

.c2cWithdraw__T {
    margin-top: .64rem;
    text-align: left
}

.c2cWithdraw__T-h {
    height: .64rem;
    line-height: .64rem;
    font-size: .4rem;
    color: #333;
    font-weight: 600;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFXSURBVHgB7ZmBbYMwEEX/oQ6QEegG7QbZpN0gwAIhA5SyQdNNGCEblBG6QLkepFKrKrYhCjmj3JMSQexI92wfSHeAYdw2NGYSZ9kKSbIB41luU8xHS6/V/ZQ/3IUmcJ4/iWctwa8wPykmkvgGJfiNBL+Xy2sE74ih+Og/rnHnDsixSSX4EvqkvkH3DiTJFoorPxa3ANMDFoAnB3jpAsvABLQxAW1MQBsT0MYEtDEBbUxAGxPQxgS0MYEL02IiwdLiL9SAv3ZycaC6/kQkjBMg7Kh6KREhYQHGXirGJSJlRA5074iY4A7IeW/+//ZTLU5xWSb3BnqCOzA0NyLGtwMtjqvc10ibvwPnrNRceKrTOJ59oi0ixnOEulq+5HlPay6KaCWcAsPLirt8uGGUIvEm+bBGZAS7lJwVmcxS79ZI3p2MNfgUorqSDmX3CGbJCTpAhxaGYZzkGy+ZUHii/rz/AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: .64rem;
    background-position: left;
    padding-left: .69333rem
}

.c2cWithdraw__T-b {
    margin-top: .34667rem;
    padding: .45333rem .4rem;
    border: .01333rem solid #d6d6d6;
    border-radius: .26667rem
}

.c2cWithdraw__T-b>div {
    position: relative;
    min-height: .53333rem;
    line-height: .53333rem;
    color: #666;
    font-size: .32rem;
    padding-left: .34667rem
}

.c2cWithdraw__T-b>div:before {
    position: absolute;
    content: "";
    display: block;
    width: .13333rem;
    height: .13333rem;
    background-color: #ff8e8a;
    border-radius: .02667rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: .18667rem
}

.c2cWithdraw__T-b>div span {
    color: var(--primary-color)
}

.c2cWithdraw__T-b>div+div {
    margin-top: .13333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cUpi {
    height: 2.13333rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .48rem .26667rem;
    text-align: left;
    position: relative
}

.c2cUpi.noUpi {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAACwCAMAAACYaRRsAAAAM1BMVEUAAAC3u8+4vNC5vNC5vdG4vNC3us+3t8+4vNC2vM+5vNG4vM+vv8+vr8+5vNC4vNC4vNB5o5b1AAAAEHRSTlMAQN/vj59gIM+QX5AQEK+/+pPJwgAAAbpJREFUeNrt3MuSokAQRuGsKkS8/+//tMPEbCYygDCbjs7CPt8a5QjKAos0AAAAAMAHKsPUtGywRdeV7evVFg1aMZ3OFvV4akOxJVUrmi0p2hBNPlfFg5tW1Hiw6vkbey+2aFx5VRtt0W27+B4IPmk2lYelePz75M/AAdbsZIlOmpXQ5tVSvdw3b9skabRURdJk79Lsbqnukloo2BL4BoL/QzDBDsEEOwQT7BBMsEMwwQ7BBDsEf3bwTbpYonhDKZauhwb84hM6SIMdSQ8XRoK7QrBDMMEOwQQ7BBPsEEzwtmur18TgeEOVWkawb9i/u17fgWCCCSa4q90RvGzQDsPPBxftUgh+41+THS786AgmmGCC+9ndLwxuUk0MjjeMtY0JwbGGQ9+qIrh/BDsEE+wQTLBDMMEOwQR/0aHWeH/2clwc4ISWcqz11X8bDnVR+uwnZQgmmGCCCSaYYIdggh2CCXYIJtghONTQ+hgjqdCgzmKpxtCgzpukl6WqoemxpY9hs2d721OzOmaN8y2v6BG7Vzk/MEN774jnhBnavjdUfMqdof18mFk0eUqaod2mSwc31AEAAAAA3+4PU1FviV2McX8AAAAASUVORK5CYII=);
    background-size: 1.17333rem;
    background-repeat: no-repeat;
    background-position: center .24rem;
    color: #b8bcd0;
    text-align: center;
    padding: 1.46667rem 0 0
}

.c2cUpi .title {
    height: .53333rem;
    line-height: .53333rem;
    padding-left: 1.36rem;
    font-size: .37333rem;
    color: #333;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-size: 1.06667rem .45333rem;
    background-repeat: no-repeat;
    background-position: left center
}

.c2cUpi .name {
    height: .48rem;
    line-height: .48rem;
    color: #666;
    font-size: .34667rem;
    margin-top: .21333rem
}

.c2cUpi .right-icon {
    position: absolute;
    right: .48rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cRecord__C-item {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .32rem .26667rem
}

.c2cRecord__C-item-a,.c2cRecord__C-item-u,.c2cRecord__C-item-t,.c2cRecord__C-item-id,.c2cRecord__C-item-h {
    height: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .34667rem
}

.c2cRecord__C-item-a .title,.c2cRecord__C-item-u .title,.c2cRecord__C-item-t .title,.c2cRecord__C-item-id .title,.c2cRecord__C-item-h .title {
    color: #888
}

.c2cRecord__C-item-a+div,.c2cRecord__C-item-u+div,.c2cRecord__C-item-t+div,.c2cRecord__C-item-id+div,.c2cRecord__C-item-h+div {
    margin-top: .26667rem
}

.c2cRecord__C-item-u span,.c2cRecord__C-item-id span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.c2cRecord__C-item-u span img,.c2cRecord__C-item-id span img {
    width: .42667rem
}

.c2cRecord__C-item-t,.c2cRecord__C-item-u {
    color: #666
}

.c2cRecord__C-item-a {
    color: #ff7f22
}

.c2cRecord__C-item-id {
    color: #aeb0c6
}

.c2cRecord__C-item-h {
    height: .98667rem;
    padding-bottom: .32rem;
    border-bottom: .01333rem solid #dbdbdb
}

.c2cRecord__C-item-h>div.title {
    height: .66667rem;
    background-color: #ff7374;
    border-radius: .13333rem;
    color: #fff;
    font-size: .37333rem;
    padding: 0 .66667rem
}

.c2cRecord__C-item-h .state0 {
    color: #598ff9
}

.c2cRecord__C-item-h .state1 {
    color: #59c042
}

.c2cRecord__C-item-h .state2 {
    color: #f6a50b
}

.c2cRecord__C-item-h .state3 {
    color: #f95959
}

.c2cRecord__C-item-h .state4 {
    color: #21976b
}

.c2cRecord__C-item-h .state5 {
    color: #f95959
}

.c2cRecord__C-item-h .state6 {
    color: #888
}

.c2cRecord__C-item-h .state7 {
    color: #f95959
}

.c2cRecord__C-item-h .state8 {
    color: #ff8616
}

.c2cRecord__C-item-h .state9 {
    color: #f6a50b
}

.c2cRecord__C-item-h i {
    color: #888
}

.c2cRecord__C-item+div {
    margin-top: .26667rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cRecord__C {
    margin-top: .8rem
}

.c2cRecord__C-head {
    height: .64rem;
    line-height: .64rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgBAMAAAAQtmoLAAAAJ1BMVEUAAAD/cXL/cXL/cHD/cXH/cXL/cHD/cXL/////9vf/pqf/7e7/7e3ZVqe2AAAAB3RSTlMA799gX7cgdf8tvgAAAIpJREFUWMPt06ENgEAMheFTLIBggUvwbMAIKDQjgOkKEBYgbEBYhDAVtqLX9ASEpO/3n2leA7JXdJQuCmAgpVEAPWkJgPJBSAbwNWhJKQqgVhclAFIDAAAASIFjZt0GcHGwGMDGwWoAJwf7L64E4AXgHwC8A9YroMoFjR3wALwAdVGTANRFlQGZewAgtne9HOEfwgAAAABJRU5ErkJggg==);
    background-size: .64rem;
    background-repeat: no-repeat;
    background-position: .16rem center;
    font-weight: 600;
    font-size: .42667rem;
    color: #151515;
    padding-left: .88rem;
    text-align: left;
    margin-bottom: .56rem
}

.c2cRecord__C-item {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .32rem .26667rem
}

.c2cRecord__C-item-a,.c2cRecord__C-item-u,.c2cRecord__C-item-t,.c2cRecord__C-item-id,.c2cRecord__C-item-h {
    height: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .34667rem
}

.c2cRecord__C-item-a .title,.c2cRecord__C-item-u .title,.c2cRecord__C-item-t .title,.c2cRecord__C-item-id .title,.c2cRecord__C-item-h .title {
    color: #888
}

.c2cRecord__C-item-a+div,.c2cRecord__C-item-u+div,.c2cRecord__C-item-t+div,.c2cRecord__C-item-id+div,.c2cRecord__C-item-h+div {
    margin-top: .26667rem
}

.c2cRecord__C-item-a {
    color: #ff7f22
}

.c2cRecord__C-item-h {
    height: .98667rem;
    padding-bottom: .32rem;
    border-bottom: .01333rem solid #dbdbdb
}

.c2cRecord__C-item-h>div.title {
    height: .66667rem;
    background-color: #ff7374;
    border-radius: .13333rem;
    color: #fff;
    font-size: .37333rem;
    padding: 0 .66667rem
}

.c2cRecord__C-item-h .state0 {
    color: #598ff9
}

.c2cRecord__C-item-h .state1 {
    color: #59c042
}

.c2cRecord__C-item-h .state2 {
    color: #f6a50b
}

.c2cRecord__C-item-h .state3 {
    color: #f95959
}

.c2cRecord__C-item-h .state4 {
    color: #21976b
}

.c2cRecord__C-item-h .state5 {
    color: #f95959
}

.c2cRecord__C-item-h .state6 {
    color: #888
}

.c2cRecord__C-item-h .state7 {
    color: #f95959
}

.c2cRecord__C-item-h .state8 {
    color: #ff8616
}

.c2cRecord__C-item-h .state9 {
    color: #f6a50b
}

.c2cRecord__C-item-h i {
    color: #888
}

.c2cRecord__C-item+div {
    margin-top: .26667rem
}

.c2cRecord__C-allrecord {
    height: .93333rem;
    line-height: .93333rem;
    border: .01333rem solid #fa5a5a;
    border-radius: 1.06667rem;
    color: #fa5a5a;
    font-size: .4rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.WC4__C {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .48rem .26667rem
}

.WC4__C-input {
    height: 1.17333rem;
    background: #f2f2f2;
    border-radius: .8rem;
    padding: 0 .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.WC4__C-input .place-div {
    height: -webkit-fit-content;
    height: fit-content;
    color: #fa5a5a;
    font-weight: 900;
    font-size: .56rem;
    padding-right: .29333rem;
    border-right: .01333rem solid #bdbdbd;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.WC4__C-input .amount-input {
    background-color: transparent
}

.WC4__C-input .amount-input input {
    color: #fa5a5a;
    font-weight: 700;
    font-size: .37333rem
}

.WC4__C-input .amount-input input::-webkit-input-placeholder {
    font-weight: 400
}

.WC4__C-input .amount-input input::placeholder {
    font-weight: 400
}

.WC4__C-input .unit {
    font-size: .37333rem;
    color: #666;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.WC4__C .can-withdraw {
    height: .53333rem;
    margin-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: var(--primary-color);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: .53333rem
}

.WC4__C .can-withdraw>div {
    border: .01333rem solid #fa5a5a;
    border-radius: .13333rem;
    height: .45333rem;
    line-height: .4rem;
    font-size: .29333rem;
    padding: 0 .66667rem
}

.WC4__C .amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: .53333rem
}

.WC4__C .amount .num {
    color: var(--primary-color)
}

.WC4__C .verify {
    color: var(--primary-color);
    font-size: .29333rem;
    letter-spacing: .04em;
    height: .53333rem;
    text-align: left;
    margin: .13333rem .53333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.WC4__C .verify img {
    width: .4rem;
    height: .4rem;
    margin-right: .13333rem
}

.WC4__C-b {
    margin-top: .34667rem;
    padding: .45333rem .4rem;
    border: .01333rem solid #d6d6d6;
    border-radius: .26667rem;
    text-align: left
}

.WC4__C-b>div {
    position: relative;
    min-height: .53333rem;
    line-height: .53333rem;
    color: #666;
    font-size: .32rem;
    padding-left: .34667rem
}

.WC4__C-b>div:before {
    position: absolute;
    content: "";
    display: block;
    width: .13333rem;
    height: .13333rem;
    background-color: #ff8e8a;
    border-radius: .02667rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: .18667rem
}

.WC4__C-b>div span {
    color: var(--primary-color)
}

.WC4__C-b>div+div {
    margin-top: .13333rem
}

.Recharge__container-intro {
    margin-top: .53333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.wC4Id {
    height: 2.13333rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .48rem .26667rem;
    text-align: left;
    position: relative
}

.wC4Id.noUpi {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAACwCAMAAACYaRRsAAAAM1BMVEUAAAC3u8+4vNC5vNC5vdG4vNC3us+3t8+4vNC2vM+5vNG4vM+vv8+vr8+5vNC4vNC4vNB5o5b1AAAAEHRSTlMAQN/vj59gIM+QX5AQEK+/+pPJwgAAAbpJREFUeNrt3MuSokAQRuGsKkS8/+//tMPEbCYygDCbjs7CPt8a5QjKAos0AAAAAMAHKsPUtGywRdeV7evVFg1aMZ3OFvV4akOxJVUrmi0p2hBNPlfFg5tW1Hiw6vkbey+2aFx5VRtt0W27+B4IPmk2lYelePz75M/AAdbsZIlOmpXQ5tVSvdw3b9skabRURdJk79Lsbqnukloo2BL4BoL/QzDBDsEEOwQT7BBMsEMwwQ7BBDsEf3bwTbpYonhDKZauhwb84hM6SIMdSQ8XRoK7QrBDMMEOwQQ7BBPsEEzwtmur18TgeEOVWkawb9i/u17fgWCCCSa4q90RvGzQDsPPBxftUgh+41+THS786AgmmGCC+9ndLwxuUk0MjjeMtY0JwbGGQ9+qIrh/BDsEE+wQTLBDMMEOwQR/0aHWeH/2clwc4ISWcqz11X8bDnVR+uwnZQgmmGCCCSaYYIdggh2CCXYIJtghONTQ+hgjqdCgzmKpxtCgzpukl6WqoemxpY9hs2d721OzOmaN8y2v6BG7Vzk/MEN774jnhBnavjdUfMqdof18mFk0eUqaod2mSwc31AEAAAAA3+4PU1FviV2McX8AAAAASUVORK5CYII=);
    background-size: 1.17333rem;
    background-repeat: no-repeat;
    background-position: center .24rem;
    color: #b8bcd0;
    text-align: center;
    padding: 1.46667rem 0 0
}

.wC4Id .title {
    height: .53333rem;
    line-height: .53333rem;
    padding-left: .69333rem;
    font-size: .37333rem;
    color: #333;
    background-image: url(/assets/png/4-d37103ef.png);
    background-size: .53333rem;
    background-repeat: no-repeat;
    background-position: left center
}

.wC4Id .title.KBZPay {
    background-image: url(/assets/png/8-99f019b4.png)
}

.wC4Id .title.WavePay {
    background-image: url(/assets/png/6-d6ee4bdd.png)
}

.wC4Id .name {
    height: .48rem;
    line-height: .48rem;
    color: #666;
    font-size: .34667rem;
    margin-top: .21333rem
}

.wC4Id .right-icon {
    position: absolute;
    right: .48rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.withdraw__container {
    font-family: Inter;
    font-style: normal;
    color: #666;
    font-weight: 400;
    font-size: .32rem;
    line-height: .53333rem;
    text-align: center;
    letter-spacing: .04em
}

.withdraw__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.withdraw__container .navbar__content-right>span {
    color: #333;
    font-size: .34667rem;
    line-height: .48rem
}

.withdraw__container span.red {
    color: #f95959
}

.withdraw__container-content {
    margin-top: .4rem;
    padding-inline:.4rem}

.withdraw__container-content>div {
    border-radius: .26667rem;
    width: 100%;
    margin-bottom: .4rem
}

.withdraw__container .recycleBtnD {
    width: 100%;
    text-align: center;
    padding: .66667rem 0;
    max-width: 10rem;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 0
}

.withdraw__container .recycleBtnD.c2c {
    padding-bottom: 0
}

.withdraw__container .recycleBtnD button {
    border-radius: .66667rem;
    width: 95%!important;
    box-shadow: 0 .05333rem #b6bad0;
    border-radius: 50;
    border: none;
    color: #fff;
    letter-spacing: .13333rem;
    font-weight: 700;
    font-size: .4rem;
    height: .93333rem;
    width: 100%;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    text-shadow: 0 .02667rem .01333rem #afb0be
}

.withdraw__container .recycleBtnD button.active {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    text-shadow: none
}

.withdraw__container .pwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.withdraw__container .pwd ::-webkit-input-placeholder {
    color: #acafc2
}

.withdraw__container .pwd :-moz-placeholder {
    color: #acafc2
}

.withdraw__container .pwd ::-moz-placeholder {
    color: #acafc2
}

.withdraw__container .pwd :-ms-input-placeholder {
    color: #acafc2
}

.withdraw__container .pwd>div:nth-of-type(2) {
    margin-top: .33333rem
}

.withdraw__container .pwd-head {
    padding: .4rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%
}

.withdraw__container .pwd-head img {
    width: .64rem;
    height: .64rem;
    margin-right: .06667rem
}

.withdraw__container .pwd-head h1 {
    color: #151515;
    font-weight: 600;
    font-size: .42667rem
}

.withdraw__container .pwd-head h2 {
    color: #333;
    font-weight: 500;
    font-size: .42667rem
}

.withdraw__container .pwd input {
    border: .01333rem solid #b6b6b6;
    border-radius: .13333rem;
    height: 1.17333rem;
    width: 90%;
    background: none;
    font-size: .37333rem;
    color: #acafc2;
    padding-left: .26667rem
}

.withdraw__container .pwd>span {
    text-align: left;
    width: 90%;
    margin-top: .26667rem
}

.withdraw__container .pwd .forgetPwd {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .53333rem
}

.withdraw__container .pwd .forgetPwd span {
    color: #333;
    font-weight: 400;
    font-size: .37333rem
}

.withdraw__container .pwd .forgetPwd button {
    border: .01333rem solid #666666;
    border-radius: .13333rem;
    width: 2.6rem;
    height: .66667rem;
    background: none
}

.withdraw__container .pwd .btnD {
    width: 100%;
    margin-top: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.withdraw__container .pwd .btnD button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 1.6rem;
    font-size: .45333rem
}

.withdraw__container .pwd .btnD button:nth-of-type(1) {
    background: #f2f4ff;
    color: #f95959;
    border: .01333rem solid #f95959
}

.withdraw__container .pwd .btnD button:nth-of-type(2) {
    background: #f95959;
    color: #fff;
    border: none
}

.withdraw__container .passwordInput__container {
    padding: 0 .53333rem;
    width: 100%
}

.withdraw__container .van-dialog {
    overflow: visible
}

.withdraw__container .van-dialog .van-dialog__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-block:2.66667rem;height: 6.4rem
}

.withdraw__container .van-dialog.c2cconfirm .van-dialog__content {
    padding-block:0!important;height: auto!important
}

.withdraw__container .explain {
    box-shadow: none
}

.withdraw__container .van-dialog__content img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.withdraw__container .van-dialog__content img:last-of-type {
    bottom: -.64rem;
    width: .73333rem
}

.withdraw__container .van-dialog__content img.succeed {
    top: -.50667rem;
    width: 3.73333rem
}

.withdraw__container .van-dialog__content img.fail {
    top: .04267rem;
    width: 2.13333rem
}

.withdraw__container .van-dialog__content-title {
    margin-bottom: .192rem;
    color: #151515;
    font-weight: 700;
    font-size: .48rem;
    line-height: .48rem;
    font-family: Poppins
}

.withdraw__container .van-dialog__content-title.title1 {
    margin-bottom: .66667rem
}

.withdraw__container .van-dialog__content-note {
    margin-bottom: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .32rem
}

.withdraw__container .van-dialog__content-note>span:nth-of-type(1) {
    color: #666
}

.withdraw__container .van-dialog__content-note>span:nth-of-type(2) {
    color: #bcbcbc
}

.withdraw__container .van-dialog__content-note .red {
    color: #f95959
}

.withdraw__container .van-dialog__content-btn {
    height: 1.06667rem;
    width: 5.33333rem;
    line-height: 1.06667rem;
    color: #fff;
    font-size: .42667rem;
    font-weight: 700;
    border-radius: 1.92rem;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

@media screen and (max-width: 500px) {
    .withdraw__container .recycleBtnD {
        max-width:none
    }
}

.Recharge__container-intro {
    border-radius: 0 0 .26667rem .26667rem;
    margin-top: -.06667rem
}

.bankInfo {
    margin-top: .26667rem;
    margin-bottom: .26667rem
}

.bankInfo>div {
    border-radius: .26667rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.bankInfo .bankInfoItem {
    background: #ffffff url(/assets/png/bg2-78c2b28b.png) no-repeat;
    background-size: contain;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bankInfo .bankInfoItem img {
    width: .82667rem;
    height: .78667rem
}

.bankInfo .bankInfoItem>div:nth-of-type(1) {
    width: 29%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bankInfo .bankInfoItem>div:nth-of-type(2) {
    width: 70%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAACgAQMAAAAcrC+CAAAAA1BMVEW9vb2OR09dAAAADElEQVQY02MYBRQBAAFAAAFU0ROCAAAAAElFTkSuQmCC) no-repeat left;
    background-size: contain;
    padding-left: .66667rem;
    text-align: left
}

.bankInfo .bankInfoItem>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.bankInfo .bankInfoItem>div span {
    font-size: .37333rem;
    color: #666;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bankInfo .bankInfoItem>div>span:nth-of-type(1) {
    margin: .06667rem 0
}

.bankInfo .bankInfoItem i {
    font-size: .4rem
}

.bankInfo .bankInfoItem.usdt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.bankInfo .bankInfoItem.usdt>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    font-size: .32rem
}

.bankInfo .bankInfoItem.usdt>div:nth-of-type(1) img {
    width: .64rem;
    height: .64rem;
    margin-right: .2rem
}

.bankInfo .bankInfoItem.usdt>div:nth-of-type(2) {
    padding-left: 0;
    background: none;
    color: #666;
    position: relative
}

.bankInfo .bankInfoItem.usdt>div:nth-of-type(2)>i {
    position: absolute;
    right: 0
}

.bankInfo .bankInfoItem.usdt>div:nth-of-type(3)>span {
    color: #ff7f22
}

.bankInfo .bankInfoItem.KBZ {
    background: -webkit-linear-gradient(left,#ff8e8a 0%,#ffbfa0 100%);
    background: linear-gradient(90deg,#ff8e8a 0%,#ffbfa0 100%)
}

.bankInfo .bankInfoItem.KBZ span {
    color: #fff
}

.bankInfo.e-wallet span:last-of-type {
    color: #666!important
}

.is-hidden {
    position: absolute;
    left: -133.33333rem;
    top: -133.33333rem
}

.c2c .succeedImg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    top: -.50667rem;
    width: 3.73333rem
}

.c2c h1 {
    color: #666;
    margin-bottom: .26667rem
}

.c2c p {
    font-size: .29333rem;
    color: #888;
    margin-bottom: .66667rem;
    background: #F6F6F6;
    border-radius: .13333rem;
    padding: .26667rem .4rem
}

.c2c p span {
    color: #f95959
}

:root {
    --van-tabs-card-height: auto;
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.f24 {
    font-size: .32rem
}

.rechargeh__container {
    padding-inline:.32rem;padding-block:0 1.49333rem;font-family: bahnschrift
}

.rechargeh__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.rechargeh__container .ar {
    position: relative;
    top: 0
}

.rechargeh__container .van-tabs {
    left: 50%;
    width: 100%;
    max-width: 10rem;
    -webkit-user-select: none;
    user-select: none;
    padding: 0 .32rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    margin-top: .4rem
}

.rechargeh__container .van-tabs .van-tabs__nav--card {
    height: 1.6rem;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: .26667rem
}

.rechargeh__container .van-tabs .van-tabs__nav--card .van-tab--card {
    min-width: 2.53333rem;
    height: 100%;
    padding: 0 .13333rem;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.rechargeh__container .van-tabs .van-tabs__nav--card .van-tab--card .tabDiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 1.33333rem;
    width: 100%;
    line-height: 1.33333rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .32rem
}

.rechargeh__container .van-tabs .van-tabs__nav--card .van-tab--card .tabDiv img {
    width: .56rem;
    margin-right: .13333rem;
    position: relative;
    top: -.02667rem
}

.rechargeh__container .van-tabs .van-tabs__nav--card .van-tab--card.van-tab--active {
    color: #fff!important;
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 100%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .08rem .16rem #d0d0ed99
}

.rechargeh__container .van-tabs .van-tabs__nav--card .van-tab--card+div {
    margin-left: .13333rem
}

.rechargeh__container_header {
    position: fixed;
    top: 1.2rem;
    max-width: 10rem;
    z-index: 100;
    background: rgb(247,248,255);
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.rechargeh__container_header .vantab-minw {
    min-width: 2.53333rem
}

.rechargeh__container .top {
    height: 3.2rem
}

.rechargeh__container .c2cType {
    height: 1.17333rem;
    line-height: 1.17333rem;
    background-color: #fff;
    margin: 0 auto .4rem;
    box-shadow: 0 .10667rem .21333rem .05333rem #d0d0ed5c;
    border-radius: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    color: #888;
    font-size: .32rem;
    width: calc(100% - .64rem)
}

.rechargeh__container .c2cType>div {
    width: 50%
}

.rechargeh__container .c2cType>div.active {
    background: -webkit-linear-gradient(324.57deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    background: linear-gradient(125.43deg,#ff8e89 12.38%,#ffc3a2 87.13%);
    box-shadow: inset 0 -.05333rem .13333rem #fff6f4;
    border-radius: .13333rem;
    color: #fff;
    font-size: .34667rem;
    text-shadow: 0 .02667rem .01333rem rgba(255,136,132,.75)
}

.rechargeh__container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .26667rem;
    margin-top: 3.6rem;
    margin-bottom: .4rem
}

.rechargeh__container-content.isC2c {
    margin-top: 5.06667rem
}

.rechargeh__container-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .21333rem;
    padding: .32rem .13333rem;
    border-radius: .13333rem;
    background-color: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c
}

.rechargeh__container-content__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
    padding-bottom: .13333rem
}

.rechargeh__container-content__item-header span {
    min-width: 2rem;
    height: .66667rem;
    font-size: .37333rem;
    text-align: center;
    line-height: .66667rem;
    color: #888
}

.rechargeh__container-content__item-header span:first-of-type {
    margin-left: .13333rem;
    color: #fff;
    background: #ff7374;
    border: .01333rem solid #ff7374;
    border-radius: .13333rem
}

.rechargeh__container-content__item-header span:nth-of-type(2) {
    text-align: left
}

.rechargeh__container-content__item-header span:last-of-type {
    margin-left: auto;
    text-align: right
}

.rechargeh__container-content__item-header span.stateR {
    color: #f95959
}

.rechargeh__container-content__item-header span.stateG {
    color: #21976b
}

.rechargeh__container-content__item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem;
    font-size: .32rem;
    color: #888
}

.rechargeh__container-content__item-body>div:last-of-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.rechargeh__container-content__item-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rechargeh__container-content__item-body>div:first-of-type span:last-of-type {
    color: #ff7f22
}

.rechargeh__container-content__item-body>div:last-of-type span:last-of-type {
    color: #aeb0c6
}

.rechargeh__container-content__item-body>div span {
    padding: 0 .26667rem;
    margin: .06667rem 0
}

.rechargeh__container-content__item-body>div span:first-of-type {
    -webkit-clip-path: polygon(0 0,100% 0,92% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,92% 100%,0 100%)
}

.rechargeh__container-content__item-body>div span:last-of-type {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rechargeh__container-content__item-body>div span:nth-of-type(2) {
    margin-left: auto;
    text-align: right
}

.rechargeh__container-content__item-body>div img {
    width: .4rem
}

.rechargeh__container-empty {
    margin-top: .66667rem
}

.rechargeh__container .textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 1.6rem;
    border: .01333rem solid #d6d6d6;
    border-radius: .13333rem;
    padding-top: .26667rem;
    padding-left: .28rem;
    resize: none;
    margin-bottom: .29333rem;
    font-size: .29333rem
}

.rechargeh__container .textarea::-webkit-input-placeholder {
    color: #888;
    font-size: .29333rem
}

.rechargeh__container .textarea::placeholder {
    color: #888;
    font-size: .29333rem
}

@media screen and (max-width: 500px) {
    .rechargeh__container .van-tabs {
        max-width:none
    }
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.upi_detail_header {
    z-index: 1;
    min-height: 5.12rem;
    color: #fff;
    position: relative;
    padding-bottom: .4rem
}

.upi_detail_header .navbar-fixed {
    background-color: transparent!important;
    position: absolute
}

.upi_detail_header .navbar-fixed .navbar__content-left .van-icon {
    color: #fff
}

.upi_detail_header .navbar-fixed .navbar__content-right {
    font-size: .37333rem
}

.upi_detail_header .info {
    padding: .8rem 0 .37333rem .32rem;
    width: 74%
}

.upi_detail_header .info .state_txt {
    font-style: normal;
    font-weight: 700;
    font-size: .48rem;
    line-height: .66667rem;
    margin-bottom: .32rem
}

.upi_detail_header .info .tip {
    font-weight: 400;
    font-size: .34667rem;
    line-height: .4rem
}

.upi_detail_header .state_img {
    width: 2.13333rem;
    height: 2.13333rem;
    position: absolute;
    right: .18667rem;
    top: 1.89333rem
}

.wait {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)
}

.timeout {
    background: #f6a50b
}

.cancel {
    background: #b2b2b2
}

.appeal {
    background: #f95959
}

.success {
    background: #34be8b
}

.fail {
    background: #f95959
}

.btn_group {
    width: 100%;
    height: .93333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    position: relative;
    align-items: center;
    z-index: 100;
    padding: 0 .26667rem
}

.btn_group div {
    width: 4.53333rem;
    background: transparent!important;
    font-size: .37333rem;
    color: #fff;
    height: .93333rem;
    border: .01333rem solid #fff;
    border-radius: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: .26667rem
}

.btn_group .appeal,.btn_group .appeal_admin {
    border-radius: 1.06667rem;
    text-align: center
}

.btn_group .appeal img,.btn_group .appeal_admin img {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem
}

.btn_group .cancel {
    line-height: .93333rem;
    font-weight: 400
}

.btn_group .cancel img {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.order_info {
    position: relative;
    z-index: 2;
    width: 9.38667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin: .4rem auto .48rem;
    padding: .4rem .26667rem
}

.order_info .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .21333rem
}

.order_info .title img {
    width: 1.33333rem;
    height: .54667rem;
    margin-right: .34667rem
}

.order_info .title span {
    font-weight: 700;
    font-size: .42667rem;
    line-height: .53333rem;
    color: #151515
}

.order_info .dir {
    width: 8.26667rem;
    margin-left: .64rem;
    height: .01333rem;
    background-color: #daddf0
}

.upi_info {
    width: 9.38667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin: 0 auto .48rem;
    padding: .4rem .26667rem
}

.upi_info .upi_title {
    font-size: .37333rem;
    line-height: .45333rem;
    color: #151515;
    margin-bottom: .26667rem;
    position: relative
}

.upi_info .upi_title.tit_img,.upi_info .upi_title.tit_video {
    line-height: .64rem;
    font-size: .42667rem;
    font-weight: 600
}

.upi_info .upi_title.tit_img:before {
    content: "";
    width: .64rem;
    height: .64rem;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIASURBVHgB7ZndbcIwEMfPqOozI9ANOgLdgA1gA+KklfpW960PbZJOAJ2AERiBEWAE1L4hwfXiUHBIQj5IsWn9k4DEOSf/w+c7WwGwWCwWywmwrEZ03SdAcOiwDWawBNYaM/+VH15IOUDig61482DwzHxfqE1XKSOEQfy7uWFhuAADQMfp0AjMSduQToV6rZVhL8PGFPERipZUSLfgwrEO6ObiHbiCmii1AvJy9DmoNQLbWiEgzgptSrkOtQnQQL0Q+qkVybYhaOCfTmKE93Qj+wAN1JrELPQFck7xz/qygRxi4ZvIskVHtIF9zuKT6zsWviygQWpnIRYEUQYqXvSxrwl9d+Lj1YwmO6cF2Rga4lfngMxWgF2liTIWjNC9D6Ahao0AOo+0OlxN45PssEBHqROpi5R2udtrIqQqj4AiviM/dIye10vYcN6ntbsouFVm36pUcuBA/F7IBieyMkubh9tompe8ZaJvHUo7kCNeMQCBrjcCto4mbbWtaNSXe1P5jIqUcqBQ/M4QB4U2+Z27MqTkCJan0IHS4puBnrWeVQmpow6cWbzyYBmOkzIhleuANvE7AdiLQ+q4E/kjoFP8nuhPnFNI5Vb81tHOpoCQW7ntnlg31gHd/EkHlmAuKW1pBzL3u6aQ3ndnv+DgPNzud815wSH33cl3AxaLxWI5mW9aTsutJpZ2NAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: .13333rem
}

.upi_info .upi_title.tit_video:before {
    content: "";
    width: .64rem;
    height: .64rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHPSURBVHgB7Zi9UsJAFIVPMhbQAaU0zIQXsKBUOn0Frey1MNHGzjijpRoLsfZVsKTgBchMGiyBoWHGgnU3YeVHDbsgmwD7Fcyye5i5J1zuvSyg0Wg0mm3G4AviOKf0rUeXOSRLQONwjaeHNxGxOV4aLpIPnlGij9MTFZvTH0wNwg/SxJqjDSTN2hvYwSJkMkC1ClgWULaivfYHUK8DjQZWAXGuLuirS5e9yTIrbyCfB87PgEJher+4C5wcA0eHwEsN6HbxHxDbzcHs34AQe7SVG5XZ0IB8Cv0W/CTsjGmyWSwLsa9LMPpNENgzR99lVs5ApRIfPIdpDvaxDGHKGJ9NzOlPcgZkgrLKWA4iNNbIGSgWxbX8x71itqwPtHxxbbsNFcgZ8Fvi2vo7VCBngAXV6czXMc2KGtoscgYGA6D2Gm+CnTGNIuQ7MQvw7j7qCays8srUounl+9G3xIwqYrFZiMFSRFGaxKHH6aRJrwECB+HoHE9qDRjeowcy3EN4zfI3qU4hw/OCyAR5njkK+GLxKqQIaoKlkU3sy4Bew9F/ZXRCJcNbfp56A5wwpYAfF166CiXNRhmYW3MVEogKxwaixhEgeXqTVUaj0Wg0mji+AKRSdnQDPUaTAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: .13333rem
}

.upi_info .upi_title:before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .4rem;
    background: #f64646;
    margin-right: .10667rem;
    vertical-align: top
}

.order_info_box {
    margin-top: .45333rem
}

.order_info_box .order_info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .4rem
}

.order_info_box .order_info_item .title {
    font-size: .34667rem;
    line-height: .26667rem;
    color: #888
}

.order_info_box .order_info_item span {
    font-size: .34667rem;
    line-height: .26667rem;
    color: #333
}

.order_info_box .order_info_item .amount {
    color: #ff7f22
}

.order_info_box .order_info_item .time {
    color: #666
}

.order_info_box .order_info_item .order_num {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #666;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.order_info_box .order_info_item .order_num span {
    margin-right: .26667rem
}

.order_info_box .order_info_item .order_num img {
    width: .42667rem;
    height: .42667rem
}

.btn_group {
    margin-top: .8rem
}

.btn_group div {
    margin: 0 auto .58667rem
}

.btn_group .appeal,.btn_group .appeal_admin {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    border-radius: 1.06667rem;
    color: #fff;
    width: 8.98667rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    font-weight: 700;
    font-size: .4rem
}

.btn_group .cancel {
    width: 8.98667rem;
    height: .93333rem;
    line-height: .93333rem;
    border: .01333rem solid #fa5a5a;
    border-radius: 1.06667rem;
    font-weight: 400;
    font-size: .4rem;
    color: #fa5a5a;
    text-align: center
}

.divider {
    width: 100%;
    height: .01333rem;
    margin: .53333rem 0 .66667rem;
    position: relative;
    background-image: -webkit-linear-gradient(left,#c2c2c2 0%,#c2c2c2 40%,transparent 8%);
    background-image: linear-gradient(to right,#c2c2c2 0%,#c2c2c2 40%,transparent 8%);
    background-size: .53333rem .01333rem;
    background-repeat: repeat-x
}

.divider:before,.divider:after {
    content: "";
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    background-color: #f7f8ff;
    position: absolute
}

.divider:before {
    left: -.53333rem;
    top: -.28rem
}

.divider:after {
    right: -.53333rem;
    top: -.28rem
}

.pay_img {
    width: 100%;
    height: auto;
    object-fit: fill
}

.withdraw_img {
    width: 33%;
    height: auto;
    object-fit: fill
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.chooseBank__container {
    padding-inline:.32rem;padding-block:0 .4rem;padding-top: .13333rem
}

.chooseBank__container .search {
    z-index: 100;
    height: 1.06667rem;
    width: 88%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 1.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    max-width: 10rem;
    padding: 0 .32rem;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.chooseBank__container .search .van-icon {
    font-weight: 700
}

.chooseBank__container .search input {
    border: none;
    width: calc(100% - .8rem);
    font-size: .37333rem
}

.chooseBank__container .search input::-webkit-input-placeholder {
    color: #adb0bf
}

.chooseBank__container .search input::placeholder {
    color: #adb0bf
}

.chooseBank__container .search input:focus {
    outline: none;
    -webkit-user-select: text;
    user-select: text
}

.chooseBank__container-content {
    margin-top: 1.2rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .13333rem .4rem
}

.chooseBank__container-content-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #666;
    padding-bottom: .26667rem
}

.chooseBank__container-content-items>div:first-of-type {
    font-weight: 400;
    font-size: .37333rem;
    padding: .13333rem 0;
    margin-bottom: .53333rem
}

.chooseBank__container-content-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .37333rem;
    font-weight: 500;
    padding: .4rem 0
}

.chooseBank__container-content-items__item img {
    width: .64rem;
    height: auto;
    margin: 0 .24rem 0 0
}

.chooseBank__container-content-items__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addBankCard__container {
    padding-inline:.32rem;padding-block:0 .4rem;padding-top: .13333rem
}

.addBankCard__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.addBankCard__container-content div,.addBankCard__container-content span {
    font-family: bahnschrift;
    font-size: .32rem;
    color: #666
}

.addBankCard__container-content input,.addBankCard__container-content textarea {
    border: none;
    width: 100%;
    padding: .13333rem .34667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    color: #666;
    font-size: .37333rem;
    -webkit-user-select: text;
    user-select: text
}

.addBankCard__container-content input::-webkit-input-placeholder,.addBankCard__container-content textarea::-webkit-input-placeholder {
    color: #acafc2
}

.addBankCard__container-content input::placeholder,.addBankCard__container-content textarea::placeholder {
    color: #acafc2
}

.addBankCard__container-content input {
    height: 1.06667rem
}

.addBankCard__container-content textarea {
    height: 2.13333rem
}

.addBankCard__container-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .98667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .16rem #d0d0ed4d;
    border-radius: .8rem;
    padding: .13333rem .53333rem
}

.addBankCard__container-content-top img {
    width: .46667rem;
    height: .46667rem;
    margin-right: .2rem
}

.addBankCard__container-content-top span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: .32rem
}

.addBankCard__container-content-selectB {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .53333rem
}

.addBankCard__container-content-selectB>div:last-of-type {
    font-weight: 500;
    font-size: .32rem
}

.addBankCard__container-content-item {
    margin: .93333rem 0
}

.addBankCard__container-content-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    color: #333
}

.addBankCard__container-content-item .label .icon {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem
}

.addBankCard__container-content-item .selectB {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .37333rem;
    color: #fff;
    background-color: #ff807a;
    height: .93333rem;
    border-radius: .13333rem;
    padding: 0 .26667rem
}

.addBankCard__container-content-btn {
    margin-top: 2rem
}

.addBankCard__container-content-btn button {
    box-shadow: 0 .05333rem #b6bad0;
    border-radius: 1.06667rem;
    border: none;
    color: #fff;
    letter-spacing: .13333rem;
    font-weight: 700;
    font-size: .4rem;
    height: .93333rem;
    width: 100%;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    text-shadow: 0 .02667rem .01333rem #afb0be
}

.addBankCard__container-content-btn button.active {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    text-shadow: none
}

.addBankCard__container .search {
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: .26667rem
}

.addBankCard__container .searchbar-container {
    width: 94%
}

.addBankCard__container .searchbar-container .searchbar-container__searchbar {
    height: 1.06667rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    border: .01333rem solid #e6e8e8
}

.addBankCard__container .searchbar-container i {
    right: auto;
    left: .26667rem
}

.info-dialog-content-hint {
    border: .01333rem solid #ebebed;
    border-radius: .16rem;
    height: 3.06667rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem
}

.info-dialog-content-hint span {
    font-size: .32rem;
    color: #333;
    font-weight: 400;
    font-family: Poppins
}

 .verifyInput__container {
    margin-top: .26667rem
}

 .verifyInput__container .verifyInput__container-label {
    display: none
}

 .verifyInput__container .verifyInput__container-input input {
    background: #f3f4ff;
    border-radius: .53333rem;
    height: 1.06667rem;
    font-weight: 400;
    font-size: .32rem
}

 .verifyInput__container .verifyInput__container-input input::-webkit-input-placeholder {
    color: #acafc2
}

 .verifyInput__container .verifyInput__container-input input::placeholder {
    color: #acafc2
}

 .verifyInput__container .verifyInput__container-input button {
    right: .2rem;
    top: 18%
}

.input {
    width: 100%;
    height: 1.06667rem;
    background-color: #f3f4ff;
    border-radius: .53333rem;
    border: none;
    margin-top: 1.06667rem;
    padding-left: .53333rem
}

 .ar-searchbar, .ar-searchbar .ar-searchbar__selector {
    width: 100%
}

 .ar-searchbar .ar-searchbar__selector>div {
    background: -webkit-linear-gradient(top,var(--primary-color) 0%,#ff8d83 100%);
    background: linear-gradient(180deg,var(--primary-color) 0%,#ff8d83 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    color: #fff
}

 .ar-searchbar .ar-searchbar__selector>div>span {
    color: #fff
}

.red {
    color: var(--primary-color)!important
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addKBZ {
    padding: .13333rem .32rem .4rem
}

.addKBZ-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #ffffff;
    box-shadow: 0 .10667rem .16rem #d0d0ed4d;
    border-radius: .8rem;
    padding: .2rem .53333rem
}

.addKBZ-top img {
    width: .46667rem;
    height: .46667rem;
    margin-right: .2rem
}

.addKBZ-top span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: .32rem
}

.addKBZ-item {
    margin: .93333rem 0
}

.addKBZ-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    color: #333
}

.addKBZ-item .label .icon {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem
}

.addKBZ-item .selectB {
    font-size: .37333rem;
    color: #fff;
    background-color: #ff807a;
    height: 1.06667rem;
    line-height: 1.06667rem;
    border-radius: .13333rem;
    padding: 0 .26667rem
}

.addKBZ-btn {
    margin-top: 2rem;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    box-shadow: 0 .05333rem #b6bad0;
    text-shadow: 0 .02667rem .01333rem #afb0be;
    height: .93333rem;
    line-height: .93333rem;
    font-size: .4rem;
    color: #fff;
    border-radius: 1.06667rem;
    text-align: center
}

.addKBZ-btn.active {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    text-shadow: none
}

.info-dialog-content-hint {
    border: .01333rem solid #ebebed;
    border-radius: .16rem;
    height: 3.06667rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem
}

.info-dialog-content-hint span {
    font-size: .32rem;
    color: #333;
    font-weight: 400;
    font-family: Poppins
}

 .verifyInput__container {
    margin-top: .26667rem
}

 .verifyInput__container .verifyInput__container-label {
    display: none
}

/*div,span {*/
/*    font-family: bahnschrift;*/
/*    font-weight: 500;*/
/*    font-size: .42667rem;*/
/*    color: #666*/
/*}*/

input {
    border: none;
    width: 100%;
    padding: .13333rem .34667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    color: #666;
    font-size: .37333rem;
    -webkit-user-select: text;
    user-select: text
}

input::-webkit-input-placeholder {
    color: #acafc2
}

input::placeholder {
    color: #acafc2
}

input {
    height: 1.06667rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addBankCard__container {
    padding-inline:.32rem;padding-block:0 .4rem;padding-top: .13333rem;
    font-size: .34667rem
}

.addBankCard__container-content input,.addBankCard__container-content textarea {
    border: none;
    width: 100%;
    padding: .13333rem .34667rem;
    background: #fff;
    border-radius: .16rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    min-height: 1.17333rem;
    -webkit-user-select: text;
    user-select: text
}

.addBankCard__container-content input {
    height: 1.17333rem
}

.addBankCard__container-content textarea {
    height: 2.13333rem
}

.addBankCard__container-content-selectB {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .53333rem
}

.addBankCard__container-content-selectB>div:last-of-type {
    font-weight: 500;
    font-size: .32rem
}

.addBankCard__container-content>h1 {
    font-size: .4rem;
    margin: .26667rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem
}

.addBankCard__container-content>h1:before {
    content: "";
    display: inline-block;
    width: .64rem;
    height: .64rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAaVBMVEUAAAAcuKcquqsvu6wxvK0xvK0xvK0vu6wxvK0vu6wxvK0uvK0tuqwxvK0xvK0wu60wvK0uuqssu6svvK0wvK0vu6wxvK0wvK0ruqkxvK0wu6wxvK0wvK0wvK0wu6wxvK0wu60xvK0yvK3BzxomAAAAInRSTlMABQ489en5Rd9V7i4i8tCRhTUWZLRMvqIb15jJXKl2fW7Dg1SZggAAAn9JREFUWMPt2NtyokAUhWGakw3IGUQFI+73f8gZYMpFgrAbZ+cmlf8upfXVkhBbY/3287ODtGoft7ujRNkiDelfSSdI1x7NOp2l3N6nT+lIxv2gr3mRtAtZ2oUs4MrKcMVluPLynbbycgFXTIYrL2cAhGS4fKEj6yLPEXAFNsOVlYuy7LMqJD59yz5Ktfc06i4MW717UKnM31p72Kfl0dBx2hK4q257nl7XcYx3U5pyq3HQYU1O7EHtk+k1xQ7DqpTQzR7k+PXe4TFHP3+OD/xelBTY/MKt8Qhk3oUcMy4rK7jb8gPuLHdVvhJx8tLlNyu46zJcnxA2G7qQHfx9n+z1+9utTV3IMeNCNn8/S87TZrg+rRXnn92aiJc39iJtz12labPLKGu/wt7VsjlcEhnIyrZ4l8L55BMZyFOdT0wlXDsmNu2M1+zOutTMYDKpTbPGI75kDkum7e+Ci52wrpqTu/NSGDzfC9T4hY/YbhZ68HOP+G7G3m6o5F3j58aFhWxt4EZJeFW8nFrzAgN3uIerUfa3fhf24lji3adMiDtE1M3EZTf7AUjIG24+uLzsdwA5+QJ3Lnc+vxfy9l7I9mvZhftFbpZ7z3A3NmMvL+M6OHC3NsPl5QuOZ7RyWLtwWflUYO/LzbW3dHm5DRT2rmwu7hofVDj54AzlhTV0gLuQp2eco/xvkbUr1btbB3duvZeqW9rMb6KdZBEE3UejiS+59mWgGI796Mm/n/FdhV2UGroxXLNUKrwXpcZ75eUQrtjVwF75zaFjvV3GuvJyDFdIxl5ZGa60DFde9uD+V/flv0qFKsO5mxwtsY7X5xmle2VJdi6bVl9Oaa2s3358fwBsLa2JXzKWGgAAAABJRU5ErkJggg==) no-repeat center;
    background-size: contain
}

.addBankCard__container-content-top {
    padding: 0 .2rem;
    border-radius: .16rem
}

.addBankCard__container-content-top-item {
    padding: .26667rem 0;
    position: relative
}

.addBankCard__container-content-top-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    font-size: .4rem
}

.addBankCard__container-content-top-item .label .icon {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem
}

.addBankCard__container-content-top-item .accountNo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .16rem
}

.addBankCard__container-content-top-item .accountNo>div:first-child {
    padding-right: .06667rem
}

.addBankCard__container-content-top-item .ar-searchbar__selector {
    width: 100%;
    height: 1.17333rem
}

.addBankCard__container-content-top-item .ar-searchbar__selector>div {
    line-height: 1.17333rem;
    font-size: .34667rem
}

.addBankCard__container-content-sms {
    padding: .4rem .2rem;
    border-radius: .13333rem
}

.addBankCard__container-content-btn {
    margin-top: 1.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .53333rem;
    text-align: center
}

.addBankCard__container-content-btn>div,.addBankCard__container-content-btn button {
    border-radius: 1.06667rem;
    min-height: .93333rem;
    width: 80%
}

.addBankCard__container-content-btn>div {
    border: .01333rem solid #fa5a5a;
    color: #fa5a5a;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.addBankCard__container-content-btn>div:before {
    content: "";
    display: inline-block;
    width: .64rem;
    height: .64rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAdVBMVEUAAAD/cXL/cXL/cXL/cXP/cHj/cXL/dHT/cHD/cXP/cXH/cHD/cHL/cHL/cXP/cID/cnP/cnL/cXL/cXL/cXP/cHT/cXL/////29z/g4P/9vb/7e3/lJX/pqf/env/ysr/uLj/5OX/wcH/r7D/09P/nZ7/i4xBDgQBAAAAFnRSTlMA3++fvyCAQBDPkCAwcFAQj3Bgr19AKZ4jLAAAAaRJREFUSMfVVNlygzAM5AoBQprbNmBu6P9/YpNBUhDYtNO37BN4dnWtbOcjsA9vrieEcIPz1+l39tkTc/j7TXoaiBXcDcmZWFWvhneWnZm+i5GRdbmUepZkZ+S7GL3J5RNiBu9u4HsYvpUvFILhbo2vczkhV52e5UgXAqx/lHMU5bsPbkkIx98YnyQZzYoVhPUXcomcksz98OGslgagIlgnKKUJebZKcYWTQhqhVl3EbELWojwcVAQRBptALWr6gv9c2gAOXrgJGnrsxxZ4jYax9byJZPrtqeBqytU9D5V8YYDBche6SZARTZMzLawHF9R2QfFPQYw9WEoqadSK93Bki9HRvNoKt7GbGAkIHrCquNGtpC+wZuQ+RHA7lbShmgh06wKsyYKahoRNbG+rzMjoRU3azG8g3mF9pRsTf2DXAVPYFW3FEtCG2xQ18kOgktv0cJjfjNjhiGKBKMkP1Vf0jh0MTyWh0n3T9COwjfw98ddY80+XQGwiiHj463Z47+gscUg26CGG55LQ/TOdvPPdJdt/ONtIr0kQey+qe0uOqfMh+AGucXslyRlCwAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: contain
}

.addBankCard__container-content-btn>button {
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    color: #fff;
    border: none
}

.addBankCard__container-content-btn>button.active {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%)
}

.addBankCard__container .search {
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: .26667rem
}

.addBankCard__container .searchbar-container {
    width: 94%
}

.addBankCard__container .searchbar-container .searchbar-container__searchbar {
    height: 1.06667rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    border: .01333rem solid #e6e8e8
}

.addBankCard__container .searchbar-container i {
    right: auto;
    left: .26667rem
}

.input {
    width: 100%;
    height: 1.06667rem;
    background-color: #f3f4ff;
    border-radius: .53333rem;
    border: none;
    margin-top: 1.06667rem;
    padding-left: .53333rem
}

 .ar-searchbar, .ar-searchbar .ar-searchbar__selector {
    width: 100%
}

 .ar-searchbar .ar-searchbar__selector>div {
    color: #666
}

 .ar-searchbar .ar-searchbar__selector>div>span {
    color: #666
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addtype4_C {
    padding: 0 .26667rem;
    height: 100vh;
    overflow: auto
}

.addtype4_C-header {
    height: .56rem;
    line-height: .56rem;
    font-weight: 700;
    font-size: .48rem;
    color: #151515;
    padding-left: 1.62667rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-size: 1.33333rem .56rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addtype4_C .successTip {
    width: 8rem;
    height: 1.86667rem;
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
    background-color: #fa5a5a;
    border-radius: .26667rem;
    padding: .53333rem 0
}

.addtype4_C .successTip>div {
    height: .8rem;
    line-height: .8rem;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    padding-left: 1rem;
    background-image: url(/assets/png/successicon-14b4ca02.png);
    background-size: .8rem;
    background-position: left center;
    background-repeat: no-repeat
}

.addtype4_C-header {
    height: .8rem;
    line-height: .8rem;
    font-weight: 700;
    font-size: .48rem;
    color: #151515;
    padding-left: 1.09333rem;
    background-image: url(/assets/png/4-d37103ef.png);
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addtype4_C-title {
    height: .53333rem;
    line-height: .53333rem;
    margin: .66667rem 0 .32rem;
    font-weight: 500;
    font-size: .42667rem;
    color: #333
}

.addtype4_C-Safety {
    height: .64rem;
    line-height: .64rem;
    font-weight: 600;
    font-size: .48rem;
    color: #151515;
    margin-top: 1.65333rem;
    padding-left: .86667rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKtSURBVHgB7ZlNctNAEIXfqDhAKicwNwiLrHE2ZBmWsCKcIHYugHMBo5yA5AbJ0mzQPgvCDcQJ0AWYoVs/BOQZzY/GkVLRV+WKLMnKez090nQLmJh43gjsALVYzJEkJ1BiDsgCQtxDyluRphkiE8UACd4Dkre0+ZquyH/3DKeymQxS3ZKxjAzl6EmwARJ98BBlNUcQKqPfN2buEYCzgSrKqEXjFOYoh5KTGhodee2Tap0G6tQ4pWE/oW8HiC/ahHOqGQ2o5fKMDqcYAwIrsV5f6A9pUItzijq+YEwoLEW63gpooj1ZiDOMDSE+6HbrDVT5PjL0mhI8cSYDQzMOA4eH1SeAFxia42P6vHn4fncHH4Ydgbb4AIYz0Ba/2XhHnxnGgE785itCMBnIYSN04oWLz3U7DZNYFLz4MMLC37+rtvf3KxEu9Io8a9pGPwJK/oArLIiFWc/rmTZK/tTtNq2Fuqsjnmz/Rt1mIkrOC60m0xywl3cswMVEtAkrM93eLgMFbNhMRLzbmMrMxHByQcW2W5FtMhFRPBSXlno6lhK/qYRL5nChEdZEv/107SO+RNwYj6ADtTz/BZ9CXjcPeotHLj6vX5oOdj+JFS7hQzud+otnDRddh+1tFZF8p80ZfGie0AFrmxad0Wc6R6CazPIjfGHh/cVbo89YF3Pl7UvhBo+NwhW1Ua5spzmuRstRyPF45PQ/rdFnfHqjs3o+7Lq9yGn7yrVz7VwPlBdU8gguT+hwWPyRT9vdu71ettVF8g3xR6IR79VmD3o/UKcTm5ghDrlv5BuCSsq/6aTUNfrCdziPnN/Sgp7UnexP8B+Ngu/zuo6zD7Hekc3oUitTB1nzi0savVX5oOxJ1LeUFiNFlXIqjfFyr2FXr1ln1VKcjSiOMtXYMo0R8YmJif/5A5b0JTf/pQ3qAAAAAElFTkSuQmCC);
    background-size: .64rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addtype4_C-Safety-tip {
    margin-top: .64rem;
    font-size: .4rem;
    color: #333;
    margin-bottom: .37333rem
}

.addtype4_C .sumbitBtn {
    height: .93333rem;
    line-height: .93333rem;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: .4rem;
    text-align: center;
    background: #f95959;
    max-width: 10rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.addtype4_C .sumbitBtn.disable {
    background-color: #cbcddc;
    pointer-events: none
}

.addtype4_C .addtype4-input {
    height: .93333rem;
    padding: 0 .26667rem;
    font-size: .37333rem;
    color: #666;
    width: 100%;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.addtype4_C .addtype4-input .van-field__value {
    padding: .18667rem 0;
    width: 100%
}

.addtype4_C .addtype4-input .van-field__value input {
    width: 100%
}

.addtype4_C .addtype4-input .van-field__value input::-webkit-input-placeholder {
    color: #acafc2
}

.addtype4_C .addtype4-input .van-field__value input::placeholder {
    color: #acafc2
}

 .van-toast {
    overflow: hidden;
    background-color: transparent;
    padding: 0
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addUSDT__container {
    padding-inline:.32rem;padding-block:0 .4rem;padding-top: .13333rem
}

.addUSDT__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.addUSDT__container-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .98667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .16rem #d0d0ed4d;
    border-radius: .8rem;
    padding: .13333rem .53333rem
}

.addUSDT__container-content-top img {
    width: .46667rem;
    height: .46667rem;
    margin-right: .2rem
}

.addUSDT__container-content-top span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: .32rem
}

.addUSDT__container-content-selectB {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .53333rem
}

.addUSDT__container-content-selectB>div:last-of-type {
    font-weight: 500;
    font-size: .32rem
}

.addUSDT__container-content-item {
    margin: .93333rem 0
}

.addUSDT__container-content-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    color: #333;
    font-weight: 500;
    font-size: .42667rem
}

.addUSDT__container-content-item .label .icon {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem
}

.addUSDT__container-content-item .input {
    position: relative
}

.addUSDT__container-content-item .input>img {
    position: absolute;
    right: .2rem;
    top: .2rem;
    width: .64rem
}

.addUSDT__container-content-item input {
    border: none;
    width: 100%;
    padding: .13333rem .34667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    color: #666;
    font-size: .37333rem;
    height: 1.06667rem
}

.addUSDT__container-content-item input::-webkit-input-placeholder {
    color: #acafc2
}

.addUSDT__container-content-item input::placeholder {
    color: #acafc2
}

.addUSDT__container-content-item .ar-searchbar__selector {
    width: 100%
}

.addUSDT__container-content-btn {
    margin-top: 2rem
}

.addUSDT__container-content-btn button {
    box-shadow: 0 .05333rem #b6bad0;
    border-radius: 1.06667rem;
    border: none;
    color: #fff;
    letter-spacing: .13333rem;
    font-weight: 700;
    font-size: .4rem;
    height: .93333rem;
    width: 100%;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    text-shadow: 0 .02667rem .01333rem #afb0be
}

.addUSDT__container-content-btn button.active {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    text-shadow: none
}

.info-dialog-content-hint {
    border: .01333rem solid #ebebed;
    border-radius: .16rem;
    height: 3.06667rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem
}

.info-dialog-content-hint span {
    font-size: .32rem;
    color: #333;
    font-weight: 400;
    font-family: Poppins
}

 .verifyInput__container {
    margin-top: .26667rem
}

 .verifyInput__container .verifyInput__container-label {
    display: none
}

 .verifyInput__container .verifyInput__container-input input {
    background: #f3f4ff;
    border-radius: .53333rem;
    height: 1.06667rem;
    font-weight: 400;
    font-size: .32rem
}

 .verifyInput__container .verifyInput__container-input input::-webkit-input-placeholder {
    color: #acafc2
}

 .verifyInput__container .verifyInput__container-input input::placeholder {
    color: #acafc2
}

 .verifyInput__container .verifyInput__container-input button {
    right: .2rem;
    top: 18%
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addupi_C {
    padding: 0 .26667rem 1.73333rem;
    height: 100vh;
    overflow: auto
}

.addupi_C-header {
    height: .56rem;
    line-height: .56rem;
    font-weight: 700;
    font-size: .48rem;
    color: #151515;
    padding-left: 1.62667rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-size: 1.33333rem .56rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addupi_C-title {
    height: .53333rem;
    line-height: .53333rem;
    margin: .66667rem 0 .32rem;
    font-weight: 500;
    font-size: .42667rem;
    color: #333
}

.addupi_C .upi-input {
    height: .93333rem;
    padding: 0 .26667rem;
    font-size: .37333rem;
    color: #666;
    width: 100%;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.addupi_C .upi-input .van-field__value {
    padding: .18667rem 0;
    width: 100%
}

.addupi_C .upi-input .van-field__value input {
    width: 100%
}

.addupi_C .upi-input .van-field__value input::-webkit-input-placeholder {
    color: #acafc2
}

.addupi_C .upi-input .van-field__value input::placeholder {
    color: #acafc2
}

.addupi_C_number {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.addupi_C_number>span {
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    height: .93333rem;
    line-height: .93333rem;
    font-size: .37333rem;
    padding-left: .26667rem;
    width: 100%;
    background-color: #cbcddc
}

.addupi_C_number .dropdown {
    position: relative;
    height: .93333rem;
    line-height: .93333rem;
    border-radius: .06667rem
}

.addupi_C_number .dropdown .dropdown__value span {
    height: .93333rem
}

.addupi_C_number .number {
    width: calc(100% - 2.66667rem)
}

.addupi_C .tip {
    color: var(--primary-color);
    font-size: .29333rem;
    margin: .26667rem .13333rem .53333rem
}

.bind-bank-sumbit {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 100%;
    max-width: 10rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #f95959;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    letter-spacing: .016rem
}

.bind-bank-sumbit.disable {
    background-color: #cbcddc;
    pointer-events: none
}

@media screen and (max-width: 500px) {
    .bind-bank-sumbit {
        max-width:none
    }
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addupi_C-form {
    max-height: calc(100% - .93333rem);
    overflow: auto
}

.addupi_C-header {
    height: .56rem;
    line-height: .56rem;
    font-weight: 700;
    font-size: .48rem;
    color: #151515;
    padding-left: 1.62667rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-size: 1.33333rem .56rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addupi_C-title {
    height: .53333rem;
    line-height: .53333rem;
    margin: .66667rem 0 .32rem;
    font-weight: 500;
    font-size: .42667rem;
    color: #333
}

.addupi_C-Safety {
    height: .64rem;
    line-height: .64rem;
    font-weight: 600;
    font-size: .48rem;
    color: #151515;
    margin-top: 1.65333rem;
    padding-left: .86667rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKtSURBVHgB7ZlNctNAEIXfqDhAKicwNwiLrHE2ZBmWsCKcIHYugHMBo5yA5AbJ0mzQPgvCDcQJ0AWYoVs/BOQZzY/GkVLRV+WKLMnKez090nQLmJh43gjsALVYzJEkJ1BiDsgCQtxDyluRphkiE8UACd4Dkre0+ZquyH/3DKeymQxS3ZKxjAzl6EmwARJ98BBlNUcQKqPfN2buEYCzgSrKqEXjFOYoh5KTGhodee2Tap0G6tQ4pWE/oW8HiC/ahHOqGQ2o5fKMDqcYAwIrsV5f6A9pUItzijq+YEwoLEW63gpooj1ZiDOMDSE+6HbrDVT5PjL0mhI8cSYDQzMOA4eH1SeAFxia42P6vHn4fncHH4Ydgbb4AIYz0Ba/2XhHnxnGgE785itCMBnIYSN04oWLz3U7DZNYFLz4MMLC37+rtvf3KxEu9Io8a9pGPwJK/oArLIiFWc/rmTZK/tTtNq2Fuqsjnmz/Rt1mIkrOC60m0xywl3cswMVEtAkrM93eLgMFbNhMRLzbmMrMxHByQcW2W5FtMhFRPBSXlno6lhK/qYRL5nChEdZEv/107SO+RNwYj6ADtTz/BZ9CXjcPeotHLj6vX5oOdj+JFS7hQzud+otnDRddh+1tFZF8p80ZfGie0AFrmxad0Wc6R6CazPIjfGHh/cVbo89YF3Pl7UvhBo+NwhW1Ua5spzmuRstRyPF45PQ/rdFnfHqjs3o+7Lq9yGn7yrVz7VwPlBdU8gguT+hwWPyRT9vdu71ettVF8g3xR6IR79VmD3o/UKcTm5ghDrlv5BuCSsq/6aTUNfrCdziPnN/Sgp7UnexP8B+Ngu/zuo6zD7Hekc3oUitTB1nzi0savVX5oOxJ1LeUFiNFlXIqjfFyr2FXr1ln1VKcjSiOMtXYMo0R8YmJif/5A5b0JTf/pQ3qAAAAAElFTkSuQmCC);
    background-size: .64rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addupi_C-Safety-tip {
    margin-top: .64rem;
    font-size: .4rem;
    color: #333;
    margin-bottom: .37333rem
}

.upi-input {
    height: .93333rem;
    padding: 0 .26667rem;
    font-size: .37333rem;
    color: #666;
    width: 100%;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.upi-input .van-field__value {
    padding: .18667rem 0;
    width: 100%
}

.upi-input .van-field__value input {
    width: 100%
}

.upi-input .van-field__value input::-webkit-input-placeholder {
    color: #acafc2
}

.upi-input .van-field__value input::placeholder {
    color: #acafc2
}

.sumbitBtn {
    height: .93333rem;
    line-height: .93333rem;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: .4rem;
    text-align: center;
    background: #f95959;
    max-width: 10rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.sumbitBtn.disable {
    background-color: #cbcddc;
    pointer-events: none
}

 .verifyInput__container-label {
    display: none!important
}

.servicerBtn {
    height: .93333rem;
    line-height: .93333rem;
    border: .01333rem solid #fa5a5a;
    width: 8.8rem;
    margin: auto;
    border-radius: .46667rem;
    text-align: center;
    font-size: .4rem;
    color: #fa5a5a
}

.errorTip {
    color: #fa5a5a;
    font-size: .29333rem;
    margin-bottom: .8rem
}

.errorTip i {
    font-size: .32rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.bind-bank-tip {
    min-height: 2.96rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .48rem .34667rem;
    margin-bottom: .4rem
}

.bind-bank-tip>div {
    min-height: .53333rem;
    line-height: .56rem;
    padding-left: .50667rem;
    font-size: .32rem;
    color: #666;
    position: relative
}

.bind-bank-tip>div:before {
    content: "";
    display: block;
    width: .13333rem;
    height: .13333rem;
    border-radius: .02667rem;
    background: #ff8e8a;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 0
}

.bind-bank-tip>div:first-child {
    color: var(--primary-color);
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bind-bank-tip>div:first-child:before {
    content: none
}

.bind-bank-tip>div:first-child i {
    margin-right: .18667rem
}

.bind-bank-tip>div+div {
    margin-top: .18667rem
}

.bind-bank-card {
    padding: .4rem .26667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem
}

.bind-bank-card-h {
    height: .77333rem;
    padding: 0 0 .18667rem .85333rem;
    font-weight: 700;
    font-size: .42667rem;
    line-height: .69333rem;
    color: #151515;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIBSURBVHgB7ZnhUeMwEIXfaq6AdHC6Co6rIOngKAEqwDYFQBoIpgJCB1ABdIA7QFRAKvCydsggZNlRAoMFo+/frnc8u9ZKepKBRCKRGBMKDeQs0/g6VlSWq5DA3gIk4RmU+g/GoZgao0AViCvU9aUUVHkjfE7OijN5co6YkHxosZh33Q6S/JF4rxAjjJzKRWm7VCeIcIZY8eT2roC270fr9yAmkuOB7XBGQGlEjxoqIOqvv0HbhsI3xymANeLnt238tBFA0PY9Mk+24bZQs0kYxIsB6qXt8OzEjWhTjf6ZIC5WTfKhIi+RCKQ7BwqR0owMMc4BwlIkdW473xUQtZTewDgWSb3cmO4yeoD4mdqGu5HF1jZb+XFS4tuRChibXzvErsDUvZshnjmOSpa6Yb1C7blD4xMILcCA638+IdWKP1IPaFawdUwV8kLO8hJEJ/ggTguR8UYxrvtUoPjN68iY0ORfX3qD/Rg6D/RAPO17tB6BtiUmu92fqik+AbeFjD+MZpwXjzIS991HeDs7kLrj4lTuMnnLHCAtpc+wH8Y2nALqamBQ5EvjCMNoMOvtd96M/amNbXXVaF48I15JYehi8cd2dD83Y45Y8eTWKaC9/Y2xCMLcltFv7h7Wl6iUycT8O6LMliWab5slV5boe1/ALr+YmnnxZXOj3V8SiUQiel4AExucouBknx4AAAAASUVORK5CYII=);
    background-size: .64rem;
    background-position: left top;
    background-repeat: no-repeat
}

.bind-bank-card-h:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% - .8rem);
    height: 0;
    border-bottom: .01333rem solid #daddf0
}

.bind-bank-card-n,.bind-bank-card-id,.bind-bank-card-ifsc {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .53333rem;
    color: #666;
    margin-top: .53333rem;
    font-size: .34667rem
}

.bind-bank-card-b {
    height: .88rem;
    line-height: .88rem;
    border: .01333rem solid #f95959;
    border-radius: .13333rem;
    margin-top: .74667rem;
    position: relative;
    font-size: .37333rem;
    color: #333;
    padding-left: .4rem
}

.bind-bank-card-b:after {
    content: "";
    position: absolute;
    display: block;
    width: .72rem;
    height: .66667rem;
    border: .01333rem solid #888888;
    border-radius: .13333rem;
    right: .26667rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bind-bank-card-b.isSelect {
    pointer-events: none
}

.bind-bank-card-b.isSelect:after {
    width: .74667rem;
    height: .69333rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA0CAYAAADfRPtlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOCSURBVHgB3ZpLctpAEIZ7BmNZVBY+gnKC2CeIfYLAxgV4g0+Q5ATGJ8A+AayA8gZyApwTwA0iL7PzIlUq81Cne4IJYElIQkKPr0pVIJoq/eqZ7p6eEeAAlsunlq43CgCf6esZXQakE5OuiY34Q+/3O04GYvvG69VVGY6O2oB4CtnCJKF320Ll+pdprdaCQmGQQXGMIYVoz+r12/WbK4GzavUWAb5BxiEvNqfX162372qIWtVqg9VDnlgsKtrj41AJfK3VfkF6A0lYXo4t62OBvSeEaED+OJkXi78lDc0vkFcQLzjIGJBTaGR+YoFnkF8MCRmBUth3/Fe5BCILArlCuTzp9e4hBEeQbpQ4Kr9MCElqBVKCnhQt61IMhy9r9wwISCqHqJO4sKROYJTimFQJ3ClOiMCi0yTQXCBWvDyHiJkVuHe0dCMVAmdCVPyIk4g7bd79BxKGK5QP3e7Ej+0C4BkCkmgeFIgdrd/3XaFIKZEmIgQhSYEmeeTOj+Gfev3sGLFFQeYCApKYQAoqN37m3bRe/0rC7oP57T9RCDQpP50G6cTRwz6QuCdPG+rNzkol9loD9mBfgSq887ygzsAI/NWKJnvEy0CJ0/UR2e29Vg0fRamqeMtdfCmhPtZry+asq91KXEQL8XACSdwMYCMx+xRpurXYmajFMaEEsjin3MUijzXtnD465jUOLODBtFRqY8QtlMAC+SG9ErPodHjoVmDLk1RIP3kFFrVtgFiGiAkskILJLfdSvWychisV0q45L85tA0Fd7VAphj2y2JHL6EUYVH2M6aOpdbvnLjYXywgcC6GjKL0VfrCxlzeVJ227QteD0+/qBcS8JxLag+vQQzaL3a6vsmsdmndjjLkvG8lqgres6EUNOMz7/c9y3sXedI5yuVSe6joPWWOXIRfPNnkdDkDU60GeUyMvkezlIuIADkQcC15PkVSp8BazAQcirhW9Erk9JzklHHqbPM6WhaHqyjWRSWyTx9qT4ShJgUeJ4qgJCexFRpIHfTCkK/I60w+H6qolIo6RYTYVM4MQEylc1m55AG37WVLr7ifkFBqdQ6lrWifMrk0GUO0RyStw2NFKyCL2coGtoqjW6w25Vwk5gQr51bHKjfOiVEo1uSUBGYYdddLrrcrBdwdilycPE6k69oLjyHx+wycMN2672S+F8jm21B9p5kygW1bHaXf4LxD6pofARGu7AAAAAElFTkSuQmCC);
    background-size: .74667rem .69333rem;
    background-repeat: no-repeat;
    border: 0
}

.bind-bank-card+div {
    margin-top: .26667rem
}

.bind-bank-body {
    padding-bottom: 1.06667rem
}

.bind-bank-sumbit {
    height: .93333rem;
    line-height: .93333rem;
    width: 100%;
    max-width: 10rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #f95959;
    color: #fff;
    font-size: .4rem;
    text-align: center
}

.bind-bank-sumbit.disable {
    background-color: #cbcddc;
    pointer-events: none
}

@media screen and (max-width: 500px) {
    .bind-bank-sumbit {
        max-width:none
    }
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addupi_C {
    padding: 0 .26667rem;
    height: 100vh;
    overflow: auto
}

.addupi_C-header {
    height: .56rem;
    line-height: .56rem;
    font-weight: 700;
    font-size: .48rem;
    color: #151515;
    padding-left: 1.62667rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-size: 1.33333rem .56rem;
    background-repeat: no-repeat;
    background-position: left center
}

.addupi_C .successTip {
    width: 8rem;
    height: 1.86667rem;
    font-weight: 700;
    font-size: .4rem;
    color: #fff;
    background-color: #fa5a5a;
    border-radius: .26667rem;
    padding: .53333rem 0
}

.addupi_C .successTip>div {
    height: .8rem;
    line-height: .8rem;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    padding-left: 1rem;
    background-image: url(/assets/png/successicon-14b4ca02.png);
    background-size: .8rem;
    background-position: left center;
    background-repeat: no-repeat
}

 .van-toast {
    overflow: hidden;
    background-color: transparent;
    padding: 0
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.addKBZ {
    padding: .13333rem .32rem .4rem
}

.addKBZ-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #ffffff;
    box-shadow: 0 .10667rem .16rem #d0d0ed4d;
    border-radius: .8rem;
    padding: .2rem .53333rem
}

.addKBZ-top img {
    width: .46667rem;
    height: .46667rem;
    margin-right: .2rem
}

.addKBZ-top span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: .32rem
}

.addKBZ-item {
    margin: .93333rem 0
}

.addKBZ-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    color: #333
}

.addKBZ-item .label .icon {
    width: .64rem;
    height: .64rem;
    margin-right: .16rem
}

.addKBZ-item .selectB {
    font-size: .37333rem;
    color: #fff;
    background-color: #ff807a;
    height: 1.06667rem;
    line-height: 1.06667rem;
    border-radius: .13333rem;
    padding: 0 .26667rem
}

.addKBZ-btn {
    margin-top: 2rem;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    box-shadow: 0 .05333rem #b6bad0;
    text-shadow: 0 .02667rem .01333rem #afb0be;
    height: .93333rem;
    line-height: .93333rem;
    font-size: .4rem;
    color: #fff;
    border-radius: 1.06667rem;
    text-align: center
}

.addKBZ-btn.active {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    text-shadow: none
}

.info-dialog-content-hint {
    border: .01333rem solid #ebebed;
    border-radius: .16rem;
    height: 3.06667rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem
}

.info-dialog-content-hint span {
    font-size: .32rem;
    color: #333;
    font-weight: 400;
    font-family: Poppins
}

 .verifyInput__container {
    margin-top: .26667rem
}

 .verifyInput__container .verifyInput__container-label {
    display: none
}

/*div,span {*/
/*    font-family: bahnschrift;*/
/*    font-weight: 500;*/
/*    font-size: .42667rem;*/
/*    color: #666*/
/*}*/

input {
    border: none;
    width: 100%;
    padding: .13333rem .34667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    color: #666;
    font-size: .37333rem;
    -webkit-user-select: text;
    user-select: text
}

input::-webkit-input-placeholder {
    color: #acafc2
}

input::placeholder {
    color: #acafc2
}

input {
    height: 1.06667rem
}

.van-toast{
    word-break: break-word!important
}

.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.bankCard__container{
    padding-inline:.32rem;padding-block:0 .4rem;font-family: bahnschrift;
    font-weight: 400;
    color: #666;
    padding-top: .13333rem
}

.bankCard__container.navbar__content-left>.van-icon {
    font-size: .53333rem
}

.bankCard__container-content__card{
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-bottom: .34667rem;
    padding-bottom: .13333rem
}

.bankCard__container-content__card>div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .2rem .26667rem .06667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bankCard__container-content__card>div:last-of-type .van-checkbox__icon--checked+span {
    color: #fe6868
}

.bankCard__container-content__card>div:last-of-type>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    line-height: .38667rem;
    color: #888
}

.bankCard__container-content__card>div:last-of-type img{
    width: .45333rem;
    height: .45333rem;
    margin-right: .13333rem
}

.bankCard__container-content__card-top{
    background: -webkit-linear-gradient(347.48deg,#ff6866 13.01%,#ff897c 94.84%);
    background: linear-gradient(102.52deg,#ff6866 13.01%,#ff897c 94.84%);
    height: .93333rem;
    position: relative;
    border-radius: .13333rem .13333rem 0 0
}

.bankCard__container-content__card-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.bankCard__container-content__card-top img{
    height: .93333rem
}

.bankCard__container-content__card-mid{
    padding: .2rem .26667rem .06667rem
}

.bankCard__container-content__card-mid .line{
    position: relative;
    background: #fafafa;
    height: .8rem;
    padding: .21333rem .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    margin-bottom: .13333rem
}

.bankCard__container-content__card-mid .line>div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.bankCard__container-content__card-mid .line .left{
    color: #333;
    z-index: 1
}

.bankCard__container-content__card-mid .line .right{
    color: #666
}

.bankCard__container-content__card-mid .line:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: .8rem;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    -webkit-clip-path: polygon(0 0,100% 0,92% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,92% 100%,0 100%)
}

.bankCard__container-content__card-bot{
    margin: 0 .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: .01333rem solid #d6d6d6;
    border-radius: .13333rem;
    padding: .26667rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.bankCard__container-content__card-bot .top{
    color: #333;
    font-size: .32rem
}

.bankCard__container-content__card-bot .textarea{
    height: 1.33333rem;
    border: 0;
    padding-top: .26667rem;
    resize: none;
    margin-bottom: .29333rem;
    font-size: .32rem;
    color: #666;
    -webkit-user-select: text;
    user-select: text
}

.bankCard__container-content__card-bot .textarea::-webkit-input-placeholder {
    color: #888;
    font-size: .29333rem
}

.bankCard__container-content__card-bot .textarea::placeholder {
    color: #888;
    font-size: .29333rem
}

.bankCard__container-default{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .8rem 0;
    gap: .21333rem
}

.bankCard__container-default span{
    font-size: .34667rem;
    line-height: .41333rem;
    color: #acafc2
}

.empty__container {
    height: -webkit-fit-content;
    height: fit-content
}

.dialog__container .dialog__container-title h1 {
    font-size: .48rem;
    font-weight: 700;
    line-height: .48rem;
    color: #151515
}

.dialog__container .dialog__container-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.dialog__container .dialog__container-content img:nth-of-type(1) {
    width: 2.13333rem;
    height: 2.13333rem
}

.dialog__container .dialog__container-content img:last-of-type {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: .66667rem;
    height: .66667rem;
    bottom: -4rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.progress {
    margin-top: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.progress>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.progress .line {
    background: #888888;
    height: .01333rem;
    margin-top: .26667rem
}

.progress .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.progress .item>span {
    width: .64rem;
    height: .64rem;
    background-size: .64rem .64rem;
    background-repeat: no-repeat;
    background-position: center
}

.progress .item>h6 {
    margin-top: .13333rem;
    color: #333;
    text-align: center
}

.progress .icon1 {
    background-image: url(/assets/png/1-e146eac4.png)
}

.progress .icon1+h6 {
    color: #888
}

.progress .icon1_a {
    background-image: url(/assets/png/1-7f0714b7.png)
}

.progress .icon2 {
    background-image: url(/assets/png/2-e4cd29e8.png)
}

.progress .icon2+h6 {
    color: #888
}

.progress .icon2_a {
    background-image: url(/assets/png/2_a-30530371.png)
}

.progress .icon3 {
    background-image: url(/assets/png/3-53264d1a.png)
}

.progress .icon3+h6 {
    color: #888
}

.progress .icon3_a {
    background-image: url(/assets/png/3_a-9cfda764.png)
}

.progress .icon4 {
    background-image: url(/assets/png/3-5d3eefed.png)
}

.progress .icon4+h6 {
    color: #888
}

.progress .icon4_a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOLSURBVHgB7Zq/b9NAFMff2Y5EJJDCQmGL6MKARCIxIBZqpJTCQstcCcrKQCUkBqhUVyAGpmZghMIfgJQJonZI2JGaf6AinaBbpDZqqto53nOSqrLP9vlnMuQz1Nb1HN83793du/cCMGXKFD8YJMRiwyj0TLPE++wxKLwInJeAKQW8FgZvYh28b+Ndh3H4BQo065X3TUiI2EIWdtbmBoOHZ2eDln47iYOaClb1x/yHFsQgshBbAId1vJ2DZGiynLZS1402RCC0EHKhY9Nax29/FdKAsc28pm7UdKMT6rEwnRcaRpGfWg0AnAOpwtosp+phrKPIdqw0jBI3rd30RRDc/sIebb8pyT4hZRESoZhoibCTOT4dFfq6zEIQKCQ7d/Kkg4tAOcjNfF2LJvaYRRD2GGgsfp18hdir03hFDOHFwVi88XStgUuZf2CCYAx0r2jA0yIoYgsmjOEGLERokco2rlJg7sIE4mUVoUUUsF7CGJi9dDWwD1plUdTu5VqLkDGvbj6BT3dewN0rN4K6PhWtYC4hFAyi7kw3PhJRuVaGg14H9g7/BXW3jwvORrdF+olFs1KcF/H692c4OA6OFUXu5RLCGdyDjIgiwoa79zbRHMnErSKLIJhyy9kkEMKKkDKxRNjw4MkeZqLP5AvwXX8Ly7O67CMJiLCRESLPRS1vX5ev35cSk5AIISLXkv70vcO/OKAv0DV7gWISFuF6WCCkH+oNMmJSsETb2eAWwpTQaRk/MWm4ExNYRHP14nwfIjAS8/H2c1sMMZO/nM6coASfA5dFMLqsQUSclklrYlOW0t3koKdprTAT3sl5MamIQLcShfHC88iD7bVNvMQK5WmPOUIx3dMeJAkD9rU+/27F2S7cR+K41wiyQtIiCDwrVcXtAoama8KEge7T9Mpxee7saJUNmDQsbcXrX55ChlapwuRQrT/0TtL5xlonOc2ghDKMHdbOdzXDr4evkCam9pml6nGW4/hgZh7HUFvyLzMERr9kzj6MSQxWtPDdS34uNUIqjN+ZN1pDMW3IChLBVZ3eLdUdQrDwE9OoakaFHnQnGUuMCHWwog8+yallSHc1q+a7ajmMCCJ6MRStA6q5xRMqhtJmh382opasY5enKU+scnOVK1iijlKetvg3pkItbs09sR8MEHaWkhJ8mBvjlCBgrHj+BwOM9zucDm4W36fBXzjSWkHL6pQpU5LhP2fY2Y6KcIURAAAAAElFTkSuQmCC)
}

.progress.state_11 .line {
    background: #fff
}

.progress.state_11 .icon1 {
    background-image: url(/assets/png/1-7f0714b7.png)
}

.progress.state_11 .icon1+h6 {
    color: #fff
}

.progress.state_11 .icon2 {
    background-image: url(/assets/png/2-9316f0a9.png)
}

.progress.state_11 .icon2+h6 {
    color: #fff
}

.progress.state_11 .icon3 {
    background-image: url(/assets/png/3-b1060d1a.png)
}

.progress.state_11 .icon3+h6 {
    color: #fff
}

.progress.state_11 .icon4 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALvSURBVHgB7VrtcdswDIV7HUAjcIN6gyobeARvEG9gbeBskG7gbKBkAicTKJ1A2QAFI7CCmFikKOjjh98dTr4zCfAREAiSArjhhkmwASUgYkaPnOQ3iSHZkmQsFh8k7/x8JXkhed5sNh+wBhCBnKQkqTENZ5IdLAVrnOTiDaokeeD/DHvJtc9ItvxfwW0lKpI9zAUeoBxEzQPLEnXtmYSDnRwDU4IM3GMbQvZ5ACV4hFR1+4aOYtYeUjwQYcN66I+wcwRNeCSmmamuvYM6GUHCujuHmcCJoVYhw++EwxZmBjapfVwkcLzWo5QoQIRZnZTNsF0jHmFhcHKxKId23HPHCqfO6XHjyUR0xFcB2ObzPawEIsQusR12zhuwMgiv5DGNz0t5I5QZsSmFwu8Kx6KDgRlhk0roHRDjs57J+pTtohgrQ5CoQhOIbcHaIfzDa5fz8wVmAqf3PTSbrjvaaL0HurzxM+9TWobcq4khnhB9XNQ89TVyi+Dk5UgKCe5ngllVpDf1Et2zk0SC+/5/4fsafQLilbp6LLo6HUNC6OgfZwKRQaW2BgnWEyQyOLRiySiSiAqtihsZGKa8l4wWCWHL4tLXyJUng9PvNTKaJFjft4v2T6/dX37mJE8wALSQvZLyO/ppDRQcwgaGLXYxcEvD29UWqFCieJ5R84TQXwajBrsbmOS1RJDRJmHEBGWhxo5xAeONqi6s2O5cw2GP7clFDSsDtlk1LhlhW3MtdnriQ3gjfucqXvoaJ667IsdjMPUcQbwrJ1gYYi2KO3jwOhtcxwHdvYgOAynA7mFyDjMD23Jk/GRie3JhZ2S281/OnrXGUiCVFmozE2dPHp4XoAmPzCOi/nERNpXFaTISwtBBuLtCxUM8nPBa75pBm83kbe4noRQPsQeO2C0yS8QZDwfx622sG4QNQbug2ozjX08b/u+EX6+n7eQsft9+xjTUTCiHkZjiEw4rv6D5dMNA9xMO9/mG3cA9w5o+4bjhhu/xDxyfG0qvtudVAAAAAElFTkSuQmCC)
}

.progress.state_11 .icon4+h6 {
    color: #fff
}

.progress.state_3 .icon1,.progress.state_4.isAppealCompleted .icon1,.progress.state_5 .icon1 {
    background-image: url(/assets/png/1-a2189950.png)
}

.progress.state_3 .icon1_a,.progress.state_4.isAppealCompleted .icon1_a,.progress.state_5 .icon1_a {
    background-image: url(/assets/png/1_a-c3c7a041.png)
}

.progress.state_3 .icon2,.progress.state_4.isAppealCompleted .icon2,.progress.state_5 .icon2 {
    background-image: url(/assets/png/2-bd839975.png)
}

.progress.state_3 .icon2_a,.progress.state_4.isAppealCompleted .icon2_a,.progress.state_5 .icon2_a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMvSURBVHgB7Zm9TttQGIbfz85SqdDAyBTEilTuoGZpx5YrgLkdaghDN4LESIhzBcAVUEa64F5BU4m9WcpYEEVCorW/fiehakLsNOfHKaryDB58/vz6Pb/fASZMKATKS+CNjTUwtvBgoEsQH9LeXpSVWsotxxxI4QoeDKwerbxUwrCiYVjpf+MvyV85wjhgWgGSvg+nKGrnZR8qZKDuMCyDvAuMA56eoah2OWp2DxrIH5GKqYXCoZaOCIWWkC7pRxSPdhv6Qth/j6JhxNDEwJGfqmtp2a7PVAxNtIUUP04o1h0fCgNHoNaYYxQF8yEMMBOC9ACFkcYwQGsd6YXXq6fyDDITFxaA2dnsgjc3wNkZcmo9pkbjFQwowRSmbVnlg4H3jx4Bb14PL7uzA3zLWFfZO4Ahxo502l2vfpLn0kDCi+fAzEx2oQsRcPIhK6VNjb15GGLuiIK5Kb9if+B99of+pS5swwIrRzrt57mih5UbCsNZqwemddji2ddhLYSi3VjUNGEMNalet9722DuiYK6Zrfayy23UQzjAiZDOtoWTZT0xkpeTFTjCjSPoFTNKN6OmyjvsxKfdPgqgc0Qmqsl/etozo7XVyq2OAd1x5RZnjvRRKokQX1Y+Lv95qaIg3hNJbKMAnDrCYa0M72pLFrfhA5i8COnjbZPtem6VcASH78SFH0ejL45qsE8tuxLjrmtpiVBIXvp+2nHRAU6ESFSyYbZNkTLetZNopv1ea3MzQJKewgbfW6Zdu5nM3pEk3YctCTdgiZWQTqAbqMAaXrqryxg7R1xG65newgJjIVytqrN1Bc4QV9R4M8TcEcYqXJOwscNGs1Z38bv9giLQjML/xswR7zZAUXhXazDALPjAtHp3g9TP4mI3HDQKefEtppfyjKCJdtfKveyZmwM2q9CiXge+nt9/K+ea6Xnd7qXviO8HSDPcOJcPOjnJj2fdR8W3BkUoyihdq+1ODA30haRpkGukSTwri4TV1B7rFDEY7N4zFI92G//NZaje9bQv19PpmK6nPbmeThxcT/NGdV/iVWt4UEgwLycOlj/YU/4skZBWfwDhH8M8hqvxCRP6+AXr3BzuT3UFZwAAAABJRU5ErkJggg==)
}

.progress.state_3 .icon3,.progress.state_4.isAppealCompleted .icon3,.progress.state_5 .icon3 {
    background-image: url(/assets/png/3-5d3eefed.png)
}

.progress.state_3 .icon3_a,.progress.state_4.isAppealCompleted .icon3_a,.progress.state_5 .icon3_a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOLSURBVHgB7Zq/b9NAFMff2Y5EJJDCQmGL6MKARCIxIBZqpJTCQstcCcrKQCUkBqhUVyAGpmZghMIfgJQJonZI2JGaf6AinaBbpDZqqto53nOSqrLP9vlnMuQz1Nb1HN83793du/cCMGXKFD8YJMRiwyj0TLPE++wxKLwInJeAKQW8FgZvYh28b+Ndh3H4BQo065X3TUiI2EIWdtbmBoOHZ2eDln47iYOaClb1x/yHFsQgshBbAId1vJ2DZGiynLZS1402RCC0EHKhY9Nax29/FdKAsc28pm7UdKMT6rEwnRcaRpGfWg0AnAOpwtosp+phrKPIdqw0jBI3rd30RRDc/sIebb8pyT4hZRESoZhoibCTOT4dFfq6zEIQKCQ7d/Kkg4tAOcjNfF2LJvaYRRD2GGgsfp18hdir03hFDOHFwVi88XStgUuZf2CCYAx0r2jA0yIoYgsmjOEGLERokco2rlJg7sIE4mUVoUUUsF7CGJi9dDWwD1plUdTu5VqLkDGvbj6BT3dewN0rN4K6PhWtYC4hFAyi7kw3PhJRuVaGg14H9g7/BXW3jwvORrdF+olFs1KcF/H692c4OA6OFUXu5RLCGdyDjIgiwoa79zbRHMnErSKLIJhyy9kkEMKKkDKxRNjw4MkeZqLP5AvwXX8Ly7O67CMJiLCRESLPRS1vX5ev35cSk5AIISLXkv70vcO/OKAv0DV7gWISFuF6WCCkH+oNMmJSsETb2eAWwpTQaRk/MWm4ExNYRHP14nwfIjAS8/H2c1sMMZO/nM6coASfA5dFMLqsQUSclklrYlOW0t3koKdprTAT3sl5MamIQLcShfHC88iD7bVNvMQK5WmPOUIx3dMeJAkD9rU+/27F2S7cR+K41wiyQtIiCDwrVcXtAoama8KEge7T9Mpxee7saJUNmDQsbcXrX55ChlapwuRQrT/0TtL5xlonOc2ghDKMHdbOdzXDr4evkCam9pml6nGW4/hgZh7HUFvyLzMERr9kzj6MSQxWtPDdS34uNUIqjN+ZN1pDMW3IChLBVZ3eLdUdQrDwE9OoakaFHnQnGUuMCHWwog8+yallSHc1q+a7ajmMCCJ6MRStA6q5xRMqhtJmh382opasY5enKU+scnOVK1iijlKetvg3pkItbs09sR8MEHaWkhJ8mBvjlCBgrHj+BwOM9zucDm4W36fBXzjSWkHL6pQpU5LhP2fY2Y6KcIURAAAAAElFTkSuQmCC)
}

.progress.state_3 .icon4,.progress.state_4.isAppealCompleted .icon4,.progress.state_5 .icon4 {
    background-image: url(/assets/png/4-ad3ed5fc.png)
}

.progress.state_3 .icon4_a,.progress.state_4.isAppealCompleted .icon4_a,.progress.state_5 .icon4_a {
    background-image: url(/assets/png/4-ad3ed5fc.png)
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cDetail__CO {
    height: 100vh;
    overflow: auto
}

.c2cDetail__CO>div {
    padding: 0 .32rem
}

.c2cDetail__CO .top {
    background: url(/assets/png/bg11-8d5da6a8.png) center bottom,-webkit-linear-gradient(top,#fb5c5b 0%,#ffcfba 100%);
    background: url(/assets/png/bg11-8d5da6a8.png) center bottom,linear-gradient(180deg,#fb5c5b 0%,#ffcfba 100%);
    background-size: contain,100% auto;
    background-repeat: no-repeat;
    padding-bottom: 1.33333rem;
    min-height: 14.66667rem
}

.c2cDetail__CO .top .head {
    color: #fff
}

.c2cDetail__CO .top .head .tip1,.c2cDetail__CO .top .head .tip2 {
    min-height: .4rem;
    font-weight: 400;
    font-size: .34667rem;
    line-height: .4rem;
    text-align: center
}

.c2cDetail__CO .top .head .tip1 span,.c2cDetail__CO .top .head .tip2 span {
    font-size: .4rem;
    font-weight: 700;
    margin-left: .13333rem
}

.c2cDetail__CO .top .head .tip1+div,.c2cDetail__CO .top .head .tip2+div {
    margin-top: .26667rem
}

.c2cDetail__CO .top .head .tip1 {
    font-weight: 500;
    font-size: .48rem
}

.c2cDetail__CO .top .container {
    min-height: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.c2cDetail__CO .top .time,.c2cDetail__CO .top .time2 {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .26667rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 .26667rem .53333rem #ff343480
}

.c2cDetail__CO .top .time>p,.c2cDetail__CO .top .time2>p {
    color: #888;
    font-size: .4rem
}

.c2cDetail__CO .top .time>div,.c2cDetail__CO .top .time2>div {
    color: var(--primary-color);
    font-size: 1.06667rem;
    font-weight: 500
}

.c2cDetail__CO .top .time {
    width: 5.26667rem;
    height: 5.26667rem;
    border: .37333rem solid #ffcfba;
    background-color: #fff;
    -webkit-animation: changeSize-3f849b40 1s ease-in-out infinite;
    animation: changeSize-3f849b40 1s ease-in-out infinite;
    position: relative
}

.c2cDetail__CO .top .time:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 2.13333rem);
    height: calc(100% + 2.13333rem);
    box-shadow: inset 0 0 .8rem #fff;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    -webkit-animation: boxshow-3f849b40 1s ease-in-out infinite;
    animation: boxshow-3f849b40 1s ease-in-out infinite
}

.c2cDetail__CO .top .time2 {
    width: 6rem;
    height: 6rem;
    border: .37333rem solid #F1F1F1;
    color: #fff;
    font-size: .64rem;
    font-weight: 700;
    background-image: -webkit-linear-gradient(top,#B4B4B4 0%,#DEDEDE 100%);
    background-image: linear-gradient(180deg,#B4B4B4 0%,#DEDEDE 100%)
}

.c2cDetail__CO .top .operate {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .26667rem;
    margin-top: .66667rem
}

.c2cDetail__CO .top .operate>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    font-weight: 500;
    gap: .26667rem;
    width: 50%
}

.c2cDetail__CO .top .operate .uAmount:before,.c2cDetail__CO .top .operate .CancelW:before {
    content: "";
    width: 1.06667rem;
    height: 1.06667rem;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.c2cDetail__CO .top .operate .uAmount:before {
    background-image: url(/assets/png/uAmount-41b6d3de.png)
}

.c2cDetail__CO .top .operate .CancelW:before {
    background-image: url(/assets/png/CancelW-5d1e136e.png)
}

.c2cDetail__CO .order {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .4rem .26667rem 1.06667rem;
    font-size: .34667rem;
    width: 95%;
    margin: -.66667rem auto .66667rem
}

.c2cDetail__CO .order>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #888
}

.c2cDetail__CO .order>div+div {
    margin-top: .4rem
}

.c2cDetail__CO .order-q .y {
    color: #ff7f22
}

.c2cDetail__CO .order-q .b {
    color: #666
}

.c2cDetail__CO .order-id {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGQSURBVHgB7ZdNTsJAGIbfb0LAuBCO0CPIEoyhnIAOxoUr9ATiDeAGcgK7NzL1BGCMdClHwBt0p8Sk4zcVtGqEJuXHxD4shoZp55lvXjJT4L9DyzpcqUGpJHbOoWEhLUTBS/jcO5H1SWKBvjd65GYfqyOY6ml5LpFb1PNa3duzwSda6y5SIogaGnAKyLf5sr1UQEBYpiXQsCmrLlJyox54FcghEsXPMbbMjwqYss9nDhI1cPq4bBbbnyIhGhS8YjqOhy2RQN/zB3y7HX/UrLW5dDYSYpJd4I+69TuyUekmEnifoRlcBwThIRW6ZMLGwe3w37h3JusBlglw0OzoVo2Lpqy4SElfjVx+aGsPeYcv3d/6bT2EmUAmkAlkAplADmtGkGgpz6+Z7xqh2RcQ6vBuYwL6y/YeHUGHR/LA3ZgA77LufMYhwsmxPBzGf1+7gBk8PuPv/KUQ6iBaIz46m9NraghR8EzZF3eboZRvaQr5JYRKWB3jplMtI4nAhwR0mw+gRaSE1/5JYPdSynKAjAW8ASh4iDyASYHvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: .42667rem;
    background-position: right center;
    padding-right: .53333rem;
    color: #aeb0c6;
    font-size: .32rem
}

.c2cDetail__CO .order .line {
    height: .56rem;
    background-image: url(/assets/png/upiline-0a62bd1b.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f7f8ff;
    width: calc(100% + .37333rem);
    position: relative;
    left: -.18667rem
}

.c2cDetail__CO .order .line:after,.c2cDetail__CO .order .line:before {
    content: "";
    position: absolute;
    width: .56rem;
    height: .56rem;
    background-color: #f7f8ff;
    border-radius: 50%;
    top: 0
}

.c2cDetail__CO .order .line:before {
    left: -.28rem
}

.c2cDetail__CO .order .line:after {
    right: -.28rem
}

.c2cDetail__CO .order .tip {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAANlBMVEUAAAD/cHD/cHD/cHD/cXL/cXL/cXL/cHD/cXL/cXP/cHH/cHL/cnL/cXL/cHL/cHD/cHP/cXIabTjwAAAAEXRSTlMAECBA35/vML/PkGCPr3BwUEXfeIsAAAEBSURBVDjLtZThjoQgDIRbbEEQvJv3f9lLXNe5FUj8s/1jqt+UScMo3yndPEcgZt90goQawfIwmlIBrHtSEV32FUDVbowBJfzrHbDbsGSw1Mks3V74e7i+9do+ZqmhXTxweXEYfVWwWYCFYlSKEWQESeIXh8sYkoJyDiXeQQHxZWTDKjNIVmznafsc+jmtZCxzKCEfzwidQ4p4PAGZQwI8gp4fl5F6iG3uVsDVcgVcJiuoDJapkVrW/eIUVL7+jbawczhxWs+AyegSFZjSBC2qoQgb+CVu7RK3l5hBaNol0W+hSvYsZZ/JDhWUcXg5Yr6oiKYj5kVHi3OwYglPfj1fqT/iPw2tBKd4UAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: .42667rem;
    background-position: left top;
    padding-left: .53333rem;
    color: var(--primary-color);
    font-size: .29333rem;
    line-height: .46667rem
}

.c2cDetail__CO .van-dialog {
    overflow: visible
}

.c2cDetail__CO .van-dialog .van-dialog__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-block:2.66667rem;height: 6.4rem
}

.c2cDetail__CO .van-dialog__content img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.c2cDetail__CO .van-dialog__content img:last-of-type {
    bottom: -.64rem;
    width: .73333rem
}

.c2cDetail__CO .van-dialog__content img.succeed {
    top: -.50667rem;
    width: 3.73333rem
}

.c2cDetail__CO .van-dialog__content img.fail {
    top: .04267rem;
    width: 2.13333rem
}

.c2cDetail__CO .van-dialog__content-title {
    margin-bottom: .192rem;
    color: #151515;
    font-weight: 700;
    font-size: .48rem;
    line-height: .48rem;
    font-family: Poppins
}

.c2cDetail__CO .van-dialog__content-note {
    margin-bottom: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .32rem;
    text-align: center
}

.c2cDetail__CO .van-dialog__content-note>span:nth-of-type(1) {
    color: #666;
    margin-bottom: .26667rem
}

.c2cDetail__CO .van-dialog__content-note>span:nth-of-type(2) {
    color: #f95959;
    font-size: .42667rem;
    font-weight: 700
}

.c2cDetail__CO .van-dialog__content-btn {
    height: 1.06667rem;
    width: 5.33333rem;
    line-height: 1.06667rem;
    color: #fff;
    font-size: .42667rem;
    font-weight: 700;
    border-radius: 1.92rem;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141;
    text-align: center
}

@-webkit-keyframes changeSize-3f849b40 {
    0% {
        width: 5.26667rem;
        height: 5.26667rem
    }

    50% {
        width: 6rem;
        height: 6rem
    }

    to {
        width: 5.26667rem;
        height: 5.26667rem
    }
}

@keyframes changeSize-3f849b40 {
    0% {
        width: 5.26667rem;
        height: 5.26667rem
    }

    50% {
        width: 6rem;
        height: 6rem
    }

    to {
        width: 5.26667rem;
        height: 5.26667rem
    }
}

@-webkit-keyframes boxshow-3f849b40 {
    0% {
        width: calc(100% + 1.2rem);
        height: calc(100% + 1.2rem);
        opacity: 1
    }

    70% {
        width: calc(100% + 3.06667rem);
        height: calc(100% + 3.06667rem);
        opacity: 0
    }

    to {
        width: calc(100% + 1.2rem);
        height: calc(100% + 1.2rem);
        opacity: 0
    }
}

@keyframes boxshow-3f849b40 {
    0% {
        width: calc(100% + 1.2rem);
        height: calc(100% + 1.2rem);
        opacity: 1
    }

    70% {
        width: calc(100% + 3.06667rem);
        height: calc(100% + 3.06667rem);
        opacity: 0
    }

    to {
        width: calc(100% + 1.2rem);
        height: calc(100% + 1.2rem);
        opacity: 0
    }
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.c2cDetail__C {
    height: 100vh;
    overflow: auto
}

.c2cDetail__C .header {
    padding: 0 .32rem .4rem
}

.c2cDetail__C .header.bgc0 {
    background-image: -webkit-linear-gradient(left,#598ff9 0%,#75a4ff 100%);
    background-image: linear-gradient(90deg,#598ff9 0%,#75a4ff 100%)
}

.c2cDetail__C .header.bgc1 {
    background-image: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%);
    background-image: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)
}

.c2cDetail__C .header.bgc2 {
    background-image: -webkit-linear-gradient(left,#fff 0%,#fff 100%);
    background-image: linear-gradient(90deg,#fff 0%,#fff 100%)
}

.c2cDetail__C .header.bgc3 {
    background-image: -webkit-linear-gradient(left,#f95959 0%,#f95959 100%);
    background-image: linear-gradient(90deg,#f95959 0%,#f95959 100%)
}

.c2cDetail__C .header.bgc4 {
    background-image: -webkit-linear-gradient(left,#34be8b 0%,#34be8b 100%);
    background-image: linear-gradient(90deg,#34be8b 0%,#34be8b 100%)
}

.c2cDetail__C .header.bgc5 {
    background-image: -webkit-linear-gradient(left,#ff696a 0%,#ff696a 100%);
    background-image: linear-gradient(90deg,#ff696a 0%,#ff696a 100%)
}

.c2cDetail__C .header.bgc6 {
    background-image: -webkit-linear-gradient(left,#b2b2b2 0%,#b2b2b2 100%);
    background-image: linear-gradient(90deg,#b2b2b2 0%,#b2b2b2 100%)
}

.c2cDetail__C .header.bgc7 {
    background-image: -webkit-linear-gradient(left,#ff5858 0%,#ff5858 100%);
    background-image: linear-gradient(90deg,#ff5858 0%,#ff5858 100%)
}

.c2cDetail__C .header.bgc8 {
    background-image: -webkit-linear-gradient(left,#ff8616 0%,#f5a50a 100%);
    background-image: linear-gradient(90deg,#ff8616 0%,#f5a50a 100%)
}

.c2cDetail__C .header.bgc9 {
    background-image: -webkit-linear-gradient(left,#f6a50b 0%,#f6a50b 100%);
    background-image: linear-gradient(90deg,#f6a50b 0%,#f6a50b 100%)
}

.c2cDetail__C .header.bgc10 {
    background-image: -webkit-linear-gradient(left,#333 0%,#333 100%);
    background-image: linear-gradient(90deg,#333 0%,#333 100%)
}

.c2cDetail__C .header.bgc11 {
    background-image: -webkit-linear-gradient(left,#F95959 0%,#F95959 100%);
    background-image: linear-gradient(90deg,#F95959 0%,#F95959 100%)
}

.c2cDetail__C .header .head {
    min-height: 2.13333rem;
    color: #fff;
    background-size: 2.13333rem;
    background-repeat: no-repeat;
    background-position: right 0 center
}

.c2cDetail__C .header .head.hicon0 {
    background-image: url(/assets/png/hicon0-f77ed8cd.png)
}

.c2cDetail__C .header .head.hicon1 {
    background-image: url(/assets/png/appeal-6e70b57c.png)
}

.c2cDetail__C .header .head.hicon2 {
    background-image: url(/assets/png/hicon2-147f9796.png)
}

.c2cDetail__C .header .head.hicon3 {
    background-image: url(/assets/png/hicon3-88832321.png)
}

.c2cDetail__C .header .head.hicon4 {
    background-image: url(/assets/png/cancel-0e9b3ff4.png)
}

.c2cDetail__C .header .head.hicon5 {
    background-image: url(/assets/png/hicon5-5edd50a0.png)
}

.c2cDetail__C .header .head.hicon6 {
    background-image: url(/assets/png/hicon6-9e8572bd.png)
}

.c2cDetail__C .header .head.hicon7 {
    background-image: url(/assets/png/hicon7-17c43b53.png)
}

.c2cDetail__C .header .head.hicon8 {
    background-image: url(/assets/png/hicon8-a0b773c0.png)
}

.c2cDetail__C .header .head.hicon14 {
    background-image: url(/assets/png/hicon14-c2c6ca62.png)
}

.c2cDetail__C .header .head .title {
    height: .66667rem;
    font-weight: 700;
    font-size: .48rem;
    line-height: .66667rem;
    margin-bottom: .32rem
}

.c2cDetail__C .header .head .tip1,.c2cDetail__C .header .head .tip2 {
    min-height: .4rem;
    font-weight: 400;
    font-size: .34667rem;
    line-height: .4rem
}

.c2cDetail__C .header .head .tip1+div,.c2cDetail__C .header .head .tip2+div {
    margin-top: .26667rem
}

.c2cDetail__C .header .head>div {
    width: calc(100% - 2.26667rem)
}

.c2cDetail__C .header .accountArry {
    margin-top: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.c2cDetail__C .header .accountArry .btn {
    width: 48%;
    min-height: .93333rem;
    border: .01333rem solid #fff;
    border-radius: .4rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .37333rem;
    font-weight: 700
}

.c2cDetail__C .header .accountArry .btn:before {
    content: "";
    width: .64rem;
    height: .64rem;
    background-size: .64rem .64rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .13333rem
}

.c2cDetail__C .header .accountArry .btn.account:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEESURBVHgB7ZjREcIgDIaD1wEcoW7iCG6kG3TEdgNHwHBn78DjKNjElPP/XvqSEv40JKREAICucVsG3vuZHyPZsDjnLiWDGgGeDGEBxT0OJLSQNLWBO1HnQIA1EGBN9wKS0mjctGpJmtunANOmVUvck4YtgyORCzAOsTX/IyBUKJ9nrrSdSYHuv0DCGio6KLn94RBbAwGtcApP7yp1Jmm0DzEvfY3K6kiN8DvP4v40BYSIR/3hQV/A791CEEoGmgImzYa2OlERsDd1WhxpCdiVOi2OxAXwcnf11ImciQoI6aKdOtmRUmoi8zozdjIT4zZqDe5C1kCANT3+mSuW0YUAAOCXvADPhiBQvpzxlgAAAABJRU5ErkJggg==)
}

.c2cDetail__C .header .accountArry .btn.appeal:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFySURBVHgB7ZntbYMwEIZfVR0gIzBCV+gGjNAN2g3CBu0GHaEjZISM4G7ACG99xYgoasD461zFj4T4AfbxYN3ZGKDRyAvJoz1GlkdiviMG6YD6DAiFy5vvUBiJ6WKPCGV+BVDCJ/4D/jlNQJsmoE0T0Oa+BewcYxiOQQIeUTffiEF7KeFDS2JtmoA21QrY2nFwZXq13JaYB0Lr/ac9uq2bqhwBK320px7TPPCMUDTmARuuvxi9HjGUFuD0IT9vJAyIpaSAe3jjQn4gBYUFTnPSSwVCCkoJcNr9mx++QypKCNjuXy+S9gkpyS3AZfdNeENqcgr4JC09ZuKtIDkFzq77M3LFzyXAZdfbrCVtlQJXSdtt3FuXgFSZPUlblcBV0g6ebeoQ4LK2F0472lUj4JW0yeOnEOCyTBi5c5mgLsDItX0KgeCffCFJ+0f735FDKBKY25gbbY27/nXj+gv9iPs2kA64/qN7TUCOQ6CAxBzQaOTlB9GrTVQVYX0fAAAAAElFTkSuQmCC)
}

.c2cDetail__C .header .accountArry .btn.wrong:before {
    background-image: url(/assets/png/wrong-b3102a79.png)
}

.c2cDetail__C .con {
    padding: 0 .32rem .4rem
}

.c2cDetail__C .con .order {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .4rem .26667rem;
    font-size: .34667rem;
    margin-top: .56rem
}

.c2cDetail__C .con .order>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.c2cDetail__C .con .order>div+div {
    margin-top: .4rem
}

.c2cDetail__C .con .order>div+div span {
    color: #888
}

.c2cDetail__C .con .order-h {
    height: .93333rem;
    font-weight: 700;
    font-size: .42667rem;
    line-height: .53333rem;
    padding: 0 0 .24rem 1.41333rem;
    color: #151515;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 1.33333rem .56rem;
    position: relative
}

.c2cDetail__C .con .order-h:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% - .53333rem);
    height: 0;
    border-bottom: .01333rem solid #daddf0
}

.c2cDetail__C .con .order-q {
    color: #333
}

.c2cDetail__C .con .order-q.y {
    color: #ff7f22
}

.c2cDetail__C .con .order-q.orange {
    color: #fa5a5a
}

.c2cDetail__C .con .order-id {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGQSURBVHgB7ZdNTsJAGIbfb0LAuBCO0CPIEoyhnIAOxoUr9ATiDeAGcgK7NzL1BGCMdClHwBt0p8Sk4zcVtGqEJuXHxD4shoZp55lvXjJT4L9DyzpcqUGpJHbOoWEhLUTBS/jcO5H1SWKBvjd65GYfqyOY6ml5LpFb1PNa3duzwSda6y5SIogaGnAKyLf5sr1UQEBYpiXQsCmrLlJyox54FcghEsXPMbbMjwqYss9nDhI1cPq4bBbbnyIhGhS8YjqOhy2RQN/zB3y7HX/UrLW5dDYSYpJd4I+69TuyUekmEnifoRlcBwThIRW6ZMLGwe3w37h3JusBlglw0OzoVo2Lpqy4SElfjVx+aGsPeYcv3d/6bT2EmUAmkAlkAplADmtGkGgpz6+Z7xqh2RcQ6vBuYwL6y/YeHUGHR/LA3ZgA77LufMYhwsmxPBzGf1+7gBk8PuPv/KUQ6iBaIz46m9NraghR8EzZF3eboZRvaQr5JYRKWB3jplMtI4nAhwR0mw+gRaSE1/5JYPdSynKAjAW8ASh4iDyASYHvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: .42667rem;
    background-position: right center;
    padding-right: .53333rem
}

.c2cDetail__C .con .order-t {
    color: #666
}

.c2cDetail__C .con .order-tl {
    color: 888
}

.c2cDetail__C .con .order .line {
    height: .56rem;
    background-image: url(/assets/png/upiline-0a62bd1b.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f7f8ff;
    width: calc(100% + .37333rem);
    position: relative;
    left: -.18667rem
}

.c2cDetail__C .con .order .line:after,.c2cDetail__C .con .order .line:before {
    content: "";
    position: absolute;
    width: .56rem;
    height: .56rem;
    background-color: #f7f8ff;
    border-radius: 50%;
    top: 0
}

.c2cDetail__C .con .order .line:before {
    left: -.28rem
}

.c2cDetail__C .con .order .line:after {
    right: -.28rem
}

.c2cDetail__C .con .upi {
    padding: .4rem .26667rem 1.01333rem;
    margin-top: .48rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-bottom: .8rem
}

.c2cDetail__C .con .upi-h {
    color: #333;
    font-size: .37333rem;
    padding: 0 0 .4rem .21333rem;
    border-bottom: .01333rem solid #dbdbdb;
    position: relative;
    margin-bottom: .42667rem
}

.c2cDetail__C .con .upi-h:before {
    content: "";
    display: block;
    width: .08rem;
    height: .4rem;
    background-color: #f64646;
    position: absolute;
    left: -.04rem;
    top: .05333rem
}

.c2cDetail__C .con .upi-id {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGQSURBVHgB7ZdNTsJAGIbfb0LAuBCO0CPIEoyhnIAOxoUr9ATiDeAGcgK7NzL1BGCMdClHwBt0p8Sk4zcVtGqEJuXHxD4shoZp55lvXjJT4L9DyzpcqUGpJHbOoWEhLUTBS/jcO5H1SWKBvjd65GYfqyOY6ml5LpFb1PNa3duzwSda6y5SIogaGnAKyLf5sr1UQEBYpiXQsCmrLlJyox54FcghEsXPMbbMjwqYss9nDhI1cPq4bBbbnyIhGhS8YjqOhy2RQN/zB3y7HX/UrLW5dDYSYpJd4I+69TuyUekmEnifoRlcBwThIRW6ZMLGwe3w37h3JusBlglw0OzoVo2Lpqy4SElfjVx+aGsPeYcv3d/6bT2EmUAmkAlkAplADmtGkGgpz6+Z7xqh2RcQ6vBuYwL6y/YeHUGHR/LA3ZgA77LufMYhwsmxPBzGf1+7gBk8PuPv/KUQ6iBaIz46m9NraghR8EzZF3eboZRvaQr5JYRKWB3jplMtI4nAhwR0mw+gRaSE1/5JYPdSynKAjAW8ASh4iDyASYHvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: .42667rem;
    background-position: right center;
    padding-right: .53333rem;
    font-size: .34667rem
}

.c2cDetail__C .con .img {
    margin-top: .4rem
}

.c2cDetail__C .con .img h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .42667rem;
    color: #151515;
    margin-bottom: .13333rem
}

.c2cDetail__C .con .img h1:before {
    content: "";
    width: .64rem;
    height: .64rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIASURBVHgB7ZndbcIwEMfPqOozI9ANOgLdgA1gA+KklfpW960PbZJOAJ2AERiBEWAE1L4hwfXiUHBIQj5IsWn9k4DEOSf/w+c7WwGwWCwWywmwrEZ03SdAcOiwDWawBNYaM/+VH15IOUDig61482DwzHxfqE1XKSOEQfy7uWFhuAADQMfp0AjMSduQToV6rZVhL8PGFPERipZUSLfgwrEO6ObiHbiCmii1AvJy9DmoNQLbWiEgzgptSrkOtQnQQL0Q+qkVybYhaOCfTmKE93Qj+wAN1JrELPQFck7xz/qygRxi4ZvIskVHtIF9zuKT6zsWviygQWpnIRYEUQYqXvSxrwl9d+Lj1YwmO6cF2Rga4lfngMxWgF2liTIWjNC9D6Ahao0AOo+0OlxN45PssEBHqROpi5R2udtrIqQqj4AiviM/dIye10vYcN6ntbsouFVm36pUcuBA/F7IBieyMkubh9tompe8ZaJvHUo7kCNeMQCBrjcCto4mbbWtaNSXe1P5jIqUcqBQ/M4QB4U2+Z27MqTkCJan0IHS4puBnrWeVQmpow6cWbzyYBmOkzIhleuANvE7AdiLQ+q4E/kjoFP8nuhPnFNI5Vb81tHOpoCQW7ntnlg31gHd/EkHlmAuKW1pBzL3u6aQ3ndnv+DgPNzud815wSH33cl3AxaLxWI5mW9aTsutJpZ2NAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: cover;
    margin-right: .13333rem
}

.c2cDetail__C .con .img .imgBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: .2rem;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    justify-content: left
}

.c2cDetail__C .con .img .imgBox .imgD {
    width: 33.3333333333%;
    height: 5.70667rem;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain
}

.c2cDetail__C .con .video h1:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHPSURBVHgB7Zi9UsJAFIVPMhbQAaU0zIQXsKBUOn0Frey1MNHGzjijpRoLsfZVsKTgBchMGiyBoWHGgnU3YeVHDbsgmwD7Fcyye5i5J1zuvSyg0Wg0mm3G4AviOKf0rUeXOSRLQONwjaeHNxGxOV4aLpIPnlGij9MTFZvTH0wNwg/SxJqjDSTN2hvYwSJkMkC1ClgWULaivfYHUK8DjQZWAXGuLuirS5e9yTIrbyCfB87PgEJher+4C5wcA0eHwEsN6HbxHxDbzcHs34AQe7SVG5XZ0IB8Cv0W/CTsjGmyWSwLsa9LMPpNENgzR99lVs5ApRIfPIdpDvaxDGHKGJ9NzOlPcgZkgrLKWA4iNNbIGSgWxbX8x71itqwPtHxxbbsNFcgZ8Fvi2vo7VCBngAXV6czXMc2KGtoscgYGA6D2Gm+CnTGNIuQ7MQvw7j7qCays8srUounl+9G3xIwqYrFZiMFSRFGaxKHH6aRJrwECB+HoHE9qDRjeowcy3EN4zfI3qU4hw/OCyAR5njkK+GLxKqQIaoKlkU3sy4Bew9F/ZXRCJcNbfp56A5wwpYAfF166CiXNRhmYW3MVEogKxwaixhEgeXqTVUaj0Wg0mji+AKRSdnQDPUaTAAAAAElFTkSuQmCC) no-repeat center;
    background-size: cover
}

.c2cDetail__C .con .video .v {
    width: 100%;
    height: 5.69333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.eWallet__container {
    padding-inline:.32rem;padding-block:0 .4rem;font-family: bahnschrift;
    font-weight: 400;
    color: #666;
    padding-top: .13333rem
}

.eWallet__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.eWallet__container-content__card {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-bottom: .34667rem;
    padding-bottom: .13333rem
}

.eWallet__container-content__card>div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .2rem .26667rem .06667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.eWallet__container-content__card>div:last-of-type .van-checkbox__icon--checked+span {
    color: #fe6868
}

.eWallet__container-content__card>div:last-of-type>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    line-height: .38667rem;
    color: #888
}

.eWallet__container-content__card>div:last-of-type img {
    width: .45333rem;
    height: .45333rem;
    margin-right: .13333rem
}

.eWallet__container-content__card-top {
    background: -webkit-linear-gradient(347.48deg,#ff6866 13.01%,#ff897c 94.84%);
    background: linear-gradient(102.52deg,#ff6866 13.01%,#ff897c 94.84%);
    height: .93333rem;
    border-radius: .13333rem .13333rem 0 0;
    position: relative
}

.eWallet__container-content__card-top>img:first-of-type {
    height: .93333rem
}

.eWallet__container-content__card-top>img:last-of-type {
    width: .56rem;
    height: .56rem;
    position: absolute;
    top: .18667rem;
    left: .26667rem
}

.eWallet__container-content__card-mid {
    margin: .2rem .26667rem 0;
    padding-bottom: .26667rem
}

.eWallet__container-content__card-mid .line {
    position: relative;
    background: #fafafa;
    height: .8rem;
    padding: .21333rem .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    margin-bottom: .13333rem
}

.eWallet__container-content__card-mid .line>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.eWallet__container-content__card-mid .line .left {
    color: #333;
    z-index: 1
}

.eWallet__container-content__card-mid .line .right {
    color: #666
}

.eWallet__container-content__card-mid .line:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: .8rem;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    -webkit-clip-path: polygon(0 0,100% 0,92% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,92% 100%,0 100%)
}

.eWallet__container-add {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    height: 2.66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .10667rem;
    margin-bottom: .26667rem
}

.eWallet__container-add img {
    width: 1.17333rem;
    height: 1.17333rem
}

.eWallet__container-add span {
    color: #b8bcd0
}

.eWallet__container-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .8rem 0;
    gap: .21333rem
}

.eWallet__container-default span {
    font-size: .34667rem;
    line-height: .41333rem;
    color: #acafc2
}

 .dialog__container .dialog__container-title h1 {
    font-size: .48rem;
    font-weight: 700;
    line-height: .48rem;
    color: #151515
}

 .dialog__container .dialog__container-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

 .dialog__container .dialog__container-content img:nth-of-type(1) {
    width: 2.13333rem;
    height: 2.13333rem
}

 .dialog__container .dialog__container-content img:last-of-type {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: .66667rem;
    height: .66667rem;
    bottom: -2.13333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.bankCard__container {
    font-family: bahnschrift;
    color: #666;
    padding: .4rem;
    font-size: .34667rem
}

.bankCard__container-content {
    margin-bottom: .66667rem
}

.bankCard__container-content__card {
    background: #fff;
    box-shadow: 0 .04rem .08rem .01333rem #00000029;
    border-radius: .16rem;
    margin-bottom: .34667rem;
    padding: .26667rem
}

.bankCard__container-content__card-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: .26667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bankCard__container-content__card-top>div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: .2rem;
    color: #151515;
    font-size: .42667rem;
    font-weight: 700
}

.bankCard__container-content__card-top img {
    height: .64rem
}

.bankCard__container-content__card-mid {
    padding-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -webkit-align-items: left;
    align-items: left;
    gap: .13333rem
}

.bankCard__container-content__card-mid .line {
    padding: .13333rem 0
}

.bankCard__container-content__card .delete {
    border: .01333rem solid #ee3625;
    border-radius: .16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .13333rem;
    color: #ee3625b3;
    height: .8rem;
    margin-top: .4rem
}

.bankCard__container-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .8rem 0 1.33333rem;
    gap: .21333rem
}

.bankCard__container-default span {
    font-size: .34667rem;
    line-height: .41333rem;
    color: #fff9
}

 .dialog__container .dialog__container-img img {
    width: 100%
}

 .dialog__container .dialog__container-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

 .dialog__container .dialog__container-content img:last-of-type {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: .72rem;
    bottom: -3.33333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.type4_C {
    padding: 0 .32rem 1.33333rem;
    height: 100vh;
    position: relative
}

.type4_C-item {
    height: -webkit-fit-content;
    height: fit-content;
    border-radius: .13333rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    background-color: #fff;
    padding: .26667rem .18667rem .58667rem
}

.type4_C-item .header {
    height: .90667rem;
    line-height: .90667rem;
    position: relative;
    padding-left: 1.14667rem;
    background-image: url(/assets/png/4-d37103ef.png);
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: .10667rem center;
    padding-bottom: .10667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.type4_C-item .header.KBZPay {
    background-image: url(/assets/png/8-99f019b4.png)
}

.type4_C-item .header.WavePay {
    background-image: url(/assets/png/6-d6ee4bdd.png)
}

.type4_C-item .header-title {
    font-weight: 700;
    font-size: .42667rem
}

.type4_C-item .header .select-btn {
    width: .8rem;
    height: .8rem;
    border: .01333rem solid #888888;
    border-radius: 50%
}

.type4_C-item .header .select-btn.isSelect {
    background-image: url(/assets/png/selectupi-a393f4a3.png);
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    border: 0
}

.type4_C-item .header:after {
    content: "";
    display: block;
    width: calc(100% - .64rem);
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: .01333rem solid #daddf0
}

.type4_C-item .type4-body {
    padding: .45333rem .10667rem .53333rem
}

.type4_C-item .type4-body .type4-body-name {
    height: .42667rem;
    line-height: .42667rem;
    font-size: .34667rem;
    color: #888
}

.type4_C-item .type4-body .type4-body-name+div {
    margin-top: .4rem
}

.type4_C-item .type4-body .type4-body-id {
    height: .48rem;
    line-height: .48rem;
    font-size: .34667rem;
    color: #666
}

.type4_C-item+div {
    margin-top: .26667rem
}

.type4_C-addbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .93333rem;
    line-height: .93333rem;
    width: 100%;
    font-weight: 700;
    font-size: .4rem;
    background-color: #f95959;
    color: #fff;
    text-align: center
}

.type4_C-list {
    overflow-y: auto;
    height: calc(100% - 1.06667rem);
    scrollbar-width: none;
    -ms-overflow-style: none
}

.type4_C-list::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.type4_C-list .noData {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAACwCAMAAACYaRRsAAAAM1BMVEUAAAC3u8+4vNC5vNC5vdG4vNC3us+3t8+4vNC2vM+5vNG4vM+vv8+vr8+5vNC4vNC4vNB5o5b1AAAAEHRSTlMAQN/vj59gIM+QX5AQEK+/+pPJwgAAAbpJREFUeNrt3MuSokAQRuGsKkS8/+//tMPEbCYygDCbjs7CPt8a5QjKAos0AAAAAMAHKsPUtGywRdeV7evVFg1aMZ3OFvV4akOxJVUrmi0p2hBNPlfFg5tW1Hiw6vkbey+2aFx5VRtt0W27+B4IPmk2lYelePz75M/AAdbsZIlOmpXQ5tVSvdw3b9skabRURdJk79Lsbqnukloo2BL4BoL/QzDBDsEEOwQT7BBMsEMwwQ7BBDsEf3bwTbpYonhDKZauhwb84hM6SIMdSQ8XRoK7QrBDMMEOwQQ7BBPsEEzwtmur18TgeEOVWkawb9i/u17fgWCCCSa4q90RvGzQDsPPBxftUgh+41+THS786AgmmGCC+9ndLwxuUk0MjjeMtY0JwbGGQ9+qIrh/BDsEE+wQTLBDMMEOwQR/0aHWeH/2clwc4ISWcqz11X8bDnVR+uwnZQgmmGCCCSaYYIdggh2CCXYIJtghONTQ+hgjqdCgzmKpxtCgzpukl6WqoemxpY9hs2d721OzOmaN8y2v6BG7Vzk/MEN774jnhBnavjdUfMqdof18mFk0eUqaod2mSwc31AEAAAAA3+4PU1FviV2McX8AAAAASUVORK5CYII=);
    background-position: center top;
    background-size: 1.17333rem;
    background-repeat: no-repeat;
    padding: 1.33333rem 0 .26667rem;
    color: #b8bcd0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.USDT__container {
    padding-inline:.32rem;padding-block:0 .4rem;font-family: bahnschrift;
    font-weight: 400;
    color: #666;
    padding-top: .13333rem
}

.USDT__container .navbar__content-left>.van-icon {
    font-size: .53333rem
}

.USDT__container-content__card {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-bottom: .34667rem;
    padding-bottom: .13333rem
}

.USDT__container-content__card>div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .2rem .26667rem .06667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.USDT__container-content__card>div:last-of-type .van-checkbox__icon--checked+span {
    color: #fe6868
}

.USDT__container-content__card>div:last-of-type>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .32rem;
    line-height: .38667rem;
    color: #888
}

.USDT__container-content__card>div:last-of-type img {
    width: .45333rem;
    height: .45333rem;
    margin-right: .13333rem
}

.USDT__container-content__card-top {
    background: -webkit-linear-gradient(347.48deg,#ff6866 13.01%,#ff897c 94.84%);
    background: linear-gradient(102.52deg,#ff6866 13.01%,#ff897c 94.84%);
    height: .93333rem;
    border-radius: .13333rem .13333rem 0 0;
    position: relative
}

.USDT__container-content__card-top>img:first-of-type {
    height: .93333rem
}

.USDT__container-content__card-top>img:last-of-type {
    width: .6rem;
    height: .57333rem;
    position: absolute;
    top: .16rem;
    left: .26667rem
}

.USDT__container-content__card-mid {
    padding: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -webkit-align-items: left;
    align-items: left
}

.USDT__container-content__card-mid span {
    font-weight: 400;
    margin: .13333rem 0
}

.USDT__container-content__card-mid>span:first-of-type {
    color: #151515;
    font-size: .34667rem
}

.USDT__container-content__card-mid>span:last-of-type {
    color: #666;
    font-size: .32rem
}

.USDT__container-add {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    height: 2.66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: .10667rem;
    margin-bottom: .26667rem
}

.USDT__container-add img {
    width: 1.17333rem;
    height: 1.17333rem
}

.USDT__container-add span {
    color: #b8bcd0
}

.USDT__container-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .8rem 0;
    gap: .21333rem
}

.USDT__container-default span {
    font-size: .34667rem;
    line-height: .41333rem;
    color: #acafc2
}

 .dialog__container .dialog__container-title h1 {
    font-size: .48rem;
    font-weight: 700;
    line-height: .48rem;
    color: #151515
}

 .dialog__container .dialog__container-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

 .dialog__container .dialog__container-content img:nth-of-type(1) {
    width: 2.13333rem;
    height: 2.13333rem
}

 .dialog__container .dialog__container-content img:last-of-type {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: .66667rem;
    height: .66667rem;
    bottom: -4rem
}

 .empty__container {
    height: -webkit-fit-content;
    height: fit-content
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.upi_C {
    padding: 0 .32rem 1.33333rem;
    height: 100vh;
    position: relative
}

.upi_C-item {
    height: -webkit-fit-content;
    height: fit-content;
    border-radius: .13333rem;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    background-color: #fff;
    padding: .26667rem .18667rem .58667rem
}

.upi_C-item .header {
    height: .90667rem;
    line-height: .90667rem;
    position: relative;
    padding-left: 1.68rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAhCAMAAACvFAaeAAAAzFBMVEUAAABtbW1tbW0zMzMwMDAyMjIyMjItODFqampsbGw1NTVtbW0yMjJsbGxsbGxtbW1tbW0wMDBwcHBtbW1sbGwyMjJra2tsbGxqamoQeDjtcyMQeTgzMzMQeDjqcSUQeTjsdCLrdCLqciMQeDgQeDUQeTkQeTjsdCPscyMQeDgQeTjrdCMzMzMQdzfscyPrdCDncCDvcCAQeTftdSLtdCI0eDQzMzNydy5tbW3sdCMQeTjRdSYdeDYreDU5eDN+di2Ldiy8dSendiredCSq/gfPAAAAOHRSTlMA359AIGBQEDC/MO9wQJBgsDAQz1CAcIAgIO/fj4AwupWAYEAw78+/r6BwcG9YUEAgEO/fz7+fj2tPKssAAAKhSURBVEjHnJNtT8IwFIXP9sUtC4wA2QZEAcGoJL6gJrbVKOj//0/ecZrWwF1MfL40uYXb26dnODA0xiQ4pjCmADKjk2T8n2kAXACTMwR6Uk4RiMUcKE0HKX+StO0WwGaDQF/qJY6opFhxr6tfLcsAwOV0i/kcgVzqGQKx2OOiUnKvAnBjl5i5FfCHPtPOnp6SGw5Q8Eg82+nEuXN4xoexj8iojyh7CRcD4NFa++rc1RmivkrTV0On4gClP/Je+u2dc3cgI03fgHdRGVBfKksfwMIKH87No75C1TeETtIOwDnGAF6ssJMB1//T17T6Ypq3tuX73b+Irq/kXbJUYfA7zdQnfMqLBH09XV93msuY5gX7vcmFV536EurrTHMT03xtBb7IbfhOFX0jAEaFe4WPhQ33nU28vlrVx7OK5JS8ATJ/rwe22/l2yDV9KaNQs61CTPPStnw597Rm+gRFX1A0hg7T7PXtf9gngxUEoSCKjm0igoiUrAcJWUjgpk2Lifr/39KnF+7mjl/gARFE5vLuO/PDeuj6Lqgolpo2p3y3f8gXHKmiYaUpcK7TXB/HLdd3nsYqmNW7p082Bexjw7D3mhpZL09N9+0oWkBBwyQ7ZCVvtzAFTWk2NEyCrMZ7e3Cc1eGCzoYdTcGs9m52exq/l4UkzzmM76i+Cv+8x+dqK0OrYmwiAQzEwAFJu2A2ceDsS7j4+y/t7avhhUAwmn+LkA/Z+8gjLWka1fTsdO1fvrRE9udumnp+T3XUc00th9LxqJGJ0jU+sn7SYZvxbKmPqzhfeizCkiF1fYKOtrbvWynTiaDwSv94CsriVpDlVHVRkR4tDd7d5M5cHxGII1P6FO0AqDaLagtq5bWxMWi923oUguio0fOxSby41zLbVUyaPzg2qSNn/CHUAAAAAElFTkSuQmCC);
    background-size: 1.33333rem .56rem;
    background-repeat: no-repeat;
    background-position: .10667rem center;
    padding-bottom: .10667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.upi_C-item .header-title {
    font-weight: 700;
    font-size: .42667rem
}

.upi_C-item .header .select-btn {
    width: .8rem;
    height: .8rem;
    border: .01333rem solid #888888;
    border-radius: 50%
}

.upi_C-item .header .select-btn.isSelect {
    background-image: url(/assets/png/selectupi-a393f4a3.png);
    background-size: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    border: 0
}

.upi_C-item .header:after {
    content: "";
    display: block;
    width: calc(100% - .64rem);
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: .01333rem solid #daddf0
}

.upi_C-item .upi-body {
    padding: .45333rem .10667rem .53333rem
}

.upi_C-item .upi-body .upi-body-name {
    height: .42667rem;
    line-height: .42667rem;
    font-size: .34667rem;
    color: #888
}

.upi_C-item .upi-body .upi-body-id {
    height: .48rem;
    line-height: .48rem;
    font-size: .34667rem;
    color: #666;
    margin-top: .4rem
}

.upi_C-item+div {
    margin-top: .26667rem
}

.upi_C-addbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .93333rem;
    line-height: .93333rem;
    width: 100%;
    font-weight: 700;
    font-size: .4rem;
    background-color: #f95959;
    color: #fff;
    text-align: center
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.cancelW {
    padding: .26667rem
}

.cancelW .navbar-fixed .navbar__content-title {
    color: #333;
    font-size: .48rem
}

.cancelW .navbar-fixed .navbar__content-left .van-icon {
    color: #333
}

.cancelW .orderInfo {
    background: white;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .26667rem
}

.cancelW .orderInfo>div {
    margin: .26667rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #888;
    font-size: .34667rem
}

.cancelW .orderInfo>div .b {
    color: #333;
    font-size: .4rem
}

.cancelW .orderInfo>div .copy {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGQSURBVHgB7ZdNTsJAGIbfb0LAuBCO0CPIEoyhnIAOxoUr9ATiDeAGcgK7NzL1BGCMdClHwBt0p8Sk4zcVtGqEJuXHxD4shoZp55lvXjJT4L9DyzpcqUGpJHbOoWEhLUTBS/jcO5H1SWKBvjd65GYfqyOY6ml5LpFb1PNa3duzwSda6y5SIogaGnAKyLf5sr1UQEBYpiXQsCmrLlJyox54FcghEsXPMbbMjwqYss9nDhI1cPq4bBbbnyIhGhS8YjqOhy2RQN/zB3y7HX/UrLW5dDYSYpJd4I+69TuyUekmEnifoRlcBwThIRW6ZMLGwe3w37h3JusBlglw0OzoVo2Lpqy4SElfjVx+aGsPeYcv3d/6bT2EmUAmkAlkAplADmtGkGgpz6+Z7xqh2RcQ6vBuYwL6y/YeHUGHR/LA3ZgA77LufMYhwsmxPBzGf1+7gBk8PuPv/KUQ6iBaIz46m9NraghR8EzZF3eboZRvaQr5JYRKWB3jplMtI4nAhwR0mw+gRaSE1/5JYPdSynKAjAW8ASh4iDyASYHvAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: .42667rem;
    background-position: right center;
    padding-right: .53333rem;
    color: #aeb0c6;
    font-size: .32rem
}

.cancelW .orderInfo>div:last-of-type {
    padding-top: .26667rem;
    border-top: .01333rem #dbdbdb solid
}

.cancelW .reason {
    margin-top: .4rem;
    background: white;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .26667rem
}

.cancelW .reason h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    color: #333;
    font-size: .37333rem
}

.cancelW .reason h2:before {
    content: "";
    display: block;
    margin-right: .2rem;
    width: .10667rem;
    height: .34667rem;
    background: #f95959
}

.cancelW .reason .van-radio-group {
    margin-top: .26667rem
}

.cancelW .reason .van-radio-group .van-radio {
    margin: .4rem 0
}

.cancelW .reason .textarea {
    margin-left: .66667rem;
    border: .01333rem solid #888888;
    width: 85%
}

.cancelW .cancel {
    position: fixed;
    bottom: 0;
    left: -.06667rem;
    background: var(--primary-color);
    min-height: 1.6rem;
    width: 100%;
    line-height: 1.6rem;
    text-align: center;
    color: #fff;
    font-size: .4rem
}

.cancelW .van-dialog {
    overflow: visible
}

.cancelW .van-dialog .van-dialog__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-block:2.66667rem;height: 6.4rem
}

.cancelW .van-dialog__content img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.cancelW .van-dialog__content img.close {
    bottom: -.90667rem;
    width: .73333rem
}

.cancelW .van-dialog__content img.succeed {
    top: -.50667rem;
    width: 3.73333rem
}

.cancelW .van-dialog__content img.fail {
    top: .04267rem;
    width: 2.13333rem
}

.cancelW .van-dialog__content-title {
    margin-bottom: .4rem;
    color: #151515;
    font-weight: 700;
    font-size: .48rem;
    line-height: .48rem;
    font-family: Poppins
}

.cancelW .van-dialog__content-note {
    margin-bottom: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .32rem;
    text-align: center
}

.cancelW .van-dialog__content-note>span:nth-of-type(1) {
    color: #666;
    margin-bottom: .26667rem
}

.cancelW .van-dialog__content-note>span:nth-of-type(2) {
    color: #f95959;
    font-size: .42667rem;
    font-weight: 700
}

.cancelW .van-dialog__content-btn {
    height: 1.06667rem;
    width: 5.33333rem;
    line-height: 1.06667rem;
    color: #fff;
    font-size: .42667rem;
    font-weight: 700;
    border-radius: 1.92rem;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141;
    text-align: center
}

.cancelW .van-dialog__content .close {
    margin-top: .4rem
}

.van-toast{
    word-break: break-word!important
}

.cg-default.van-button{
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img{
    height: 80%
}

.wrongA{
    font-weight: 400
}

.wrongA .head{
    color: #fff;
    padding: 0 .26667rem .53333rem;
    background-size: 2.13333rem,100%;
    background-repeat: no-repeat;
    background-position: right .26667rem top 1.46667rem,center;
    background-image: url(/assets/png/wrong_1-b1d69653.png),-webkit-linear-gradient(left,#F95959 0%,#FF9E91 100%);
    background-image: url(/assets/png/wrong_1-b1d69653.png),linear-gradient(90deg,#F95959 0%,#FF9E91 100%)
}

.wrongA .head h1{
    font-size: .48rem;
    font-weight: 700;
    margin: .26667rem 0
}

.wrongA .head div{
    font-size: .34667rem;
    margin-bottom: .13333rem
}

.wrongA .content{
    padding: .26667rem
}

.wrongA .content .amount{
    background: #fff;
    padding: .4rem .26667rem;
    border-radius: .13333rem;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c
}

.wrongA .content .amount h1{
    font-size: .4rem
}

.wrongA .content .amount p{
    font-size: .29333rem;
    color: #888
}

.wrongA .content .amount .input{
    margin-top: .26667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: .26667rem;
    height: 1.17333rem;
    padding: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wrongA .content .amount .input .place-div{
    position: absolute;
    height: 1.17333rem;
    width: .8rem;
    color: #fa5a5a;
    font-weight: 900;
    font-size: .56rem;
    line-height: 1.17333rem
}

.wrongA .content .amount .input .place-div:after {
    position: absolute;
    content: "";
    height: .53333rem;
    display: inline-block;
    margin: 0 .13333rem .02667rem;
    vertical-align: middle;
    border-right: .02667rem solid #bdbdbd;
    top: .34667rem;
    right: -.4rem
}

.wrongA .content .amount .input .inp{
    width: 70%;
    background: none;
    border: none;
    margin-left: 1.33333rem;
    padding-left: .26667rem
}

.wrongA .content .amount .input .inp.van-field__control {
    color: #fa5a5a;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: .56rem
}

.wrongA .content .amount .input .inp.van-field__control::-webkit-input-placeholder {
    color: #a6a6a6;
    font-size: .37333rem;
    font-weight: 400
}

.wrongA .content .amount .input .inp.van-field__control::placeholder {
    color: #a6a6a6;
    font-size: .37333rem;
    font-weight: 400
}

.wrongA .content .img{
    margin-top: .4rem
}

.wrongA .content .img h1{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .42667rem;
    color: #151515;
    margin-bottom: .13333rem
}

.wrongA .content .img h1:before {
    content: "";
    width: .64rem;
    height: .64rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIASURBVHgB7ZndbcIwEMfPqOozI9ANOgLdgA1gA+KklfpW960PbZJOAJ2AERiBEWAE1L4hwfXiUHBIQj5IsWn9k4DEOSf/w+c7WwGwWCwWywmwrEZ03SdAcOiwDWawBNYaM/+VH15IOUDig61482DwzHxfqE1XKSOEQfy7uWFhuAADQMfp0AjMSduQToV6rZVhL8PGFPERipZUSLfgwrEO6ObiHbiCmii1AvJy9DmoNQLbWiEgzgptSrkOtQnQQL0Q+qkVybYhaOCfTmKE93Qj+wAN1JrELPQFck7xz/qygRxi4ZvIskVHtIF9zuKT6zsWviygQWpnIRYEUQYqXvSxrwl9d+Lj1YwmO6cF2Rga4lfngMxWgF2liTIWjNC9D6Ahao0AOo+0OlxN45PssEBHqROpi5R2udtrIqQqj4AiviM/dIye10vYcN6ntbsouFVm36pUcuBA/F7IBieyMkubh9tompe8ZaJvHUo7kCNeMQCBrjcCto4mbbWtaNSXe1P5jIqUcqBQ/M4QB4U2+Z27MqTkCJan0IHS4puBnrWeVQmpow6cWbzyYBmOkzIhleuANvE7AdiLQ+q4E/kjoFP8nuhPnFNI5Vb81tHOpoCQW7ntnlg31gHd/EkHlmAuKW1pBzL3u6aQ3ndnv+DgPNzud815wSH33cl3AxaLxWI5mW9aTsutJpZ2NAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: cover;
    margin-right: .13333rem
}

.wrongA .content .img .uploadImg{
    color: #acafc2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    width: 2.66667rem;
    height: 2.66667rem;
    border-radius: .13333rem;
    gap: .13333rem
}

.wrongA .content .img .uploadImg:before {
    content: "";
    width: .66667rem;
    height: .66667rem;
    background: url(/assets/png/uploadImg1-53f2ece8.png) no-repeat center;
    background-size: cover
}

.wrongA .content .img .tip{
    margin-top: .26667rem;
    color: var(--primary-color);
    letter-spacing: .01173rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .06667rem
}

.wrongA .content .video{
    height: 5.69333rem
}

.wrongA .content .video h1:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHPSURBVHgB7Zi9UsJAFIVPMhbQAaU0zIQXsKBUOn0Frey1MNHGzjijpRoLsfZVsKTgBchMGiyBoWHGgnU3YeVHDbsgmwD7Fcyye5i5J1zuvSyg0Wg0mm3G4AviOKf0rUeXOSRLQONwjaeHNxGxOV4aLpIPnlGij9MTFZvTH0wNwg/SxJqjDSTN2hvYwSJkMkC1ClgWULaivfYHUK8DjQZWAXGuLuirS5e9yTIrbyCfB87PgEJher+4C5wcA0eHwEsN6HbxHxDbzcHs34AQe7SVG5XZ0IB8Cv0W/CTsjGmyWSwLsa9LMPpNENgzR99lVs5ApRIfPIdpDvaxDGHKGJ9NzOlPcgZkgrLKWA4iNNbIGSgWxbX8x71itqwPtHxxbbsNFcgZ8Fvi2vo7VCBngAXV6czXMc2KGtoscgYGA6D2Gm+CnTGNIuQ7MQvw7j7qCays8srUounl+9G3xIwqYrFZiMFSRFGaxKHH6aRJrwECB+HoHE9qDRjeowcy3EN4zfI3qU4hw/OCyAR5njkK+GLxKqQIaoKlkU3sy4Bew9F/ZXRCJcNbfp56A5wwpYAfF166CiXNRhmYW3MVEogKxwaixhEgeXqTVUaj0Wg0mji+AKRSdnQDPUaTAAAAAElFTkSuQmCC) no-repeat center;
    background-size: cover
}

.wrongA .content .video.van-uploader,.wrongA .content .video.van-uploader .van-uploader__wrapper,.wrongA .content .video.van-uploader .van-uploader__preview,.wrongA .content .video.van-uploader .van-uploader__preview-cover,.wrongA .content .video.van-uploader .van-uploader__input-wrapper {
    width: 100%;
    height: 100%
}

.wrongA .content .video .uploadImg{
    height: 100%;
    width: 100%
}

.wrongA .content .video .uploadImg:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK2SURBVHgB7ZjNceJAEIW7Vb7sjRC0GcBpy/iwcgSLTACGCIwjMERgbwTC98UDEZg9AEc7g1UI3LjR2z2WbAzCjH4KRlX6qlQlWzOFnt509/QAVFRUVFScAFRqVifEgO/rcFJoieg8+L/OB5ABh0UoOLkIAWtE1Fdq4UEGHL5csIg1rF3IwBmUGHbPBYQ7vsIkIVO2+C8cAQSoAeINZOCPmrcI14EsSaAER0RE27/owxGQL0pAqYQo9VIDZ3VHBD39KSJKtbQkERCuAnbA3X5WCiEfLlBv3xjrhbzVuZVKcmETBwrgabK4Ho1nARSMmsxvuM69gEGJyO2IiOAMMUQOPBYD7dZFF3KikwBSwAHtmc7J5UgsIv6bxXTyOoOI15xWxQUvcQDBb31tkVnItoj3F8kvxtO1YZcQCS+v/GaPU/Zy+2EmIftExBThzCfYAaRvDd8/n+4bkjpGdAASPRwaF4nJGTO8I6azru//GB8amcoRNVlIRT0oIianM1Mkp2EiQjB25E0E9SElIuZpPK/z0rj0/cby8AxaEuGg7TeNP5hg5EhWERtIUXvWFfoA7PhtWhGCkSNR17bTuUX5/t/nF6HBsTadmxRS2YuE68j9SM17aedZJ4SpIcK9Gi8C3TgZYqMQDRe9Di/b55GadUzGWyskwuWlFpi4Y7sQTezOVycsNgqZQsJeinG1GC4FSZOsa6w4fT864HTlpSGhD5F6xsttZ56VS4s3h+FVq/ldapLpnFyOyA/C5lFGwUhh5bgY7nNnE+uD3dSdUmQtQdyRxopvw6TnpREiSGOlxRA8bj/biRHOCD+5mvbhCBCsa2lDLIrLDsfOlGNHUrEr/08Kdo/FeGA5LGioxQD1+ej3tdSn8bE7ci8x8goWwcUwhAw4SCSHAyGcHGlx4fark5KKioqKCuv4DysHQAcYRy1TAAAAAElFTkSuQmCC) no-repeat center;
    background-size: cover
}

.wrongA .content .video .v{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wrongA .content .video .videoBox{
    width: 100%;
    height: 100%
}

.wrongA .content .video .loading{
    width: 100%;
    height: 5.69333rem;
    z-index: 1;
    background: rgba(0,0,0,.5);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wrongA .content .cmdBth{
    min-height: .93333rem;
    border-radius: .53333rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: .4rem;
    font-weight: 700;
    margin-top: 1.33333rem;
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    box-shadow: 0 .05333rem #b6bad0
}

.wrongA .content .cmdBth.active{
    background: -webkit-linear-gradient(top,#FF897C 0%,#F95959 100%);
    background: linear-gradient(180deg,#FF897C 0%,#F95959 100%);
    box-shadow: 0 .05333rem #e04846
}

.van-uploader__preview-delete {
    z-index: 2
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    box-shadow: 0 .05333rem #e04846;
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

.bg0 {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)
}

.bg1 {
    background: -webkit-linear-gradient(left,#ff8616 3%,#f5a50a 95.93%);
    background: linear-gradient(90deg,#ff8616 3%,#f5a50a 95.93%)
}

.bg2 {
    background: -webkit-linear-gradient(left,#f95959 3%,#f95959 95.93%);
    background: linear-gradient(90deg,#f95959 3%,#f95959 95.93%)
}

.bg3 {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)
}

 .navbar .bg0 {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%)!important;
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)!important
}

 .navbar .bg1 {
    background: -webkit-linear-gradient(left,#ff8616 3%,#f5a50a 95.93%)!important;
    background: linear-gradient(90deg,#ff8616 3%,#f5a50a 95.93%)!important
}

 .navbar .bg2 {
    background: -webkit-linear-gradient(left,#f95959 3%,#f95959 95.93%)!important;
    background: linear-gradient(90deg,#f95959 3%,#f95959 95.93%)!important
}

 .navbar .bg3 {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%)!important;
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)!important
}

.WHD__container {
    font-family: Inter;
    font-style: normal
}

.WHD__container .navbar .bg0 {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)
}

.WHD__container .navbar .bg1 {
    background: -webkit-linear-gradient(left,#ff8616 3%,#f5a50a 95.93%);
    background: linear-gradient(90deg,#ff8616 3%,#f5a50a 95.93%)
}

.WHD__container .navbar .bg2 {
    background: -webkit-linear-gradient(left,#f95959 3%,#f95959 95.93%);
    background: linear-gradient(90deg,#f95959 3%,#f95959 95.93%)
}

.WHD__container .navbar .bg3 {
    background: -webkit-linear-gradient(left,#f95959 0%,#ff9e91 100%);
    background: linear-gradient(90deg,#f95959 0%,#ff9e91 100%)
}

.WHD__container .navbar div,.WHD__container .navbar .van-icon {
    color: #fff;
    font-size: .53333rem
}

.WHD__container-header {
    height: 4rem;
    width: 100%;
    color: #fff;
    white-space: pre-wrap;
    padding: .26667rem .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.WHD__container-header h1 {
    font-weight: 700;
    font-size: .48rem;
    margin-bottom: .26667rem
}

.WHD__container-header span {
    font-weight: 400;
    font-size: .34667rem;
    line-height: .66667rem
}

.WHD__container-header img {
    width: 2.13333rem;
    height: 2.13333rem;
    margin-left: auto;
    text-align: right
}

.WHD__container-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .21333rem;
    padding-inline:.32rem;padding-bottom: 2.13333rem;
    position: relative
}

.WHD__container-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: bahnschrift;
    border-radius: .26667rem;
    background-color: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c
}

.WHD__container-body .container {
    position: absolute;
    width: 94%;
    top: -.8rem
}

.WHD__container-body .containerB {
    margin-top: 7.06667rem
}

.WHD__container-body .containerB .top span {
    color: #333!important;
    font-weight: 400!important;
    font-size: .37333rem!important;
    padding-left: .13333rem;
    border-left: red .10667rem solid;
    line-height: .36rem
}

.WHD__container-body .container,.WHD__container-body .containerB {
    padding-bottom: .26667rem
}

.WHD__container-body .container .mImg,.WHD__container-body .containerB .mImg {
    background-color: #f7f8ff;
    height: .58667rem
}

.WHD__container-body .container .mImg img,.WHD__container-body .containerB .mImg img {
    width: 100%
}

.WHD__container-body .container .top,.WHD__container-body .containerB .top {
    padding: .37333rem .37333rem .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.WHD__container-body .container .top img,.WHD__container-body .containerB .top img {
    width: .64rem;
    height: .64rem;
    margin-right: .13333rem
}

.WHD__container-body .container .top span,.WHD__container-body .containerB .top span {
    color: #151515;
    font-weight: 700;
    font-size: .42667rem
}

.WHD__container-body .container .item,.WHD__container-body .containerB .item {
    margin-top: -.13333rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: .13333rem;
    font-size: .32rem;
    color: #888;
    padding: .26667rem
}

.WHD__container-body .container .item>div:last-of-type,.WHD__container-body .containerB .item>div:last-of-type {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.WHD__container-body .container .item>div,.WHD__container-body .containerB .item>div {
    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: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.WHD__container-body .container .item>div span.yellow,.WHD__container-body .containerB .item>div span.yellow {
    color: #ff7f22
}

.WHD__container-body .container .item>div span.black,.WHD__container-body .containerB .item>div span.black {
    color: #333
}

.WHD__container-body .container .item>div span.red,.WHD__container-body .containerB .item>div span.red {
    color: #ff7374
}

.WHD__container-body .container .item>div span,.WHD__container-body .containerB .item>div span {
    margin: .06667rem 0;
    padding-right: .26667rem
}

.WHD__container-body .container .item>div span:nth-of-type(2),.WHD__container-body .containerB .item>div span:nth-of-type(2) {
    margin-left: auto;
    text-align: right
}

.WHD__container-body .container .item>div img,.WHD__container-body .containerB .item>div img {
    width: .4rem
}
