* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.info_box {
  width: 1440px;
  padding: 25px 120px;
  margin: auto;
}
.location {
  color: #6d6d6d;
  font-size: 14px;
  padding: 10px 20px;
}
.location a {
  color: #6d6d6d;
}
.info_dis {
  width: 100%;
  display: flex;
}
.info_left {
  width: 890px;
  background-repeat: repeat;
  font-size: 14px;
  /*padding-top: 20px;*/
  /*border: 1px solid #efefef;*/
  border-radius: 0 0 20px 20px;
}
.h3_title {
  color: #2b2b2b;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 18px 0;
  padding-top: 38px;
  border-radius: 20px 20px 0 0 ;
}
.mess {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #6d6d6d;
  padding-bottom: 20px;
}
.mess_c {
  margin: 0 18px;
}
.info_table {
  width: 100%;
  height: 256px;
  padding: 11px;
  display: flex;
  background-color: #f6ecdd;
  margin: 20px 0;
}
.info_table strong{
    display: flex;
}
.table_img {
  width: 235px;
  height: 235px;
}
.table_mess {
  flex-grow: 1;
  padding: 30px;
}
.table_title {
  color: #2b2b2b;
  font-size: 20px;
  text-align: center;
}
.table_title a {
  color: #1e6eee;
  font-size: 14px;
  margin-left: 11px;
}
.price {
  display: flex;
  align-items: center;
  color: #2b2b2b;
  font-size: 14px;
  margin-top: 24px;
}
.pri_c {
  color: #fe551c;
  margin-right: 20px;
  font-weight: bold;
}
.info_table table {
  width: 100%;
}
.info_table tr {
  height: 36px;
}
.info_table td {
  color: #6d6d6d;
  font-size: 13px;
  border:unset !important;
  padding:unset !important;
  text-align: unset !important;
}
.info_table tr{
    border:unset !important;
  padding:unset !important;
  text-align: unset !important;
}
.info_series {
  margin-top: 0px;
}
.info_series h3 {
  text-align: center;
  color: #2b2b2b;
  font-size: 22px;
  margin-bottom: 20px;
}
.info_series table {
  width: 100%;
  border-spacing: 0;
}
.info_series table tbody {
    display: block;
    max-height: 504px;
    overflow-y: scroll;
  }


  .info_series table tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“
å†…é˜´å½±+åœ†è§’*/
.info_series table tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»‘å—
å†…é˜´å½±+åœ†è§’*/
.info_series table tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(179 176 176);
    background-color: #555;
}

  .info_series table thead,
  .info_series tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
