.box3{
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
	.box3_1{
		width: 22vw;
		height: 15vh;
		background: linear-gradient(to left top,rgba(67,44,150,0.8),rgba(67,44,150,1));
		display: flex;
		flex-direction:row;
	}	
		.box3_1_l{
			font-weight: bolder;
			font-size: 13vh;
			font-family: ZT;
			line-height:15vh;
			text-align:center;
			color: #717bd4;
			width: 6vw;
		}
		.box3_1_r{
			height: 15vh;
			width: 14vw;
			display: flex;
			flex-direction:column;
			justify-content:center;
		}
			.box3_1_r_s{
				font-size: 1.3vw;
				font-family: ZT;
				font-weight: bolder;
				letter-spacing: 0.1vw;
			}			
			.box3_1_r_z{
				height: 0.8vh;
				width: 3vw;
				margin-top: 0.5vw;
				margin-bottom: 0.5vw;
			}
			.box3_1_r_x{
				width: 90%;
				font-size: 0.7vw;
				font-family: ZT;
				letter-spacing: 0.05vw;
			}
				
				
				
				
				
				
				
.box3_p{
	display: flex;
	flex-flow:column wrap;
	justify-content:space-around;
	align-items:center;
}
	.box3_1_p{
		width: 99vw;
		height: 8vh;
		margin-top: 2vh;
		background: linear-gradient(to left top,rgba(67,44,150,0.8),rgba(67,44,150,1));
		display: flex;
		flex-direction:row;
	}
		.box3_1_l_p{
			font-weight: bolder;
			font-size: 8vh;
			font-family: ZT;
			line-height:8vh;
			text-align:center;
			color: #717bd4;
			width: 14vw;
		}
		.box3_1_r_p{
			height: 8vh;
			width: 80vw;
			display: flex;
			flex-direction:column;
			justify-content:center;
		}							
			.box3_1_r_s_p{
				font-size: 3.5vw;
				font-family: ZT;
				font-weight: bolder;
				letter-spacing: 0.1vw;
			}
			.box3_1_r_z_p{
				height: 0.4vh;
				width: 12vw;
				margin-top: 0.3vh;
				margin-bottom: 0.3vh;
			}
			.box3_1_r_x_p{
				width: 100%;
				font-size: 2vw;
				font-family: ZT;
				letter-spacing: 0.05vw;
			}
				
				
				
				
				
				
				
				
				
				
			
			
			
.box3_add_op{
	opacity:0.9;
	transition: opacity 0.5s;
}
.box3_remove_op{
	transition: opacity 0.5s;
}
			
			
.box3_add{
	background-color: #cf74ed;
	transition: background-color 0.7s;
}
.box3_remove{
	transition: background-color 0.7s;
}
			