@import url("./article-details.css");

.section {
  padding-top: 0;
}
.simditor .simditor-body { 
  position: relative;
  min-height: 300px;
}
.article-actiton {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px dashed #e4e4e4;
  padding: 9px 20px 8px;
  margin-top: 15px;
}

.article-actiton a {
  margin-right: 20px;
}

.simditor {
  border: 0;
}

.aside {
  margin-top: 20px;
}

.main-wrap {
  margin-right: 300px;
  padding-right: 25px;
}
.simditor-body .vditor-reset {
  margin-top: 30px;
}
.article-title {
  font: bold 26px/36px "微软雅黑", "宋体", "Arial";
  color: #2f2f2f;
}

/*
.article-info{color:#999;background:#f9f9f9;border-radius:3px;padding:7px 11px;margin-top:12px;}
*/
.article-info {
  background: none;
  margin-top: 15px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e0e0e0;
  color: #999;
}

.article-info .author {
  margin-right: 10px;
}

.article-info .sp {
  color: #ccc;
  margin: 0 5px;
}

.hudong {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.tag {
  float: left;
  max-width: 450px;
}

.tag a {
  float: left;
  padding: 5px 12px;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  background: #f6f6f6;
}

.baidu-share {
  float: right;
}

/*
 * 侧边栏
 */

/* 文章作者 -s */
.author-box {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 20px 10px;
  background-color: #f4f5f6;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.author-box a {
  color: inherit;
}
.author-box .clue-container{
  position: absolute;
  top:0;
  left: 0;
}
.author-box .clue-container .clue-content {
  display: flex;
  align-items: center;
  padding: 0 5px;
  height: 20px;
  height: 20px;
  color: #9A5151;
  font-size: 12px;
  background: linear-gradient(270deg,#f4f5f6 10%, #ffe2df 80%);
}
.author-box .clue-container .clue-content strong {
  padding: 0 5px 0 10px;
  color: #D00000;
  font-weight: 400;
}
.author-box .clue-container .clue-content .clue-links {
  margin-top: 2px;
  display: inline-block;
  color: #D00000 !important;
}
.author-box .clue-container .clue-content .icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.author-box .clue-container .clue-content .icon-msg {
  width: 16px;
  height: 16px;
  background-image: url(images/catalog/icons/icon_msg.png); 
}
.author-box .clue-container .clue-content .icon-right {
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  background-image: url(images/catalog/icons/icon_right.png); 
}

.author-box .author-msg {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 10px;
}

.author-box .author-msg .face {
  flex: 0 0 auto;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.author-box .author-msg img {
  width: 50px;
  height: 50px;
}

.author-box .author-msg-name {
  width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  flex: 1 1 auto;
}

.author-box .is-coulmn-author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-top: 10px;
  box-sizing: border-box;
  width: 80px;
  background-color: #d00000;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  transform: translate(26px, -5px) rotate(45deg);
}

.author-box .count {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}

.author-box .count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.author-box .count-item b {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.author-box .count-item span {
  margin-top: 2px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}

.author-box .author-opreat {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.author-box .author-opreat a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #2897c5;
  color: #2897c5;
  font-size: 14px;
  height: 32px;
  margin-top: 16px;
}
.author-box .author-opreat .author-collect {
  border-color: #d00000;
  color: #d00;
}
.author-box .author-opreat .author-collect.is-active {
  color: #999;
  border-color: #999;
}

.author-box .author-recom {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.author-box .author-recom-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}

.author-box .author-recom-item {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.author-box .author-recom-item a {
  width: 1px;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: all linear 0.2s;
}

.author-box .author-recom-item a:hover {
  color: #d00000;
}

.author-box [class*="author-recom-type"] {
  display: inline-flex;
  height: 16px;
  width: 36px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  border-radius: 8px 8px 8px 0;
  font-size: 12px;
  flex: 0 0 auto;
  margin-right: 8px;
}

.author-box .author-recom-type-hot {
  background-color: #ff6903;
}

.author-box .author-recom-type-new {
  background-color: #68b823;
}

/* 文章作者 -e */

/* 侧边栏内容通用区块-s */
.aside-section {
  margin-top: 20px;
  line-height: 1;
  font-size: 0;
  box-sizing: border-box;
  padding: 0px;
  background-color: #fff;
}

.aside-section-head {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 14px;
  justify-content: space-between;
}

.aside-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #d00000;
}

.aside-section-name {
  font-weight: normal;
  width: 1px;
  flex: 1 1 auto;
  color: #333;
  line-height: 22px;
  font-size: 16px;
}

.aside-section-more {
  margin-left: 10px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  transition: all linear 0.2s;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.aside-section-more .icon-arrow_right,
.aside-section-more .arrow_right {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.aside-section-more .icon-arrow_right::after,
.aside-section-more .icon-arrow_right::before,
.aside-section-more .arrow_right::after,
.aside-section-more .arrow_right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: contain;
  transition: all linear 0.2s;
}

.aside-section-more .icon-arrow_right::after,
.aside-section-more .arrow_right::after {
  background: url(images/catalog/icon-arrow.png) center no-repeat;
}

.aside-section-more .icon-arrow_right::before,
.aside-section-more .arrow_right::before {
  background: url(images/catalog/icon-arrow-hover.png) center no-repeat;
  opacity: 0;
}

.aside-section-more:hover {
  color: #d00000;
}

.aside-section-more:hover .icon-arrow_right::after,
.aside-section-more:hover .arrow_right::after {
  opacity: 0;
}

.aside-section-more:hover .icon-arrow_right::before,
.aside-section-more:hover .arrow_right::before {
  opacity: 1;
}

.aside-section-body {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid #e1e1e1;
}

/* 侧边栏内容通用区块-e */

/*推荐文章 -s*/
.dzs-article-recom-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}

.dzs-article-recom-item-tit {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dzs-article-recom-item-tit a {
  color: #333;
  transition: all linear 0.2s;
}

.dzs-article-recom-item-tit a:hover {
  color: #d00000;
}

.dzs-article-recom-item-con {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.dzs-article-recom-item-msg {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  flex: 1 1 auto;
  max-width: 180px;
  width: 1px;
  display: flex;
  align-items: center;
}

.dzs-article-recom-item-author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  flex: 0 1 auto;
  transition: all linear 0.2s;
}
.dzs-article-recom-item-author:hover {
  color: #d00000;
}

.dzs-article-recom-item-date {
  color: #999;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #e1e1e1;
  flex: 0 0 auto;
}

.dzs-article-recom-item-view {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

/*推荐文章 -e*/

/*推荐专栏 -s*/
.dzs-article-column-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}

.dzs-article-column-item {
  display: flex;
  align-items: center;
}

.dzs-article-column-userimg {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background: no-repeat center;
  background-size: contain;
}

.dzs-article-column-related {
  width: 1px;
  flex: 1 1 auto;
}

.dzs-article-column-focus {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
  width: 3em;
  color: #d00000;
  transition: all linear 0.2s;
  cursor: pointer;
  text-align: right;
}

.dzs-article-column-focus.is-focus {
  color: #999;
}

.dzs-article-column-tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 14px;
}
.dzs-article-column-tit a {
  color: #333;
  transition: all linear 0.2s;
}

.dzs-article-column-tit a:hover {
  color: #d00000;
}

.dzs-article-column-msg {
  display: inline-grid;
  max-width: 100%;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 2px;
  color: #999;
}

/*推荐专栏 -e*/

/*
 * 评论 -----------------------------
 */
.comment-list {
  margin-top: 20px;
  padding-top: 14px;
}

.comment-list .title,
.comment-list .title2 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding-bottom: 7px;
}

.comment {
  width: 100%;
  overflow: hidden;
  padding: 15px 0 12px;
  border-top: 1px dashed #e4e4e4;
}

.comment .face {
  float: left;
  margin-right: 15px;
}

.comment .face img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.comment .main {
  overflow: hidden;
}

.comment .content,
.uploader .quote {
  margin: 7px 0 8px;
  font-size: 14px;
  line-height: 24px;
}

.comment .time,
.uploader .time {
  color: #999;
}

.comment-more-btn {
  width: 110px; margin: 10px auto 20px; cursor: pointer; text-align: center;
}
.comment-more-btn svg {
  vertical-align: -4px;
}

.reply-quote {
  border-left: 1px solid #d8d8d8;
  margin: 15px 0 10px 0;
  padding: 0 5px 0 10px;
  line-height: 21px;
  color: #999;
}

.reply-quote a {
  font-size: 12px;
}

.c-form .editable {
  min-height: 5.3em;
  padding: 4px 10px 4px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.c-form button {
  display: none;
  width: 100px;
  padding: 9px 0;
  margin-top: 10px;
  font-size: 16px;
}

.action {
  margin-left: 15px;
  display: none;
}

.action a {
  margin-right: 10px;
}

.reply-form {
  margin: 5px 0 12px;
  display: none;
}

.reply-form .editable-wrap {
  float: left;
  width: 100%;
}

.reply-form .btn {
  float: left;
  font-size: 13px;
  width: 70px;
  text-align: center;
  padding: 9px 0;
  margin-top: 10px;
}

.reply-form .cancel {
  background: none;
  color: #7a7a7a;
  margin-left: 5px;
}

.reply-form .cancel:hover {
  background: #f2f2f2;
}

.reply-tip {
  margin: 5px 0 12px;
  text-align: center;
  background: #fbfbfb;
  height: 37px;
  line-height: 37px;
  border-radius: 2px;
}

.reply-tip .icon-check {
  color: #090;
  margin-right: 3px;
}

.reply-tip img {
  margin-right: 3px;
}

.reply-ok {
  color: #090;
}

.temp-reply {
  background: #fff8e9;
}

.c-form {
  padding: 15px 15px 12px;
  margin-top: 5px;
  background: #f6f6f6;
  border-radius: 3px;
}

.c-form .editable-wrap {
  margin-bottom: 10px;
}

.c-form button {
  display: block;
}

.c-login {
  text-align: center;
  padding: 15px 0;
}

/*
 *
 */

@media screen and (max-width: 730px) {
  .main-wrap {
    margin: 0 auto;
    padding: 0;
    border: 0;
  }

  h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    margin-top: 0.2em;
  }

  .article-info {
    font-size: 0.85rem;
  }

  .article-info .sp {
    margin: 0.2em;
  }

  .action {
    display: inline-block;
  }

  .c-form {
    padding: 0;
    width: 100%;
  }
}

.wx_detail {
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 14px;
  color: #434343;
  margin-bottom: 18px;
  margin-top: 18px;
}

.article-list > p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 48px;
}

/*底部分享点赞*/
.fl {
  display: inline;
  float: left;
}

.fr {
  display: inline;
  float: right;
}

.ml15 {
  margin-left: 15px;
}

.fb {
  font-weight: bold;
}

/* clear float */
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix:after,
.cl {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* IE < 8 */
.mt18 {
  margin-top: 18px;
}

.code-content {
  font-size: 12px;
  color: #259;
  text-align: center;
  padding: 18px 0;
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
}

.code-content .des {
  color: #aaaaae;
  margin-top: 9px;
}

.code-content img {
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #fff;
}

.ml12 {
  margin-left: 12px;
}

.mt24 {
  margin-top: 24px;
}

.ml46 {
  margin-left: 46px;
}

.mt9 {
  margin-top: 9px;
}

.mt18 {
  margin-top: 18px;
}

.ml66 {
  margin-left: 66px;
}

#MiddleLeaderboard {
  margin: 10px 10px 10px 0;
  width: 728px;
  height: 90px;
  overflow: hidden;
  float: left;
}

.hot-main {
  margin-top: 6px;
}

.hot-main li {
  float: right;
  height: 28px;
  line-height: 28px;
  border: 1px solid #eef4fa;
  text-align: center;
  padding: 0 14px;
  border-radius: 15px;
  margin-left: 10px;
  margin-bottom: 12px;
  position: relative;
  font-size: 12px;
  color: #2897c5;
  background-color: #eef4fa;
}

body .hot-main li:hover {
  border-color: #2897c5;

  cursor: pointer;
}

body .hot-main li:hover a {
  color: #2897c5;
}

.hot-main li:hover .hot-des {
  display: block;
}

.hot-des {
  padding-top: 10px;
  width: 242px;
  position: absolute;
  left: -12px;
  top: 100%;
  display: none;
  z-index: 2;
  cursor: auto;
}

.hot-des .detail {
  padding: 15px 15px 22px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
}

.hot-des .top {
  height: 56px;
  border-bottom: 1px solid #e4e4e4;
  width: auto;
}

.hot-des .title {
  width: 120px;
  padding-left: 5px;

  text-align: left;

  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.hot-des .title a {
  color: #333;
  font-size: 16px;
}

.hot-main:hover .hot-des .title a {
  color: #333;
}

.hot-des .bottom {
  margin-top: 16px;
  padding-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: 76px;
}

.hot-des .attend {
  width: 70px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  background-color: #d00000;
  border-radius: 5px;
  margin-left: 12px;
  cursor: pointer;
}

.hot-des .attend.on {
  background-color: #ccc;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.lf {
  float: left;
}

.lr {
  float: right;
}

.des-detail p {
  font-size: 13px;
  color: #868686;
  line-height: 36px;
}

.des-detail span {
  font-size: 15px;
  color: #1e1e1e;
  line-height: 36px;
}

.des-detail > div {
  width: 33.33%;
  text-align: left;
}

#linkComment img {
  width: 21px;
  margin-right: 3px;
}

#linkComment {
  display: inline-block;
}

