.service-items > div {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 32%;
  height: 160px;
  padding: 0;
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}
.service-items > div:hover {
  background: url("../images/smallappsolution/back.png") no-repeat !important;
  background-size: 100% 100% !important;
}
.service-items > div:hover span {
  color: #fff !important;
}
.service-items > div img {
  width: 80px;
  height: 80px;
  margin: 0 15px;
}
.service-items > div p span {
  display: block;
  text-align: left;
}
.service-items > div p span:first-child {
  /* margin-bottom: 15px; */
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #222222;
}
/* .service-items > div p span:last-child {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
} */
.advantages {
  background: url("../images/smallappsolution/f2bg.png") no-repeat;
  background-size: 100% 100%;
}
.smallapp-advantage .desc {
  margin-bottom: 72px;
}
.icon-wrap .item {
  padding-top: 300px;
  height: 499px;
}
.icon-wrap .item span {
  color: #fff;
}
.icon-wrap .item span i {
  background: #fff;
}
.icon-wrap .item:first-child {
  background: url("../images/smallappsolution/f2-1.png") no-repeat;
  background-size: 100% 100%;
}
.icon-wrap .item:nth-child(2) {
  background: url("../images/smallappsolution/f2-2.png") no-repeat;
  background-size: 100% 100%;
}
.icon-wrap .item:nth-child(3) {
  background: url("../images/smallappsolution/f2-3.png") no-repeat;
  background-size: 100% 100%;
}
.icon-wrap .item:nth-child(4) {
  background: url("../images/smallappsolution/f2-4.png") no-repeat;
  background-size: 100% 100%;
}
#headerNavbarWrap .nav-item .fwu-color a .left-list li {
  margin-bottom: 30px;
  cursor: pointer;
}
.left-list li p {
  margin-bottom: 15px;
}
.left-list .active p:first-child {
  margin-bottom: 0;
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 56px;
}
.left-list .active p:nth-child(2) {
  margin-bottom: 6px;
  width: 40px;
  height: 6px;
  background: #2956ff;
}
.left-list .active p:nth-child(3) {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
  line-height: 28px;
}
.left-list li p:first-child {
  margin-bottom: 6px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}
.left-list li p:last-child {
  margin-bottom: 36px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
}
.left-list {
  /* margin-right: 60px; */
  width: 160px;
  cursor: pointer;
}
.right-list {
  /* display: flex; */
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
}
.right-list li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 516px;
  height: 353px;
}

