* {
    -webkit-tap-highlight-color: transparent
}

*, body, html {
    padding: 0;
    margin: 0
}

template {
    display: none
}

.root-rem-calc, html {
    font-size: 13.33333vw
}

@media only screen and (min-width: 540px) {
    .root-rem-calc, html {
        font-size: 72px !important
    }
}

.max-width {
    max-width: 7.5rem;
    margin: auto
}

html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

.ellipsis-single {
    white-space: nowrap
}

.ellipsis-multiple, .ellipsis-single {
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-multiple {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal
}

[v-cloak] {
    display: none !important
}

.banner-wrapper {
    display: block;
    width: 7.5rem;
    min-height: 3.4rem
}

.banner-wrapper > img {
    width: 100%
}

.page-container {
    min-height: 100vh;
    max-width: 7.5rem;
    background: #f3f3f7;
    padding-bottom: 1.2rem;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: .32rem;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .1)
}

.layui-layer {
    font-size: 12px
}

::-webkit-scrollbar {
    all: unset;
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background-color: #c1c1c1
}

@media screen and (min-width: 750px) {
    ::-webkit-scrollbar {
        width: .05rem;
        height: .05rem
    }
}

.van-toast--html, .van-toast--text {
    font-size: .24rem
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5) {
    .border-1px:after {
        transform: scaleY(.7)
    }

    .border-1px-v:after {
        transform: scaleX(.7)
    }

    .border-1px-all {
        position: relative
    }

    .border-1px-all:after {
        display: block;
        position: absolute;
        width: 150%;
        height: 150%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(.66667);
        content: ""
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2) {
    .border-1px:after {
        transform: scaleY(.5)
    }

    .border-1px-v:after {
        transform: scaleX(.5)
    }

    .border-1px-all {
        position: relative
    }

    .border-1px-all:after {
        display: block;
        position: absolute;
        width: 200%;
        height: 200%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(.5);
        content: ""
    }
}

img[lazy=loading] {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.img-box > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.iconfont {
    font-size: inherit
}

.btn:not(.disabled):not(.active) {
    cursor: pointer
}

.flex-c, .flex-c-1, .flex-c-2, .flex-c-c, .flex-c-evenly, .flex-col-c, .flex-col-c-1, .flex-col-c-2, .flex-col-c-c {
    display: flex;
    align-items: center
}

.flex-c-2, .flex-c-c, .flex-c-evenly, .flex-col-c-2, .flex-col-c-c {
    justify-content: center
}

.flex-c-evenly {
    justify-content: space-evenly
}

.flex-col-c, .flex-col-c-1, .flex-col-c-2, .flex-col-c-c, .free-loading {
    flex-direction: column
}

.free-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6rem 0
}

.free-loading > p {
    font-size: .3rem;
    color: #fff;
    letter-spacing: .01rem;
    margin: .2rem 0 0
}

.free-loading .la-line-scale {
    width: 1.6rem;
    height: 1.28rem;
    display: block;
    font-size: 0;
    color: #f3f3f7
}

.free-loading .la-line-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid;
    width: .16rem;
    height: 1.28rem;
    margin: 0 .08rem;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s ease infinite;
    animation: line-scale 1.2s ease infinite
}

