/* 详情页面 */
body {
  overflow-x: hidden;
  position: relative;
}

figure img {
  width: auto;
  max-width: 100% !important;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
  .pro_details .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .pro_details .pro_left {
    width: auto;
    max-width: 400px;
  }

  .pro_details .pro_right {
    width: 100%;
  }

  .tabpage .tabpage_item a p {
    width: 150px !important;
    font-size: 12px;
    letter-spacing: 0px !important;
  }
}

@media screen and (max-width: 640px) and (min-width: 0px) {
  .tabpage_box .cp_box:nth-child(1) {
    display: none;
  }

  .tabpage_box .cp_box:nth-child(42) {
    display: none;
  }

  .pro_details .pro_left .img {
    padding: 15px;
  }

  .pro_right_1>h1 {
    font-size: 20px;
    line-height: 2;
    margin-top: 45px;
  }

  .pro_right_1>p {
    font-size: 14px;
  }

  .pro_right_1>span {
    font-size: 18px;
  }
}

/* 右侧样式 */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .cp_box {
    width: 40vw;
    height: 80%;
  }

  .cp_box h1 {
    font-size: 18px;
    line-height: 2;
  }

  .pj_BigboxImg {
    width: 50px;
    left: 10px;
  }

  .pj_BigboxImg img {
    margin: 25px 0;
  }

  .pj_box {
    padding: 15px 5px;
    margin: 0 5px;
  }

  .pj_box img {
    width: 50px;
  }

  .pj_txt {
    padding-left: 14px;
  }

  .pj_txt p:first-child {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .pj_box {
    height: 100px;
  }

  .pj_txt a {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}


/* 左侧样式 */
@media screen and (max-width: 640px) and (min-width: 0px) {

  img.cpImg {
    position: absolute;
   width: 345px;
    left: 8%;
    top: 9.5%;
  }

  .pro_big_box {

    overflow-x: hidden;
  }

  .tabpage {
    overflow-x: hidden;
  }

  .tabpage_item {
    width: calc(400 / 1440 * 2560px);
    height: 400px;
  }

  .bottomImg {
    display: block;
    width: calc(400 / 1440 * 2560px);
  }

  .tabpage_item a span {
    width: 10px;
    height: 10px;
  }

  .tabpage_item a span:after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -16px;
  }

  .cp_box {
    width: 70vw;
    left: 15%;
  }
}


/* 右侧样式 */
.cp_box h1 img {
  display: none;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
  .cp_box h1 {
    position: relative;
  }

  .cp_box h1 img {
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.6);
  }

}