/**
 * HOME参考区块 - 移动端手风琴（产品目录 / 全栈解决方案）
 */
.home-qcloud-ref .rno-collapse-list {
  position: relative;
}

.home-qcloud-ref .rno-collapse-list::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  transform-origin: 0 0;
  transform: scaleY(0.5);
  z-index: 10;
}

.home-qcloud-ref .rno-collapse-item {
  position: relative;
}

.home-qcloud-ref .rno-collapse-item::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  transform-origin: 0 0;
  transform: scaleY(0.5);
  z-index: 10;
}

.home-qcloud-ref .rno-collapse-item-hd {
  position: relative;
  padding: 0 40px 0 16px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.home-qcloud-ref .rno-collapse-item-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.home-qcloud-ref .rno-collapse-item-bd {
  display: none;
  padding: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  position: relative;
}

.home-qcloud-ref .rno-collapse-item-bd::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  transform-origin: 0 0;
  transform: scaleY(0.5);
  z-index: 10;
}

.home-qcloud-ref .rno-collapse-item.active .rno-collapse-item-bd {
  display: block;
}

.home-qcloud-ref .rno-collapse-item.active .rno-collapse-item-title {
  color: #0089ff;
}

.home-qcloud-ref .rno-collapse-product-m .rno-collapse-item-hd::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -9px;
  background-image: url(/static/home/images/qcloud/main.svg);
  background-repeat: no-repeat;
  background-size: 1750% 1412.5%;
  transform: rotate(0);
  transition: transform 0.2s linear;
  background-position: 87.88% 64.29%;
}

.home-qcloud-ref .rno-collapse-product-m .rno-collapse-item.active .rno-collapse-item-hd::after {
  transform: rotate(180deg);
  background-position: 81.06% 64.29%;
}

.home-qcloud-ref .rno-collapse-item.active .rno-collapse-product-icon img {
  opacity: 0;
}

.home-qcloud-ref .rno-collapse-item.active .rno-collapse-product-icon img.active-img {
  opacity: 1;
}

.home-qcloud-ref .rno-collapse-solution-m .rno-collapse-item-caret {
  display: none;
}

.home-qcloud-ref .rno-collapse-solution-m .rno-collapse-item-hd::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  background-image: url(/static/home/images/qcloud/main-media.svg);
  background-repeat: no-repeat;
  background-size: 225% 112.5%;
  background-position: 5% 50%;
}

.home-qcloud-ref .rno-collapse-solution-m .rno-collapse-item.active .rno-collapse-item-hd::after {
  background-position: 95% 50%;
}

.home-qcloud-ref .rno-collapse-solution-text .rno-link {
  color: #0089ff;
}

.home-qcloud-ref .rno-collapse-more {
  text-align: center;
  padding: 26px 0;
  background: #fff;
}

.home-qcloud-ref .rno-collapse-more .rno-link {
  font-size: 14px;
  color: #0089ff;
  line-height: 22px;
}

@media screen and (min-width: 769px) {
  .home-qcloud-ref .rno-collapse-product-m,
  .home-qcloud-ref .rno-collapse-solution-m {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .home-qcloud-ref .select-product-section .rno-2-section-bd {
    display: none !important;
  }

  .home-qcloud-ref .select-product-section .rno-2-section-inner {
    padding: 0;
  }

  .home-qcloud-ref .select-product-section {
    padding: 40px 0 0;
  }

  .home-qcloud-ref .rno-collapse-product-m,
  .home-qcloud-ref .rno-collapse-solution-m {
    display: block;
  }

  .home-qcloud-ref .rno-collapse-item-bd {
    padding: 20px 16px 25px;
  }

  .home-qcloud-ref .rno-collapse-product-m .rno-collapse-item-hd {
    padding-left: 60px;
    height: 56px;
  }

  .home-qcloud-ref .rno-collapse-product-icon {
    position: absolute;
    left: 16px;
    top: 10px;
    width: 32px;
    height: 32px;
  }

  .home-qcloud-ref .rno-collapse-product-icon img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .home-qcloud-ref .rno-collapse-product-icon img.active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .home-qcloud-ref .rno-collapse-product-m .rno-collapse-product-cont {
    padding: 10px 0;
    background-color: #f5f7fa;
  }

  .home-qcloud-ref .rno-collapse-product-item {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    position: relative;
    padding-right: 100px;
  }

  .home-qcloud-ref .rno-collapse-product-item .rno-collapse-product-title {
    margin: 0;
    line-height: 24px;
    font-weight: 400;
  }

  .home-qcloud-ref .rno-collapse-product-item .rno-collapse-product-title a {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-decoration: none;
  }

  .home-qcloud-ref .rno-collapse-product-tag {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    box-sizing: border-box;
    padding: 0 2px;
    margin-left: 10px;
    min-width: 32px;
    border: 1px solid #f60;
    font-size: 12px;
    line-height: 14px;
    color: #f60;
    text-align: center;
    font-style: normal;
  }

  .home-qcloud-ref .rno-collapse-product-text-span {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: block;
  }

  .home-qcloud-ref .rno-collapse-product-text .rno-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -16px;
    min-width: 68px;
    display: inline-block;
  }

  .home-qcloud-ref .more-product-link {
    padding: 10px 16px 20px;
    background: #f5f7fa;
  }

  .home-qcloud-ref .more-product-link a {
    font-size: 14px;
    color: #0089ff;
    line-height: 24px;
    text-decoration: none;
  }

  .home-qcloud-ref .more-product-link a::after {
    content: '';
    display: inline-block;
    vertical-align: -3px;
    width: 18px;
    height: 18px;
    background-image: url(/static/home/images/qcloud/main-media2.svg);
    background-repeat: no-repeat;
    background-size: 225% 112.5%;
    margin-left: 6px;
    background-position: 5% 50%;
  }

  .home-qcloud-ref .rno-solution-section .rno-2-section-inner .rno-2-section-bd {
    display: none !important;
  }

  .home-qcloud-ref .rno-solution-section .home-solution-bg {
    display: none !important;
  }

  .home-qcloud-ref .rno-solution-section {
    padding: 40px 0 0;
    overflow: visible;
    background: #fff;
  }

  .home-qcloud-ref .rno-solution-section .rno-2-section-hd {
    margin-bottom: 0;
  }

  .home-qcloud-ref .rno-solution-section .rno-2-section-title,
  .home-qcloud-ref .rno-solution-section .rno-2-section-title:not(.mobile) {
    display: none;
  }

  .home-qcloud-ref .rno-solution-section .rno-2-section-title.mobile {
    display: block;
    color: #000;
  }

  .home-qcloud-ref .rno-collapse-solution-m .rno-collapse-item-bd {
    background-color: #f5f7fa;
  }

  .home-qcloud-ref .rno-collapse-solution-title,
  .home-qcloud-ref .rno-collapse-solution-category {
    display: none;
  }

  .home-qcloud-ref .rno-collapse-solution-text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
  }

  .home-qcloud-ref .rno-collapse-solution-logo-case .rno-1-logo-cases {
    margin-top: 24px;
  }

  .home-qcloud-ref .rno-collapse-solution-logo-case .rno-lattice > .rno-lattice-cell {
    margin-bottom: 20px;
    max-width: 33.333%;
  }

  .home-qcloud-ref .rno-collapse-solution-logo-case .rno-1-logo-case img {
    max-width: 100%;
    height: auto;
  }
}
