.share{
    background: url('../image/bg@3x.png') no-repeat ;
    background-size:contain;
    height:603px;
    padding:10px 15px;
    box-sizing: border-box;
}
.share-logo img{
    width:54px;
    height:54px;
}
.share-logo{
    float:left;
    width:20%;
    margin-right:1%;
}
.share-wenzi{
    float:left;
    width:79%;
}
.share-wenzi p{
    font-size:18px;
    color:#444;
    margin-bottom:10px;
}
.share-wenzi span{
    font-size:13px;
    color:#9F9F9F;
}
.share-body{
    text-align: center;
    margin-top:10%;
}
.share-body img{
    width:178px;
    height:368px;
}

.share-footer p{
    width:80%;
    height:50px;
    background: rgba(248,134,49);
    border-radius: 8px;
    margin-left:10%;
    color:#fff;
    text-align:center;
    line-height: 50px;
    margin-top:550px;
}