@charset "UTF-8";

/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.swal2-container {
  z-index: 999999;
}

img {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  /*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
  color: #333;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC",
    "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑",
    "STHeiti", "WenQuanYi Micro Hei";
  background: #fafafa;
}

a {
  /*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
  color: #333333;
  cursor: pointer;
}

.articleContent ul {
  padding-left: 16px;
}

li {
  list-style: none;
}

body a,
img {
  text-decoration: none;
  border: none;
  outline: none;
}

a:focus {
  outline: none;
}

select:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0 !important;
}

@font-face {
  font-style: normal;
  font-weight: 700;
}

video {
  display: block;
  margin: 0 auto;
}

button {
  border: 0;
}

.modal {
  z-index: 999999;
}

/*定义整个滚动条高宽及背景：高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(185, 165, 150, 0.2) inset;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
}

::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(185, 165, 150, 1) inset;
  background: rgba(185, 165, 150, 1);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

input[type="button"] {
  border: 0;
}

p {
  margin: 0;
}

.download-More {
  display: flex;
  justify-content: center;
}

.downloadMore {
  width: 50px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c3000b;
  color: #c7000b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
}

.downloadMore:hover {
  color: #ffffff;
  background: #c7000b;
}

/* 首页 */
.shadowMain {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 9991;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.UserFeedback_Mask {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.shadow {
  background: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 9999999;
  left: 0;
  backdrop-filter: blur(3px);
  display: none;
}

.link a span span {
  font-size: 10px;
  color: #bbbbbb;
}

.redDiv {
  position: relative;
}

.redDot {
  width: 7px;
  height: 7px;
  background: #cd2b1e;
  border-radius: 7px;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: -3px;
}

.redDivSpan {
  display: flex;
  flex-direction: column;
}

.pointer {
  pointer-events: none;
}

.main {
  padding-top: 30px;
}

.layout_main {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}

.newPc_main {
  width: 1100px;
  min-height: 500px;
  margin-top: 50px;
}

.search {
  position: fixed;
  width: 1100px;
  top: 0;
  background: #fafafa;
  z-index: 999;
  padding-top: 30px;
}

.clear {
  clear: both;
}

.search .search_left {
  display: flex;
  align-items: center;
  width: 240px;
  float: left;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 15px;
  border: 1px solid #c3000b;
}

.search .search_left img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.search .search_right {
  display: flex;
  align-items: center;
  float: right;
}

.search .search_right .topa {
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
  color: #666;
}

.search .search_right .messageV {
  margin: 0 60px;
  padding-bottom: 20px;
}

.search .search_right .topa:hover {
  color: #cd2b1e !important;
  font-weight: bold;
}

.search .search_right .personage {
  display: flex;
  align-items: center;
}

.search .search_right .img_tou {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.search .search_right .nickName {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 110px;
  margin-right: 10px;
  color: #666;
  cursor: pointer;
}

.search .search_right .message_title {
  position: absolute;
  font-size: 12px;
  color: #fff;
  min-width: 20px;
  height: auto;
  background: #cd2b1e;
  text-align: center;
  top: -15px;
  padding: 3px;
  border-radius: 50%;
}

.homePageSwiper a {
  position: relative;
  display: flex;
}

.homePageSwiper a span {
  position: absolute;
  color: #fff;
  font-size: 26px;
  bottom: 40px;
  left: 25px;
}

.homePageSwiper .swiper-scrollbar-drag {
  background: #fff;
}

.swiperDiv {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

/* 首页个人滑动窗口 */
.personage_fa {
  padding-bottom: 20px;
  position: relative;
}

.signIn {
  margin-bottom: 20px;
}

.signIn span {
  cursor: pointer;
}

.personage {
  position: relative;
}

.personage_v1 {
  width: 290px;
  height: 406px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: absolute;
  top: 40px;
  z-index: 27;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.personage_v1 .vi_son1 {
  display: flex;
  align-items: center;
}

.personage_v1 .vi_son1 .title_img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 8px;
}

.personage_v1 .vi_son1 span {
  font-weight: bold;
}

.personage_v1 .vi_son2 {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 12px;
  width: 130px;
  justify-content: space-between;
}

.personage_v1 .vi_son3 {
  display: flex;
  align-items: center;
  height: 53px;
  background: linear-gradient(
    153deg,
    rgba(253, 244, 206, 0.89) 0%,
    #ffffff 100%
  );
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  justify-content: space-between;
}

.personage_v1 .vi_son3 div p {
  color: #562c2c;
  font-size: 12px;
}

.personage_v1 .vi_son3 div normal {
  width: 74px;
  height: 27px;
  background: linear-gradient(
    32deg,
    #f6d79c 0%,
    rgba(253, 244, 206, 0.89) 100%
  );
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #562c2c;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.personage_v1 .vi_son4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.personage_v1 .vi_son4 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personage_v1 .vi_son4 a span {
  font-size: 12px;
  margin-top: 8px;
}

.personage_v1 .vi_son5 {
  border-top: 1px solid #e7e7e7;
  padding-top: 17px;
}

.personage_v1 .vi_son5 p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ouot_login {
  height: 32px;
  border-radius: 4px;
  border: 1px solid #979797;
  width: 100%;
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 右侧导航栏 */

.Navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  z-index: 999;
}

.Navigation_main {
  width: 140px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 30px;
}

.Navigation_main .navi_logo {
  margin: auto;
  margin-bottom: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
}

.Navigation_main .link {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.Navigation_main .link a {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  position: relative;
}

.Navigation_main .link a img {
  margin-left: 20px;
  margin-right: 15px;
  width: 17px;
}

.Navigation_main .link a:not(:last-of-type) {
  margin-bottom: 10px;
}

.Navigation_main .link_2 {
  display: flex;
}

.Navigation_main .link_2 a {
  margin-left: 20px;
}

.Navigation_main .link_3 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.Navigation_main .link_3 .userdiv {
  margin-left: 20px;
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.DownloaD2,
.DownloaD1 {
  padding: 14px;
}

.UserFeedback_box {
  width: 460px;
  height: 420px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  display: none;
  z-index: 99999;
}

.boxDel {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.UserFeedback_box .advise {
  height: 24px;
  font: 18px;
  font-weight: 600;
  margin: 26px 0 30px 26px;
}

.UserFeedback_box textarea {
  resize: none;
  height: 98px;
  width: 100%;
  border: 2px solid #f4f4f4;
  padding: 5px;
  display: block;
  color: #999999;
  font-size: 14px;
}

.UserFeedback_box .phone_box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  border: 2px solid #f4f4f4;
  display: block;
  color: #999999;
  font-size: 14px;
}

.U_Feedback_submit {
  width: 112px;
  height: 36px;
  background: #c7000b;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.UserFeedback_boxSon {
  margin: 0 40px;
}

.UserFeedback_boxSon div {
  margin-bottom: 30px;
}

.UserFeedback_boxSon p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

/* 热搜轮播图 */
.module_1 {
  display: flex;
  justify-content: space-between;
}

.mySwiper {
  width: 1100px;
  height: 300px;
  margin: 0;
  border-radius: 8px;
}

.mySwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1);
}

.mySwiper .swiper-pagination {
  position: absolute; /* 确保定位生效 */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  left: 25px;
  bottom: 24px;
}

.mySwiper .swiper-pagination-bullet {
  width: 30px; /* 分页点宽度 */
  height: 4px; /* 分页点高度 */
  border-radius: 5px;
}

.swiper-container {
  --swiper-navigation-size: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.mySwiper .swiper-slide img {
  width: 1100px;
  height: 300px;
  border-radius: 8px;
}

.swiper-button-next-1 {
  right: var(--swiper-navigation-sides-offset, 20px) !important;
}

.swiper-button-prev-1 {
  left: var(--swiper-navigation-sides-offset, 20px) !important;
}

.swiper-button-next-2 {
  right: 8px;

  &:hover {
    img {
      content: url("../img/swiperRr.svg");
    }
  }
}

.swiper-button-prev-2 {
  &:hover {
    img {
      content: url("../img/swiperLl.svg");
    }
  }
}

.Top_search {
  background: #fff;
  border-radius: 8px;
  padding: 20px 14px;
  height: 450px;
  overflow: hidden;
}

.Top_search div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.Top_search div a {
  display: flex;
  align-items: baseline;
  margin-bottom: 22px;
}

.Top_search div a:not(:last-of-type) {
  /* margin-bottom: 35px; */
}

.Top_search div a span {
  width: 208px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-left: 10px;
  height: 40px;
  font-size: 15px;
}

.Top_search div a img {
  top: 5px;
  position: relative;
}

/* 话题讨论 */
#myModalArea {
  width: 800px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999999;
}

#modalImage {
  width: 500px;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prevArea {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.nextArea {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.topicMain {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topicDiv {
  width: 260px;
  height: 512px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}

.topicDiv h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.topicIndex video {
  display: block;
  margin: 20px 0;
}

.reviewAll {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}

.regionV3 {
  display: flex;
  align-items: center;
}

.courseBtnDiv {
  display: flex;
  align-items: center;
}

.courseBtnDiv .commentBtn {
  background: #fff;
  width: 100px;
  height: 38px;
  margin-left: 10px;
  border-radius: 4px;
}

.commentDelete {
  display: flex;
  align-items: center;
  color: #884848;
  margin-left: 25px;
  cursor: pointer;
}

.commentDelete img {
  margin-right: 5px;
}

.topic_main {
  background: #fff;
  padding: 12px;
}

.topic_data_p1 {
  font-size: 16px;
}

.topicImg {
  position: absolute;
  right: 0;
  top: 0;
}

.gallery {
  position: relative;
  /* width: 150px;
    height: 150px; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: #fafafa;
  max-height: 236px;
}

.gallery-item {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.topicReview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}

.discussionAreaIndex {
  width: 260px;
}

.topic_dataV {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 20px;
}

.topicVideoCourse {
  margin-bottom: 20px;
}

.topicVideo {
  margin-bottom: 20px;
  max-height: 278px;
}

.topicReview p {
  font-size: 14px;
  color: #999;
}

.topicReview div {
  display: flex;
  align-items: center;
}

.topicReview div span {
  font-size: 16px;
  color: #884848;
  margin-left: 5px;
}

.topic {
  width: 260px;
  height: 512px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}

.module_topic {
  margin-top: 40px;
}

.topic_title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.topic_title span {
  color: #322222;
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.topic_title a normal {
  color: #c7000b;
  margin-right: 10px;
  font-weight: 600;
}

.topic_title .moreVipCourse {
  color: #c7000b;
  margin: 0 8px;
  font-size: 14px;
}

.topic_title .gang {
  position: absolute;
  bottom: -5px;
}

.topic_data h4 a {
  font-size: 20px;
}

.topic_data video {
  width: 100%;
}

.topic_data_p {
  padding: 0 12px;
  padding-top: 12px;
}

.region {
  margin-top: 12px;
}

.regionV1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 13px;
}

.regionV1 img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 5px;
}

.regionV1 span {
  font-size: 13px;
  color: #888;
}

.regionRecover {
  margin-left: 20px;
}

.commentLike {
  cursor: pointer;
}

.commentLike normal {
  font-size: 13px;
  color: #b6261e;
}

.regionSpan {
  cursor: pointer;
  margin-right: 5px;
  color: #b6261e;
  font-size: 13px;
}

.recoverSpan {
  cursor: pointer;
}

.topicVote {
  margin: 20px 0;
}

.topicVote label {
  height: 52px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 14px;
  color: #322222;
  padding: 12px;
  display: flex;
  align-items: center;
  position: relative;
}

.topicVote label:not(:first-of-type) {
  margin-top: 10px;
}

.voteActive {
  position: absolute;
  background: #feeced;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.voteAcDiv {
  width: 62px;
}

.voteAcDivSpan {
  width: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.voteUnActive {
  position: absolute;
  background: #eeeeee;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.voteAc {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #c7000b;
}

.voteUnAc {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #322222;
}

.voteButton {
  width: 180px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #c7000b;
  font-size: 14px;
  color: #c7000b;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 20px;
}

.topicVoteRadio {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.topicRadioDiv {
  display: flex;
  flex-direction: column;
  width: 236px;
}

.topicVoteRadio img {
  width: 236px;
  height: 133px;
}

.RadioDivSon {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 52px;
  position: relative;
  border-radius: 0px 0px 12px 12px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.topicRadioDiv div p {
  width: 160px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}

.topicRadioDiv div span {
  width: 44px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.topicVote label span {
  max-width: 600px;
}

.votePKDiv {
  height: 52px;
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #eeeeee;
  border-top: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  justify-content: space-between;
}

.votePKDiv p {
  width: 250px !important;
}

.votePKBtn {
  width: 70px;
  height: 20px;
  /* background: #CD2B1E; */
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  color: #cd2b1e;
}

.regionInput {
}

.regionVp {
  margin-bottom: 8px;
  padding-left: 23px;
  word-wrap: break-word;
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
}

.regionInput {
  height: 69px;
  background: #fbfbfb;
  border-radius: 4px;
  border: 1px solid #c3000b;
  width: 100%;
  padding: 12px;
  margin-top: 10px;
}

.regionV2 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  justify-content: space-between;
  padding-left: 23px;
}

.regionV4 {
  display: flex;
  align-items: center;
}

.regionV4 .regionV2 {
  margin-right: 15px;
}

.topicReturn {
  background: url(../img/回车.svg) no-repeat center right 10px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #c3000b;
  width: 236px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  padding-right: 30px;
}

.commentBtn:hover {
  background: #c3000b;
  color: #fff !important;
}

.commentBtn {
  border: 1px solid #c3000b;
  color: #c3000b;
}

.commentInfoBut {
  border: 1px solid #c3000b;
  color: #c3000b;
}

.focused {
  /* border:1px solid #C3000B;
    color: #C3000B !important; */
}

#commentModal .modal-body {
  max-height: 600px;
  overflow-y: auto;
}

.modalMoreBtn {
  margin: 0 auto;
  border: none;
  color: #8e6060;
  font-size: 14px;
  margin-top: 20px;
}

.btn_review {
  height: 36px;
  border-radius: 20px;
  border: 1px solid #0d6efd;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  display: block;
  background: #0d6efd;
  margin-top: 10px;
}

.regionDiv {
  position: relative;
}

.huifu {
  position: absolute;
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
}

/* 热门文章 */
.article_data {
  width: 820px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 20px;
}

.article_1 {
  width: 260px;
  /* height: 246px; */
  background: #ffffff;
  border-radius: 8px;
  /* box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1); */
  position: relative;
}

.article_1 a {
  display: flex;
  position: relative;
}

.exclusive {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: auto !important;
  height: auto !important;
}

.article_1 .article_1_img {
  width: 260px;
  height: 142px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.article_1 .topic_index_img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.article_1 .article_2 {
  padding: 12px 12px 0 12px;
  position: relative;
}

.s_r_num_four {
  /* padding-bottom: 14px; */
}

.article_1 .article_2 .article_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  height: 24px;
}

.article_4 {
  display: flex;
  align-items: center;
}

.article_4Xing img {
  margin-right: 5px;
  width: 13px !important;
}

.article_3_img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  margin-right: 10px;
}

.article_2_href {
  padding: 12px 12px 0 12px;
}

.article_2_p {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
  line-height: normal;
}

.xing_img {
  margin-right: 8px;
  width: auto !important;
}

.article_4 span {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 115px;
}

.article_4 normal {
  font-size: 12px;
  color: #c7000b;
}

.czBetweenA {
  display: flex;
  align-items: center;
}

.hover_one {
  position: absolute !important;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(49, 49, 49, 0.08);
  border-radius: 6px;
  flex-direction: column;
  left: 0px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: none;
  z-index: 9999999;
}

.hover_one .article_4 span {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.czBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
}

.hover_two {
  width: 340px;
  /* height: 202px; */
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(49, 49, 49, 0.08);
  border-radius: 6px;
  z-index: 12;
  position: absolute;
  left: 254px;
  padding: 16px;
  top: 0;
  display: none;
}

.hover_three {
  width: 340px;
  /* height: 207px; */
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(49, 49, 49, 0.08);
  border-radius: 6px;
  z-index: 12;
  position: absolute;
  left: 254px;
  padding: 16px;
  top: 0;
  left: 0;
}

.hover_twov1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hover_twov1 div {
  display: flex;
}

.hover_twov1 div div {
  flex-direction: column;
  margin-left: 10px;
}

.hover_twov1 div div a {
  flex-direction: column;
}

.hover_twov1 div img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.hover_twov1 div p:nth-of-type(1) {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}

.hover_twov1 div p:nth-of-type(2) {
  font-size: 12px;
  color: #999;
}

.hover_twov1 button {
  /* width: 55px;
    height: 20px;
    background: #c7000b;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    border: 0; */
}

.hover_twov2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.hover_twov2 a {
  width: 152px;
}

.hover_twov2 div img {
  width: 152px;
  height: 84px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.hover_twov2 div p {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 盘点专题 */
.topicPandian1,
.topicPandian2 {
  background-repeat: no-repeat !important;
}

.module_2 {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
}

.inventory {
  width: 540px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.01);
  border-radius: 13px;
}

.searchContainerDiv {
  display: flex;
}

.inventory_v1 {
  line-height: 2;
  /* padding: 24px 18px; */
  padding: 20px;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
}

.inventory_v1 p {
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.topicShort p {
  height: auto !important;
}

.inventory_v1 div img {
  margin-right: 10px;
}

.inventory_v1 div span {
  color: #999;
  font-size: 14px;
}

.topicShort div span {
  color: #884848 !important;
  font-size: 16px !important;
}

.commentTitle {
  font-size: 14px;
  color: #c7000b;
}

.inventory_v1 div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}

.inventory_v2 {
  display: flex;
  flex-direction: column;
}

.inventory_v2_img {
  width: 115px;
  height: 65px;
  border-radius: 6px;
  margin-right: 12px;
}

.inventory_v2 div div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inventory_son_v1 {
  display: flex;
  padding: 0 18px;
  padding-bottom: 20px;
  justify-content: space-between;
}

.inventory_son_v2 {
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inve_son_v2p {
}

.inve_son_v2Div {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.inve_son_v2Div div {
  display: flex;
  align-items: center;
}

.inve_son_v2Div div img {
  margin-right: 5px;
}

.inve_son_v2Div div:nth-of-type(1) img {
  border-radius: 50%;
  width: 14px;
}

.inve_son_v2Div div:nth-of-type(2) span {
  border-radius: 50%;
  color: #c7000b;
}

.topicTopShare {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.topicTopShareDiv1 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.topicTopShareDiv1_img {
  width: 18px !important;
  height: 18px !important;
  margin-right: 5px;
}

.topicTopShareDiv1 span {
  font-size: 14px;
  color: #666;
}

.topicInfo {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  width: 968px;
  border-radius: 8px;
  position: relative;
}

.topicInfo2 {
  display: flex;
  justify-content: space-between;
  /* padding: 8px 14px; */
  background: #fff;
  margin-bottom: 20px;
  flex-direction: column;
  border-radius: 8px;
}

.topicInfo2 .projectCase {
  padding: 14px;
}

.topicInfo img {
  width: 382px;
  height: 210px;
  border-radius: 8px;
}

.topicInfoDiv1_p {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
}

.topicInfoDiv1 {
  color: #999;
  font-size: 14px;
  width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

.topicIntro {
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden; */
}
.topicInfoDiv1 .topicIntro p {
  font-size: 16px;
  color: #333;
  line-height: 20px !important;
  text-align: left;
  font-style: normal;
}
.topicInfoDiv1 .topicIntro span {
  font-size: 14px !important;
}
/* 会员精选 */
.member_select {
  border-radius: 8px;
}

.memberDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 12px;
  padding-bottom: 12px;
  height: 36px;
}

.select_main {
  display: flex;
  justify-content: space-between;
}

.select_1 {
  width: 400px;
  padding: 18px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: linear-gradient(208deg, #fff8ca -40%, #fffffa 50%);
}

.member_select .select_p {
  font-size: 18px;
  font-weight: bold;
}

.member_select .select_pp {
  font-size: 16px;
  font-weight: bold;
}

.member_select .select_span {
  font-size: 12px;
  color: #999;
  border-radius: 4px;
  padding: 1px 6px;
}

.member_select .select_title {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.member_select .select_info a {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.member_select .select_info a div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: baseline;
  padding: 0px 3px;
}

.member_select .select_info a div span {
  border: 1px solid #bebebe;
  display: inline-block;
}

.select_2 {
  width: 260px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: linear-gradient(208deg, #fff8ca -40%, #fffffa 50%);
}

.select_2 .equity {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: space-between;
}

.select_2 .equity div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100px;
  margin-bottom: 25px;
}

.select_2 .equity div span:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
}

.select_2 .equity div span:nth-of-type(2) {
  font-size: 12px;
  color: #b5b4b1;
}

.select_2_v1 {
  display: flex;
  align-items: center;
}

.select_2_v1 img {
  margin-right: 8px;
}

.select_2_a {
  height: 38px;
  background: #f7cf6a;
  border-radius: 6px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.vipGap {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 20px;
}

.vipTopic {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 20px;
}

.articleOnly {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.articleOnly img {
  width: 100%;
  display: block;
  max-height: 164px;
}

.articleOnly p {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
  padding: 0 12px;
  margin-top: 10px;
}

.articleOnlyDiv {
  position: relative;
}

.member_swiper .swiper-slide img {
  width: 100%;
  display: block;
}

.member_swiper .swiper-slide p {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
  margin-top: 10px;
}

.vipIndexDiv .inventory_son_v1 {
  padding: 0 !important;
  margin-top: 20px;
}

.vipIndexDiv_1 {
  display: flex;
  align-items: center;
}

.vipIndexDiv_1 span {
  font-size: 14px;
  color: #999;
}

.vipIndexDiv_1 img {
  width: 60px;
  margin-right: 10px;
}

#vipBuyModal {
  --bs-modal-width: 764px !important;
}

#vipBuyModal .modal-content {
  padding: 24px;
  background: url("../img/vipBack.svg") no-repeat center;
  background-size: 100%;
  width: 764px;
  border: 0;
  height: 373px;
  overflow: hidden;
}

#vipBuyModal .modal-body {
  padding: 0;
}

.agreementA {
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 10px;
  text-align: center;
}

#courseBuyModal {
  --bs-modal-width: 466px !important;
}

#courseBuyModal .modal-header {
  padding: 0;
  border: 0;
}

#courseBuyModal .modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #673421;
}

#courseBuyModal .modal-content {
  padding: 24px;
  background: url(../img/courseBack.svg) no-repeat center;
  background-size: 100%;
  width: 466px;
  border: 0;
  height: 336px;
  overflow: hidden;
}

#courseBuyModal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.courseTan1 {
  text-align: center;
}

.courseTan1 .text_22 {
  font-size: 30px;
  font-weight: bold;
  color: #673421;
}

.courseTan1 .text_33 {
  font-size: 26px;
  font-weight: bold;
  color: #cccccc;
  text-decoration: line-through;
}

.courseSubDiv .payCourseBtn {
  width: 272px;
  height: 34px;
  background: #ffde6c;
  box-shadow: 0px 0px 10px 0px rgba(255, 86, 0, 0.1);
  border-radius: 4px;
  backdrop-filter: blur(2px);
  color: #824900;
  font-size: 14px;
  border: 0;
  font-weight: bold;
}

.text_44 {
  color: #673421;
  font-size: 18px;
  margin-bottom: 26px;
}

.text_55 {
  height: 54px;
  background: #fae6a0;
  border-radius: 8px;
  border: 1px solid #fae6a0;
  color: #673421;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}

.buyCourseBtn {
  cursor: pointer;
}

.text_66 {
  color: #666666;
  font-size: 16px;
}

#courseSubscribeModal {
  --bs-modal-width: 320px !important;
}

#courseSubscribeModal .modal-content {
  padding: 24px;
  background: url(../img/courseBack1.png) no-repeat center;
  background-size: 100%;
  width: 320px;
  border: 0;
  height: 423px;
  overflow: hidden;
}

#courseSubscribeModal .modal-body {
  padding: 0;
}

#courseSubscribeModal .modal-body h3 {
  font-size: 16px;
  color: #884d00;
  font-weight: bold;
}

#courseSubscribeModal .modal-body h3 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 113px;
}

