@media (max-width: 986px) {
  .download .each_load {
    width: 100% !important;
  }

  .product_detail .wrap3 .each_spe:nth-child(2n),
  .product_detail .wrap4 .each_load:nth-child(2n) {
    width: 100% !important;
  }

  .product_detail .wrap3 .each_spe,
  .product_detail .wrap4 .each_load {
    width: 100% !important;
  }

  .pro_picture_scroll,
  .pro_picture_scroll .pc-slide,
  .swiper-container,
  .swiper-container img {
    max-width: 100% !important;
  }

  .view .swiper-container {
    height: auto !important;
  }

  .parameters {
    width: 100%;
    margin-left: 0;
  }

  .icon_para_each>table>tbody>tr,
  .spec_tr {
    display: flex;
    flex-direction: column;
  }

  .icon_para_each>table>tbody>tr>td {
    width: 100%;
  }

  .each_spe.comm {
    width: 100% !important;
  }

  tr.spec_tr>td {
    width: 100% !important;
    max-width: 100% !important;
  }

  .image-inner img {
    height: 500px;
    width: fit-content !important;
    max-width: none;
  }

  .descrition,
  .more-wrap {
    display: none;
  }

  .text-inner {
    width: 80% !important;
  }

  .product_detail .page_banner .text-inner {
    top: 30% !important;
  }

  .text-inner .small,
  .more-wrap {
    display: none !important;
  }

  .product_detail .page_menu ul {
    padding-right: 0;
  }

  .product_detail .blue_btn {
    width: 100% !important;
  }

  .page_menu li a {
    margin-right: 0;
  }

  .image-inner {
    width: 100% !important;
    height: 500px !important;
    overflow: hidden !important;
    position: relative !important;
  }

}

.clearfix.cont >.blue_btn{
  margin-right: 20px;
}