.user-home {
    padding: 0 .2rem;
    /*background: url("../img/user-home-bg.png") no-repeat;*/
    background: url("../img/diyu2_topbg.png") no-repeat;
    
    background-size: 7.6rem;
}

.user-home-header {
    width: 90%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.user-home-header .fl {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-home-header .fl img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50px;
    box-shadow: 0 0 0 .08rem #e3ebf7;
}

.user-home-header .fa {
    width: calc(100% - 3.4rem);
    padding: 0 .2rem;
}

.user-home-header .fa .user-name {
    font-size: .44rem;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-home-header .fa .user-id {
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    margin-top: .1rem;
}

.user-home-header .fr {
    width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
}

.user-home-header .fr i {
    color: #428eff;
}

.user-home-order {
    width: 100%;
    height: 2.2rem;
    padding: 0 .3rem;
    border-radius: .2rem;
    background: #fff;
    margin: 10px 0;
}

.user-home-order-header {
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .3rem;
    color: #121212;
}
.user-home-list-header {
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .3rem;
    color: #121212;
}
.user-home-order-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.user-home-list-wrap {width: 100%;display: grid;grid-template-columns: repeat(4, auto);align-items: center;align-content: center;justify-content: space-between;justify-items: center;}
.user-home-list-wrap a.item:nth-child(1) .item-icon {
    background-image: url(../img/yue.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(2) .item-icon {
    background-image: url(../img/fenzhan.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(3) .item-icon {
    background-image: url(../img/anquan.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(4) .item-icon {
    background-image: url(../img/kefu.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(5) .item-icon {
    background-image: url(../img/wendang.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(6) .item-icon {
    background-image: url(../img/weixin.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(7) .item-icon {
    background-image: url(../img/kami.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(8) .item-icon {
    background-image: url(../img/gonghuo.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(9) .item-icon {
    background-image: url(../img/kami.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(10) .item-icon {
    background-image: url(../img/wendang.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(11) .item-icon {
    background-image: url(../img/myinfo.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item:nth-child(12) .item-icon {
    background-image: url(../img/tuichu.png);
    background-size: .5rem;
}
.user-home-list-wrap a.item .title {
    margin-top: .1rem;
    font-size: .3rem;
}
.user-home-list-wrap a.item {display: flex;flex-direction: column;align-items: center;justify-content: flex-start;margin: 10px 0;}
.user-home-order-wrap a.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-home-order-wrap a.item .item-icon {
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.user-home-order-wrap a.item:nth-child(1) .item-icon {
    background-image: url("../img/user_home_order_1.svg");
    background-size: .6rem .5rem;
}

.user-home-order-wrap a.item:nth-child(1) .item-icon span {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    width: .4rem;
    height: .4rem;
    background: #f44336;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
    border-radius: .2rem .2rem .2rem .04rem;
    box-shadow: 0 0 0 .02rem #fff;
}

.user-home-order-wrap a.item:nth-child(2) .item-icon {
    background-image: url("../img/user_home_order_2.svg");
    background-size: .5rem;
}

.user-home-order-wrap a.item:nth-child(3) .item-icon {
    background-image: url("../img/user_home_order_3.svg");
    background-size: .6rem;
}

.user-home-order-wrap a.item:nth-child(4) .item-icon {
    background-image: url("../img/user_home_order_4.svg");
    background-size: .6rem;
}

.user-home-order-wrap a.item .title {
    margin-top: .1rem;
    font-size: .3rem;
}

.user-home-list {width: 100%;padding: 0 .3rem;border-radius: .2rem;background: #fff;margin-bottom:80px;}

.user-home-list-wrap a.item .item-icon {
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.user-home-list a.item + a.item {
}

.user-home-list a.item .fl {
    width: .4rem;
    height: .4rem;
}

.user-home-list a.item .fl i {
    display: block;
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.user-home-list a.item .fl i.user-home-list-level {
    background-image: url("../img/user-home-list-level.svg");
}

.user-home-list a.item .fl i.user-home-list-money {
    background-image: url("../img/user-home-list-money.svg");
}

.user-home-list a.item .fl i.user-home-list-use {
    background-image: url("../img/user-home-list-use.svg");
}

.user-home-list a.item .fl i.user-home-list-myshop {
    background-image: url("../img/user-home-list-myshop.svg");
}

.user-home-list a.item .fl i.user-home-list-aq {
    background-image: url("../img/user-home-list-aq.svg");

}

.user-home-list a.item .fl i.user-home-list-kf {
    background-image: url("../img/user-home-list-kf.svg");
}

.user-home-list a.item .fl i.user-home-list-doc {
    background-image: url("../img/user-home-list-doc.svg");

}

.user-home-list a.item .fl i.user-home-list-out {
    background-image: url("../img/user-home-list-out.svg");
}

.user-home-list a.item .fa {
    width: calc(100% - 1.4rem);
    height: .5rem;
    display: flex;
    align-items: center;
}

.user-home-list a.item .fa .title {
    font-size: .3rem;
}

.user-home-list a.item .fa .bq {
    display: flex;
    height: .4rem;
    padding: 0 .14rem;
    font-size: .26rem;
    border-radius: .1rem;
    border: .02rem solid;
    margin-left: .2rem;
    justify-content: center;
}

.user-home-list a.item .fa .bq.purple {
    border-color: #BA68C8;
    color: #BA68C8;
}

.user-home-list a.item .fa .bq.blue {
    border-color: #428eff;
    color: #428eff;
}

.user-home-list a.item .fa .bq.green {
    border-color: #8bc34a;
    color: #8bc34a;
}

.user-home-list a.item .fr {
    width: .5rem;
    height: .5rem;
    text-align: right;
}

.user-home-list a.item .fr i {
    font-size: .24rem;
    color: #999;
}

.user-level .header-common.transparent .fl a i {
    color: #121212;
}

.user-level .header-common .fr {
    color: #121212;
}

.user-level-header {
    width: 100%;
    height: 3.6rem;
    background: url("../img/user-level-header-bg.png") no-repeat;
    background-size: 7.6rem;
    padding: 1rem .4rem .4rem;
    display: flex;
    align-items: center;
}

.user-level-header .pic {
    width: 1.2rem;
    height: 1.2rem;
}

.user-level-header .pic img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.user-level-header .info {
    margin-left: .3rem;
}

.user-level-header .info .name {
    font-size: .36rem;
    color: #121212;
}

.user-level-header .info .level {
    margin-top: .1rem;
    font-size: .26rem;
    color: #9d6300;
}

.user-level-up {
    margin-top: .3rem;
    width: 100%;
    padding: 0 .3rem;
}

.user-level-up-title {
    font-size: .32rem;
    padding: 0 .1rem;
    font-weight: 500;
}

.user-level-up-wrap {
    margin-top: .2rem;
    display: flex;
    flex-flow: wrap;
}

.user-level-up-wrap .item {
    width: 2.133333rem;
    height: 2rem;
    margin: .1rem;
    background: #f5f5f5;
    border-radius: .2rem;
    padding: .2rem;
    border: .02rem solid transparent;
    position: relative;
    overflow: hidden;
}

.user-level-up-wrap .item.hover {
    border-color: #e3d2b6;
    background: #fff6e9;
}

.user-level-up-wrap .item .level {
    font-size: .36rem;
    color: #9d6300;
}

.user-level-up-wrap .item p {
    font-size: .28rem;
    margin-top: .1rem;
}

.user-level-up-wrap .item .money {
    color: #9d6300;
    font-size: .3rem;
}

.user-level-up-wrap .item span {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    right: 0;
    font-size: .24rem;
    height: .4rem;
    padding: 0 .1rem;
    border-radius: .15rem 0 0 0;
    background: #ccc;
}

.user-level-up-wrap .item.hover span {
    background: #e3d2b6;
}

.user-level-up-btn {
    margin: .3rem 0 0;
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #563600;
    background-image: linear-gradient(to top,#e4bf85,#efcf9e);
    border-radius: 1rem;
}

.user-level-privilege-title,
.user-level-privilege-list-title {
    margin-top: .5rem;
    padding: 0 .1rem;
    font-size: .32rem;
    font-weight: 500;
}

.user-level-privilege-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .3rem;
}

.user-level-privilege-wrap .item {
    width: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-level-privilege-wrap .item-icon {
    width: .8rem;
    height: .8rem;
    background-image: linear-gradient(to top,#e4bf85,#efcf9e);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-level-privilege-wrap .item-icon i {
    display: block;
    width: .4rem;
    height: .4rem;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.user-level-privilege-wrap .item:nth-child(1) i {
    background-image: url("../img/user-level-tq-1.svg");
}

.user-level-privilege-wrap .item:nth-child(2) i {
    background-image: url("../img/user-level-tq-2.svg");
}

.user-level-privilege-wrap .item:nth-child(3) i {
    background-image: url("../img/user-level-tq-3.svg");
}

.user-level-privilege-wrap .item:nth-child(4) i {
    background-image: url("../img/user-level-tq-4.svg");
}



.user-level-privilege-wrap .item p {
    font-size: .28rem;
    margin-top: .1rem;
    color: #666;
}

.user-level-privilege-list {
    margin-top: .3rem;
    width: 100%;
    border: .02rem solid #efefef;
    border-bottom: 0;
    margin-bottom: .4rem;
}

.user-level-privilege-list .item {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: .02rem solid #efefef;
}

.user-level-privilege-list .item .fl {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: .8rem;
    border-right: .02rem solid #efefef;
    font-size: .28rem;
}

.user-level-privilege-list .item .fr {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: .8rem;
    font-size: .28rem;
}

.user-level-privilege-list .item.title .fl,
.user-level-privilege-list .item.title .fr {
    background: #f7f7f7;
}

.user-balance-wrap {
    margin-top: 1.2rem;
    padding: 0 .2rem;
}

.user-balance-money {
    width: 100%;
    height: 3.4rem;
    background: url("../img/user-balance-money-bg.png") no-repeat;
    background-size: 7.2rem;
    border-radius: .3rem;
    overflow: hidden;
}

.user-balance-money-balance {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .4rem;
}

.user-balance-money-balance div {
    display: flex;
    align-items: flex-end;
}

.user-balance-money-balance div span {
    font-size: .5rem;
    color: #fff;
}

.user-balance-money-balance div em {
    font-size: .7rem;
    color: #fff;
}

.user-balance-money-use {
    width: 100%;
    height: 1.4rem;
    border-top: .02rem solid rgb(255 255 255 / 10%);
    display: flex;
}

.user-balance-money-use .item {
    width: 50%;
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-balance-money-use .item:nth-child(1) {
    border-right: .02rem solid rgb(255 255 255 / 10%);
}

.user-balance-money-use .item em {
    font-size: .34rem;
    color: #fff;
}

.user-balance-money-use .item span {
    font-size: .26rem;
    color: rgb(255 255 255 / 80%);
    margin-bottom: .1rem;
}

.user-balance-list {
    background: #fff;
    border-radius: .2rem;
    margin-top: .3rem;
}

.user-balance-list a.item {
    display: flex;
    height: .8rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
}

.user-balance-list a.item + a.item {
    border-top: .02rem solid #fafafa;
}

.user-balance-list a.item .fl {
    font-size: .3rem;
}

.user-money-cashout {
    background-image: url("../img/user-money-cashout-bg.png");
    background-size: 7.6rem;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: top center;
}

.user-money-cashout .header-common,
.user-money .header-common {
    position: relative;
}

.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: #8bc34a;
    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: #8bc34a;
    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: #8bc34a;
    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;
    background-position: top center;
}

.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: #8bc34a;
}

.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 #8bc34a;
}

.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: #8bc34a;
}

.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: #8bc34a;
}

.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: #8bc34a;
}

.user-money .more .more-wrap .go{
    display: block;
    text-align: center;
    font-size: .28rem;
    color: #8bc34a;
    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: #8bc34a;
}

.user-money .more .more-wrap a.but {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .8rem;
    background: #8bc34a;
    color: #fff;
    border-radius: .2rem;
    margin-top: .4rem;
    font-size: .3rem;
}

.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: #e91e63;
}

.user-site .wrap .form-group-but {
    width: 100%;
    height: .8rem;
    border: 0;
    background: #e91e63;
    color: #fff;
    border-radius: .2rem;
    font-size: .3rem;
}

.user-myshop-open {
    width: 100%;
    background: url("../img/myshop-open-bg.png") no-repeat;
    background-size: 7.6rem;
}

.user-myshop-open-wrap {
    padding: 3.6rem .2rem .4rem;
}

.user-myshop-open-form {
    width: 100%;
    background: #fff;
    padding: .3rem;
    border-radius: .2rem;
}

.user-myshop-open-group {
    width: 100%;
    margin-bottom: 20px;
}

.user-myshop-open-group .tit {
    display: block;
    width: 100%;
    font-size: .28rem;
    margin-bottom: .1rem;
}

.user-myshop-open-group .form-group-input,
.user-myshop-open-group .form-group-select {
    width: 100%;
    height: .7rem;
    border: .02rem solid #efefef;
    border-radius: .1rem;
    font-size: .3rem;
    text-indent: .2rem;
}

.user-myshop-open-group .form-group-input:focus,
.user-myshop-open-group .form-group-select:focus {
    border-color: #f38969;
}

.user-myshop-open-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-open-group .form-group-textarea:focus {
    border-color: #f38969!important;
}

.user-myshop-open-group .preview {
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ecf5ff;
    border: .02rem solid #70b6ff;
    border-radius: .2rem;
    font-size: .28rem;
}

.user-myshop-open-form .form-tips {
    width: 100%;
    margin-bottom: .4rem;
    text-align: center;
    font-size: .28rem;
    color: #666;
}

.user-myshop-open-form .form-tips em {
    color: #F44336;
}

.user-myshop-open-form .form-group-but {
    width: 100%;
    height: .8rem;
    border: 0;
    background: #70b6ff;
    color: #fff;
    border-radius: .2rem;
    font-size: .3rem;
}

.user-myshop-open-icons {
    margin-top: .4rem;
    background: #fff;
    border-radius: .2rem;
    padding: .2rem;
}

.user-myshop-open-icons-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: .2rem 0;
}

.user-myshop-open-icons-title div {
    color: #303c48;
    font-size: .36rem;
    font-weight: bold;
    position: relative;
}

.user-myshop-open-icons-title div::after {
    content: '';
    position: absolute;
    top: .1rem;
    right: -0.3rem;
    width: .1rem;
    height: .3rem;
    background: #303c48;
    border-radius: .2rem;
    transform: rotate(20deg);
    box-shadow: .22rem -0.07rem 0 0 rgb(48 60 72 / 15%);
}

.user-myshop-open-icons-title div::before {
    content: '';
    position: absolute;
    top: .1rem;
    left: -0.3rem;
    width: .1rem;
    height: .3rem;
    background: #303c48;
    border-radius: .2rem;
    transform: rotate(20deg);
    box-shadow: -0.22rem 0.07rem 0 0 rgb(48 60 72 / 15%);
}

.user-myshop-open-icons-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.user-myshop-open-icons-list .item {
    width: 2.2666666rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-myshop-open-icons-list .item div {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: rgb(48 60 72 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-myshop-open-icons-list .item div i {
    display: block;
    width: .5rem;
    height: .5rem;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.user-myshop-open-icons-list .item:nth-child(1) div i {
    background-image: url("../img/myshop-open-svg-1.svg");
}

.user-myshop-open-icons-list .item:nth-child(2) div i {
    background-image: url("../img/myshop-open-svg-2.svg");
}

.user-myshop-open-icons-list .item:nth-child(3) div i {
    background-image: url("../img/myshop-open-svg-3.svg");
}

.user-myshop-open-icons-list .item:nth-child(4) div i {
    background-image: url("../img/myshop-open-svg-4.svg");
}

.user-myshop-open-icons-list .item:nth-child(5) div i {
    background-image: url("../img/myshop-open-svg-5.svg");
}

.user-myshop-open-icons-list .item:nth-child(6) div i {
    background-image: url("../img/myshop-open-svg-6.svg");
}

.user-myshop-open-icons-list .item:nth-child(7) div i {
    background-image: url("../img/myshop-open-svg-7.svg");
}

.user-myshop-open-icons-list .item:nth-child(8) div i {
    background-image: url("../img/myshop-open-svg-8.svg");
}

.user-myshop-open-icons-list .item:nth-child(9) div i {
    background-image: url("../img/myshop-open-svg-9.svg");
}

.user-myshop-open-icons-list .item:nth-child(10) div i {
    background-image: url("../img/myshop-open-svg-10.svg");
}

.user-myshop-open-icons-list .item:nth-child(11) div i {
    background-image: url("../img/myshop-open-svg-11.svg");
}

.user-myshop-open-icons-list .item:nth-child(12) div i {
    background-image: url("../img/myshop-open-svg-12.svg");
}

.user-myshop-open-icons-list .item p {
    margin-top: .1rem;
    font-size: .26rem;
    color: #303c48;
}

.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: 50px;
    border-radius: 40px;
    border: 0;
    background: #f6f6f6;
    text-indent: 20px;
    font-size: 14px;
}

.user-login .wrap .imgcode input {
    width: calc(100% - 100px);
    height: 50px;
    border-radius: 40px;
    border: 0;
    background: #f6f6f6;
    text-indent: 20px;
    font-size: 14px;
}

.user-login .wrap .imgcode img {
    width: 90px;
    height: 50px;
    border-radius: 40px;
    background: #f6f6f6;
}

.user-login .wrap .but {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg,#55affe,#4de6ff);
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}

.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 a{
    margin: 5px;
}
.quickContent .iconfont {
    font-size: 0.8rem;
    color: #f7a005;
}
.level_name{
    color: #f7c994;
    font-weight: 700;
    font-size: 13px;
}
.rebalance{
    background: linear-gradient(180deg, #3E3E4E 0%, #181823 100%);
    border-radius: 20px;
    padding: 5px 10px;
}
.infobox{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.userinfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto 15px;
}
.infobox .info span{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}
.infobox .title span{
    font-weight: 400;
    color: #f7c994;
    font-size: 12px;
}
.level-box{
    background-color: #393948;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
}
.level-desc{
    display: flex;
}
.level-desc span{
    color: #f7c994;
    font-size: 13px;
}
.uplevel span{
    border: 1px solid #f7c994;
    background-color: #f7c994;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 13px;
}
.smallimg{
    background-image: url('../img/authentication.png');
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}



