.new_car_img_left_titleMsg {
  margin: 0px !important;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: 1px dashed #fafafa;
}
.new_car_img_left_titleMsg > img {
  width: 166px !important;
  height: 94px !important;
}
.new_car_img_left_titleMsg .newMsg {
  flex: 1;
  width: auto;
}
.new_car_img_left_titleMsg .newMsg-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new_car_img_left_titleMsg .newMsg-r h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 20px !important;
}
.new_car_img_left_titleMsg:last-child {
  margin-bottom: 0px !important;
  border-bottom: 0px dashed #fafafa;
}
.newMsg_footer {
  margin-top: 0 !important;
  justify-content: space-between;
  align-items: center;
}
.newMsg_footer .praise {
  display: flex;
  align-items: center;
}
.newMsg_footer .praise span {
  margin-left: 5px;
}
.newMsg_footer i {
  color: #5E5C5C;
}
.video-details .details-title h1 {
  font-size: 28px;
  color: #222A33;
  line-height: 28px;
  margin: 22px 0;
}
.video-details .details-title h3 {
  font-size: 20px;
  color: #222A33;
  line-height: 30px;
  margin-bottom: 42px;
  text-align: center;
}
.video-details .details-title .details-info {
  font-weight: 500;
  font-size: 12px;
  color: #5E5C5C;
  line-height: 16px;
  margin-bottom: 22px;
}
.video-details .details-title .details-info span {
  margin-right: 22px;
}
.video-details .details-title .author {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.video-details .details-title .author .author-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #2165eb;
  margin-right: 12px;
  position: relative;
}
.video-details .details-title .author .author-logo::after {
  content: "仪商号";
  display: block;
  width: 40px;
  height: 18px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 19px;
  bottom: -12px;
  left: 5px;
  position: absolute;
  background: url(/assets/images/author-bg.png) no-repeat center center;
}
.video-details .details-title .author .author-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.video-details .details-title .author .author-info h4 {
  font-size: 18px;
  color: #222A33;
}
.video-details .details-title .author .author-info p {
  font-weight: 500;
  font-size: 12px;
  color: #5E5C5C;
}
.video-details .details-title .author .follow {
  margin-left: auto;
  font-size: 14px;
  height: 30px;
  width: 68px;
  line-height: 28px;
  align-items: center;
  font-weight: 500;
  color: var(--page-theme-color);
  border-radius: 4px 4px 4px 4px;
  padding: 0;
  border: 2px solid #F5F8FF;
}
.video-details .details-title .author .follow i {
  padding: 0;
  vertical-align: top;
}
.video-details .details-title .author .follow:hover {
  background-color: var(--page-theme-color);
  color: #fff;
}
.video-details .details-content {
  height: 482px;
  width: 100%;
  margin-bottom: 22px;
}
.video-details .details-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-details .details-footer {
  margin-bottom: 42px;
}
.video-details .details-footer .article-footer-tool {
  margin-bottom: 42px;
}
.video-details .details-footer .article-footer-tool .article-footer-tool-item {
  text-align: center;
  cursor: pointer;
  margin-right: 22px;
  position: relative;
  display: flex;
  align-items: center;
}
.video-details .details-footer .article-footer-tool .article-footer-tool-item .layui-icon {
  display: block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
  font-size: 18px;
  transition: all 0.3s;
  padding: 11px 11px;
  margin-right: 8px;
  color: var(--page-theme-color);
  box-shadow: 0px 6px 10px 1px rgba(34, 42, 51, 0.12);
  border: 2px solid var(--page-theme-color);
}
.video-details .details-footer .article-footer-tool .article-footer-tool-item:hover .layui-icon {
  background-color: var(--page-theme-color);
  color: #fff;
  transform: translateY(-3px);
}
.video-details .details-footer .article-footer-tool .chicked .layui-icon {
  background-color: var(--page-theme-color);
  color: #fff;
}
.introduction {
  margin-bottom: 22px;
}
.introduction h3 {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  color: #222A33;
  line-height: 20px;
  margin-bottom: 16px;
}
.introduction h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 4px;
  background-color: var(--page-theme-color);
}
.introduction p {
  text-indent: 2em;
  font-weight: 500;
  font-size: 16px;
  color: #222A33;
}
.article-footer-RQcode {
  text-align: center;
  margin-bottom: 42px;
}
.article-footer-RQcode #qrcode {
  width: 126px;
  margin: 0 auto;
}
.article-footer-RQcode .article-footer-RQcode-text {
  font-weight: 500;
  margin-top: 8px;
  font-size: 16px;
  color: #222A33;
}
