.div-next{
    height: 5em;
    margin-top: 3em;
    color: grey;
    font-size: 1em;
    padding: 3em 1em;
}
.div-share{
    width: 20%;
    margin-left: 70%;
    text-align: right;
}
.div-share p{
    float: left;
    margin-right: 5%;
}
.div-share .div-p2{
    width: 1.5em; height: 1.5em;
    cursor: pointer;
}
.div-share .div-p2 img{
    width: 100%; height: 100%;
}
.div-next .div-p1{
    cursor: pointer;
    margin-top: 1em;
}
.div-next .div-p1 .div-span01:hover{
    color: #4ea6f0;
}

#zhuti{
    background-color: #fff6f7;
    border: 1px solid #fff6f7;
    padding: 3em 0 3em 0;
}
/*微信弹窗*/
.share-weixing{
    width: 150px; height: 150px;
    position: relative;
    top: -15em;
    left: 67%;
    display: none;
}
.share-weixing img{
    width: 100%;
    height: 100%;
}