.section .aside {
  width: 300px;
  margin-left: -300px;
}

.amain .txt-list li {
  list-style: disc;
  padding-left: 0px;
  margin-left: 15px;
}

.author-article .title {
  font-size: 16px;
  color: #225599;
  line-height: 20px;
}

.art-share-layout .bdshare_popup_box {
  margin-left: -196px;
}
.wx-qrcode-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 20px;
}
.wx-qrcode-container .wx-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(images/icon_wx_df.png); 
}
.wx-qrcode-container:hover .wx-icon {
  background-image: url(images/icon_wx_hv.png); 
}
.wx-qrcode-container:hover .wx-qrcode-tt {
  color: #CC0000;
}
.wx-qrcode-container .wx-qrcode-tt {
  color: #999999;
  display: flex;
  align-items: center;
}
.wx-qrcode-container .wx-qrcode-box {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  z-index: 8;
  width: 162px;
  height: 207px;
  padding-top: 12px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16), inset 0px 3px 6px 1px rgba(0,0,0,0.1);
  border-radius: 4px;
}
.wx-qrcode-container:hover .wx-qrcode-box {
  display: flex;
}
.wx-qrcode-container .wx-qrcode-box .wx-qrcode-img {
  width: 140px;
  height: 140px;
}
.wx-qrcode-container .wx-qrcode-box .wx-qrcode-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.wx-qrcode-container .wx-qrcode-box .wx-qrcode-tips { 
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.art-share-layout .bdsharebuttonbox {
  color: #999;
  line-height: 32px;
  margin-top: 0px;
}

.art-share-layout .art-share-layout .bdsharebuttonbox a {
  margin: 0 6px;
  background-image: url(https://skin.elecfans.com/images/bdshare-icon.png) !important;
}

.art-share-layout .bdsharebuttonbox a.bds_weixin {
  background-position: 0 0;
}

.art-share-layout .bdsharebuttonbox a.bds_tsina {
  background-position: 0 -32px;
}

.art-share-layout .bdsharebuttonbox a.bds_qzone {
  background-position: 0 -64px;
}

.art-share-layout .bdsharebuttonbox a.bds_sqq {
  background-position: 0 -96px;
}

.art-share-layout .bdsharebuttonbox a.bds_more {
  background-position: 0 -128px;
}

.art-share-layout .bdsharebuttonbox a {
  float: left;
  width: 32px;
  line-height: 32px;
  height: 32px;
  background-image: url(../img/share/icons_0_32.png?v=7f3ed0f4.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
  text-indent: -100em;
  overflow: hidden;
  color: #3a8ceb;
}

.art-share-layout .bdsharebuttonbox a {
  margin: 0px 6px;
  background-image: url(https://skin.elecfans.com/images/bdshare-icon.png) !important;
}

.art-share-layout .bdshare-button-style0-16 a {
  padding-left: 0px;
}

.art-share-layout .bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  height: 32px;
  line-height: 32px;
  padding-left: 0px;
}

.m-share-layout .bdsharebuttonbox a {
  background-image: url(images/bdshare-icon.png) !important;
}

.m-share-layout .bdsharebuttonbox a {
  width: 25px;
  line-height: 25px;
  height: 25px;
}

.m-share-layout .bdsharebuttonbox a.bds_tsina {
  background-position: 0 -36px;
}

.m-share-layout .bdsharebuttonbox a.bds_qzone {
  background-position: 0px -71px;
}

#new-company-berry {
  border: 1px solid #e4e4e4;
}

#new-company-zone {
  margin-top: 20px;
}

#company-ad {
  position: relative;
  float: left;
  width: 260px;
  height: 88px;
  line-height: 20px;
  border: 1px solid #d7d8da;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
}

