.box2_l_mar{
	margin-left: 4vw;
}
.box2_l_mar_t{
	margin-top: 0.5vw;
}
.box2{
	display: flex;
	justify-content:space-between;
}
	.box2_l{
		width: 22vw;
		height: 40vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		background-image: url(../img/box2_bg.png);
		background-size: 15vw 15vw;
		background-position:-40% 270%;
		background-color: #5a47a1;
		background-repeat:no-repeat;
		
	}
		.box2_l_s{
			color: #FFFFFF;
			font-size: 1.4vw;
			font-family: ZT;
			font-weight: bolder;
			letter-spacing: 0.1vw;
			margin-bottom: 0.2vw;
		}
		.box2_l_z{
			height: 0.5vh;
			width: 3vw;
			margin-bottom: 0.5vw;
			background-color: #cf74ed;
		}
		.box2_l_x{
			font-size: 0.7vw;
			font-family: ZT;
			font-weight: 200;
			letter-spacing: 0.05vw;
			color: #FFFFFF;
		}
		.box2_l_butt{
			margin-top: 5vh;
			align-self:center;
		}
			.box2_l_butt_butt{
				color: rgba(0,0,0,0.8);
				text-align: center;
				line-height: 5vh;
				width: 10vw;
				height: 5vh;
				font-weight: bolder;
				font-size: 1.3vw;
				font-family: ZT;
				letter-spacing: 0.1vw;
			}
	
	.box2_r{
		width: 46vw;
		height: 40vh;
		position: relative;
	}
	
	





.box2_p{
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width: 100vw;
}
.box2_l_p{
	margin-left: 0.5vw;
	width: 100vw;
	height: 18vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-image: url(../img/box2_bg.png);
	background-size: 15vw 15vw;
	background-position:-20% 120%;
	background-color: #5a47a1;
	background-repeat:no-repeat;
}
	.box2_l_s_p{
		color: #FFFFFF;
		font-size: 3vw;
		font-family: ZT;
		font-weight: bolder;
		letter-spacing: 0.1vw;
		margin-bottom: 0.2vw;
		margin-left: 35vw;
	}
	.box2_l_z_p{
		height: 0.3vh;
		width: 12vw;
		margin-bottom: 0.5vw;
		background-color: #cf74ed;
		margin-left: 35vw;
	}
	.box2_l_x_p{
		font-weight: bolder;
		letter-spacing: 0.05vw;
		color: #FFFFFF;
		margin-left: 35vw;
	}
	.box2_l_butt_p{
		margin-top: 2vh;
		align-self:center;
	}		
		.box2_l_butt_butt_p{
			color: rgba(0,0,0,0.8);
			text-align: center;
			line-height: 2.5vh;
			width: 14vw;
			height: 2.5vh;
			font-weight: bolder;
			font-size: 2vw;
			font-family: ZT;
			letter-spacing: 0.1vw;
		}
.box2_r_p{
	margin-top: 2vh;
	width: 100vw;
	height: 25vh;
	position: relative;
}
	
	
	
	
	
	
	
	
	
	
	
.box2_butt_add{
	border-style:solid;
	border-width:0.15vw;
	border-color:#7d91e8;
	background-color: #7d91e8;
	transition: background-color 0.5s;
}
.box2_butt_remove{
	border-style:outset;
	border-width:0.15vw;
	border-color:#7d91e8;
	background-color: rgba(125,145,232,0.8);
	transition: border-style 0.5s;
	transition: border-width 0.5s;
	transition: border-color 0.5s;
	transition: background-color 0.5s;
}
	
	