#card_share_button{
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 1;
    right:20px;
    top: 8.8rem;
}
#card_share_button img{
    width: 100%;
    height: 100%;
}
#card_share{
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 9999999;
    background-color: #000;
    left:0;
    top:0;
    display: none;
    flex-direction: column;
}
#card_body {
    position: relative;
    /*display: flex;*/
    flex-direction: column;
    margin: auto 0;
}
#card_share .share_bg img{
    width:100%;
}
#card_share .share_body{
    /*padding: 1rem 0 2rem;*/
    /*padding: 12.7% 0 23%;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 6.35%;
    left: 0;
    bottom: 12.5%;
    right: 0;
}
.share_body .share_member {
    height:80px;
    padding: 20px 5% 10px;
}
.share_body .share_member img{
    width: 50px;
    height:50px;
    border-radius: 100%;
    margin:0 10px;
    float:left;
}
.share_body .share_member .share_member_name,.share_body .share_member .share_member_desc{
    height:25px;
    line-height:25px;
    color:#fff;
    font-size: 16px;;
}
.share_body .share_goods_image {
    flex:1;
    width: 90%;
    margin-left: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.share_body .share_goods_image img{
    width: 100%;
}
.share_body .share_goods_info {
    height:180px;
    width: 90%;
    margin-left: 5%;
    padding: 0 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.share_goods_info .share_goods_name{
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}
.share_goods_info .share_goods_body{
    display: flex;
}
.share_goods_body .share_goods_left{
    flex:1;
}
.share_goods_marketprice{
    font-size: 15px;
    color: #8C8C8C;
    padding-top: 10px;
}
.share_goods_marketprice span.l-t{
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.share_goods_marketprice span span{
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    border-top: 1px solid #8C8C8C;
    left:0;
    top:50%;
}
.share_goods_price{
    font-size: 18px;
    color: #8C8C8C;
    font-weight: bold;
    color:#EB5211;
    line-height: 32px;
}
.share_goods_price span{
    font-size: 22px;
}
.share_goods_stroage{
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 12px;
    color:#EB5211;
    line-height: 45px;
    border-top:1px solid #EB5211;
    padding-right: 15px;
    margin-top: 10px;
    margin-right: 5px;
}
.share_goods_body .share_goods_right .share_goods_code_code{
    width: 100px;
    height: 100px;
    margin:0 10px;
}
.share_goods_body .share_goods_right .share_goods_code_tips{
    font-size: 12px;
    color:#666;
    line-height: 24px;
    text-align: center;
}
#card_share .share_image{
    display: none;
    width:100%;
    height:100%;
}
#card_share .share_close{
    display: none;
    position: absolute;
    width:38px;
    height:38px;
    top:5px;
    left:10px;
    background-color: rgba(0,0,0,0.1);
    color: #fff;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 28px;
}
#card_share .share_msg{
     display: none;
     position: absolute;
     width:70%;
     height:38px;
     top:50%;
     left:15%;
     background-color: rgba(0,0,0,0.6);
     color: #fff;
     border-radius: 5px;
     line-height: 38px;
     text-align: center;
     font-size: 15px;
 }