
.md-case-11 {
  position: relative;
  padding: 1rem 0;
}
.md-case-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.6rem;
  max-width: 92%;
}
.md-case-11 .box-left {
  width: calc( 980 / 1560 * 100%);
  padding: 0.4rem;
}
.md-case-11 .box-right {
  width: calc( 580 / 1560 * 100%);
  padding-top: 0.4rem;
  padding-right: 0.26rem;
  padding-bottom: 0.3rem;
}
.md-case-11 .video {
  position: relative;
  padding-top: calc( 575 / 900 * 100%);
}
.md-case-11 .video video {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-case-11 .video .vbg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.md-case-11 .video .watch {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26.6666666667% auto;
}
.md-case-11 .tops {
  padding: 0.4rem 0;
}
.md-case-11 .time {
  margin-top: 0.2rem;
}
.md-case-11 .desc {
  line-height: 1.75;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.md-case-11 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: #008a83;
  color: #fff;
  border-radius: 1rem;
  padding: 0.05rem 0.05rem 0.05rem 0.4rem;
  flex-shrink: 0;
}
.md-case-11 .more i {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24% auto;
  margin-left: 0.35rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .md-case-11 {
    width: 100%;
  }
  .md-case-11 .box-left {
    width: 100%;
  }
  .md-case-11 .box-right {
    width: 100%;
  }
  .md-case-11 .tops {
    flex-wrap: wrap;
  }
  .md-case-11 .tops .tle {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.md-case-11 .cr-list {
  position: relative;
}
.md-case-11 .cr-list::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  color: black;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, white 80%, white 100%);
  z-index: 5;
}
.md-case-11 .cr-list .cr_t {
  position: relative;
}
.md-case-11 .cr-list .ul {
  margin-top: 0.25rem;
  padding-right: 0.34rem;
  max-height: 9.1rem;
  overflow-y: auto;
}
.md-case-11 .cr-list .ul::-webkit-scrollbar {
  width: 4px;
}
.md-case-11 .cr-list .ul::-webkit-scrollbar-thumb {
  background: #008a83;
}
.md-case-11 .cr-list .ul::-webkit-scrollbar-track {
  background: #f3f3f3;
}
.md-case-11 .cr-list .li {
  margin-bottom: 0.2rem;
}
.md-case-11 .cr-list .li:last-child {
  margin-bottom: 0;
}
.md-case-11 .cr-list .dd {
  background-color: #f3f3f3;
}
.md-case-11 .cr-list .dd:hover .title {
  color: #008a83;
}
.md-case-11 .cr-list .c-pic {
  width: calc( 220 / 520 * 100%);
}
.md-case-11 .cr-list .img {
  padding-top: calc( 166 / 220 * 100%);
  height: 100%;
}
.md-case-11 .cr-list .text {
  width: calc( 230 / 520 * 100%);
  margin-left: calc( 40 / 520 * 100%);
}
.md-case-11 .cr-list .title {
  line-height: 1.4;
  transition: all 0.5s;
}
.md-case-11 .cr-list .intro {
  margin-top: 0.1rem;
  line-height: 1.75;
}
.md-case-11 .cr-list .watch {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26.6666666667% auto;
}