.followNum {
  margin-left: 16px;
}

.followNum strong {
  color: #333;
}

.ad-li {
  padding: 26px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.ad-li > li {
  float: left;
  width: 160px;
  margin-right: 11px;
}

.ad-li > li.mr0 {
  margin-right: 0px;
}

.m-share-layout .bdsharebuttonbox a[data-cmd] {
  background: transparent !important;
  vertical-align: middle;
  font-size: 25px;
}

.m-share-layout .bdsharebuttonbox a {
  text-indent: 0.5px;
}

.bdsharebuttonbox .icon-weixin {
  color: #55b16d !important;
}

.bdsharebuttonbox .icon-weixin:hover {
  color: #499252 !important;
}

.bdsharebuttonbox .icon-sina {
  color: #ed594d !important;
}

.bdsharebuttonbox .icon-sina:hover {
  color: #d75348 !important;
}

.bdsharebuttonbox .icon-qzone {
  color: #e4b71f !important;
}

.bdsharebuttonbox .icon-qzone:hover {
  color: #cb9f1f !important;
}

.icon-qq {
  color: #50caf9 !important;
}

.icon-qq:hover {
  color: #4cb6e4;
}

#new-ic-berry {
  margin-top: -10px;
}

#new-adsm-berry,
#new-company-berry,
#new-course-berry,
#new-webinar-berry,
#st-source-berry,
#IndexRightBottom {
  margin-top: 20px;
}

