/* 首页tab切换 */
.list_tab_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e6eb;
}
.list_tab_box .tabs_nav_tab {
  display: flex;
}
.list_tab_box .tabs_nav_tab li {
  border-bottom: 4px solid transparent;
  font-size: 18px;
  margin-right: 48px;
}
.list_tab_box .tabs_nav_tab li:last-child {
  margin-right: 0;
}
.list_tab_box .tabs_nav_tab li {
  padding-bottom: 8px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.list_tab_box .tabs_nav_tab li:hover {
  color: #2386ee;
}
.list_tab_box .tabs_nav_tab li.active {
  border-color: #2386ee;
  color: #2386ee;
  font-weight: bold;
}

/* 首页统计样式 */
.data_num_list {
  display: flex;
  margin-bottom: 40px;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(75, 86, 103, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}
.data_num_list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #4b5667;
  border-left: 1px solid #e5e6eb;
}
.data_num_list li:first-child {
  border-left: 0;
}
.data_num_list .data_num_line {
  width: 1px;
  height: 56px;
}
.data_num_list li span {
  font-weight: 700;
  font-size: 36px;
  color: #2386ee;
}
.data_num_list li .iconfont {
  color: #b9bec6;
}

/* 热门学者 */
.hot_scholar li {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot_scholar li:last-child {
  margin-bottom: 0;
}
.hot_scholar li .scholar_info {
  display: flex;
}
.hot_scholar li .scholar_info .avatar_common {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border: 0;
  box-shadow: 0;
}
.hot_scholar li .scholar_info .avatar_common img {
  max-width: 40px;
}
.hot_scholar li .scholar_info .very_light_color span + span {
  margin-left: 10px;
}
.hot_scholar li .follow_btn {
  color: #0082ee;
  display: flex;
  align-items: center;
}
.hot_scholar li .follow_btn .iconfont {
  margin-right: 4px;
  color: #0082ee;
}
.hot_scholar li .follow_btn:hover,
.hot_scholar li .follow_btn:hover .iconfont {
  color: #0068dd;
}

/* 公开页面（专家主页）start */
.patent-public_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 16px;
}
.patent-public_title.borderDashed {
  border-bottom: 1px dashed #e5e6eb;
}
.patent-public_title.borderSolid {
  border-bottom: 1px solid #e5e6eb;
}
.zjzy_banner.patent_content {
  width: 100%;
  height: 340px;
  background: url(../images-v9/gkym/product_banner-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 0;
}
.zjzy_banner .w1400 {
  height: 100%;
  background: url(../images-v9/gkym/banner_certification.png) no-repeat right
    22px;
}
.zjzy_banner .personal_info {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.zjzy_banner .personal_info .avatar {
  filter: drop-shadow(0px 2px 2px rgba(75, 86, 103, 0.1));
  border: 4px solid #ffffff;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 36px;
}
.zjzy_banner .personal_info .avatar.female {
  background-image: url(../images-v9/avatar/avatar_female.svg);
}
.zjzy_banner .personal_info h3 {
  font-weight: 700;
  font-size: 36px;
}
.zjzy_banner .personal_info .personal_info-describe {
  color: #4b5667;
  margin-top: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.zjzy_banner .personal_info .personal_info-describe .line {
  color: #b9bec6;
  margin: 0 12px;
}
.zjzy_share {
  display: flex;
  padding: 32px 0 8px;
  justify-content: flex-end;
  margin-bottom: 0;
}
.zjzy_container.patent_container_v9 {
  display: block;
}
.zjzy_container .zjzy_container-top .data_num_list {
  margin-bottom: 24px;
}
.zjzy_container .zjzy_container-top .data_num_list li span {
  font-size: 32px;
}
.zjzy_container .zjzy_contant {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0px 4px 10px rgba(75, 86, 103, 0.1);
  border-radius: 8px;
  flex: 1;
}
.zjzy_container .zjzy_contant .tabs_content_item {
  padding: 0 32px;
  margin-top: 24px;
}
/* 关键词tag */
.classification_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.classification_list li {
  margin: 0 12px 12px 0;
  background: #f0f2f5;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  color: #4b5667;
  font-size: 14px;
  transition: all 0.1s cubic-bezier(0, 0, 1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.classification_list.isBG li {
  background: #edf5ff;
}

/* 介绍 */
.zjzy_introduce {
  color: #4b5667;
  white-space: pre-line;
  word-wrap: break-word;
  margin-bottom: 40px;
}
/* 工作经历 */
.workExperience {
  margin-bottom: 40px;
}
.workExperience .workList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workExperience .workList ._item {
  display: flex;
  align-items: center;
  background: #f8f9fc;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
  width: calc((100% / 2) - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
  align-self: baseline;
}
.workExperience .workList ._item .item_image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e5e6eb;
  background: #fff;
  flex-shrink: 0;
}
.workExperience .workList ._item .item_image img {
  width: 100%;
  height: 100%;
}
.workExperience .workList ._item:nth-child(2n) {
  margin-right: 0;
}
.workExperience .workList ._item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.workExperience .workList ._item .item_info {
  margin-left: 16px;
}
.workExperience .workList ._item .sub-info {
  margin-top: 4px;
  color: #86909c;
  font-size: 14px;
}
.zjzy_cgTableTitle {
  border-bottom: 1px dashed #e5e6eb;
  padding-bottom: 16px;
}
.zjzy_cgTableTitle .type-select_wrapper {
  width: 84px;
  margin-right: 8px;
  flex-shrink: 0;
}
.zjzy_cgTableTitle .category-select_wrapper {
  width: 84px;
  margin-right: 8px;
  flex-shrink: 0;
}
.zjzy_cgTableTitle .year-select_wrapper {
  width: 70px;
  flex-shrink: 0;
}
.zjzy_cgTableTitle .type-select_wrapper .select_down_box,
.zjzy_cgTableTitle .category-select_wrapper .select_down_box {
  width: 160px;
  left: 0;
  right: auto;
}
.zjzy_cgTableTitle .year-select_wrapper .select_down_box {
  width: 100px;
  left: 0;
  right: auto;
}
.gkym_mask_content {
  min-height: 320px;
  border: 1px solid #e5e6eb;
  height: calc(100vh - 300px);
}
.gkym_mask_content .alert_content {
  min-height: 600px;
  border: 1px solid #e5e6eb;
}

/* 专家主页（公开页面）end */

/* 专利详情 */
.patent_content {
  width: 100%;
  background: url(../images-v9/zl_bg.jpg) no-repeat center;
  padding-bottom: 102px;
  min-width: 1200px;
  background-size: cover;
}
.patent_content .breadcrumb_wrap .breadcrumb_wrap_btn {
  display: flex;
}
.patent_content .breadcrumb_wrap .breadcrumb_wrap_btn .btn_v9 {
  border-radius: 16px;
  height: 32px;
  padding: 0 16px;
  min-width: auto;
  margin-left: 16px;
}
.patent_content .details_info {
  display: flex;
}
.patent_content .details_info a.patent_img {
  margin-right: 32px;
  height: 225px;
  width: 400px;
}
.patent_content .details_info .details_info_data {
  color: #4b5667;
  flex: 1;
}
.patent_content .details_info .details_info_data h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0d1c28;
}
.patent_content .details_info .details_info_data .inventor {
  margin-top: 8px;
  font-size: 15px;
}
.patent_content .details_info .details_info_data .inventor a {
  font-size: 15px;
}
.patent_content .details_info .details_type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  margin-top: 8px;
}
.patent_content .details_info .details_type span {
  width: 1px;
  height: 10px;
  background-color: #c9cdd4;
  margin: 0 10px;
  transform: rotate(25deg);
}
.patent_content .details_info .details_key_word {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  min-height: 40px;
}
.patent_content .details_info .details_key_word li {
  background-color: #f0f5ff;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  border-radius: 15px;
  margin-bottom: 8px;
  padding: 0 16px;
  margin-right: 8px;
}
.patent_content .details_info .details_key_word li:last-child {
  margin-right: 0;
}
/* .patent_content .details_info .details_key_word li>a{display: block;padding: 0 16px;} */
.details_operation {
  display: flex;
  align-items: center;
  margin-top: 24px;
  justify-content: space-between;
}
.details_operation .btn_v9 {
  padding: 0 32px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  width: 160px;
  margin-right: 16px;
}
.details_operation .btn_v9:last-child {
  margin-right: 0;
}
.details_operation .direction_item {
  margin-right: 16px;
}
.details_operation .direction_item .btn_v9 {
  margin-right: 0;
}
.details_operation .use_number {
  font-size: 16px;
}
.details_operation .price {
  display: flex;
  align-items: center;
}
.details_operation .price span {
  color: #0d1c28;
  font-size: 16px;
  margin-right: 8px;
}
.details_operation .price span.symbol {
  color: #fa8c16;
  margin-right: 4px;
}
.details_operation .price span.num {
  font-weight: 700;
  font-size: 24px;
  color: #fa8c16;
  margin-right: 4px;
}

/* 专利详情内容区 */
.patent_container_v9 {
  display: flex;
  position: relative;
  margin-top: -72px;
}
.patent_content_v9 {
  padding: 32px;
  box-shadow: 0px 2px 5px rgba(75, 86, 103, 0.1);
  background: #ffffff;
  border-radius: 4px;
  align-self: baseline;
  flex: 1;
  width: 0;
}
/* 专利详情内容区有多个模块 */
.patent_content_v9_duoble_main {
  flex: 1;
}
.patent_content_v9_duoble_main .patent_content_v9 {
  flex: auto;
  width: auto;
  margin-bottom: 24px;
}
/* .patent_content_v9_duoble_main .patent_content_v9:last-child{
    margin-bottom: 0;
} */
/* 右侧边盒子 */
.content_side {
  flex-shrink: 0;
  width: 360px;
  position: relative;
  margin-left: 24px;
  float: left;
}
.content_side .side_sticky1 {
  width: 360px;
}
.content_side .side_sticky2 {
  position: sticky;
  position: -webkit-sticky;
  top: 72px;
}
.side_node {
  padding: 32px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(75, 86, 103, 0.1);
  width: 360px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.side_node:last-child {
  margin-bottom: 0;
}
/* 侧边标题 */
.side_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e6eb;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 24px;
}
.side_title .title {
  font-size: 18px;
}
/* 侧边------------------------------------------------end */
/* 专利说明 */
.details_title_wrap {
  border-bottom: 1px solid #e5e6eb;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.details_title_wrap.is_scroll_wrap {
  overflow: hidden;
  padding: 0 36px;
}
.details_title_wrap.is_scroll_wrap .scroll-btn {
  display: block;
}
.details_title_wrap.is_scroll_wrap .title {
  overflow: hidden;
  width: 100%;
}
.details_title_wrap .scroll-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 2px;
  cursor: pointer;
  background-color: #f8f9fc;
  display: none;
}
.details_title_wrap .scroll-btn:hover {
  background-color: #e5e6eb;
}
.details_title_wrap .scroll-btn._left {
  left: 0px;
  background-image: url(../images-v9/stat/left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.details_title_wrap .scroll-btn._right {
  right: 0px;
  background-image: url(../images-v9/stat/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.details_title_wrap .title {
  display: flex;
}
.details_title_wrap .title h2 {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  margin-right: 48px;
  position: relative;
  white-space: nowrap;
}
.details_title_wrap .title h2 a {
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  display: block;
  margin-bottom: -12px;
  white-space: nowrap;
}
.details_title_wrap .title h2.active a {
  font-weight: 700;
  border-color: #2386ee;
  color: #2386ee;
}
.details_title_wrap .title h2 .badge_number {
  position: absolute;
  left: calc(100% - 12px);
  top: -4px;
}
/* 专利说明 */
.details_explain {
  margin: 20px 0 40px;
  font-size: 15px;
  line-height: 1.8;
  color: #4b5667;
  word-break: break-word;
}
.details_explain p {
  margin-bottom: 24px;
}
.details_explain p:last-child {
  margin-bottom: 0;
}
.details_info_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #e5e6eb;
  border-bottom: 1px dashed #e5e6eb;
  padding-top: 32px;
}
.details_info_list li {
  margin-right: 2%;
  margin-bottom: 32px;
  width: 32%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.details_info_list.only li {
  width: 100%;
  color: #86909c;
}
.details_info_list li:nth-child(3n) {
  margin-right: 0;
}
.details_info_list li > span {
  font-size: 18px;
  color: #86909c;
  margin-bottom: 16px;
  line-height: 1;
}
.details_info_list li a {
  color: #0d1c28;
}
.details_info_list li a:hover {
  color: #0082ee;
}
.details_info_list li .text > i {
  font-style: normal;
  color: #86909c;
}
.project_info.details_info_list li {
  width: 49%;
}
.project_info.details_info_list li:nth-child(2n) {
  margin-right: 0;
}
/* 详情标题 */
.details_title {
  font-size: 18px;
  font-weight: 700px;
}
/* 全文 */
.details_full_text {
  margin-top: 40px;
}
.details_full_text h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.details_full_text_list {
  padding: 24px 32px 24px 24px;
  background-color: #f8f9fc;
  border: 1px dashed #e5e6eb;
  border-radius: 4px;
  display: flex;
  margin: 16px 0 52px;
}
.details_full_text_list .list_file_icon {
  margin-right: 16px;
}
.details_full_text_list .details_full_text_right .title {
  font-size: 15px;
  margin: 4px 0 12px;
  font-weight: 400;
}
.details_full_text_list .details_full_text_right .btn_group .btn_v9 + .btn_v9 {
  margin-left: 16px;
}
.toolbar_footer_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #86909c;
  font-size: 15px;
}
/* 发布人 */
.patent_publisher {
  box-shadow: 0px 2px 5px rgba(75, 86, 103, 0.1);
  border-radius: 4px;
  background: #ffffff url(../images-v9/patent_publisher_bg.jpg) no-repeat top
    center;
  background-size: 100%;
  padding: 48px 32px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.patent_publisher .org_title:last-child {
  margin-bottom: 0;
}
.patent_publisher .publisher_tag {
  padding: 6px 20px;
  background: linear-gradient(84.79deg, #c9e3ff 0%, #e8f3ff 100%);
  border-radius: 0px 0px 0px 32px;
  color: #2386ee;
  font-size: 16px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  box-sizing: border-box;
}

.patent_publisher h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 16px 0 8px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.patent_publisher .org_title {
  font-size: 16px;
  color: #86909c;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  align-items: center;
}
.patent_publisher .org_title a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.patent_publisher .org_title .price,
.patent_publisher .org_title .vip {
  color: #4b5667;
}
.patent_publisher .org_title .price .num {
  color: #fa8c16;
  font-size: 14px;
}
.patent_publisher .org_title .vip .num {
  color: #ff4d4d;
  font-size: 14px;
}
.patent_publisher .org_title .gap {
  color: #e5e6eb;
  margin: 0 8px;
  font-size: 16px;
}
.patent_publisher .org_title .small {
  top: -1px;
  position: relative;
}
.patent_publisher .org_title .big {
  font-size: 20px;
}
.patent_publisher .org_title span {
  flex-shrink: 0;
}
.patent_publisher .publisher_btn {
  display: flex;
}
.patent_publisher .publisher_btn .iconfont {
  margin-right: 4px;
}
.patent_publisher .publisher_btn .btn_v9 + .btn_v9 {
  margin-left: 16px;
}
.patent_publisher .publisher_btn .btn_v9 {
  height: 32px;
  border-radius: 16px;
}
/* 推荐专利 */
.recommend_patent_list li {
  display: flex;
  color: #86909c;
  margin-top: 24px;
}
.recommend_patent_list li .recommend_patent_right h3 {
  color: #4b5667;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 45px;
}
.recommend_patent_right .text_ellipsis {
  width: 152px;
}
.recommend_patent_list li .recommend_patent_right .light_color {
  margin-bottom: 6px;
}
.recommend_patent_list li .patent_img {
  width: 128px;
  height: 72px;
  margin-right: 16px;
}
/* 谁看过 */
.seen_it_list li {
  color: #86909c;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.seen_it_list .avatar_common {
  margin-right: 12px;
}
.seen_it_list .seen_it_right {
  line-height: 1;
  font-size: 13px;
  flex: 1;
  width: 0;
}
.seen_it_list .seen_it_right h3 a {
  font-size: 14px;
  color: #0d1c28;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin-top: 4px; */
  display: block;
  width: 100%;
  line-height: 1.5;
}
.seen_it_list .seen_it_right h3 a:hover {
  color: #2386ee;
}
.seen_it_list .seen_it_right .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #86909c;
}

/* 专利-----申请人员----详情 */
.cell.badge_number_locate .badge_number {
  right: -10px;
  top: -10px;
}
.patent_side_echarts {
  margin-top: 24px;
}
.patent_content_v9 .saas_list .recommend_key_word {
  margin-bottom: -8px;
}
.patent_content_v9 .saas_list .recommend_key_word li {
  background-color: #f2f3f5;
  cursor: default;
}
.patent_content_v9 .saas_list .recommend_key_word li:hover {
  background-color: #f2f3f5 !important;
  color: #4b5667;
  border-color: #f2f3f5;
}
.conversion_report {
  background: rgba(1, 189, 136, 0.05);
  border: 1px dashed #01bd88;
  border-radius: 16px 0px 16px 16px;
  color: #01bd88;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 32px;
  box-sizing: border-box;
}
.conversion_report svg.icon {
  font-size: 18px;
  fill: #01bd88;
  margin-right: 6px;
}
.conversion_report:hover {
  color: #01bd88;
  background: rgba(1, 189, 136, 0.15);
}
/* 专利交易信息 */
.form_item_content.patent_info {
  display: flex;
}
.form_item_content.patent_info .patent_info_left {
  width: 676px;
  margin-right: 24px;
}
.form_item_content.patent_info h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
  /* overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2; */
}
.form_item_content.patent_info .light_color {
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form_item_content.patent_info a.btn_v9 {
  padding: 0 16px;
}
/* 许可价格 */
.permit_price {
  display: flex;
  align-items: center;
}
.permit_price .input_inner {
  width: 102px;
  margin: 0 8px;
}
.permit_price .very_light_color {
  margin-right: 24px;
}
/* 新增专利 */
.container_v9.add_patent_form {
  margin-top: 24px;
  padding-bottom: 80px;
}
.add_patent_form .form_container {
  margin-top: 40px;
}
.add_patent_form .form_container .form_content {
  width: 1000px;
  margin: 0 auto;
}
.form_node_title {
  font-weight: 700;
  font-size: 16px;
  margin: 32px 0 16px;
}
.upload_full_text .upload_btn {
  margin-right: 16px;
}
.radio_group.add_patent_radio .radio_default + .radio_default {
  margin-left: 48px;
}
.container_v9.add_patent_form .content_v9 {
  padding-bottom: 84px;
}

/* 发明人信息 */
.inventor_table tr th,
.inventor_table tr td {
  padding-left: 16px;
  padding-right: 0;
}
.inventor_table tr:last-child td {
  border: 0;
}
.inventor_table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.inventor_table tr td .checkbox_default + .checkbox_default {
  margin-left: 16px;
}
.inventor_table tr td:first-child .radio_default {
  justify-content: center;
}
.btn_v9.add_inventor_btn {
  border: 1px dashed #2386ee;
  background: #ffffff;
  padding: 0 16px;
  height: 40px;
  line-height: 38px;
  width: 100%;
  margin-top: 12px;
  border-radius: 0;
}

.btn_v9.add_inventor_btn .icon {
  font-size: 16px;
  margin-right: 16px;
}
.action_wrap {
  box-shadow: 0px 2px 16px rgba(75, 86, 103, 0.2);
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 0;
  z-index: 99;
}
.action_wrap .action_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action_wrap .action_content .title {
  font-size: 18px;
}
.action_wrap .action_content .title > span {
  font-weight: 700;
}
.action_wrap .action_content .right_action {
  display: flex;
  align-items: center;
}
.action_wrap .action_content .right_action .btn_group {
  margin-left: 24px;
}

/* 院系选择 */
.faculty_select_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  /*margin-top: 100px;*/
}
.faculty_select_list > li {
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 32px;
}
.faculty_select_list > li.is_disabled a,
.faculty_select_list > li.is_disabled:hover a {
  color: #c9cdd4;
}
.faculty_select_list li:nth-child(3n) {
  margin-right: 0;
}
.faculty_select_list li a {
  border-left: 3px solid #2386ee;
  background-color: #fff;
  width: 100%;
  padding: 20px 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faculty_select_list li a .icon {
  font-size: 18px;
  fill: #4b5667;
}
.faculty_select_down {
  box-shadow: 0px 4px 12px rgba(75, 86, 103, 0.15);
  background-color: #fff;
  width: 100%;
  max-height: 352px;
  overflow-y: auto;
  position: absolute;
  z-index: 9;
  display: none;
}
.faculty_select_down ul {
  padding: 8px 0;
}
.faculty_select_down ul li {
  padding: 12px 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.faculty_select_down ul li:hover,
.faculty_select_down ul li.active {
  background: #f1f7ff;
  color: #2386ee;
}
.faculty_select_list li:hover .faculty_select_down {
  display: block;
}
.faculty_select_list li:hover a {
  color: #2386ee;
}
.faculty_select_list li:hover .icon {
  transform: rotate(180deg);
  fill: #2386ee;
}

/* 联系人弹窗 */
.contacts_info {
  display: flex;
  border-bottom: 1px dashed #e5e6eb;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: sticky;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
.mask_alert .contacts_info .contacts_info_right h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 6px;
}
.contacts_info .avatar_common {
  border: 0;
  box-shadow: none;
  margin-right: 16px;
}
.mask_alert .contacts_info_type {
  transition: all 0.3s;
}
.mask_alert .contacts_info_type li {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  color: #4b5667;
}
.mask_alert .contacts_info_type li span {
  color: #86909c;
}
.mask_alert .contacts_info_type li p + p {
  margin-left: 24px;
}
.contacts_info_patent {
  background: #f8f9fc;
  padding: 16px 24px;
}
.contacts_info_patent h3 {
  font-size: 16px;
  font-weight: 700;
}
.contacts_info_patent h3 a {
  overflow: hidden;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 48px;
}
.contacts_info.active .contacts_info_type {
  display: none;
}

/* 聊天内容 */
.inventor_chat_content .chat_content_list .chat_time {
  text-align: center;
  color: #86909c;
  margin-top: 24px;
  justify-content: center;
  padding-right: 0;
  font-size: 12px;
}
.chat_content_list {
  overflow: hidden;
}
.chat_content_list li {
  margin-top: 24px;
  display: flex;
}
.chat_content_list li span {
  background-color: #f2f3f5;
  border-radius: 4px;
  padding: 10px 12px 8px;
}
.chat_content_list li .avatar_common {
  border: 0;
  box-shadow: none;
}
.inventor_chat_content .chat_content_list li {
  float: left;
  width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
}
.inventor_chat_content .chat_content_list li.messages_self {
  float: right;
  flex-direction: row-reverse;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
}
.inventor_chat_content .chat_content_list li.messages_self span {
  background: #e8f3ff;
}
.inventor_chat_content .chat_content_list li .avatar_common {
  margin-right: 20px;
}
.inventor_chat_content .chat_content_list li.messages_self .avatar_common {
  margin-left: 20px;
  margin-right: 0;
}
.chat_box .chat_box_tool {
  background-color: #f2f3f5;
  padding: 8px 16px;
  box-sizing: border-box;
  display: none;
}
.chat_box .chat_box_tool a + a {
  margin-left: 16px;
}
.chat_box textarea {
  border: 0;
  height: 100px;
  font-size: 15px;
  border: 1px solid #e5e6eb;
  border-radius: 4px;
  background: #f8f9fc;
}
.chat_box textarea:hover,
.chat_box textarea:focus {
  border-color: #2386ee;
  background-color: #fff;
}
/* 聊天常用语 */
.common_words_box {
  position: relative;
}
.common_words_box .common_words_btn {
  color: #4b5667;
  height: 36px;
  line-height: 36px;
  user-select: none;
  cursor: pointer;
}
.common_words_box .common_words_btn:hover {
  color: #2386ee;
}
.common_words_box .common_words_btn:hover .icon {
  fill: #2386ee;
}
.common_words_box .common_words_btn .icon {
  margin-left: 8px;
  width: 16px !important;
  height: 16px !important;
  /* 加 important 是因为做GPT那个页面 有人用了important覆盖了 */
}
.common_words_box .common_words_wrap {
  position: absolute;
  top: 32px;
  padding: 8px 0;
  width: 378px;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(75, 86, 103, 0.2);
  border-radius: 2px;
  display: none;
  max-height: 200px;
  overflow: auto;
}

.common_words_box .common_words_wrap li {
  padding: 8px 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.common_words_box .common_words_wrap li:hover {
  background-color: #f2f3f5;
}
.common_words_box .common_words_wrap li:last-child {
  margin-bottom: 0;
}
/* 如果常用语被浏览器遮挡，可以换成常用语在上面显示 */
.common_words_box .common_words_wrap.top {
  top: auto;
  bottom: 100%;
}
.common_words_box.active .common_words_btn {
  color: #2386ee;
}
.common_words_box.active .common_words_btn .icon {
  fill: #2386ee;
  transform: rotate(180deg);
}
/* 弹窗 */
.chat_box_alert .alert_content .contacts_scroll {
  overflow-y: auto;
  max-height: 46vh;
}
.chat_box_alert .alert_content {
  position: relative;
  /* margin-top: 24px ; */
}
.chat_box_alert .chat_box {
  margin-top: 32px;
}
.chat_box .chat_box_tool a:hover .icon {
  fill: #2386ee;
}
.chat_box_alert .alert_footer {
  margin-top: 0;
  padding-top: 16px;
  border-top: 0;
}

/* 转化报告弹窗添加最小高度 */
.conversion_repor_alert .alert_content {
  min-height: 256px;
  /* margin-top: 24px; */
}

/* 谁看过可能感兴趣的弹窗 */
.who_seen_alert table.saas_list .list_column {
  align-items: center;
}
.who_seen_alert .alert_header {
  margin-bottom: 0 !important;
}
.who_seen_alert .alert_header .tab_title {
  display: flex;
}
.who_seen_alert .alert_header .tab_title a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -16px;
  padding-bottom: 12px;
  cursor: pointer;
}
.who_seen_alert .alert_header .tab_title a {
  margin-right: 48px;
}
.who_seen_alert .alert_header .tab_title a:hover {
  border-bottom: 4px solid #2386ee;
  color: #0d1c28;
}
.who_seen_alert .alert_header .tab_title a.active {
  font-weight: 700;
  border-bottom: 4px solid #2386ee;
}
.who_seen_alert table.saas_list {
  /* margin-top: 8px;*/
}
.who_seen_alert table.saas_list tr td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.who_seen_alert.alert_container .alert_content {
  min-height: 332px;
}
/* 选择填写转化报告 */
.change_report_step {
  text-align: center;
}
.change_report_step .txt_tips {
  margin: 56px 0 32px;
  color: #86909c;
  font-size: 24px;
}
.change_report_step h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2386ee;
  margin-bottom: 16px;
}
.change_report_step .steps {
  padding: 16px 24px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.change_report_step .steps img {
  margin: 14px 16px 0 22px;
  width: 28px;
  height: 28px;
}
.change_report_step .steps .lis {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.change_report_step .steps .lis span {
  font-size: 15px;
  margin-top: 8px;
  color: #4b5667;
}
.change_report_step .steps i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.change_report_step .steps i svg {
  font-size: 28px;
}
.change_report_step .steps .tgzl {
  background-color: rgba(35, 134, 238, 0.08);
  /* background-image: url(../images-v9/bay_tgzl.svg); */
}
.change_report_step .steps .tgzl svg {
  fill: #2386ee;
}
.change_report_step .steps .lxkh {
  background-color: rgba(1, 189, 136, 0.08);
  /* background-image: url(../images-v9/bay_lxkh.svg); */
}
.change_report_step .steps .lxkh svg {
  fill: #01bd88;
}
.change_report_step .steps .scbg {
  background-color: rgba(250, 140, 22, 0.1);
  /* background-image: url(../images-v9/bay_scbg.svg); */
}
.change_report_step .steps .scbg svg {
  fill: #fa8c16;
}
.change_report_step .btn_group {
  margin-bottom: 64px;
  justify-content: center;
}
.change_report_step .btn_v9:nth-child(2) {
  margin-left: 24px;
}

/* 填写转化报告弹窗------非会员 */
.vague_box {
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 192px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.alert_box_wrap.scroll_modal .alert_container .alert_content.no_vip {
  padding-right: 0;
  max-height: calc(100vh - 372px);
  padding-bottom: 168px;
  min-height: 163px;
}
@media screen and (max-height: 870px) {
  .alert_box_wrap.scroll_modal .alert_container .alert_content.no_vip {
    padding-right: 24px;
  }
}
.view_records {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  text-align: center;
}
.view_records_content {
  background-color: #fff;
  padding-bottom: 32px;
}
.view_records h2 {
  font-weight: 700;
  font-size: 24px;
  color: #2386ee;
}
.view_records p {
  margin: 8px auto 24px;
  font-size: 16px;
  color: #86909c;
}
.view_records .btn_group {
  justify-content: center;
}
.view_records .btn_group .btn_v9 {
  height: 44px;
  border-radius: 22px;
  margin-left: 24px;
  width: 204px;
  font-size: 18px;
}

/* sie学位 */
/* 学位详情 */
/* 学位描述 */
/* 专业介绍 */
.major_introduce,
.degree_describe {
  margin-bottom: 40px;
}
.major_introduce h3 {
  font-weight: 700;
  font-size: 16px;
}
.major_introduce p,
.degree_describe p {
  color: #4b5667;
  line-height: 1.8;
  font-size: 15px;
}
/* 培养目标 */
.degree_describe h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
/* 附件 */
.degree_appendix {
  margin-bottom: 52px;
}
.degree_appendix li {
  padding: 16px 24px;
  background: #f8f9fc;
  border: 1px dashed #e5e6eb;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.degree_appendix li .upload_list_name {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  line-height: 24px;
}
.degree_appendix li .upload_list_name .icon_document {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.degree_appendix li.pdf .upload_list_name .icon_document {
  background-image: url(../images-v9/file/pdf.svg);
}
.degree_appendix li.word .upload_list_name .icon_document {
  background-image: url(../images-v9/file/word.svg);
}

/* 站内信 */
.station_letter_con {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(75, 86, 103, 0.1);
  border-radius: 4px;
  max-width: 1400px;
  min-width: 1200px;
  height: calc(100vh - 174px);
  overflow: hidden;
}
/* 去掉站内信头像的阴影和边框 */
.station_letter_con .avatar_common {
  box-shadow: none;
}
.station_letter_left {
  border-right: 1px solid #e5e6eb;
  width: 360px;
}
.station_letter_left .station_letter_search {
  height: 80px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e6eb;
}
.station_letter_left .station_letter_search .gptLikeTex {
  color: #4b5667;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
}
.station_letter_left .station_letter_search .gptLikeTex img {
  display: block;
  margin-right: 6px;
}
.station_letter_search .search_wrap {
  margin-right: 16px;
  position: relative;
  flex: 1;
}
.station_letter_search .search_wrap input {
  border-radius: 18px;
  padding-left: 38px;
}
.station_letter_search .search_wrap .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 18px;
  fill: #86909c;
}
.station_letter_search .station_add_btn {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e6eb;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.station_letter_search .station_add_btn .icon {
  font-size: 18px;
  fill: #86909c;
}
.station_letter_search .station_add_btn:hover {
  border-color: #2386ee;
}
.station_letter_search .station_add_btn:hover .icon {
  fill: #2386ee;
}

.contact_list {
  max-height: calc(100% - 80px);
  overflow-y: auto;
}
.contact_list li {
  display: flex;
  padding: 16px 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.contact_list li.active,
.contact_list li:hover {
  background-color: #f0f5ff;
}
.contact_list li .right_con {
  flex: 1;
  margin-left: 12px;
  width: 0;
}
.contact_list li .right_con .right_con_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_list li .right_con .right_con_top .name {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 16px;
  flex: 1;
}
.contact_list li .right_con .right_con_top .light_color {
  flex-shrink: 0;
}
.contact_list li .right_con .right_con_top span {
  font-size: 12px;
  color: #86909c;
}
.contact_list li .right_con .right_con_info {
  font-size: 13px;
  color: #86909c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  line-height: 1.2;
}
.station_letter_right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.station_letter_right .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e6eb;
  padding: 16px 24px;
  box-sizing: border-box;
  height: 80px;
}
.station_letter_right .info .right_con_top .name {
  font-weight: 700;
  font-size: 16px;
  margin-right: 4px;
}
.station_letter_right .info .right_con {
  margin-left: 8px;
}
.station_letter_content {
  padding: 24px;
  flex-grow: 1;
  max-height: calc(100% - 304px);
  overflow-y: auto;
}
.station_letter_content .info_wrap {
  margin-bottom: 24px;
  background: #f8f9fc;
  padding: 16px 24px;
}
.station_letter_content .info_wrap .title {
  font-weight: 700;
  font-size: 16px;
  overflow: hidden;
  display: block;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 48px;
}
.station_letter_content .info_wrap ul li {
  margin-top: 6px;
}
.station_letter_content .chat_list .time {
  font-size: 12px;
  color: #86909c;
  text-align: center;
  margin-bottom: 16px;
}
.station_letter_content .chat_list > li {
  margin-bottom: 16px;
  display: flex;
}
.station_letter_content .chat_list > li .msg {
  border-radius: 4px;
  padding: 12px;
  line-height: 1.6;
}
/*他人消息*/
.station_letter_content .chat_list > li.chat_left {
  padding-right: 56px;
}
.station_letter_content .chat_list > li.chat_left .msg {
  background: #f2f3f5;
  margin-left: 16px;
}
/*自己消息*/
.station_letter_content .chat_list > li.chat_right {
  flex-direction: row-reverse;
  padding-left: 56px;
}
.station_letter_content .chat_list > li.chat_right .msg {
  background: #e8f3ff;
  margin-right: 16px;
}
/*带序号的文字段落*/
.station_letter_content .chat_list > li .msg ol {
  list-style-type: decimal;
}
.station_letter_content .chat_list > li .msg ol li {
  margin-top: 12px;
}
/*机器人请稍等状态*/
.station_letter_content .chat_list > li .holdOn {
  color: #86909c;
}
.station_letter_content .chat_list > li .msg .robotHoldOn {
  display: inline-block;
  animation: blink-animation 1s infinite;
  margin-right: 6px;
  color: #0d1c28;
  font-weight: bold;
}
/*闪烁动画*/
@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*聊天输入区域*/
.chat_frame {
  padding-bottom: 24px;
  border-top: 1px solid #e5e6eb;
}
.chat_frame textarea {
  border: 0;
  min-height: 100px;
  padding: 12px;
}
.chat_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  margin-top: 16px;
}
.chat_frame .btn_group {
  justify-content: flex-end;
}
.chat_frame_tools {
  padding: 12px 16px;
}
.chat_frame_tools a {
  margin-right: 16px;
}
.chat_frame_tools a svg {
  font-size: 24px;
}

/* 分享 */
.share_btn {
  position: relative;
}
.share_btn .overlay_wrapper_box {
  top: 100%;
  right: 0;
  padding-top: 12px;
}
.share_btn .overlay_wrapper .triangle_left {
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -8px;
  right: 34px;
}
.share_btn:hover .overlay_wrapper_box {
  display: block;
}

/* 机构版首页banner */
.banner {
  width: 100%;
  height: 560px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images-v9/banner.jpg) no-repeat center;
  background-size: 100% 100%;
}
.banner .searchInput {
  position: relative;
  width: 680px;
}
.banner .searchInput input {
  width: 680px;
  height: 56px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 56px;
  padding-left: 64px;
  font-size: 18px;
}
.banner .searchInput .iconfont {
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #86909c;
  line-height: 24px;
}
.banner .searchInput .searchBtn {
  width: 160px;
  height: 56px;
  background: #2386ee;
  border-radius: 0px 56px 56px 0px;
  font-size: 20px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.banner .hotWords {
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: #ffffff;
}
.banner .hotWords .hotCard {
  display: flex;
}
.banner .hotWords .item {
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background: rgba(16, 42, 66, 0.6);
  border-radius: 2px;
  margin-left: 12px;
  cursor: pointer;
}
.banner .hotWords .item:hover {
  background: rgba(16, 42, 66, 0.8);
}
.index_container {
  margin-top: -60px;
}
.index_container .content_v9 {
  padding: 32px;
}
.index_container .list_tab_box {
  align-items: flex-start;
}
.index_container .list_tab_box .more_btn {
  margin-top: 3px;
}
