body,html{
    font-size: 20px;
    padding: 0;
    margin: 0;
}
*{
    -webkit-tap-highlight-color:transparent;
}
.jd-head{
    position: relative;
}
.jd-head img{
    display: block;
    width: 100%;
    /*height: 15.85rem;*/
}
.jd-head a{
    text-decoration: none;
    color: #FEF502;
    font-size: 0.6rem;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.jd-head .col{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    font-size: 0.7rem;
    background: #6f16bc;
    color: #ffffff;
    height: 2.225rem;
    
}
.jd-head .col.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.jd-head .col .item{
    padding: 0.3rem 0;
    position: relative;
}
.jd-head .col .item .line{
    transition: .1s .2s;
    -webkit-transition: .1s .2s;
    width: 50%;

}
.jd-head .col .item.active .line{
    width: 50%;
    background: #cb98f7;
    height:0.15rem;
    border-radius: 0.4rem;
    position: absolute;
    bottom: 0px;
    left: 25%;
    
}

.jd-list{
    background: #cb98f7;
    padding: 0.5rem;
}
.jd-list .item{
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
}
.jd-list .item .g-img{
    width: 4.55rem;
    height: 4.55rem;
    margin-left: 0.1rem;
}
.jd-list .item .g-img img{
    display: block;
    width: 100%;
}
.jd-list .item .g-info{
    flex: 1;
    padding: 0 0.5rem;
    min-width: 0;
}
.jd-list .item .g-info .g-title{
    font-size: 0.7rem;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jd-list .item .g-info .g-title img{
    display: inline-block;
    vertical-align: middle;
    width: 1.125rem;
    margin-right: 0.3rem;
}
.jd-list .item .g-money{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}
.jd-list .item .g-money .money-info{
    display: flex;
    align-items: center;
}
.jd-list .item .g-money .money-info span{
    font-size: 0.7rem;
    color: #999999;
}
.jd-list .item .g-money .money-info .quan{
    width: 1.875rem;
    height: 0.825rem;
    background:url('../img/jd-quan.png') no-repeat;
    background-size: contain;
    font-size: 0.6rem;
    text-align: center;
    color: #ffffff;
    margin-left: 0.5rem;
}
.jd-list .item .g-money .sale-info{
    font-size: 0.7rem;
    color: #999999;
    margin-right: 0.6rem;
}
.jd-list .item .g-money .sale-info img{
    display: block;
    width: 1.2rem;
}
.jd-list .item .quan-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jd-list .item .quan-price .price-left{
    font-size: 0.7rem;
}
.jd-list .item .quan-price .price-left span:nth-of-type(1){
    color: #333333;
}
.jd-list .item .quan-price .price-left span:nth-of-type(2){
    color: #ff2c22;
    font-weight: bold;
}
.jd-list .item .quan-price .back{
    width: 2.675rem;
    height: 0.875rem;
    font-size: 0.6rem;
    text-align: center;
    background: url('../img/jd-back.png') no-repeat;
    background-size: contain;
    color: #ffffff;
}



[v-cloak]{
    display: none;
}
.no-jd{
    text-align: center;
    font-size: 0.7rem;
    color: #ffffff;
}

.share{
    position: fixed;
    bottom: -6.5rem;
    left: 0;
    right: 0;
    display: flex;
    background: #ffffff;
    justify-content: space-between;
    padding: 0.5rem 2rem;
    transition: .3s;
    -webkit-transition:.3s;
    opacity: 0;
    z-index: 11;
}
.share.active{
    bottom: 0;
    opacity: 1;
}
.share .item{
    width: 2.5rem;
}
.share .item img{
    display: block;
    width: 100%;
}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0,0,0,0.6);
}
.mask.active{
    z-index: 10;
}




