html {
    font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.registerBt a {
    color: #73abff;
}
.registerBt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999ea6;
    margin-top: 0.2rem;
}
.quickRow {
    margin-top: 0.4rem;
}
.quickRow .van-divider {
    border-color: #c8c8c8;
    font-size: 0.28rem;
    color: #999ea6;
}
.van-divider--content-center::before, .van-divider--content-left::before, .van-divider--content-right::before {
    margin-right: 16px;
}
.van-divider--hairline::after, .van-divider--hairline::before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.van-divider::before {
    content: '';
}
.van-divider::after, .van-divider::before {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0;
}
.van-divider--content-center::after, .van-divider--content-left::after, .van-divider--content-right::after {
    margin-left: 16px;
    content: '';
}

.van-divider--hairline::after, .van-divider--hairline::before {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.van-divider::after, .van-divider::before {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0;
}
.van-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 16px 0;
    color: #969799;
    font-size: 14px;
    line-height: 24px;
    border-color: #ebedf0;
    border-style: solid;
    border-width: 0;
}
.quickContent {
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quickContent .iconfont {
    font-size: 0.8rem;
    color: #f7a005;
}


.user-home {
    margin-bottom: 80px;
    background-image: url("../img/user-bg.png");
    background-size: 7.6rem;
    background-repeat: no-repeat;
}

.user-home .user-home-user {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-home .user-home-user-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px .3rem;
}

.user-home .user-home-user-info .fl {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .7rem;
    overflow: hidden;
    box-shadow: 0 .1rem .3rem rgb(0 0 0 / 10%);
    background: #fff;
}

.user-home .user-home-user-info .fl img {
    width: 100%;
    height: 100%;
    padding: .06rem;
    border-radius: 1rem;
}

.user-home .user-home-user-info .fa {
    width: calc(100% - 2.8rem);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.user-home .user-home-user-info .fa .name {
    font-size: .4rem;
    font-weight: bold;
}

.user-home .user-home-user-info .fa .bq {
    display: flex;
}

.user-home .user-home-user-info .fa .id {
    font-size: .28rem;
    padding: .04rem .2rem;
    width: fit-content;
    background: #f38969;
    color: #fff;
    border-radius: .6rem;
    margin-top: .1rem;
    margin-right: .1rem;
}

.user-home .user-home-user-info .fr {
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.user-home .user-home-user-info .fr i {
    color: #333;
}

.user-home .user-home-user-money {
    width: 100%;
    padding: 0 .4rem;
}

.user-home .user-home-user-money .wrap {
    width: 100%;
    height: 1.6rem;
    background-image: url("../img/user-home-money.png");
    background-repeat: no-repeat;
    background-size: 6.8rem;
    border-radius: .2rem .2rem 0 0;
    display: flex;
    justify-content: center;
}

.user-home .user-home-user-money .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-home .user-home-user-money .item em {
    font-size: .4rem;
    color: #ffeee9;
}

.user-home .user-home-user-money .item span {
    font-size: .28rem;
    color: #ffeee9;
    margin-top: .1rem;
}

.user-home .user-home-card {
    width: 100%;
    padding: 0 .2rem;
}

.user-home .user-home-card .tit {
    width: 100%;
    height: .6rem;
    display: flex;
    font-size: .32rem;
    align-items: center;
    font-weight: bold;
}

.user-home-order {
    margin-bottom: .4rem;
}

.user-home .user-home-card .user-home-order .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .3rem .2rem .2rem;
    border-radius: .2rem;
    background: #fff;
}

.user-home .user-home-card .user-home-order .wrap .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-home .user-home-card .user-home-order .wrap .item i {
    display: block;
    width: .56rem;
    height: .56rem;
    background-image: url('../img/ordericon.png');
    background-repeat: no-repeat;
    background-size: 2.24rem;
    position: relative;
}

.user-home .user-home-card .user-home-order .wrap .item i.icon-order-pro-i {
    background-position: 0;
}

.user-home .user-home-card .user-home-order .wrap .item i.icon-order-com-i {
    background-position: -0.56rem 0;
}

.user-home .user-home-card .user-home-order .wrap .item i.icon-order-ref-i {
    background-position: -1.12rem 0;
}

.user-home .user-home-card .user-home-order .wrap .item i.icon-order-all-i {
    background-position: -1.68rem 0;
}

.user-home .user-home-card .user-home-order .wrap .item i span {
    position: absolute;
    display: flex;
    top: -0.2rem;
    right: -0.2rem;
    min-width: .4rem;
    height: .4rem;
    font-size: .24rem;
    padding: .1rem;
    color: #fff;
    background: #f44336;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.user-home .user-home-card .user-home-order .wrap .item .title {
    font-size: .3rem;
    margin-top: .16rem;
}

.user-home .user-home-list {
    padding: .3rem .2rem;
    border-radius: .2rem;
    background: #fff;
    margin-top: .2rem;
    display: flex;
}

.user-home .user-home-list a {
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
}

.user-home .user-home-list a i {
    display: block;
    width: .44rem;
    height: .44rem;
    background-image: url('../img/listicon.png');
    background-repeat: no-repeat;
    background-size: 1.76rem;
}

.user-home .user-home-list a i.icon-list-aq {
    background-position: -0.44rem 0;
}

.user-home .user-home-list a i.icon-list-kf {
    background-position: -0.88rem 0;
}

.user-home .user-home-list a i.icon-list-doc {
    background-position: -1.32rem 0;
}

.user-home .user-home-list a .title {
    margin-top: .14rem;
    font-size: .28rem;
}

.user-home .loginout {
    width: 100%;
    height: .8rem;
    background: rgb(0 0 0 / 5%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .2rem;
    color: #666;
    margin-top: .4rem;
}

.user-balance {
    background-image: url("../img/balance-bg.png");
    background-size: 7.6rem;
    background-repeat: no-repeat;
}

.user-money {
    padding-top: 60px;
}

.user-money .user-money-card {
    padding: 0 .2rem;
}

.user-money .user-money-card .balance {
    width: 100%;
    padding: .5rem .2rem;
    background: #fff;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-money .user-money-card .balance .tit {
    font-size: .28rem;
    color: #666;
    margin-bottom: .2rem;
}

.user-money .user-money-card .balance em {
    font-size: .7rem;
    margin-bottom: .4rem;
}

.user-money .user-money-card .balance em span {
    font-size: .5rem;
}

.user-money .user-money-card .balance a {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.4rem;
    height: .8rem;
    font-size: .3rem;
    color: #fff;
    background: #f38969;
    border-radius: .4rem;
}

.user-money .user-money-card .use {
    margin-top: .2rem;
}

.user-money .user-money-card .use .item {
    width: 100%;
    height: .8rem;
    background: #fff;
    border-radius: .2rem;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
}

.user-money .user-money-card .use .item span {
    font-size: .28rem;
}

.user-money .user-money-card .use .item em {
    font-size: .32rem;
}

.user-money .uselist {
    width: 100%;
    padding: 0 .3rem .3rem;
}

.user-money .uselist .tit {
    width: 100%;
    height: 30px;
    display: flex;
    font-size: 17px;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.user-money .uselist .item {
    width: 100%;
    height: 90px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-money .uselist .item + .item {
    margin-top: 10px;
}

.user-money .uselist .item .fl {
    width: calc(100% - 80px);
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.user-money .uselist .item .fl img {
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 0 0 3px rgb(255 216 74 / .3);
}

.user-money .uselist .item .fl .info {
    width: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-money .uselist .item .fl .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
}

.user-money .uselist .item .fl .info .time {
    font-size: 12px;
    color: #999;
}

.user-money .uselist .item .fr {
    width: 80px;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: bold;
}

.user-money .uselist .item .fr em {
    color: #4CAF50;
}

.user-money .uselist .item .fr span {
    color: #F44336;
}

.user-money .uselist .go {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #efefef;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #999;
}

.user-money #wrapper {
    margin-top: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
}

.user-money #wrapper .pull-loading {
    width: 100%;
    text-align: center;
    font-size: .28rem;
    color: #999;
    margin-top: .2rem;
    padding-bottom: .2rem;
}

.user-money-cashout {
    background-image: url("../img/user-money-cashout-bg.png");
    background-size: 7.6rem;
    background-repeat: no-repeat;
    background-color: #fff;
}

.user-money .user-money-cashout-card .wrap {
    padding: .6rem .4rem;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
}

.user-money .user-money-cashout-card .wrap span {
    font-size: .28rem;
    color: rgb(255 255 255 / 0.8);
}

.user-money .user-money-cashout-card .wrap em {
    font-size: .84rem;
    color: #fff;
    margin-top: .2rem;
}

.user-money .user-money-cashout-wrap {
    margin-top: .4rem;
}

.user-money .user-money-cashout-wrap .wrap {
    padding: .3rem .5rem;
    background: #fff;
    border-radius: .2rem;
}

.user-money .user-money-cashout-wrap .wrap .tit {
    font-size: .3rem;
    margin-bottom: .2rem;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-money {
    width: 100%;
    margin-bottom: .4rem;
    display: flex;
    border-bottom: .02rem solid #efefef;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-money input {
    width: 100%;
    height: 1rem;
    border: 0;
    text-indent: .2rem;
    border-radius: .1rem;
    font-size: .36rem;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-money span {
    display: flex;
    align-items: flex-end;
    width: 1.4rem;
    height: auto;
    font-size: .28rem;
    line-height: .7rem;
    color: #f38969;
    text-align: center;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-type {
    margin-top: .4rem;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-type .type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-type .type span {
    width: 48%;
    height: .8rem;
    font-size: .34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .1rem;
    border: 1px solid #efefef;
}

.user-money .user-money-cashout-wrap .wrap .user-money-cashout-type .type span.hover {
    background-color: #f38969;
    color: #fff;
    border: 0;
}

.user-money .user-money-cashout-type .item {
    display: none;
    margin-top: .4rem;
}

.user-money .user-money-cashout-type .item.hover {
    display: block;
}

.user-money .user-money-cashout-type .item .input {
    margin-bottom: .2rem;
}

.user-money .user-money-cashout-type .item .input span {
    display: block;
    width: 100%;
    font-size: .26rem;
    margin-bottom: .2rem;
    color: #666;
}

.user-money .user-money-cashout-type .item .input input {
    width: 100%;
    height: .8rem;
    border: 0;
    background: #f6f6f6;
    text-indent: .2rem;
    border-radius: .1rem;
    font-size: .28rem;
}

.user-money .user-money-cashout-type .item .tips {
    margin-bottom: .2rem;
    font-size: .24rem;
    color: #999;
}

.user-money .user-money-cashout-type .item .but {
    width: 100%;
    height: .8rem;
    background: #f38969;
    color: #fff;
    border: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.user-money-more {
    background-image: url("../img/user-money-cashout-bg.png");
    background-size: 7.6rem;
    background-repeat: no-repeat;
    background-color: #fff;
}

.user-money .more .more-money {
    width: 100%;
    padding: 0.6rem 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.user-money .more .more-money .title {
    font-size: .28rem;
    margin-bottom: .2rem;
    color: rgb(255 255 255 / 0.8);
}

.user-money .more .more-money em {
    font-size: .84rem;
    color: #fff;
}

.user-money .more .more-type {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.user-money .more .more-type span {
    width: 31%;
    height: .8rem;
    border-radius: .1rem;
    font-size: .28rem;
    border: .02rem solid #efefef;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-money .more .more-type span.hover {
    color: #f38969;
}

.user-money .more .more-wrap {
    display: none;
    width: 100%;
    padding: .3rem;
    background: #fff;
    margin-top: .4rem;
    border-radius: .2rem;
}

.user-money .more .more-wrap.hover {
    display: block;
}

.user-money .more .more-wrap .input {
    width: 100%;
}

.user-money .more .more-wrap .input + .input {
    margin-top: .2rem;
}

.user-money .more .more-wrap .input>span,
.user-money .more .more-wrap .mode>span {
    display: flex;
    width: 100%;
    margin-bottom: .2rem;
    font-size: .28rem;
}

.user-money .more .more-wrap .input input,
.user-money .more .more-wrap .input textarea {
    width: 100%;
    height: .8rem;
    border: 1px solid #efefef;
    border-radius: .1rem;
    text-indent: .2rem;
    font-size: .32rem;
}

.user-money .more .more-wrap .input input:focus,
.user-money .more .more-wrap .input textarea:focus {
    border: .02rem solid #ffd84a;
}

.user-money .more .more-wrap .input textarea {
    min-height: 1.2rem;
    outline: none;
}

.user-money .more .more-wrap .mode {
    margin-top: .4rem;
}

.user-money .more .more-wrap .mode .item {
    height: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .02rem solid #efefef;
    border-radius: .2rem;
    padding: 0 .2rem;
}

.user-money .more .more-wrap .mode .item + .item {
    margin-top: .2rem;
}

.user-money .more .more-wrap .mode .item i {
    width: .2rem;
    height: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4rem;
    color: #555;
}

.user-money .more .more-wrap .mode .item.hover i {
    color: #f38969;
}

.user-money .more .more-wrap .mode .item p {
    width: calc(100% - 1.2rem);
    color: #666;
    font-size: .26rem;
}

.user-money .more .more-wrap .mode .item.hover p {
    color: #f38969;
}

.user-money .more .more-wrap .mode .item span {
    width: .4rem;
    height: .4rem;
    background: #fff;
    border-radius: 2rem;
    border: .1rem solid #efefef;
}

.user-money .more .more-wrap .mode .item.hover span {
    background: #f38969;
}

.user-money .more .more-wrap .go{
    display: block;
    text-align: center;
    font-size: .28rem;
    color: #f38969;
    margin-top: .4rem;
}

.user-money .more .more-wrap .tips {
    margin-top: .4rem;
    text-align: center;
}

.user-money .more .more-wrap .tips p {
    font-size: .24rem;
    color: #ccc;
}

.user-money .more .more-wrap .tips p a {
    margin: 0 .1rem;
    color: #f38969;
}

.user-money .more .more-wrap a.but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .8rem;
    background: #f38969;
    color: #fff;
    border-radius: .2rem;
    margin-top: .4rem;
    font-size: .3rem;
}

.user-grade {
    padding: 0 .2rem;
}

.user-grade .user-grade-vip {
    width: 100%;
    height: 2.6rem;
    border-radius: .2rem;
    background-color: #202020;
    background-image: linear-gradient(to right, #202020, #2e130d);
    padding: 0 .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.user-grade .user-grade-vip .title {
    font-size: .3rem;
    margin-bottom: .1rem;
    color: #fff;
}

.user-grade .user-grade-vip em {
    font-size: .52rem;
    color: #fff;
}

.user-grade .user-grade-vip .bg {
    position: absolute;
    width: 3.6rem;
    height: 3.6rem;
    background: url('../img/gradebg.png') no-repeat;
    background-size: 3.6rem;
    right: -0.4rem;
    bottom: -1.2rem;
}

.user-grade .user-grade-list {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    padding: .3rem;
}

.user-grade .user-grade-list .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

.user-grade .user-grade-list .item {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 0 .2rem;
}

.user-grade .user-grade-list .item + .item {
    margin-top: .2rem;
}

.user-grade .user-grade-list .item p {
    width: calc(100% - 2.6rem);
    color: #666;
    font-size: .28rem;
}

.user-grade .user-grade-list .item.hover p {
    color: #f38969;
}

.user-grade .user-grade-list .item div {
    width: 2.2rem;
    font-size: .24rem;
    color: #9E9E9E;
}

.user-grade .user-grade-list .item span {
    width: .4rem;
    height: .4rem;
    background: #fff;
    border-radius: 2rem;
    border: .1rem solid #efefef;
}

.user-grade .user-grade-list .item.hover span {
    background: #f38969;
}

.user-grade .user-grade-list a.but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .8rem;
    background: #f38969;
    color: #fff;
    border-radius: .2rem;
    margin-top: .4rem;
    font-size: .3rem;
}

.user-myshop {
    margin-top: 60px;
    padding: 0 .2rem;
}

.user-myshop-card {
    height: fit-content;
}

.user-myshop .user-myshop-my {
    padding: .6rem .4rempx;
    height: 3.6rem;
    background-color: #322c2a;
    background-image: linear-gradient(to right, #4e4747, #16120d);
    border-radius: .2rem;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap .fl {
    width: 60px;
    height: 60px;
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap .fl img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    background: #efefef;
    border: 2px solid #fff;
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap .fr {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap .fr .title {
    font-size: 18px;
    color: #fff;
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap .fr .com {
    font-size: 12px;
    color: rgb(255 255 255 / 60%);
    margin-top: 5px;
}

.user-myshop .user-myshop-my .user-myshop-my-header .wrap .bg {
    position: absolute;
    width: 110px;
    height: 95px;
    background: url('../img/myshopbg.png') no-repeat;
    background-size: 100%;
    right: 0px;
    bottom: -20px;
}

.user-myshop .user-myshop-my .user-myshop-my-header .card {
    width: 100%;
    padding: 0 10px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}

.user-myshop .user-myshop-my .user-myshop-my-header .card .item {
    width: 33.333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.user-myshop .user-myshop-my .user-myshop-my-header .card .item em {
    font-size: 16px;
}

.user-myshop .user-myshop-my .user-myshop-my-header .card .item span {
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.user-myshop .user-myshop-list {
    margin-top: 10px;
}

.user-myshop .user-myshop-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
}

.user-myshop .user-myshop-list .item .fl,
.user-myshop .user-myshop-list .item .fr {
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-myshop .user-myshop-list .item .fr {
    color: #d8d8d8;
}

.user-myshop .user-myshop-list .item .fa {
    width: calc(100% - 60px);
    font-size: 12px;
}

.user-myshop .user-myshop-form {
    padding: .3rem;
    background: #fff;
    border-radius: 8px;
}

.user-myshop .user-myshop-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.user-myshop .user-myshop-form .form-group .tit {
    display: block;
    width: 100%;
    font-size: .28rem;
    margin-bottom: .1rem;
}

.user-myshop .user-myshop-form .form-group .form-group-input,
.user-myshop .user-myshop-form .form-group .form-group-select {
    width: 100%;
    height: .7rem;
    border: .02rem solid #efefef;
    border-radius: .1rem;
    font-size: .3rem;
    text-indent: .2rem;
}

.user-myshop .user-myshop-form .form-group .form-group-input:focus,
.user-myshop .user-myshop-form .form-group .form-group-select:focus {
    border-color: #f38969;
}

.user-myshop .user-myshop-form .form-group .form-group-textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 120px;
    border: .02rem solid #efefef;
    border-radius: .1rem;
    font-size: .3rem;
    padding: .2rem;
    line-height: 1.3;
}

.user-myshop .user-myshop-form .form-group .form-group-textarea:focus {
    border-color: #f38969!important;
}

.user-myshop .user-myshop-form .form-group .preview {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff6f3;
    border: .02rem solid #f38969;
    border-radius: .2rem;
}

.user-myshop .user-myshop-form .form-tips {
    width: 100%;
    margin-bottom: .4rem;
    text-align: center;
    font-size: .28rem;
    color: #666;
}

.user-myshop .user-myshop-form .form-tips em {
    color: #F44336;
}

.user-myshop .user-myshop-form .form-group-but {
    width: 100%;
    height: .8rem;
    border: 0;
    background: #f38969;
    color: #fff;
    border-radius: .2rem;
    font-size: .3rem;
}

.user-myshop .user-myshop-money-card {
    width: 100%;
    background-color: #ffd84a;
    background-image: linear-gradient(to right, #ffd84a, #ff9800);
    box-shadow: 0 5px 10px rgb(240 203 95 / 50%);
    border-radius: 8px;
}

.user-myshop .user-myshop-money-card .top {
    padding: .3rem;
}

.user-myshop .user-myshop-money-card .top span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: rgb(255 255 255 / 0.8);
    margin-bottom: 5px;
}

.user-myshop .user-myshop-money-card .top em {
    font-size: 32px;
    color: #fff;
}

.user-myshop .user-myshop-money-card .down {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-myshop .user-myshop-money-card .down .item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 20%);
    background: rgb(255 255 255 / 0.2);
    padding: 10px;
}

.user-myshop .user-myshop-money-card .down .item:nth-child(2n-1) {
    border-right: 1px solid rgb(255 255 255 / 0.2);;
}

.user-myshop .user-myshop-money-card .down .item span {
    font-size: 12px;
    color: rgb(255 255 255 / 0.8);
}

.user-myshop .user-myshop-money-card .down .item em {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.user-myshop .myshop-uselist {
    width: 100%;
    padding: .3rem 0 .3rem;
}

.user-myshop .myshop-uselist .tit {
    width: 100%;
    height: 30px;
    display: flex;
    font-size: 17px;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.user-myshop .myshop-uselist .item {
    width: 100%;
    height: 90px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-myshop .myshop-uselist .item + .item {
    margin-top: 10px;
}

.user-myshop .myshop-uselist .item img {
    width: 40px;
    height: 40px;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 0 0 3px rgb(255 216 74 / .3);
}

.user-myshop .myshop-uselist .item .info {
    width: calc(100% - 55px);
}

.user-myshop .myshop-uselist .item .info .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
}

.user-myshop .myshop-uselist .item .message {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.user-myshop .myshop-uselist .item .info .time {
    font-size: 12px;
    color: #999;
}

.user-myshop .myshop-uselist .item .message .fr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 5px;
    background: #efefef;
    color: #999;
    border-radius: 5px;
    font-size: 12px;
}

.user-myshop .myshop-uselist .item .message .fr em {
    color: #4CAF50;
    font-size: 12px;
    margin-left: 5px;
}

.user-myshop .user-myshop-order-card {
    width: 100%;
    padding: .2rem;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.user-myshop .user-myshop-order-card .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.user-myshop .user-myshop-order-card .item:nth-child(1) {
    border-right: 1px solid #efefef;
}

.user-myshop .user-myshop-order-card .item span {
    font-size: 14px;
    margin-bottom: 5px;
}

.user-myshop .user-myshop-order-card .item em {
    font-size: 18px;
}

.user-myshop .user-myshop-order-list {
    margin-top: 20px;
}

.user-myshop .user-myshop-order-list .item {
    margin-top: 10px;
    padding: .3rem;
    background: #fff;
    border-radius: 8px;
}

.user-myshop .user-myshop-order-list .item .order-zt {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.user-myshop .user-myshop-order-list .item .order-zt span {
    color: #666;
}

.user-myshop .user-myshop-order-list .item .order-shop {
    display: flex;
    justify-content: space-between;
    height: 80px;
    margin: 10px 0;
}

.user-myshop .user-myshop-order-list .item .order-shop .fl {
    width: 80px;
    height: 80px;
}

.user-myshop .user-myshop-order-list .item .order-shop .fl img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #efefef;
}

.user-myshop .user-myshop-order-list .item .order-shop .fr {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-myshop .user-myshop-order-list .item .order-shop .fr .title {
    font-size: 14px;
    font-size: 14px;
    max-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.user-myshop .user-myshop-order-list .item .order-shop .fr .money {
    color: #F44336;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}

.user-myshop .user-myshop-order-list .item .order-shop .fr .money span {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.user-myshop .user-myshop-order-list .item .order-bq {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.user-myshop .user-myshop-order-list .item .order-bq .time {
    color: #666;
    font-size: 12px;
}

.user-myshop .user-myshop-order-list .item .order-bq .profit {
    color: #666;
    font-size: 12px;
}

.user-myshop .user-myshop-order-list .item .order-bq .profit span{
    padding: 2px 5px;
    background: #efefef;
    color: #4CAF50;
    border-radius: 2px;
}

.user-myshop .myshop-userlist {
    margin-top: 20px;
}

.user-myshop .myshop-userlist .item {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    padding: 0.3rem;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-myshop .myshop-userlist .item .fl {
    width: 60px;
    height: 60px;
}

.user-myshop .myshop-userlist .item .fl img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #efefef;
}

.user-myshop .myshop-userlist .item .fr {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-myshop .myshop-userlist .item .fr .name {
    display: flex;
    align-items: center;
}

.user-myshop .myshop-userlist .item .fr .name em {
    font-size: 16px;
    font-weight: bold;
}

.user-myshop .myshop-userlist .item .fr .name span {
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    background-color: #ffd84a;
    background-image: linear-gradient(to right, #ffd84a, #ff9800);
}

.user-myshop .myshop-userlist .item .fr .info {
    display: flex;
    flex-direction: column;
}

.user-myshop .myshop-userlist .item .fr .info span {
    font-size: 12px;
    margin-top: 3px;
}

.user-myshop .myshop-shoptype {
    background: #fff;
    width: 100%;
    height: 50px;
    overflow-y: scroll;
    padding: .2rem;
    position: fixed;
    top: 50px;
    left: 0;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.user-myshop .myshop-shoptype::-webkit-scrollbar {
    display:none
}

.user-myshop .myshop-shoptype .wrap {
    display: flex;
    width: auto;
}

.user-myshop .myshop-shoptype .wrap a {
    padding: 3px 8px;
    background: #efefef;
    border-radius: 20px;
    font-size: 12px;
    white-space: nowrap;
    color: #666;
}

.user-myshop .myshop-shoptype .wrap a + a {
    margin-left: 5px;
}

.user-myshop .myshop-shoptype .wrap a.hover {
    color: #fff;
    background-color: #ffd84a;
    background-image: linear-gradient(to right, #ffd84a, #ff9800);
}

.user-myshop .myshop-shoplist {
    margin-top: 110px;
}

.user-myshop .myshop-shoplist .item {
    width: 100%;
    padding: 0.3rem;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
}

.user-myshop .myshop-shoplist .item .title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
}

.user-myshop .myshop-shoplist .item .title em {
    display: block;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-myshop .myshop-shoplist .item .title span {
    display: flex;
    padding: 0 5px;
    white-space: nowrap;
    align-items: center;
    font-size: 12px;
    height: 20px;
    color: #fff;
    background-color: #ffd84a;
    background-image: linear-gradient(to right, #ffd84a, #ff9800);
    border-radius: 4px;
    margin-right: 10px;
}

.user-myshop .myshop-shoplist .item .info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.user-myshop .myshop-shoplist .item .info .fl {
    width: 75px;
    height: 75px;
}

.user-myshop .myshop-shoplist .item .info .fl img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #efefef;
}

.user-myshop .myshop-shoplist .item .info .fa {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
}

.user-myshop .myshop-shoplist .item .info .fa span {
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 2px 10px;
    height: fit-content;
    align-items: center;
    background: #efefef;
    color: #666;
    border-radius: 4px;
    margin: 0 5px 5px 0;
}

.user-myshop .myshop-shoplist .item .info .fa span.top {
    background: #4CAF50;
    color: #fff;
}

.user-myshop .myshop-shoplist .item .info .fa span.down {
    background: #F44336;
    color: #fff;
}

.user-myshop .myshop-shoplist .item .info .fr {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-myshop .myshop-shoplist .item .info .fr span {
    width: 50px;
    height: 50px;
    background: #efefef;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.user-myshop .shopwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.user-myshop .shopwrap .wrap {
    width: 80%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.user-myshop .shopwrap .wrap .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.user-myshop .shopwrap .wrap .form-group .tit {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.user-myshop .shopwrap .wrap .form-group .form-group-input {
    width: 100%;
    height: 35px;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: 15px;
    text-indent: 10px;
}

.user-myshop .shopwrap .wrap .form-group .form-group-input:focus {
    border-color: #ffd84a;
}

.user-myshop .shopwrap .wrap .form-group .preview {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fffbee;
    border: 1px solid #ffd84a;
    border-radius: 8px;
}

.user-myshop .shopwrap .wrap .form-group .display {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.user-myshop .shopwrap .wrap .form-group .display div {
    width: 48%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: 14px;
}

.user-myshop .shopwrap .wrap .form-group .display div.hover {
    color: #fff;
    background-color: #ffd84a;
    background-image: linear-gradient(to right, #ffd84a, #ff9800);
    border: 0;
}

.user-myshop .shopwrap .wrap .form-group-but {
    width: 100%;
    height: 40px;
    border: 0;
    background: #ffd84a;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
}

.user-myshop .shopwrap .wrap .form-group-but-q {
    width: 100%;
    height: 40px;
    border: 0;
    background: #fffbee;
    border-radius: 8px;
    border: 1px solid #ffd84a;
    font-size: 15px;
    margin-top: 10px;
}

.user-login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.user-login .wrap {
    padding: 0 30px;
    margin-top: 80px;
}

.user-login .wrap .title {
    height: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.user-login .wrap .title em {
    width: 100%;
    font-size: 24px;
}

.user-login .wrap .title span {
    font-size: 14px;
    margin-top: 20px;
    color: #999;
}

.user-login .wrap .title span a {
    color: #ff9800;
}

.user-login .wrap .form-group,
.user-login .wrap .imgcode {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.user-login .wrap .form-group input {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    border: 0;
    background: #f6f6f6;
    text-indent: 20px;
    font-size: 14px;
}

.user-login .wrap .imgcode input {
    width: calc(100% - 100px);
    height: 40px;
    border-radius: 40px;
    border: 0;
    background: #f6f6f6;
    text-indent: 20px;
    font-size: 14px;
}

.user-login .wrap .imgcode img {
    width: 90px;
    height: 40px;
    border-radius: 40px;
    background: #f6f6f6;
}

.user-login .wrap .but {
    width: 100%;
    height: 40px;
    background: #73abff;
    border: 0;
    border-radius: 40px;
    color: #fff;
    font-size: 15px;
}

.user-site {
    padding: 0 .3rem;
}

.user-site .wrap {
    margin-top: 60px;
    background: #fff;
    border-radius: .2rem;
    padding: .2rem;
}

.user-site .wrap .form-group {
    width: 100%;
    margin-bottom: .4rem;
}

.user-site .wrap .form-group .tit {
    display: block;
    width: 100%;
    font-size: .28rem;
    margin-bottom: .1rem;
}

.user-site .wrap .form-group .form-group-input {
    width: 100%;
    height: .7rem;
    border: .02rem solid #efefef;
    border-radius: .1rem;
    font-size: .3rem;
    text-indent: .2rem;
}

.user-site .wrap .form-group .form-group-input:focus {
    border-color: #f38969;
}

.user-site .wrap .form-group-but {
    width: 100%;
    height: .8rem;
    border: 0;
    background: #f38969;
    color: #fff;
    border-radius: .2rem;
    font-size: .3rem;
}