/* 三级分销 */
.share-page-container{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.3)
}
.close-page-bar{
    height: 1.28rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2d343c
}
.close-page-bar .close-icon{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: url("../images/share-icon_23.png") center no-repeat;
    background-size: contain;
}
.share-page-content{
    position: absolute;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    background: #fff
}
.share-type-wrap{
    padding: 0.4rem
}
.share-type-wrap .wechat-box{
    display: box;
    display: -moz-box;
    display: -webkit-box;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e6e6e6
}
.share-type-wrap .wechat-box .hd,
.share-type-wrap .wechat-box .bd{
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}
.share-type-wrap .wechat-box .hd{
    width: 30%;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.426667rem;
}
.share-type-wrap .wechat-box .hd img{
    width: 0.906667rem;
    height: 0.906667rem;
    margin-top: 0.08rem
}
.share-type-wrap .wechat-box .bd{
    width: 70%;
    line-height: 0.533333rem;
    padding: 0 0 0 0.4rem;
    font-size: 0.373333rem
}
.share-type-wrap .wechat-box .bd img{
    vertical-align: middle;
    margin: -0.08rem 0.08rem 0
}
.share-type-wrap .other-box{
    padding-top: 0.4rem
}
.share-type-wrap .other-box>li{
    float: left;
    width: 33.333333%;
    padding: 0.2rem 0;
    text-align: center;
}
.share-type-wrap .other-box>li .item{
    display: block;
}
.share-type-wrap .other-box>li .icon{
    display: inline-block;
    width: 1.813333rem;
    height: 1.813333rem;
}
.share-type-wrap .other-box>li .tp-icon{
    background: url("../images/share-icon_07.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .dx-icon{
    background: url("../images/share-icon_09.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .xl-icon{
    background: url("../images/share-icon_11.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .sm-icon{
    background: url("../images/share-icon_16.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .lj-icon{
    background: url("../images/share-icon_17.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .bc-icon{
    background: url("../images/share-icon_18.png") center no-repeat;
    background-size: contain;
}
.share-type-wrap .other-box>li .name{
    display: block;
    font-size: 0.373333rem
}

.share-page-code{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    z-index: 9999;
    background: #fff
}
.share-page-code .code-img{
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.share-page-code .code-img img{
    width: 100%;
    height: 100%
}

.share-page-img{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    z-index: 9999;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff
}
.share-product-img{
    padding: 0.4rem
}
.share-product-img .tit{
    line-height: 0.6rem;
    font-size: 0.373333rem
}
.share-product-img .price{
    color: #f60;
    padding-top: 0.266667rem;
    font-size: 0.266667rem
}
.share-product-img .price .num{
    font-size: 0.48rem
}
.share-product-img .pd-img{
    display: block;
    width: 9.2rem;
    height: 6.346667rem;
    margin: 0.2rem auto 0
}
.share-product-img .cd-box{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    padding: 0 0.4rem;
    margin: 0.4rem 0 0
}
.share-product-img .qr-img{
    display: block;
    width: 2.666667rem;
    height: 2.666667rem;
}
.share-product-img .txt{
    line-height: 0.586667rem;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    padding: 0.533333rem 0;
    margin-left: 0.4rem;
    font-size: 0.373333rem
}

.share-page-copy{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.28rem;
    left: 0;
    z-index: 9999;
    background: #fff;
}
.share-page-copy .copy-box{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.share-page-copy .copy-tit{
    text-align: center;
    font-size: 0.426667rem;
}
.share-page-copy .copy-area{
    color: #999;
    display: block;
    width: 9.2rem;
    height: 2rem;
    line-height: 0.533333rem;
    margin: 0.4rem auto 0;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 0.373333rem;
}
.ask{position:fixed;bottom: 130px;right: 15px;cursor:pointer}
.ask img{width: 55px;}  