.top_bg {
  background: url(../images/social_solution/social_solution_bg.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.top_bg .box {
  margin: auto;
  text-align: center;
  line-height: 56px;
}

.top_bg .box .name {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 200%;
}

.top_bg .box .desc {
  color: #FFFFFF;
  font-size: 100%;
}

/*  */

.section1 {
  background: #FFFFFF;
  margin: 0 auto;
}

.box_section .box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.box_section .box div:nth-child(1) {
  color: #414141;
  font-size: 140%;
  font-weight: bold;
}

.box_section .box .border {
  background: #E5E5E5;
  width: 40%;
  height: 1px;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}

.box_section .box .border::after {
  position: absolute;
  content: '';
  background: #B70081;
  width: 20%;
  height: 4px;
  margin: auto;
  bottom: -2px;
  left: 0;
  right: 0;
}

.section1 .content {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .content .item {
  width: 33.3%;
  position: relative;
  padding: 0 20px;
}

.section1 .content .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #B20082;
  display: flex;
  border-radius: 100px;
}

.section1 .content .item .img img {
  width: 30px;
  height: 30px;
  margin: auto;
}

.section1 .content .item .info {
  text-align: center;
}

.section1 .content .item .info div:nth-child(1) {
  font-size: 140%;
  font-weight: bold;
  color: #3F3F3F;
  margin-top: 15px;
}

.section1 .content .item .info div:nth-child(2) {
  font-size: 95%;
  margin-top: 30px;
  color: #858585;
  line-height: 1.5;
}

/*  */

.section2 {
  background: url(../images/social_solution/social_solution_22.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section2 .box div:nth-child(1) {
  color: #ffffff;
  font-size: 140%;
  font-weight: bold;
}

.section2 .content {
  width: 65%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.section2 .content .item {
  width: 25%;
}

.section2 .content .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #B20082;
  display: flex;
  border-radius: 100px;
}

.section2 .content .item .img img {
  width: 30px;
  height: 30px;
  margin: auto;
}

.section2 .content .item .info {
  text-align: center;
}

.section2 .content .item .info {
  font-size: 110%;
  color: #ffffff;
  margin-top: 30px;
}

/*  */
.section3 .content {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .content .item {
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #F3F3F3;
  padding: 15px 15px 15px 0;
  margin-left: 4%;
}

.section3 .content .item:nth-child(1) {
  margin-left: 0;
}

.section3 .content .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #B20082;
  background: #B20082;
  display: flex;
  border-radius: 100px;
}

.section3 .content .item .img img {
  width: 25px;
  height: 25px;
  margin: auto;
}

.section3 .content .item .info {
  text-align: left;
  width: 60%;
}

.section3 .content .item .info div:nth-child(1) {
  font-size: 110%;
  color: #3F3F3F;
  font-weight: bold;
  margin-top: 15px;
}

.section3 .content .item .info div:nth-child(2) {
  color: #3F3F3F;
  font-size: 95%;
  margin: 15px 0;
}

/*  */

.section4 {
  background: #F3F3F3;
}

.section4 .content {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section4 .content .item {
  width: 25%;
  margin-top: 30px;
}

.section4 .content .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #B20082;
  display: flex;
  border-radius: 100px;
}

.section4 .content .item .img img {
  width: 25px;
  height: 25px;
  margin: auto;
}

.section4 .content .item .info {
  text-align: center;
  font-size: 100%;
  color: #3F3F3F;
  font-weight: bold;
  margin-top: 15px;
}