.free-loading .la-line-scale > div:first-child {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.free-loading .la-line-scale > div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.free-loading .la-line-scale > div:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.free-loading .la-line-scale > div:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.free-loading .la-line-scale > div:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes line-scale {
    0%, 40%, to {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@keyframes line-scale {
    0%, 40%, to {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

.free-share {
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    height: 1.76rem;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f3f3f7 50%);
    padding: .32rem .24rem;
    box-sizing: border-box;
    z-index: 100;
    cursor: pointer
}

.free-share #share_href {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.22rem;
    height: .9rem;
    margin: auto;
    background: linear-gradient(180deg, #fff8e6, #fdeabf);
    border-radius: .45rem;
    text-align: center;
    color: #f3f3f7;
    font-size: .324rem;
    line-height: 1em
}

.free-share #share_href #svg-icon {
    margin-top: .05rem;
    margin-right: .1rem;
    height: 1em
}

.free-share #share_href #svg-icon path {
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2px
}

.free-share #share_href #svg-icon .cls-2 {
    stroke-linecap: round
}

.page-container {
    display: flex;
    flex-direction: column;
    font-family: PingFang SC
}

.page-container .banner-wrapper {
    height: 2.13rem;
    min-height: 2.13rem
}

.page-container .free-loading .la-line-scale {
    color: #fff
}

.page-container .btn:not(.disabled) {
    cursor: pointer
}

.page-container .page-content {
    flex: 1;
    padding: 0;
    border-radius: .2rem .2rem 0 0;
    background: #f3f3f7;
    transition: padding .3s
}

.page-container .page-content .nav {
    margin: -.08rem;
    padding: .3rem;
    width: 100%
}

.page-container .page-content .nav li {
    display: inline-block;
    margin: .08rem;
    height: .6rem;
    padding: 0 .32rem;
    border-radius: .3rem;
    background: #fff;
    font-size: .28rem;
    font-weight: 300;
    color: #333;
    line-height: .6rem;
    text-align: center
}

.page-container .page-content .nav li.active {
    background: linear-gradient(90deg, #faa350, #fe3d3f);
    color: #fff;
    cursor: default
}

.page-container .page-content .lists {
    width: 7.1rem;
    margin: auto
}

.page-container .goods-card {
    position: relative;
    margin: auto;
    width: 6.9rem;
    padding: .2rem .26rem 1.04rem;
    background: #fff;
    box-shadow: 0 .02rem .2rem 0 rgba(7, 19, 88, .1);
    border-radius: .2rem
}

.page-container .goods-card + .goods-card {
    margin-top: .2rem
}

.page-container .goods-card .type-title {
    display: flex;
    align-items: center
}

.page-container .goods-card .type-title img {
    margin-right: .06rem;
    width: .42rem;
    height: .42rem
}

.page-container .goods-card .type-title .text {
    flex: 1;
    font-size: .3rem;
    font-weight: 500;
    color: #333
}

.page-container .goods-card .type-title .time {
    align-self: flex-end;
    font-size: .24rem;
    font-weight: 300;
    color: #999
}

.page-container .goods-card .detail-block .row {
    display: flex;
    margin-top: .32rem
}

.page-container .goods-card .detail-block .left {
    flex: 1
}

.page-container .goods-card .detail-block .left .title {
    font-size: .26rem;
    font-weight: 300;
    color: #333;
    line-height: .36rem
}

.page-container .goods-card .detail-block .left .btn.buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .04rem;
    width: 1rem;
    height: .4rem;
    background: #fff0f2;
    border: 1px solid #fe3b3f;
    border-radius: .05rem;
    font-size: .24rem;
    font-weight: 300;
    color: #fe3a40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-container .goods-card .detail-block .left ul li .transfer {
    position: absolute;
    left: -10000px;
    opacity: 0
}

.page-container .goods-card .detail-block .left ul li + li {
    margin-top: .2rem
}

.page-container .goods-card .detail-block .right {
    margin-left: .1rem;
    width: 2.1rem
}

.page-container .goods-card .detail-block .right img {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .05rem;
    filter: brightness(.98)
}

.page-container .goods-card .btn-block {
    position: absolute;
    right: 0;
    bottom: .2rem
}

.page-container .goods-card .btn-block .btn.copy-text {
    width: 1.52rem;
    height: .56rem;
    background: linear-gradient(-90deg, #fe3a3f, #faa450);
    border-radius: .28rem 0 0 .28rem;
    font-size: .26rem;
    font-weight: 400;
    color: #fffefd;
    line-height: .56rem;
    text-align: center;
    border: 0;
    outline: 0
}

.page-container .goods-card-v2 {
    position: relative;
    margin: .2rem auto 0;
    width: 6.9rem;
    padding: .2rem .26rem 1.04rem;
    background: #fff;
    box-shadow: 0 .02rem .2rem 0 rgba(7, 19, 88, .1);
    border-radius: .2rem
}

.page-container .goods-card-v2 .type-title {
    display: flex;
    align-items: center
}

.page-container .goods-card-v2 .type-title img {
    margin-right: .06rem;
    width: .42rem;
    height: .42rem
}

.page-container .goods-card-v2 .type-title .text {
    flex: 1;
    font-size: .3rem;
    font-weight: 500;
    color: #333
}

.page-container .goods-card-v2 .type-title .time {
    align-self: flex-end;
    font-size: .24rem;
    font-weight: 300;
    color: #999
}

.page-container .goods-card-v2 .detail-block .row {
    display: flex;
    margin-top: .32rem
}

.page-container .goods-card-v2 .detail-block .content-block {
    flex: 1;
    /*margin-left: .1rem*/
}

.page-container .goods-card-v2 .detail-block .content-block .title {
    font-size: .26rem;
    font-weight: 300;
    color: #333;
    line-height: .36rem
}

.page-container .goods-card-v2 .detail-block .content-block .btn.buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .04rem;
    width: 1rem;
    height: .4rem;
    background: #fff0f2;
    border: 1px solid #fe3b3f;
    border-radius: .05rem;
    font-size: .24rem;
    font-weight: 300;
    color: #fe3a40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-container .goods-card-v2 .detail-block .content-block ul li .transfer {
    position: absolute;
    left: -10000px;
    opacity: 0
}

.page-container .goods-card-v2 .detail-block .content-block ul li + li {
    margin-top: .2rem
}

.page-container .goods-card-v2 .detail-block .cover-block {
    width: 2.1rem
}

.page-container .goods-card-v2 .detail-block .cover-block img {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .05rem;
    filter: brightness(.98);
    -o-object-fit: contain;
    object-fit: contain
}

.page-container .goods-card-v2 .btn-block {
    position: absolute;
    right: 0;
    bottom: .2rem
}

.page-container .goods-card-v2 .btn-block .btn.copy-text {
    width: 1.52rem;
    height: .56rem;
    background: linear-gradient(-90deg, #fe3a3f, #faa450);
    border-radius: .28rem 0 0 .28rem;
    font-size: .26rem;
    font-weight: 400;
    color: #fffefd;
    line-height: .56rem;
    text-align: center;
    border: 0;
    outline: 0
}

.page-container .list-item-loading {
    text-align: center;
    padding: .4rem 0;
    color: #333;
    font-size: .24rem;
    letter-spacing: .01rem
}

.page-container .van-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.page-container .free-share #share_href {
    background: linear-gradient(90deg, #fba14f, #fe4040);
    color: #fff
}

.page-container .free-share #share_href #svg-icon {
    width: 1em
}

.page-container .free-share #share_href #svg-icon path {
    fill: currentColor;
    stroke: none
}

.page-container .btn.back-top {
    width: .78rem;
    height: .78rem;
    position: fixed;
    right: .2rem;
    bottom: 2rem;
    background: url(http://img.bc.haodanku.com/haodanku/1596017135) no-repeat;
    background-size: 100% 100%
}