/* 针对移动端 */
@media only screen and (max-width: 768px) {
.wp-likes-item .wp-likes-zan {
    width: 5.13333333rem;
    height: 5.13333333rem;
    margin: 0 auto;
    position: relative;
}
.wp-likes-item .wp-likes-zan img {
    display: block;
    width: 100%;
    height: 100%;
}
.wp-likes-item  .wp-likes-zan .unhover {
    display: none;
    cursor: pointer;
}
.wp-likes-item  .wp-likes-share {
    display: flex;
    justify-content: center;
    margin: .66666667rem auto .8rem;
}
.wp-likes-item  .wp-likes-share .wp-share-item {
    width: 50%;
    height: 2.0rem;
    border: .01333333rem solid #333;
    border-radius: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .26666667rem;
}
.wp-likes-item  .wp-likes-share .wp-share-item img {
    height: 1.05rem!important;
    margin-right: .18666667rem;
}
.wp-likes-item  .wp-likes-share .wp-share-item span {
    font-size: .94666667rem;
    font-weight: 400;
    color: #333;
}

#wp-wx-share{display: none;}





}
 
/* 针对桌面PC端 */
@media only screen and (min-width: 961px) {
#wp-wx-mshare{display: none;}
.weapp_3Pnjry {
    position: fixed;
    z-index: 98;
    top: 216px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}   
._1pUUKr {
    position: relative;
    flex-direction: column;
    margin-bottom: 16px;
    cursor: pointer;
    color: #969696;
} 
._1pUUKr, ._2VdqdF {
    display: flex;
    align-items: center;
}
._2VdqdF {
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    background-color: #fff;
}
._1GPnWJ {
    display: block;
    height: 19px;
}
._2LKTFF {
    transition: transform .2s;
}
.P63n6G {
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
    color: #969696;
    overflow: hidden;
    height: 19px;
}
._2VdqdF:hover {
    opacity: .6;
}
._2Bu-7 {
    position: absolute;
    border-radius: 12px;
    padding: 8px;
    letter-spacing: 0;
    background: #fff;
    left: 65px;
    top: 0;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .08);
}
._19Xnc {
    width: 60px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 6px;
}
._3CPm1 {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}
._380uA {
    color: #222;
}
.R3gqi {
    display: block;
    width: 8px;
    height: 8px;
    top: 21px;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
}
._2NXsY, .R3gqi {
    position: absolute;
}
._19Xnc:hover {
    background: #f1f4fe;
    border-radius: 6px;
    cursor: pointer;
}
._2NXsY {
    left: 80px;
    top: 0;
    padding: 8px 8px 13px;
    text-align: center;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .08);
    border-radius: 12px;
    background: #fff;
}
._2BHBp {
    position: relative;
}
._2Ywwo {
    width: 96px;
    height: 96px;
    margin-bottom: 4px;
}
._1ZolS {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
._341nA {
    color: #222;
    font-size: 12px;
}
.vN6Qs {
    border-color: #fee;
    background-color: #fff6f6;
}
.like-animation {
    animation: scale-like 0.5s ease forwards;
}
.like-animations {
    animation: scale-likes 0.5s ease forwards;
}
@keyframes scale-like {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}
@keyframes scale-likes {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
._1-Te4 {
    border-color: #fff1cf;
    background-color: #fff9ec;
}
.oJ0Ea {
    color: #eda200;
}

.weapplikesbox {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    display: none;
}
.weapplikesbox .weapplikesform {
    position: absolute;
    left: 50%;
    top: 45%;
    margin: -185px 0 0 -305px;
    width: 360px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(26,26,26,.1)
}
.weapplikesbox .weapplikesform .closeweapplikes {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
}
.weapplikesbox .weapplikesform .mainweapplikes {
    padding: 25px 40px;
    text-align: center;
}
.weapplikesbox .mainweapplikes .payimg{ margin-top:10px; }
.weapplikesbox .weapplikesform .closeweapplikes .iconfont:hover {
    color: #fe741c;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.weapplikesbox .weapplikesform .closeweapplikes .iconfont {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    cursor: pointer;
}
.iconfont {
    width: 1em;
    height: 1em;
    font-size: 1.3em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
    font-weight: normal;
}
.mt20{margin-top: 20px;}


/*底部点赞*/
.wp-likes-item .wp-likes-zan {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.wp-likes-zan img {
    display: block;
    width: 100%;
    height: 100%;
}
.wp-likes-zan .unhover {
    display: none;
    cursor: pointer;
}
 .wp-likes-share {
    display: flex;
    justify-content: center;
    margin: 35px auto 40px;
}
.wp-likes-share .wp-share-item {
    width: 168px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}
.wp-likes-share .wp-share-item img {
    height: 18px;
    margin-right: 6px;
}
.wp-likes-share .wp-share-item .ico-wechat,.wp-likes-share .wp-share-item .ico-weibo {
    height: 18px!important;
    margin-right: 6px;
}
.wp-likes-share .wp-share-item span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.wp-wx-show {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 130px;
    padding: 15px;
    transform: translate(-50%);
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(165, 143, 140, .1);
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 1;
}
.wp-wx-show #qrcodediv2 {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    width: 100px;
}
.wp-likes-share .wp-share-item .wp-wx-show img {
    width: 100px;
    height: 100px;
    margin-right: 0;
}
.wp-wx-show p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}
#showqrcode3 canvas{width: 100px;height: 100px;}
}