#courseSubscribeModal .modal-body .btn-close {
  position: absolute;
  right: 0;
  top: -4px;
}

.wangshang {
  display: none;
}

/* 分割 */

#courseBuyResultModal .modal-header {
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#courseBuyResultModal {
  --bs-modal-width: 460px !important;
}

#courseBuyResultModal .modal-content {
  padding: 24px;
  background: url(../img/courseBack1.png) no-repeat center;
  background-size: 100%;
  width: 460px;
  border: 0;
  height: 223px;
  overflow: hidden;
}

#courseBuyResultModal .vipBuyResultModalBut {
  display: flex;
  justify-content: space-evenly;
}

#courseBuyResultModal .modal-body {
  padding: 0;
  overflow-y: clip !important;
}

#courseBuyResultModal .modal-body p {
  font-size: 14px;
  text-align: center;
}

#courseBuyResultModal .modal-body h3 {
  font-size: 16px;
  color: #884d00;
  font-weight: bold;
}

#courseBuyResultModal .modal-body h3 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 113px;
}

#courseBuyResultModal .modal-body .btn-close {
  position: absolute;
  right: 0;
  top: -4px;
}

.courseSubDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.courseSubtext1 {
  text-align: center;
  color: #884d00;
  font-size: 12px;
}

.courseSubDiv div label.pay-radios-label .bui-radios,
.course-radios {
  width: 100%;
}

.courseSubDiv div label {
  width: 100%;
}

.comfirmBuyBtn {
  background: #ffde6c;
  box-shadow: 0px 0px 10px 0px rgba(255, 86, 0, 0.1);
  border-radius: 4px;
  backdrop-filter: blur(2px);
  color: #824900;
  padding: 7px 0;
  font-weight: bold;
  font-size: 14px;
}

.PopupDivAll {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.PopupDiv1_1 {
  display: flex;
  align-items: center;
}

.PopupDiv1_1Img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 15px;
}

.PopupDiv1_2 {
  color: #4d3300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.PopupDiv1_2 span {
  font-size: 12px;
}

.PopupDiv1_4 {
  display: flex;
}

.PopupDiv1_3 {
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 175px;
  justify-content: space-around;
}

