.protocol{
	width: 550rpx;
	padding: 0 20px;
	background-color: #FFFFFF;
	height: 350px;
	align-items: center;
	border-radius: 8px;
	&-title{
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
	}
	&-article{
		font-size: 12px;
		&-wrap{
			height: 220px;
		}
	}
	&-privacy{
		@include styleFont(#F22C40,12);
		line-height: 30px;
		margin-top: 20px;
	}
	&-button{
		@include styleFont(#ffffff,15);
		line-height: 30px;
		width: 400rpx;
		background-color: #F22C40;
		text-align: center;
		border-radius: 15px;
	}
}