@font-face {
  font-family: puhuiti-2-85;
  src: url('/assets/font/AlibabaPuHuiTi-2-85-BoldJ.woff') format('woff'),
    url('/assets/font/AlibabaPuHuiTi-2-85-BoldJ.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #f8f8f8;
}

#app {
  min-width: 1349px;
}

.content {
  margin-top: 33px;
  height: 100%;
  display: flex;
  flex-shrink: 0;
  min-height: 600px;
  /* height: 600px; */
}

/* 新加S */

.row {
  height: 100%;
  min-height: 600px;
}

/* 选中 */
.selected {
  color: #007dff !important;
}

[v-cloak] {
  display: none;
}

.letter-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.more-btn {
  border: 1px solid #e9e9e9;
  color: #a9a9a9;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 5px;
  flex-shrink: 0;
  height: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.more-btn:hover {
  background-color: #007dff;
  color: #fff;
}

.attendBox {
  display: flex;
  position: relative;
}

.companyLogo img {
  width: 100%;
}

/* 选中状态 */
.selectedBox {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin-right: 6px;
  margin-top: 6px;
}

.selectedBox .select-item {
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

.selectedBox .select-item>span {
  font-size: 14px;
  color: #0792ff;
}

.selectedBox .select-item>img {
  width: 11px;
  height: 11px;
}

.nullDataBox {
  height: 600px;
  display: flex;
  justify-content: center;
}

.nullDataBox img {
  height: 190px;
  width: 513px;
  margin: 100px auto;
}

.paginationBox {
  display: flex;
  justify-content: center;
  padding: 36px 0px 48px;
}

/* 新加E */
/* 筛选 */
.shai_content {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px 20px 21px;
  border-radius: 12px;
  min-height: 310px;
}

.shai_item {
  display: flex;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.shai_title {
  font-family: puhuiti-2-85;
  color: #333333;
  font-weight: 600;
  margin-right: 18px;
  flex-shrink: 0;
}

.right_content {
  width: 100%;
}

.left_part {
  flex-shrink: 0;
  width: 70%;
}

.right_part {
  z-index: 1001;
  padding-right: 66px;
  height: 100%;
}

.left_des {
  width: 100%;
}

.companyLogo {
  margin-bottom: 10px;
  min-height: 80px;
  max-width: 100px;
  align-items: center;
}

.condition_item {
  display: inline-block;
  margin-right: 20px;
  color: #999999;
  cursor: pointer;
}

.condition_item:hover {
  color: #007dff;
}

.flex {
  display: flex;
}

.letter_lists,
.company_lists {
  list-style: none;
  display: flex;
}

.letter_lists li,
.company_lists li {
  color: #999999;
  cursor: pointer;
}

.letter_lists li:hover,
.company_lists li:hover {
  color: #007dff;
}

.company_lists {
  flex-wrap: wrap;
}

.company_lists li {
  margin-right: 22px;
}

.letter_item {
  margin-right: 13px;
}

.search {
  background: #ffffff;
  border: 1px solid #fafafa;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 3%);
  width: 85%;
  height: 55px;
  font-size: 19px;
  box-sizing: border-box;
  padding-left: 20px;
  letter-spacing: 1.5px;
}

.search_btn2 {
  background: radial-gradient(circle, #fac739 0%, #ff9a00 100%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border: none;
  height: 55px;
  width: 15%;
  color: #fff;
  font-size: 19px;
  letter-spacing: 1.5px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

/* 产品列表 */
.products {
  background-color: #fff;
  margin-top: 20px;
  min-height: 600px;
}

.pros_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 35px;
}

.total {
  margin-bottom: 20px;
  font-size: 20px;
  padding: 30px 20px 0;
}

.total .count {
  color: #32a1f2;
  margin: 0 3px;
  font-weight: 600;
}

.pros_item {
  width: 100%;
  height: 184px;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px dashed RGBA(238, 238, 238, 1);
}

.type_img,
.type_img img {
  height: 100%;
}

.pros_name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.pros_name a {
  display: flex;
  align-items: center;
}

.pros_name a img {
  display: inline-block;
  width: 36px;
  margin-left: 6px;
}

.pros_name a {
  color: #333333;
  transition: color 0.2s linear;
}

.pros_name a:hover {
  color: #007dff;
}

.pros_label {
  color: #999999;
  font-size: 16px;
}

.des {
  display: flex;
}

.mb-17 {
  margin-bottom: 17px;
}

.des_title {
  font-size: 15px;
  color: #999999;
  flex-shrink: 0;
  margin-right: 20px;
}

.des_word {
  color: #333333;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.greet {
  background-color: #ffeacd;
  width: 64px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #96693e;
  font-size: 14px;
  margin-right: 20px;
  flex-shrink: 0;
}

.goodPoint {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.not_enough {
  background-color: #4bc8e6;
  width: 64px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.greet img,
.not_enough img {
  width: 16px;
  margin-right: 3px;
}

.attend {
  color: #309bf1;
  font-size: 15px;
  margin-bottom: 6px;
  flex-shrink: 0;
}

.attendBox .precautions {
  width: 64px;
  position: absolute;
  overflow: hidden;
  color: #f0f0f0;
  left: 74px;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.detail_btn {
  width: 107px;
  height: 40px;
  background: #007dff;
  border: 2px solid #007dff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  z-index: 100;
}

.right_des {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* width: 70px; */
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.bottom_img img {
  width: 100%;
  display: block;
}

/* 热门文章 */
.hot_articles {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  border-radius: 11px;
}

.hot_articles .hotTitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.hotTitle .title-left .title-name {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  margin-top: 24px;
  border-left: 3px solid #007dff;
}

.hotTitle .title-left .title-tips {
  color: #333333;
  font-size: 15px;
  padding: 8px 0 0 28px;
}

.hotTitle .title-right {
  padding: 14px 20px;
}

.hotTitle .title-right img {
  width: 65px;
  height: 67px;
}

.hot_articles img {
  width: 100%;
  display: block;
}

.hot_articles .listpages {
  list-style: none;
  padding: 10px 30px 10px;
}

.hot_articles .show_more a {
  color: #007dff;
  font-weight: 400;
}

.hot_articles .show_more:hover {
  background-color: #007dff;
}

.hot_articles .show_more:hover a {
  color: #fff;
}

.recomment_arts {
  margin-bottom: 10px;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 10px;
}

.time {
  color: #cdcdcd;
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 10px;
}

.recomment_content a {
  color: #333333;
}

.recomment_content a:hover {
  color: #007dff;
}

.hot_articles .time img {
  width: 20px;
}

.show_more {
  width: 132px;
  height: 42px;
  background: #eef9ff;
  opacity: 1;
  border-radius: 25px;
  border: none;
  color: #007dff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.footer {
  background-color: #2a313d;
  padding: 73px 0 73px;
  margin-top: 70px;
  position: relative;
  bottom: 0px;
}

.row-left {
  width: 828px;
  min-height: 600px;
}

.row-right {
  width: 352px;
  min-height: 600px;
}

/* .col-lg-9,
.col-md-9,
.col-lg-3,
.col-md-3 {

} */