﻿

/* CSS PingTai */
/*平台导航----开始--------------------------------------------------------*/
.wangzhi_box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 50px;
}

.wangzhi_box p {
	width: 50%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	border: solid 1px var(--sc01);
	color: var(--sc02);
	border-radius: 30px;
	margin: 10px;
	padding: 5px;
	box-sizing: border-box;
	animation: bs01 3s infinite ease-in-out;
}


@keyframes bs01 {

	0%,
	100% {
		color: var(--sc02);
	}

	50% {
		color: var(--sc04);
	}
}

/*平台导航----结束--------------------------------------------------------*/