.website_customerCasePage {
  background: #F4F7FB;
}
.customerCasePage_banner {
  height: 511px;
  background: linear-gradient(180deg, #E1EEFD 0%, #F4F7FF 100%);
}
.customerCasePage_banner-container {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customerCasePage_banner-container .left {
  flex: 1;
}
.customerCasePage_banner-container .left .title {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  /* 133.333% */
}
.customerCasePage_banner-container .left .title b {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
.customerCasePage_banner-container .left .desc {
  margin-top: 16px;
}
.customerCasePage_banner-container .left .desc span {
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.customerCasePage_banner-container .left .desc span:last-child {
  margin-left: 32px;
}
.customerCasePage_banner-container .left .btn {
  cursor: pointer;
  width: 202px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  border-radius: 10px;
  background: #EE4743;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-top: 40px;
}
.customerCasePage_banner-container .right {
  margin-top: 31px;
  margin-right: -64px;
}
.customerCasePage_container {
  padding-bottom: 72px;
}
.customerCasePage_container ul.choose-tags {
  margin-top: -36px;
  padding: 36px 24px;
  border-radius: 20px;
  background: #FFF;
}
.customerCasePage_container ul.choose-tags li {
  display: flex;
  margin-bottom: 24px;
  line-height: 44px;
  /* 120% */
}
.customerCasePage_container ul.choose-tags li label {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin-right: 32px;
}
.customerCasePage_container ul.choose-tags li span {
  color: #111;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 120% */
  padding: 7px 24px;
  cursor: pointer;
}
.customerCasePage_container ul.choose-tags li span.active {
  border-radius: 8px;
  background: #E8F2FF;
  font-weight: 500;
}
.customerCasePage_container ul.choose-tags li span:hover {
  font-weight: 500;
}
.customerCasePage_container ul.choose-tags li:last-child {
  margin-bottom: 0;
}
.customerCasePage_container .companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.customerCasePage_container .companyList-item {
  width: 670px;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  margin-bottom: 20px;
}
.customerCasePage_container .companyList-item:hover {
  border-radius: 20px 20px 0 0;
}
.customerCasePage_container .companyList-item:hover .content {
  border-radius: 20px 20px 0 0;
  border: 1px solid #EE4743;
}
.customerCasePage_container .companyList-item:hover .customizedSolution {
  display: flex;
  box-shadow: 0 6px 16px 0 #E1E1E1;
}
.customerCasePage_container .companyList-item .content {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 32px 24px 0;
}
.customerCasePage_container .companyList-item .content dl.companyCaption {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.customerCasePage_container .companyList-item .content dl.companyCaption dt {
  margin-right: 16px;
}
.customerCasePage_container .companyList-item .content dl.companyCaption dt img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}
.customerCasePage_container .companyList-item .content dl.companyCaption dd {
  display: flex;
  flex-direction: column;
  height: 59px;
  margin-top: -3px;
}
.customerCasePage_container .companyList-item .content dl.companyCaption dd .companyName {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 10px;
}
.customerCasePage_container .companyList-item .content dl.companyCaption dd .tags span {
  color: #0A1222;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #E8F2FF;
  margin-right: 8px;
}
.customerCasePage_container .companyList-item .content ul.companyInfo li {
  display: flex;
  align-items: center;
}
.customerCasePage_container .companyList-item .content ul.companyInfo li:last-child .companyClass {
  border: none;
}
.customerCasePage_container .companyList-item .content ul.companyInfo li i.direction {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: url(../common/img/customerCase/companyInfo-bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  margin-right: 22px;
  margin-left: 8px;
}
.customerCasePage_container .companyList-item .content ul.companyInfo li .companyClass {
  padding: 24px 0;
  flex: 1;
  border-bottom: solid 1px #F5F5F5;
}
.customerCasePage_container .companyList-item .content ul.companyInfo li .companyClass p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.customerCasePage_container .companyList-item .content ul.companyInfo li .companyClass p span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 187.5% */
}
.customerCasePage_container .companyList-item .customizedSolution {
  display: none;
  position: absolute;
  bottom: -87px;
  z-index: 1;
  padding: 16px 24px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #EE4743;
  background: #EE4743;
  align-items: center;
  justify-content: space-between;
}
.customerCasePage_container .companyList-item .customizedSolution .question {
  flex: 1;
  color: #FFF;
  font-family: MiSans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  margin-right: 69px;
}
.customerCasePage_container .companyList-item .customizedSolution .btn {
  cursor: pointer;
  width: 138px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  color: #EE4743;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 54px;
  /* 160% */
}
.customerCasePage_container .noData {
  padding: 146px 0 190px 0;
}
.customerCasePage_container .noData img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.customerCasePage_container .noData p {
  color: #8C8C8C;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .customerCasePage_banner-container {
    padding-top: 80px;
    transform: scale(0.9);
  }
  .customerCasePage_container {
    transform: scale(0.9);
    transform-origin: center 0%;
  }
}
@media screen and (max-width: 768px) {
  .customerCasePage_banner-container {
    width: 100%;
    display: block;
  }
}
