.casedetail-container {
  padding-bottom: 4rem;
}
.casedetail-container .header {
  padding: 0 0.333333rem;
  height: 2.4rem;
  display: flex;
  box-shadow: 0px 0.053333rem 0.133333rem 0px rgba(0, 0, 0, 0.06);
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 100;
}
.casedetail-container .header.small {
  height: 1.6rem;
}
.casedetail-container .header.small .logo {
  width: 1rem;
  height: 1rem;
}
.casedetail-container .header.small .detail .labels {
  display: none;
}
.casedetail-container .header .logo {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.266667rem;
  overflow: hidden;
  transition: all 0.5s;
}
.casedetail-container .header .logo img {
  width: 100%;
  height: 100%;
}
.casedetail-container .header .detail {
  margin-left: 0.453333rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.casedetail-container .header .detail .case-name {
  font-size: 0.453333rem;
  font-weight: bold;
}
.casedetail-container .header .detail .labels {
  margin-top: 0.2rem;
  height: 0.6rem;
  overflow: hidden;
}
.casedetail-container .header .detail .labels .label-item {
  display: inline-block;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  padding: 0 0.16rem;
  border: 1px solid #999;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  font-size: 0.266667rem;
  color: #999999;
}
.casedetail-container .banner-wraper {
  white-space: nowrap;
  margin-top: 0.8rem;
  width: 100%;
  overflow-x: scroll;
}
.casedetail-container .banner-wraper .banner-item {
  display: inline-block;
  box-shadow: 0px 0.04rem 0.173333rem 0px rgba(0, 0, 0, 0.38);
  margin-right: 0.266667rem;
  overflow-x: hidden;
}
.casedetail-container .banner-wraper .banner-item:first-child {
  margin-left: 0.133333rem;
}
.casedetail-container .banner-wraper .banner-item img {
  width: 5.333333rem;
  height: auto;
}
.casedetail-container .content {
  margin-top: 0.8rem;
}
.casedetail-container .content .section {
  padding: 0 0.4rem;
}
.casedetail-container .content .section .title {
  box-sizing: border-box;
  padding-left: 0.453333rem;
  position: relative;
}
.casedetail-container .content .section .title .title-icon {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  border: 0.08rem solid #34AEBC;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
.casedetail-container .content .section .title .cn {
  font-size: 0.48rem;
  font-weight: bold;
  color: #515958;
}
.casedetail-container .content .section .title .en {
  margin-top: 0.133333rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #E4E8E8;
}
.casedetail-container .content .section .desc {
  margin-top: 0.266667rem;
  line-height: 0.613333rem;
  font-size: 0.373333rem;
  text-align: justify;
}
.casedetail-container .content .section .desc li {
  position: relative;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.casedetail-container .content .section .desc li::after {
  content: '';
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0.23rem;
}
.casedetail-container .content .section.mapping {
  margin-top: 0.266667rem;
}
.casedetail-container .content .section.mapping img {
  width: 100%;
  height: auto;
}
.casedetail-container .content .section.features {
  margin-top: 1.066667rem;
}
.casedetail-container .content .section.features .feature-list .feature-item {
  margin-top: 0.8rem;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.666677rem;
}
.casedetail-container .content .section.features .feature-list .feature-item:first-child {
  margin-top: 0.6rem;
}
.casedetail-container .content .section.features .feature-list .feature-item .bg {
  font-size: 1.2rem;
  color: #F5F5F5;
  position: absolute;
  left: 0;
  font-weight: bold;
  top: -0.533333rem;
}
.casedetail-container .content .section.features .feature-list .feature-item .feature-title {
  font-size: 0.426667rem;
  font-weight: 500;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.casedetail-container .content .section.features .feature-list .feature-item .feature-desc {
  margin-top: 0.12rem;
  font-size: 0.346667rem;
  color: #999999;
  line-height: 0.426667rem;
  position: relative;
  text-align: justify;
}
.casedetail-container .content .section.colors {
  margin-top: 1.066667rem;
}
.casedetail-container .content .section.colors .color-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casedetail-container .content .section.colors .color-list .color-item {
  display: flex;
  align-items: center;
  margin-top: 0.533333rem;
  flex-direction: column;
}
.casedetail-container .content .section.colors .color-list .color-item .name {
  width: 2.133333rem;
  height: 0.853333rem;
  background: #FFFFFF;
  border: 0.026667rem solid #E6E6E6;
  border-radius: 0.426667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24rpx;
  color: #666666;
}
.casedetail-container .content .section.colors .color-list .color-item img {
  width: 0.64rem;
  height: auto;
  margin-top: 0.28rem;
}
.casedetail-container .content .section.colors .color-list .color-item .color-box {
  margin-top: 0.266667rem;
  position: relative;
}
.casedetail-container .content .section.colors .color-list .color-item .color-box .color-outside {
  width: 2.133333rem;
  height: 2.133333rem;
  background: #34AEBC;
  opacity: 0.1;
  border-radius: 50%;
  transform-origin: center 0;
  animation: swingLr 2.5s ease-in-out infinite alternate;
  -moz-animation: swingLr 2.5s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: swingLr 2.5s ease-in-out infinite alternate;
  /* Safari and Chrome */
  -o-animation: swingLr 2.5s ease-in-out infinite alternate;
  /* Opera */
}
.casedetail-container .content .section.colors .color-list .color-item .color-box .color-inside {
  width: 1.6rem;
  height: 1.6rem;
  background: #34AEBC;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.casedetail-container .content .section.colors .font {
  margin-top: 0.8rem;
}
.casedetail-container .content .section.colors .font .font-title {
  font-size: 0.373333rem;
  font-weight: bold;
  color: #515958;
}
.casedetail-container .content .section.colors .font .font-desc {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #7C8483;
  text-align: justify;
}
.casedetail-container .content .section.colors .font .font-item {
  margin-top: 0.666667rem;
}
.casedetail-container .content .section.colors .font .font-item .title {
  color: #515958;
  font-size: 0.373333rem;
  padding-left: 0;
  font-weight: bold;
}
.casedetail-container .content .section.colors .font .font-item .desc {
  color: #7C8483;
  font-size: 0.373333rem;
  margin-top: 0.133333rem;
}
.casedetail-container .content .section.colors .font .font-item .font-color-list {
  display: flex;
  width: 6.933333rem;
  margin-top: 0.266667rem;
  border-radius: 0.133333rem 0px 0px 0.133333rem;
  border: 1px solid #F8F8F8;
  overflow: hidden;
}
.casedetail-container .content .section.colors .font .font-item .font-color-list .item {
  flex: 1;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
}
.casedetail-container .content .section.pictures {
  margin-top: 0.533333rem;
}
.casedetail-container .content .section.pictures img {
  width: 100%;
}
.casedetail-container .content .section.web-design {
  margin-top: 1.066667rem;
}
.casedetail-container .content .section.web-design .pic-list {
  margin-top: 0.533333rem;
}
.casedetail-container .content .section.web-design .pic-list img {
  width: 100%;
  vertical-align: middle;
}
.casedetail-container .content .section.service-guarantee {
  padding: 0 0.4rem;
  padding-top: 0.133333rem;
  margin-top: 1.066667rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  box-sizing: border-box;
  width: 100%;
}
.casedetail-container .content .section.service-guarantee .round-big {
  width: 6.906667rem;
  height: 6.906667rem;
  border: 1px solid #F6FAF0;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  top: 2.9rem;
}
.casedetail-container .content .section.service-guarantee .round-big .round-middle {
  width: 4.093333rem;
  height: 4.093333rem;
  border-radius: 50%;
  background-color: rgba(240, 248, 249, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  left: 0.5rem;
  animation: scale2 3s 1.5s infinite;
}
.casedetail-container .content .section.service-guarantee .round-big .round-middle .round-small {
  width: 2.053333rem;
  height: 2.053333rem;
  background-color: #F2F8FA;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  left: 0.6rem;
  opacity: 1;
  animation: scale1 3s infinite;
}
.casedetail-container .content .section.service-guarantee .list {
  position: relative;
  margin-top: 1.6rem;
}
.casedetail-container .content .section.service-guarantee .list .item {
  margin-top: 0.88rem;
}
.casedetail-container .content .section.service-guarantee .list .item:first-child {
  margin-top: 0;
  margin-left: 2.2rem;
}
.casedetail-container .content .section.service-guarantee .list .item:nth-child(2),
.casedetail-container .content .section.service-guarantee .list .item:nth-child(3) {
  margin-left: 4.146667rem;
}
.casedetail-container .content .section.service-guarantee .list .item:last-child {
  margin-left: 2.4rem;
}
.casedetail-container .content .section.service-guarantee .list .item .label {
  display: flex;
  align-items: center;
  font-size: 0.426667rem;
  font-weight: 400;
  color: #333333;
}
.casedetail-container .content .section.service-guarantee .list .item .label .point1 {
  width: 0.453333rem;
  height: 0.453333rem;
  background: #F0F8F9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.226667rem;
  animation: opacity1 3s 1.5s linear infinite;
}
.casedetail-container .content .section.service-guarantee .list .item .label .point1 .point2 {
  width: 0.2rem;
  height: 0.2rem;
  background: #34AEBC;
  border-radius: 50%;
  opacity: 1;
  transform: scale(1);
  animation: scale3 3s linear infinite;
}
.casedetail-container .content .section.service-guarantee .list .item .desc {
  font-size: 0.32rem;
  font-weight: 400;
  color: #999999;
  margin-top: 0.04rem;
  padding-left: 0.68rem;
}
.casedetail-container .footer {
  width: 100%;
  height: 2.666667rem;
  background-color: #181C25;
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  box-sizing: border-box;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
}
.casedetail-container .footer .content {
  margin-top: 0;
}
.casedetail-container .footer .h1 {
  color: #F9FBF6;
  font-weight: 500;
  font-size: 0.64rem;
}
.casedetail-container .footer .h2 {
  font-size: 0.373333rem;
  color: #CCCCCC;
  margin-top: 0.266667rem;
  display: block;
}
.casedetail-container .footer .h2 span {
  color: #34AEBC;
}
.casedetail-container .footer .call-link {
  width: 1.066667rem;
  height: 1.066667rem;
  border-radius: 50%;
  position: relative;
}
.casedetail-container .footer .call-link .out {
  width: 1.066667rem;
  height: 1.066667rem;
  border-radius: 50%;
  background-size: cover;
  animation: living 3s linear infinite;
  -webkit-animation: living 3s linear infinite;
  -o-animation: living 3s linear infinite;
  -ms-animation: living 3s linear infinite;
  -moz-animation: living 3s linear infinite;
  background-color: #34AEBC;
}
.casedetail-container .footer .call-link img {
  width: 1.066667rem;
  height: 1.066667rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes scale1 {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0.8);
    opacity: 1;
  }
}
@keyframes scale2 {
  0% {
    transform: translateY(-50%) scale(0.8);
    background-color: rgba(240, 248, 249, 0.4);
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    background-color: rgba(240, 248, 249, 0);
  }
  100% {
    transform: translateY(-50%) scale(0.8);
    background-color: rgba(240, 248, 249, 0.4);
  }
}
@keyframes scale3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes swingLr {
  0% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
@-ms-keyframes swingLr {
  0% {
    -ms-transform: rotate(5deg);
  }
  100% {
    -ms-transform: rotate(-5deg);
  }
}
@-moz-keyframes swingLr {
  0% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@keyframes swingLr {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes living {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes living {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
}
