*{
	padding: 0;
	margin: 0;
}
.box{
	width: 34%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box .left{
	width: 42%;
	float: left;
	margin-left: 6%;
}
.box .left img{
	width: 100%;
}
.box .right{
	width: 46%;
	margin-left: 6%;
	margin-top: 6.5%;
	float: left;
}
.box .right .first{
	font-size: 70px;
	font-weight: bold;
}
.box .right .one{
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.box .right .two{
	font-size: 15px;
	line-height: 10px;
}
.box .right button{
	width: 110px;
	height: 35px;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	background-color: #9A99FF;
}
.clear{
	clear: both;
}
