/* 用户卡片样式 */
#usercard {
    /* max-width: 524.8px !important; */
    /* min-width: 524.8px !important; */
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    margin: 0 auto;
    background-color: #f8f8f8 !important;
    position: relative;
    box-sizing: border-box;
    /* overflow: scroll; */


}

html {
    /* font-size: 54px; */
}

/* 全局设置 */
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

i {
    font-style: normal
}

u {
    text-decoration: none
}

span {
    font-size: .3rem;
}

/* 全局设置 */

/* 头像设置 */
.touxiang {
    /* margin-top: 1.28rem; */
    padding-left: .42rem;
    padding-right: .42rem;
    padding-top: .4rem;
    cursor: pointer;
    background-size: 100% 100%;
    color: #fff !important;
}

.van-row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-row--flex:after {
    display: none
}

.van-row--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.van-row--justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
        /* 头像设置 */
}

.w--r__170 {
    width: 1.7rem
}

.object--fit__cover {
    object-fit: cover
}

.object--fit__cover {
    object-fit: "cover"
}

.h--r__170 {
    height: 1.7rem
}

.border-circle {
    border-radius: 50%
}

.overflow--hidden {
    overflow: hidden
}

.bgc-fff {
    background-color: #fff
}

.border__eee {
    border: 1Px solid #eee
}

.block {
    display: block
}

.van-image {
    position: relative;
    display: inline-block
}

.van-col {
    float: left;
    box-sizing: border-box;
    min-height: .02667rem
}

.van-col--6 {
    width: 25%
}

.w--r__170 {
    width: 1.7rem
}

.van-icon__image,
.van-image__loading,
.van-image__loading i,
.van-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.van-image__img {
    display: block;
    width: 100%;
    height: 100%
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.line-height__050 {
    height: .5rem;
    line-height: .5rem
}

.van-col--16 {
    width: 66.66666667%
}

.size__050 {
    font-size: .45rem
}

.line-height__128 {
    line-height: 1.28rem;
    height: 1.28rem
}

.van-col--2 {
    width: 8.33333333%
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-right:before {
    content: "\e743"
}

.size__070 {
    font-size: .5rem
}

.pb__128 {
    padding-bottom: 1.28rem
}

.flex-between-column,
.flex-center-center-column,
.flex-center-column,
.flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.py__032 {
    padding-top: .32rem;
    padding-bottom: .32rem
}

.flex__1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.text__center {
    text-align: center
}

.button__uppercase {
    text-transform: uppercase !important
}

.color__fff {
    color: #fff !important
}

.mt__020 {
    margin-top: .2rem
}

/* 有用 */

.account-page .bgc-user {
    background-image: linear-gradient(90deg, #f7005b, #f7005b);
    border-radius: 0 0 .6rem .6rem;
}

/* 有用 */

.account-page .van-cell__title span {
    font-size: .25rem
}

.account-page .van-button--default {
    box-shadow: 0 .05333rem .10667rem rgba(0, 0, 0, .12), 0 .05333rem .13333rem rgba(0, 0, 0, .08);
    margin-bottom: .5rem;
    width: 100%;
    border-radius: .1rem
}

.account-page .van-button--default .van-button__text {
    font-size: .3rem
}

.account-page .options-list {
    width: 100%;
    background: transparent;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.account-page .my-orders {
    border-radius: .4rem
}

.account-page .my-orders .van-cell__title {
    margin-left: .1rem
}

.account-page .serves-icon .iconfont:before {
    color: transparent;
    background-image: -webkit-linear-gradient(right bottom, #ff0808, #c0b15b);
    background-image: linear-gradient(to left top, #ff0808, #c0b15b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-transform: translateY(.26667rem);
    -ms-transform: translateY(.26667rem);
    transform: translateY(.26667rem);
    height: 100%
}

.account-page .image-icon .van-info {
    position: absolute;
    right: 0;
    top: .1rem;
    box-sizing: border-box;
    height: .5rem;
    line-height: .5rem
}

/* .account-page .iconfont.van-cell.van-cell--large:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
} */

.mb-034 {
    margin-bottom: .34rem;
}


.size__070,
.size__0500 {
    font-size: .5rem !important;
}

@font-face {
    font-family: iconfont;
    src: url(https://cdn-theme.myshopline.com/cdn/shop/prod//1734063947621/67652279f2fe05450a60a262/1735194270276/assets/iconfont.woff2) format('woff2');
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.line-height__128 svg{
    width: .5rem;
    height: .5rem;
}