html {
    font-size: calc(100vw/18.75) !important;
}

* {
    margin: 0;
    padding: 0;
}
.mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.img-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.yinliu-close-icon {
    position: absolute;
    top: 1.35rem;
    right: 1.9rem;
    width: 1.1rem;
    height: 1.1rem;
    z-index: 1001;
}

.yinliu-goods-list {
    position: absolute;
    top: 12.93rem;
}

.yinliu-goods {
    width: 4.5rem;
    height: 4.5rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    margin: 0 0.125rem;
}

.yinliu-btn-outer {
    position: absolute;
    top: 20.53rem;
    width: 14.3rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yinliu-btn {

    width: 13rem;
    height: 2rem;
    -webkit-animation-name: 'ripple';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 0.2s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

@keyframes ripple {
    0% {
        width: 13rem;
        height: 2rem;
    }

    100% {

        width: 14.3rem;
        height: 2.2rem;
    }
}
.yinliu-btn-outer-1 {
    position: absolute;
    top: 14.03rem;
    width: 14.3rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yinliu-btn-1 {

    width: 9.38rem;
    height: 2.05rem;
    -webkit-animation-name: 'ripple1';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 0.2s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

@keyframes ripple1 {
    0% {
        width: 9.38rem;
        height: 2.05rem;
    }

    100% {

        width: 10.32rem;
        height: 2.26rem;
    }
}
.yao_qing_youli-btn-outer-1 {
    position: absolute;
    top: 2.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.11rem;
    height: 0.98rem;
}

.yao_qing_youli-btn-1 {

    width: 2.8rem;
    height: 0.88rem;
    -webkit-animation-name: 'ripple2';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 0.2s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
}

@keyframes ripple2 {
    0% {
        width: 2.8rem;
        height: 0.88rem;
    }

    100% {

        width: 3.11rem;
        height: 0.98rem;
    }
}
.jing-pin-ke {
    height: 1.2rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #313131;
    line-height: 1.05rem;
    position: absolute;
    top: 6.13rem;
}

.yinliu-ke-block {
    display: flex;
    position: absolute;
    top: 8.03rem;
    left: 4.72rem;

    border-radius: 0.15rem;
}

.yinliu-ke-des {
    width: 5.4rem;
    height: 0.83rem;
    font-size: 0.6rem;
    font-weight: 500;
    color: #4B4B4B;
    line-height: 0.83rem;
    margin-left: 0.5rem;
}

.yinliu-ke-des p {
    font-weight: 500;
    color: #4B4B4B;
    line-height: 0.83rem;

    font-size: 0.6rem;
}

.yinliu-zhe-kou-jia {
    color: #FF4220;
    margin-top: 0.55rem;
}

.zhe-kou-jia {
    height: 0.75rem;
    font-size: 0.55rem;
    font-weight: 500;

    line-height: 0.75rem;
}

.zhe-kou-jia-a {
    height: 1.13rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.13rem;
}

.ke-des {

    font-size: 0.5rem;
    color: #616161;
    line-height: 0.7rem;
}
.yinliuicon-block{
    position: fixed;
    color: black;
    bottom: 6.5rem;
    right: 0;
    width: 3.8rem;
    height: 3.95rem;
    display: flex;
    justify-content: center;
    z-index: 1000;
}
.yinliuicon-block .last-time-a span{
    font-size: 0.45rem;
    margin: 0;
}









/* last-time */
.last-time {
    position: absolute;
    top: 18.38rem;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-right: 1.55rem;
    font-size: 0.7rem;
    line-height: 1rem;
    padding-right: 0.2rem;
}

.last-time span {
    width: 1.1rem;
    height: 1.1rem;
    background: #88070252;
    border-radius: 0.1rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.1rem;
    font-size: 0.75rem;
}

/* last-time-a */
.last-time-a {
    position: absolute;
    top: 18.38rem;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #313131;
    padding-right: 0.2rem;
}

.last-time-a span {
    border-radius: 0.1rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.1rem;
    font-size: 0.65rem;
    color: #FF4220;
}

/* xx-img */
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.xx-image__inner {
    vertical-align: top;
    height: 100%;
    width: 100%;

    opacity: 1;
    transition: opacity 0.3s;
}

.el-image__error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #c0c4cc;
    vertical-align: middle;
}

.el-image__placeholder {
    background-color: #f5f7fa;
    width: 100%;
    height: 100%;
}

.hide {
    opacity: 0;
}
.row-1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}