@charset "UTF-8";
.descrption-row, .info-row {
  box-shadow: unset;
}

main .tedian3 .item {
  display: flex;
  align-items: center;
  line-height: 32px;
}
main .tedian3 .name {
  width: 18%;
  font-weight: bold;
  font-size: 16px;
}
main .tedian3 .summary {
  opacity: .8;
  font-size: 16px;
}
main .tedian {
  line-height: 28px;
  font-size: 15px;
}
main .jianjie {
  background: #f3f3f3;
  padding: 10px;
}

.ziduan_content {
  position: relative;
  display: block;
  overflow: visible;
}
.ziduan_content table {
  width: 100%;
  border-collapse: collapse;
}
.ziduan_content th, .ziduan_content td {
  border: 1px solid #ddd;
  padding: 12px 8px;
  text-align: center;
  font-size: .8rem;
  font-weight: unset;
}
.ziduan_content th:first-child, .ziduan_content td:first-child {
  width: 20%;
}
.ziduan_content th {
  background-color: #f2f2f2;
}
.ziduan_content .cc {
  /*.firstRow{
     display: flex;
     height: auto !important;
  }*/
  /*td{
     flex: 1;
     height: auto !important;
  }*/
}
.ziduan_content .xinghao_box {
  height: 80px;
}
.ziduan_content .xinghao {
  position: static;
  top: 0;
  /* 吸顶的距离，0表示紧贴顶部 */
  z-index: 10;
  /* 确保吸顶元素在其他内容之上 */
  transition: all 0.3s ease;
  /* 平滑过渡效果 */
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 333;
  margin-bottom: 30px;
}
.ziduan_content .xinghao.fixed {
  position: fixed;
}
.ziduan_content .xinghao .firstRow {
  background-color: #7d7d7d !important;
  color: white;
}
.ziduan_content .xinghao .firstRow th {
  background-color: #7d7d7d !important;
  color: white;
}
.ziduan_content .itembox {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.ziduan_content .itembox .card-body {
  border: 0px;
  padding: 0;
}
.ziduan_content .itembox .cc {
  /*td{
     border: 1px solid white !important;
     background: #f7f7f7;
  }*/
}
.ziduan_content .itembox .cc .firstRow {
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
.ziduan_content .itembox .cc .firstRow th {
  background-color: #f9f9f9 !important;
}
.ziduan_content .itembox .cc th, .ziduan_content .itembox .cc td {
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
.ziduan_content .itembox .title {
  margin-bottom: 22px;
}
.ziduan_content .itembox .btn {
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: 0px;
  font-weight: bold;
}
.ziduan_content .itembox .btn.collapsed img {
  transform: rotate(0deg);
}
.ziduan_content .itembox .btn img {
  width: 25px;
  margin-right: 14px;
  position: relative;
  transition: .5s;
  top: 2px;
  opacity: .8;
  transform: rotate(180deg);
}

.ziduan_content2 th:first-child, .ziduan_content2 td:first-child {
  width: auto;
}

@media (min-width: 768px) {
  .sm-pic .swiper-slide {
    width: calc(16.5% - 6px) !important;
    padding-top: calc(16.5% - 6px);
  }
}
@media (max-width: 1450px) {
  .ziduan_content th, .ziduan_content td {
    padding: 8px 3px;
    font-size: 14px;
  }

  /*main.container2{
     width: 90%;
  }*/
  .ziduan_content .canshu .itembox {
    margin-bottom: 17px;
    padding-bottom: 5px;
  }

  .pro-box .pro-title {
    font-size: 25px;
  }

  main .tedian3 .name {
    width: 24%;
  }

  .sp-item-name {
    height: 42px;
    font-size: 14px;
  }

  main .tedian {
    font-size: 15px;
  }

  main .tedian3 .summary {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  main .tedian3 .summary {
    font-size: 12px;
  }

  main .tedian3 .name {
    font-size: 12px;
  }

  main .tedian3 .item {
    line-height: 17px;
  }

  main .tedian3 .name {
    width: 36%;
  }

  .ziduan_content .xinghao_box {
    height: auto;
  }

  .ziduan_content th:first-child, .ziduan_content td:first-child {
    width: auto;
  }

  .descrption-row .content-box p {
    line-height: unset;
  }

  main .desc_id * {
    font-size: 13px !important;
    margin-bottom: 7px;
  }
  main .first-modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sp-item_box_list {
    display: block;
  }

  .sp-item_box {
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ziduan_content .itembox .cc th,
  .ziduan_content th:first-child, .ziduan_content td:first-child,
  .ziduan_content .itembox .cc td {
    min-width: 200px;
  }

  .sp-item-name {
    height: 38px;
    font-size: 12px;
  }

  main .form-control {
    font-size: 12px;
  }

  main .learn-more {
    padding: 3px 26px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=inner_goods_read_page.css.map */
