
.lemei-company-intro {
  padding: 5rem 0;
}

.lemei-company-intro .row:last-of-type {
  margin-top: 32px;
}
.lemei-company-intro .row h2 {
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 20px;
}
.lemei-company-intro .row .detail {
  font-size: 18px;
  color:#333
}
.lemei-company-intro .priorty p + p {
  margin-top: 25px;
}
.lemei-company-intro .theme-btn {
  display: block;
  width: 180px;
  height: 54px;
  margin-top: 44px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 27px;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lemei-company-intro .theme-btn:hover {
  background: linear-gradient(180deg, var(--color-primary), var(--color-second));
}
.lemei-company-intro .theme-btn span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  border-radius: 27px;
  margin-left: 9px;
}
.lemei-company-intro .theme-btn span i {
  color: var(--color-primary);
  line-height: 34px;
}

.lemei-company-intro .about-post {
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lemei-company-intro .about-post a {
  /* height: 72px; */
  /* width: 72px; */
  text-align: center;
  margin-bottom: 28px;
}
.lemei-company-intro .about-post a > img {
  width: 100%;
}
.lemei-company-intro .about-post a > img.active-pic {
  display: none;
}
.lemei-company-intro .about-post a:hover img:first-of-type {
  display: none;
}
.lemei-company-intro .about-post a:hover img.active-pic {
  display: block;
}
.lemei-company-intro .about-post h4 {
  margin-bottom: 18px;
}
.lemei-company-intro .about-post h3 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lemei-company-intro .about-post p {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lemei-company-intro .img-responsive {
  width: 100%;
  border-radius: 5px;
}

.lemei-company-intro .number-card {
  width: 254px;
  height: 182px;
  position: absolute;
  right: 32px;
  bottom: 16px;
  height: 182px;
  background: linear-gradient(31deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.lemei-company-intro .number-card:hover {
   background: linear-gradient(180deg, var(--color-primary), var(--color-second));
}
.lemei-company-intro .number-card p:first-of-type {
  font-size: 24px;
  margin-bottom: 20px;
}
.lemei-company-intro .number-card strong {
  font-weight: bold;
  font-size: 96px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.lemei-company-intro .priorty p {
    text-align: left !important;
}



@media (max-width: 992px) {
  .lemei-company-intro .theme-btn {
    height: 42px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 42px;
  }

  .lemei-company-intro .theme-btn span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .lemei-company-intro .theme-btn span i {
    line-height: 24px;
  }
}

@media screen and (max-width:767px) {
  .lemei-company-intro .row:last-of-type {
    margin: 0;
  }
  /*.lemei-company-intro .row .detail {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }*/
  .lemei-company-intro .priorty {
    margin-bottom: 8px;
    margin-top: 8px;
  }
   .lemei-company-intro .theme-btn {
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 42px;
  }
  .lemei-company-intro .about-post {
    margin-top: 0;
  }
  /*.lemei-company-intro .about-post a {
     height: 44px;
    width: 44px;
    margin-bottom: 0;
  }*/
}

@media screen and (max-width:576px) {
  .lemei-company-intro .number-card {
    width: 200px;
    height: 106px;
  }
  .lemei-company-intro .number-card strong {
    font-size: 48px;
  }
  .lemei-company-intro .number-card p:first-of-type {
    font-size: 18px;
    margin-bottom: 0;
  }
  .lemei-company-intro .row h2 {
    margin-bottom: 12px;
  }
  .lemei-company-intro .theme-btn {
    height: 32px;
    width: 128px;
    margin-top: 0;
    font-size: 12px;
    line-height: 32px;
    position: absolute;
    right: 15px;
    top: 0;
  }

 .lemei-company-intro .theme-btn span {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .lemei-company-intro .theme-btn span i {
    line-height: 16px;
    font-size: 12px;
  }
}


@media screen and (max-width: 1440px) {
  .lemei-company-intro .row h2 {font-size: 36px;}
  .lemei-company-intro .about-post a > img {height: 150px;}
}
@media screen and (max-width: 1281px) {
  .lemei-company-intro .row h2 {font-size: 34px;}
  .lemei-company-intro .about-post a > img {height: 120px;}
}
@media screen and (max-width: 1171px) {
  .lemei-company-intro .row h2 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .lemei-company-intro .row h2 {font-size: 26px;margin: 10px 0;}
  .lemei-company-intro .number-card strong {font-size: 70px;}
  .lemei-company-intro {padding: 3rem 0;}
  .lemei-company-intro .about-post a > img {height: 100px;}
}
@media screen and (max-width: 768px) {
  .lemei-company-intro .row h2 {font-size: 24px;}
  .lemei-company-intro .number-card strong {font-size: 50px;}
}
@media screen and (max-width: 480px) {
  .lemei-company-intro .row h2 {font-size: 22px;}
}

