@charset "UTF-8";
/* 针对移动设备 */
@media (max-width: 991px) {
  .m-page .knowledge_card {
    padding: 10px;
    display: flex;
    align-items: center;
    background: #F2F4F6;
    border-radius: 8px;
    height: 130px;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0;
  }
  .m-page .knowledge_card .goods_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .m-page .knowledge_card .goods_info {
    padding: 0 0 0 20px;
    flex: 1;
  }
  .m-page .knowledge_card .goods_info .goods_name {
    margin-bottom: 4px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
  }
  .m-page .knowledge_card .goods_info .price {
    font-size: 16px;
    color: #FF3434;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-right: 3px;
  }
  .m-page .knowledge_card .goods_info .unit {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    font-weight: 400;
  }
  .m-page .knowledge_card .goods_info .goods_desc {
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .m-page .knowledge_card .goods_info .goods_desc .model {
    display: none;
  }
  .m-page .knowledge_card .goods_info .goods_desc .moq {
    margin-right: 50px;
  }
  .m-page .knowledge_card .goods_info .profile {
    display: none;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    margin-top: 16px;
  }
  .m-page .knowledge_card .goods_info .company_name, .m-page .knowledge_card .goods_info .estab_time, .m-page .knowledge_card .goods_info .supply_size {
    display: none;
    margin-top: 4px;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .m-page .knowledge_card .goods_info .label {
    font-size: 11px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    background: none !important;
  }
  .m-page .knowledge_card .goods_info .btn_get_price {
    margin-top: 7px;
    background: #2546A1;
    border-radius: 8px;
    color: #fff;
    width: 140px;
    height: 28px;
    line-height: 28px;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    padding: 0 10px;
    position: relative;
  }
  .m-page .knowledge_card .goods_info .btn_get_price::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url("../../home/images/btn_arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .m-page .knowledge_card a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .m-page .knowledge_card .goods_img_box {
    display: block;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
  }
  .m-page .article-info .article-content {
    border: none !important;
  }
  .m-page .article-content p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.4;
  }
  .m-page .article-content h1 {
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
  }
  .m-page .article-content h2 {
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
  }
  .m-page .article-content h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .m-page .article-content h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .m-page .article-content h5 {
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .m-page .article-content h6 {
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
}
/* 针对PC设备 */
@media (min-width: 992px) {
  .knowledge_card {
    padding: 12px;
    display: flex;
    align-items: center;
    background: #F2F4F6;
    border-radius: 16px;
    height: 260px;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0;
  }
  .article-info .article-content {
    border: none !important;
  }
  .knowledge_card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background-image: url("../images/card_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .knowledge_card .goods_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .knowledge_card .goods_info {
    padding: 0 20px;
    flex: 1;
  }
  .knowledge_card .goods_info .goods_name {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .knowledge_card .goods_info .price {
    font-size: 24px;
    color: #FF3434;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-right: 3px;
  }
  .knowledge_card .goods_info .unit {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    font-weight: 400;
  }
  .knowledge_card .goods_info .goods_desc {
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .knowledge_card .goods_info .goods_desc .moq {
    margin-right: 50px;
  }
  .knowledge_card .goods_info .profile {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    margin-top: 16px;
  }
  .knowledge_card .goods_info .company_name, .knowledge_card .goods_info .estab_time, .knowledge_card .goods_info .supply_size {
    margin-top: 4px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .knowledge_card .goods_info .label {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    background: none !important;
  }
  .knowledge_card .goods_info .btn_get_price {
    margin-top: 12px;
    background: #2546A1;
    border-radius: 8px;
    color: #fff;
    width: 176px;
    height: 42px;
    line-height: 42px;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
  }
  .knowledge_card .goods_info .btn_get_price::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-image: url("../images/btn_arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .knowledge_card a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .knowledge_card .goods_img_box {
    display: block;
    width: 236px;
    height: 236px;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    background: #FFFFFF;
  }
  .article-info p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.4;
  }
  .article-info h1 {
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
  }
  .article-info h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h5 {
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h6 {
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
}
body {
  background-color: #f2f6fa;
}
body .page-content .search-box {
  margin-bottom: 32px;
  text-align: center;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .page-content .search-box .title {
  margin-bottom: 10px;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  text-shadow: 0 0 5px #0892F0, 0 0 3px #fff, 0 0 0px #fff;
}
body .page-content .search-box .search-form {
  margin: 0 auto;
  width: 800px;
  height: 42px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
body .page-content .search-box .search-form input {
  width: calc(100% - 40px);
  height: 42px;
  border: none;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
}
body .page-content .search-box .search-form input::placeholder {
  font-size: 16px;
  color: #ccc;
}
body .page-content .search-box .search-form .search-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 36px;
  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  transform: translateY(-50%);
  padding: 0;
  background: none;
  border: none;
}
body .page-content .search-box .search-form .search-btn .search-icon {
  font-size: 24px;
  line-height: 32px;
  color: var(--main-color);
}
body .page-content .search-box .sub-title {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 16px 16px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  top: -13px;
  padding: 19px 0 6px;
  box-shadow: 0 0 1px #fff, 0 0 0 #fff, 0 0 0 #fff;
}
body .page-content .list-box .item {
  margin: 0 20px 20px 0;
  display: block;
  font-size: 14px;
}
body .page-content .list-box .item .thumb {
  position: relative;
}
body .page-content .list-box .item .thumb:before {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 16px;
}
body .page-content .list-box .item .thumb .tags-box {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
body .page-content .list-box .item .thumb .tags-box .label {
  color: #fff;
  background: rgba(73, 143, 234, 0.8);
  border-radius: 8px;
  padding: 3px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
body .page-content .list-box .item .thumb .tags-box .label:last-child {
  margin-right: 0;
}
body .page-content .list-box .item .thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
body .page-content .list-box .item .main {
  padding: 16px 0;
  border-radius: 0 0 10px 10px;
}
body .page-content .list-box .item .main .title {
  display: -webkit-box;
  height: 42px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
}
body .page-content .list-box .item .main .title:hover {
  color: var(--main-color);
  font-weight: 600;
}
body .page-content .list-box .item .main .text {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
}
body .article-content {
  margin-right: 30px;
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
body .article-content .tags-box .label {
  color: #fff;
  background: rgba(73, 143, 234, 0.8);
  border-radius: 8px;
  padding: 3px 10px;
  margin-right: 8px;
  font-size: 14px;
}
body .article-content .tags-box .label:last-child {
  margin-right: 0;
}
body .article-content .article-title {
  font-size: 24px !important;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
body .new-skc {
  padding: 0;
}
body .article-remark {
  border-left: 2px solid #278FF0;
  color: #666;
  padding: 20px;
  border-top: 1px solid #e9f4fd;
  border-right: 1px solid #e9f4fd;
  border-bottom: 1px solid #e9f4fd;
  background-color: #fbfdff;
  font-size: 14px;
  line-height: 1.6;
}
body .article-info p img {
  width: 100% !important;
}
body .article-content .article-patch {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
}
body .article-content .article-info {
  font-size: 16px;
  text-align: left;
}
body p {
  line-height: 2;
}
body .article-content .article-info img {
  max-width: 100%;
}
body .article-content .article-info video {
  max-width: 100%;
}
body .right-hot-box {
  width: 320px;
  height: 100%;
}
body .alink {
  font-size: 12px;
  font-weight: 400 !important;
}
body .more:hover .alink {
  color: #076FE2 !important;
}
body .clearfix {
  margin-top: 15px;
}
body .clearfix .thumb-box {
  width: 100%;
  position: relative;
}
body .clearfix .thumb-box:before {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 16px;
}
body .clearfix .thumb-box .tags-box {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
body .clearfix .thumb-box .tags-box .label {
  color: #fff;
  background: rgba(73, 143, 234, 0.8);
  border-radius: 8px;
  padding: 3px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
body .clearfix .thumb-box .tags-box .label:last-child {
  margin-right: 0;
}
body .clearfix .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
body .clearfix:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .clearfix .content .title {
  color: #333;
}
body .clearfix .content .text {
  font-size: 14px;
  color: #999;
}
body .clearfix .content .text .author {
  color: #333;
}
body .article-info span {
  word-wrap: break-word;
  white-space: normal;
}
body .pre-next {
  margin: 30px auto;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
body .pre-next .item {
  background: #F2F3F4;
  border-radius: 8px;
  padding: 20px;
}
body .pre-next .item:last-child {
  margin-right: 0;
}
body .pre-next .item .btn {
  height: 42px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
body .pre-next .item .btn:before {
  content: "\e64e";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "global-iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .pre-next .item .btn:hover {
  background-color: var(--main-color);
  color: #fff;
}
body .pre-next .item .btn.disabled {
  background-color: #efefef;
  color: #999;
  border: none;
}
body .pre-next .item .btn.disabled:hover {
  cursor: not-allowed;
  background-color: #f7f7f7;
  color: #999;
}
body .pre-next .item .value {
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-bottom: 20px;
}
body .pre-next .item .value a {
  color: #333;
}
body .pre-next .item .value a:hover {
  color: var(--main-color);
}
body .pre-next .item.Next .btn:before {
  content: "\e646";
  order: 2;
}

/*# sourceMappingURL=procurement.css.map */