#st-source-berry .panel_hd {
  position: relative;
  padding: 0 0 16px 14px;
  height: 18px;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #e1e1e1;
  clear: both;
}

#st-source-berry .panel_hd:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 20px;
  background-color: #d00000;
}

.art-aside-fixed {
  position: fixed;
}

#IndexRightBottom {
  top: 56px;
}

/*表单：下拉菜单*/
.choosebox .choose-btn {
  color: #333;
  cursor: pointer;
  padding-right: 6px;
}

.choosebox .choose-btn.default {
  color: #aaa;
}

.choosebox.tip .choose-btn {
  border-color: #00a2ca;
}

.choosebox.tip .choose-btn .icon {
  color: #00a2ca;
}

.choosebox.changed .choose-btn {
  border-color: #f34a4a;
}

.choosebox.changed .choose-btn .icon {
  color: #f34a4a;
}

.choose-menu {
  display: none;
  z-index: 2;
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 3px 0 3px;
  background: #fffff9;
  border: 1px solid #d8d8d8;
  border-radius: 0 0 3px 3px;
  box-shadow: 2px 2px 4px #efefef;
}

.choose-menu li {
  height: 26px;
  line-height: 26px;
  line-height: 26px;
  cursor: pointer;
}

.choose-menu li:hover {
  background: #f6f6f6;
}

.choose-menu li.failed {
  cursor: default;
  color: #aaa;
}

.choose-menu li.failed span {
  margin-left: 3px;
}

.choose-menu li .tip {
  color: #999;
}

li {
  list-style: none;
}

.wid164 {
  width: 164px;
}

h4 {
  font-weight: normal;
}

.quote-font {
  margin-bottom: 6px;
  width: 200px;
  color: #333;
}

.quote-font2 {
  font-size: 19px;
  font-weight: normal;
  color: #333;
}

.home-quote {
  width: 274px;
  z-index: 10;
  background: #fff;
  padding: 6px 20px 6px;
}

.Quotemain {
  margin-right: 36px;
  font-size: 13px;
  line-height: 1.5;
  color: #999;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei",
    sans-serif;
  display: inline-block;
  vertical-align: top;
}

