	.detail-share {
		margin-top: 30px;
		height: 60px;
		@include  flexRowSpaceAround;
		&-bottom {
			@include flexRowCenterCenter;
			height: 30px;
			width: 120px;
			border-radius: 30px;
			border-width: 1px;
			border-style: solid;
			border-color: #dcd9dc;
			&-text {
				margin-left: 8px;
				@include styleFont(#3c3a3d,16);
			}
		}
	}