﻿.roch_climbing {
  background: url(../images/icon36.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.roch_climbing .layout {
  padding: 134px 0 143px 0;
  position: relative;
}

.roch_climbing .layout .title {
  font-weight: bold;
  font-size: 59px;
  color: #ffffff;
  line-height: 66px;
  font-family: Akzidenz-Grotesk BQ;
}

.roch_climbing .layout .desc {
  font-weight: 400;
  color: #e5e5e5;
  line-height: 30px;
  margin-top: 54px;
}

.roch_climbing .layout .list_main {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 146px;
}

.roch_climbing .layout .list_main .list_item {
  padding: 19px 16px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(142, 113, 86, 0.44);
}

.roch_climbing .layout .list_main .list_item .list_item_logo {
  width: 106px;
  height: 106px;
  padding: 22px;
  background: #482f18;
  flex-shrink: 0;
  margin-right: 18px;
}

.roch_climbing .layout .list_main .list_item .item_info .item_info_title a {
  font-weight: bold;
  font-size: 22px;
  font-family: Akzidenz-Grotesk BQ;
  color: #482f18;
}

.roch_climbing .layout .list_main .list_item .item_info .item_info_desc {
  margin-top: 19px;
  font-weight: 400;
  color: #482f18;
  line-height: 28px;
}

.products {
  margin-top: 0;
  padding-bottom: 114px;
}

.product_roch .content_body {
  margin-top: 130px;
}

.product_roch .content_body .video_play_img {
  width: 100%;
  height: 0;
  padding-bottom: 37.92%;
}

.product_roch .content_body .video_play_img img,
.product_roch .content_body .video_play_img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.product_roch .content_body .video_play_img .video_play_button {
  width: 115px;
  height: 115px;
  background-size: 30%;
  box-shadow: 0 0px 0px 26px #8b67455e;
  display: none;
}

.product_roch .content_body .title {
  line-height: 66px;
  margin: 37px 0 21px 0;
  font-size: 59px;
  font-family: Akzidenz-Grotesk BQ;
  font-weight: bold;
  color: #333333;
}


.product_roch .content_body .desc {
  margin-top: 35px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.page_product_main .sub-btn-h5 a {
  background: #8b6745;
}

.page_product_main .sub-btn-h5 a>span {
  color: #fff;
}

.page_product_main .sub-btn-h5 a>b {
  background-image: url(../images/right_active.png);
  background-color: #fff;
}

@media screen and (max-width: 1750px) {
  .roch_climbing .layout .list_main {
    gap: 50px;
  }
}

@media screen and (max-width: 1224px) {
  .roch_climbing {
    background-size: cover;
  }

  .roch_climbing .layout .list_main .list_item {
    width: 100%;
    min-height: unset !important;
  }



  .roch_climbing .layout {
    padding: 60px 20px;
  }

  .roch_climbing .layout .title {
    font-size: 40px;
  }

  .roch_climbing .layout .desc {
    margin: 35px 0;
  }

  .roch_climbing .layout .list_main {
    gap: 30px;
    flex-direction: column;
    position: initial;
    transform: translate(0);
  }

  .roch_climbing .layout .list_main .list_item .list_item_logo {
    width: 70px;
    height: 70px;
  }

  .roch_climbing .layout .list_main .list_item .item_info .item_info_desc {
    line-height: normal;
    margin-top: 9px;
  }

  .product_roch .content_body .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 960px) {
  .page_product_main {
    background: url(../images/icon100.png) !important;
    background-position: center;
    padding-bottom: 30px;
  }

  .roch_climbing .layout .title,
  .product_roch .content_body .title {
    font-size: 24px;
    line-height: 1.3;
  }

}

@media screen and (max-width: 768px) {
  .page_product_main {
    padding: 0 20px 30px;
  }

  .page_product_main .products {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product_roch .content_body {
    margin-top: 60px;
  }

  .product_roch .content_body .video_play_img .video_play_button {
    width: 60px;
    height: 60px;
  }

  .product_roch .content_body .title {
    line-height: 1.3;
  }

  .product_roch .content_body .desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {

  .roch_climbing .layout .desc {
    margin: 24px 0;
  }

  .roch_climbing .layout .list_main .list_item .list_item_logo {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }

  .roch_climbing .layout .list_main .list_item .item_info .item_info_desc {
    line-height: normal;
    margin-top: 12px;
  }


}

/* dxw 4.10 */
.roch_climbing .layout .list_main .list_item {
  min-height: 196px;
}

.roch_climbing .layout .list_main .list_item .item_info .item_info_title {
  max-height: 64px;
  overflow-y: auto;
}

.roch_climbing .layout .list_main .list_item .item_info .item_info_desc {
  max-height: 84px;
  overflow-y: auto;
  margin-top: 10px;
}