.case-page {
  background: #f6f6f8;
}

.full-100 {
  width: 100%;
  height: 100%;
}

/* banner开始 */
.case-banner {
  height: 400px;
  position: relative;
  background-position: bottom !important;
}
@media (max-width: 990px) {
  .case-banner {
    height: 200px;
  }
}
.case-banner .bg {
  filter: blur(150px);
  z-index: 0;
  position: absolute;
}

.case-banner > .wp {
  position: relative;
  z-index: 1;
}

.case-banner .alname {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.case-banner .alname h5 {
  color: #fff;
  font-size: 64px;
  line-height: 1.5;
}

.case-banner .alname div {
  display: flex;
  align-items: center;
  gap: 0.175rem;
}

.case-banner .alname div h6 {
  font-size: var(--f30);
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  font-family: "en-font" !important;
}

.case-banner .tag-list li {
  display: inline-block;
  color: #fff;
  position: relative;
}
.case-banner .tag-list li + li {
  padding-left: 12px;
}
.case-banner .tag-list li + li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "/";
}

.case-banner .wp-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-banner .alname div a {
  width: 0.26875rem;
  height: 0.26875rem;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-banner .alname div a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/btn-play.png) no-repeat;
  background-size: cover;
  animation: roll 3s infinite linear;
}

/* banner结束 */

@media (min-width: 991px) {
  .case-detail-box {
    display: flex;
    align-items: flex-start;
  }
}

.case-detail-box .case-detail {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 12px 0 0 12px;
  flex: 1;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 24px;
  min-height: 300px;
}
@media (max-width: 990px) {
  .case-detail-box .case-detail {
    border-radius: 12px;
  }
}

.case-detail h5 {
  margin-top: 0;
}
.case-detail .case-container {
  font-size: 16px;
  line-height: 2em;
  margin: 15px 0;
}

.case-detail .case-container img {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.case-detail-box .right-box {
  width: 22rem;
  background-color: #006ef8;
  color: #ffffff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  .case-detail-box .right-box {
    width: 100%;
  }
}

/* 固顶样式类 */
.sticky-sidebar {
  position: sticky;
  top: 100px;
  width: 22rem;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .sticky-sidebar {
    width: 100% !important;
  }
}

.right-box a {
  color: #fff;
}

.right-box h5 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 24px;
}
.right-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 15px;
}
.right-box ul li {
  color: #fff;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.right-box ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.right-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
