#solve{
  width: 100%;
}
.solve-wrapper{
  padding-top: 110px;
  width: 1174px;
  margin: 0 auto;
}
.solve-wrapper >h2{
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
  color: #333333;
  text-align: center;
  opacity: 0;
  animation-duration: .6s;
}
.s-w-number{
  width: 100%;
  margin-top: 96px;
}
.s-w-n-item{
  float: left;
  width: 33.3%;
  opacity: 0;
  animation-duration: .6s;
}
.s-2{
  animation-delay: .2s;
}
.s-1, .s-3{
  animation-delay: .4s;
}
.s-w-n-item >img{
  display: block;
  width: 29px;
  height: 45px;
  margin: 0 auto;
}
.s-w-n-item >p{
  width: 200px;
  font-size: 14px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
  margin: 0 auto;
  margin-top: 46px;
  text-align: center;
}
.s-w-wrapper{
  width: 100%;
  height: 673px;
  padding: 130px 0 100px 0;
}
.s-w-b{
  width: 100%;
  height: 100%;
  position: relative;
}
.s-w-b >img{
  position: absolute;
  width: 710px;
	height: 620px;
  z-index: 1;
  border-radius: 10px;
  opacity: 0;
  animation-duration: .6s;
}
.s-left{
  position: absolute;
  width: 587px;
	height: 543px;
	background-color: #ffffff;
	box-shadow: 0px 8px 43px 5px 
		rgba(33, 24, 21, 0.07);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 78px 50px 0px 50px;
  z-index: 2;
  opacity: 0;
  animation-duration: .6s;
}
.s-left >img{
  display: block;
  width: 51px;
  height: 48px;
  margin-bottom: 28px;
  
}
.s-left >p{
  font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
  color: #333333;
  margin-bottom: 22px;
}
.s-left >div{
  font-size: 20px;
  margin-top: 35px;
	line-height: 48px;
	letter-spacing: 1px;
	color: #333333;
}
.s-left >a{
  display: block;
  width: 179px;
	height: 48px;
	background-image: linear-gradient(-86deg, 
		#46d837 0%, 
		#1fa335 100%), 
	linear-gradient(
		#3eb251, 
		#3eb251);
	background-blend-mode: normal, 
		normal;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  font-size: 21px;
	letter-spacing: 1px;
  color: #ffffff;
  margin-top: 36px;
}