.case_list .banner {
  width: 100%;
  background-repeat: no-repeat;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.case_list .banner .banner_cont {
  max-width: 80%;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.case_list .banner .banner_cont .main {
  top: 158px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.case_list .banner .banner_cont .main .title .value {
  color: #333;
  font-family: "DIN";
  font-size: 54px;
}
.case_list .banner .banner_cont .main .title span {
  padding-left: 10px;
  position: relative;
  font-size: 22px;
  padding-top: 30px;
  color: #333;
}
.case_list .banner .banner_cont .main .label_info {
  line-height: 38px;
  letter-spacing: 0.25px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-top: 11px;
}
.case_list .banner .banner_cont .main .title1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 37px;
  height: 89px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.case_list .banner .banner_cont .main .title1 .item {
  width: auto;
  margin-right: 30px;
  text-align: center;
  padding: 12px 25px 14px 0;
}
.case_list .banner .banner_cont .main .title1 .item .top_title {
  display: flex;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
}
.case_list .banner .banner_cont .main .title1 .item .top_title .value {
  font-size: 38px;
  color: #546afb;
}
.case_list .banner .banner_cont .main .title1 .item .top_title span {
  color: #333;
  position: relative;
  top: 7px;
  padding-left: 12px;
}
.case_list .banner .banner_cont .main .title1 .item .label {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin-top: 7px;
}
.case_list .banner .banner_cont .main {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.case_list .banner .banner_cont .main .title {
  display: flex;
}
.case_list .classify_cont {
  width: 100%;
  min-height: 60px;
  position: relative;
}
.case_list .classify_cont .content {
  max-width: 1200px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 23px 34px 13px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(196, 214, 242, 0.5);
  box-sizing: border-box;
}
.case_list .classify_cont .content .tab_item {
  min-width: 60px;
  height: 34px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
  padding: 0 8px;
}
.case_list .classify_cont .content {
  width: 80%;
}
.case_list .classify_cont .content .tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.case_list .classify_cont .content .action_tab {
  color: #596efb;
  font-weight: bold;
}
.case_list .classify_cont .content .action_tab::after {
  content: "";
  width: 60%;
  position: absolute;
  height: 3px;
  border-radius: 32px;
  background: #596efb;
  bottom: 0px;
}
.case_list .list {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case_list .list .item {
  width: calc(25% - 22px);
  margin: 0 10px 22px;
}
.case_list .list .item .top_img {
  height: 148px;
  background-size: cover;
  background-position: center;
}
.case_list .list .item {
  border-radius: 5px;
  position: relative;
  border: 1px solid #dcdcdc;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.case_list .list .item .title {
  border-bottom: 1px solid #d6d7dc;
}
.case_list .list .item .title .title_cont {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  margin: 10px 20px 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.case_list .list .item .label {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin: 0 20px 17px;
}
.case_list .list .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  margin-bottom: 10px;
}
.case_list .list .item .bottom .left {
  display: flex;
  align-items: center;
}
.case_list .list .item .bottom .label-products {
  min-width: 26px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #555;
  background: #e9f0fe;
  border-radius: 3px;
  padding: 0 12px;
  margin: 0 7px 0 0;
}
.case_list .list .item .bottom .label-industry {
  min-width: 26px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #555;
  background: #dcf3ff;
  border-radius: 3px;
  padding: 0 12px;
  margin: 0 7px 0 0;
}
.case_list .list .item:hover .title {
  color: #596efb !important;
}
.case_list .list .item:hover .label {
  color: #596efb !important;
}

.case_detail .crumbs {
  height: 57px;
  margin: 10px 0 5px;
  overflow-y: auto;
  display: flex;
  align-items: center;
}
.case_detail .case_detail_content {
  display: flex;
}
.case_detail .case_detail_content .left .top {
  display: flex;
  align-items: center;
}
.case_detail .case_detail_content .left .top .left_img {
  width: 210px;
  height: 128px;
  position: relative;
  border: 1px solid #e2e3eb;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.case_detail .case_detail_content .left .top .left_img img {
  max-width: 80%;
  max-height: 80%;
}
.case_detail .case_detail_content .left .top .right_title {
  margin-left: 20px;
}
.case_detail .case_detail_content .left .top .right_title .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 18px;
}
.case_detail .case_detail_content .left .top .right_title .this_product {
  display: flex;
  align-items: center;
}
.case_detail .case_detail_content .left .top .right_title .this_product span {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.case_detail .case_detail_content .left .top .right_title .this_product .tag {
  padding: 4px 16px;
  font-size: 14px;
  color: #596efb;
  background: rgba(89, 110, 251, 0.11);
  border-radius: 13px;
  margin-right: 12px;
  margin-left: 10px;
}
.case_detail .case_detail_content .left .case_content {
  height: auto;
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #e2e3eb;
  margin-top: 48px;
  max-width: 850px;
}
.case_detail .case_detail_content .left .about {
  margin-top: 20px;
  max-width: 850px;
}
.case_detail .case_detail_content .left .about .top {
  height: 56px;
  line-height: 55px;
  font-size: 17px;
  color: #1c1d1e;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e8ed;
}
.case_detail .case_detail_content .left .about .top span {
  float: left;
  line-height: 55px;
  font-size: 17px;
  color: #1c1d1e;
  letter-spacing: 0.5px;
  position: relative;
  border-bottom: 1px solid #596efb;
}
.case_detail .case_detail_content .left .about .bottom {
  padding-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case_detail .case_detail_content .left .about .bottom .item {
  width: auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #596efb;
  padding: 0 20px;
  border: 1px solid #596efb;
  border-radius: 3px;
  margin: 0 15px 15px 0;
}
.case_detail .case_detail_content .right {
  position: fixed;
  right: 60px;
  top: 140px;
  width: 295px;
  z-index: 9999;
}
.case_detail .case_detail_content .right .recommend {
  overflow: hidden;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}
.case_detail .case_detail_content .right .recommend .top {
  height: 46px;
  line-height: 46px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  padding: 0 25px;
  background-image: url(/static/cases/images/tit-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case_detail .case_detail_content .right .recommend .bottom {
  background: #f9faff;
  border: 1px solid #c2c6e2;
  border-top: 0;
  height: auto;
  overflow: hidden;
  text-align: left;
  padding: 25px 20px 20px;
}
.case_detail .case_detail_content .right .recommend .bottom .label_item {
  overflow: hidden;
  position: relative;
  padding-left: 18px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.case_detail .case_detail_content .right .recommend .bottom .label_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #596efb;
  border-radius: 50%;
}
.case_detail .case_detail_content .right .recommend .bottom .img_item {
  background-color: #f8f8f8;
}
.case_detail .case_detail_content .right .recommend .bottom .img_item .img_cont {
  position: relative;
}
.case_detail .case_detail_content .right .recommend .bottom .img_item .img_cont img {
  width: 100%;
}
.case_detail .case_detail_content .right .recommend .bottom .img_item .img_cont .label {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: calc(100% - 30px);
  height: 35px;
  border-radius: 0 0 2px 2px;
  background: rgba(80, 106, 255, 0.64);
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}
.case_detail .case_detail_content .right .recommend .bottom .img_item .pointer {
  margin: 10px auto;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_detail .case_detail_content .right .recommend .bottom .img_item .pointer .pointer_item {
  background-color: #596efb;
  opacity: 0.45;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.case_detail .case_detail_content .right .recommend3 {
  display: block;
  height: 26px;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  border-radius: 2px;
  position: relative;
  background-image: url(/static/cases/images/tit-bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cases_footer {
  width: 100%;
  height: 338px;
  background-image: url(/static/cases/images/partners-bg.jpg);
  background-size: 100% 100%;
  position: relative;
}
.cases_footer .footer-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.cases_footer .footer-content .title {
  line-height: 42px;
  font-size: 32px;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
}
.cases_footer .footer-content .yban-products {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.cases_footer .footer-content .yban-products .item {
  padding: 20px 14px 24px;
  width: auto;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 rgba(196, 214, 242, 0.5);
  margin: 20px 28px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.cases_footer .footer-content .yban-products .item .top {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25px;
}
.cases_footer .footer-content .yban-products .item .top .left_icon {
  width: 50px;
  height: 50px;
  background: #5167fb;
  border: 1px solid #0f8bff;
  border-radius: 2px;
  position: relative;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.cases_footer .footer-content .yban-products .item .top .title {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: left;
}
.cases_footer .footer-content .yban-products .item .top .label {
  line-height: 26px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin-top: 2px;
}
.cases_footer .footer-content .yban-products .item .options {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.cases_footer .footer-content .yban-products .item .options .main-button {
  margin: 0 11px;
}

@media screen and (max-width: 767.98px) {
  .case_list .banner {
    height: 330px;
    background-image: url(/static/cases/images/mc-banner.jpg);
    background-position: cover;
  }
  .case_list .banner .banner_cont {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 330px;
    display: flex;
    align-items: center;
  }
  .case_list .banner .banner_cont .main {
    position: unset;
    transform: none;
  }
  .case_list .banner .banner_cont .main .title .value {
    color: #333;
    font-family: "DIN";
    font-size: 30px;
  }
  .case_list .banner .banner_cont .main .title span {
    padding-left: 10px;
    position: relative;
    font-size: 12px;
    padding-top: 20px;
    color: #333;
  }
  .case_list .banner .banner_cont .main .label_info {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin: 5px auto 0;
    text-align: center;
    white-space: nowrap;
  }
  .case_list .banner .banner_cont .main .title1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
    height: auto;
  }
  .case_list .banner .banner_cont .main .title1 .item {
    width: auto;
    text-align: center;
    padding: 0;
    width: 45%;
    margin-right: 0px;
  }
  .case_list .banner .banner_cont .main .title1 .item .top_title {
    display: flex;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #546afb;
  }
  .case_list .banner .banner_cont .main .title1 .item .top_title .value {
    font-size: 22px;
    color: #546afb;
    text-align: left;
  }
  .case_list .banner .banner_cont .main .title1 .item .top_title span {
    color: #546afb;
    position: relative;
    top: 5px;
    padding-left: 5px;
  }
  .case_list .banner .banner_cont .main .title1 .item .label {
    height: 14px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
  }
  .case_list .classify_cont .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 2px 2px 10px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 90%;
    border: 1px solid #fff;
    border-radius: 6px;
    background-image: linear-gradient(180deg, #e6effa 5%, #fff 100%);
    box-shadow: 0 4px 8px 0 rgba(55, 99, 170, 0.1);
    margin: 0 auto;
    margin-top: 10px;
  }
  .case_list .classify_cont .content .tab_item {
    min-width: 32px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 13px;
    color: #47536b;
    border: 1px solid transparent;
    margin-bottom: 8px;
  }
  .case_list .classify_cont .content .action_tab {
    background: #596efb;
    border-radius: 17px;
    color: #fff;
  }
  .case_list .list .item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .case_list .list .item .top_img {
    height: 148px;
  }
  .case_detail .case_detail_content {
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
  }
  .case_detail .case_detail_content .left .case_content {
    max-width: 100%;
  }
  .case_detail .case_detail_content .left .top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .case_detail .case_detail_content .left .top .left_img {
    width: 100%;
    height: 128px;
    margin: 0 auto;
  }
  .case_detail .case_detail_content .left .top .right_title {
    margin-left: 20px;
    margin-top: 10px;
  }
  .case_detail .case_detail_content .left .top .right_title .title {
    white-space: normal;
  }
  .case_detail .case_detail_content .right {
    width: 100%;
  }
  .case_detail .case_detail_content .right .recommend {
    width: 100%;
  }
  .cases_footer .footer-content .title {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0.25px;
    margin: 0 auto;
    text-align: center;
  }
  .cases_footer .footer-content .yban-products .item {
    padding: 17px 16px 22px;
  }
}