.PopupDiv1_3 a {
  color: #884d00;
}

.PopupDiv_Form {
  width: 479px;
  height: 248px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(255, 86, 0, 0.1);
  border-radius: 14px;
  border: 2px solid #ffffff;
  backdrop-filter: blur(2px);
}

.popuRadioDiv {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 0;
  color: #884d00;
}

.popuRadioDiv p:nth-of-type(1) {
  font-weight: 400;
  font-size: 20px;
  color: #884d00;
}

.popuRadioDiv p span:nth-of-type(1) {
  font-weight: bold;
  font-size: 28px;
}

.popuRadioDiv p span:nth-of-type(2) {
  font-size: 14px;
  text-decoration: line-through;
}

.popuRadioDiv p:nth-of-type(3) {
  font-size: 14px;
}

.PopupDiv_Form1 {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  justify-content: space-between;
}

.PopupDiv_FormAll {
  display: flex;
  justify-content: space-between;
}

#vipBuyResultModal .vipBuyResultModalBut {
  display: flex;
  justify-content: space-evenly;
}

#vipBuyResultModal .modal-body {
  text-align: center;
}

.vipBuyResultModalBut {
  margin-top: 30px;
}

.vipBuyResultModalBut .paySuccessBtn {
  background: #ffde6c;
  border-radius: 4px;
  border: 1px solid #ffde6c;
  color: #884d00;
  padding: 6px 20px;
}

.vipBuyResultModalBut .paySuccessBtnDown {
  background: #f8f8f8;
  border-radius: 4px;
  color: #322222;
  padding: 6px 20px;
}

/* 热门招聘和最新文章 */
.new_article {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.new_article .new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 820px;
  gap: 20px;
  margin-bottom: 20px;
}

.recruitment {
  height: 508px;
  width: 260px;
}

.jobList {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
}

.jobList a {
  margin-bottom: 28px;
}

.recruitment_v1 {
  display: flex;
  flex-direction: column;
}

.recruitment_v1 p {
  word-break: break-all;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.recruitment_v1 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruitment_v1 div span {
  font-size: 12px;
  color: #999999;
}

.recruitment_v1 div normal {
  font-size: 14px;
  color: #c7000b;
}

.companyRecruitment {
  height: 102px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  width: 100%;
  padding: 20px;
}

.model_close {
  display: flex;
}

.model_close button {
  height: 32px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
}

.model_close .model_closeBut {
  background: #f8f8f8;
  color: #333;
  margin-right: 20px;
}

.model_close .model_closeTou {
  background: #c7000b;
  color: #fff;
}

.model_jobP {
  margin-bottom: 20px;
}

.comRecru_v1 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.comRecru_v1_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.comRecru_v1_1 p {
  font-size: 16px;
  font-weight: bold;
}

.comRecru_v1_1 div span {
  font-size: 14px;
  color: #666;
  height: 22px;
  background: #f8f8f8;
  border-radius: 3px;
  display: inline-block;
  line-height: 22px;
  margin-right: 10px;
}

.comRecru_v1_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.comRecru_v1_2 p:nth-child(1) {
  color: #c7000b;
  font-weight: bold;
}

.comRecru_v1_2 p:nth-child(2) {
  color: #999999;
  font-size: 14px;
}

.latestArticle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* width: 1100px; */
  gap: 20px;
}

/* 底部footer  */
#footer {
  width: 1100px;
  display: flex;
}

.footer1 {
  width: 1100px;
  color: #5d5c6a;
  overflow: hidden;
  padding: 45px 0px;
}

.footertwo {
  width: 420px;
  color: #bbbbbb;
}

.hrFooter {
  margin: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  border-bottom-style: dashed;
}

.footerone {
  width: 640px;
  color: #322222;
  display: flex;
  flex-direction: column;
}

.footertwo_DIV0 {
  position: relative;
  display: flex;
  align-items: center;
}

.footertwo_DIV0 a:nth-child(1) {
  font-size: 18px;
}

.footertwo_DIV0 a:nth-child(2) {
  color: #999999;
  margin-left: 20px;
}

.footeronePnew1 {
  font-size: 12px;
  line-height: 30px;
  color: #999;
}

.footeronePnew1 a {
  color: #999;
}

.footertwo_DIV01 {
  font-size: 14px;
  display: flex;
  margin-top: 20px;
}

.footertwo_DIV01_1 p {
  position: relative;
  line-height: 30px;
  font-size: 14px;
}

.footertwo_DIV01_1 p a {
  color: #666;
}

.footertwo_DIV02 {
  display: flex;
  margin-right: 50px;
}

.footertwo_DIV02 div img {
  width: 82px;
}

.footertwo_DIV02 div p {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

.footerone_p1 {
  color: #333;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: space-between;
}

.footerone_p2 {
  font-size: 12px;
  color: #999999;
  line-height: 32px;
  margin-top: 10px;
}

.footerone span:nth-of-type(1) {
  font-weight: bold;
  font-size: 18px;
}

.footerone span:nth-of-type(2) {
  width: 200px;
  position: relative;
  color: #999;
  margin-left: 24px;
}

.footerDIV1 {
  display: flex;
  justify-content: space-between;
}

.footertwo_DIV1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 50px;
}

.footertwo_DIV2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clear {
  clear: both;
}

/* 搜索弹窗 */

.search_main {
  background: #fff;
  z-index: 99999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}