.right-list li img {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  object-fit: cover;
  /* width:1000px; */
}
.right-list li span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url("../images/smallappsolution/icon.png") no-repeat;
  background-size: 100% 100%;
}
.right-list li:hover span {
  background: url("../images/smallappsolution/active-icon.png") no-repeat;
  background-size: 100% 100%;
}
.right-list > p {
  margin-top: 45px;
  text-align: center;
}
.right-list > p img {
  margin-right: 30px;
  width: 43px;
  height: 43px;
}
.right-list ul {
  display: none;
}
.right-list .active {
  display: block;
}
#relatenews {
  display: flex;
}
.real-info {
  background: url("../images/smallappsolution/f3bg.png") no-repeat;
  background-size: 100% 100%;
}
.nert {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.real-info .left {
  width: 60%;
}
.real-info .right {
  width: 38%;
}
.real-info .left > p,
.real-info .right > p {
  margin-bottom: 20px;
  font-size: 36px;
  font-family: PingFangSC-Heavy, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 50px;
}
.real-info .text {
  border-radius: 0 0 12px 12px;
  padding: 15px;
  display: flex;
  background: #fff;
}
.real-info .text p:last-child span {
  display: block;
}
.real-info .text p:last-child span:first-child {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.real-info .text p:last-child span:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-shadow: 0px 6px 13px rgba(193, 193, 193, 0.15);
}
.real-info .text p:last-child span:last-child {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c1c1c1;
  line-height: 20px;
}
.real-info .text p:first-child {
  width: 100px;
}
.real-info .text p:first-child span {
  /* */
  display: block;
  text-align: center;
}
.real-info .text p:first-child span:first-child {
  margin-bottom: 15px;
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
}
.real-info .text p:first-child span:last-child {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
}
.real-info .text p:last-child {
  width: calc(100% - 100px);
}
.real-info .right .text-list {
  border-radius: 15px;
  padding: 30px;
  height: 403px;
  background-color: #fff;
}
.real-info .right .text-list p span {
  padding-bottom: 20px;
  display: block;
}

.real-info .right .text-list p {
  margin-top: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.real-info .right .text-list p span:first-child {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
.real-info .right .text-list p span:last-child {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.real-info .right .text-list .btns {
  border: 0px;
  text-align: center;
}
.real-info .right .text-list .btns span {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 34px;
  border: 1px solid #2956ff;
  font-size: 16px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600 !important;
  color: #2956ff !important;
}
.swiper-container {
  /* height: 300px; */
  padding: 0 !important;
}
.swiper-container img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.swiper-pagination {
  display: block !important;
  left: -15px !important;
  text-align: right !important;
  bottom: 138px !important;
}
a {
  text-decoration: none !important;
}
.swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px !important;
  height: 10px !important;
  background: #838487 !important;
  box-shadow: 0px 6px 13px 0px rgba(193, 193, 193, 0.15) !important;
  border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-container {
  padding-bottom: 30px;
}
.header-text p:nth-child(2) {
  margin-top: 16px;
  margin-bottom: 88px;
}
.service-items {
  margin-top: 88px;
}
.service {
  padding-bottom: 110px !important;
}
.service-items > div:nth-child(1),
.service-items > div:nth-child(2),
.service-items > div:nth-child(3) {
  margin-top: 0;
}
.service-items > div {
  margin-top: 40px;
}
.icon-wrap .item span b {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.news-wrap {
  padding: 0;
  width: 1200px;
}
.relate-news .sub-title {
  margin-top: 14px;
  margin-bottom: 117px;
}
.content .title {
  font-size: 36px;
  font-family: PingFangSC-Heavy, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 50px;
}
@media screen and (max-width: 428px) {
  .header-text {
    top: 25px;
  }
  .content .title {
    font-size: 18px;
    font-family: PingFangSC-Heavy, PingFang SC;
    font-weight: 800;
    color: #333333;
    line-height: 25px;
  }
  .header-text p:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .d-ss-flex {
    display: flex !important;
  }
  .service-items {
    margin-top: 0;
    white-space: initial;
    display: flex;
    justify-content: space-between;
  }
  .service-items > div {
    padding-top: 0 !important;
    margin: 0;
    margin-top: 10px !important;
    display: flex;
    width: 49% !important;
    height: 69px !important;
  }
  .advantages .desc {
    margin-top: 6px;
    margin-bottom: 40px;
  }
  .advantages {
    padding-bottom: 56px;
  }
  .service-items > div:nth-child(1),
  .service-items > div:nth-child(2) {
    margin-top: 0 !important;
  }
  .icon-wrap .item span b {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
  }
  .service {
    padding-bottom: 40px !important;
  }
  .service-items > div img {
    width: 35px;
    height: 35px;
  }
  .service-items > div p span:first-child {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222222;
  }
  /* .service-items > div p span:last-child {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
  } */
  .icon-wrap {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .icon-wrap .item {
    margin-right: 15px;
    position: relative;
    display: inline-block;
    padding-top: 100px;
    width: 150px;
    height: 266px;
  }
  .icon-wrap .item p {
    width: 130px;
    position: absolute;
  }
  .icon-wrap .item span {
    word-break: break-all;
    white-space: pre-wrap;
    margin-top: 10px;
  }
  .icon-wrap .item span b {
    line-height: 18px;
  }
  .toggle-bar {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ececec;
  }

  .toggle-bar .checked {
    position: relative;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
  }

  .toggle-bar .checked a {
    color: #2648ef;
  }

  .toggle-bar .checked:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 6px;
    background: #2648ef;
    border: 0px !important;
    border-radius: 3px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  .toggle-bar li {
    color: #999;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
  }

  .toggle-bar li a {
    color: #999999;
  }

  .toggle-bar li:last-child {
    margin: 0;
  }

  .toggle-bar li {
    margin-right: 59px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
  }

  .toggle-bar .checked {
    color: #333;
    font-size: 14px;
    font-weight: 600;
  }
  .real-info .text p:last-child {
    width: 100%;
  }

  .toggle-bar .checked:after {
    border: 3px solid #2648ef;
    border-radius: 2px;
  }
  .news-wrap {
    width: 100%;
    padding: 0;
  }
  .relate-news .sub-title {
    margin-top: 10px;
    margin-bottom: 26px;
  }
  .img-list p {
    margin-top: 15px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .img-list .active {
    display: block;
  }
  .img-list a {
    margin-right: 15px;
    display: inline-block;
    width: 330px;
    height: 236px;
    background: #d8d8d8;
    box-shadow: 0px 4px 10px 0px rgba(139, 139, 139, 0.13);
    border-radius: 4px;
  }
  .img-list img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
  }
  .relate-news {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nert {
    padding: 0 15px;
    display: block;
  }
  .real-info .left,
  .real-info .right {
    padding-top: 40px;
    width: 100%;
  }
  .real-info .right {
    padding-bottom: 30px;
  }
  .real-info .left > P,
  .real-info .right > p {
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Heavy, PingFang SC;
    font-weight: 800;
    color: #333333;
    line-height: 25px;
  }
  .swiper-container img {
    height: 148px;
  }
  .real-info .right .text-list p {
    margin-top: 15px;
  }
  .real-info .right .text-list a:first-child p {
    margin-top: 0px;
  }
  .real-info .text p:last-child span:first-child {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
    text-shadow: 0px 3px 7px rgba(193, 193, 193, 0.15);
  }
  .real-info .text p:last-child span:nth-child(2) {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
  }
  .real-info .text {
    padding: 12px;
  }
  .real-info .text p:last-child span:last-child {
    margin-top: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
  }
  .swiper-container {
    height: 273px;
  }
  .swiper-pagination {
    bottom: 164px !important;
  }
  .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
  .real-info .right .text-list p span:first-child {
    padding-bottom: 8px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
  }
  .real-info .right .text-list p span:last-child {
    padding-bottom: 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 23px;
  }
  .real-info .right .text-list {
    padding: 15px;
    height: auto;
  }
  .real-info .right .text-list .btns span {
    padding: 5px 16px !important;
    display: inline-block;
    font-size: 12px !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500 !important;
    color: #2956ff !important;
    line-height: 17px !important;
  }
}
