.find-banner {
  width: 100%;
}
.find-banner .nav-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 230px;
  height: 500px;
  box-shadow: inset 0px 3px 6px 1px rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}
.find-banner .nav-list a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.find-banner .nav-list a img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.find-banner .banner-swiper {
  width: 100%;
  min-width: 0;
  height: 500px;
  position: relative;
}
.find-banner .banner-swiper .swiper {
  width: 100%;
  height: 100%;
}
.find-banner .banner-swiper .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.find-banner .banner-swiper .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.find-banner .banner-swiper .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.find-banner .banner-swiper .swiper .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.find-banner .banner-swiper .swiper .swiper-slide .content .title {
  font-size: 74px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 74px;
  margin-bottom: 30px;
}
.find-banner .banner-swiper .swiper .swiper-slide .content .info {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
.find-banner .banner-swiper .swiper .swiper-slide .content .intro {
  font-size: 16px;
  font-weight: 500;
  color: #CFCFCF;
  line-height: 34px;
  margin: 20px 0;
}
.find-banner .banner-swiper .swiper .swiper-slide .content .phone {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.find-banner .banner-swiper .swiper .swiper-slide .content .phone img {
  margin-right: 10px;
}
.find-banner .banner-swiper .swiper .swiper-slide .content .zx {
  width: 140px;
  height: 50px;
  background: linear-gradient(270deg, #0057ff 0%, #599ef9 100%);
  box-shadow: 0px 2px 4px 1px rgba(51, 51, 51, 0.1);
  border-radius: 2px 2px 25px 2px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}
.find-banner .banner-swiper .swiper-pagination1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.find-banner .banner-swiper .swiper-pagination1 span {
  position: relative;
  display: block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0 10px;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s;
}
.find-banner .banner-swiper .swiper-pagination1 .active {
  opacity: 1;
  padding: 5px 10px 10px;
}
.find-banner .banner-swiper .swiper-pagination1 .active::after {
  content: '';
  display: block;
  width: 36px;
  height: 0;
  border-bottom: 3px solid #0057FF;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.find-advantage .advantage-list {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 27px 1px rgba(193, 193, 193, 0.4);
  background: #FFFFFF;
}
.find-advantage .advantage-list .list-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.find-advantage .advantage-list .list-item img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.find-advantage .advantage-list .list-item .info {
  min-width: 0;
}
.find-advantage .advantage-list .list-item .info .title {
  font-size: 18px;
  font-weight: 500;
  color: #3D3737;
  margin-bottom: 8px;
}
.find-advantage .advantage-list .list-item .info p {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}
.find-lawyer {
  padding: 35px 0;
}
.find-lawyer .lawyer-list {
  display: flex;
  flex-wrap: wrap;
}
.find-lawyer .lawyer-list .list-item {
  display: block;
  padding: 25px;
  background: linear-gradient(90deg, #ebd2be 0%, #f2e4d9 100%);
  width: 23.5%;
  min-height: 175px;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.find-lawyer .lawyer-list .list-item:nth-child(2n) {
  background: linear-gradient(89deg, #eef6f8 0%, #e0eaf3 100%);
}
.find-lawyer .lawyer-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.find-lawyer .lawyer-list .list-item .title {
  font-size: 24px;
  font-weight: 500;
  color: #464646;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.find-lawyer .lawyer-list .list-item .intro {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(95deg, rgba(71, 71, 71, 0.21) 0%, rgba(71, 71, 71, 0.18) 62%, rgba(72, 72, 72, 0) 100%);
  border-radius: 2px 2px 2px 2px;
  padding: 8px 10px;
  margin: 15px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.find-lawyer .lawyer-list .list-item .phone {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #878787;
}
.find-lawyer .lawyer-list .list-item .phone img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.index-online1 {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-online1 .title-in {
  color: #fff;
}
.index-online1 .online-list2 {
  display: flex;
  flex-wrap: wrap;
}
.index-online1 .online-list2 .list2-item {
  position: relative;
  width: 24%;
  height: 380px;
  background: #DFE6EE;
  margin-right: 1.3%;
  margin-top: 1.3%;
  overflow: hidden;
}
.index-online1 .online-list2 .list2-item:nth-child(4n) {
  margin-right: 0;
}
.index-online1 .online-list2 .list2-item .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-online1 .online-list2 .list2-item .item-img img {
  max-width: 100%;
}
.index-online1 .online-list2 .list2-item .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
  transition: all 0.5s;
  height: 137px;
}
.index-online1 .online-list2 .list2-item .item-info h3 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.index-online1 .online-list2 .list2-item .item-info h3 span {
  font-size: 15px;
  font-weight: 500;
  color: #878787;
  margin-left: 10px;
}
.index-online1 .online-list2 .list2-item .item-info p {
  font-size: 16px;
  color: #999999;
  margin: 15px 0 10px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-online1 .online-list2 .list2-item .item-info .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.index-online1 .online-list2 .list2-item .item-info .phone img {
  width: 20px;
  margin-right: 5px;
}
.index-online1 .online-list2 .list2-item .item-info .zx {
  display: none;
  width: 142px;
  height: 33px;
  background: #0073FF;
  color: #fff;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  margin: 10px auto 0;
}
.index-online1 .online-list2 .list2-item:hover .item-info {
  height: 177px;
}
.index-online1 .online-list2 .list2-item:hover .item-info .zx {
  display: block;
}
.index-online2 {
  padding: 40px 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
.index-online2 .online-list1 {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.index-online2 .online-list1 .list1-item {
  position: relative;
  display: block;
  width: 49.5%;
  height: 280px;
  margin-right: 1%;
}
.index-online2 .online-list1 .list1-item:nth-child(2n) {
  margin-right: 0;
}
.index-online2 .online-list1 .list1-item .item-img {
  width: 100%;
  height: 100%;
}
.index-online2 .online-list1 .list1-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-online2 .online-list1 .list1-item .item-info {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.index-online2 .online-list1 .list1-item .item-info h3 {
  font-size: 38px;
  color: #333333;
  line-height: 38px;
  font-weight: bold;
}
.index-online2 .online-list1 .list1-item .item-info p {
  font-size: 16px;
  color: #333333;
  margin: 15px 0 10px;
}
.index-online2 .online-list1 .list1-item .item-info .phone {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.index-online2 .online-list1 .list1-item .item-info .phone img {
  width: 20px;
  margin-right: 5px;
}
.index-online2 .online-list2 {
  display: flex;
  flex-wrap: wrap;
}
.index-online2 .online-list2 .list2-item {
  position: relative;
  width: 24%;
  height: 350px;
  background: #DFE6EE;
  margin-right: 1.3%;
  margin-top: 1.3%;
  overflow: hidden;
}
.index-online2 .online-list2 .list2-item:nth-child(4n) {
  margin-right: 0;
}
.index-online2 .online-list2 .list2-item .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-online2 .online-list2 .list2-item .item-img img {
  max-width: 100%;
}
.index-online2 .online-list2 .list2-item .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
  transition: all 0.5s;
  height: 137px;
}
.index-online2 .online-list2 .list2-item .item-info h3 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.index-online2 .online-list2 .list2-item .item-info p {
  font-size: 16px;
  color: #999999;
  margin: 15px 0 10px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-online2 .online-list2 .list2-item .item-info .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.index-online2 .online-list2 .list2-item .item-info .phone img {
  width: 20px;
  margin-right: 5px;
}
.index-online2 .online-list2 .list2-item .item-info .zx {
  display: none;
  width: 100px;
  height: 30px;
  background: #0073FF;
  border-radius: 25px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  margin: 10px auto 0;
}
.index-online2 .online-list2 .list2-item:hover .item-info {
  height: 177px;
}
.index-online2 .online-list2 .list2-item:hover .item-info .zx {
  display: block;
}
.find-service .online-service {
  background: #F7F7F7;
  padding: 25px 0;
}
.find-service .online-service .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.find-service .online-service .title span {
  color: #0073FF;
}
.find-service .online-service .info {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-service .online-service .info span {
  display: block;
  width: 33px;
  height: 33px;
  background: #0073FF;
  line-height: 33px;
  text-align: center;
  margin: 0 8px;
  color: #fff;
  border-radius: 50%;
}
.find-service .service-list {
  padding: 25px 0;
}
.find-service .service-list .list-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-left: 15px;
}
.find-service .service-list .list-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-77%);
  display: block;
  width: 4px;
  height: 17px;
  background: #0073FF;
}
.find-service .service-list .list {
  position: relative;
  display: flex;
  margin-top: 15px;
  border-left: 1px solid #DFDFDF;
}
.find-service .service-list .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #0092FF;
  border-radius: 50%;
}
.find-service .service-list .list::after {
  content: '';
  position: absolute;
  top: 2px;
  left: -5px;
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #0092FF;
  border-radius: 50%;
}
.find-service .service-list .list .list-item {
  flex: 1;
  min-width: 0;
  padding: 0 40px 10px;
}
.find-service .service-list .list .list-item .title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.find-service .service-list .list .list-item .user {
  display: flex;
  margin: 15px 0;
}
.find-service .service-list .list .list-item .user img {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #707070;
  margin-right: 10px;
  border-radius: 50px;
}
.find-service .service-list .list .list-item .user .info p:nth-child(1) {
  font-size: 12px;
  font-weight: 500;
  color: #656565;
}
.find-service .service-list .list .list-item .user .info p:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.find-service .service-list .list .list-item .intro {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #656565;
}
.index-section5 {
  padding: 50px 0;
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
.index-section5 .section-content {
  display: flex;
  margin-top: 30px;
}
.index-section5 .section-content .content-left {
  display: flex;
  background-color: #fff;
  box-shadow: 3px 3px 12px 1px rgba(178, 178, 178, 0.16);
  flex: 1;
  padding: 10px 20px;
}
.index-section5 .section-content .content-left .sw-list {
  width: 48%;
  margin-right: 4%;
}
.index-section5 .section-content .content-left .sw-list .sw-list-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.index-section5 .section-content .content-left .sw-list .sw-list-title::before {
  content: '';
  width: 4px;
  height: 28px;
  background: #006EFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.index-section5 .section-content .content-left .sw-list .sw-item {
  margin-bottom: 30px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item1 {
  display: flex;
  align-items: center;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 20px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item1 a {
  display: block;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item1 a span:nth-child(1) {
  font-size: 22px;
  color: #333;
  font-weight: 500;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item1 a span:nth-child(2) {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin: 0 5px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item1 a span:nth-child(3) {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 {
  display: none;
  align-items: center;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .number-icon {
  width: 32px;
  margin-right: 20px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .number-icon img {
  width: 32px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .head-img {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .head-img img {
  width: 100%;
  height: 100%;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .info {
  flex: 1;
  margin-right: 20px;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .info a {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .info p {
  font-size: 14px;
  color: #999;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .service p {
  font-size: 14px;
  color: #999;
}
.index-section5 .section-content .content-left .sw-list .sw-item .item2 .service a {
  display: block;
  width: 100px;
  height: 28px;
  background: #006EFF;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
.index-section5 .section-content .content-left .sw-list .sw-item:hover .item1 {
  display: none;
}
.index-section5 .section-content .content-left .sw-list .sw-item:hover .item2 {
  display: flex;
}
.index-section5 .section-content .content-left .hp-list {
  width: 48%;
}
.index-section5 .section-content .content-left .hp-list .hp-list-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-section5 .section-content .content-left .hp-list .hp-list-title::before {
  content: '';
  width: 4px;
  height: 28px;
  background: #006EFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.index-section5 .section-content .content-left .hp-list .sw-item {
  margin-bottom: 30px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item1 {
  display: flex;
  align-items: center;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 20px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item1 a {
  display: block;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item1 a span:nth-child(1) {
  font-size: 22px;
  color: #333;
  font-weight: 500;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item1 a span:nth-child(2) {
  font-size: 14px;
  color: #999;
  font-weight: 500;
  margin: 0 5px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item1 .hp-number {
  margin-left: auto;
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 {
  display: none;
  align-items: center;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .number-icon {
  width: 32px;
  margin-right: 20px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .number-icon img {
  width: 32px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .head-img {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .head-img img {
  width: 100%;
  height: 100%;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .info {
  flex: 1;
  margin-right: 20px;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .info a {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .info a span {
  font-size: 14px;
  color: #999;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .info p {
  font-size: 14px;
  color: #999;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .service p {
  font-size: 14px;
  color: #999;
  text-align: right;
}
.index-section5 .section-content .content-left .hp-list .sw-item .item2 .service a {
  display: block;
  width: 100px;
  height: 28px;
  background: #006EFF;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
.index-section5 .section-content .content-left .hp-list .sw-item:hover .item1 {
  display: none;
}
.index-section5 .section-content .content-left .hp-list .sw-item:hover .item2 {
  display: flex;
}
.index-section5 .section-content .sw-star {
  margin-left: 10px;
  width: 300px;
  background-color: #fff;
  box-shadow: 3px 3px 12px 1px rgba(178, 178, 178, 0.16);
  padding: 10px 20px;
}
.index-section5 .section-content .sw-star .sw-star-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-section5 .section-content .sw-star .sw-star-title::before {
  content: '';
  width: 4px;
  height: 28px;
  background: #006EFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.index-section5 .section-content .sw-star .head-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.index-section5 .section-content .sw-star .head-img img {
  width: 168px;
  height: 168px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.index-section5 .section-content .sw-star .number-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.index-section5 .section-content .sw-star .number-icon img {
  width: 35px;
}
.index-section5 .section-content .sw-star .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
.index-section5 .section-content .sw-star .info a {
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-section5 .section-content .sw-star .info p {
  color: #999999;
  font-size: 14px;
}
.index-section5 .section-content .sw-star .success {
  display: flex;
  margin: 20px 0;
}
.index-section5 .section-content .sw-star .success div {
  flex: 1;
  text-align: center;
}
.index-section5 .section-content .sw-star .success div span {
  display: block;
}
.index-section5 .section-content .sw-star .success div span:nth-child(1) {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}
.index-section5 .section-content .sw-star .success div span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.index-section5 .section-content .sw-star .label {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.index-section5 .section-content .sw-star .label span {
  display: block;
  background: #81A8F6;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  padding: 0 8px;
  margin-bottom: 10px;
}