.search_concrete {
  width: 1260px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.search_input_Div {
  left: 67px;
  background: #fff;
  color: #cd2b1e;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
}

.search_input_Div1 {
  position: absolute;
  width: 88px;
  height: 175px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
  top: 35px;
}

.searchMainInput {
  padding-left: 120px !important;
}

.search_input_Div1 p {
  color: #999999;
  font-weight: 600;
}

.searchAct {
  color: #cd2b1e !important;
}

.search_inputSpan {
  position: absolute;
  color: #cd2b1e;
  font-weight: bold;
  padding-left: 20px;
  font-size: 16px;
  top: 12px;
  display: none;
}

.search_concrete .search_input {
  width: 1260px !important;
}

.search_concrete .search_input .main_input {
  width: 1260px !important;
}

.caseIndexSearch .search_input .main_input {
  width: 936px !important;
  height: 46px !important;
  font-size: 16px !important;
  background: url(../img/navigation/hongbai.png) #fff no-repeat center left 15px !important;
  background-size: 32px !important;
}

.caseIndexSearch .search_input .searchPageBtn {
  height: 38px !important;
  width: 110px !important;
  font-size: 16px !important;
}

.caseIndexSearch .search_input {
  width: 936px !important;
  margin-bottom: 20px !important;
}

.search_input {
  width: 1100px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.search_input .main_input {
  width: 1100px;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #c3000b;
  font-size: 18px;
  padding-left: 67px;
  background: url(../img/navigation/hongbai.png) no-repeat center left 15px;
  background-size: 32px;
}

.search_input .searchPageBtn {
  width: 150px;
  height: 52px;
  background: #c7000b;
  border-radius: 25px;
  border: 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.search_data {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.search_data .search_bot {
  width: 375px;
  position: relative;
}

.search_data .search_bot label {
  color: #060606;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.clearHistory {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.search_hotNew {
  display: flex;
  flex-wrap: wrap;
}

.search_hotNew span {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  word-break: break-all;
  margin-bottom: 24px;
}

.search_data .search_hot {
  display: flex;
  /* flex-direction: column; */
  font-size: 15px;
  color: #322222;
}

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

.search_data .search_hot a img {
  margin-right: 10px;
}

.search_data .search_hot a:not(:last-of-type) {
  margin-bottom: 24px;
}

.search_data .search_exponent {
  display: flex;
  flex-direction: column;
}

.search_exponent .exponent_v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 375px;
  height: 45px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0 20px;
}

.search_exponent .exponent_v1 div {
  display: flex;
  align-items: center;
}

.search_exponent .exponent_v1 div img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.search_data .search_exponent a {
  margin-bottom: 24px;
}

.Integrity_index {
  font-size: 14px;
  color: #c7000b;
}

.search_data .history {
  display: flex;
  flex-wrap: wrap;
}

.search_data .history span {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  word-break: break-all;
  margin-bottom: 24px;
}

.search_close {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

/* 登录注册 */
.loginBox {
  width: 440px;
  height: 578px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  padding: 50px 50px 0 50px;
  display: flex;
  justify-content: space-between;
  display: none;
  top: 0;
  bottom: 0;
}

.loginBox_left {
  width: 380px;
  float: left;
  height: 100%;
}

.code_login {
  display: none;
  position: absolute;
  top: -150px;
  height: 156px;
}

.sms_login {
  /* display: none; */
}

.userAgree {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  flex-direction: column;
}

.userAgree label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.userAgree label span {
  font-size: 12px;
}

.userAgree label span a {
  color: #00386f;
  cursor: pointer;
}

.userAgree label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.userAgree label input[type="checkbox"]:checked {
  background: #fff2f2;
}

.userAgree label input[type="checkbox"]:checked::after {
  content: "✔";
  color: #c7000b;
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 16px;
}

.account_login {
  display: none;
}

.logLeftv1 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

.logLeftv1_1 {
  display: flex;
  justify-content: space-between;
  width: 340px;
}

.logLeftv1 div span {
  font-size: 18px;
  color: #999;
  margin-right: 15px;
  cursor: pointer;
}

.logLeftv1 div a {
  font-size: 18px;
  color: #2a9ae1;
}

.logindx {
}

.login_active {
  font-weight: 600;
  border-bottom: 4px solid #c7000b;
  padding-bottom: 10px;
  color: #333 !important;
}

.qiye_log {
  font-weight: bold;
  color: #00386f;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  display: none;
  cursor: pointer;
}

.logLeftv2 {
  width: 340px;
  height: 468px;
  position: relative;
}

.userAgreeMain {
  position: absolute;
  bottom: 67px;
  width: 340px;
}

.logLeftv2 input:focus {
  outline: none;
}

.form-group input {
  -webkit-appearance: none; /* 取消 Safari 默认样式 */
  appearance: none; /* 同时处理其他浏览器 */
}

.logLeftv2 .form-group {
  position: relative;
}

.logLeftv2 .form-group label {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
}

.logLeftv2 .img_change {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 15px 15px 0;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  padding-left: 12px;
}

.logLeftv2 .send_btn_1 {
  color: #00386f;
  font-weight: bold;
  font-size: 14px;
  background: none;
  position: absolute;
  display: block;
  right: 10px;
  top: 16px;
}

.logLeftv2 .form-group {
  position: relative;
}

.logLeftv2 .yzm_img {
  /* margin-bottom: 10px; */
}

.loginType1 {
  font-size: 18px;
}

.login_btnNew {
  width: 220px;
  height: 48px;
  background: #c7000b;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
}

.sign_btnNew {
  width: 110px;
  height: 48px;
  border-radius: 26px;
  border: 1px solid #c7000b !important;
  color: #c7000b;
  background: #fff;
  float: right;
  cursor: pointer;
}

.login_btn {
  width: 340px;
  height: 48px;
  background: #c7000b;
  border-radius: 26px;
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
  display: none;
  font-size: 18px;
}

.third_msg {
  background: url(../img/login/third_msg_left.png) center left no-repeat,
    url(../img/login/third_msg_right.png) center right no-repeat;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.msg_pic {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto;
}

.close_log {
  position: absolute;
  right: 25px;
  top: 25px;
}

.nozhang {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.nozhang normal {
  color: #c7000b;
  font-weight: bold;
}

.sao_suc {
  display: none;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}

.reload {
  display: none;
}

.loginBox_right {
  display: flex;
  align-items: center;
  background: #fff;
  width: 340px;
}

.logRightv1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logRightv1 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logRightv1 div p {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.qrcode_img {
  width: 110px;
}

.boxr_p1 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 16px;
  color: #333;
}

.boxr_p2 {
  color: #666;
  margin-bottom: 40px;
}

.logRightv1 {
  margin-top: 40px;
}

.scan_div_img {
  position: relative;
}

.scan_div_img .reload {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.logRightv1 div span {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  margin: 0 15px;
  margin-top: 10px;
}

/* 自定义复选框 */
#checkbox {
  display: none;
}

.remeWord {
  position: relative;
  color: #00386f;
  font-size: 14px;
  height: 50px;
  margin-bottom: 25px;
}

.remeWordRight {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  width: 100px;
  float: right;
  line-height: 50px;
}

.remeWord label {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 80px;
  padding: 0;
  background: #fff;
}

.topic_data div a {
  background: url("../img/链接.svg") no-repeat center left;
  font-size: 14px !important;
  padding-left: 20px;
}

/* 设置 input[type="radio"] 隐藏默认外观 */
.topic_data input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  border: 1px solid #665f5f;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

/* 设置选中的颜色和内圆 */
.topic_data input[type="radio"]:checked {
  border-color: #c7000b; /* 这里设置选中时的边框颜色 */
}

.topic_data input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c7000b; /* 这里设置选中时的内圆颜色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topic_data input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.topic_data input[type="checkbox"]:checked {
  background: #fff2f2;
}

.topic_data input[type="checkbox"]:checked::after {
  content: "✔";
  color: #c7000b;
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 16px;
}

.remeWord input[type="checkbox"] {
  /*
 display: none;这样会让tab键无法选取自定义的checkbox，所以使用下面的方法
 clip 属性剪裁绝对定位元素。
 */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.mark::before {
  content: "\a0";
  display: inline-block;
  border: 1px solid silver;
  text-align: center;
  width: 15px;
  height: 15px;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 5px;
}

input[type="checkbox"]:checked + .mark::before {
  content: "\2713";
  color: #fa8e53;
}

.zhuce {
  display: none;
}

/* 案例库 */
.case_fix {
  /* position: fixed;
    top: 85px; */
}

.fixed {
  bottom: 425px;
  top: auto !important;
}

.hotSear {
  margin: 0 20px 20px 20px;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotSear p {
  margin-right: 20px;
}

.hotSear span {
  color: #666666;
  margin-right: 20px;
  cursor: pointer;
}

.hotSear span:nth-of-type(1) {
  /* margin-bottom: 5px; */
}

.caseBase {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.caseBase_left {
  display: flex;
  width: 144px;
  align-items: flex-start;
}

.acquiesceFa {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #cd2b1e;
  color: #cd2b1e;
}

.acquiesceFa img {
  /* position: absolute;
    z-index: 1111111;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); */
  margin-left: 5px;
}

.caseBase_leftv {
  background: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  padding: 24px 20px;
}

.caseBase_leftvAgency {
  background: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  padding: 24px 20px;
}

.caseBase_new {
  width: 1245px;
}

.caseBase_leftv1 {
  display: flex;
}

.caseBase_leftv1:not(:first-child) {
  margin-top: 20px;
}

.caseBase_left .caseBase_leftv1 p {
  color: #322222;
  font-weight: bold;
  margin-bottom: 10px;
}

.caseBase_left .caseBase_leftv1 button {
  background: #fff;
  color: #cd2b1e;
  width: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}

.caseBase_tan {
  max-width: 1245px;
  background: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(49, 49, 49, 0.1);
  border-radius: 6px;
  position: absolute;
  z-index: 9999999;
  display: none;
  min-width: 1000px;
}

.caseBase_tanv2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, 142px);
  grid-gap: 10px;
  margin-left: 20px;
  margin-top: 30px;
  width: 100%;
}

.caseBase_tanv2 span {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 36px;
  background: #fafafa;
  border-radius: 6px;
  padding: 0 15px;
  cursor: pointer;
  color: #666666;
}

.caseBase_tanv2 span:hover {
  background: #cd2b1e;
  color: #fff;
}

.caseBase44 {
  width: 100%;
}

.caseBase_tanv3 {
  background: #f2f2f2;
  border-radius: 6px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 10px;
  padding: 6px;
  margin-top: 10px;
  display: none;
}

.caseBase_tanv3 span {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 36px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  color: #666666;
}

.case_active {
  background: #cd2b1e !important;
  color: #fff !important;
}

.case_activeNew {
  background: #fff !important;
  color: #cd2b1e !important;
  border: 1px solid #cd2b1e !important;
}

.case_active a {
  color: #fff;
}

.caseBut {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.closBase {
  cursor: pointer;
}

.caseBut button {
  width: 84px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.caseVerify {
  border: 1px solid #cd2b1e;
  color: #fff;
  margin-right: 20px;
  background: #cd2b1e !important;
}

.caseOut {
  border: 1px solid #979797;
  color: #999;
}

.caseBase_right {
  width: 940px;
}

.caseRtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caseRtitle_v1 {
  display: flex;
  align-items: center;
}

.caseRtitle_v1 span {
  color: #666;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
}

.caseRtitle_v2 {
  display: flex;
  align-items: center;
}

.caseRtitle_v2 a div {
  display: flex;
  align-items: center;
  color: #666;
  margin-left: 30px;
}

.caseRtitle_v2 a div img {
  margin-right: 5px;
}

.caseRtitle_ac {
  height: 32px;
  background: #f1f1f1;
  border-radius: 6px;
  color: #333333 !important;
  font-weight: bold;
  line-height: 32px;
  padding: 0 20px;
}

.caseRtitle_ac1 {
  height: 32px;
  background: linear-gradient(180deg, #fffae7 0%, #fffdf4 100%);
  border-radius: 6px;
  color: #c57c1d !important;
  font-weight: bold;
  line-height: 32px;
  padding: 0 20px;
}

.caseData {
  margin-top: 20px;
}

.s_r_num_new {
  padding-bottom: 12px;
  margin-bottom: 0 !important;
  height: 36px !important;
}

/* 公司主页 */
.companyTop {
  width: 1100px;
  height: 168px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  margin-bottom: 20px;
}

.companyNew {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}

.companyNew1 {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.companyNew1Div {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.companyListModal {
  width: 936px;
  height: 676px;
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow-y: auto;
}

.companyListModal .title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.closeBanner {
  position: absolute;
  right: 24px;
  cursor: pointer;
}

.company_list {
  padding-left: 24px;
  padding-bottom: 70px;
}

.companyListModal .title .active {
  color: #c7000b;
  border-bottom: 3px solid;
  padding-bottom: 12px;
}

.companyListModal .title .banner {
  margin-left: 24px;
  cursor: pointer;
}

.typeList div a img {
}

.relevantTitle {
  display: flex;
  height: 43px;
  background: #fcf4f3;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}

.relevantTitle img:nth-child(1) {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(151, 151, 151, 0.1);
}

.relevantTitle span {
  font-size: 16 px;
  color: #cd2b1e;
  padding-left: 15px;
}

.closeBth {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.myArticleTitle {
  height: 43px;
  background: #f3f3f3;
  border-radius: 8px 8px 0px 0px;
  font-size: 18px;
  color: #666;
  padding: 0 16px;
  margin-bottom: 20px;
  line-height: 43px;
}

.isUserVip {
  height: 140px;
  background: linear-gradient(45deg, #fef4d7 0%, #fff9f1 50%, #fffaf3 100%);
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.commercial {
  display: flex;
  flex-direction: column;
}

.commercialDiv1 {
  display: flex;
}

.commercialDiv1 div {
  width: 33%;
  margin-bottom: 14px;
}

.commercialDiv1 div p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.commercialDiv1 div p:nth-of-type(2) {
  font-size: 14px;
  color: #322222;
  font-weight: bold;
}

.goToBuyVipBtn {
  cursor: pointer;
}

.isUserVip p {
  color: #492b00;
  font-weight: bold;
}

.isUserVip span {
  width: 164px;
  height: 46px;
  background: #ffde6c;
  border-radius: 23px;
  border: 1px solid #ffde6c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #492b00;
  margin-top: 16px;
  font-weight: 500;
}

.typeTitle {
  height: 22px;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 0 6px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 20px;
}

.companyNew1Div span {
  color: #c7000b;
}

.companyNew1Span1 {
  font-size: 18px;
  color: #322222;
  font-weight: bold;
}

.relevantCompanyListMain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 16px;
}

.relevantCompanyList {
  width: 285px;
  height: 96px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

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

.relevantCompanyList a img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin-right: 12px;
}

.relevantCompanyList a div {
  display: flex;
  flex-direction: column;
}

.relevantCompanyList a div span:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 8px;
}

.relevantCompanyList a div span:nth-of-type(2) {
  font-size: 14px;
}

.companyTopv {
  display: flex;
}

.companyImg {
  width: 120px;
  height: 120px;
  margin-right: 24px;
  border-radius: 50%;
}

.companyTopv1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.companyTopv1_1 {
  display: flex;
  align-items: center;
}

.companyTopv1_1 p {
  font-size: 22px;
  font-weight: 400;
  margin-right: 10px;
  font-weight: bold;
}

.companyTopv1_1 span {
  font-size: 12px;
  height: 22px;
  background: #f8f8f8;
  border-radius: 13px;
  padding: 0 8px;
  display: inline-block;
  line-height: 22px;
  margin-left: 10px;
}

.companyTopv1_1 img {
  width: 22px;
}

.companyTopv1_2 {
  font-size: 12px;
  color: #999;
}

.companyTopv1_3 {
  font-size: 14px;
  color: #666;
  width: 730px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.companyTopv1_4 {
  display: flex;
  align-items: center;
}

.companyTopv1_4 div {
  display: flex;
  align-items: center;
}

.companyTopv1_4 div:not(:last-child) {
  margin-right: 15px;
}

.companyTopv1_4 div span {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}

.companyTopv1_4 div normal {
  font-size: 18px;
  font-weight: bold;
}

.companyFollow {
  width: 152px;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  cursor: pointer;
}

.companyData {
  display: flex;
  justify-content: space-between;
}

.companyLeft {
  width: 144px;
  background: #ffffff;
  border-radius: 6px;
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  float: left;
}

.companyLeft div {
  height: 36px;
  background: #fafafa;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.noCaseActiveImg {
  display: none;
  position: absolute;
  top: -25px;
}

.companyLeft div:not(:last-child) {
  margin-bottom: 20px;
}

.companyRight {
  width: 936px;
  float: right;
  min-height: 530px;
}

.companyRightFa {
  width: 936px;
  float: right;
}

.adviseDiv {
  background: linear-gradient(
      146deg,
      #fff0f1 0%,
      rgba(255, 255, 255, 0.5) 100%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    #ffffff !important;
  display: flex;
  align-items: center;
  color: #666;
}

.adviseDiv div img {
  margin-right: 15px;
}

.adviseDiv div p span {
  text-decoration: underline;
  color: #00386f;
  cursor: pointer;
}

.companyDatapub {
  background: #ffffff;
  padding: 24px;
  /* margin-bottom: 20px; */
  position: relative;
  border-radius: 6px;
}

.companyDatapubDiv {
  position: relative;
}

.projectCaseMain {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.singleArticle_5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.singleArticle_5 span:not(:last-child) {
  margin-right: 5px;
}

.companyDatapub .projectCaseMain:not(:last-child) {
  margin-bottom: 20px;
}

.companyDatapub .companyRecruitment:not(:last-child) {
  margin-bottom: 20px;
}

.companyRight .companyRecruitment:not(:last-child) {
  margin-bottom: 20px;
}

.company_Introduction .move {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.company_Introduction button {
  width: 100px;
  height: 30px;
  background: #eeeeee;
  border-radius: 27px;
  font-size: 12px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  cursor: pointer;
}

.overbutton {
  display: none;
}

.comData_All {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.comData_p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.comAddress {
  height: 213px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.comAddress_v1 {
  display: flex;
  height: 54px;
  background: #ffffff;
  align-items: center;
  padding: 0 12px;
  line-height: 54px;
  border-bottom: 1px solid #eeeeee;
}

.comAddress_v1 span {
  color: #666;
  margin-left: 10px;
}

.searchComNew {
  width: 260px;
  height: 90px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  padding: 20px;
  display: flex;
}

.searchComNew img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.searchComNew div p:nth-of-type(1) {
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.searchComNew div p:nth-of-type(2) {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #999;
}

.searchComNew div :nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.searchCom {
  display: flex;
  align-items: center;
  width: 458px;
  background: #ffffff;
  border-radius: 6px;
  padding: 12px 20px;
}

.searchCom img {
  width: 53px;
  height: 53px;
  box-shadow: 0px 0px 4px 0px rgba(28, 27, 27, 0.08);
  border-radius: 27px;
  margin-right: 15px;
}

.searchCom div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.searchCom p {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.searchCom span {
  font-size: 14px;
  color: #999;
}

.searchPos_v {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.searchTopic {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
}

.searchPosition {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
}

.searchPos_p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 320px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.searchPos_v0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchPos_v01 {
  display: flex;
  align-items: center;
}

.searchPos_v01 img {
  margin-right: 8px;
}

.searchPos_v01 span {
  color: #999;
  font-size: 12px;
}

.searchPos_salary {
  color: #c7000b;
  font-weight: bold;
}

.searchPos_v1 {
  display: flex;
  align-items: center;
}

.searchPos_v1 p {
  font-size: 18px;
  color: #c7000b;
  font-weight: bold;
  margin-right: 20px;
}

.searchPos_v1 span {
  font-size: 14px;
  color: #666;
  padding: 1px 5px;
  background: #f8f8f8;
}

.searchPos_v1 span:not(:first-of-type) {
  margin-left: 12px;
}

.searchPos_v2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.searchPos_v2 div span:nth-of-type(1) {
  font-size: 14px;
}

.searchAuthorv22 {
  margin-left: 10px;
}

.searchAuthorv22 div span {
  font-weight: bold;
}

.searchAuthorv33 {
  display: flex;
  align-items: center;
}

.searchAuthorv33 .companyName {
  font-weight: bold;
  max-width: 130px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchAuthorv33 .typeIcon {
  padding: 5px 7px;
  font-size: 10px;
  border-radius: 6px;
  margin-left: 8px;
}

.searchAuthorv33 .daili {
  color: #0082c5;
  background: #edfcff;
}

.searchAuthorv33 .pinpai {
  color: #d48c00;
  background: #fff6ed;
}

.searchAuthorv33 .gg {
  color: #e06600;
  background: #fff0ed;
}

.searchAuthorv33 .sanfang {
  color: #003ae0;
  background: #ededff;
}

.searchAuthorv2 {
  display: flex;
  align-items: center;
  position: relative;
}

.searchAuthorv2 div {
  position: relative;
}

.searchPos_v2 {
  display: flex;
  align-items: center;
}

.searchPos_v2 div {
  position: relative;
}

.searchPos_v2 div span:nth-of-type(2) {
  font-size: 12px;
  color: #666;
}

.searchPosImg {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
}

.searchPosImg1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.searchPosImg_2 {
  position: absolute;
  left: -11px;
  top: -11px;
}

.searchPos_v2 div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  height: 100%;
}

.searchAuthorspan {
  font-size: 12px;
  color: #999;
}

.searchAuthor {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
}

.followAuthor {
  width: 60px;
  height: 28px;
  background: #c7000b;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.have_guan {
  width: 60px;
  height: 28px;
  background: #fff;
  border-radius: 8px;
  color: #979797;
  font-size: 14px;
  position: absolute;
  top: 24px;
  right: 24px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  border: 1px solid #979797;
}

.searchTopa {
  display: flex;
  align-items: center;
}

.searchAuthorv {
  background: #fff;
  padding: 24px;
  position: relative;
  width: 458px;
  border-radius: 8px;
}

.searchAuthor_v1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}

.searchAuthor_v11 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 195px;
}

.searchAuthor_v1_img1 {
  width: 195px;
  height: 107px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.searchAuthor_v1_img {
  width: 100%;
  margin-bottom: 10px;
}

.searchAuthor_v11 .article_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 24px;
}

.searchAuthor_v1 div p {
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
  line-height: normal;
}

.newClassName {
  display: flex !important;
  flex-direction: column !important;
}

.articleInfoCase a {
  width: 100%;
}

.newClassName .articleInfoCase {
  border: 1px solid #eee;
  border-radius: 8px;
}

.projectCase_v2_1Span {
  font-size: 14px;
  color: #c7000b;
}

.articleInfoCase .projectCase_v2_1 {
  align-items: center;
  justify-content: space-between;
}

.articleInfoCase .article_4 normal {
  font-size: 16px !important;
  margin-left: 10px;
}

.articleInfoCase .article_4 span {
  font-size: 16px !important;
  margin-left: 10px;
}

.articleInfoCase .article_4 img {
  width: 18px;
}

.newClassName .projectCase_v2 {
  justify-content: space-around !important;
}

.newClassName .projectCase_v2 p:nth-of-type(1) {
}

.articleInfoPose {
  border: 1px solid #eeeeee;
  padding: 20px;
}

.projectCase {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.projectCase a {
  width: 100%;
}

.unReadImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
}

.topicArticle_5 {
  margin-top: 10px;
  justify-content: left !important;
}

.topicArticle_5 span:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.flashSigleMain {
  background: #fff;
  padding: 24px 30px;
}

.flashSigleMain {
  margin-bottom: 20px;
}

.flashSigleMain h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.flashSigleMain a p {
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tagDetail {
  padding: 0 28px;
  padding-top: 26px;
  padding-bottom: 34px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  background-image: url("../img/标签位图.png");
  background-repeat: no-repeat;
  background-position: center right 55px;
}

.tagDetail h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 7px;
}

.tagMoreDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.tagMore {
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c3000b;
  padding: 12px 68px;
  color: #c7000b;
  font-size: 14px;
  display: inline-block;
}

.tagDetail span {
  font-size: 16px;
  color: #999;
}

.article_5 {
  height: 28px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 4px 12px !important;
  font-size: 14px;
  color: #00386f !important;
  line-height: normal !important;
  cursor: pointer;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.projectCase_img {
  width: 260px;
  height: 142px;
  display: block;
  border-radius: 8px;
}

.projectCase_v2_1 {
  display: flex;
  position: relative;
  margin-top: 18px;
  height: 24px;
}

.projectCase_v2_1_Div {
  display: flex;
  align-items: center;
}

.projectCase_v2_1_Div1span {
  color: #c7000b;
  font-weight: bold;
}

.projectCase_v1 {
  float: left;
  position: relative;
}

.projectCase_v2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* padding-left: 20px; */
}

.projectCase_v22 {
  /* height: 142px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  width: 458px;
}

.projectCase_v2 p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

.projectCase_v2 p:nth-of-type(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.projectCase_v2_1 .article_4 {
  margin-right: 20px;
}

.singleChild {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.searchOneColumn {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.searchTwoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.searchTime {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.searchThreeColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.searchFourColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.projectCase_a {
  position: absolute;
  right: 0;
  top: 0;
  color: #c7000b;
  background: url("../img/hong_xie.svg") no-repeat center right;
  padding-right: 10px;
  font-size: 14px;
}

.cooperation {
  display: flex;
  flex-direction: column;
}

.cooperation_span {
  font-size: 14px;
  color: #666;
  height: 22px;
  background: #f8f8f8;
  border-radius: 3px;
  line-height: 22px;
  padding: 0 6px;
  margin-bottom: 15px;
  display: inline-block;
}

.cooperation_v2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.cooperation_v2_2 {
  height: 96px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.cooperation_v2_2 img {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.01);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 12px;
}

.cooperation_v2_2 div {
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: space-between;
}

.cooperation_v2_2 div p {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cooperation_v2_2 div span {
  font-size: 14px;
}

/* 招聘 */
.jobRightV {
  display: flex;
  flex-direction: column;
  position: relative;
}

.jobRightV .companyRecruitment {
  margin-bottom: 20px;
}

.jobRightV11 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.jobRightV11 img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

.jobRightV11 div {
  flex-direction: column !important;
  height: 100%;
  justify-content: space-between;
}

.jobRightV11 div p {
  font-weight: bold;
}

.jobRightV11 div span {
  font-size: 14px;
  color: #666;
}

.jobRightV2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.jobRightV1 {
  position: relative;
}

.postJob {
  height: 36px;
  border-radius: 8px;
  color: #d13c30;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background: #fff1f1;
  font-weight: bold;
}

/* 会员中心 */
.module_3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.mCenterV1 {
  position: relative;
  margin-bottom: 40px;
}

.mCenterV1TopImg {
  height: 250px;
  width: 100%;
  border-radius: 8px;
}

.mCenterV1_1 {
  width: 308px;
  height: 213px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(5px);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mCenterV1_1_1 {
  display: flex;
  align-items: center;
}

.mCenterV1_1_1 img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 14px;
}

.mCenterV1_1_1 div {
  display: flex;
  flex-direction: column;
  color: #4d3300;
}

.mCenterV1_1_1 div span:nth-of-type(1) {
}

.mCenterV1_1_1 div span:nth-of-type(2) {
  font-size: 12px;
}

.mCenterV1_1_2 {
  display: flex;
  justify-content: space-between;
}

.mCenterV1_1_2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4d3300;
  font-size: 13px;
}

.mCenterV1_1_2 div img {
  margin-bottom: 7px;
}

.becomeMem {
  width: 100%;
  height: 42px;
  background: #ffde6c;
  border-radius: 21px;
  border: 1px solid #ffde6c;
  color: #884d00;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.becomeMemBack {
  width: 100%;
  height: 42px;
  background: #cccccc;
  border-radius: 21px;
  border: 1px solid #cccccc;
  color: #884d00;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mCenterV2 .topic_title span {
  color: #341400;
}

.mCenterV2 .topic_title normal a {
  color: #884d00;
  margin-right: 10px;
}

.mCenterV2_1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mCenterV2_1_1 {
  background: linear-gradient(180deg, #fffae7 0%, #fffdf4 100%);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  width: 210px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.mCenterV2T_5 {
  width: 364px !important;
  height: 268px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  margin: auto !important;
  right: 0 !important;
  left: auto !important;
  top: -290px !important;
}

.mCenterV2T_5 div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.mCenterV2T {
  display: none;
  position: absolute;
  width: 868px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(110, 110, 110, 0.08);
  border-radius: 8px;
  left: 0;
  z-index: 9;
  font-size: 14px;
  color: #c8a06a;
  font-weight: bold;
  padding: 18px;
  top: -80px;
  right: 0;
  margin: auto;
  background: url("../img/mCenterV2T.png") #fff no-repeat top right;
}

.btn-primary {
  background: #fff;
  color: #0d6efd;
}

.commentMain {
  margin-right: 20px;
  cursor: pointer;
}

.mCenterV2_1_1 div p {
  font-size: 18px;
  color: #4d3300;
  font-weight: bold;
}

.mCenterV2_1_1 div span {
  color: #c57c1d;
  font-size: 12px;
}

.mCenterV2_1_1 img {
  width: auto !important;
}

.memberMain {
  display: flex;
  flex-direction: column;
}

.memberMore {
  display: flex;
  margin-bottom: 20px;
}

.memberMore span {
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

.memberMore span:not(:first-of-type) {
  margin-left: 50px;
}

.memberAct a {
  font-size: 20px;
  font-weight: bold;
  color: #341400 !important;
  display: flex;
  margin-bottom: 3px;
}

/* 我的简历 */
.jianli_Div {
  display: flex;
  background: #fff;
  padding: 24px;
  flex-direction: column;
}

.jianli_Div .jianli_Div1 {
  width: 314px;
}

.jianli_Div1p {
  margin-bottom: 10px;
}

.linkDiv {
  margin-bottom: 20px;
  color: #666;
}

.linkDiv a {
  border-radius: 8px;
  padding: 14px;
  min-width: 450px;
  display: flex;
  background: url(../img/pdf.svg) no-repeat center left 14px #fafafa;
  padding-left: 40px;
}

.pdfNone {
  border-radius: 8px;
  padding: 14px;
  min-width: 450px;
  display: flex;
  background: url(../img/pdfNone.svg) no-repeat center left 14px #fafafa;
  padding-left: 40px;
}

/* 基础资料 */
.Individual {
  width: 1100px;
}

.rightIndividual {
  width: 936px;
  float: right;
}

.rightIndividual_top {
  display: flex;
  background: #fff;
  padding: 28px 20px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
}

.Indiv_active a {
  color: #c7000b !important;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 5px;
}

.rightIndividual_top div:not(:first-child) {
  margin-left: 70px;
}

.rightIndividual_data {
  width: 936px;
  float: right;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 14px;
}

.authorDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select2-container--default .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #dddddd !important;
}

.Indiv_p {
  font-size: 18px;
  font-weight: bold;
  color: #322222;
}

.form_indiv {
  margin-bottom: 30px;
}

.pic_btn {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.pic_btn .user_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 36px;
}

.pic_btn .file2 {
  width: 100px;
  height: 40px;
  background: #eeeeee;
  border-radius: 10px;
  /* font-size: 18px; */
  color: #322222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Indiv_p1 {
  color: #666666;
  font-size: 14px;
  margin-bottom: 12px;
}

.form_indiv input[type="text"] {
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 14px 16px;
  font-size: 14px;
  width: 430px;
}

.form_indiv select {
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 0 16px;
  font-size: 14px;
  width: 430px;
  height: 38px;
}

.form_indiv textarea {
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 14px 16px;
  font-size: 14px;
  width: 760px;
}

.articleCase {
  display: none;
}

/* 安全设置 */
.modalDiv {
  display: flex;
  justify-content: space-between;
}

.modalDiv input {
  width: 312px;
}

.modal_desc {
  color: #666;
  font-size: 14px;
  margin-bottom: 12px;
}

.safetyBtn {
  /* width: 112px;
    height: 48px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    margin-left: 20px; */
}

.safetyBtnStyle {
  width: 112px;
  height: 48px;
  background: #eeeeee;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  margin-left: 20px;
  display: inline-block;
  line-height: 48px;
}

/*单选框选中后，自定义radio的样式*/
label.bui-radios-label .bui-radios {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 48px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  vertical-align: -2px;
  font-style: normal;
  text-align: center;
  line-height: 48px;
}

label.bui-radios-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

label.bui-radios-label input[type="radio"]:checked + .bui-radios:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

label.bui-radios-label input[type="radio"]:checked + .bui-radios {
  border: 1px solid #c7000b;
}

label.bui-radios-label input[type="radio"]:disabled + .bui-radios {
  border: 1px solid #979797;
}

label.bui-radios-label
  input[type="radio"]:disabled:checked
  + .bui-radios:after {
  background-color: #c1c1c1;
}

/* vip radio */
label.vip-radios-label .bui-radios {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  background: #f7f7f7;
  border-radius: 8px;
  font-style: normal;
  text-align: center;
}

label.vip-radios-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

label.vip-radios-label input[type="radio"]:checked + .bui-radios:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

label.vip-radios-label input[type="radio"]:checked + .bui-radios {
  background: rgba(251, 235, 176, 0.2);
  border-radius: 8px;
  border: 2px solid #f7cf6a;
}

label.vip-radios-label input[type="radio"]:disabled + .bui-radios {
  border: 1px solid #979797;
}

label.vip-radios-label
  input[type="radio"]:disabled:checked
  + .bui-radios:after {
  background-color: #c1c1c1;
}

/* 支付单选框样式 */
label.pay-radios-label .bui-radios {
  display: inline-block;
  position: relative;
  width: 175px;
  height: 40px;
  border-radius: 8px;
  vertical-align: -2px;
  font-style: normal;
  text-align: center;
  line-height: 48px;
}

label.pay-radios-label .bui-radios img {
  margin-right: 10px;
}

label.pay-radios-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

label.pay-radios-label .bui-radios,
.course-radios {
  font-style: normal;
  width: 175px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
}

label.pay-radios-label .bui-radios,
.course-radios {
}

label.pay-radios-label input[type="radio"]:checked + .bui-radios:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

label.pay-radios-label input[type="radio"]:checked + .bui-radios {
  border: 2px solid #f7cf6a;
  background: #fefaed;
  color: #884d00;
}

label.pay-radios-label input[type="radio"]:disabled + .bui-radios {
  border: 1px solid #979797;
}

label.pay-radios-label
  input[type="radio"]:disabled:checked
  + .bui-radios:after {
  background-color: #c1c1c1;
}

.PopupDiv_Form1Div {
  color: #884d00;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.PopupDiv_Form1Div p:nth-of-type(2) {
  font-size: 14px;
}

.priceP {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form_indiv_son {
  width: 430px;
  display: flex;
  justify-content: space-between;
}

.submitBtn {
  background: #d8362f;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px 40px;
}

.form_indiv_fa {
  display: flex;
  justify-content: space-between;
}

.fileinputDiv {
  width: 106px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.fileinputDiv img {
  width: 15px;
  margin-right: 5px;
}

.fileinputDiv button {
  border: 0 !important;
}

.fileinputDiv button:hover {
  background: #fff !important;
  border: 0 !important;
  color: #333;
}

/* 我的收藏夹 */

.rightIndividual_collect {
  width: 936px;
  float: right;
}

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

.dividual_collect_top h3 {
  font-size: 20px;
  font-weight: bold;
}

.newcollect {
  /*color: #00386F;*/
  background: none;
}

.collectionInfo {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 12px;
}

.collectionInfo .collectionInfo_div1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.collectionInfo .collectionInfo_div1 a {
  font-size: 18px;
  font-weight: bold;
}

.collectionInfo .collectionInfo_span {
  background: #dfe9ff;
  border-radius: 6px;
  color: #00386f;
  font-size: 12px;
  padding: 4px 5px;
  margin-left: 7px;
}

.collectionInfo p:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
}

.collectionInfo p:not(:first-child) {
  margin-top: 10px;
}

.module {
  display: none;
  position: absolute;
  width: 140px;
  height: 84px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(49, 49, 49, 0.04) 0px 2px 3px 2px;
  border-radius: 6px;
  right: 0px;
  top: 30px;
  z-index: 111;
}

.toggleModule {
  position: relative;
  cursor: pointer;
}

.moduleDiv {
  position: absolute;
  right: 20px;
  top: 20px;
}

.module span {
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: #666;
  display: block;
}

.module span:hover {
  cursor: pointer;
  background: rgba(216, 216, 216, 0.1);
  cursor: #322222 !important;
}

.noDataDiv {
  display: flex;
  height: 530px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.disableClick {
  pointer-events: none;
}

.zhishu {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background: linear-gradient(128deg, #ffefee 0%, #ffffff 100%);
  border-radius: 8px;
  position: relative;
}

.zhishu img:nth-of-type(1) {
  position: absolute;
  right: -10px;
  top: -10px;
}

.zhishu img:nth-of-type(2) {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.zhishu p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #cd2b1e;
  margin-bottom: 10px;
}

.zhishu p:nth-of-type(2) {
  color: #eb6f58;
  font-size: 12px;
  z-index: 1;
}

.btn-secondary {
  background: #fbfbfb;
  border: none;
  color: #8e6060;
  font-size: 14px;
}

.btn-danger {
  background-color: #cd2b1e;
  /* 重写背景颜色 */
  border-color: #cd2b1e;
  /* 重写边框颜色 */
}

/* 查代理 */
.agencyDi {
  background: #f8f4f4;
  border-radius: 15px;
  font-weight: bold;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}

.agencyDi img {
  margin-right: 8px;
}

.agencyDiImg {
  margin: 0 !important;
  position: absolute;
  top: 30px;
  right: -7px;
  display: none;
}

/* 指数 */
.rightIndex {
  width: 936px;
  float: right;
}

.index_right {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #999999;
  padding-right: 20px;
}

.index_right div {
  position: relative;
}

.divInfo {
  position: absolute !important;
  width: 265px !important;
  box-shadow: 0px 0px 10px 0px #e3e3e3;
  background: #ffffff;
  padding: 16px 16px;
  line-height: 20px;
  z-index: 100;
  font-size: 12px;
  text-align: justify;
  top: 23px;
  display: none;
  z-index: 9999;
}

.index_right div:nth-child(1) {
  width: 300px;
}

.index_right div img {
  margin-left: 4px;
}

.index_right div:not(:first-of-type) {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_rightData {
  background: #fff;
  padding: 20px 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.index_rightData .searchAuthorv2 {
  width: 270px;
}

.index_rightData .zhishuData {
  width: 90px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.index_rightData .zhishuData:last-child span {
  background: rgba(245, 238, 238, 0.4);
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #322222;
  padding: 5px 20px;
}

.mainMinHeight {
  min-height: 436px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.layUiTop {
  margin-bottom: 20px;
  display: flex;
}

/* 课程 */
.coursePrice {
  display: flex;
  align-items: end;
}

.coursePriceItem {
  display: flex;
  align-items: end;
}

.coursePrice .nowPrice {
  color: #c7000b;
  font-weight: bold;
  font-size: 38px;
}

.coursePrice .oldPrice {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-right: 15px;
}

.coursePrice .memberPrice {
  width: 94px;
  height: 40px;
  background: #fae6a0;
  border-radius: 6px;
  border: 1px solid #fae6a0;
  font-size: 20px;
  color: #492b00;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coursePrice .memberPrice.type1 {
  border-radius: 4px 0 0 4px;
}

.coursePrice .vipPrice {
  background: #fff6d6;
  border: 1px solid #fae6a0;
  padding: 0 8px;
  height: 40px;
  font-size: 24px;
  color: #492b00;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.coursePriceItem .memberPrice {
  width: 72px;
  height: 22px;
  background: #fae6a0;
  border-radius: 4px;
  border: 1px solid #fae6a0;
  font-size: 14px;
  color: #492b00;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

.coursePriceItem .vipPrice {
  background: #fff6d6;
  border: 1px solid #fae6a0;
  padding: 0 4px;
  height: 22px;
  font-size: 14px;
  color: #492b00;
  text-align: center;
  line-height: 22px;
}

.coursePriceItem .oldPrice {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-left: 15px;
}

.coursePriceItem .nowPrice {
  color: #c7000b;
  font-weight: bold;
  font-size: 18px;
}

.coursePriceItem .memberPrice.type1 {
  border-radius: 4px 0 0 4px;
}

.courseMain {
  display: flex;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.xiangqing .content {
  padding: 20px 0;
}

.xiangqing .content img {
  max-width: 900px;
  display: block;
  margin: 20px auto;
}

.courseMain_1 {
  padding: 20px 40px;
}

.courseMain .box_1 img {
  width: 382px;
  height: 210px;
}

.myLink {
  position: relative;
}

.block_6 {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.block_6 .text_6 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.block_6 .box_8 div:not(:first-child) {
  margin-left: 10px;
}

.block_6 .box_8 {
  display: flex;
  align-items: center;
}

.block_6 .box_8 .box_8_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.block_6 .box_8 div span {
  background: #f8f8f8;
  border-radius: 3px;
  color: #666;
  padding: 2px 8px;
}

.box_9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text_10 {
  background: #c7000b;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
  height: 44px;
  width: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image-text_8 {
  display: flex;
  align-items: center;
  border-radius: 22px;
  border: 1px solid #979797;
  height: 44px;
  justify-content: center;
  width: 100px;
  cursor: pointer;
}

.thumbnail_5 {
  margin-right: 5px;
}

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

.text_12 {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  margin-right: 30px;
}

.text_13 {
  font-size: 38px;
  color: #c7000b;
  font-weight: bold;
}

.box_10 {
  display: flex;
  align-items: end;
}

.courseMain_1 {
  background: #fff;
}

.courseMain_1List {
  font-size: 20px;
  color: #341400;
  padding: 20px 40px;
  border-bottom: 1px solid #eaeaea;
}

.courseActive {
  color: #cd2b1e;
  border-bottom: 1px solid #cd2b1e;
  padding-bottom: 20px;
}

.courseMain_1List span {
  cursor: pointer;
}

.courseMain_1List span:not(:first-of-type) {
  margin-left: 80px;
}

.courseMain_2 {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}

.courseMain_2 .article_1_img {
  width: 250px;
}

.article_1_fu {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  color: #ffffff;
  z-index: 200;
  padding: 14px;
  display: none;
  top: 0px;
  width: 100%;
  font-size: 13px;
  justify-content: space-between;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.article_1_fu p {
  padding: 0;
  margin: 0;
  font-weight: normal !important;
  height: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 4.2em; /* 3行 * 1.4em 行高 */
}

.article_1_fu p:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
}

.article_1_fu p:nth-child(2) {
}

.courseMain_2 .article_1 {
  width: 250px;
}

.layui-nav-tree {
  width: 100% !important;
}

.nav-itemed-a-course {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0 20px;
  color: rgba(153, 153, 153, 1) !important;
}

.layui-nav {
  background: #fff !important;
  color: #333 !important;
}

.nav-itemed-a {
  color: rgba(153, 153, 153, 1) !important;
}

.layui-nav-child a {
  color: #333 !important;
}

.layui-nav-child {
  color: #333 !important;
}

.layui-nav-child span {
  padding: 0 20px;
  font-size: 16px;
}

.layui-nav-child .layui-this {
  background-color: rgba(222, 108, 114, 0.1) !important;
}

.layui-nav-tree .layui-this > a {
  background-color: rgba(222, 108, 114, 0.1) !important;
}

.layui-nav-tree .layui-nav-bar {
  background-color: #de6c72 !important;
}

.courseReview {
  padding: 0px 60px;
}

.courseDiv {
  padding: 0 20px;
}

.courseReviewDiv {
  display: flex;
  flex-direction: column;
}

.courseReviewDiv1 {
  display: flex;
}

.courseReviewDiv .tou {
  width: 28px;
  height: 28px;
}

.ReviewDivData {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.ReviewDivData p:nth-of-type(1) {
  color: #333;
}

.ReviewDivData p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
}

.ReviewDivData p:nth-of-type(3) {
  font-size: 12px;
  color: #999;
}

.courseReview .courseReviewDiv:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}

.courseReview .courseReviewDiv {
  padding: 20px 0;
}

.reviewRecover {
  background: #fbfbfb;
  margin-top: 12px;
}

.reviewRecover .ReviewDivData {
  padding: 12px;
}

.reviewRecover .ReviewDivData:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}

.courseMain_1Data .mulu {
  display: none;
}

.courseMain_1Data .pinglun {
  display: none;
}

.group_share {
  position: relative;
  margin-left: 10px;
}

.group_share .g_fx {
  position: absolute;
  font-size: 14px;
  width: 137px;
  /* height: 245px; */
  padding-top: 25px;
  top: 32px;
  display: none;
  z-index: 1;
}

.g_fx .text_time {
  bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  padding: 10px 15px;
  height: 100%;
}

.g_fx .share_ww {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.g_fx .share_ww div:first-child {
  margin-bottom: 12px;
}

.g_fx .share_ww div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.g_fx .share_ww div .weixin_ico {
  margin-bottom: 12px;
}
.weixin_ico {
  background: url(../img/微信1.svg) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
}

.iframe_shadow_weibo {
  background: url(../img/微博1.svg) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
}

.iframe_shadow_qq {
  background: url(../img/QQ空间1.svg) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
}

.allowSee {
  width: 60px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.01);
  border-radius: 2px;
  border: 1px solid #c7000b;
  display: inline-block;
  position: absolute;
  right: 0;
  background: #fff;
  line-height: normal;
  color: #c7000b;
  top: 50%;
  transform: translateY(-50%);
}

.suo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  margin: 0 !important;
}

/* 消息 */
.messageLeft {
  width: 260px;
  background: #ffffff;
  border-radius: 8px;
  float: left;
  padding: 24px;
}

.messageLefttDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.messageLefttDiv p {
  font-size: 20px;
  font-weight: bold;
}

.messageLefttDiv span {
  color: #00386f;
  font-size: 14px;
  cursor: pointer;
}

.noticeList {
  overflow-y: auto;
}

.messageleftDiv1 {
  display: flex;
  flex-direction: column;
}

.messageleftDiv2 {
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  margin-bottom: 20px;
}

.messageleftDiv2 a {
  display: flex;
}

.messageleftDiv2 object {
  width: 100%;
  display: block !important;
  overflow: auto !important;
  overflow-clip-margin: content !important;
}

.messageleftDiv2 object a {
  width: 100%;
  display: flex;
}

.messageleftDiv3 {
  position: relative;
}

.messageleftDiv3 normal {
  width: 17px;
  height: 17px;
  background: #f0000d;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  right: -10px;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
}

.messageleftDiv3 img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.messageleftDiv4 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 10px;
}

.messageleftDiv4 p {
  font-size: 12px;
  font-weight: normal;
}

.noticeP1 {
  font-weight: bold !important;
  font-size: 14px !important;
}

.messageleftDiv4 span {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.messageleftDiv4 span {
  margin-top: 6px;
}

.messageActive {
  background: #f1f1f1;
}

.messageRight {
  width: 820px;
  float: right;
}

.messageInfo {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.noticeCtime {
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
}

.messageTitle {
  font-size: 14px;
  margin-bottom: 8px;
}

.messageTitle normal {
  font-size: 14px;
  color: #999;
}

.messageTitle1 {
  font-size: 14px;
  font-weight: bold;
}

.messageTitle2 {
  font-size: 14px;
  margin-top: 10px;
}

.messageData {
  font-size: 14px;
  display: none;
}

.zhankai {
  background: url(../img/xiajian.svg) no-repeat center right;
  color: #00386f !important;
}

.shouqi {
  background: url(../img/shangjian.svg) no-repeat center right;
  display: none;
  color: #00386f !important;
}

.messageTime {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

.messageTime button {
  font-size: 12px;
  color: #999;
  padding-right: 14px;
  cursor: pointer;
}

.messageTou img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.messageTou {
  margin-right: 10px;
}

.messageInfo2 {
  display: flex;
}

.messageInfo5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.messageInfo4 {
  display: flex;
  align-items: center;
}

.messageInfo4 p {
  font-size: 14px;
}

.messageInfo4 span {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
}

.messageInfo4_a {
  display: flex;
  align-items: center;
}

.messageInfo4_a_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
}

.messageInfo4_Div1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.messageInfo4_Div1 div {
  display: flex;
  align-items: center;
}

.messageInfo3_p {
  font-size: 14px;
  font-weight: bold;
}

.messageInfo2Data {
  margin-left: 58px;
}

.messageTouHover {
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(49, 49, 49, 0.08);
  border-radius: 6px;
  padding: 12px;
  width: 340px;
  position: absolute;
  display: none;
}

.messageV1 {
  display: none;
  width: 330px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: absolute;
  top: 40px;
  z-index: 10;
  right: 0;
  padding: 20px;
  flex-direction: column;
}

.messageVButton {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999;
}

/* 关注 */
.dynamicLeft {
  width: 260px;
  background: #ffffff;
  border-radius: 8px;
  float: left;
  padding: 24px;
}

.dynamicLeft1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dynamicLeft1 p {
  font-size: 16px;
  font-weight: bold;
}

.dynamicLeft1 a {
  font-size: 14px;
  color: #00386f;
}

.dynamicLeft2 {
  display: flex;
  flex-direction: column;
}

.dynamicLeft2 .follow_list_item {
  display: flex;
  position: relative;
}

.dynamicLeft2 .follow_list_item:not(:last-child) {
  margin-bottom: 20px;
}

.dynamicLeft2_Img {
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  margin-right: 10px;
}

.dynamicLeft2_count {
  position: absolute;
  font-size: 12px;
  color: #fff;
  min-width: 20px;
  height: auto;
  background: #cd2b1e;
  text-align: center;
  padding: 3px;
  border-radius: 50%;
  right: 0;
}

.dynamicLeft2_div {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.dynamicLeft2_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}

.dynamicLeft2_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.dynamicLeft2_1 p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}

.dynamicLeft2_1 span {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dynamicRight {
  width: 818px;
  border-radius: 8px;
  float: right;
}

.dynamicRight1 {
  background: #fff;
  padding: 24px;
}

.dynamicRight1_A {
  display: flex;
}

.dynamicRight1_Div p {
  font-size: 18px;
  font-weight: bold;
}

.dynamicRight1_Div span {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dynamicRight1_Div {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.dynamicRight1_A_Img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 10px;
}

.dynamicPositionA {
  font-size: 14px;
  color: #c7000b;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* 发布文章 */
/*单选框选中后，自定义radio的样式*/
label.form-radios-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

label.form-radios-label input[type="radio"]:checked + .bui-radios:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

label.form-radios-label input[type="radio"]:checked + .bui-radios {
  border: 1px solid #c7000b;
  background: #fff0f0;
  color: #c7000b;
}

label.form-radios-label input[type="radio"]:disabled + .bui-radios {
  border: 1px solid #979797;
}

label.form-radios-label
  input[type="radio"]:disabled:checked
  + .bui-radios:after {
  background-color: #c1c1c1;
}

label.form-radios-label .bui-radios {
  display: inline-block;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 4px;
  vertical-align: -2px;
  font-style: normal;
  text-align: center;
  padding: 5px 17px;
}

label.form-radios-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.infoBotDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pubBut1 {
  border-radius: 2px !important;
  border: 1px solid #c7000b !important;
  color: #c7000b !important;
}

.pubBut1:hover {
  background: #fff0f0 !important;
  border: none !important;
}

.pubBut2:hover {
  background: #fff0f0 !important;
  border: none !important;
}

.submissionAfter {
  /* position: fixed;
    bottom: 0; */
  z-index: 09999;
}

.check {
  display: flex;
  align-items: center;
}
.check input {
  -webkit-appearance: none;
}
/* 选中的复选框样式 */

.check input[type="checkbox"]:checked {
  accent-color: #c7000b; /* 更改为你希望的颜色 */
}

.check span normal {
  color: #0053a5;
  text-decoration: underline;
  cursor: pointer;
}

.infoBotDiv label {
  display: flex;
  align-items: center;
}

.infoBotButton {
  display: flex;
  align-items: center;
}

.infoBotButton a {
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  color: #666;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.infoBotButton span {
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  color: #666;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.articleInquire {
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1884ff;
  padding: 0 30px;
}

.box11111 {
  display: none;
}

.box11111 input {
  height: 32px;
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #c7000b;
  padding-left: 12px;
}

#pubTime input {
  height: 32px;
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #c7000b;
  padding-left: 12px;
}

/* 详情页 */
.infoTagAll {
  display: flex;
  flex-direction: column;
  /* margin: 40px 0; */
}

.relatedCase {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.relatedCaseP {
  font-size: 14px;
  color: #666;
}

.relatedAdiv {
  margin-bottom: 40px;
}

.infoTagAll .infoTag {
  height: 58px;
  background: #f8f8f8;
  border-radius: 10px;
  display: inline-block;
  padding: 0 20px;
  line-height: 58px;
}

.infoTagAll .infoTag:not(:last-child) {
  margin-bottom: 10px;
}

.infoMain {
  width: 960px;
  background: #fefefe;
  border-radius: 6px;
  padding: 40px 70px;
  float: right;
  min-height: 850px;
  padding-bottom: 160px;
}

.infoNewDIV {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
}

.infoTitle {
  display: flex;
  flex-direction: column;
}

.infoTitle_left {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.infoTitle_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infoTitle_right span:nth-of-type(1) {
  font-size: 16px;
}

.infoTitle_right div {
  display: flex;
  align-items: center;
}

.followBtn {
  cursor: pointer;
}

.followBtnStyle {
  border-radius: 30px;
  border: 1px solid #c7000b;
  font-size: 16px;
  color: #fff;
  padding: 4px 20px;
  background: #c7000b;
  cursor: pointer;
}

.hava_guan {
  border-radius: 30px;
  border: 1px solid #c5c5c5;
  font-size: 16px;
  color: #c5c5c5;
  padding: 4px 20px;
  background: #fff;
  font-size: 14px;
}

.infoTitle_right div img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

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

.infoTitle_right div span {
  font-size: 14px;
  color: #00386f;
  margin-right: 24px;
}

.infoTitle_right .time {
  font-size: 12px;
  color: #999999;
}

.infoRate {
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 20px;
}

.infoRate div {
  /* display: flex;
    align-items: center; */
}

.infoRate div p {
  font-size: 36px;
  font-weight: bold;
}

.infoPdf {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.infoPdf a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 15px 20px;
  position: relative;
}

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

.infoPdf a div p {
  padding-left: 10px;
}

.infoUpgrade {
  background: linear-gradient(45deg, #fef4d7 0%, #fff9f1 50%, #fffaf3 100%);
  border-radius: 8px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infoUpgrade p {
  color: #ac5e00;
  font-weight: bold;
}

.infoUpgrade a {
  width: 138px;
  height: 46px;
  background: #ffde6c;
  border-radius: 23px;
  border: 1px solid #ffde6c;
  color: #492b00;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginInfo {
  display: flex;
  flex-direction: column;
  background: linear-gradient(320deg, #fff1f1 0%, #ffe9e9 100%);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  align-items: center;
  padding: 30px 0;
  height: 168px;
  justify-content: space-between;
}

.loginInfo p {
  color: #492b00;
  font-weight: bold;
}

.loginInfo span {
  font-size: 14px;
  color: #999;
}

.loginInfo a {
  width: 138px;
  height: 46px;
  background: #c7000b;
  border-radius: 23px;
  border: 1px solid #c7000b;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vipInfo {
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, #fef4d7 0%, #fff9f1 50%, #fffaf3 100%);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  align-items: center;
  padding: 30px 0;
  height: 168px;
  justify-content: space-around;
}

.vipInfo p {
  color: #492b00;
  font-weight: bold;
}

.vipInfo span {
  font-size: 14px;
  color: #999;
}

.vipInfo a {
  width: 138px;
  height: 46px;
  background: #ffde6c;
  border-radius: 23px;
  border: 1px solid #ffde6c;
  color: #492b00 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.voteInfo {
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(227, 227, 227, 0.1);
  padding: 30px 20px;
}

.infoTag {
  display: flex;
  align-items: center;
  color: #666;
}

.infoTag a {
  color: #0053a5;
  text-decoration: underline;
}

.formInfo {
  margin-bottom: 20px;
}

.infoMinfoMain {
  display: flex;
}

.infoMainL {
  position: relative;
  flex: 1;
}

.infoLeftNew {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.infoLeftNewD1 {
  display: flex;
  align-items: center;
}

.infoLeftNewD1fa {
  background: linear-gradient(270deg, #fffbfb 0%, #fff2f3 100%);
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 17px 12px;
}

.infoLeftNewD1_1_1 {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.infoLeftNewD1_1_1 p {
  font-size: 14px;
  font-weight: bold;
}

.infoLeftNewD1_1_2 {
  font-size: 12px;
  color: #666;
}

.infoLeftNewD1_1_2 span {
  font-size: 12px;
  color: #666;
}

.infoLeftNewD2 {
  font-size: 46px;
  font-weight: bold;
  margin-left: 25px;
  display: flex;
  align-items: end;
}

.infoLeftNewD2 normal {
  font-size: 16px;
  font-weight: normal;
  padding-left: 2px;
  top: -5px;
  position: relative;
}

.infoLeftNewD3 {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  justify-content: center;
  position: relative;
}

.infoLeftNewD4 {
  display: flex;
  font-size: 14px;
}

.yipingfen {
  position: absolute;
  top: -20px;
  left: 100px;
  display: none;
}

.infoLeftNewD3 span {
  font-weight: bold;
  margin-left: 6px;
  font-size: 14px;
  color: #c7000b !important;
}

.zixunbot {
  display: flex;
}

.infoLeftNewD3none {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  position: relative;
}

.infoLeftNewD3none span {
  font-size: 14px;
  color: #c7000b;
  font-weight: bold;
}

.infoLeftNewD3none img {
  width: 18px;
  margin-right: 5px;
}

.infoMainLeft {
  width: 140px;
  float: left;
  z-index: 99;
  position: absolute;
}

.guiwei1 {
  position: fixed;
  transition: transform 0.3s ease, opacity 0.3s ease;
  top: 140px;
}

.guiwei {
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  transform: translate(0, 0);
}

.infoMainLeft1_new {
  display: flex;
  align-items: center;
  width: 110px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  flex-direction: row !important;
  justify-content: space-evenly;
}

.infoMainLeft1_new img {
  margin-right: 6px !important;
}

.infoMainLeft1_new p {
  color: #d9d9d9;
  height: 34px;
  border-left: 0.5px solid;
}

.infoMainLeft1_new div {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.infoMainLeft1_new div span {
  color: #666;
  margin-top: 0;
  font-size: 14px !important;
  font-weight: bold;
}

.infoMainLeft1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.infoMainLeft1 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoMainLeft1 div span {
  font-size: 12px;
  color: #666;
}

.infoMainLeft1 div img {
  margin-bottom: 8px;
}

.infoMainLeft1 div {
  margin-bottom: 10px;
}

.infoMainLeft1 p {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
}

.tag_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tag_content a {
  height: 29px;
  background: #f8f8f8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 14px;
  padding: 0 10px;
  color: #00386f;
}

.tag_content a:not(:first-child) {
  margin-left: 10px;
}

.tag_contentcases {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-top: 30px;
  font-size: 15px;
  box-shadow: 0px 0px 6px 2px rgba(227, 227, 227, 0.1);
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 40px;
}

.tag_contentcases div:not(:last-child) {
}

.tag_contentcases div span:nth-of-type(1) {
  color: #888;
  font-size: 14px;
}

.article_1Member {
  background: linear-gradient(208deg, #fff8ca 20%, #fffffa 85%);
}

.tag_contentcasesDiv1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 14px;
  gap: 16px;
}

.tag_contentP {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.tag_contentcasesDiv1 div span:nth-of-type(2) {
  color: #0053a5;
}

.tag_contentcasesDiv1 div a {
  color: #0053a5;
}

.zhu_2021 {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bds_weixin {
  flex-direction: row !important;
  width: 100%;
  padding-left: 15px;
}

.weixinImg {
  width: 100px !important;
  position: absolute;
  top: 30px;
  left: 6px;
  display: none;
  z-index: 1;
}

.infoMainLeft2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.pointBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoMainLeft2 div {
  flex-direction: column;
  z-index: 1;
}

.articleCollectBtn {
  display: flex;
  width: 110px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  line-height: 44px;
  cursor: pointer;
}

.articleCollectBtn div {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
}

.haveCollec span {
  color: #c7000b !important;
}

.articleaddDigg {
  display: flex;
  flex-direction: row !important;
  padding-left: 15px;
}

.addDiggBtn {
  display: flex;
  width: 110px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  line-height: 44px;
  cursor: pointer;
}

.articleComment {
  display: flex;
  width: 110px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  line-height: 44px;
  flex-direction: row !important;
  cursor: pointer;
  padding-left: 15px;
  align-items: center;
}

.articleComment img {
  width: 20px;
  height: 20px;
}

.infoMainLeft2 div img {
  margin-right: 6px;
  width: 20px;
}

.infoMainLeft2 div span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.infoMainLeft0820 {
  width: 240px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  /* display: none; */
}

.infoMainLeft0820_1 {
  margin-bottom: 20px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  background: linear-gradient(300deg, #91d0ff 0%, #0193ff 100%);
  color: #fff;
}

.infoMainLeft0820_1 span {
  font-weight: bold;
}

.infoMainLeft0820_1 a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.infoMainLeft0820_1 a img {
  margin-left: 7px;
}

.infoMainLeft0820_2 {
  padding: 0 12px;
}

.infoMainLeft0820_2 a {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 10px;
}

.infoMainLeft0820_2 a:not(:last-child) {
  border-bottom: 1px solid #d1ebff;
}

.infoMainLeft0820_2remark {
  font-weight: bold;
  color: #0193ff;
  font-size: 18px;
}

.infoMainLeft0820_2remark normal {
  font-weight: normal !important;
  font-size: 14px;
}

.infoMainLeft0820_2title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.infoMainLeft0820_A {
  height: 42px;
  font-size: 14px;
  color: #0193ff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  flex-direction: row !important;
  background: #f1f9ff;
  border-radius: 0px 0px 4px 4px;
}

.infoMainLeft0820_A img {
  margin-right: 5px;
}

.layui-rate {
  padding: 8px 13px !important;
}

.rate_demo {
  /* position: absolute !important;
    left: 137px;
    width: 155px;
    top: 1px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px; */
}

.rate_demoArea {
  position: relative !important;
  width: 155px;
}

.case_fen {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.wenhao {
  width: 16px;
}

.casewen {
  margin-left: 6px;
  width: 12px;
}

.xingkuang {
  width: 220px;
  height: 184px;
  background: #fefefe;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  display: none;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 100px;
}

.xingkuang1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.xingkuang1 span {
  font-size: 14px;
  color: #999;
}

.xingkuang2 {
  width: 100px;
  position: relative;
  height: 14px;
}

.xingkuang2 div {
  background: #ffb0b0;
  position: absolute;
  left: 0;
  height: 14px;
}

.infoRate1 {
  display: flex;
  align-items: center;
}

.infoRate2 {
  display: flex;
  align-items: center;
  position: relative;
}

#folderListModal .modal-title {
  font-size: 1.25rem;
}

#folderListModal .folderItem:not(:last-child) {
  margin-bottom: 20px;
}

.modal-body {
  max-height: 600px;
  overflow-y: auto;
}

#folderListModal .folderItem {
  height: 92px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  padding: 20px;
  position: relative;
}

.collectArticleBtn {
  width: 70px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #c7000b;
  background: #fff;
  color: #c7000b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
}

#folderListModal .left span {
  width: 33px;
  height: 18px;
  background: #dfe9ff;
  border-radius: 2px;
  font-size: 12px;
  color: #00386f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  margin-left: 10px;
}

#folderListModal .left h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

#folderListModal .left p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

#folderListModal .right span {
  width: 70px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #999999;
  background: #fff;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.newcollect {
  font-size: 14px;
  color: #00386f;
  background: none;
  border: 0;
}

.prize_vip_case {
  height: 82px;
  background: linear-gradient(315deg, #fffbf1 0%, #fff3df 100%);
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.prize_vip_case div {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0px 20px;
}

.prize_vip_case div p {
  font-size: 14px;
  font-weight: bold;
  color: #bf7900;
  width: 516px;
}

.prize_vip_case div span {
  width: 172px !important;
  height: 42px !important;
  background: #ffde6c;
  box-shadow: 0px 2px 4px 0px #ffe9c2;
  border-radius: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333 !important;
  top: 0;
}

/* 详情页案例库 */
.ku_main {
  display: flex;
  flex-direction: column;
}

.jintong_caseku {
  position: relative;
  background: #fffbf6;
  float: left;
  width: 100%;
  padding: 15px;
}

.caseku_img {
  position: absolute;
  top: 125px;
  right: 15px;
}

.caseku_p1 {
  /* color: #A97333; */
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  background: linear-gradient(
    107deg,
    #946648 0%,
    #dcb07b 20%,
    #f1dfc3 50%,
    #cea36a 86%,
    #9b7550 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.caseku_p2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.caseku_son1 {
  margin-bottom: 25px;
}

.caseku_son1 p {
  font-size: 16px;
}

.caseku_son1 p:not(:last-child) {
  margin-bottom: 20px;
}

.caseku_son1 p span {
  font-weight: bold;
}

.caseku_son2 {
}

.caseku_son2 div div p {
  font-size: 14px !important;
  line-height: 24px !important;
}

.caseku_son2 div {
  margin-bottom: 25px;
}

.caseku_son2_p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.caseku_son2_p1,
.caseku_son2_p2,
.caseku_son2_p3,
.caseku_son2_p4,
.caseku_son2_p5 {
  white-space: pre-line;
}

.caseku_son2_p5 {
  line-height: 24px !important;
}

.caseku_son2 div p:nth-of-type(2) {
  font-size: 16px;
}

.ku_cup {
  margin-bottom: 24px;
  float: left;
  display: flex;
  align-items: center;
}

.ku_choose {
  position: relative;
  padding: 10px;
  background: #fff6e8;
}

.jiang_zex {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translatex(-50%);
  display: none;
}

.ku_cup div:not(:first-child) {
  margin-left: 12px;
}

.buy_but {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.jintong_buy {
  width: 417px !important;
  margin-bottom: 15px;
}

.jin_img {
  width: 36px;
}

.caseku_son1_span3 {
  color: #2a8ae8;
}

.caseku_son1_span3 a {
  color: #2a8ae8;
  border: 1px solid #2a8ae8;
  padding: 1px 10px;
}

.ku_cup_son {
  padding: 6px;
  position: relative;
}

.ku_cup_son_p {
  position: absolute;
  top: -33px;
  min-width: 20px;
  white-space: pre;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.08),
    0px 2px 8px -2px rgba(25, 15, 15, 0.07),
    0px 4px 17px -4px rgba(0, 0, 0, 0.05);
  color: #fff;
  padding: 2px 9px;
  border-radius: 2px;
  left: 0;
}

.demand_active {
  display: none;
}

.go_buy {
  font-size: 16px;
  color: #333 !important;
  width: 380px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(135deg, #f6da97 0%, #ecba65 100%);
  font-weight: bold;
}

/* 详情页戛纳案例库 */

.gana_case {
  /* background: url(../images/h5/ganabei.png) no-repeat top right 1.2rem; */
  background: #fff;
  padding: 20px 0;
  margin-top: 20px;
}

.gana_case_top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gana_case_p {
  font-size: 20px;
  font-weight: bold;
}

.gana_case_top p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 600;
  color: #e7a100;
}

.gana_case1 {
  display: flex;
  align-items: center;
  width: 340px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 2px rgba(227, 227, 227, 0.3);
  padding: 20px;
  margin-bottom: 20px;
}

.gana_case11 {
  display: flex;
  flex-direction: column;
}

.gana_case11 .year {
  font-size: 12px;
  margin-bottom: 4px;
}

.gana_case11 .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 25px;
}

.gana_case11 .nameEn {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
}

.gana_case22 {
  display: flex;
  align-items: center;
}

.gana_case22_img1 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 17px;
}

.gana_case111 {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.gana_case111 .trophy {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.gana_case111 .trophyEn {
  font-size: 9px;
}

.gana_case_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abouttextpin {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #eee;
}

.gana_case22_img2 {
  position: absolute;
  height: 90px;
  width: auto;
  border-radius: inherit;
}

.abouttextpin_span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
  text-align: right;
}

.pr a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
  text-align: right;
}

/* 职位详情 */
.jobInfo {
  background: #fff;
  padding: 30px 40px;
}

.jobInfo_time {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.jobInfo_info {
  display: flex;
  flex-direction: column;
  position: relative;
}

.jobInfo_title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.jobInfo_area {
  color: #666;
  margin-bottom: 20px;
}

.jobInfo_div {
  display: flex;
  flex-wrap: wrap;
}

.jobInfo_div span {
  display: inline-block;
  background: #f8f8f8;
  border-radius: 3px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  color: #222;
  padding: 0 10px;
  margin-right: 10px;
}

.jobInfo_salary {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c7000b;
  font-size: 30px;
  font-weight: bold;
}

hr {
  margin: 10px 0 !important;
}

.bthNot {
  width: 166px;
  height: 44px;
  background: #cccccc !important;
  border-radius: 22px;
  line-height: 44px;
  padding: 0;
  color: #fff !important;
}

.collctAndShare {
  display: flex;
  align-items: center;
  position: relative;
}

.collctAndShare .collectBt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.collctAndShare .collectBt img {
  margin-right: 5px;
}

.collectBtn {
  width: 100px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #979797;
  color: #999;
}

.collectBtnDone {
  width: 115px !important;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #c7000b !important;
  color: #c7000b !important;
}

.fileName {
  position: absolute;
  right: 0;
  color: #00386f;
  top: 50%;
  transform: translateY(-50%);
}

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

.companyInfo img {
  width: 72px;
  height: 72px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.companyInfo div {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-left: 12px;
}

.companyInfo div p {
  font-size: 20px;
  font-weight: bold;
}

.companyInfo div span {
  font-size: 12px;
  color: #999;
}

.companyInfo a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c7000b;
  font-size: 14px;
}

.Indiv_p {
  font-size: 18px;
  font-weight: bold;
  color: #322222;
  margin-bottom: 20px;
}

.shadow_login1 {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 9000;
  display: none;
  left: 0;
}

.standard {
  width: 900px;
  height: 600px;
  margin: auto;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0px #e9e9e9;
  padding-bottom: 20px;
}

.standardH3 {
  text-align: center;
  font-size: 20px;
  color: #475669;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  margin-bottom: 18px;
  position: relative;
}

.standardH3Img {
  position: absolute;
  right: 24px;
}

.standard_cont {
  padding: 0px 85px;
  overflow-y: auto;
  height: 500px;
}

.standard_cont p {
  padding-bottom: 20px;
  line-height: 26px;
  padding-bottom: 20px;
}

.standard button {
  width: 100px;
  height: 32px;
  border: 0px;
  background: #358ded;
  border-right: 2px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  display: block;
}

.fileinput {
  width: 410px;
  height: 225px;
}

.fileinput .thumbnail > img {
  height: 100%;
  width: 100%;
}

.fileinput .thumbnail {
  margin-bottom: 10px !important;
}

.help-block {
  color: #d8362f;
  font-size: 12px;
}

/*==========以下部分是Validform必须的===========*/
.Validform_checktip {
  margin-left: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.Validform_right {
  color: #71b83d;
  padding-left: 20px;
  background: url(../images/right.png) no-repeat left center;
}

.Validform_wrong {
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  background: url(../images/error.png) no-repeat left center;
}

.Validform_loading {
  padding-left: 20px;
  background: url(../images/onLoad.gif) no-repeat left center;
}

.Validform_error {
  background-color: #ffe7e7;
}

#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}

#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #000;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
  color: #cc0;
}

#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
}

.articleContent,
.articleContent p {
  line-height: 2em;
}

.articleContent p,
.articleContent span {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}

.articleContent img {
  max-width: 100% !important;
  height: auto !important;
}

.articleContent video {
  max-height: 461px;
  height: auto !important;
  width: 100%;
}

.current-page {
  background: #f1f1f1;
  color: #cd2b1e;
  font-weight: bold;
}

/* 关于广告门 */
#about_main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.ab_main_inner {
  padding: 0 100px;
}

.about_center {
  text-align: center;
  padding: 35px 0;
}
.about_data {
  margin-bottom: 40px;
}

.about_data p {
  font-weight: bold;
  line-height: 28px;
}

.about_data p:not(:last-child) {
  margin-bottom: 40px;
}

.about_footer {
}

.about_footerP {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.about_footer div {
  margin-bottom: 24px;
}

.about_footer div p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about_footer div div {
  display: flex;
  flex-direction: column;
}

.about_footer div div span {
  font-size: 14px;
}

.about_footer div div span:not(:last-child) {
  margin-bottom: 8px;
}

.about_center2 {
  text-align: center;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_center2 img {
  height: 560px;
}

.w_con {
  word-break: break-all;
  position: relative;
}

.about_center1 {
  width: 100%;
}

.ab_main_inner .w_con,
.w_con a {
  font-size: 14px;
  line-height: 21px;
  /* font-family: "Hiragino Sans GB", myFirstFont, "微软雅黑", "黑体"; */
  color: #555;
  font-weight: normal;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  padding: 0 !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding: 12px 26px !important;
  font-size: 18px !important;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  width: auto !important;
}

.swal2-icon-warning {
  padding: 20px 50px !important;
}
