.shareMask{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
    z-index: 999;
}
.share_cont{
    width: 256px;
    margin: 0 auto;
}
.shareMask p{
    color: #000;
    font-size: 18px;
    text-align: left;
}
.share_tit{
    margin-top: 70px;
}
.one{
    margin-top: 46px;
}
.one img{
    width: 38px;
    margin: 0 8px;
    vertical-align: middle;
}
.two{
    margin-top: 40px;
}
.two img{
    width: 38px;
    vertical-align: middle;
    margin: 0 8px;
}
.arr{
    position: absolute;
    right: 14px;
    top: 16px;
    width: 38px;
}
.data{
    text-align: center;
    margin-top: 60px;
}
.data p{
    margin-top: 10px;
}
