html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #33465b;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.content {
  padding-top: 70px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 60px;
  }
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.content {
  background: #eef4fe url(../images/bg.jpg) top center no-repeat;
  /* background-size: contain; */
  background-size: 100%;
  background-position: 0 150px;
}
.banner .banner-main {
  height: 480px;
  line-height: 480px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: left;
  width: 50%;
  padding-right: 60px;
}
.banner .banner-info h1 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner .banner-info p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.banner .banner-info ul {
  margin-top: 30px;
  height: 60px;
}
.banner .banner-info ul li {
  display: inline-block;
  margin-right: 30px;
}
.banner .banner-info ul li p {
  margin-bottom: 0;
}
.banner .banner-info ul li p span {
  display: block;
  font-size: 32px;
  color: #4478f9;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.banner .banner-info ul li p span:last-child {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .banner-img {
  vertical-align: middle;
  position: absolute;
  right: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background-size: 100% 100% !important;
  background-position: center center !important;
}
.banner .banner-img img {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 300px;
  opacity: 1;
  visibility: hidden;
}
.banner .banner-img:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
  border: 10px solid #ffffff;
  box-shadow: 0px 5px 20px 0px #c3d9ee;
  border-radius: 20px;
}
@media (max-width: 978px) {
  .banner {
    background: #f3f9ff;
  }
  .banner .l-container {
    padding: 0 0;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0px;
    text-align: center;
  }
  .banner .banner-main img {
    width: 100%;
  }
  .banner .bealters .cont {
    margin: 0 auto;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    width: 100%;
    padding: 20px;
  }
  .banner .banner-info h1 {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }
  .banner .banner-info p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
  }
  .banner .banner-info ul {
    margin-top: 0px;
    height: auto;
    text-align: center;
  }
  .banner .banner-info ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
    width: calc( ( 100%  - 60px) / 3 );
  }
  .banner .banner-info ul li p span {
    display: block;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .banner .banner-info ul li p span:last-child {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .banner .banner-img {
    position: static;
    transform: translateY(0) translateX(0px);
    padding-top: 0px;
    background: none !important;
  }
  .banner .banner-img img {
    border-radius: 0;
    opacity: 1;
    min-height: 150px;
    height: auto;
    visibility: visible;
  }
  .banner .banner-img::after {
    display: none;
  }
}
.detail-content {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 30px;
}
.detail-content .l-content {
  width: 100%;
  padding: 0 20px 0 20px;
  background: #fff;
  border-radius: 8px;
}
.detail-content .l-content .t-content {
  padding: 30px 0 0;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.detail-content .l-content .t-content > h1 {
  font-size: 28px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  width: calc( 100% - 156px );
  margin-bottom: 10px;
}
.detail-content .l-content .t-content > .l-btn {
  position: absolute;
  width: 96px;
  height: 36px;
  background: #2cc6d0;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  right: 30px;
  top: 30px;
  margin: 0;
  padding: 0;
}
.detail-content .l-content .t-content .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.detail-content .l-content .t-content .info-box {
  padding-bottom: 20px;
}
.detail-content .l-content .t-content .info-box h3 {
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #3babff, #4d5fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.detail-content .l-content .t-content .info-box p {
  font-size: 15px;
  color: #000;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}
.detail-content .l-content .t-content .info-box p + h3 {
  margin-top: 0px;
}
.detail-content .l-content .t-content .info-box p span {
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.detail-content .l-content .t-content .info-box img {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.detail-content .l-content .t-content .info-box img + h3 {
  margin-top: 0px;
}
.detail-content .l-content .t-content .info-box .card {
  padding: 20px;
  border-radius: 8px;
  background-image: linear-gradient(-45deg, #eeeaff 0%, #ecf6ff 100%);
  border-radius: 10px;
}
.detail-content .l-content .t-content .info-box .card h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.detail-content .l-content .t-content .info-box .card p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.detail-content .l-content .t-content .info-box .card p + h3 {
  margin-top: 0;
}
.detail-content .l-content .top-info {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 100px;
}
.detail-content .l-content .top-info img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
}
.detail-content .l-content .top-info img:last-child {
  right: 20px;
  left: auto;
  border: none;
  width: 120px;
  height: auto;
  top: 36px;
}
.detail-content .l-content .top-info h2 {
  margin-bottom: 20px;
}
.detail-content .l-content .top-info h2 p:first-child {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.detail-content .l-content .top-info h2 p:nth-child(2) {
  margin-left: 80px;
  vertical-align: middle;
}
.detail-content .l-content .top-info p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.detail-content .l-content .top-info p a {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  margin-left: 10px;
  display: inline-block;
  color: #666;
  font-weight: 400;
  padding: 0px 15px;
  border-radius: 4px;
  line-height: 32px;
  transition: all 0.3s;
  color: #2cc6d0;
  background: rgba(71, 210, 218, 0.15);
  cursor: pointer;
}
@media (max-width: 978px) {
  .detail-content {
    background: transparent;
    padding-bottom: 0;
  }
  .detail-content .l-container {
    display: block;
    padding: 0;
  }
  .detail-content .l-content {
    width: 100%;
    margin-right: 0px;
  }
  .detail-content .l-content .t-content {
    padding: 20px;
    background: #ffffff;
    border-radius: 0px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .detail-content .l-content .t-content > h1 {
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content .info-box .mb + h3 {
    margin-top: 15px;
  }
  .detail-content .l-content .t-content .info-box h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content .info-box p {
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content .info-box img {
    width: 100% !important;
    height: 100% !important;
  }
  .detail-content .l-content .top-info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0px;
  }
  .detail-content .l-content .top-info img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -57px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
  }
  .detail-content .l-content .top-info h2 {
    margin-bottom: 0px;
    padding-left: 100px;
  }
  .detail-content .l-content .top-info h2 p:first-child {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 100%;
  }
  .detail-content .l-content .top-info h2 p:nth-child(2) {
    margin-left: 0px;
    vertical-align: middle;
  }
  .detail-content .l-content .top-info > p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10p;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 66px;
    display: none;
  }
  .detail-content .l-content .top-info > p a {
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
  }
  .detail-content .l-content .top-info > p span {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .detail-content .l-content .card {
    padding: 15px !important;
    padding-bottom: 15px !important;
  }
}
.case {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  background: transparent;
}
.case .l-container {
  max-width: 99999999px;
  width: 100%;
}
.case .l-title {
  position: relative;
  padding-bottom: 40px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.case .l-title h2 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}
.case .swiper-case {
  padding-bottom: 60px;
}
.case .card {
  float: left;
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.case .card:nth-child(4n) {
  margin-right: 0;
}
.case .card .img-box {
  font-size: 0;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.case .card .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.case .card .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.case .card .img-box:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  top: 50%;
  background: url(../images/list-icon-01.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  z-index: 1;
  opacity: 0;
}
.case .card .info-box {
  padding: 20px;
}
.case .card .info-box h3 {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.case .card .info-box p {
  height: 40px;
  padding-top: 10px;
  border-top: 1px dashed #dddddd;
}
.case .card .info-box p span {
  font-size: 12px;
  color: #666666;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.case .card .info-box p span:last-child {
  float: right;
}
.case .card .info-box p img {
  float: right;
  height: 40px;
}
.case .card .info-box p:last-child span:first-child {
  width: calc( 100% - 50px );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .card .info-box .tag {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  border: none;
  padding-top: 0;
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 24px;
}
.case .card .info-box .tag span {
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  float: none !important;
}
.case .card .info-box .tag .main-tag {
  background: #e9f9fa;
  border-radius: 4px;
  padding: 0px 5px;
  color: #05a8b7;
  height: 24px;
  line-height: 24px;
}
.case .card:hover .img-box img {
  transform: scale(1.1);
}
.case .card:hover h3 {
  color: #2cc6d0;
}
.case .card:hover .img-box:after {
  background: rgba(74, 166, 181, 0.6);
}
.case .card:hover .img-box:before {
  opacity: 1;
}
.case:after {
  position: absolute;
  width: 200px;
  height: 430px;
  content: "";
  left: 0;
  top: 50px;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(238, 244, 254) 0%, rgba(255, 255, 255, 0) 100%);
}
.case:before {
  position: absolute;
  width: 200px;
  height: 430px;
  content: "";
  right: 0;
  top: 50px;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(238, 244, 254) 100%);
}
.case .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -0-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
@media (max-width: 978px) {
  .case {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case .l-container {
    max-width: 99999999px;
    width: 100%;
    padding: 0;
  }
  .case .l-title {
    position: relative;
    padding-bottom: 40px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  .case .l-title h2 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
  }
  .case .swiper-case {
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .case .card {
    float: left;
    margin-right: 30px;
    width: 280px;
    background: #fff;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .case .card:nth-child(4n) {
    margin-right: 0;
  }
  .case .card .img-box {
    font-size: 0;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .case .card .img-box img {
    width: 100%;
    transition: all 0.3s;
  }
  .case .card .img-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
  }
  .case .card .img-box:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    top: 50%;
    background: url(../images/list-icon-01.svg);
    background-size: 100% 100%;
    transition: all 0.3s;
    z-index: 1;
    opacity: 0;
  }
  .case .card .info-box {
    padding: 20px;
  }
  .case .card .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .case .card .info-box p {
    height: 40px;
    padding-top: 10px;
    border-top: 1px dashed #dddddd;
  }
  .case .card .info-box p span {
    font-size: 12px;
    color: #666666;
    line-height: 45px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
  }
  .case .card .info-box p span:last-child {
    float: right;
  }
  .case .card .info-box p img {
    float: right;
    height: 40px;
  }
  .case .card .info-box .tag {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
    border: none;
    padding-top: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .case .card .info-box .tag span {
    margin-right: 5px;
    height: 24px;
    line-height: 24px;
    float: none !important;
  }
  .case .card .info-box .tag .main-tag {
    background: #e9f9fa;
    border-radius: 4px;
    padding: 0px 5px;
    color: #05a8b7;
    height: 24px;
    line-height: 24px;
  }
  .case .card:hover .img-box img {
    transform: scale(1.1);
  }
  .case .card:hover h3 {
    color: #2cc6d0;
  }
  .case .card:hover .img-box:after {
    background: rgba(74, 166, 181, 0.6);
  }
  .case .card:hover .img-box:before {
    opacity: 1;
  }
  .case:after {
    position: absolute;
    width: 240px;
    height: 430px;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    display: none;
  }
  .case:before {
    display: none;
  }
}
