official.scss 486 Bytes
.official {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 -10rpx 20rpx 0 #efefef;
	height: 120rpx;
	width: 100%;
	padding: 20rpx;
	border-radius: 20rpx 20rpx 0 0;
	position: fixed;
	bottom: 0;
	.official-btn {
		background-color: #E60012;
		color: #fff;
		font-size: 28rpx;
		border-radius: 100rpx;
		padding: 0 50rpx;
		height: 70rpx;
		line-height: 70rpx;
	}
	.official-num {
		color: #E60012;
		font-weight: bold;
	}
}