body{
	background-color:black !important;
	color:white !important;;
}


/*手機*/
@media screen and (max-width: 767px) { 
	.top {
		/* background-image:url('/voxy/html/img/privacy.png'); */
		background: linear-gradient(to right, #FF1474, #6928BB);
		width: 100%;
		/*height: 40px;	*/
		text-align: center;
		display: flex;
	}
	.top a {
		margin: auto;
	}
	.top img {
		width: 45px;
		margin: 8px 0;
		/*margin: auto;*/
	}
	.content_wraper {
		margin: 30px 30px;
	}
	.web_title {
		text-align: center;
		/*font-size: calc(0.08 * 100vw);*/
		font-size: 26px;
		font-weight: bold;
		color: white;
		margin-top: 20px;
	}
	.wraper {
		margin-top: 24px;
	}
	.title {
		/*font-size: calc(0.06 * 100vw);*/
		font-size: 18px;
		font-weight: bold;
		color: #FF1474;
		margin: 5px 0 3px 0;
	}
	.content {
		/*font-size: calc(0.02 * 100vw);*/
		font-size: 16px;
	}
}

/*平板*/
@media screen and (min-width: 768px) and (max-width: 992px) {
	.top {
		/* background-image:url('/voxy/html/img/privacy.png'); */
		background: linear-gradient(to right, #FF1474, #6928BB);
		width: 100%;
		/*height: 79.6px;	*/
		text-align: center;
		display: flex;
	}
	.top a {
		margin: auto;
	}
	.top img {
		width: 50px;
		margin: 18px 0;
		/*margin: auto;*/
	}
	.content_wraper {
		margin: 30px 70px;
	}
	.web_title {
		text-align: center;
		/*font-size: calc(0.05 * 100vw);*/
		font-size: 36px;
		font-weight: bold;
		color: white;
		margin-top: 20px;
	}
	.wraper {
		margin-top:24px;
	}
	.title {
		/*font-size: calc(0.03 * 100vw);*/
		font-size: 20px;
		font-weight: bold;
		color: #FF1474;
		margin: 5px 0 3px 0;
	}
	.content {
		/*font-size: calc(0.02 * 100vw);*/
		font-size: 18px;
	}
}

/*桌機*/
@media screen and (min-width: 993px) {
	.top {
		/* background-image:url('/voxy/html/img/privacy.png'); */
		background: linear-gradient(to right, #FF1474, #6928BB);
		width: 100%;
		/*height: 106px;	*/
		text-align: center;
		display: flex;
	}
	.top a {
		margin: auto;
	}
	.top img {
		width: 60px;
		margin: 20px 0;
		/*margin: auto;*/
	}
	.content_wraper {
		margin: 70px 170px;
	}
	.web_title {
		text-align: center;
		/*font-size: calc(0.03 * 100vw);*/
		font-size: 36px;
		font-weight: bold;
		color: white;
		margin-top: 20px;
	}
	.wraper {
		margin-top: 24px;
	}
	.title {
		/*font-size: calc(0.015 * 100vw);*/
		font-size: 20px;
		font-weight: bold;
		color: #FF1474;
		margin: 5px 0 3px 0;
	}
	.content {
		/*font-size: calc(0.015 * 100vw);*/
		font-size: 18px;
	}
}