.solution_top_bgimg{
  width: 100%;
  height: 696px;
  background:#000 url('../assets/images/solution_banner01@3x.png') center center no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.solution_container{
  width: 100%;
  height: 801px;
  background:#000 url('../assets/images/solution_img_bg02@3x.png') center center no-repeat;
  background-size: auto 100%;
}
.solution_bottom{
  width: 100%;
  height: 1174px;
  background:#000 url('../assets/images/solution_img_bg03@3x.png') center center no-repeat;
  background-size: auto 100%;
}
.solution_top_bgimg::before ,
.solution_container::before,
.solution_bottom::before{
  display: table;
  content: "";
}
.solution_top_bgimg p:first-child, .solution_top_bgimg p:first-child + p{
  font-weight: bold;
  
}
.solution_top_bgimg div{
  margin-top: 216px;
}
.solution_top_bgimg p:first-child{
  line-height: 53px;
  font-size: 53px;
}
.solution_top_bgimg p:first-child + p{
  margin-top: 20px;
  line-height: 70px;
  font-size: 60px;
}
.solution_top_bgimg p:last-child{
  letter-spacing: 10px;
  line-height: 38px;
  font-size: 28px;
  margin-top: 10px;
}


.solution_container > p{
  color: #151515;
  font-size: 40px;
  line-height: 56px;
  margin-top: 101px;
  font-weight: 600;
}
.solution_container > div{
  width: 1180px;
  height: 464px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px auto 0;
}
.solution_container > div > div{
  width: 380px;
  height: 200px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FB 100%);
  box-shadow: 0px 27px 48px 15px rgba(0, 0, 0, 0.03);
  border-radius: 26px 45px 26px 26px;
  position: relative;
}
.icon_img{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.icon_img img , 
.solution_bottom > .content > div > div:first-child img,
.solution_bottom > .content > div > div:last-child > .img_line img{
  width: 100%;
  height: 100%;
}
.container{
  text-align: start;
  position: absolute;
  left: 40px;
  top: 55px;
}
.container > p{
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
}
.container > div{
  margin-top: 6px;
}
.container > div > p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.solution_bottom > .solution_bottom_title{
  text-align: center;
  margin-top: 100px;
}
.solution_bottom > .solution_bottom_title > p:first-child{
  font-size: 40px;
  line-height: 56px;
  text-shadow: 0px 8px 21px rgba(0, 0, 0, 0.16);
  color: #F7F9FC;
  font-weight: 600;
}
.solution_bottom > .solution_bottom_title > p:last-child{
  margin-top: 10px;
  color: #F9F9F9;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 25px;
}
.solution_bottom > .content{
  width: 1180px;
  margin: 54px auto 0 ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.solution_bottom > .content > div{
  width: 380px;
  height: 220px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FB 100%);
  box-shadow: 0px 27px 48px 15px rgba(0, 0, 0, 0.03);
  border-radius: 26px;
  padding-top: 44px;
  box-sizing: border-box;
}
.solution_bottom > .content > div > div:first-child{
  width: 126px;
  height: 46px;
  margin: 0 auto 14px;
}
.solution_bottom > .content > div:last-child > p{
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  line-height: 22px;
}
.solution_bottom > .content > div > div:last-child >.img_line {
  width: 288px;
  height: 14px;
  margin: 8px auto 0px;
}
.solution_bottom > .content > div > div:last-child > div:last-child{
  width: 290px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
}
.btn_container{
  margin-top: 80px;
}

.btn_container > a > button 
{
  width: 300px;
  height: 58px;
  border: none;
  background-color: #2569FF;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  line-height: 58px;
}