.share-title {
    padding: 15px 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
	@include  flexRowSpace;

    &-left {
        height: 45px;
        flex-direction: column;
        justify-content: space-between;
        &-title {
			@include styleFont(#343434,14);
        }
		&-wrap{
			@include  flexRowCenter;
		}
        &-buttom {
			@include styleFont(#343434,14);
            font-weight: 600;
        }
        &-own {
			@include styleFont(#343434,12);
            font-weight: 300;
        }
        &-info {
			@include styleFont(#F32C17,12);
            font-weight: 600;
        }
    }

    &-right {
        height: 25px;
        background-color: #1BA39C;
        width: 100px;
        border-radius: 30px;
        background-image: linear-gradient(to right, #F32C17, #FF8302);
		@include flexRowCenterCenter;
        &-text {
            height: 25px;
            line-height: 25px;
			@include styleFont(#FFFFFF,12);
        }
    }
}