
.product_category.is-in {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.f-c-red {
  color: red;
}
.mr-20 {
  margin-right: 20px;
}
.product_category {
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  color: #666;
  padding: 24px 24px 26px 24px;
}

.plate-head {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.plate-head img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

.plate-head span {
  font-weight: 500;
  margin-left: 10px;
}

.plate-tip span {
  font-weight: 400;
}

.plate-tip {
  position: relative;
  padding-left: 10px;
}

.plate-tip:before {
  content: " ";
  height: 4px;
  width: 4px;
  border-radius: 5px;
  background-color: #2469f6;
  position: absolute;
  top: 7px;
  left: 0px;
}
.download-btn {
  color: #2469f6;
  cursor: pointer;
}
.file-card .item {
  line-height: 14px;
}
.file-card .item:nth-last-child(1) {
  margin-bottom: 0;
}
.subscribe-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.subscribe-modal-img {
  width: 210px;
  height: 210px;
  margin: 30px auto 0;
  border: 1px solid #dddddd;
}
.subscribe-modal-info {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.subscribe-modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 36px;
  width: 110px;
  color: #ffffff;
  background-color: #2469f6;
  border-radius: 4px;
  padding: 6px 20px;
  margin: 20px auto 0;
  cursor: pointer;
}
.subscribe-modal .el-dialog {
  border-radius: 6px;
}
.subscribe-modal .el-dialog__body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.subscribe.disabled {
  background-color: #999;
}

.subscribe {
  /* position: absolute;
	right: 0px;
	bottom: 0px; */
  font-size: 14px;
  color: #ffffff;
  background-color: #2469f6;
  border-radius: 4px;
  padding: 6px 15px;
  width: 122px;
  height: 32px;
  text-align: center;
}
.subscribe.w100{
  width: 100%;
}
.subscribe.by {
  background-color: #2469F6 ;
}
.buy-byn {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

/* 管理员 */
.manage-list {
  margin: 0 -6px;
}
.manage-list .item {
  margin: 0 5px 11px 5px;
  cursor: pointer;
}
.left_icon {
  position: absolute;
  left: 20px;
  top: 53%;
  transform: translateY(-53%);
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
.right_icon {
  position: absolute;
  right: 20px;
  top: 53%;
  transform: translateY(-53%);
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.product_category .name {
  flex-shrink: 0;
  white-space: nowrap;
  /* padding: 25px 0; */
  /* margin: 0 26px; */
}
.product_category {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.product_category::after {
  content: " ";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.product_category .but-tab {
  width: 28px;
  height: 12px;
  background: #f4f4f4;
  border-radius: 6px 6px 0px 0px;
  color: #707070;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.rotate {
  transform: rotate(180deg);
}

.product_category .iconfont {
  font-size: 12px;
  transition: all 0.3s;
}

.abstract:hover,
.rank_card .tit:hover {
  color: #2469f6;
}

.cateActive {
  color: #2469f6;
  font-weight: bold;
  border-bottom: 2px solid #2469f6;
}
.lh-24 {
  line-height: 24px;
}

.w-880 {
  width: 880px;
}
.article_card.p-t-0{
  padding-top: 10px;
}
.article_card,
.carousel_card {
  background: #fff;
  padding: 24px 24px 24px 24px;
  cursor: pointer;
  border-radius: 0 0 6px 6px;
}
.carousel_card {
  padding: 10px 24px;
  border-radius: 6px;
}
.br_bottom .search-condition {
  background-color: #fff;
  padding: 10px 0 0px 24px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.br_bottom .search-condition .el-dropdown {
  background-color: #eee;
  border: 1px solid #eee;
  color: #333;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  min-width: 91px;
  text-align: center;
}
.el-dropdown-menu {
  width: 91px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0px;
}
/* 滚动条整体样式 */
.el-dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
/*  滚动条内嵌滑块 */
.el-dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
/* 滚动条边角 */
.el-dropdown-menu::-webkit-scrollbar-corner {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.br_bottom .search-condition .search-label {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #8590a6;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.br_bottom .search-condition .search-label.activeSearch {
  border: 1px solid #2469f6;
  background: #e9f0fe;
  color: #2469f6;
}
.br_bottom .search-condition /deep/ .el-dropdown-menu {
  padding: 6px 0;
}
.card_info11 {
  border-radius: 0 0 6px 6px;
}

.card_info12 {
  border-radius: 6px;
}

.article_card .info_label_badge:hover,
.rank_card .label_badge:hover {
  color: #555666;
}

.tong {
  padding: 0;
}

.article_card .title {
  padding: 25px 0 26px;
  margin: 0 24px;
  border-bottom: 1px solid #eee;
}

.article_card p:hover,
.article_card .edition:hover {
  color: #2469f6;
}

.article_card .nickname {
  color: #999;
}

.article_tabs {
  background: #fff;
  border-radius: 6px 6px 0 0;
  height: 60px;
  padding-left: 24px;
  border-bottom: 1px solid #eee;
}

.article_tab {
  font-size: 16px;
  color: #7e8595;
  cursor: pointer;
  padding: 18px 0;
  margin-right: 26px;
}

.article_tab_active {
  color: #2469f6;
  font-weight: 500;
  position: relative;
}

.article_tab_active {
  border-bottom: 2px solid #2469f6;
}
.s_search {
  width: 200px;
  margin-right: 24px;
  margin-left: 0 !important;
}

.bg-white {
  background: #fff;
}

.br_bottom {
  border-radius: 0 0 6px 6px;
}

.br_bottom .pic {
  display: flex;
  margin-top: 14px;
}
.br_bottom .pic img {
  width: 156px;
  height: 156px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}

.br_bottom .pic img + img {
  margin: 0 10px;
}

.br_bottom .label {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #8590a6;
  border-radius: 2px;
  background-color: #f5f5f5;
  margin-top: 15px;
  display: inline-block;
}

.br_bottom .label:hover {
  color: #555666;
}

.rank_card {
  background: #fff;
  border-radius: 6px;
}
.rank_card .tit {
  width: 220px;
}
.mt-82 {
  margin-top: 82px !important;
}
.hot {
  color: #ea4b4b;
}

.text-blue {
  color: #2469f6;
}

.yellow_badge {
  width: 30px;
  height: 16px;
  border: 1px solid #ff9a03;
  border-radius: 2px;
  text-align: center;
  line-height: 15px;
  color: #ff9a03;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
}

.label_badge {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #8590a6;
  background-color: #f5f5f5;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.answer_btn {
  width: 74px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #2469f6;
  border-radius: 2px;
}
.answer_btn .iconfont {
  font-size: 13px !important;
  padding-right: 5px;
}

.default img {
  width: 190px;
  height: 153px;
  margin: 200px auto 0;
}

.default {
  text-align: center;
  padding-bottom: 463px;
}

.default span {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}

.jingxuan:hover {
  color: #2469f6;
}

.img_cover {
  border: 1px solid #f1f1f1;
}

.actived {
  color: #2469f6;
}
.answer_category {
  height: 72px;
  line-height: 72px;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  color: #7e8595;
  margin-top: 68px;
  padding: 0 40px;
}
.answer_category .name ~ .name {
  margin-left: 54px;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.slide_container {
  padding: 28px 40px 8px 41px;
  flex-wrap: wrap;
}
.slide_container .slide {
  margin: 0 40px 20px 0;
  line-height: 16px;
}

.slide_container .slide:hover {
  color: #2469f6;
}

.redname:hover {
  color: #e93323;
}

.highlight {
  color: #e93323;
}

.abstract_title {
  display: flex;
  justify-content: space-between;
}
.abstract_icon {
  display: flex;
  margin-top: 6px;
}

.article_card {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

.recommend_item {
  width: 100%;
}
.recommend_item:hover .recommend_title {
  color: #2469f6 !important;
}
/*.recommend_item:hover .recommend_dot{*/
/*	background: #2469F6 !important;*/
/*}*/
.recommend_dot {
  width: 35px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  background: #ff9a03;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
}

.recommendSwiper .swiper-pagination {
  bottom: 0 !important;
  right: 0 !important;
  text-align: right !important;
}

.recommendSwiper .swiper-pagination-bullet {
  width: 14px !important;
  height: 3px !important;
  border-radius: 1px !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.recommendSwiper .swiper-pagination-bullet-active {
  background-color: #2469f6;
}

.author_type {
  display: block;
  margin: 0 6px 0;
  padding: 0 3px;
  height: 17px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #2469f6;
  border: 1px solid #2469f6;
  border-radius: 2px;
}
