[v-cloak] {
  display: none;
}

.page-container {
  width: 1500px;
  padding: 0;
  margin: 0 auto;
}

.nav-item .J_nav_item_name {
  color: #2e4fc3 !important;
}

.nav-item .J_nav_item_name::after {
  width: 90px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.ie-container {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

.ie-row {
  width: 65%;
  display: flex;
  justify-content: space-around;
}

.dsn {
  display: none;
}

.transparent-btn {
  margin-top: 20px;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  width: 130px;
  /* height: 40px; */
}

.transparent-btn:hover {
  color: #fff;
}

.banner-section {
  height: 400px;
  background: url(../img/example-detail/banner1.png) no-repeat;
}

.banner-section .left {
  padding-left: 30px;
}

.banner-section .typical-cases-logo {
  width: 250px;
  flex: 0;
}

.banner-section .typical-cases-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}

.banner-section .typical-cases-type {
  border-radius: 25px;
  padding: 5px 20px;
  margin-left: 10px;
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #3651ca;
}

.banner-section .typical-cases-img {
  width: 460px;
  height: 220px;
}

.banner-section .switch-btns .btn-item {
  opacity: 0.6;
  cursor: pointer;
}

.banner-section .switch-btns .btn-item:hover {
  opacity: 0.9;
}

.banner-section .switch-btns .img {
  width: 30px;
  height: 30px;
}

.banner-section .switch-btns .text {
  font-size: 13px;
  color: #ffffff;
}

.content-section {
  height: 570px;
}

.content-section .box {
  height: auto;
  transform: translateY(-50px);
}

.content-section .box .left {
  box-sizing: border-box;
  width: 411px;
  flex: 0 0 411px;
  height: inherit;
  padding: 50px 30px 20px 30px;
  background-color: #3651ca;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.content-section .box .left .left-title {
  width: 85%;
  padding-bottom: 21px;
  font-size: 22px;
  border-bottom: 1px solid #cccccc63;
  position: relative;
}

.content-section .box .left .left-title::after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  position: absolute;
  top: 55px;
  background-color: #ffffff;
}

.content-section .box .left .list {
  margin-top: 40px;
}

.content-section .box .left .list .item {
  font-size: 16px;
  margin-bottom: 35px;
}

.content-section .box .left .list .item .img {
  width: 20px;
  height: 20px;
}

.content-section .box .left .list .item .text {
  margin-left: 7px;
}

.content-section .box .left .contact {
  position: absolute;
  bottom: 50px;
  right: 30px;
}

.content-section .box .left .contact .title {
  font-size: 15px;
}

.content-section .box .left .contact .btn {
  width: 148px !important;
  color: #374ac0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal !important;
}

.content-section .box .left .contact .btn:hover {
  background-color: #3263d8 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.content-section .box .right {
  width: 100%;
  padding: 50px 50px 20px 50px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.content-section .box .right .introduce {
  width: 100%;
  line-height: 35px;
}

.content-section .box .right .project-earnings {
  width: 100%;
  margin-top: 80px;
}

.content-section .box .right .project-earnings .title {
  padding-bottom: 21px;
  font-size: 22px;
  border-bottom: 1px solid #cccccc63;
  position: relative;
  color: #3651ca;
}

.content-section .box .right .project-earnings .title::after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  position: absolute;
  top: 55px;
  background-color: #3651ca;
}

.content-section .box .right .project-earnings .list {
  padding-bottom: 30px;
}

.content-section .box .right .project-earnings .list .item {
  padding: 20px 0;
  padding-top: 30px;
  border-bottom: 1px solid #cccccc63;
}

.content-section .box .right:hover {
  -webkit-animation: none;
  animation: none;
}

.content-section .box .right .mouse-wheel {
  width: 200px;
  height: 200px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more-case-section {
  height: 570px;
  background-color: #ffffff;
}

.more-case-section .title {
  font-size: 30px;
}

.more-case-section .cases-wrapper {
  margin-top: 40px;
}

.more-case-section .cases-wrapper .arrow {
  flex: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #dfdfdf;
}

.more-case-section .cases-wrapper .arrow .img {
  width: 30px;
  height: 30px;
}

.more-case-section .cases-wrapper .arrow:hover {
  cursor: pointer;
  background-color: #505050;
}

.more-case-section .list {
  margin: 0 10px;
}

.more-case-section .list .item {
  flex: 0;
  height: auto;
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
}

.more-case-section .list .item:last-child {
  margin: 0;
}

.more-case-section .list .typical-cases-box {
  flex: 0 !important;
  display: flex;
  flex-flow: column;
  padding: 24px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 10px 36px rgba(179, 198, 232, 0.25), 0px 2px 8px rgba(179, 198, 232, 0.45);
}

.more-case-section .list .typical-cases-box .typical-cases-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-case-section .list .typical-cases-box .typical-cases-header .cases-logo {
  width: 66px;
  height: 32px;
}

.more-case-section .list .typical-cases-box .typical-cases-header .typical-cases-type {
  border-radius: 2px;
  padding: 2px 8px;
  color: #2c7cf6;
  background: rgba(44, 124, 246, 0.1);
}

.more-case-section .list .typical-cases-box .typical-cases-img {
  width: 250px;
  height: 100px;
  margin: 24px 0;
  overflow: hidden;
  vertical-align: middle;
}

.more-case-section .list .typical-cases-box .typical-cases-img .case-img {
  width: 250px;
  height: 100px;
}

.more-case-section .list .typical-cases-box .typical-cases-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more-case-section .list .typical-cases-box .typical-cases-bottom {
  display: flex;
  flex-flow: column;
}

.more-case-section .list .typical-cases-box .typical-cases-bottom .typical-cases-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.more-case-section .list .typical-cases-box .typical-cases-bottom .typical-cases-text {
  font-family: PingFang SC;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  box-orient: vertical;
}

.blob {
  background: rgba(122, 122, 122, 0.151);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.089);
  height: 2px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  --blowup: 100;
}

.zoomInOut {
  animation: zoomInOut 1s linear 0s;
}

@keyframes zoomInOut {
  0% {
    transform: scale(0.95);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(var(--blowup));
    opacity: 0;
    box-shadow: 0 0 0 0 transparent;
  }
}
