#solution {
  padding-top: 0.64rem;
}
#solution .lw-banner-top {
  background: url(../../../public/images/solution/banner_bg.png) center center no-repeat;
}
#solution .lw-solution-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1.01rem;
}
#solution .lw-solution-question .items {
  position: relative;
  width: 6.3rem;
  height: 5.34rem;
}
#solution .lw-solution-question .items .bg {
  position: absolute;
  top: 0.4rem;
  left: 0;
}
#solution .lw-solution-question .items .bg img {
  width: 6.3rem;
  height: 5.34rem;
}
#solution .lw-solution-question .items .text-item {
  font-size: 0.2rem;
  font-weight: 400;
  position: absolute;
  top: 0;
}
#solution .lw-team-advantage {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff3fa), to(#f7f8f9));
  background: linear-gradient(180deg, #eff3fa 0%, #f7f8f9 100%);
}
#solution .lw-team-advantage .lw-adv-items {
  width: 12.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 0.4rem;
}
#solution .lw-team-advantage .lw-adv-items .adv-item {
  width: 3.8rem;
  height: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0rem 0.05rem 0.2rem rgba(128, 128, 128, 0.25);
  box-shadow: 0rem 0.05rem 0.2rem rgba(128, 128, 128, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.06rem;
  margin-bottom: 0.4rem;
}
#solution .lw-team-advantage .lw-adv-items .adv-item img {
  width: 0.4rem;
  height: 0.4rem;
}
#solution .lw-team-advantage .lw-adv-items .adv-item .adv-title {
  margin-top: 0.24rem;
}
#solution .lw-team-advantage .lw-adv-items .adv-item .adv-desc {
  margin-top: 0.2rem;
  color: #666666;
}
#solution .lw-custom-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
}
#solution .lw-custom-example .example-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
#solution .lw-custom-example .example-header .left {
  width: 6rem;
  height: 3.4rem;
  position: relative;
  top: 0.3rem;
  cursor: pointer;
  font-size: .16rem;
}
#solution .lw-custom-example .example-header .left .img-bg,
#solution .lw-custom-example .example-header .left .gray {
  position: absolute;
  width: 6rem;
  height: 3.4rem;
  top: 0;
  left: 0;
}
#solution .lw-custom-example .example-header .left .gray {
  background-color: rgba(51, 51, 51, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.1rem;
}
#solution .lw-custom-example .example-header .left .gray .icon {
  width: 0.8rem;
  height: 0.8rem;
}
#solution .lw-custom-example .example-header .right {
  width: 4rem;
  margin-left: 0.6rem;
  margin-top: 0.67rem;
}
#solution .lw-custom-example .example-header .right p {
  text-indent: 2em;
  line-height: 0.26rem;
}
#solution .lw-custom-example .example-content {
  width: 14.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#solution .lw-custom-example .example-content .example-item {
  width: 3.8rem;
  border-radius: 0.06rem;
  background: #ffffff;
  -webkit-box-shadow: 0rem 0.05rem 0.2rem rgba(128, 128, 128, 0.25);
  box-shadow: 0rem 0.05rem 0.2rem rgba(128, 128, 128, 0.25);
  margin-bottom: 0.4rem;
  margin-left: .7rem;
}
#solution .lw-custom-example .example-content .example-item img {
  width: 3.8rem;
  height: 1.65rem;
}
#solution .lw-custom-example .example-content .example-item > div {
  padding: 0.32rem 0.24rem 0.21rem 0.24rem;
}