.info_series table td {
  text-align: center;
  border-bottom:1px  solid #f6ecdd;
  border-right: 1px solid #f6ecdd;
}
.info_series_top {
  font-size: 14px;
  color: #6d6d6d;
  background-color: #f6ecdd;
  height: 42px;
}
/*.info_series .s_img {*/
/*  width: 140px;*/
/*}*/
/*.info_series .s_name {*/
/*  width: 364px;*/
/*}*/
/*.info_series .s_c_pri {*/
/*  width: 120px;*/
/*}*/
/*.info_series .s_n_pri {*/
/*  width: 120px;*/
/*}*/
.info_series .s_more {
  /*width: 120px;*/
  border-right:0;
}
.info_series_mess {
  background-color: #fff;
  height: 100px;
}
.info_series_mess td {
  padding: 10px;
}
.s_img_url {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.info_series_mess .s_name {
  text-align: center;
  font-size: 14px;
}
.info_series_mess .mess_pc {
  color: #ff3f00;
  font-size: 14px;
  font-weight: bold;
}
.info_series_mess .s_more a {
  font-size: 14px;
  color: #1e6eee;
  letter-spacing: 1px;
}
.info_detail {
  padding: 30px 30px 20px 30px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  /*background-color: #fffae4;*/
}
.info_detail h3,
.info_detail h2,
.info_detail h4 {
  color: #2b2b2b;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.info_detail .xg_svg{
    width: 100%;
    margin-bottom: 20px;
}
.info_detail .xg_svg h6{
    margin:auto;
    height: 16px;
    background: url('/index/statics/v2/images/xg1.svg') repeat;
    background-size:contain;
}
.info_detail p {
  text-indent: 2em;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  letter-spacing: 1px;
}
.info_detail img{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    position: initial !important;
    transform: none !important;
}
.info_detail p  img {
    max-width: 800px !important;
}
.next {
  margin-top: 60px;
}
.next a {
  color: #4c4c4d;
  font-size: 14px;
  font-weight: bold;
}
.info_right {
  width: 300px;
  margin-left: 10px;
}
.guanggao_one,
.guanggao_two,
.guanggao_three,
.guanggao_four {
  width: 100%;
  margin-bottom: 20px;
}
.guanggao_four {
  padding: 10px 0 0 10px;
  color: #333;
  font-size: 12px;
}
.guanggao_four li:nth-child(1) span {
  border-bottom: 1px solid #333;
}
.guanggao_four li {
  margin: 6px 0;
}
.guanggao_four li a {
  color: #333;
  font-size: 12px;
}
.guanggao_four li a:hover {
  text-decoration: underline;
}

/*ç›¸å…³æŽ¨è*/
.product .show .abcde .bd li {
    width: 285px;
}

.product .show .abcde .bd li img {
    height: 200px;
    object-fit: contain;
}
/*关联*/
  .head_gl {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 25px;
      }

      .head_gl li {
        width: 24%;
      }

      .head_gl li a {
       width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    font-size: 16px;
    color: #575859;
    border: 2px solid transparent;
    /*border: 2px solid #efe4b7;*/
    /*background-color: #fffae4;*/
    line-height: 24px;
    border-radius: 10px;
      }
    .head_gl li a:hover{
      text-decoration: none;
    }
    .head_gl li span{
            white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    
    }
      .head_gl li img {
        width: 100px;
        height: 100px;
        margin: 8px 0;
      }
/*评论*/
 .pl_comment {
    /*width: calc(100% - 36px);*/
    width: 100%;
    padding: 12px;
    margin: 10px auto;
    border: 2px solid #efe4b5;
    border-radius: 10px;
    overflow: hidden;
    
  }
  .pl_comment h2 {
    font-size: 26px;
  }

  .pl_comment ul {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
  }
  .pl_comment ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}


.pl_comment ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent;
}


.pl_comment ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(179 176 176);
    background-color: transparent;
}

  .pl_comment ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #a6a6a6;
  }

  .pl_comment .user {
    font-size: 14px;
    color: #1485c2;
    margin-bottom: 15px;
  }

  .pl_comment .user span {
    color: #a6a6a6;
    font-size: 12px;
    margin-left: 8px;
  }

  .pl_comment .desc {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .pl_comment .about {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #a6a6a6;
  }

  .pl_comment .about .cz {
    display: none;
  }

  .pl_comment .about .cz span {
    color: #000;
    margin: 0 8px;
    cursor: pointer;
  }

  .pl_comment .about .cz .num {
    color: #a9645d;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 600;
    font-size: 16px;
  }
.spno{
     display: block !important;
     background:#fff;
     margin-top: 10px;
     padding: 0 20px 20px 20px;
     border-radius: 6px;
}
.spno a{
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  /*.info_detail  .show_more {*/
  /*    margin: 10 auto;*/
  /*  width: 100px;*/
  /*  line-height: 30px;*/
  /*  background-color: #f5ad3f;*/
  /*  color: #fff;*/
  /*  font-weight: 600;*/
  /*  text-align: center;*/
  /*  border-radius: 6px;*/
  /*  cursor: pointer;*/
  /*}*/
  /*处理表格样式*/
  .newBox_main>table{
      width: 100% !important;
      border-collapse: collapse;
  }
.newBox_main>table th, .newBox_main>table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}