/*PCB计价广告*/

body .send-write {
  display: none;
}

/*layer 确定按钮颜色*/

body .layui-layer-btn .layui-layer-btn0 {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #333;
}

body .layui-layer-btn .layui-layer-btn1 {
  border-color: #4898d5;
  background-color: #2e8ded;
  color: #fff;
}

/*文章二级评论*/
.son_comment {
  margin-top: 15px;
  border-top: 1px dashed #e4e4e4;
  font-size: 14px;
  line-height: 24px;
}

.first_level {
  margin-top: 5px;
}

/* 查看阅读全文的样式 */
.seeHide {
  position: relative;
  text-align: center;
  padding: 32px 0;
}

.seeHide a {
  display: inline-block;
  width: 160px;
  padding: 6px 0;
  border-radius: 30px;
  color: #d22222 !important;

  border: 1px solid #d22222;
}

.seeHide a:hover {
  background: #d00;
  color: #fff !important;
  direction: none;
}

.seeHide:before {
  display: block;
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  top: -50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), #fff);
  z-index: 666;
}

/* ckplay样式被重置 */
.amain .main-wrap .simditor-body .simditor-body .video * {
  line-height: 38px !important;
  color: #fff !important;
}

.article-list .article .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 文章代码复制*/
.code-copy {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 12px;
  color: #ffffff;
  background-color: #9999aa;
  padding: 2px 8px;
  margin: 8px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  border: none;
  display: none;
  z-index: 8888;
}

.article-rec-tabs {
  display: flex;
  margin-bottom: 16px;
}

.article-rec-tabs > li {
  cursor: pointer;
  width: 42px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  color: #666666;
  margin-right: 10px;
  background-color: #f1f1f1;
}

.article-rec-tabs > li.is-active {
  color: #ffffff;
  background-color: #cc0000;
}

.article-rec-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.article-rec-item .col-left {
  margin-right: 8px;
  min-width: 0;
}

.article-rec-item .col-left.col-video {
  position: relative;
  width: 60px;
  height: 45px;
}

.article-rec-item .col-left.col-video::after {
  position: absolute;
  content: attr(data-view);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 29px 0 0 22px;
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 15px 15px;
  background-position: 2px calc(100% - 2px);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAW9JREFUSEtjZBggwDhA9jKMWszw//9/YWDw89AgCr4wMjK+hZkLD2qghRxAwc1A7EIDS2FG7gAyfIEO+INscTJQcA4Qf4BiatsvADQQhGOAFi9FtrgeKNgAwkCJRmrbCgxRFPNHLSYY1MAgA8WTNhCfBCUSYqOEoqAGapYAWnQeiEH0DSDOAVq+lxjLKbU4AmjJcjSLtgD5BUAH3MXnAEotTgAaPh+IVwDxBSCugGaRH0C6A19uoJbFC4CWJEKDvhloaQrUt5ZA8RPYfE5ti42BlkwAYhuoZbpAi6/Q0mJQvL5A8imIXQq0dAmueKbUxwFAg9cjGQ6KW5CPO4GWgopanIBSi0G11n4gNgHiDVBf3sFnIUyOIouRDBEB+vANMRZS1WJSLBwSFrcAg7GWHF8RSFyg/F4DxOBqF7laDAEKrqa2hVjMCwRavAGllQlMeZOBCmOAGFQDURuAstsSoKW5IINHm7fUDl6c5o28oAYAKtkDLuOinlcAAAAASUVORK5CYII=");
}

.article-rec-item .col-right {
  flex: 1;
}

.article-rec-item + .article-rec-item {
  margin-top: 16px;
}

.article-rec-item .video-img {
  width: 60px;
  height: 45px;
  object-fit: cover;
}

.article-rec-item .text-title {
  margin-bottom: 8px;
}

