﻿body{
	background-color: #f5f5f5;
}
.tipsMainBox{
	width:1200px;
	min-height:900px;
	background-color: #ffffff;
	margin:20px auto;
}
.tipsMainBox .tipsBox{
	width: 100%;
	height:680px;
}
.tipsMainBox .tipsBox>div{
	width:1000px;
	height:400px;
	margin:0 auto;
	padding-top:80px;
}
.tipsMainBox .tipsBox>div img{
	width:100%;
}
.tipsMainBox .tipsBox p{
	text-align: center;
	color:#8a94a6;
}
.tipsMainBox .tipsBox p img{
	height: 85px;
	padding-right:20px;
}
.tipsMainBox .tipsButtonBox{
	width:100%;
	height:100px;
	text-align: center;
}
.tipsMainBox .tipsButtonBox button{
	border: none;
	display: inline-block;
	width: 120px;
	height: 45px;
	color:#fff;
	font-size: 16px;
	border-radius: 7px;
	cursor: pointer;
}
.tipsMainBox .tipsButtonBox button:first-child{
	background-color: #43a1ea;
	margin-right:10px;
}
.tipsMainBox .tipsButtonBox button:first-child a{
	text-decoration: none;
	color:#fff;
}
.tipsMainBox .tipsButtonBox button:last-child{
	background-color: #09d28f;
	margin-left:10px;
}