.zk-share-show {
	background-color: #fff;
	&-cont{
		padding: 100rpx;
	}
	&-bottom{
		@include flexRowSpaceAround;
		width: 750rpx;
		height: 100px;
		&-cont{
			border-radius: 30px;
			height: 35px;
			width: 315rpx;
			text-align: center;
			line-height: 35px;
			@include styleFont(#ffffff,14);
		}
		&-left {
			 background-image: linear-gradient(to right, #F32D13, #FF8A00);
			 margin-right: 40rpx;
		}
		&-right {
		    background-image: linear-gradient(to right, #FFC427, #FF8227);
		}
	}
}