.article-rec-item .text-title a {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.article-rec-item .text-title a span {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-rec-item .text-title a span.text2 {
  -webkit-line-clamp: 2;
}

.article-rec-item .text-title a:hover {
  color: #d00000;
}

.article-rec-item .text-content {
  display: flex;
  align-items: center;
}

.article-rec-item .text-content > * {
  font-size: 12px;
  color: #999999;
  margin-right: 8px;
}

.article-rec-item .text-content a:hover {
  color: #d00000;
}

.article-rec-item .text-content a.text-name {
  padding-right: 8px;
  border-right: 1px solid #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
}

.article-rec-item .text-content > div:last-of-type {
  margin-right: 0;
}

.article-rec-item .text-view {
  margin-left: auto;
}

.article-rec-item .text-down {
  margin-left: auto;
  color: #f16f0a;
}

.article-rec-content {
  display: none;
}

.article-rec-content.is-active {
  display: block;
}

.public-comment__report-dialog .layui-layer-title {
  padding: 20px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  color: #333333;
  background-color: transparent;
}
.public-comment__report-dialog .layui-layer-setwin {
  top: 22px;
}
.public-comment__report-dialog .layui-layer-content {
  padding: 0 20px 20px;
}
.public-comment__report-dialog .layui-layer-btn {
  padding-top: 0 !important;
  padding: 0 20px 20px;
}
.public-comment__report-dialog .layui-layer-content {
  height: auto !important;
}
.public-comment__report-dialog .layui-layer-btn0,
.public-comment__report-dialog .layui-layer-btn1 {
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  min-width: 88px;
  height: 32px;
  line-height: 30px;
}
.public-comment__report-dialog .layui-layer-btn0:hover,
.public-comment__report-dialog .layui-layer-btn1:hover {
  color: #fff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.public-comment__report-dialog .layui-layer-btn0 {
  color: #666666 !important;
  border-radius: 2px;
  background-color: #ffffff !important;
  border-color: #e4e4e4 !important;
}
.public-comment__report-dialog .layui-layer-btn1 {
  color: #ffffff;
  border-radius: 2px;
  background-color: #d00000 !important;
  border-color: #d00000 !important;
}
.public-comment__report-tips {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}
.public-comment__report-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0;
  margin-bottom: -10px;
}
.public-comment__report-radios label {
  cursor: pointer;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(33.33% - 10px);
}
.public-comment__report-radios label:nth-child(3n) {
  margin-right: 0;
}
.public-comment__report-radios label span {
  height: 32px;
  display: block;
  background-color: #f8f8f8;
}
.public-comment__report-radios label input {
  display: none;
}
.public-comment__report-radios label input:checked ~ span {
  color: #fff;
  background-color: #d00000;
}
.public-comment__report-textarea {
  display: none;
  padding-top: 20px;
  font-size: 0;
  position: relative;
}
.public-comment__report-textarea .static {
  color: #666666;
  position: absolute;
  height: 20px;
  bottom: 1px;
  left: 1px;
  right: 28px;
  font-size: 12px;
  text-align: right;
  box-sizing: border-box;
  background-color: #ffffff;
}
.public-comment__report-textarea .static i {
  color: #999999;
  font-style: normal;
}
.public-comment__report-textarea textarea {
  font-family: PingFang SC, PingFang SC-Regular;
  width: calc(100% - 10px);
  font-size: 14px;
  height: 120px;
  padding: 10px;
  outline: 0;
  resize: none;
  color: #333333;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  padding-bottom: 20px;
}
.public-comment__report-textarea textarea::-webkit-input-placeholder {
  color: #999999;
}
.public-comment__report-textarea textarea:-moz-placeholder {
  color: #999999;
}
.public-comment__report-textarea textarea::-moz-placeholder {
  color: #999999;
}
.public-comment__report-textarea textarea:-ms-input-placeholder {
  color: #999999;
}
.public-comment__report-textarea textarea::-webkit-scrollbar {
  width: 8px;
}
.public-comment__report-textarea textarea::-webkit-scrollbar-corner {
  background-color: transparent;
}
.public-comment__report-textarea textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f1f1f1;
}
.public-comment__report-textarea textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.author-box .count2{
    grid-template-columns: repeat(3, 1fr);
}

/* 我要咨询弹窗 */
.pop_inquiry .layui-layer-title {
    color: #333;
    font-weight: 700;
    background: #fff;
}

.pop_inquiry .layui-layer-setwin .layui-layer-close {
    /* display: none; */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url(images/catalog/close.png) no-repeat 0px 0px;
    background-size: 100%;
}

.pop_inquiry .layui-layer-setwin .layui-layer-close:hover {
    background: url(images/catalog/close.png) no-repeat 0px 0px;
    background-size: 100%;
}

.pop_inquiry {
    border-radius: 8px!important;
}

.pop_inquiry h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
}

.pop_inquiry h3.popTitle img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
}

.pop_inquiry .layui-layer-content {
    padding: 26px 30px 30px;
    box-sizing: border-box;
}

.pop_inquiry b {
    flex: 1;
    overflow: hidden;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inquiry_goods {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
    margin-bottom: 19px;
}

.input_item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.input_item label {
    width: 80px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
}

.input_item input, .input_item textarea {
    flex: 1;
}

.input_item label:before {
    content: "*";
    color: #d22222;
}

.input_item input {
    height: 40px;
    width: 320px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}

.input_item textarea {
    width: 320px;
    height: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.input_item.words {
    position: relative;
    align-items: flex-start;
}

.input_item.words span {
    position: absolute;
    right: 11px;
    bottom: 8px;
    color: #999;
}

#submit_inquiry .submit {
    text-align: center;
}

#submit_inquiry button {
    width: 140px;
    height: 40px;
    background: #d00000;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 36px 0 0 0;
}

#submit_inquiry button:hover {
    background: #bc1e1e;
}

.inquiry_pact {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry_pact-warming {
    color: #d00000;
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    left: 0;
    top: 100%;
}

.inquiry_pact-text {
    position: relative;
    overflow: visible;
    white-space: normal;
}

.inquiry_pact-gary {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

#submit_inquiry .qyform-input-check-box {
    display: flex;
    align-items: center;
    margin-right: 4px;
    font-size: 0;
}

#submit_inquiry .qyform-input-check-style::after {
    border-width: 1px;
    border-color: #FFF;
}

#submit_inquiry .qyform-input-check:checked+.qyform-input-check-style {
    border-color: #d00000;
    background-color: #d00000;
}

.inquiry_pact em {
    font-style: normal;
    cursor: pointer;
}

.inquiry_pact em:hover {
    color: #d00000;
}

