.col-right-detail-content {
  width: calc(30% - 20px);
  float: right;
  background: #fff;
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .col-right-detail-content {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.col-right-detail-content .block_title {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news_detail {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .news_detail {
    padding: 0px;
  }
}
.news_detail .name_cate {
  padding: 0px 20px 18px 0px;
  position: relative;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.news_detail .name_cate:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 83px;
  height: 0;
  border-style: solid;
  border-width: 3px 0px 0 0;
  border-color: var(--sub-color) transparent transparent transparent;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_detail .block_strengths {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .news_detail {
    width: 100%;
    float: none;
  }
  .news_detail .name_cate {
    font-size: 20px;
    padding: 0px 20px 8px 0px;
  }
}

@media screen and (max-width: 550px) {
  .pos_news_detail_1 {
    display: none;
  }
}

.news_detail .title {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 28px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .news_detail .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 420px) {
  .news_detail .title {
    font-size: 16px;
  }
}

.news_detail .news_time {
  color: #a0a0a0;
  font-size: 17px;
}

.time_rate {
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-left: 112px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.time_rate .rate {
  position: absolute;
  left: 0px;
  top: -1px;
}
.time_rate .share-news {
  width: 50%;
  float: right;
  box-sizing: border-box;
  text-align: right;
}
.time_rate .share-news .hit_share {
  display: inline-block;
}

.related-news .related_content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 40px -15px 0px -15px;
}
@media screen and (max-width: 768px) {
  .related-news .related_content {
    margin: 40px -5px 0px -5px;
  }
}
.related-news .news-item {
  width: calc(25% - 30px);
  box-sizing: border-box;
  margin: 0px 15px;
}
@media screen and (max-width: 768px) {
  .related-news .news-item {
    width: calc(50% - 10px);
    margin: 0px 5px;
    margin-bottom: 10px;
  }
}
.related-news .news-item img {
  width: 100%;
  transition: all 0.7s ease 0s !important;
  -webkit-transition: all 0.7s ease 0s;
}
.related-news .news-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.related-news .img {
  overflow: hidden;
  position: relative;
}
.related-news .img .time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 10px 16px;
  background: var(--main-color);
}
.related-news .img a {
  display: block;
}
.related-news .title_related {
  padding: 11px 0px 0px;
  text-align: left;
  margin-bottom: 11px;
}
.related-news .title_related a {
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.related-news .date {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.related-news .date svg {
  width: 15px;
  height: 15px;
  fill: #3c3c3c;
  position: absolute;
  left: 0px;
}
.related-news .summary {
  line-height: 22px;
  text-align: left;
  color: #464646;
}

.time_rate font {
  color: var(--sub-color);
  margin-right: 8px;
}

.news_detail .summary {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}

.news_detail .description {
  line-height: 28px;
  font-size: 16px;
}
.news_detail .description table {
  width: 100% !important;
  margin-bottom: 15px;
}
.news_detail .description table td {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #ccc;
}
.news_detail .description ul li {
  margin-left: 40px;
  list-style: initial;
}

.news_detail .description p, .news_detail .description ul li, .news_detail .description div, .description h2, .description h3 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 17px;
}

.news_detail .description img:hover {
  opacity: 0.6;
}

.news_detail .description figcaption {
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}

.news_detail .relate_title {
  color: #222222;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  font-weight: normal;
  margin-top: 20px;
}

.item-related {
  float: left;
  /* margin-right: 15px; */
  width: 25%;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 15px;
}

.related {
  overflow: hidden;
}

.title-item-related {
  margin-top: 13px;
}

.item-related:hover .title-item-related {
  color: #2080CA;
}

.title-item-related > a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

.item-related .img_a {
  text-align: center;
  overflow: hidden;
  display: block;
}

.item-related > a > img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.item-related:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.5;
}

.description img {
  max-width: 100%;
  height: auto !important;
}

.description iframe {
  max-width: 100%;
}

.description .inner_detail_content {
  margin-bottom: 25px;
}

.description .inner_detail_content div {
  margin-bottom: 0;
}

.inner_detail_content .products-list-related .product_grid {
  margin-bottom: 20px;
}

.inner_detail_content .products-list-related .product_grid .item {
  width: 25%;
  margin-bottom: 0;
}

.news_tags {
  margin-bottom: 50px;
}

.news_tags h2 {
  display: inline;
  font-size: 12px;
}
.news_tags h2 a {
  color: #2779ff;
}

@media only screen and (max-width: 500px) {
  .inner_detail_content .products-list-related .product_grid .item,
  .item-related {
    width: 50%;
  }
  .related_content .item-related:nth-child(odd),
  .products-list-related .product_grid .item:nth-child(odd),
  .related_content .item-related:nth-child(odd) {
    clear: left;
  }
  .description iframe[src*=youtube] {
    max-width: 100%;
    height: auto;
  }
}
/**************** COMMENT ****************/
.rate i, #ratings i {
  width: 17px;
  height: 17px;
  display: inline-flex;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
}

.star_on {
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="orange" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
  background-repeat: no-repeat;
}

.star_off {
  background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
  background-repeat: no-repeat;
}

#ratings {
  display: block;
  float: left;
  margin-top: 5px;
}

#ratings i {
  cursor: pointer;
}

.rating_area {
  margin-bottom: 14px;
}

.rating_note {
  background: var(--main-color);
  color: #FFF;
  padding: 4px 10px;
  position: relative;
  font-size: 13px;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  float: left;
  margin-left: 28px;
}
@media screen and (max-width: 380px) {
  .rating_note {
    display: none;
  }
}

.rating_note::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  top: 0;
  left: -13px;
}

.manufactory font {
  color: #0183BF;
  margin-right: 13PX;
}

.rate_count {
  margin-left: 5px;
}

.tab_label {
  margin-bottom: 15px;
  margin-top: 11px;
}/*# sourceMappingURL=detail.css.map */