.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%
}

.info-dialog-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;
    padding: .42667rem 0 .48rem
}

.info-dialog-header span {
    width: 1.46667rem;
    height: .02667rem;
    display: inline-block
}

.info-dialog-header h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: .50667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(209,28,28,.5)
}

.info-dialog-header-left {
    background: -webkit-linear-gradient(left,#ffffff -2.73%,rgba(255,255,255,0) 91.36%);
    background: linear-gradient(90deg,#ffffff -2.73%,rgba(255,255,255,0) 91.36%);
    border-radius: .26667rem;
    -webkit-transform: matrix(-1,0,0,1,0,0);
    transform: scaleX(-1)
}

.info-dialog-header-right {
    background: -webkit-linear-gradient(left,#ffffff -2.73%,rgba(255,255,255,0) 91.36%);
    background: linear-gradient(90deg,#ffffff -2.73%,rgba(255,255,255,0) 91.36%);
    border-radius: .26667rem
}

.info-dialog-content {
    width: 8.8rem;
    height: 8.26667rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .05333rem #e63636;
    border-radius: .26667rem;
    padding: .46667rem .33333rem
}

.info-dialog-footer {
    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;
    width: 100%;
    padding: .34667rem;
    position: absolute;
    bottom: -1.73333rem
}

.info-dialog-footer img {
    width: .66667rem
}

.info-dialog .van-dialog {
    width: 9.33333rem;
    height: 10rem;
    background: -webkit-linear-gradient(top,#ff6c6b 0%,#ff4a4a 74.07%);
    background: linear-gradient(180deg,#ff6c6b 0%,#ff4a4a 74.07%);
    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: initial
}

.info-dialog .van-dialog__content {
    position: relative
}

.info-dialog .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.info-dialog .van-dialog .van-dialog__cancel {
    width: 100%;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    background: #ffffff;
    color: var(--primary-color);
    border: .01333rem solid var(--primary-color);
    border-radius: .53333rem;
    z-index: 100;
    font-weight: 600;
    font-size: .4rem;
    font-family: Poppins
}

.info-dialog .van-dialog .van-dialog__confirm {
    color: #fff;
    width: 100%;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    background: -webkit-linear-gradient(top,#ff887b 0%,#fa5e5d 100%);
    background: linear-gradient(180deg,#ff887b 0%,#fa5e5d 100%);
    box-shadow: 0 .05333rem #e04846;
    border-radius: .53333rem;
    z-index: 100;
    font-weight: 600;
    font-size: .4rem;
    font-family: Poppins
}

.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%
}

.userInfo__container {
    width: 100%;
    height: 5.6rem;
    padding-bottom: 2.90667rem;
    background: url('<?php echo base_url();?>assets_user_new/images/prof_back.png') no-repeat center center/cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-radius: 0 0 .8rem .8rem
}

.userInfo__container-nav {
    color: #fff;
    font-size: .48rem;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .26667rem .4rem;
    width: 100%;
    background: url(/assets/png/headerBg-6185d182.png) no-repeat center center/cover;
    z-index: 99
}

.userInfo__container-nav span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.userInfo__container-nav-title {
    text-align: center
}

.userInfo__container-setting-center {
    width: 9.36rem;
    background: #ffffff;
    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;
    padding: .29333rem .4rem;
    position: relative;
    top: 4.93333rem;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    z-index: 99
}

.userInfo__container-setting-center-header {
    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
}

.userInfo__container-setting-center-header-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: #666
}

.userInfo__container-setting-center-header-edit span {
    font-size: .34667rem;
    padding-right: .34667rem
}

.userInfo__container-setting-center-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .37333rem;
    color: #666;
    padding: .62667rem 0
}

.userInfo__container-setting-center-content div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.userInfo__container-setting-center-content span {
    padding-right: .16rem
}

.userInfo__container-setting-center-content img {
    width: .45333rem
}

.userInfo__container .n0 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    /*background-image: url(/assets/png/0-78e1ab02.png);*/
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n1 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    /*background-image: url(/assets/png/1-953c5909.png);*/
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n2 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/2-c9b115fb.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n3 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/3-fb0c8c43.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n4 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/4-3c5b4bba.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n5 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/5-5e49bae2.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n6 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/6-4ee4b170.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n7 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/7-907655eb.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n8 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/8-fc7f2447.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n9 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/9-5a25583e.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .n10 {
    width: 1.33333rem;
    height: .58667rem;
    margin: 0 .13333rem;
    background-image: url(/assets/png/10-b06f6562.png);
    background-size: 1.33333rem .58667rem
}

.userInfo__container .userInfo_dialog_content {
    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;
    border-radius: .06667rem;
    padding: .13333rem
}

.userInfo__container .userInfo_dialog_content input {
    height: 1.17333rem;
    width: 80%;
    border: none;
    border-radius: .8rem;
    background: #f2f2f2;
    color: #a6a6a6;
    font-size: .37333rem;
    padding: 0 .53333rem
}

.userInfo__container-content {
    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;
    width: 100%;
    padding: 0 .45333rem
}

.userInfo__container-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.userInfo__container-content__avatar {
    width: 1.86667rem;
    height: 1.86667rem;
    border-radius: 50%;
    margin-right: .2rem;
    overflow: hidden;
    border-color: #ff6c6a;
    border-style: solid
}

.userInfo__container-content__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.userInfo__container-content__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.userInfo__container-content-nickname {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .4rem;
    color: #fff
}

.userInfo__container-content-nickname img {
    width: 1.33333rem;
    margin: 0 .13333rem
}

.userInfo__container-content-nickname .editPencil {
    width: .4rem
}

.userInfo__container-content-uid {
    width: 3.06667rem;
    background: #ff9495;
    border-radius: .53333rem;
    padding: .06667rem 0;
    color: #fff;
    font-size: .29333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.userInfo__container-content-uid img {
    width: .32rem
}

.userInfo__container-content-logintime {
    font-size: .29333rem;
    color: #fff
}

.userInfo__container-content-right {
    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
}

.userInfo__container-content-right img {
    width: .88rem
}

.userInfo__container-content-right span {
    font-size: .32rem;
    color: #ffee87
}

.userInfo__container-content-right h5 {
    width: 2.13333rem;
    height: .53333rem;
    border: .01333rem solid #ffffff;
    border-radius: .26667rem;
    color: #fff;
    text-align: center;
    font-size: .34667rem
}

.userInfo__container .info-dialog-content-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.37333rem 0 .96rem
}

.userInfo__container .info-dialog-content-title span {
    font-size: .42667rem;
    color: #333
}

.userInfo__container .info-dialog-content-title img {
    width: .64rem;
    margin-right: .2rem
}

.userInfo__container .info-dialog-content input {
    width: 8.13333rem;
    height: 1.17333rem;
    background: #f2f2f2;
    border-radius: .8rem;
    border: none;
    padding-left: .6rem;
    color: #a6a6a6
}

.userInfo__container .info-dialog-content h4 {
    font-size: .32rem;
    color: var(--primary-color);
    padding-left: .6rem;
    padding-top: .29333rem
}

.userInfo__container .info-dialog-content-avatar-list {
    padding-top: 1.2rem
}

.userInfo__container .info-dialog-content-avatar-list img {
    width: 2.66667rem
}

.setting-page-container {
    height: 5.17333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

 .van-icon {
    font-size: .37333rem
}

.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%
}

.totalSavings__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: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 4.2rem;
    border-radius: .26667rem;
    box-shadow: 0 .05333rem .21333rem .02667rem #d0d0ed5c;
    background-color: #fff
}

.totalSavings__container-content  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-block:.34667rem}

.totalSavings__container-header  {
    width: 100%;
    padding: .37333rem .52rem 0 .36rem
}

.totalSavings__container-header-box  {
    padding-bottom: .26667rem
}

.totalSavings__container-header__title  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.totalSavings__container-header__title span  {
    font-weight: 400;
    font-size: .37333rem;
    color: #666
}

.totalSavings__container-header__title img  {
    width: .53333rem;
    height: .53333rem
}

.totalSavings__container-header__subtitle  {
    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;
    width: 100%;
    margin-top: .2rem;
    font-size: .48rem;
    font-weight: 700;
    color: #151515
}

.totalSavings__container-header__subtitle img  {
    width: .50667rem;
    margin-left: .2rem
}

.totalSavings__container-content  {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding: .4rem .26667rem
}

.totalSavings__container-content-item  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.totalSavings__container-content-item 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
}

.totalSavings__container-content-item div img  {
    width: .8rem
}

.totalSavings__container-content-item div span  {
    margin: .13333rem 0;
    font-size: .37333rem;
    color: #333;
    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%
}

.financialServices__container  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.financialServices__container-header button  {
    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: .13333rem;
    width: 100%;
    padding-block:.13333rem;color: #f95959;
    background: none;
    border: .01333rem solid #f95959;
    border-radius: 99rem;
    outline: none;
    font-size: .4rem
}

.financialServices__container-header button img  {
    width: .53333rem;
    height: auto
}

.financialServices__container-box  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .4rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.financialServices__container-box-para  {
    padding: 0 .13333rem;
    box-shadow: none!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.financialServices__container-box-para h3  {
    font-size: .37333rem;
    color: #333
}

.financialServices__container-box>div  {
    width: 48%;
    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;
    color: #666;
    padding: .24rem;
    margin: .13333rem 0;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem
}

.financialServices__container-box>div img  {
    width: 1.06667rem
}

.financialServices__container-box>div span  {
    font-size: .32rem;
    color: #666
}

.financialServices__container-box>div>div  {
    position: relative;
    padding: .13333rem;
    border-radius: .26667rem;
    background: rgba(255,255,255,.5);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .16rem #fff
}

.financialServices__container-box>div>div img :first-of-type {
    width: 1.06667rem
}

.financialServices__container-box>div>div .icon-shadow  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.financialServices__container-footer  {
    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: .5rem;
    color: #fff
}

.financialServices__container-footer-des  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.financialServices__container-footer-des img  {
    width: .56rem!important
}

.financialServices__container-footer-des  .van-icon {
    font-size: .42667rem
}

.financialServices__container-footer>div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: .34667rem 0 .34667rem .21333rem;
    border-radius: .26667rem;
    background: -webkit-linear-gradient(359.87deg,#ff8e8a .14%,#ffc1a1 99.92%);
    background: linear-gradient(90.13deg,#ff8e8a .14%,#ffc1a1 99.92%)
}

.financialServices__container-footer>div img  {
    width: 1.09333rem;
    margin-right: .24rem
}

.financialServices__container-footer>div>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-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .13333rem;
    width: 100%;
    padding: .13333rem 0
}

.financialServices__container-footer>div>div>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;
    padding: 0 .13333rem 0 0
}

.financialServices__container-footer>div>div>div h4  {
    font-size: .37333rem;
    color: #ff4e46;
    border-radius: 9rem;
    background: -webkit-linear-gradient(left,#ffbebe 0%,#ffcfcf 100%);
    background: linear-gradient(90deg,#ffbebe 0%,#ffcfcf 100%);
    padding: 0 .13333rem
}

.financialServices__container-footer>div>div>div span  {
    font-size: .37333rem;
    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;
    padding: 0 .06667rem
}

.financialServices__container-footer>div>div>div span :first-of-type {
    font-weight: 700
}

.financialServices__container-footer>div>div>span  {
    font-size: .37333rem
}

.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%
}

.serviceCenter-wrap-header  {
    margin: 1.06667rem 0 .26667rem
}

.serviceCenter-wrap-header button  {
    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: .13333rem;
    width: 100%;
    padding-block:.13333rem;color: #666;
    background: none;
    border: .01333rem solid #888888;
    border-radius: .53333rem;
    border-radius: 99rem;
    outline: none;
    font-size: .4rem
}

.serviceCenter-wrap-header button img  {
    width: .53333rem;
    height: auto
}

.serviceCenter__container  {
    padding: .53333rem .32rem;
    border-radius: .26667rem;
    background: #fff;
    height: 5.33333rem;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c
}

.serviceCenter__container h1  {
    margin-bottom: .58667rem;
    color: #151515;
    font-size: .4rem
}

.serviceCenter__container-items  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: .32rem;
    color: #666
}

.serviceCenter__container-items__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;
    gap: .13333rem;
    font-size: .32rem
}

.serviceCenter__container-items__item img  {
    width: .69333rem;
    height: auto
}

.serviceCenter__container-items__item span  {
    text-align: center
}

  .cancelOrderDialog {
    padding: .53333rem .26667rem;
    border-radius: .26667rem
}

  .cancelOrderDialog .van-dialog__content {
    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
}

  .cancelOrderDialog .van-dialog__content img {
    width: 2.13333rem;
    height: 2.13333rem
}

  .cancelOrderDialog .van-dialog__content p {
    margin-top: .34667rem;
    font-size: .48rem;
    font-weight: 700
}

  .cancelOrderDialog .dialog-btnWrapper {
    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;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem;
    padding: 0 1rem
}

  .cancelOrderDialog .dialog-btnWrapper button {
    width: 3.12rem;
    height: 1.06667rem;
    color: #f95959;
    font-size: .42667rem;
    text-align: center;
    border-radius: 9rem;
    border: .01333rem solid #f95959;
    background: transparent
}

  .cancelOrderDialog .dialog-btnWrapper button:last-of-type {
    width: 4.34667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

  .cancelOrderDialog.cancelOrderDialogSuccess .dialog-btnWrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: 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%
}

.settingPanel__container  {
    padding: 0 .26667rem .13333rem;
    border-radius: .26667rem;
    background: #fff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c
}

.settingPanel__container h1  {
    margin-bottom: .26667rem;
    color: #151515;
    font-size: .4rem
}

.settingPanel__container-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
}

.settingPanel__container-items__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;
    font-size: .37333rem;
    padding: .33333rem 0
}

.settingPanel__container-items__item img  {
    width: .66667rem;
    height: auto;
    margin: 0 .24rem 0 0
}

.settingPanel__container-items__title  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.settingPanel__container-items-right  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.settingPanel__container-items-right span  {
    font-size: .37333rem;
    padding-right: .4rem;
    color: #333
}

.settingPanel__container-items-right h5  {
    font-size: .32rem;
    color: #fff;
    border-radius: .42667rem;
    margin-right: .4rem;
    background: #fa5b5b;
    height: .42667rem;
    padding: 0 .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
}

.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%
}

.userinfo-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: .4rem;
    padding: 0 .32rem .32rem;
    position: relative;
    top: -2.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%
}

.about-container-header  {
    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: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.about-container-header-belly  {
    padding-left: 1.89333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.about-container-header-belly img  {
    width: 6.21333rem
}

.about-container-content  {
    padding: 0 .4rem
}

.about-container-content-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;
    padding: .96rem 0 .30667rem;
    font-size: .4rem
}

.about-container-content-item img  {
    width: .90667rem;
    padding-right: .18667rem
}

.about-container-content-item span  {
    font-size: .4rem;
    color: #333
}

.about-container-content-item-title  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -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%
}

.avatar-container  {
    padding: .32rem .4rem
}

.avatar-container-content  .van-grid-item {
    width: 2.66667rem;
    height: 2.4rem
}

.avatar-container-content>div img  {
    width: 2.66667rem;
    height: 2.4rem;
    border-radius: .26667rem
}

.avatar-container-content>div img.active  {
    border-color: #ff6c6a;
    border-width: .08rem;
    border-style: solid
}

.avatar-container-content>div  .van-checkbox {
    position: absolute;
    bottom: .26667rem;
    right: .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%
}

.header  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 1.06667rem;
    line-height: .73333rem;
    padding: .46667rem .4rem 0
}

.header .cancel  {
    color: #888
}

.header .confirm  {
    color: #fe474d
}

.list  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .46667rem .32rem .18667rem
}