.qyform-input-check-box {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.qyform-input-check-style {
    width: 14px;
    height: 14px;
    border: 1px solid #ababab;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.qyform-input-check-box:hover .qyform-input-check-style {
    border-color: #d00000;
}

.qyform-input-check-style::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 4px;
    bottom: 1px;
    box-sizing: border-box;
    border: 2px solid #d00000;
    border-top: none;
    border-right: none;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
    cursor: pointer;
}

.qyform-input-check {
    width: 16px;
    height: 16px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.qyform-input-check:checked+.qyform-input-check-style::after {
    opacity: 1;
}

.qy-protocol-iframe {
    width: 100%;
    height: 60vh;
    margin-top: 20px;
}
.statement2{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

/**************** 底部栏计价交互-s ****************/

.detail-bottom-pricing {
  font-family: PingFang SC, PingFang SC-Regular;
  width: 675px;
  height: 140px;
  margin: 0 auto;
  background: -webkit-linear-gradient(left, #cc0000, #e43916);
  background: -moz-linear-gradient(left, #cc0000, #e43916);
  background: -o-linear-gradient(left, #cc0000, #e43916);
  background: linear-gradient(to right, #cc0000, #e43916);
}

.detail-bottom-pricing * {
  box-sizing: border-box;
}

.detail-bottom-pricing input.is-transparent::-webkit-input-placeholder {
  opacity: 0;
}

.detail-bottom-pricing input.is-transparent::-moz-placeholder {
  opacity: 0;
}

.detail-bottom-pricing input.is-transparent::-ms-input-placeholder {
  opacity: 0;
}

.detail-bottom-pricing input.is-transparent::placeholder {
  opacity: 0;
}

.detail-bottom-pricing .hd-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-bottom-pricing .hd-tabs li {
  cursor: pointer;
  flex: 1;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #a80400;
}

.detail-bottom-pricing .hd-tabs li.is-active {
  font-weight: 700;
  background: transparent;
}

.detail-bottom-pricing .bd-content {
  display: none;
  padding: 10px 12px;
}

.detail-bottom-pricing .bd-content.is-active {
  display: block;
}

.detail-bottom-pricing .bd-content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.detail-bottom-pricing .is-btn {
  width: 140px;
}
.detail-bottom-pricing .bd-content form.is-online .is-btn {
  width: 140px;
}
.detail-bottom-pricing .bd-content form.is-online .item-cell {
  width: 104px;
}

.detail-bottom-pricing .bd-content form.is-online .item-cell.is-full {
  width: 100%;
}

.detail-bottom-pricing .bd-content form.is-online .item-cell:nth-of-type(1) .item-input input {
  width: calc(100% - 32px);
  width: calc(100% - 32px);
}

.detail-bottom-pricing .bd-content form.is-online .item-cell:nth-of-type(1) .item-input label::after {
  content: "PCS";
  width: 32px;
  display: inline-block;
}

.detail-bottom-pricing .bd-content form.is-online .item-input input {
  width: 100%;
}

.detail-bottom-pricing .bd-content form.is-online .item-input label {
  width: 100%;
}

.detail-bottom-pricing .bd-content form.is-online .item-input label::after {
  display: none;
}

.detail-bottom-pricing .item-cell {
  position: relative;
  min-height: 54px;
  margin-bottom: 12px;
}
.detail-bottom-pricing .item-cell.is-full {
  min-height: auto;
}
.detail-bottom-pricing .item-cell.is-full {
  width: 100%;
}

.detail-bottom-pricing .item-label {
  padding: 0 0 6px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}

.detail-bottom-pricing .item-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-bottom-pricing .item-input label {
  width: 80px;
  font-size: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
}

.detail-bottom-pricing .item-input label::after {
  content: "cm";
  display: block;
  width: 24px;
  font-size: 12px;
  text-align: center;
  color: #999999;
  background: #f5f5f5;
}

.detail-bottom-pricing .item-input label::after,
.detail-bottom-pricing .item-input label input {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}

.detail-bottom-pricing .item-input span {
  font-size: 12px;
  padding: 0 3px;
  color: #ffffff;
}

.detail-bottom-pricing .item-input input {
  padding: 0 5px 0 10px;
  width: calc(100% - 24px);
  outline: none;
  border: none;
  font-size: 12px;
  color: #333333;
}

.detail-bottom-pricing .item-input input::-webkit-inner-spin-button,
.detail-bottom-pricing .item-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detail-bottom-pricing .item-select {
  position: relative;
  min-width: 80px;
  width: 100%;
}

.detail-bottom-pricing .item-select button[type="button"] {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 0 10px;
  border: none;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ececec;
  border-radius: 3px;
  color: #999999;
  background: #ffffff;
}

.detail-bottom-pricing .item-select button[type="button"]::after {
  content: "";
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -6px 0 0 0;
  transform-origin: center;
}

.detail-bottom-pricing .item-select .dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 99;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.detail-bottom-pricing .item-select .dropdown-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 25%;
  background-color: #f0f0f0;
}

.detail-bottom-pricing .item-select .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

.detail-bottom-pricing .item-select .dropdown-content::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
}

.detail-bottom-pricing .item-select .dropdown-content li {
  cursor: pointer;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.detail-bottom-pricing .item-select .dropdown-content li:hover {
  background: #f8f8f8;
}

.detail-bottom-pricing .item-select .dropdown-content li.is-selected {
  color: #cc0000;
  background: rgba(204, 0, 0, 0.05);
}


.detail-bottom-pricing .item-select.is-count .dropdown-content {
  font-size: 0;
  flex-wrap: wrap;
  width: 277px;
  padding: 10px;
  max-height: initial;
}

.detail-bottom-pricing .item-select.is-count .dropdown-content li {
  width: calc(20% - 7px);
  text-align: center;
  line-height: 25px;
  margin: 0 8px 4px 0;
  padding: 0;
  background: #f9f9f9;
}

.detail-bottom-pricing .item-select.is-count .dropdown-content li:nth-child(5n) {
  margin-right: 0;
}

.detail-bottom-pricing .custom-media {
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 0;
}

.detail-bottom-pricing .custom-media p {
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.detail-bottom-pricing .custom-media p span {
  color: #cc0000;
}

.detail-bottom-pricing .custom-media input,
.detail-bottom-pricing .custom-media button {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}

.detail-bottom-pricing .custom-media input {
  width: calc(100% - 60px);
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  border-right: none;
  border: 1px solid #ececec;
  border-radius: 3px 0 0 3px;
}

.detail-bottom-pricing .custom-media input:focus {
  border-color: #cc0000;
}

.detail-bottom-pricing .custom-media button {
  cursor: pointer;
  width: 60px;
  line-height: 26px;
  height: 26px;
  color: #fff;
  border: none;
  font-size: 12px;
  background: #cc0000;
  border-radius: 0px 3px 3px 0px;
}

.detail-bottom-pricing .submit-btn {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 32px;
  outline: none;
  border: none;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  background: #ff9812;
}

.detail-bottom-pricing .submit-btn:hover {
  background: #e58810;
}

.detail-bottom-pricing .submit-btn::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin: 0 6px 0 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAALlJREFUOE9j/P///2wGBoYUICYFzGEEavwP1FEIxBeI1GkAVNcP0+gI5PwBYmcCmtcC5UWAeD+yRnugQAMBjYlA+QdU0/gEaJI11MaLQFofC/sAUEwRn40gJ82HakRmg7xykGoaYU79ATRxJxD7Q23cCKTdgZgDiI8CsQy6jSD/tUAVRwLp5VjYNVDNOKODJD9+AZrmDcSghLASiKOhNi4F0uFAzALEW4GYB9mpBUAOKUluAijlkJXIAVmCaw+3Qy0aAAAAAElFTkSuQmCC") no-repeat 100%/100%;
}

.detail-bottom-pricing .text-ad {
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
}
/**************** 底部栏计价交互-e ****************/

/* 企业号文右侧推荐企业样式 SSSSSSS */
.recomEnter-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  .recomEnter-body > li {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    transition: all linear 0.2s;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .recomEnter-body > li:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  }
  .enterInfo {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
  }
  .enterInfo .enterImg {
    margin-right: 16px;
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
  }
  .enterInfo .enterImg img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .enterInfo .enterDes {
    flex: 1 1 auto;
    width: 1px;
  }
  .enterInfo .enterDes .name {
    display: flex;
    align-items: center;
  }
  .enterInfo .enterDes .name img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
  }
  .enterInfo .enterDes .name h5 {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    width: 1px;
    flex: 1 1 auto;
    white-space: nowrap;
    transition: all linear 0.2s;
  }
  .enterInfo .enterDes .name h5:hover {
    color: #d00000;
  }
  .enterInfo .enterDes .name .svg-icon {
    width: 60px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 auto;
    margin-right: 4px;
    fill: none;
    stroke: none;
  }
  .enterInfo .enterDes .companyName {
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  .enterInfo .enterDes .tags {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-top: -10px;
  }
  .enterInfo .enterDes .tags span {
    display: inline-block;
    max-width: calc((100% - 14px * 3) / 3);
    font-size: 12px;
    padding: 0 4px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 2px;
    color: #999;
    background-color: #f6f6f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .industry {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 16px;
  }
  .industry .view {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #999;
  }
  .industry .view span + span {
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
  }
  .industry .view span + span::before {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e6e6e6;
    transform: translate(0, -50%);
  }
  .industry .unFocus,
  .industry .focus {
    flex: 0 0 auto;
    color: #d00000;
    padding: 2px 12px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #d00000;
    font-size: 12px;
    line-height: 18px;
    transition: all linear 0.2s;
    border-radius: 2px;
  }
  .industry .unFocus:hover,
  .industry .focus:hover {
    color: #fff;
    background-color: #d00000;
  }
  .industry .focus {
    color: #999;
    background-color: #ccc;
    border-color: #ccc;
  }
  .industry .focus::before {
    content: '已关注';
  }
  .industry .focus:hover {
    color: #fff;
    background-color: #ccc;
  }
  .enterWrap::-webkit-scrollbar-track {
    border-radius: 7px;
    width: 7px;
    background-color: #fff;
  }
  .enterWrap::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
  }
  .enterWrap::-webkit-scrollbar-thumb {
    border-radius: 7px;
    width: 7px;
    background-color: #ccc;
  }
  /* 企业号文右侧推荐企业样式 EEEEEEE */