#siteMapProductsContent {
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 150px;
  background: #f9fbff;
}
.cp1105 {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

.product-detail-item {
  padding: 20px 23px;
  background: #fff;
  margin-bottom: 15px;
}

.product-detail-item .detail-item-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.cp1107 .product-detail-item .detail-item-title{

}

.product-detail-item .pnCode-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.product-detail-item  .label-container {
  display: flex;
}

.product-detail-item .label-container .label-title {
  color: #999;
}

.product-detail-item  .label-container .label-content {
  color: #666;
  max-width: 890px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cp1105 .product-on-container {
  display: flex;
}

.cp1105 .product-on-container .product-on-content-left {
  flex: 1;
}
.product-detail-item .product-on-content-right {
  width: 200px;
  height: 100px;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-item .product-on-content-right img {
  max-width: 100%;
  max-height: 100%;
}

.product-detail-item a {
  color: #175199;
  display: inline-block;
  margin-top: 5px;
}
.product-detail-item a:hover {
  text-decoration: underline;
  color: #FF6D00; 
}

.border-left {
  border-left: 4px solid #FF6D00;
  padding-left: 10px;
}

.cp1105  .specs-table,.cp1107 .specs-table,.cp1107 .docs-table{
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  overflow: hidden;
}
.cp1105  .specs-table{
  background-color: white;
}

.cp1105  .specs-table td,.cp1107 .specs-table td,.cp1107  .docs-table td {
  padding: 5px 9px;
  border: 1px solid #DDD;
  font-size: 12px;
  vertical-align: middle;
  word-break: break-all;
}

.cp1105 .specs-table .label,.cp1107 .docs-table .label {
  width: 190px;
  color: #666;
  word-break: break-all;
}
.cp1107 .specs-table .label{
  width: 93px;
  color: #666;
  word-break: break-all;
}
.cp1107 .specs-table .value{
  width: 297px;
}
.cp1107 .specs-table .value a{
  margin-top: 0;
}
.cp1107 .docs-table .label,.cp1107 .docs-table .download{
  background: #FAFAFA;
}
.cp1107 .docs-table .download{
  width: 100px;
  text-align: center;
}
.cp1107 .docs-table .value .item_title{
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.cp1107 .docs-table .value .item_time{
  margin-top: 6px;
  line-height: 12px;
  color: #999999;
  display: block;
  overflow: hidden;
  text-indent: 0px;
}
.cp1107 .docs-table .download a{
  margin-top:0;
}

.cp1105 .specs-table .value {
  width: 380px;
  color: #333;
  word-break: break-all;
}

.cp1105 .specs-table tr:nth-child(odd),.cp1107 .specs-table tr:nth-child(odd) {
  background: #FAFAFA;
}

.product-detail-footer {
  padding: 30px 170px;
  text-align: center;
  background: url('../../../images/product_content_bg.png');
  background-size: 100%;
  border: 1px solid #E4E8EC;
  border-radius: 6px;
}

.product-detail-footer img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.product-detail-footer .detail-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 资源详情页 */
.aiResource-page-left {
  width: 860px;
}
.aiResource-page-right {
  width: 320px;
  position: sticky;
  top: 87px;
  height: 100%;
}
.aiResource-nav-tabs{
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px 0;
  overflow:hidden;
}
.aiResource-page-result{
  background: #F5F5F5;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  padding: 20px;
}
.aiResource-box{
  background: #F5F5F5;
  border-radius: 4px;
  padding: 16px;
}
.aiResource-box + .aiResource-box{
  margin-top: 12px;
}
.aiResource-result-faq .faq-title{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 5px;
}
.aiResource-nav-tab{
  height: 32px;
  padding-left: 19px;
  line-height: 32px;
  border-left: 3px solid #fff;
}
.aiResource-nav-tab-active{
  color: #FF6D00;
  background:rgba(255, 111, 0, 0.1);
  border-left: 3px solid #FF6D00;
  font-weight: bold;
}
.aiResource-page-left .pnCode-title{
  line-height: 1.5;
  margin-bottom: 5px;
}