.list .item  {
    width: calc(50% - .28rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .26667rem;
    height: 1.33333rem;
    background: -webkit-linear-gradient(bottom,#f6f6f6,#f6f6f6),-webkit-linear-gradient(328.61deg,#ff8e89 26.67%,#ffc3a2 81.18%);
    background: linear-gradient(0deg,#f6f6f6,#f6f6f6),linear-gradient(121.39deg,#ff8e89 26.67%,#ffc3a2 81.18%);
    border-radius: .26667rem;
    margin-bottom: .26667rem;
    font-size: .37333rem;
    color: #666
}

.list .item>div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.list .item .img  {
    display: block;
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: .26667rem
}

.list .item.active  {
    background: -webkit-linear-gradient(328.61deg,#ff8e89 26.67%,#ffc3a2 81.18%);
    background: linear-gradient(121.39deg,#ff8e89 26.67%,#ffc3a2 81.18%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset;
    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%
}

.bet-container-lottery-items  {
    margin-bottom: .32rem
}

.bet-container-lottery-items img  {
    display: block;
    width: 100%;
    height: .58667rem
}

.bet-container-lottery-card  {
    background: #ffffff;
    width: 100%;
    border-top-left-radius: .13333rem;
    border-top-right-radius: .13333rem;
    padding: .34667rem .32rem
}

.bet-container-lottery-card-header  {
    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;
    padding-bottom: .16rem
}

.bet-container-lottery-card-header h1  {
    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
}

.bet-container-lottery-card-header h1 h2  {
    font-weight: 700;
    font-size: .4rem;
    color: #333;
    padding-bottom: .10667rem
}

.bet-container-lottery-card-header h1 span  {
    font-size: .37333rem;
    color: #e98613
}

.bet-container-lottery-card-header h1 span.color40C592  {
    color: #40c592
}

.bet-container-lottery-card-header p  {
    font-size: .29333rem;
    color: #888
}

.bet-container-lottery-card-info  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: .33333rem;
    min-height: 4rem
}

.bet-container-lottery-card-info.typeFXOSO  {
    min-height: 3.33333rem
}

.bet-container-lottery-card-info img  {
    width: .26667rem;
    height: 3.86667rem;
    margin-right: .34667rem
}

.bet-container-lottery-card-info img.typeFXOSO  {
    height: 3.2rem
}

.bet-container-lottery-card-info-chessimg  {
    height: 4.09333rem!important
}

.bet-container-lottery-card-info ul  {
    width: calc(100% - .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-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-card-info ul li  {
    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: .32rem;
    color: #7e829f;
    padding-bottom: .26667rem;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content
}

.bet-container-lottery-card-info ul li :last-of-type {
    padding-bottom: 0!important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.bet-container-lottery-card-info ul li:last-of-type h2  {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: fit-content
}

.bet-container-lottery-card-info ul li:last-of-type p  {
    height: -webkit-fit-content;
    height: fit-content;
    text-align: right
}

.bet-container-lottery-card-info ul li span  {
    color: #595959
}

.bet-container-lottery-card-info ul li span.success  {
    color: #2aab79
}

.bet-container-lottery-card-info ul li span.fail  {
    color: #fb4e4e
}

.bet-container-lottery-card-info ul li h3  {
    display: inline-block;
    text-align: center;
    width: 1.33333rem;
    height: .66667rem;
    line-height: .66667rem;
    color: #fff;
    border-radius: .13333rem;
    margin-left: .16rem;
    background: #49ce9b
}

.bet-container-lottery-card-info ul li p  {
    color: var(--primary-color);
    height: .66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    font-weight: 700;
    font-size: .4rem;
    width: 80%;
    word-wrap: break-word
}

.bet-container-lottery-card-info ul li .betcontent  {
    word-wrap: break-word
}

.bet  {
    background-color: #fff
}

.bet .li  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: .66667rem;
    line-height: .66667rem;
    padding-left: 1.06667rem
}

.bet .li.betNum  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet .li.betNum .lab  {
    color: #333;
    font-size: .37333rem;
    width: 100%
}

.bet .li.betNum .lab .txt  {
    font-size: .37333rem;
    color: #888
}

.bet .li.betNum .lab .betList  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.bet .li.betNum .lab .betList.select  {
    max-height: 5.66667rem;
    overflow-y: auto
}

.bet .li.betNum .lab .betList>span  {
    display: inline-block;
    text-align: center;
    height: .64rem;
    line-height: .64rem;
    width: .64rem;
    color: #333;
    background-color: #f6f6f6;
    border-radius: .64rem;
    font-size: .32rem;
    margin-right: .2rem;
    margin-bottom: .2rem
}

.bet .li.betNum .lab .betList>span.active  {
    background-color: #fe474d;
    color: #fff
}

.bet .li.betNum .lab .betList>span  {
    width: auto;
    padding: 0 .16rem;
    border-radius: .16rem
}

.bet .li.betNum .lab :after {
    top: .26667rem
}

.bet .li.betNum .lab :before {
    top: .50667rem;
    height: 97%
}

.bet .li .lab  {
    color: #888;
    position: relative
}

.bet .li .lab :after {
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAXVBMVEUAAAD/cXL/cXL/cHL/cXL/cXP/cXH/cXL/cHL/cHD/cHL/cHD/////cXL/env/uLn/g4T/29z/29v/lJX/9vf/7e7/7e3/09P/ysr/ycr/wcL/pqf/lZX/r7D/r6/hxXGbAAAADHRSTlMA369g78+QgFAQcHADMg5FAAAAuklEQVQY002QVxbEIAhFUdMnEE3v+1/mIInG+8PjWo4CQt1ohZhrAx9VRtfm3HJYFXVB3dg+7FQ+rrRzG5lt4Z0hcdFSxVLtPvcD4bD61GU1GCsJhY7jSA3og8OKL46bW0O+cB2CHPwOBbKIAfLX4yMp2keqNT1+crPkoG+uLsiNm0PDj8b0SYw1UGeSthPpdPJ95UdEU5swkZEh2SlxNoyJ9leNHRXwYpQ9lr7fLsoq+DA6R1S6qaX7AxMpETByKqHKAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: cover;
    height: .26667rem;
    width: .26667rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translateY(-50%);
    left: -.53333rem
}

.bet .li .sub  {
    color: #333;
    font-size: .32rem
}

.bet .li .sub>img  {
    width: .4rem;
    vertical-align: -.06667rem
}

.bet .li .sub.success  {
    color: #47ba7c
}

.bet .li .sub.fail  {
    color: #fd565c
}

.bet-container-lottery-note-box  {
    background-color: #fff;
    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;
    padding: .26667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-note-box-para  {
    font-size: .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-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-box-para h3  {
    font-size: .37333rem;
    color: #666
}

.bet-container-lottery-note-box-para h4  {
    font-size: .37333rem;
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_green  {
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_red  {
    color: #fb4e4e
}

.bet-container-lottery-note-box>div  {
    width: 48%;
    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: .13333rem 0;
    background: #f7f8ff;
    border: .01333rem solid #d2d7f2;
    border-radius: .13333rem;
    height: 1.6rem
}

.bet-container-lottery-note-box>div.last  {
    width: 100%
}

.bet-container-lottery-note-box>div span  {
    font-size: .32rem;
    color: #666;
    display: inline-block;
    margin-top: .16rem
}

.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%
}

.bet-container-lottery-items  {
    margin-bottom: .32rem
}

.bet-container-lottery-items img  {
    display: block;
    width: 100%;
    height: .58667rem
}

.bet-container-lottery-card  {
    background: #ffffff;
    width: 100%;
    border-top-left-radius: .13333rem;
    border-top-right-radius: .13333rem;
    padding: .34667rem .32rem
}

.bet-container-lottery-card-header  {
    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;
    padding-bottom: .16rem
}

.bet-container-lottery-card-header h1  {
    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
}

.bet-container-lottery-card-header h1 h2  {
    font-weight: 700;
    font-size: .4rem;
    color: #333;
    padding-bottom: .10667rem
}

.bet-container-lottery-card-header h1 span  {
    font-size: .37333rem;
    color: #e98613
}

.bet-container-lottery-card-header h1 span.color40C592  {
    color: #40c592
}

.bet-container-lottery-card-header p  {
    font-size: .29333rem;
    color: #888
}

.bet-container-lottery-card-info  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: .33333rem;
    min-height: 3.2rem
}

.bet-container-lottery-card-info img  {
    width: .26667rem;
    height: 3.06667rem;
    margin-top: .13333rem;
    margin-right: .34667rem
}

.bet-container-lottery-card-info-chessimg  {
    height: 4.09333rem!important
}

.bet-container-lottery-card-info ul  {
    width: calc(100% - .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-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-card-info ul li  {
    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: .32rem;
    color: #7e829f;
    padding-bottom: .26667rem;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content
}

.bet-container-lottery-card-info ul li :last-of-type {
    padding-bottom: 0!important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.bet-container-lottery-card-info ul li:last-of-type h2  {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: fit-content
}

.bet-container-lottery-card-info ul li:last-of-type p  {
    height: -webkit-fit-content;
    height: fit-content;
    text-align: right
}

.bet-container-lottery-card-info ul li span  {
    color: #595959
}

.bet-container-lottery-card-info ul li span.success  {
    color: #2aab79
}

.bet-container-lottery-card-info ul li span.fail  {
    color: #fb4e4e
}

.bet-container-lottery-card-info ul li h3  {
    display: inline-block;
    text-align: center;
    width: 1.33333rem;
    height: .66667rem;
    line-height: .66667rem;
    color: #fff;
    border-radius: .13333rem;
    margin-left: .16rem;
    background: #49ce9b
}

.bet-container-lottery-card-info ul li p  {
    color: var(--primary-color);
    height: .66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    font-weight: 700;
    font-size: .4rem;
    width: 80%;
    word-wrap: break-word
}

.bet-container-lottery-card-info ul li .betcontent  {
    word-wrap: break-word
}

.bet-container-lottery-card-info ul .type  {
    margin-top: .13333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .09333rem
}

.bet-container-lottery-card-info ul .type>span  {
    background: #F6F6F6;
    width: calc(33.3333333333% - .09333rem);
    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;
    text-align: center;
    color: #666;
    font-size: .29333rem;
    border-radius: .13333rem;
    padding: .13333rem 0;
    margin-bottom: .06667rem
}

.bet  {
    background-color: #fff
}

.bet .li  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: .66667rem;
    line-height: .66667rem;
    padding-left: 1.06667rem
}

.bet .li.betNum  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet .li.betNum .lab  {
    color: #333;
    font-size: .37333rem;
    width: 100%
}

.bet .li.betNum .lab .txt  {
    font-size: .37333rem;
    color: #888
}

.bet .li.betNum .lab .betList  {
    width: 100%
}

.bet .li.betNum .lab .betList.select  {
    max-height: 5.66667rem;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.bet .li.betNum .lab .betList.select .num>div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .13333rem
}

.bet .li.betNum .lab .betList.select .num>div h6  {
    width: 1.46667rem;
    color: #666
}

.bet .li.betNum .lab .betList.select .num>div .n span  {
    border-radius: .08rem;
    background: #F6F6F6;
    width: .50667rem;
    height: .48rem;
    display: inline-block;
    margin-right: .13333rem;
    text-align: center;
    line-height: .48rem;
    color: #333;
    font-size: .29333rem
}

.bet .li.betNum .lab .betList>span  {
    display: inline-block;
    text-align: center;
    height: .64rem;
    line-height: .64rem;
    width: .64rem;
    color: #333;
    background-color: #f6f6f6;
    border-radius: .64rem;
    font-size: .32rem;
    margin-right: .2rem;
    margin-bottom: .2rem
}

.bet .li.betNum .lab .betList>span.active  {
    background-color: #fe474d;
    color: #fff
}

.bet .li.betNum .lab .betList>span  {
    width: auto;
    padding: 0 .16rem;
    border-radius: .16rem
}

.bet .li.betNum .lab :after {
    top: .26667rem
}

.bet .li.betNum .lab :before {
    top: .50667rem;
    height: 97%
}

.bet .li .lab  {
    color: #888;
    position: relative
}

.bet .li .lab :after {
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAXVBMVEUAAAD/cXL/cXL/cHL/cXL/cXP/cXH/cXL/cHL/cHD/cHL/cHD/////cXL/env/uLn/g4T/29z/29v/lJX/9vf/7e7/7e3/09P/ysr/ycr/wcL/pqf/lZX/r7D/r6/hxXGbAAAADHRSTlMA369g78+QgFAQcHADMg5FAAAAuklEQVQY002QVxbEIAhFUdMnEE3v+1/mIInG+8PjWo4CQt1ohZhrAx9VRtfm3HJYFXVB3dg+7FQ+rrRzG5lt4Z0hcdFSxVLtPvcD4bD61GU1GCsJhY7jSA3og8OKL46bW0O+cB2CHPwOBbKIAfLX4yMp2keqNT1+crPkoG+uLsiNm0PDj8b0SYw1UGeSthPpdPJ95UdEU5swkZEh2SlxNoyJ9leNHRXwYpQ9lr7fLsoq+DA6R1S6qaX7AxMpETByKqHKAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: cover;
    height: .26667rem;
    width: .26667rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translateY(-50%);
    left: -.53333rem
}

.bet .li .sub  {
    color: #333;
    font-size: .32rem
}

.bet .li .sub>img  {
    width: .4rem;
    vertical-align: -.06667rem
}

.bet .li .sub.success  {
    color: #47ba7c
}

.bet .li .sub.fail  {
    color: #fd565c
}

.bet-container-lottery-note-box  {
    background-color: #fff;
    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;
    padding: .26667rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-note-box-para  {
    font-size: .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-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-box-para h3  {
    font-size: .37333rem;
    color: #666
}

.bet-container-lottery-note-box-para h4  {
    font-size: .37333rem;
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_green  {
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_red  {
    color: #fb4e4e
}

.bet-container-lottery-note-box>div  {
    width: 48%;
    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: .13333rem 0;
    background: #f7f8ff;
    border: .01333rem solid #d2d7f2;
    border-radius: .13333rem;
    height: 1.6rem
}

.bet-container-lottery-note-box>div.last  {
    width: 100%
}

.bet-container-lottery-note-box>div span  {
    font-size: .32rem;
    color: #666;
    display: inline-block;
    margin-top: .16rem
}

: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%
}

.bet-container  {
    overflow: hidden;
    padding: 0 .32rem
}

.bet-container  .van-nav-bar {
    background: #f7f8ff
}

.bet-container  .van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon {
    color: #333
}

.bet-container .bet-container__header  {
    background-color: #f7f8ff;
    position: relative
}

.bet-container-searchBar  {
    margin-top: -.13333rem;
    padding-bottom: .24rem
}

.bet-container .tabs  {
    background: transparent
}

.bet-container .tab_item  {
    width: 2.53333rem;
    height: 1.33333rem;
    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: 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
}

.bet-container .tab_item img  {
    height: .66667rem
}

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

.bet-container .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
}

.bet-container  .fun-tabs .fun-tab-item {
    padding: .18667rem 0
}

.bet-container-tabBar  {
    padding-inline:.32rem}

.bet-container-tabBar  .van-tabs__nav--card {
    height: 1.86667rem;
    margin: 0
}

.bet-container-tabBar  .van-tabs__nav--card .van-tab--card {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.bet-container-tabBar  .van-tabs__nav--card .van-tab--card>span {
    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;
    width: 100%;
    height: 100%
}

.bet-container-tabBar  .van-tabs__nav--card .van-tab--card>span img {
    width: .66667rem;
    height: auto
}

.bet-container-tabBar  .van-tabs__nav--card .van-tab--card>span span {
    font-size: .32rem
}

.bet-container-tabBar  .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
}

.bet-container-items  {
    padding-bottom: .32rem;
    margin: 0 auto
}

.bet-container .colorE98613  {
    color: #e98613!important
}

.bet-container .color40C592  {
    color: #40c592!important
}

.bet-container .colorF95959  {
    color: #f95959!important
}

.bet-container .color2AAB79  {
    color: #2aab79!important
}

.bet-container-lottery-items  {
    margin-bottom: .32rem
}

.bet-container-lottery-items img  {
    display: block;
    width: 100%;
    height: .58667rem
}

.bet-container-lottery .electric-card  {
    border-radius: .13333rem!important;
    padding: .34667rem .32rem!important
}

.bet-container-lottery-card  {
    background: #ffffff;
    width: 100%;
    border-top-left-radius: .13333rem;
    border-top-right-radius: .13333rem;
    padding: .34667rem .32rem
}

.bet-container-lottery-card-header  {
    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;
    padding-bottom: .16rem
}

.bet-container-lottery-card-header h1  {
    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
}

.bet-container-lottery-card-header h1 h2  {
    font-weight: 700;
    font-size: .4rem;
    color: #333;
    padding-bottom: .10667rem
}

.bet-container-lottery-card-header h1 span  {
    font-size: .37333rem;
    color: #e98613
}

.bet-container-lottery-card-header p  {
    font-size: .29333rem;
    color: #888
}

.bet-container-lottery-card-info  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .33333rem
}

.bet-container-lottery-card-info img  {
    width: .26667rem;
    height: 2.81333rem;
    margin-right: .34667rem
}

.bet-container-lottery-card-info-chessimg  {
    height: 4.09333rem!important
}

.bet-container-lottery-card-info ul  {
    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
}

.bet-container-lottery-card-info ul li  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    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: .32rem;
    color: #7e829f;
    padding-bottom: .13333rem;
    position: relative
}

.bet-container-lottery-card-info ul li :last-of-type {
    padding-bottom: 0!important
}

.bet-container-lottery-card-info ul li span  {
    color: #595959
}

.bet-container-lottery-card-info ul li h3  {
    display: inline-block;
    text-align: center;
    width: 1.33333rem;
    height: .66667rem;
    line-height: .66667rem;
    color: #fff;
    border-radius: .13333rem;
    margin-left: .16rem;
    background: #49ce9b
}

.bet-container-lottery-card-info ul li div  {
    color: var(--primary-color);
    height: .66667rem;
    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: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    font-weight: 700;
    font-size: .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bet-container-lottery-card-info ul li div>div  {
    margin-right: .13333rem
}

.bet-container-lottery-card-info ul li div>div :last-child {
    margin-right: 0
}

.bet-container-lottery-note  {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-bottom-left-radius: .13333rem;
    border-bottom-right-radius: .13333rem;
    padding: 0 .32rem .34667rem
}

.bet-container-lottery-note-box  {
    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;
    padding: .26667rem 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bet-container-lottery-note-box-para  {
    font-size: .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-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-box-para h3  {
    font-size: .37333rem;
    color: #666
}

.bet-container-lottery-note-box-para h4  {
    font-size: .37333rem;
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_green  {
    color: #2aab79
}

.bet-container-lottery-note-box-para .h4_red  {
    color: #fb4e4e
}

.bet-container-lottery-note-box>div  {
    width: 48%;
    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: .13333rem 0;
    background: #f7f8ff;
    border: .01333rem solid #d2d7f2;
    border-radius: .13333rem;
    height: 1.6rem
}

.bet-container-lottery-note-box>div span  {
    font-size: .32rem;
    color: #666;
    display: inline-block;
    margin-top: .16rem
}

.bet-container-lottery-note-result  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding-top: .13333rem
}

.bet-container-lottery-note-result img  {
    width: .26667rem;
    height: 1.54667rem;
    margin-right: .34667rem
}

.bet-container-lottery-note-result-sportimg  {
    height: 5.46667rem!important
}

.bet-container-lottery-note-result 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-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: .37333rem;
    color: #333
}

.bet-container-lottery-note-result div h1  {
    padding-bottom: .56rem
}

.bet-container-lottery-note-result div h2  {
    color: #7e829f;
    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: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bet-container-lottery-note-result div h2 p  {
    color: var(--primary-color);
    width: .66667rem;
    height: .66667rem;
    display: inline-block;
    line-height: .66667rem;
    text-align: center;
    border-radius: .66667rem;
    background: url(/assets/png/numberBG-5096ec20.png) no-repeat right/contain;
    font-weight: 700;
    font-size: .4rem
}

.bet-container-lottery-note-result div h2 .n1  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAVFBMVEUAAAD8LC33KCz7LC38Ky3/KjD7LCz7Ky37LCz6Ki36Kiv/ICD6Kyz6LS36Kir7LC3/4An7Qij/yg37Nyv+kRn+nRb/1Qv/vhD8Tib9cB/8cB/9bx/AUpg9AAAAD3RSTlMA3yDvnxDPj5BgMBCQYGAfSH+0AAABW0lEQVRYw+3Z3Y6CMBCG4ZG2IALb1v4geP/3ucuBESU7pvQzYsJ7AU+GYGgz0r2mk6XQyYlS1g0tKyoe45PFE9dUOrNKPYx30NkdZkOe/jyAeFrMB5qxmTyMqGiq0rCqySs0sOmhJRJsiZRGJhTVGtoPSSwoqcSCJQksKEiD28Ed/BLQjaGPxsQ+XB0AtD6ae8Fmgs6bp3wWaM9m0dmuBy+TtxQvLJg4Hz8jD7qbtxTdKtCbf/NrQGuY7AowcKBPB53hii4ZHAzbkAwGHgzJYM+DfTIYeTAmg+ZFnwdfPfLnXwr8ZzPy4DUZdJEFXTKoPfvEW/h8sR/YbRwBzCG1lWOUOeiRVxGXe1kKMy16i7jODbfr3Oi2eeHcwR18OwhfEcCXGPg1S4cFa1ICCiqiFvrE71j30RHnHWlKYVem+KUufu2MX4xD3sxR0WOFzNBEW9AyVa/9+6ObTfcLwUBuLj3VhY4AAAAASUVORK5CYII=);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n2  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAXVBMVEUAAAD3KCz/Jyz8Ky37LC38LS38Ky37LCz7Ky36Kiz7LCz6Kiv7LS36Kyz6LS37LC3////8Rkf/5eX9lZb/8vL+y8v8YWH8U1T+sLD9iIn9fHz7OTr+vb39o6P9lpbz0uDzAAAAD3RSTlMAIBCf79/fz49gkDDvkGD7qm4iAAABdElEQVRYw+3Y246EIAyA4QqO6JwKonga9/0fc1eTXaWTvRjaS/4H+FJpSAxwpJ7a3PHj7kY3Ct4r6jumpwvCqRqZ1Soa74LsLqchb4fHEW9kPrEZ1eFxRbWDNYpV7x+Mgm0frSXBB4BC0jJ7Pw2JYKmgIdzY2a12ThMb8sWutb/5JFCDId7RlAIaKPHUy54bUg4R8NRgo0ZMKALXGOzYYG/jnDQYuOCLgAMX/JI+wyC8ZXqIjgnSm+KRD9K7zAfRrd3O9QF54NESJj87RCZIy2AGM5jBDGYwgxmUBN3sp7CIgaG3W93q+GD889wSERjeIXJBZ8/1fHC0UYENdjHoueBg415cMBCw54KOgtJnuEpveYjAkrcVupMSDCY0/XtTDGjZu6zhiUnN7c5140IfglSJaQ2T9/OCJAXwQMG0/HPfT1c57wpbqpLyKgV7RSXkFX/PzpWId4M9OiN/PhDZzFVBXKEZWvko4D3VaFMmYEY/1aF8A9TAbYCraT+BAAAAAElFTkSuQmCC);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n3  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAclBMVEUAAAD8LC33KCz7LC38Ky3/KjD7LCz7Ky37LCz6Ki36Kiv/ICD6Kyz6LS37LC76Kir7LC3////7OTr+o6P8YWH/2Nj/8vL+sLD+ysv9e3z+vb3/5eX8U1T7R0f7Rkf+y8v9lZb+5eX9iIn9bm/8Rkf9lpZkFInVAAAAEHRSTlMA3yDvnxDPj5BgMBCQYM9gejwRGQAAAcdJREFUWMPt2E1zozAMgGEV25A0SVf+AAcIJGm7//8vLptOa4tOD7V0yEz73rg8o8RgBkNqd9BPCr+detLbHXyuahSWpyug7Rpk1hgy3gOye8iGfEweR3yk88nNuEseVzQ3sEGxGliqULBqATXSXkNwxeAewGCeu3R26dgXgsrAFrPCwr0VC6f8Q37xi021ZaCGOl1Mo826FIE1qHQRbV7nSkAFmBot6RlLysCTpUUuGFbgkT2hNOhWoOeCeKZgYIOBeCOyQXojzgKga5PXIwNM/X1f4RPKgDj3w3nwAZEN0n7BnwcGf7W2jZMQ6PzH/uP4IH0eWycAerJH8sHJkgIbjBT0bLCl4MgG7ar7A6/Ua9mgp2Bkg4GC8/3d2KtH7x43h6U5LlNefbjfDfYX/MGgC+EkCPZHu9TFSQZ0N+5GvoiArU31AqCnn5lscLKkCxt8pmDHBgdLe+WC5xUYZCekoCpbZFpaZgV1CRi+/LKuQXP/RHpnazgUgafui5f1FowqEvskHjHLAOyxqHl84zpyGqM5x33hMgyxd5hXwdIGxdrA/4zskan8oa78sbP8wbjIymwM0CrN0NS+gs+Zra5VAVbrQzbdP73gh5I0//e6AAAAAElFTkSuQmCC);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n4  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAXVBMVEUAAAD8LC33KCz/Jyz7LC38Ky37LCz7Kyz7Ky36Kiz6Kiv6LS37LC3/4An/yg37Nyv8Qij+sxL9WyP9ex39hhv+nBb/1Qv9kRn/vhD9cB/9bx/+yg38Tib+qBT+kRkVbCiZAAAADHRSTlMA3yAQ75/PkI9gMGCdesX1AAAB7ElEQVRYw+2Z3ZKDIAyFadGqbUTw36p9/8fccbtdDBboatYrz/WZLwHMECLT4rfwEsCfFVzChLOlznEA6xWeDRyPYaNijtI7wWadZkleNW8L8Yrzo8uRTzwa4nMfYyBT/L1gINS06JASGDHGgVIBZwmQKmEhLTBkF1rghQWAlDdt36o7+JUVY9+rRhqbyLBpTJ8SXmRe/1grjERAKdJflW5eqZ1CWoFtOlPu4nVzp8JA7NISLqBA1jsCLhP0p5hjp3oPzFKsxg5sDGuGgCgsimuVMqwDNTB/C5SGa7QDq4+WDD12Ob7tAjuF5ZRL7JKOsquRtbAAM6E9nlIpUOjMAoRhFrgCLfcu1vbSAynMj9BfzGIADMTq1BTzkYNXspqiqyIDC1A7tcWjTMJCDDbpAB7AA3gAD+AOwH2ugKxQ00VWST8tb6ZLV92dwEF8dM2jjk64eux1F/0AH7UihYtXeluRZU9VO85GCmQtLUDt8qXYYafw9Nj+XRwNq9ynJR6IgfTPClBrHz7tXk8zUBaXJ8V2v+ctyOpVJjl41L2Cj7iizBGBfKi+HwttciBV27dmNx6QDzHoxyw3WmDCeEAK5IxFtCumH/eRphiRj0yph7rUY+d/G4yTnEzEGdZ5Sw0G0ZktxZO1vz9us+y+AN1cKa1UzOLHAAAAAElFTkSuQmCC);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n5  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAclBMVEUAAAD7LC38Ky38LS38Ky37LCz3KDD3KCj/ICj/MDD7Ky36Kiz7LCz6Kiv6Kyz6LS37LC3////7OTr8YWH+y8v+o6P7R0f/8vL+sLD9e3z/2Nj/5eX8U1T+vb39lZb9iIn9lpb+5eX8Rkf+r7D9bm/8bm9teF1RAAAAEHRSTlMA75/f388gIBAQj2CQMJBgYmGJvgAAAj9JREFUWMPtmdly6jAMhpUU0oSwON6zsfScvv8rFmhLLLciAfuC6fDdwfzzITuRQQEG8k06T9jNJPO0zOEnr4uE3U/6Cph8wQJZFKi8FxbMi1PkavCFGFe4vng15sgXZPzcxwWLxuK8YBaR06JThnkTgrNJ8E50DLMGKHBma6ojsh7XCXlKtlajtimgRCFTfWH5SHX9d7J9d98v0Yr/VwPNdWHjRIXbgzAfXui2cthe8+3dpHFWMwfnSLCVFyPRTg5/dgJOrMWxHS2scdKwAUfYVZh/tLD3om+/CoWXkrRQelFBVDhZ2E8Sci+laKHyohwJqYUIWijotQAZaxmbuok1FhI3oiZt/n5bRgl5433qpDtRckLotpTsaBfuU7PH74Ofq3vZK8EmIJSUdseZLwzlKfwjQqEOVdVYHUnI1eX84eFC3I8NDxfis0+FC7V3SAYLLRaqYGGDhW2wsPJ4POEB+5pgocJCGywUWKgf78b2Wu8RD4cj2h6rPCjxuAfsU/jnhN30aVSIbkyolTm3WD2uq+Upaay+JqwN/llKw+V30ryTQjyN0kb/q6amhLqdfFIpPGYSQlsh7ppG2X3T6O45jbrChJ2JNY0mw0OMONPoHFIUC55GU9g4sRumUUPsTQlF4jTosNlmbBo1v1+8AmDtvt63N0+j6P5PASDDuVpJO3Ea3fa9rXGDZnBkyaKxhBPFLJZvlsOZbBbJl10eO8+i+FZwIZvFrA+iXJllDpgsDbAl6wx+kpf3/v2xcar7AALyjDX9myo+AAAAAElFTkSuQmCC);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 .n6  {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAY1BMVEUAAAD8LC33KCz/Jyz7LC37Kyz8Kyz7LCz6Kiz6Kiv6Ky36LS37LC77LC3////8Rkf/5eX7OTr/8vL/2Nj+ysv9iIn9e3z+vb3+o6P8YWH+sLD+y8v9sLD9lpb9lZb9bm/8U1S+nO6IAAAADXRSTlMA3yAQ75Cfz2AwoGDPjyTqnwAAAkhJREFUWMPtmNFysyAQhWlFY5uugIKaRNO+/1P+JpnfBTc7TuPO9MZz+TkcDyizCwqVHYsvDb+W/irKTFG95xpeV/GuUmU5bFSeJfHeYLPeopAf6LfF8YPkE8qYod9Wx8c65iCm/D5hENRt0gWAaMQMJKUzVYKoSlWAqAp1AFEdlAbUz7Wx1rcGFnJXP/FAeegm3sdcq+hxXz1kAyQKdfXQleG9Q6jQr7k/pCMH5OeYj8gbh4bxOFRIxqF65G3MO2r4XcWq51eaKpGZuU34iRh26cCQBqcR25R7YvjgdA5Nyi0ToF4amooZWC3EvKgyWw3tiqGrUnlmYMNMuSJreGE+yhlZ8ieOax+lZX6PU8pP8HxKLRqmq0y3SkcD0ogWqKGx8UqhXMStAdSFcDRER9zsyOdl9AmHfn6/gdgQ1d5eWp/ndUJeT9wTfjrfeQtADDGOWYAV7pZcwVbthrvhbrgb7oZ/Y2gcUK2XBq5I+VvRGWgx8rQYzUWqYouUabAJjOX8fz6YhPekLLOF3gM85dYBqlkp9JZpRYaYd8jHtClba5bmKFyzZFLeMu0cjTgw7VyQ7LExAMqJt8Qrhs1WQ6iZKQv12PjVeu6jMAFU/HvQP5U/mrl0St/EEDoakEa8Ig8k+AvH2wEpf7ylm70OkGhkeLDPDuAaUKa/WNsFBwuZMHE/Ut5OvBl/IqTlLzE+QVSFOoKoSpVpkFSmVC47Y/nrPtGIufiVqfSlrvi1s/zFOErs6h5DbtmDOsd4qKz8POgXzA7FMUr3DxtiRX+L28y5AAAAAElFTkSuQmCC);
    border-radius: 0;
    margin-right: .13333rem
}

.bet-container-lottery-note-result div h2 span  {
    display: inline-block;
    text-align: center;
    min-width: 1.33333rem;
    height: .66667rem;
    line-height: .61333rem;
    color: #fff;
    border: .01333rem solid #fff;
    border-radius: .13333rem;
    margin-left: .16rem
}

.bet-container-lottery-note-result div h2 .bigClass  {
    border-color: #fccc52;
    color: #fccc52
}

.bet-container-lottery-note-result div h2 .small  {
    border-color: #7aafff;
    color: #7aafff
}

.bet-container-lottery-note-result div h2 .BG-FCCC52  {
    background: #fccc52
}

.bet-container-lottery-note-result div h2 .BG-49CE9B  {
    background: #49ce9b
}

.bet-container-lottery-note-result div h2 .BG-C57AFF  {
    background: #c57aff
}

.bet-container-lottery-note-result div ul  {
    margin-top: -.16rem
}

.bet-container-lottery-note-result div ul li  {
    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
}

.bet-container-lottery-note-result div ul li h3  {
    font-size: .37333rem;
    color: #333
}

.bet-container-lottery-note-result div ul li p  {
    font-size: .32rem;
    color: #7e829f;
    padding-top: .17333rem;
    padding-bottom: .29333rem
}

.bet-container-lottery-note-result div ul li:last-of-type p  {
    padding-bottom: 0!important
}

.red  {
    background: #fb4e4e
}

.green  {
    background: #49ce9b
}

.violet  {
    background: #c57aff
}

.red_violet  {
    background-image: -webkit-linear-gradient(top left,#fb4e4e 50%,#eb43dd 0);
    background-image: linear-gradient(to bottom right,#fb4e4e 50%,#eb43dd 0)
}

.green_violet  {
    background-image: -webkit-linear-gradient(top left,#40ad72 50%,#eb43dd 0);
    background-image: linear-gradient(to bottom right,#40ad72 50%,#eb43dd 0)
}

.big_binguo ,.small_binguo ,.sum_binguo  {
    font-size: .32rem!important;
    min-width: .56rem!important;
    height: .56rem!important;
    border-radius: .10667rem!important;
    line-height: .56rem!important;
    padding: 0 .05333rem;
    display: block!important
}

.big_binguo  {
    color: #fff!important;
    background-color: #0b462a!important
}

.small_binguo  {
    color: #0b462a!important;
    background-color: #fff!important
}

.sum_binguo  {
    color: #0b462a!important;
    background-color: #f9bc36!important
}

.binguo_select  {
    width: .56rem!important;
    height: .56rem!important;
    border-radius: 50%;
    border: .01333rem solid #0b462a;
    color: #0b462a!important;
    text-align: center!important;
    font-size: .4rem;
    font-style: normal;
    font-weight: 400;
    line-height: .56rem!important;
    display: block!important
}

.binguo_result  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.binguo_result div  {
    width: .56rem!important;
    height: .56rem!important;
    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
}

.binguo_result .result_item  {
    margin-right: .10667rem;
    border-radius: 50%;
    border: .01333rem solid #333;
    color: #333!important;
    font-size: .4rem
}

.binguo_result .binguo_sum  {
    background: #87C7AF;
    color: #0b462a;
    border-radius: .10667rem
}

.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%
}

.content  {
    padding: .29333rem .32rem 0;
    position: relative;
    z-index: 99;
    width: 10rem;
    height: 100%;
    background: #fbfcfd;
    margin-top: -.58667rem;
    border-top-right-radius: .53333rem;
    border-top-left-radius: .53333rem
}

.content-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;
    width: 9.30667rem;
    height: 1.46667rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin-top: .4rem;
    color: #222;
    padding: .13333rem .33333rem .13333rem .32rem
}

.content-item img  {
    width: 1.06667rem;
    padding-right: .32rem
}

.content-item span  {
    font-size: .37333rem;
    color: #222
}

.content-item-title  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -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%
}

.customer-container-header  {
    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;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.customer-container-header  .navbar .navbar__content .navbar__content-left .van-icon,.customer-container-header  .navbar .navbar__content .navbar__content-center {
    color: #fff
}

.customer-container-header-belly  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.customer-container-header-belly img  {
    width: 90%
}

.customer-container .cg  {
    background: #FBFCFD;
    border-radius: .53333rem;
    margin-top: -.26667rem;
    z-index: 2;
    position: relative;
    padding: .53333rem .26667rem
}

.customer-container .cg .cg2  {
    background: #fff;
    border-radius: .26667rem;
    padding: .26667rem;
    box-shadow: 0 .02667rem .08rem #b0b0b040
}

.customer-container .cg .cg2 .til1  {
    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;
    border-bottom: .01333rem solid #D6D6D6;
    padding-bottom: .26667rem;
    margin-bottom: .26667rem
}

.customer-container .cg .cg2 .til1 .left  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .26667rem
}

.customer-container .cg .cg2 .til1 .left p  {
    color: #222;
    font-size: .32rem;
    word-break: break-all;
    max-width: 6rem
}

.customer-container .cg .cg2 .til1 .left .err  {
    width: .8rem;
    height: .8rem;
    background: #D6D6D6
}

.customer-container .cg .cg2 .til1 .btn  {
    color: var(--primary-color);
    border: .01333rem solid var(--primary-color);
    border-radius: .13333rem;
    padding: .06667rem .4rem
}

.customer-container .cg .cg2 .til2  {
    color: #888;
    font-size: .29333rem;
    word-break: break-all
}

.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%
}

.feedback-container-content  {
    padding: 0 .32rem
}

.feedback-container-content-text  {
    height: 9.13333rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    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: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .53333rem
}

.feedback-container-content-text-wrapper  {
    width: 100%;
    height: 5.33333rem
}

.feedback-container-content-text span  {
    font-size: .32rem;
    color: var(--primary-color)
}

.feedback-container-content-text textarea  {
    border: none;
    font-size: .32rem;
    width: 100%;
    height: 100%
}

.feedback-container-content-uploadImg img  {
    width: 1.86667rem
}

.feedback-container-content-describe  {
    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: .97333rem 0 1.12rem
}

.feedback-container-content-describe h5  {
    font-size: .37333rem;
    color: #333;
    margin-bottom: .2rem
}

.feedback-container-content-describe img  {
    width: 5.86667rem;
    margin-top: .49333rem
}

.feedback-container-footer  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 1.06667rem;
    width: 100%;
    padding-bottom: .66667rem
}

.feedback-container-footer button  {
    width: 8.98667rem;
    height: .93333rem;
    font-size: .4rem;
    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;
    border: 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%
}

.gamestats-container-header  {
    padding: .4rem 0 0;
    width: 100%;
    overflow: auto
}

.gamestats-container-header-items  {
    width: 11.33333rem
}

.gamestats-container-header  .van-tabs__wrap {
    height: .8rem
}

.gamestats-container-header  .van-tabs--card .van-tabs__wrap .van-tab--card {
    width: 100%;
    height: .8rem;
    background: #ffffff;
    box-shadow: none;
    border-radius: .53333rem;
    font-size: .34667rem;
    text-align: center;
    color: #80849c;
    border: none;
    margin: 0 .06667rem
}

.gamestats-container-header  .van-tabs--card .van-tabs__wrap .van-tabs__nav--card {
    border: none;
    background: transparent
}

.gamestats-container-header  .van-tabs--card .van-tabs__wrap .van-tab--active {
    background: -webkit-linear-gradient(top,#fe6868 0%,#ff8e8a 100%);
    background: linear-gradient(180deg,#fe6868 0%,#ff8e8a 100%);
    box-shadow: 0 .08rem .16rem #d0d0ed99,inset 0 -.05333rem .13333rem #fff6f4;
    color: #fff
}

.gamestats-container-banner  {
    height: 3.2rem;
    color: #fff;
    background: -webkit-linear-gradient(331.77deg,#ff6765 26.37%,#ffc4a3 89.18%);
    background: linear-gradient(118.23deg,#ff6765 26.37%,#ffc4a3 89.18%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem #fff6f4;
    border-radius: .26667rem;
    margin: .4rem .32rem 0;
    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
}

.gamestats-container-banner h1  {
    font-size: .56rem;
    font-weight: 700
}

.gamestats-container-banner span  {
    margin-top: .32rem;
    font-size: .4rem
}

.gamestats-container-list-wrapper  {
    padding-bottom: .50667rem
}

.gamestats-container-items  {
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    margin: .32rem;
    padding: 0 .53333rem 0 .26667rem
}

.gamestats-container-item  {
    padding-top: .36rem
}

.gamestats-container-item :last-child {
    padding-bottom: .36rem
}

.gamestats-container-item h1  {
    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;
    padding-bottom: .18667rem
}

.gamestats-container-item h1 img  {
    width: .8rem;
    margin-right: .16rem;
    margin-left: .05333rem
}

.gamestats-container-item h1 span  {
    font-size: .4rem;
    font-weight: 700;
    color: #f95959
}

.gamestats-container-item-content  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .10667rem
}

.gamestats-container-item-content img  {
    width: .29333rem;
    margin-right: .42667rem;
    margin-left: .29333rem
}

.gamestats-container-item-content-list  {
    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: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.gamestats-container-item-content-list 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;
    width: 100%;
    padding-bottom: .25333rem
}

.gamestats-container-item-content-list div :last-of-type {
    padding-bottom: 0!important
}

.gamestats-container-item-content-list div h4  {
    font-size: .37333rem;
    color: #666
}

.gamestats-container-item-content-list div h5  {
    font-size: .37333rem;
    color: #333
}

.gamestats-container-item-content-list div span  {
    font-size: .37333rem;
    color: #2fb192
}

.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%
}

.gverify-container-header  {
    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: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.gverify-container-header .navbar  {
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.gverify-container-header-belly  {
    padding-left: 1.89333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.gverify-container-header-belly img  {
    width: 5.44rem
}

.gverify-container-content  {
    padding: 0 .4rem;
    margin-top: .4rem
}

.gverify-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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .45333rem
}

.gverify-container-content-item-title  {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .61333rem;
    font-size: .4rem;
    color: #333
}

.gverify-container-content-item img  {
    width: .90667rem;
    padding-right: .18667rem
}

.gverify-container-content-item-tip  {
    font-size: .34667rem;
    color: #666;
    position: relative;
    margin-bottom: .4rem;
    line-height: .53333rem;
    padding-left: .66667rem
}

.gverify-container-content-item-tip :after {
    content: "";
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAACXBIWXMAAAsTAAALEwEAmpwYAAABRklEQVR4Aa2VzW2DMBSA3zNIVW8ZgW7QERihG5QV8teWU+GEQpWGThBG6AZxJ2CEZAQubaUq8asNJE1RIA74O3CwrQ/8CdkIEnqJXGDMBSE4Tn0OPUGK41uwITuMEKTwswvR9zfQEQYW3f1/DXhwZa1pPnumRTCADrDGGcQA6DqjeeSBMWlpdgCtJb3O1hRFDpiRHsmLJPFSR64p3buL3pnqbU5aMlC9iyQNvbtIK7DqHa/qSXpID7j13iakJUVvtpJZ7m0wCjrykZj70j9yw1LMgXahQal4A/y8wbGfmmj6of5bHD7x/UAf6QYEDXHy+F6f6CBV3eRW2XeCkyA/teIyKcoDHLYhjtoPcF1p1W3KdRafkaqtym7jhxQuwG6WqW5fCY5Od2uXCsblPXV8Psqtbr1z3dpA9aCFvFGFvAAZ47rd2vgFQjh6PRqvw0EAAAAASUVORK5CYII=) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: .06667rem;
    left: .13333rem
}

.gverify-container-button  {
    width: 8.56rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    border: .01333rem solid var(--primary-color);
    border-radius: .93333rem;
    font-size: .4rem;
    color: #fff;
    margin: .66667rem auto .56rem;
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846
}

.gverify-container  .navbar__content .navbar__content-center,.gverify-container  .navbar__content .van-icon {
    color: #fff
}

.popup  {
    min-height: 6.34667rem
}

.popup-content  {
    padding: 0 0 .53333rem
}

.popup-content .info  {
    min-height: 2.4rem;
    border: .01333rem solid #ebebed;
    padding: .26667rem;
    border-radius: .26667rem;
    margin-bottom: .66667rem
}

.popup-content .info .txt  {
    font-size: .32rem;
    color: #333;
    line-height: .53333rem
}

.popup-content .box .label  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    font-size: .42667rem;
    margin-bottom: .26667rem
}

.popup-content .box .label .img  {
    width: .64rem;
    height: .64rem;
    display: block;
    margin-right: .13333rem
}

.popup-content .box .input  {
    height: 1.17333rem;
    line-height: 1.17333rem;
    border-radius: .26667rem;
    border: none;
    width: 100%;
    padding: 0 .53333rem;
    background-color: #f2f4ff;
    font-size: .37333rem
}

.popup-content .box .lab  {
    margin-top: .26667rem;
    color: #666
}

.popup-content .box .lab .icon  {
    font-size: .4rem;
    color: var(--primary-color);
    margin-right: .13333rem
}

.popup-content .box .lab>span  {
    color: var(--primary-color)
}

.popup-content .box .other  {
    margin-top: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #333;
    font-size: .37333rem
}

.popup-content .box .other .service  {
    display: inline-block;
    padding: .13333rem .4rem;
    border: .01333rem solid #666;
    border-radius: .13333rem;
    color: #666;
    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%
}

.guide-container  {
    padding: 0 .32rem .4rem
}

  .guide-container-content {
    font-size: .34667rem;
    color: #666
}

  .guide-container-content img {
    max-width: 99%!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%
}

.bonus-header  {
    min-height: 4.26667rem;
    width: 100%;
    background-image: url(/assets/png/invitation_bg-cba7474d.png),-webkit-linear-gradient(left,#FB5C5B 0%,#FF988C 100%);
    background-image: url(/assets/png/invitation_bg-cba7474d.png),linear-gradient(90deg,#FB5C5B 0%,#FF988C 100%);
    background-position: .36rem .36rem,top;
    background-repeat: no-repeat;
    background-size: 2.74667rem 2.62667rem,100% calc(100% - 1.73333rem);
    padding-top: .36rem;
    color: #fff
}

.bonus-header .left  {
    padding-left: 3.46667rem
}

.bonus-header .title  {
    font-size: .48rem;
    margin-bottom: .58667rem
}

.bonus-header .tip  {
    font-size: .32rem;
    margin-bottom: .21333rem
}

.bonus-header .time  {
    font-size: .48rem;
    font-weight: 500;
    margin-bottom: .34667rem
}

.bonus-header .nav  {
    width: calc(100% - .64rem);
    margin: auto;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    background-color: #fff;
    padding: .32rem 0;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-radius: .26667rem
}

.bonus-header .nav>div  {
    width: 50%;
    text-align: center;
    font-size: .32rem;
    min-height: 1.68rem;
    padding-top: 1.36rem;
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: top
}

.bonus-header .nav>div.rule  {
    background-image: url(/assets/svg/inviterule-c8d78199.svg)
}

.bonus-header .nav>div.record  {
    background-image: url(/assets/svg/inviterecord-610ce16f.svg)
}

.bonus-container  {
    padding: .32rem
}

.bonus-items  {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    margin-top: .26667rem;
    padding-bottom: .46667rem
}

.bonus-items .head  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 1.06667rem;
    margin-bottom: .26667rem
}

.bonus-items .head .left  {
    background-color: #babfe0;
    min-width: 3.73333rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    padding: 0 .93333rem 0 .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .26667rem 0 0;
    position: relative;
    color: #fff;
    background-image: url(/assets/svg/unfinish-43bc1495.svg);
    background-repeat: no-repeat;
    background-size: .64rem;
    background-position: right .4rem center
}

.bonus-items .head .left :before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: .4rem;
    height: 100%;
    background-image: -webkit-linear-gradient(200deg,#fff 50%,transparent 50%);
    background-image: linear-gradient(250deg,#fff 50%,transparent 50%)
}

.bonus-items .head .left>div  {
    min-width: .48rem;
    height: .48rem;
    background-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;
    color: #babfe0;
    border-radius: 50%;
    margin-left: .10667rem
}

.bonus-items .head .right  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    line-height: .34667rem;
    padding-right: .26667rem;
    color: #ff7d06;
    font-weight: 700;
    border-bottom: .01333rem solid #EAEAEA
}

.bonus-items .head.isFinshed .left  {
    background-image: url(/assets/svg/righticon-84e23970.svg);
    background-color: #00ba82
}

.bonus-items .head.isFinshed .left>div  {
    color: #00ba82
}

.bonus-items .detail  {
    background-color: #f6f6f6;
    border-radius: .05333rem;
    min-height: .66667rem;
    line-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - .64rem);
    margin: auto
}

.bonus-items .detail>div  {
    width: 50%
}

.bonus-items .detail .text  {
    padding: 0 .26667rem;
    font-size: .32rem;
    color: #666
}

.bonus-items .detail .people ,.bonus-items .detail .num  {
    text-align: center;
    font-size: .37333rem
}

.bonus-items .detail .num  {
    color: #f64646
}

.bonus-items .detail+.detail  {
    margin-top: .13333rem
}

.bonus-items .line  {
    border: .01333rem solid #DADDF0;
    margin: .48rem auto;
    position: relative;
    width: calc(100% - 1.14667rem);
    padding: 0 .13333rem
}

.bonus-items .line :after,.bonus-items .line :before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #f7f8ff;
    position: absolute;
    width: .56rem;
    height: .56rem;
    top: -.28rem
}

.bonus-items .line :after {
    right: -.82667rem
}

.bonus-items .line :before {
    left: -.82667rem
}

.bonus-items .task  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 1.06667rem
}

.bonus-items .task>div  {
    width: 50%;
    text-align: center
}

.bonus-items .task>div .peopleval ,.bonus-items .task>div .rechargeval  {
    font-size: .42667rem;
    font-weight: 500;
    margin-bottom: .13333rem
}

.bonus-items .task>div .peopleval  {
    color: #ff650f
}

.bonus-items .task>div .rechargeval  {
    color: #ff3536
}

.bonus-items .task>div .text  {
    color: #666
}

.bonus-items .btn  {
    background: -webkit-linear-gradient(top,#CFD1DE 0%,#C7C9D9 100%);
    background: linear-gradient(180deg,#CFD1DE 0%,#C7C9D9 100%);
    box-shadow: 0 .05333rem #b6bad0;
    font-size: .4rem;
    font-weight: 700;
    color: #fff;
    min-height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    width: calc(100% - .53333rem);
    margin: .42667rem auto 0;
    border-radius: .93333rem
}

.bonus-items .btn.active  {
    background: -webkit-linear-gradient(top,#FF897C,#F95959);
    background: linear-gradient(180deg,#FF897C,#F95959);
    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%
}

.languages  {
    padding-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%
}

  .dialog__container .dialog__container-img {
    width: 3.73333rem;
    height: 2.4rem;
    margin-top: -1.06667rem
}

  .dialog__container .dialog__container-img img {
    width: 100%;
    height: 100%
}

.Laundry-page  {
    overflow: hidden;
    padding: 0 .32rem
}

.Laundry-page  .navbar-right {
    width: .6rem
}

.Laundry-page  .van-nav-bar {
    background: #f7f8ff
}

.Laundry-page  .van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon {
    color: #333
}

.Laundry-page .bet-container__header  {
    background-color: #f7f8ff;
    position: relative
}

.Laundry-page-searchBar  {
    margin-top: -.13333rem;
    padding-bottom: .24rem
}

.Laundry-page .tabs  {
    background: transparent
}

.Laundry-page .tab_item  {
    width: 2.53333rem;
    height: 1.33333rem;
    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: 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
}

.Laundry-page .tab_item img  {
    height: .66667rem
}

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

.Laundry-page .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 .08rem .16rem #d0d0ed99,inset 0 -.05333rem .13333rem #fff6f4
}

.Laundry-page  :v-deep(.fun-tabs .fun-tab-item) {
    padding: .18667rem 0
}

.Laundry-page-tabBar  {
    padding-inline:.32rem}

.Laundry-page-tabBar  .van-tabs__nav--card {
    height: 1.86667rem;
    margin: 0
}

.Laundry-page-tabBar  .van-tabs__nav--card .van-tab--card {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.Laundry-page-tabBar  .van-tabs__nav--card .van-tab--card>span {
    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;
    width: 100%;
    height: 100%
}

.Laundry-page-tabBar  .van-tabs__nav--card .van-tab--card>span img {
    width: .66667rem;
    height: auto
}

.Laundry-page-tabBar  .van-tabs__nav--card .van-tab--card>span span {
    font-size: .32rem
}

.Laundry-page-tabBar  .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 .08rem .16rem #d0d0ed99,inset 0 -.05333rem .13333rem #fff6f4
}

.Laundry-page .laundry-page_container .laundry-page_box  {
    background: #fff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_box .title  {
    height: .66667rem;
    line-height: .66667rem;
    font-size: .37333rem
}

.Laundry-page .laundry-page_container .laundry-page_box .lab  {
    display: inline-block;
    height: .66667rem;
    line-height: .66667rem;
    border: .01333rem solid #f95959;
    border-radius: .13333rem;
    padding: 0 .16rem 0 .66667rem;
    font-size: .29333rem;
    color: #f95959;
    position: relative
}

.Laundry-page .laundry-page_container .laundry-page_box .lab :after {
    content: "";
    display: block;
    height: .66667rem;
    width: .66667rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAfCAMAAADOWS1PAAAAPFBMVEUAAAD7WVn5WFj6WVn5WFj5WVn5WFj4WFj6WFj5WFj5Wlr5WVn6WVn4WVn8V1f/YGD4Wlr6XFz/UFD5WVmiIy06AAAAE3RSTlMAH99fn89/v48/7++/r08Qby8QpzlMxQAAAJZJREFUKM+t0tsOgyAQRdEDw0UQa9v5/3+thtATS+ep3W+64kTI4N3znlWjOHxWtlV74QawRzreMx/Gp5J1KsopSb+2AKJGgmhRhpr9iYJbDAr8Z0zi/CBLSFuJlCsJ9thlIu+wU0jdhpBolF8uKlvSUCwScwESjmSdocopPA6LXNQ0bRMTT6hcXw7lsGuJw6akaW2Fzy9JNyvfb+KcygAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: auto 70%;
    position: absolute;
    left: 0;
    top: 0
}

.Laundry-page .laundry-page_container .laundry-page_box .number  {
    color: #151515;
    font-weight: 700;
    font-size: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    margin: .26667rem 0
}

.Laundry-page .laundry-page_container .laundry-page_box .number .wallet  {
    width: .53333rem;
    margin-right: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_box .txt  {
    background: #f6f6f6;
    margin-bottom: .2rem;
    width: 85%;
    line-height: .4rem;
    padding: .2rem;
    font-size: .29333rem;
    border-radius: .13333rem;
    color: #888
}

.Laundry-page .laundry-page_container .laundry-page_box .tip  {
    padding: .2rem;
    color: #888
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item  {
    width: calc(50% - .09333rem);
    background: #f6f6f6;
    padding: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .tit  {
    color: #666;
    font-size: .29333rem;
    margin-bottom: .13333rem
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num  {
    color: #ff7f22;
    font-size: .42667rem;
    font-weight: 700
}

.Laundry-page .laundry-page_container .laundry-page_box .c-row .item .num.red  {
    color: #f95959
}

.Laundry-page .laundry-page_container .laundry-page_box .btn  {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: #bcbfd5;
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #fff;
    border: none;
    margin-top: .08rem
}

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

.Laundry-page .laundry-page_container .laundry-page_box .rule  {
    height: .8rem;
    line-height: .8rem;
    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: .32rem;
    color: #666;
    margin-top: .13333rem
}

.Laundry-page .laundry-page_container .laundry-page_box .rule-img  {
    height: .53333rem;
    width: .53333rem
}

.Laundry-page .laundry-page_container .laundry-page_list  {
    margin-top: .26667rem;
    padding-bottom: .4rem
}

.Laundry-page .laundry-page_container .laundry-page_list .title  {
    height: .66667rem;
    line-height: .66667rem;
    padding-left: .26667rem;
    font-weight: 700;
    font-size: .48rem;
    position: relative;
    margin-bottom: .26667rem
}

.Laundry-page .laundry-page_container .laundry-page_list .title :before {
    display: block;
    content: "";
    height: .4rem;
    width: .08rem;
    background: #f64646;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translateY(-50%)
}

.Laundry-page .laundry-page_container .laundry-page_list .list  {
    margin-top: .26667rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item  {
    margin-bottom: .26667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header  {
    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;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: .01333rem solid #dbdbdb
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .name  {
    font-size: .4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .time  {
    font-size: .29333rem;
    color: #888
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .header .state  {
    font-size: .37333rem;
    color: #40c592
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #7e829f;
    font-size: .32rem;
    height: 2.4rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox  {
    padding: .2rem 0;
    margin-right: .2rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left .imgBox .img  {
    height: 100%
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .left div>p  {
    line-height: .8rem;
    font-size: .32rem
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right  {
    text-align: right
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p  {
    line-height: .8rem;
    font-size: .32rem;
    color: #333
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.red  {
    color: #f95959
}

.Laundry-page .laundry-page_container .laundry-page_list .list .item .body .right>p.orange  {
    color: #ff7f22
}

.Laundry-page .laundry-page_container .laundry-page_list .all-record  {
    height: 1rem;
    border-color: #fa5a5a!important;
    color: #fa5a5a!important
}

.Laundry-page  .dialog__container-content {
    text-align: center
}

.Laundry-page  .dialog__container-content .Laundry-Con_tip {
    font-size: .32rem;
    color: #666;
    margin: 0 0 .53333rem
}

.Laundry-page  .dialog__container-content .Laundry-Con_txt {
    font-size: .32rem;
    color: #333
}

.Laundry-page  .dialog__container-content .Laundry-Con_txt .number {
    color: #ff7f22;
    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%
}

.coins-container  {
    padding: 0 .32rem
}

.coins-container-header  {
    height: 2.26667rem;
    width: 100%;
    border-radius: .13333rem;
    position: relative
}

.coins-container-header .bg2  {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.coins-container-header .imgBanner  {
    width: 1.96rem;
    height: 1.93333rem;
    position: absolute;
    right: .54667rem;
    top: .17333rem;
    z-index: 99
}

.coins-container-header .tip  {
    position: absolute;
    top: .48rem;
    left: .38667rem
}

.coins-container-header .tip div  {
    color: #fff;
    font-size: .58667rem
}

.coins-container-header .tip div :first-child {
    font-weight: 700;
    font-size: .37333rem;
    margin-bottom: .34667rem
}

.coins-container-content-desc  {
    font-size: .37333rem;
    padding-top: .33333rem
}

.coins-container-content-desc h2  {
    color: #666;
    padding-bottom: .18667rem
}

.coins-container-content-desc h3  {
    color: #333;
    padding-bottom: .18667rem
}

.coins-container-content-desc span  {
    color: #f95959
}

.coins-container-content-vipcard  {
    margin: .26667rem 0;
    padding: .45333rem .28rem .13333rem;
    background: #fff;
    border-radius: .13333rem
}

.coins-container-content-vipcard-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;
    font-weight: 700;
    font-size: .42667rem;
    margin-bottom: .32rem
}

.coins-container-content-vipcard-title img  {
    width: .72rem;
    height: .49333rem;
    margin-right: .16rem
}

.coins-container-content-vipcard h1  {
    position: relative
}

.coins-container-content-vipcard h1 input  {
    height: 1.17333rem;
    width: 8.8rem;
    border-radius: 1.17333rem;
    background: #f2f2f2;
    color: #333;
    font-size: .37333rem;
    border: none;
    padding-left: .74667rem
}

.coins-container-content-vipcard h1 span  {
    font-size: .29333rem;
    color: var(--primary-color)
}

.coins-container-content-vipcard h1 .clearImg  {
    position: absolute;
    width: .64rem;
    height: .64rem;
    right: .53333rem;
    top: .26667rem
}

.coins-container-content-vipcard h2  {
    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;
    margin-top: .62667rem;
    margin-bottom: .57333rem
}

.coins-container-content-vipcard h2 p  {
    color: #333
}

.coins-container-content-vipcard h2 div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.coins-container-content-vipcard h2 img  {
    width: .48rem;
    height: .48rem;
    margin-right: .12rem
}

.coins-container-content-vipcard h2 span  {
    color: #ffa408
}

.coins-container-content-vipcard-coin  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.coins-container-content-vipcard-coin 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-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 2.66667rem;
    height: 1.33333rem;
    border-radius: .13333rem;
    border: .01333rem solid #dfdede;
    font-size: .32rem;
    margin-bottom: .26667rem
}

.coins-container-content-vipcard-coin div h1  {
    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
}

.coins-container-content-vipcard-coin div h1 img  {
    width: .4rem;
    height: .4rem;
    margin-right: .10667rem
}

.coins-container-content-vipcard-coin div h1 span  {
    color: #ff7d06;
    font-size: .34667rem
}

.coins-container-content-vipcard-coin div p  {
    text-align: center;
    margin-top: .08rem
}

.coins-container-content-btn  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.coins-container-content-btn button  {
    width: 100%;
    height: .93333rem;
    border-radius: .93333rem;
    font-size: .42667rem;
    margin-top: .34667rem
}

.coins-container-content-btn .redeem  {
    color: #fff;
    border: none;
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%)
}

.coins-container-content-btn .gainCoins  {
    border: .01333rem solid #fa5a5a;
    background: #f7f8ff;
    color: #333
}

.coins-container-content-btn .gainCoins span  {
    color: #fa5a5a
}

.coins-container-content-recordcard  {
    background: #fff;
    width: 100%;
    border-radius: .13333rem;
    padding: .42667rem .18667rem .53333rem;
    margin-top: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.coins-container-content-recordcard-title  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: .42667rem
}

.coins-container-content-recordcard-title img  {
    width: .53333rem;
    height: .53333rem;
    margin-right: .21333rem;
    margin-top: .05333rem
}

.coins-container-content-recordcard-title h1  {
    width: 100%;
    padding-bottom: .26667rem
}

.coins-container-content-recordcard-items  {
    padding-top: .61333rem
}

.coins-container-content-recordcard-items h1  {
    color: #333;
    font-size: .45333rem;
    margin-bottom: .24rem
}

.coins-container-content-recordcard-items p  {
    color: #666;
    font-size: .34667rem;
    margin-bottom: .61333rem
}

.coins-container-content-recordcard-items 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;
    padding-bottom: .53333rem
}

.coins-container-content-recordcard-items div img  {
    width: .48rem;
    height: .48rem
}

.coins-container-content-recordcard-items div h2  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.coins-container-content-recordcard-items div h2 img  {
    width: .48rem;
    height: .48rem;
    margin-right: .18667rem
}

.coins-container-content-recordcard-items div h2 span  {
    color: #333;
    font-size: .4rem
}

  .van-dialog {
    overflow: visible
}

  .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
}

  .explain {
    box-shadow: none
}

.van-dialog__content  {
    padding-bottom: .26667rem
}

.van-dialog__content img.succeed  {
    width: 3.73333rem
}

.van-dialog__content-title  {
    color: #151515;
    font-weight: 700;
    font-size: .48rem;
    margin: .32rem 0 .6rem
}

.van-dialog__content-note  {
    margin-bottom: 2.5rem;
    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: .37333rem;
    width: 100%
}

.van-dialog__content-note div  {
    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
}

.van-dialog__content-note div h2  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: .37333rem;
    color: #ffa408
}

.van-dialog__content-note div h2 img  {
    width: .48rem;
    margin: 0 .13333rem 0 .8rem
}

.van-dialog__content-btn  {
    width: 5.33333rem;
    height: 1.06667rem;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141;
    border-radius: 1.06667rem;
    text-align: center;
    line-height: 1.06667rem;
    font-size: .42667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5);
    margin-bottom: .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%
}

.myCps  {
    padding: 0 .26667rem
}

.myCps .state  {
    width: 2.26667rem;
    position: absolute;
    bottom: -.02667rem;
    left: -.01333rem;
    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;
    color: #fff;
    text-shadow: 0 .02667rem .01333rem #8F9DD0;
    font-size: .29333rem;
    font-weight: 500;
    padding: .2rem .13333rem
}

.myCps .state.state1  {
    background: url(/assets/png/orderPending-800494a8.png) no-repeat center;
    background-size: 100% 100%
}

.myCps .state.state2  {
    background: url(/assets/png/orderCanceled-24ddf61e.png) no-repeat center;
    background-size: 100% 100%
}

.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%
}

.notification-container  {
    padding: 0 .32rem .4rem
}

.notification-container-content  {
    min-height: 2.66667rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: .34667rem .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: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .32rem
}

.notification-container-content-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
}

.notification-container-content-title span  {
    font-size: .42667rem;
    color: #151515
}

.notification-container-content-title img  {
    width: .66667rem;
    margin-right: .16rem
}

.notification-container-content-detail  {
    height: 100%;
    font-size: .34667rem;
    line-height: .66667rem;
    color: #666;
    padding: .4rem .6rem .4rem .8rem
}

.notification-container-content h5  {
    font-size: .32rem;
    color: #888;
    padding-left: .8rem
}

.notification-container-empty  {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-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%
}

.redeem-container-header  {
    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: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.redeem-container-header-belly  {
    padding-left: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.redeem-container-header-belly img  {
    width: 7.92rem
}

.redeem-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.redeem-container-receive  {
    height: 7.33333rem;
    width: calc(100% - .64rem);
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    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;
    padding: .33333rem .46667rem;
    margin-top: .4rem
}

.redeem-container-receive p  {
    font-size: .37333rem;
    color: #666;
    padding-top: .16rem
}

.redeem-container-receive h4  {
    font-size: .37333rem;
    color: #333;
    margin-top: .90667rem
}

.redeem-container-receive input  {
    width: 8.82667rem;
    height: 1.06667rem;
    background: #ebebeb;
    border-radius: .8rem;
    border: none;
    font-size: .4rem;
    color: #000;
    padding: .29333rem .56rem;
    margin-top: .34667rem
}

.redeem-container-receive input ::-webkit-input-placeholder {
    font-size: .4rem;
    color: #a6a6a6
}

.redeem-container-receive input ::placeholder {
    font-size: .4rem;
    color: #a6a6a6
}

.redeem-container-receive h5  {
    font-size: .32rem;
    color: var(--primary-color);
    margin-top: .16rem;
    padding-left: .36rem
}

.redeem-container-receive button  {
    width: 8.8rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141;
    border-radius: 1.06667rem;
    font-size: .4rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5);
    border: none;
    margin-top: .74667rem
}

.redeem-container-record  {
    margin: .4rem 0 .29333rem;
    width: calc(100% - .64rem);
    padding: .34667rem .32rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem
}

.redeem-container-record-title  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.redeem-container-record-title img  {
    width: .64rem;
    padding-right: .13333rem
}

.redeem-container-record-title span  {
    font-size: .4rem;
    color: #333
}

.redeem-container-record-itemsBox  {
    height: 8.66667rem;
    overflow-y: auto
}

.redeem-container-record-item  {
    padding: .45333rem 0;
    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
}

.redeem-container-record-item img  {
    width: .64rem
}

.redeem-container-record-item-left  {
    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: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.redeem-container-record-item-left h5  {
    font-size: .4rem;
    color: #2fb192
}

.redeem-container-record-item-left span  {
    padding-top: .26667rem;
    font-size: .32rem;
    color: #666
}

.redeem-container-record-item-right  {
    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;
    width: 2.53333rem;
    height: .53333rem;
    border: .00667rem solid #ffa654;
    border-radius: .13333rem;
    padding: 0 .2rem
}

.redeem-container-record-item-right img  {
    margin-top: -.05333rem;
    width: .4rem
}

.redeem-container-record-item-right span  {
    font-size: .34667rem;
    color: #ff7d06
}

.redeem-container  .navbar__content .navbar__content-center,.redeem-container  .navbar__content .van-icon {
    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%
}

.van-nav-bar  {
    background: transparent
}

.van-nav-bar__title ,.van-nav-bar__arrow  {
    color: #fff
}

.content  {
    position: relative;
    top: .32rem;
    padding-top: 2.4rem;
    -webkit-padding-after: .13333rem;
    padding-block-end:.13333rem}

.content .cg-default  {
    margin-top: 1.13333rem
}

.content .content-sub_title  {
    margin-top: .4rem
}

.content .content-sub_title>div  {
    font-size: .42667rem;
    color: #333;
    font-weight: 700;
    padding-left: .26667rem;
    margin-bottom: .26667rem;
    border-left: .08rem solid #f95959
}

.content .clearbutton  {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    border-radius: 1.06667rem;
    border: none;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

.content .clearbutton.disable-btn  {
    background: -webkit-linear-gradient(top,#cfd1df 0%,#c8cada 100%);
    background: linear-gradient(180deg,#cfd1df 0%,#c8cada 100%);
    box-shadow: 0 .05333rem #b6bad0
}

.setting_container .setting_container_item  {
    height: 1.86667rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    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;
    padding: .34667rem .28rem;
    margin-bottom: .4rem
}

.setting_container .setting_container_item div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.setting_container .setting_container_item img  {
    width: 1.06667rem;
    height: auto
}

.setting_container .setting_container_item span  {
    font-size: .37333rem;
    color: #666;
    padding: 0 .34667rem
}

.setting_container .setting_container_item span.green  {
    color: #29ad34
}

.setting_container .setting_container_item h5  {
    display: inline-block;
    font-size: .34667rem;
    color: #666;
    margin-right: .45333rem
}

.phone_container  {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .28rem;
    margin-bottom: .4rem
}

.phone_container-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;
    padding: .4rem 0
}

.phone_container-item img  {
    width: 1.06667rem
}

.phone_container-item-left  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.phone_container-item-left span  {
    font-size: .37333rem;
    color: #666;
    padding-left: .33333rem
}

.phone_container-item-right  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.phone_container-item-right span  {
    font-size: .37333rem;
    color: #333;
    padding-right: .24rem
}

.phone_container-item-right .phoneright ,.phone_container-item-right .emailright  {
    padding-right: .21333rem
}

.phone_container-item-right .phoneright>div ,.phone_container-item-right .emailright>div  {
    text-align: center
}

.phone_container-item-right .phoneright>div :nth-child(1),.phone_container-item-right .emailright>div :nth-child(1) {
    color: #666;
    font-size: .34667rem
}

.phone_container-item-right .phoneright>div :nth-child(2),.phone_container-item-right .emailright>div :nth-child(2) {
    color: #f64646;
    font-size: .34667rem
}

  .van-icon {
    font-size: .37333rem
}

.delAllRq  {
    width: 9.06667rem;
    height: .93333rem;
    line-height: .93333rem;
    background-image: -webkit-linear-gradient(#ff897c,#f95959);
    background-image: linear-gradient(#ff897c,#f95959);
    color: #fff;
    text-shadow: 0 .02667rem .01333rem 0 #e04846;
    border-radius: .46667rem;
    margin: .8rem auto;
    font-size: .4rem;
    text-align: center
}

  .dialog__container-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: fit-content;
    margin-top: 1.06667rem
}

  .dialog__container-footer .dialogBtn {
    width: 6.66667rem;
    height: 1.06667rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    border-radius: .53333rem;
    line-height: 1.06667rem;
    background-image: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background-image: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem 0 rgba(231,65,65,.5019607843);
    font-size: .42667rem;
    font-weight: 700;
    text-align: center
}

  .dialog__container-footer .dialogBtn+.dialogBtn {
    border: .01333rem solid #f95959;
    color: #f95959;
    background: #fff;
    text-shadow: none;
    box-shadow: none;
    font-weight: 400
}

  .userInfo__container-content__avatar {
    border-width: .05333rem
}

.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%
}

.TotalAssets__container  {
    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
}

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

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

.TotalAssets__container-header__left img  {
    margin-right: .21333rem
}

.TotalAssets__container-header__right  {
    height: .53333rem;
    border: .01333rem solid #ffffff;
    border-radius: .08rem;
    font-weight: 400;
    font-size: .29333rem;
    padding: 0 .36rem
}

.TotalAssets__container-header__right img  {
    margin-right: .09333rem
}

.TotalAssets__container-header__left ,.TotalAssets__container-header__right  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.TotalAssets__container-header__left img ,.TotalAssets__container-header__right img  {
    width: .4rem;
    height: .4rem;
    margin-right: .21333rem
}

.TotalAssets__container-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)
}

.TotalAssets__container-tip  {
    font-size: .29333rem
}

.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%
}

.StrongBoxRecordCard__container  {
    height: 3.73333rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .33333rem .18667rem .37333rem
}

.StrongBoxRecordCard__container-buttom  {
    width: 2.13333rem;
    height: .53333rem;
    border: .01333rem solid #ff8581;
    color: #f95959;
    font-weight: 500;
    font-size: .32rem;
    border-radius: .13333rem;
    text-align: center
}

.StrongBoxRecordCard__container>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
}

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

.StrongBoxRecordCard__container>div :last-child {
    margin-top: .26667rem
}

.StrongBoxRecordCard__container-num  {
    font-size: .4rem
}

.StrongBoxRecordCard__container-first  {
    height: .53333rem
}

.StrongBoxRecordCard__container-first.transferIn .StrongBoxRecordCard__container-buttom  {
    background-color: #ff8581;
    color: #fff
}

.StrongBoxRecordCard__container-first.transferIn .StrongBoxRecordCard__container-num  {
    font-size: .4rem;
    color: #ff9200
}

.StrongBoxRecordCard__container-rale  {
    height: .8rem;
    line-height: .8rem;
    background: #f2f2f2;
    font-size: .32rem;
    color: #f95959;
    padding: 0 .26667rem
}

.StrongBoxRecordCard__container-rale-num  {
    font-weight: 500;
    font-size: .37333rem;
    color: #fe474d
}

.StrongBoxRecordCard__container-last  {
    font-size: .32rem;
    color: #888
}

.StrongBoxRecordCard__container-last>span:last-child span+span  {
    margin-left: .24rem
}

.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%
}

.StrongBox__container  {
    position: relative;
    width: 100%;
    font-family: Inter,sans-serif;
    overflow: hidden;
    padding: 0 .32rem .34667rem
}

.StrongBox__container  .navbar__content-left .van-icon {
    line-height: 1.6rem;
    font-size: .48rem
}

.StrongBox__container-dailyRate  {
    margin: auto;
    width: 4.16rem;
    height: .53333rem;
    line-height: .53333rem;
    text-align: center;
    color: var(--primary-color);
    background: #ffffff;
    border-radius: .53333rem;
    font-weight: 400;
    font-size: .32rem;
    font-style: normal;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    margin-bottom: .26667rem
}

.StrongBox__container-income  {
    margin-top: .26667rem;
    min-height: 5.13333rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .4rem .18667rem .10667rem
}

.StrongBox__container-income-header  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.StrongBox__container-income-header-left ,.StrongBox__container-income-header-right  {
    text-align: center;
    padding-top: .12rem;
    width: 50%;
    padding: .12rem .26667rem 0
}

.StrongBox__container-income-header-left-text ,.StrongBox__container-income-header-right-text  {
    height: .37333rem;
    font-size: .32rem;
    color: #aeb0c6;
    margin: .16rem 0
}

.StrongBox__container-income-header-left-myrale ,.StrongBox__container-income-header-right-myrale  {
    height: .48rem;
    border: .01333rem solid #dbdbdb;
    border-radius: .53333rem;
    min-width: 2.93333rem;
    font-size: .29333rem;
    color: #a8abc0;
    margin: auto
}

.StrongBox__container-income-header-left-num  {
    color: #f95959;
    height: .48rem;
    line-height: .48rem;
    font-size: .48rem
}

.StrongBox__container-income-header-right  {
    border-left: .01333rem solid #daddf0
}

.StrongBox__container-income-header-right-num  {
    color: #333;
    height: .48rem;
    line-height: .48rem;
    font-size: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.StrongBox__container-income-buttom  {
    margin-top: .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.StrongBox__container-income-buttom>div  {
    width: 4.34667rem;
    height: .93333rem;
    line-height: .93333rem;
    border: .01333rem solid #f95959;
    border-radius: .13333rem;
    font-size: .37333rem;
    font-weight: 400;
    color: #f95959;
    text-align: center
}

.StrongBox__container-income-buttom>div+div  {
    background: #f95959;
    color: #fff
}

.StrongBox__container-income-tip  {
    font-size: .29333rem;
    color: var(--primary-color);
    margin-top: .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left
}

.StrongBox__container-income-godetail  {
    text-align: center;
    height: .4rem;
    line-height: .4rem;
    font-size: .32rem;
    color: #888;
    margin-top: .46667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.StrongBox__container-income-godetail img  {
    width: .42667rem;
    height: .42667rem
}

.StrongBox__container-record  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    font-size: .42667rem;
    color: #151515;
    margin-top: .8rem;
    margin-bottom: .49333rem
}

.StrongBox__container-record>img  {
    width: .64rem;
    height: .64rem
}

.StrongBox__container-record-card  {
    margin-bottom: .26667rem
}

.StrongBox__container-allRecord  {
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border: .01333rem solid #ff7374;
    box-shadow: 0 .05333rem .10667rem #d0d0ed80;
    border-radius: .8rem;
    font-weight: 400;
    font-size: .37333rem;
    color: #ff7374;
    margin-top: .8rem
}

.StrongBox__container-errorTip  {
    width: .4rem;
    height: .4rem;
    margin-right: .12rem
}

  .cancelOrderDialog {
    padding: .53333rem .26667rem;
    border-radius: .26667rem
}

  .cancelOrderDialog .van-dialog__content {
    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
}

  .cancelOrderDialog .van-dialog__content img {
    width: 2.13333rem;
    height: 2.13333rem
}

  .cancelOrderDialog .van-dialog__content p {
    margin-top: .34667rem;
    font-size: .48rem;
    font-weight: 700
}

  .cancelOrderDialog .van-dialog__content .tipText {
    margin-top: .26667rem;
    font-weight: 400;
    font-size: .32rem;
    color: #666
}

  .cancelOrderDialog .dialog-btnWrapper {
    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;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem;
    padding: 0 1rem
}

  .cancelOrderDialog .dialog-btnWrapper button {
    width: 3.12rem;
    height: 1.06667rem;
    color: #f95959;
    font-size: .42667rem;
    text-align: center;
    border-radius: 9rem;
    border: .01333rem solid #f95959;
    background: transparent
}

  .cancelOrderDialog .dialog-btnWrapper button:last-of-type {
    width: 4.34667rem;
    color: #fff;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

  .cancelOrderDialog.cancelOrderDialogSuccess .dialog-btnWrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.popupStyle  {
    overflow-y: "initial"
}

.popup__header  {
    height: .58667rem;
    font-weight: 400;
    font-size: .48rem;
    line-height: .58667rem;
    margin-top: .46667rem;
    text-align: center
}

.popup__amount  {
    width: 5.86667rem;
    height: .53333rem;
    background: #f6f6fa;
    border-radius: .8rem;
    color: #a7a7b6;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .22667rem;
    margin-bottom: .38667rem
}

.popup__amount div  {
    height: .36rem;
    line-height: .36rem;
    font-size: .29333rem;
    width: 50%;
    text-align: right;
    padding-right: .4rem
}

.popup__amount div+div  {
    border-left: .01333rem solid #d9d9d9;
    color: #ff9200;
    text-align: left;
    padding-left: .4rem
}

.popup__container  {
    padding: 0 .33333rem
}

.popup__container-sumbit  {
    height: 1.06667rem;
    line-height: 1.06667rem;
    color: #fff;
    background: #f95959;
    text-align: center;
    font-weight: 700;
    font-size: .45333rem;
    margin-top: .37333rem
}

.popup__container-sumbit.disabled  {
    background-color: #cbcddc;
    pointer-events: none
}

.popup__container-closeBtn  {
    width: .64rem;
    height: .64rem;
    position: absolute;
    top: 0;
    right: .29333rem
}

.popup__container-input  {
    border: .01333rem solid #b0b5d2;
    height: .93333rem;
    border-radius: .16rem;
    padding: 0 .26667rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.popup__container-input  .van-field__clear {
    font-size: .56rem
}

.popup__container-allBtn  {
    height: .48rem;
    font-weight: 400;
    font-size: .32rem;
    line-height: .48rem;
    color: #f95959;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .52rem
}

.popup__container-errorTip  {
    height: .48rem;
    line-height: .48rem;
    font-weight: 400;
    font-size: .29333rem;
    color: var(--primary-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .10667rem
}

.popup__container-multiple  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: .37333rem 0 .2rem
}

.popup__container-multiple>div  {
    width: calc(25% - .28rem);
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #F6F6F6;
    border-radius: .13333rem;
    font-weight: 400;
    font-size: .42667rem;
    color: #f95959;
    margin-bottom: .21333rem
}

.popup__container-multiple>div.active  {
    background: #F95959;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem .02667rem #fff6f4;
    color: #fff
}

.popup__container .betTip  {
    font-size: .32rem;
    font-weight: 400;
    color: #666;
    margin-top: .26667rem;
    margin-bottom: .58667rem
}

.popup__container .betTip span  {
    color: var(--primary-color)
}

.popup__container-numLine  {
    height: .8rem;
    line-height: .8rem;
    border: .01333rem solid #F6F6F6;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .34667rem
}

.popup__container-numLine-num  {
    font-weight: 400;
    font-size: .4rem;
    color: #333
}

.popup__container-numLine-num.red  {
    color: #f95959;
    font-weight: 500
}

.popup__container-numLine>div  {
    width: 50%;
    padding-left: .74667rem
}

.popup__container-numLine>div :first-child {
    background: -webkit-linear-gradient(152deg,transparent .46667rem,#F6F6F6 0) 0 0;
    background: linear-gradient(298deg,transparent .46667rem,#F6F6F6 0) 0 0;
    color: #8d90ac;
    padding-left: .26667rem
}

.popup__container-numLine+.popup__container-numLine  {
    margin-top: .25333rem
}

.popup__container-slider  {
    height: 1.86667rem;
    padding-top: .42667rem
}

.popup__container-slider-button  {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: -webkit-linear-gradient(top,rgb(251,255,75) 0%,rgb(255,151,29) 100%);
    background: linear-gradient(180deg,rgb(251,255,75) 0%,rgb(255,151,29) 100%);
    box-shadow: 0 .02667rem .05333rem .01333rem #7c000040;
    position: relative
}

.popup__container-slider-button :before {
    content: "";
    display: block;
    width: .42667rem;
    height: .42667rem;
    border-radius: 50%;
    background: -webkit-linear-gradient(top,#ff6658 0%,#e82e2e 70%);
    background: linear-gradient(180deg,#ff6658 0%,#e82e2e 70%);
    position: relative;
    top: .02667rem;
    left: .02667rem
}

.popup__container-slider-foot  {
    height: .53333rem;
    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: .30667rem
}

.popup__container-slider-foot>div  {
    height: .53333rem;
    line-height: .53333rem;
    border: .01333rem solid #fa999a;
    border-radius: .08rem;
    min-width: 1.06667rem;
    padding: 0 .2rem;
    color: #f95959;
    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%
}

.Xg-page  {
    overflow: hidden;
    background: #f7f8ff
}

.Xg-page  .navbar-fixed {
    background: -webkit-linear-gradient(left,#f95c5b 0%,#ff988d 100%)!important;
    background: linear-gradient(90deg,#f95c5b 0%,#ff988d 100%)!important
}

.Xg-page  .navbar-fixed .navbar__content .navbar__content-center,.Xg-page  .navbar-fixed .navbar__content .navbar__content-left .van-icon {
    color: #fff!important
}

.Xg-page .Xg-info  {
    padding: 0 .33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: -webkit-linear-gradient(left,#f95c5b 0%,#ff988d 100%);
    background: linear-gradient(90deg,#f95c5b 0%,#ff988d 100%)
}

.Xg-page .Xg-info .tit  {
    color: #fff;
    font-size: .56rem;
    font-weight: 700;
    margin: .53333rem 0 .66667rem
}

.Xg-page .tip ,.Xg-page .txt  {
    color: #fff;
    margin-bottom: .26667rem
}

.Xg-page .img  {
    width: 3.73333rem
}

.Xg-page-wrap  {
    padding: .26667rem .32rem
}

.Xg-page .tab  {
    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: 1.17333rem;
    color: #333;
    font-family: Poppins;
    font-size: .34667rem;
    font-weight: 400;
    line-height: .29333rem;
    margin-bottom: .4rem
}

.Xg-page .tab-item  {
    width: 4.53333rem;
    background: #fff;
    border-radius: .16rem;
    height: 100%;
    padding: .26667rem .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Xg-page .tab-item svg  {
    fill: #f95959;
    width: .64rem;
    height: .64rem;
    margin-right: .26667rem
}

.Xg-page  .empty__container {
    background: #fff;
    border-radius: .21333rem;
    padding: .26667rem
}

.Xg-page  .empty__container p {
    color: #666;
    margin: .13333rem 0
}

.Xg-page .go-bet  {
    width: 8.82667rem;
    height: .93333rem;
    background: -webkit-linear-gradient(top,#FF897C 0%,#F95959 100%);
    background: linear-gradient(180deg,#FF897C 0%,#F95959 100%);
    -webkit-filter: drop-shadow(0 .05333rem 0 #E04846);
    filter: drop-shadow(0 .05333rem 0 #E04846);
    color: #fff;
    text-align: center;
    line-height: .93333rem;
    font-size: .4rem;
    letter-spacing: .016rem;
    border-radius: 1.33333rem;
    margin: 0 auto
}

.Xg-page .receive-all  {
    height: .93333rem;
    border: .01333rem solid #FA5A5A;
    border-radius: .8rem;
    line-height: .93333rem;
    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;
    text-align: center;
    margin-bottom: .4rem;
    color: #fa5a5a
}

.Xg-page .receive-all.no-receive  {
    color: #666;
    border-color: #666
}

.Xg-page .receive-all svg  {
    width: .64rem;
    height: .64rem;
    margin-right: .26667rem;
    fill: currentColor
}

.Xg-page .Laundry-Con  {
    text-align: center
}

.Xg-page .Laundry-Con ul  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 7.2rem;
    margin: .13333rem 0
}

.Xg-page .Laundry-Con li  {
    width: 50%;
    text-align: center
}

.Xg-page .Laundry-Con li h3  {
    color: #fa5a5a;
    font-size: .45333rem;
    margin-bottom: .13333rem
}

.Xg-page .Laundry-Con li p  {
    color: #333
}

.Xg-list  {
    padding: 0 .26667rem
}

.Xg-list .m-b-20  {
    margin-bottom: .53333rem
}

.Xg-list .item  {
    background-color: #fff;
    border-radius: .26667rem;
    overflow: hidden
}

.Xg-list .item .header  {
    height: 1.06667rem;
    line-height: 1.06667rem;
    border-bottom: .01333rem solid #eaeaea;
    padding-right: .4rem
}

.Xg-list .item .header .tit  {
    background: -webkit-linear-gradient(left,#a4b1de 0%,#bdc9ee 95%);
    background: linear-gradient(90deg,#a4b1de 0%,#bdc9ee 95%);
    text-align: center;
    border-radius: .26667rem 0 .66667rem;
    color: #fff;
    width: 3.46667rem
}

.Xg-list .item .header .tit.action  {
    background: -webkit-linear-gradient(left,#ff3134 0%,#f9744f 95%);
    background: linear-gradient(90deg,#ff3134 0%,#f9744f 95%)
}

.Xg-list .item .header .tit.action2  {
    background: -webkit-linear-gradient(left,#FF8616 0%,#F6A60B 95%);
    background: linear-gradient(90deg,#FF8616 0%,#F6A60B 95%)
}

.Xg-list .item .header .time  {
    color: #888;
    font-size: .32rem;
    line-height: .4rem;
    padding: .06667rem 0;
    text-align: right
}

.Xg-list .item .header .time .red span  {
    margin-left: .13333rem
}

.Xg-list .item .header .red  {
    color: #ff3536
}

.Xg-list .item .body  {
    padding: .4rem
}

.Xg-list .item .body .img  {
    width: 1.33333rem;
    height: 1.33333rem
}

.Xg-list .item .body .info  {
    padding-left: .13333rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden
}

.Xg-list .item .body .info .name  {
    color: #333;
    margin-bottom: .13333rem
}

.Xg-list .item .body .info .lab  {
    display: block;
    font-size: .32rem;
    color: #666;
    height: .53333rem;
    line-height: .53333rem;
    background: #f4f4f4;
    border-radius: 1.06667rem;
    padding: 0 .13333rem
}

.Xg-list .item .body .info .lab span  {
    width: 100%;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    display: inline-block;
    margin-left: -.4rem
}

.Xg-list .item .line  {
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-top: .01333rem dashed #c2c2c2
}

.Xg-list .item .line :after,.Xg-list .item .line :before {
    content: "";
    display: block;
    height: .53333rem;
    width: .53333rem;
    border-radius: .53333rem;
    background-color: #f7f8ff;
    position: absolute;
    top: -.26667rem
}

.Xg-list .item .line :after {
    left: -.66667rem
}

.Xg-list .item .line :before {
    right: -.66667rem
}

.Xg-list .item .numbox  {
    padding: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center
}

.Xg-list .item .numbox .citem  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.Xg-list .item .numbox .citem .num  {
    color: #ff650f;
    font-size: .21333rem;
    margin-bottom: .13333rem
}

.Xg-list .item .numbox .citem .txt  {
    font-size: .17333rem;
    color: #666
}

.Xg-list .item .box  {
    padding: 0 .4rem .4rem
}

.Xg-list .item .box .Xg-btn ,.Xg-list .item .box .Xg-btn-received ,.Xg-list .item .box .Xg-btn-expired  {
    height: .93333rem
}

.Xg-list .item .box .Xg-btn  {
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    border: none
}

.Xg-list .item .box .Xg-btn-received  {
    background: -webkit-linear-gradient(top,#cfd1de 0%,#c7c9d9 100%);
    background: linear-gradient(180deg,#cfd1de 0%,#c7c9d9 100%);
    box-shadow: 0 .05333rem #b6bad0;
    border: none
}

.Xg-list .item .box .Xg-btn-expired  {
    border-color: #f95959;
    color: #f95959
}

.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%
}

.withdrawCenter__container  {
    font-family: Inter,sans-serif
}

.withdrawCenter__container.content  {
    padding: .26667rem;
    margin-top: 1.33333rem
}

.withdrawCenter__container  .van-nav-bar {
    background: #f95959
}

.withdrawCenter__container  .van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon,.withdrawCenter__container  .van-nav-bar .van-nav-bar__content .van-nav-bar__title {
    color: #fff
}

.withdrawCenter__container-hero  {
    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: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: .26667rem .4rem;
    background-color: #f95959;
    border-radius: .13333rem
}

.withdrawCenter__container-hero__subtitle  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    font-size: .64rem
}

.withdrawCenter__container-hero__subtitle span  {
    font-weight: 700;
    font-size: .64rem
}

.withdrawCenter__container-hero__subtitle img  {
    width: .58667rem;
    margin: 0 .13333rem
}

.withdrawCenter__container-hero__header  {
    color: #fff
}

.withdrawCenter__container-hero__header p  {
    font-size: .32rem
}

.withdrawCenter__container-hero__header p :last-of-type {
    margin-bottom: .08rem
}

.withdrawCenter__container-hero__header div  {
    display: inline-block;
    width: 3.96rem;
    height: .8rem;
    margin-bottom: .21333rem;
    padding: .21333rem .14667rem;
    color: #f95959;
    font-size: .37333rem;
    line-height: .32rem;
    background: #fff;
    -webkit-clip-path: polygon(100% 0,90% 50%,100% 100%,0 100%,0 0);
    clip-path: polygon(100% 0,90% 50%,100% 100%,0 100%,0 0)
}

.withdrawCenter__container-hero__header div span  {
    margin-inline:.13333rem;font-size: .53333rem;
    font-weight: 600
}

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

.withdrawCenter__container-hero__footer img  {
    width: .26667rem
}

.withdrawCenter__container-hero__footer div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .13333rem;
    color: #fff
}

.withdrawCenter__container-hero__footer span  {
    margin: 0 .13333rem
}

.withdrawCenter__container-content  {
    padding-inline:.32rem}

.withdrawCenter__container-content__wrapper  {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    gap: .2rem
}

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

.withdrawCenter__container-content__wrapper-footer-top  {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.withdrawCenter__container-content__wrapper-footer-top div  {
    font-size: .29333rem;
    color: var(--primary-color);
    margin: .26667rem
}

.withdrawCenter__container-content__wrapper-footer input  {
    height: 1.17333rem;
    width: 100%;
    border: none;
    border-radius: .8rem;
    background: #f2f2f2;
    color: #a6a6a6;
    font-size: .37333rem;
    padding: 0 .53333rem
}

.withdrawCenter__container-content__wrapper-footer-bottom  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: .01333rem solid #d6d6d6;
    border-radius: .26667rem;
    padding: .26667rem
}

.withdrawCenter__container-content__wrapper-footer-bottom div  {
    font-size: .32rem;
    color: #ff8e8a;
    margin: .13333rem 0
}

.withdrawCenter__container-content__wrapper-footer-bottom div span  {
    margin: 0 .13333rem;
    color: #666
}

.withdrawCenter__container-content__wrapper-bank  {
    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;
    padding: .13333rem .26667rem;
    margin: .26667rem 0;
    background: #ffffff;
    border-radius: .26667rem
}

.withdrawCenter__container-content__wrapper-bank-left  {
    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;
    font-weight: 400;
    font-size: .37333rem;
    padding: .06667rem .13333rem
}

.withdrawCenter__container-content__wrapper-bank-left img  {
    width: .82667rem
}

.withdrawCenter__container-content__wrapper-bank-right  {
    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
}

.withdrawCenter__container-content__wrapper-bank-right 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: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-weight: 400;
    font-size: .37333rem;
    color: #666;
    padding-right: .8rem
}

.withdrawCenter__container-content__wrapper-block  {
    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;
    width: 2.98667rem;
    height: 2.93333rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAADcCAMAAABeS10FAAAANlBMVEUAAADy9P/y9f/y9P/v8//y9f/y9f/z9f/y9f/y9f/x9f/z9P/y9f/v9//v7//z9v/z9f/y9P/i0Ek1AAAAEXRSTlMA79+PEM+ffz+vb79fICBvryAXY8EAAAHGSURBVHja7dcLciIxDABR2eP5QiC6/2U3sJVQEHKAVvW7QZfkGTuebdfP3hKrzZ/rFn8aK7jtoS8f7/OmLONd4lFiet/6OV4UGt9/0/N6nrKcecTDnAWdCu/ny5aes6gj7j56FtVG3CxZ1nQfYBY2ag8wc42IsifwpkVsWdoWa5Z2jT1L22ve0h56lHol/dYiizOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkA6A+kMpDOQzkC6+oEtS2vRs7Q59ixtj2uWtsaWpW1R+yvTI2LNwpaIGFnYJb5MWdYSN6PsKeyXuDuyqHN8KbykU/w4ZUFzPIw5yzmNuCm7pVO8OJd6VrQjfrksWcY04p3LUmKKbR3xp23dZ/B/v/X92OLJP4FNsObshU1KAAAAAElFTkSuQmCC) no-repeat;
    background-position: center;
    background-size: 96% 100%
}

.withdrawCenter__container-content__wrapper-block__header  {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.withdrawCenter__container-content__wrapper-block__header img  {
    width: 2.98667rem;
    height: .72rem;
    visibility: hidden
}

.withdrawCenter__container-content__wrapper-block__header span  {
    position: absolute;
    top: calc(50% - .02667rem);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #333;
    font-size: .42667rem;
    line-height: 1
}

.withdrawCenter__container-content__wrapper-block>img  {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-block:.18667rem .27773rem}

.withdrawCenter__container-content__wrapper-block>span  {
    color: #80849c;
    font-size: .34667rem
}

.withdrawCenter__container-content__wrapper-block img  {
    max-width: 100%
}

.withdrawCenter__container-content__wrapper-block :last-of-type {
    position: relative;
    width: 100%;
    grid-column: 1/-1;
    background: url(/assets/png/day7Bg-d7c942bc.png) no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.withdrawCenter__container-content__wrapper-block:last-of-type>div  {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-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;
    gap: .36rem
}

.withdrawCenter__container-content__wrapper-block:last-of-type>div>span :first-of-type {
    position: relative;
    color: #333;
    font-size: .42667rem
}

.withdrawCenter__container-content__wrapper-block:last-of-type>div>span :first-of-type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -.53333rem;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    display: block;
    width: .32rem;
    height: .02667rem;
    background: -webkit-linear-gradient(right,#c0c4dc 0%,rgba(192,196,220,0) 100%);
    background: linear-gradient(270deg,#c0c4dc 0%,rgba(192,196,220,0) 100%)
}

.withdrawCenter__container-content__wrapper-block:last-of-type>div>span :first-of-type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -.53333rem;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    display: block;
    width: .32rem;
    height: .02667rem;
    background: -webkit-linear-gradient(left,#c0c4dc 0%,rgba(192,196,220,0) 100%);
    background: linear-gradient(90deg,#c0c4dc 0%,rgba(192,196,220,0) 100%)
}

.withdrawCenter__container-content__wrapper-block:last-of-type>div>span :last-of-type {
    color: #80849c;
    font-size: .4rem
}

.withdrawCenter__container-content__wrapper-block.signed  {
    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;
    border-radius: .13333rem
}

.withdrawCenter__container-content__wrapper-block.signed img  {
    visibility: visible
}

.withdrawCenter__container-content__wrapper-block.signed span  {
    color: #fff
}

.withdrawCenter__container-content__wrapper-block.signed :last-of-type {
    background: url(/assets/png/day7Bg-d7c942bc.png) no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.withdrawCenter__container-content__footer  {
    width: 100%;
    height: 1.06667rem;
    margin-top: 1.45333rem;
    padding: 0 .53333rem;
    text-align: center
}

.withdrawCenter__container-content__footer button  {
    width: 100%;
    height: 100%;
    padding-block:.10667rem;color: #fff;
    font-size: .48rem;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    border: none;
    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
}

.withdrawCenter__container-content__footer button :active {
    background: -webkit-linear-gradient(top,#fc685b 0%,#fc4949 100%);
    background: linear-gradient(180deg,#fc685b 0%,#fc4949 100%)
}

.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%
}

.about-container-content  {
    padding: .4rem
}

.about-container-content-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;
    padding: .96rem 0 .30667rem;
    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%
}

.customer-container-header  {
    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;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.customer-container-header  .navbar .navbar__content .navbar__content-left .van-icon,.customer-container-header  .navbar .navbar__content .navbar__content-center {
    color: #fff
}

.customer-container-header-belly  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.customer-container-header-belly img  {
    width: 90%
}

.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%
}

.gverify-container  {
    padding-bottom: .53333rem
}

.gverify-container-header  {
    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: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 5.84rem;
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.gverify-container-header .navbar  {
    background: -webkit-linear-gradient(left,#f95a5a 0%,#ff998e 100%);
    background: linear-gradient(90deg,#f95a5a 0%,#ff998e 100%)
}

.gverify-container-header-belly  {
    padding-left: 1.89333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.gverify-container-header-belly img  {
    width: 5.44rem
}

.gverify-container-content ,.gverify-container-footer  {
    padding: 0 .4rem;
    margin-top: .4rem
}

.gverify-container-content-code ,.gverify-container-footer-code  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.gverify-container-content-item ,.gverify-container-footer-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-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .26667rem;
    padding: 0 .45333rem .45333rem
}

.gverify-container-content-item-steps ,.gverify-container-footer-item-steps  {
    font-size: .34667rem;
    color: #666;
    margin-top: .50667rem
}

.gverify-container-content-item-title ,.gverify-container-footer-item-title  {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: .21333rem;
    font-size: .4rem;
    color: #333
}

.gverify-container-content-item img ,.gverify-container-footer-item img  {
    width: .90667rem;
    padding-right: .18667rem
}

.gverify-container-content-item-text ,.gverify-container-footer-item-text  {
    width: 8.56rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: #f4f4f4;
    border-radius: .13333rem;
    font-size: .29333rem;
    color: #151515;
    padding-left: .42667rem
}

.gverify-container-content-item-button ,.gverify-container-footer-item-button  {
    width: 8.56rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    text-align: center;
    border: .01333rem solid var(--primary-color);
    border-radius: .26667rem;
    font-size: .4rem;
    color: var(--primary-color);
    margin: .4rem 0 .56rem
}

.gverify-container-content-item-tip ,.gverify-container-footer-item-tip  {
    font-size: .29333rem;
    color: #40c592
}

.gverify-container-content .footer-wrapper ,.gverify-container-footer .footer-wrapper  {
    height: 9.04rem
}

.gverify-container-content .footer-wrapper div ,.gverify-container-footer .footer-wrapper div  {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.gverify-container-content .footer-wrapper-button ,.gverify-container-footer .footer-wrapper-button  {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    justify-content: center!important;
    width: 8.45333rem;
    height: .93333rem;
    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;
    font-size: .37333rem;
    letter-spacing: .04em;
    color: #fff;
    text-shadow: 0 .02667rem .01333rem #e04846;
    margin-top: .46667rem
}

.gverify-container-content .footer-wrapper-button img ,.gverify-container-footer .footer-wrapper-button img  {
    width: .66667rem
}

.gverify-container-button  {
    width: 8.56rem;
    height: .93333rem;
    line-height: .93333rem;
    text-align: center;
    border: .01333rem solid var(--primary-color);
    border-radius: .93333rem;
    font-size: .4rem;
    color: #fff;
    margin: .66667rem auto .56rem;
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846
}

.gverify-container  .navbar__content .navbar__content-center,.gverify-container  .navbar__content .van-icon {
    color: #fff
}

.popup-content  {
    padding: 0 .34667rem .53333rem;
    min-height: 6.34667rem
}

.popup-content .tit  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: .01333rem solid #dbdbdb;
    height: 1.33333rem;
    margin-bottom: .26667rem;
    color: #151515;
    font-size: .42667rem;
    font-weight: 600
}

.popup-content .tit .img  {
    display: block;
    width: .64rem;
    height: .64rem;
    margin-right: .06667rem
}

.popup-content .info  {
    background-color: #f6f6f6;
    padding: .26667rem;
    border-radius: .26667rem;
    margin-bottom: .53333rem
}

.popup-content .info .txt  {
    font-size: .32rem;
    color: #333;
    line-height: .53333rem
}

.popup-content .box .input  {
    height: 1.17333rem;
    line-height: 1.17333rem;
    border-radius: 1.17333rem;
    border: none;
    width: 100%;
    padding: 0 .53333rem;
    background-color: #f2f4ff
}

.popup-content .box .lab  {
    margin-top: .26667rem;
    color: #666;
    padding-left: .4rem
}

.popup-content .box .lab .icon  {
    font-size: .4rem;
    color: var(--primary-color);
    margin-right: .13333rem
}

.popup-content .box .lab>span  {
    color: var(--primary-color)
}

.popup-foot  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center
}

.popup-foot>div  {
    height: 1.6rem;
    line-height: 1.6rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background-color: #f2f4ff;
    color: #f95959;
    text-align: center;
    font-size: .45333rem;
    font-weight: 700
}

.popup-foot>div :last-child {
    color: #fff;
    background-color: #f95959
}

.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%
}

.container  {
    padding: .32rem
}

.container .item  {
    padding: .4rem .26667rem;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    background-color: #fff;
    border-radius: .26667rem
}

.container .item>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
}

.container .item .head  {
    margin-bottom: .45333rem
}

.container .item .name  {
    font-size: .4rem;
    color: #333
}

.container .item .uid  {
    font-size: .4rem;
    color: #666
}

.container .item .line  {
    color: #888;
    font-size: .32rem
}

.container .item .line .amount  {
    color: #ff7d06
}

.container .item .line+.line  {
    margin-top: .29333rem;
    font-size: .37333rem
}

.container .item+.item  {
    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%
}

.container  {
    padding: .32rem
}

.container>.tip  {
    font-size: .34667rem;
    color: #666
}

.container>.tip+.tip  {
    margin-top: .16rem
}

.dailySignInRules__container-hero  {
    width: calc(100% - .64rem)
}

.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%
}

.Laundry-Record[  {
    overflow: hidden;
    padding: 0 .32rem
}

.Laundry-Record[  .navbar-right {
    width: .6rem
}

.Laundry-Record[  .van-nav-bar {
    background: #f7f8ff
}

.Laundry-Record[  .van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-icon {
    color: #333
}

.Laundry-Record .bet-container__header[  {
    background-color: #f7f8ff;
    position: relative
}

.Laundry-Record-searchBar[  {
    margin-top: -.13333rem;
    padding-bottom: .24rem
}

.Laundry-Record .tabs[  {
    background: transparent
}

.Laundry-Record .tab_item[  {
    width: 2.53333rem;
    height: 1.33333rem;
    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: 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
}

.Laundry-Record .tab_item img[  {
    height: .66667rem
}

.Laundry-Record .tab_item span[  {
    font-size: .32rem
}

.Laundry-Record .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
}

.Laundry-Record[  .fun-tabs .fun-tab-item {
    padding: .18667rem 0
}

.Laundry-Record-tabBar[  {
    padding-inline:.32rem}

.Laundry-Record-tabBar[  .van-tabs__nav--card {
    height: 1.86667rem;
    margin: 0
}

.Laundry-Record-tabBar[  .van-tabs__nav--card .van-tab--card {
    width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0;
    color: #80849c!important;
    border-radius: .13333rem;
    background: #fff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.Laundry-Record-tabBar[  .van-tabs__nav--card .van-tab--card>span {
    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;
    width: 100%;
    height: 100%
}

.Laundry-Record-tabBar[  .van-tabs__nav--card .van-tab--card>span img {
    width: .66667rem;
    height: auto
}

.Laundry-Record-tabBar[  .van-tabs__nav--card .van-tab--card>span span {
    font-size: .32rem
}

.Laundry-Record-tabBar[  .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
}

.Laundry-Record .list[  {
    margin-top: .26667rem
}

.Laundry-Record .list .item[  {
    margin-bottom: .26667rem;
    background: #ffffff;
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c;
    border-radius: .13333rem;
    padding: .2rem
}

.Laundry-Record .list .item .header[  {
    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;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: .01333rem solid #dbdbdb
}

.Laundry-Record .list .item .header .name[  {
    font-size: .4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .2rem
}

.Laundry-Record .list .item .header .time[  {
    font-size: .29333rem;
    color: #888
}

.Laundry-Record .list .item .header .state[  {
    font-size: .37333rem;
    color: #40c592
}

.Laundry-Record .list .item .body[  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.Laundry-Record .list .item .body .left[  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #7e829f;
    font-size: .32rem;
    height: 2.4rem
}

.Laundry-Record .list .item .body .left .imgBox[  {
    padding: .2rem 0;
    margin-right: .2rem
}

.Laundry-Record .list .item .body .left .imgBox .img[  {
    height: 100%
}

.Laundry-Record .list .item .body .left div>p[  {
    line-height: .8rem
}

.Laundry-Record .list .item .body .right[  {
    text-align: right
}

.Laundry-Record .list .item .body .right>p[  {
    line-height: .8rem;
    font-size: .32rem;
    color: #333
}

.Laundry-Record .list .item .body .right>p.red[  {
    color: #f95959
}

.Laundry-Record .list .item .body .right>p.orange[  {
    color: #ff7f22
}

.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%
}

.Laundry-Rule  {
    overflow: hidden;
    padding: 0 .32rem
}

  .Laundry-Rule-content {
    font-size: .34667rem;
    color: #666
}

  .Laundry-Rule-content img {
    max-width: 99%!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%
}

.bind-container  {
    width: 100%
}

.bind-container .email-container  {
    padding: 1.2rem .32rem 4rem
}

.bind-container .bind-button  {
    margin-top: 7.69333rem
}

.bind-container .bind-button button  {
    width: 8.98667rem;
    height: .93333rem;
    background: -webkit-linear-gradient(top,#ff897c 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff897c 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e04846;
    font-size: .4rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 .02667rem .01333rem #e04846;
    border-radius: 1.06667rem;
    border: none
}

.Laundry-Con_tip  {
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Laundry-Con_tip .reward  {
    color: #666;
    font-size: .4rem
}

.Laundry-Con_tip .money  {
    color: #f64646;
    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%
}

.LoginP-container  {
    height: 100%;
    padding-inline:.53333rem;overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.LoginP-container-tips  {
    margin-top: -.26667rem;
    margin-bottom: .16rem;
    padding-left: .22667rem;
    color: var(--primary-color);
    font-size: .32rem
}

.LoginP-container-form  {
    position: relative;
    margin-top: 1.33333rem;
    overflow: hidden
}

.LoginP-container-form .passwordInput__container  {
    margin-bottom: 1.2rem
}

.LoginP-container-form .mgb48  {
    margin-bottom: .64rem!important
}

.LoginP-container-remember  {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .34667rem;
    line-height: .34667rem
}

.LoginP-container-remember span  {
    color: #666
}

.LoginP-container-button  {
    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;
    width: 100%;
    margin-top: 1.77333rem
}

.LoginP-container-button button  {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    border-radius: 1.06667rem;
    border: none;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

.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%
}

.updateP-container  {
    height: 100%;
    padding-inline:.53333rem;overflow-y: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 1.33333rem;
    overflow: hidden
}

.updateP-container-label img  {
    width: .36rem;
    height: .36rem;
    margin-right: .08rem
}

.updateP-container-button  {
    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;
    width: 100%;
    margin-top: 1.77333rem
}

.updateP-container-button button  {
    width: 7.73333rem;
    height: 1.06667rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    letter-spacing: .05333rem;
    text-shadow: 0 .05333rem .02667rem rgba(231,65,65,.5019607843);
    border-radius: 1.06667rem;
    border: none;
    background: -webkit-linear-gradient(top,#ff867a 0%,#f95959 100%);
    background: linear-gradient(180deg,#ff867a 0%,#f95959 100%);
    box-shadow: 0 .05333rem #e74141
}

.updateP-container-tips  {
    margin-top: .32rem;
    padding-left: .22667rem;
    color: var(--primary-color);
    font-size: .32rem
}

.Laundry-Con_tip  {
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.Laundry-Con_tip .reward  {
    color: #666;
    font-size: .4rem
}

.Laundry-Con_tip .money  {
    color: #f64646;
    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%
}

.StrongBoxAbout__container  {
    padding: 0 .32rem
}

.StrongBoxAbout__container-dailyRate  {
    width: 4.69333rem;
    height: .53333rem;
    line-height: .53333rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .53333rem;
    font-size: .32rem;
    color: var(--primary-color);
    margin: auto;
    text-align: center;
    margin-bottom: .4rem
}

.StrongBoxAbout__container-header  {
    background: -webkit-linear-gradient(152deg,#ffb99f -.85%,var(--primary-color) 98.86%);
    background: linear-gradient(298deg,#ffb99f -.85%,var(--primary-color) 98.86%);
    color: #fff;
    height: .8rem;
    line-height: .8rem;
    padding-left: .98667rem;
    font-size: .42667rem;
    font-weight: 600;
    position: relative
}

.StrongBoxAbout__container-header :after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-right: .32rem solid #f7f8ff;
    border-bottom: 0 solid transparent;
    border-top: .8rem solid transparent;
    position: absolute;
    right: 0;
    top: 0
}

.StrongBoxAbout__container-header :before {
    display: block;
    content: "";
    position: absolute;
    height: .56rem;
    width: .56rem;
    top: .12rem;
    left: .26667rem;
    background-size: .56rem
}

.StrongBoxAbout__container-header.income :before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAEN+/QCBggJ/P71CPkDCvcEA7Gr4AAAKmSURBVFjD7ZjbmqsgDIUnBAgnpbz/y26dGYs2QoPtt7+56Lrq4XcVMAtpvj766Cgws15k3uZnE6qyKWCKr1rDDQsX2hd8jQulIXfVlnaWyiOiV6WKLs0ct8lOu1Wc47R97s24p/oZIQFfFfv7HYyaurIo2Ma3P7Z50DN+T7A9FONXQI+Z5mfTg9UVx0zXGz93Cb0QYcy0LBIicj1fsfmaqYduyY2bsvLm9+miaVHNOg3lkulmy0cLpEq5ZFqFKdbiMjFhqRo3pdLZpQJdM/0yrjQUnLlYp98bEhYuvMHl4t9WccJQlwEnCxV5LaZGL5oNPCB/JPumS5hrpqlLuL0paJtcxkWObhrapv0HJtXi10mVo7zT7UShac0dt0QZCuVMyplmTN3Z9q/voYBU2mK2u59MhzWCw2RDnTDZqLWOlrK/Xxq5aa7G6BIRJYfVEKvz9HBrQLtfjngRWlWY6iC2VxbaJ4MSTyo75lNL1PcVon59hNMMQnT+WC5b+Msq26k6uwLUzOCs7Y2IbnZ/4K2X9MaqxrMPXQJWZPAKual8bgKkmkrvggipprJ6ESDMtHOagC0VEuQs+8qxDKYt8QKEmap7vef7blGTECQINzWutDWBEGHFb5w6xQOZAYQnSjv/gKtJDyM8pqBv5HBRdpPVMIi8/bkvzP44MvRHwooQXqemd0BRIoQnSrUHolURIMy01yuoNd9BOtnP7GEJ9SD8BOGmVZisNrCyRttUcQHCTWdV2vJahvDit77Bo5UjvGzniV+kJj2I8CyYSBlVWHce5R1FkCHvz/5/NA2CJoIICbv3KGgiiJC8D66sidBH2AE1C5oIAsTxsfebCEqAAOuR9ZsICAKE/dyTJoIE4eo3EUQIV6+JIES4Ok0EOcLFmwgS5KOPDvoHciZ6+DWIf5YAAAAASUVORK5CYII=)
}

.StrongBoxAbout__container-header.transferIn :before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAIN9ggKCfEJDPMO+vUEC/cCVuqRUAAADVSURBVDjL5dPRisMgEIXhGTU60Wh73v9lt7SZgIwbvdqL7X9zED4kkIT+cfXhbtu9yoxp7aQC4dsE8aQbPN3m/446t0bTMwDhFc+oQJMJDUBcu5WBTAQsPGvFQUtUj0u0oaRFSg4H/0IrpKPZ4V2JbGxLHSXeyge7fJmsY18sQHzA6TFAdEaUUkFTiXqNpZ+zSn/NmB6oRo5pBtjIjnJ4BYQIBHrfXVino/YbTDsc64xvfSYiayc/jLFKtd7Gcww1NrCOobM2CNuGtGHUY2j97mxC39EPbvESwR3F88gAAAAASUVORK5CYII=)
}

.StrongBoxAbout__container-header.transferOut :before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAv0AQX8/vIIDfcK+fMJBQbz+TcqQAAAGVSURBVFjD7dfbcoQgDAbgYJAgnsr7v2yxM222KTuQATvtDv+VGfVbl6PCyMjILcGwmpZY+mmeLjZmOaVJsUN2gZoeqMk86DE1xF8CfkMn+Tv6zImYeqNmoK+FHjEe3dGY8tdR9MbFxzjfjL4lUQbbUFxj7I7mTBegCbUfiKeuHbVcWwP16n1+UEfQF93S4Qb9UD7ZD+UmpX4o7zUn3NCmHuAf9D66G8YphHipdleiId2ET1HYxLQ3lmpUGwg0q5TzoI9cT72T7IrNKJA1wt0eLvY7PKmq96jdLtfB14K6p8KCqJRoCl2qw8+2iexwpUaB3HUnX5up9Cj4x1a17IhKh57paIaCqkXpmmRQUDUony+oKpT3mLKq7/2iqhun3KRCRVHVouRd7s/hElMmUeVQfj2TWaU5x5RZVE9RjDkTsyaKSoO6AEpTonI1dcaj3iwPKZ1ZRnWm5pNHbzJaF8uKqBrQwApXrSiu0aCoyqg+r4DOHT2e736qCineLusTatG9VlS107lUoxtUh6ypy0EwMjLyi3kH3l5TjNlmgLsAAAAASUVORK5CYII=)
}

.StrongBoxAbout__container-header.safety :before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAMAAAArteDzAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAgGAg30DvEL+fkHDPMFCvj2/VdNxqAAACYElEQVRYw+2Y2XLqMBBEta9euPr/j70OoWipRshjlIdUin4cSYeeUdsFiI/+lLyKzkWlf464ylAeCnn9CYv25kojEzc/Q9Q5uNJTUPpdi6ZAi7Q2LY1he5WY98qiC9k/rKumvvMNWxlqR8n6djk2HdwsJzqtxa4VrUIzCOUH0cn1XpdGt+w3GB5ETbp6k0RXTBNG0h0KFtHOqXQ9ro0afQw+WXFRz6jJLnTJxCLX8PISKsXbkh/oB/qB/kKolesktP+utNNQyixyGkqZZZ2GUqaamOk5cx4K5jSUMhnH81FNV5lQOkq5uzUKyN/CxmeKiFql7ajuZBeXKQIehUrrUTUC2ulZyoQWpLaSP6qucY7TlElUDnladkdZ0/M85gpLZCpbh3DCRF9BUCVkijDOmELiMEGEwQQJk7ZJpb/G4l9QKZPek+4tGESNUE+YFnk8HSpYhEmfp/jy49yLtEcwT5ukSbV96pi5oXui1A+bApPVPe2/+PN3CM0NWuynTfYiTJjEqHm5mhHVVuvoZ5U2w8/0Dlb5ksQoXXf6GlNj4AOrkQ/EREfKuEim7NAoAmA8n+kNjI4/+MaH3tr30+CxKtul7z+J0w8/Adoxp7UW9li14TSPBCwc6lL4D0sqvLRGDJTrILKYy7Xwld0P9+z32WOgzBtY9GDHAiafOj6zYv0yteT+6j836OR0ZiV2DupwXwr+vZ+bh4zq2ESWLkuZb6yti/bbplNsDL3iu6KtkHcFLd5Xdg+IqpEuiynp+PyX9Pm35T5hE3fdKNhpJLqeRtIh3Ft3iSDnpPZdefERQ/8B1gNFGPc498wAAAAASUVORK5CYII=)
}

.StrongBoxAbout__container-detail  {
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: 0 0 .26667rem .26667rem;
    padding: .4rem .26667rem;
    margin-bottom: .4rem
}

.StrongBoxAbout__container-detail-text  {
    padding: 0 .56rem 0 .58667rem;
    font-size: .34667rem;
    line-height: .48rem;
    color: #666;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAwCAMAAAC7Z6OXAAAAP1BMVEUAAAD/iof/jor/jor/jov/jYr/j4D/jYr/i4f/jYn/j4v/jIf/jor/jor/joj/ior/j4r/jYn/jYf/ioX/joovEH+5AAAAFHRSTlMAIO/fv58QYECAf1DPv5Awr3BgMAK9f90AAAC1SURBVDjL1ZTbCsJADAU32Vjt2lov5/+/VaRikCWeCH3pPA/LQLIp/7AYMD8KRxQvDkJNw5vGTHyoR2Y6k6RMmotvaqMmz4VDEoCsC4ckIKCeI5Mn4AdtoKbnUtNd6UyeC4q2ziS5SDFL1oSmTezE1Kxpwk3fVVB0HLbdEDvltk7vxeGB3LTkj5vWQGrqLXkZLh7ohIHcrGsgNXUsESzQ6UYXot0djLBudBHL+uhVCkXMAzfhCWbRVr+GaOGNAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: .08rem .01333rem;
    background-size: .32rem
}

.StrongBoxAbout__container-detail-text+.StrongBoxAbout__container-detail-text  {
    margin-top: .6rem
}

.StrongBoxAbout__container-detail-container  {
    border: .01333rem solid #d9d9d9;
    border-radius: .26667rem;
    padding: .26667rem;
    font-size: .32rem;
    color: #888;
    line-height: .48rem;
    width: calc(100% - .53333rem);
    margin: auto;
    margin-top: .53333rem
}

.StrongBoxAbout__container-detail-container-tip  {
    margin-bottom: .26667rem
}

.StrongBoxAbout__container-detail-container-tip.red  {
    color: 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%
}

.infiniteScroll__loading  {
    width: 100%;
    min-height: .73333rem;
    margin-top: auto;
    margin-bottom: .4rem;
    color: #999;
    font-size: .37333rem;
    text-align: center
}

.infiniteScroll__loading .van-loading  {
    text-align: center;
    z-index: 999
}

.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%
}

.StrongBoxRecord__container  {
    position: relative;
    width: 100%;
    font-family: Inter,sans-serif;
    overflow: auto;
    padding: 0 0 .61333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh
}

.StrongBoxRecord__container-overview  {
    height: 3.2rem;
    background-image: url(/assets/png/StrongBoxRecordBg-7b080082.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 1.38667rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.StrongBoxRecord__container-overview-date  {
    position: absolute;
    top: .61333rem;
    right: .32rem;
    height: .61333rem;
    line-height: .61333rem;
    border: .00667rem solid #ffffff;
    border-radius: .53333rem;
    font-size: .37333rem;
    text-align: center;
    color: #fff;
    padding: 0 .30667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.StrongBoxRecord__container-overview-date img  {
    width: .53333rem;
    height: .53333rem;
    margin-left: .2rem
}

.StrongBoxRecord__container-overview-detail  {
    width: 100%;
    height: 1.33333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center
}

.StrongBoxRecord__container-overview-detail>div  {
    width: 33.3%;
    height: 100%;
    color: #fff
}

.StrongBoxRecord__container-overview-detail>div>div  {
    font-weight: 500;
    font-size: .37333rem;
    height: .4rem;
    line-height: .4rem
}

.StrongBoxRecord__container-overview-detail>div>div :first-child {
    font-size: .48rem;
    height: .64rem;
    line-height: .64rem;
    margin-bottom: .30667rem
}

.StrongBoxRecord__container-detailList  {
    padding: .53333rem .32rem
}

.StrongBoxRecord__container-detailList-item+.StrongBoxRecord__container-detailList-item  {
    margin-top: .26667rem
}

.StrongBoxRecord__container-detailList.empty  {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.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%
}

.jackpot-rule .rule-content  {
    width: 100%;
    min-height: 6rem;
    background: url(/assets/png/bg-e095e427.png);
    color: #fff;
    padding: .32rem
}

.jackpot-rule .rule-content-top  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.jackpot-rule .rule-content-top svg  {
    width: 2.66667rem;
    height: 2.66667rem
}

.jackpot-rule .rule-content-top-right  {
    padding-left: .54667rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.jackpot-rule .rule-content-top h3  {
    margin-bottom: .13333rem;
    font-size: .4rem;
    font-weight: 700
}

.jackpot-rule .rule-content-top p  {
    font-size: .32rem;
    font-weight: 400;
    line-height: .53333rem
}

.jackpot-rule .rule-content-tip  {
    border: .01333rem solid #fff;
    padding: .32rem .4rem;
    border-radius: .21333rem;
    font-size: .29333rem;
    font-weight: 300;
    line-height: .53333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: .8rem
}

.jackpot-rule .rule-content-tip p  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: .13333rem
}

.jackpot-rule .rule-content-tip svg  {
    width: .48rem;
    height: .48rem
}

.jackpot-rule-wrap  {
    padding: .46667rem .32rem
}

.jackpot-rule .title  {
    color: #333;
    font-size: .42667rem;
    font-weight: 700;
    margin-bottom: .26667rem
}

.jackpot-rule .title svg  {
    fill: #f95959;
    width: .64rem;
    height: .64rem;
    vertical-align: middle
}

.jackpot-rule .table-container  {
    width: 100%;
    background: #fff;
    border-radius: .21333rem;
    overflow: hidden
}

.jackpot-rule .table-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-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: -webkit-linear-gradient(left,#FA5C5B 0%,#FF968B 100%);
    background: linear-gradient(90deg,#FA5C5B 0%,#FF968B 100%);
    color: #fff
}

.jackpot-rule .table-title>div  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .32rem;
    text-align: center
}

.jackpot-rule .table-content  {
    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;
    height: .93333rem;
    line-height: .46667rem;
    font-size: .32rem;
    text-align: center;
    color: #fff
}

.jackpot-rule .table-content :nth-child(odd) {
    background: #F6F6F6
}

.jackpot-rule .table-content>div  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.jackpot-rule .table-content>div :nth-child(1) {
    color: #ff650f
}

.jackpot-rule .table-content>div :nth-child(2) {
    color: #333
}

.jackpot-rule .table-content>div :nth-child(3) {
    color: #ff3536
}

.jackpot-rule-owener  {
    background: #fff;
    border-radius: .26667rem;
    padding: .53333rem .32rem;
    margin-top: .26667rem;
    margin-bottom: .66667rem;
    color: #666;
    font-size: .32rem;
    font-weight: 500
}

.jackpot-rule-owener svg  {
    fill: #ff8e8a;
    width: .4rem;
    height: .4rem;
    vertical-align: middle;
    margin-right: .26667rem
}

.jackpot-rule-custom  {
    height: 1.06667rem;
    color: #fff;
    text-align: center;
    line-height: 1.06667rem;
    background: -webkit-linear-gradient(top,#FF897C 0%,#F95959 100%);
    background: linear-gradient(180deg,#FF897C 0%,#F95959 100%);
    -webkit-filter: drop-shadow(0 .05333rem 0 #E04846);
    filter: drop-shadow(0 .05333rem 0 #E04846);
    border-radius: .66667rem;
    text-shadow: 0 .02667rem .01333rem #E04846;
    font-size: .4rem;
    font-weight: 700;
    letter-spacing: .016rem
}

.jackpot-rule-custom svg  {
    width: .64rem;
    height: .64rem;
    vertical-align: middle
}

.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%
}

.jackpot-star  {
    background: #F7F8FF
}

.jackpot-star-list  {
    padding: 0 .32rem
}

.jackpot-star .star-item  {
    border-radius: .26667rem;
    background: #fff;
    padding: .4rem .26667rem;
    margin-bottom: .26667rem
}

.jackpot-star .starheader  {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.jackpot-star .starheader .nickname  {
    font-size: .37333rem;
    color: #333;
    font-weight: 700;
    margin-bottom: .6rem;
    margin-top: .33333rem;
    margin-left: .26667rem
}

.jackpot-star .starheader img  {
    width: .97333rem;
    height: .97333rem;
    border-radius: .49333rem
}

.jackpot-star .rowcontent  {
    border-radius: .08rem;
    background: #F6F6F6;
    margin: .06667rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: .66667rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .13333rem .26667rem
}

.jackpot-star .rowcontent div  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.jackpot-star .rowcontent .label  {
    color: #666;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .42667rem
}

.jackpot-star .rowcontent .time  {
    color: #888;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .42667rem
}

.jackpot-star .rowcontent .multiple  {
    color: #ff650f;
    font-size: .37333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.jackpot-star .rowcontent .money  {
    color: #ff3536;
    font-size: .37333rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.jackpot-star .rowcontent .name  {
    color: #333;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: .42667rem
}
