@charset "UTF-8";

/* CSS Document */

* {
  /* padding: 0; */
  margin: 0;
}

img {
  box-sizing: border-box;
}

html {
  height: 100%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0;
}


body {
  font-size: 16px;
  background: #fafafa;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei";
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

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

a:hover {
  text-decoration: none;
}



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

a:focus {
  outline: none;
  text-decoration: none
}

select:focus {
  outline: none;
}

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


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

input {
  outline: none;
}

button {
  border: 0;
}

/* 首页右侧悬浮窗 */
.back_top {
  width: 72px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 2px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.back_top2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #424240;
}

.back_top1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #424240;
}

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

.back_top0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #424240;
}

.back_top span {
  font-size: 14px;
  margin-top: 5px;
}

.feijitan {
  width: 200px;
  position: absolute;
  right: 100px;
  display: none;
  z-index: 9999;
  top: 0;
}

.back_top span {
  font-size: 14px;
  margin-top: 5px;
}

.back_top0 img {
  width: 27px;
}

/* 首页内容模块 */
.ibrief_main {
  height: 70px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 18px 0px rgba(187, 197, 206, 0.02);
  background: #fff;
  box-shadow: 0px 2px 18px 0px rgba(187, 197, 206, 0.02);
}

.ibrief_top {
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 1100px;
  left: 0;
  right: 0;
  margin: auto;
}

.ibrief_top_son {
  display: flex;
  color: #fff;
  width: 100%;
  align-items: center;
  position: relative;
}

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

.ibrief_top_left a {
  width: 72px;
  height: 40px;
  /* background: rgba(0, 72, 255, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 145, 255, 0.26); */
  border-radius: 100px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.ibrief_top_left span {
  font-size: 16px;
  margin-left: 30px;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: -10px;
  display: none;
}

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

.un_login {
  width: 136px;
  height: 48px;
  background: #5091FF;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.un_login a {
  color: #fff;
  margin: 0 5px;
}

.aleady_login {
  height: 70px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 70px;
}

.aleady_login a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.aleady_login a:not(:last-of-type) {
  margin-right: 35px;
}

.people_login {
  /* margin-left: 50px; */
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.people_login_img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 12px;
}

.peolple_master {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 160px;
  color: #999;
  font-size: 14px;
}

.people_login_data {
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 2px 18px 0px rgba(46, 135, 231, 0.19);
  position: absolute;
  top: 70px;
  z-index: 1;
  right: -33px;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.people_login_title {
  display: flex;
  align-items: center;
  padding: 15px 17px;
  background: #FAFAFA;
}

.people_login_title img:nth-of-type(1) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.people_login_title img:nth-of-type(2) {
  width: 15px;
  height: 14px;
}

.people_login_title span {
  font-size: 14px;
  color: #333333;
}

.people_login_bot {
  display: flex;
  color: #666;
  font-size: 12px;
  justify-content: space-around;
  flex-direction: column;
}

.people_login_bot a {
  color: #333 !important;
  margin: 0 !important;
}

.people_login_bot div {
  display: flex;
  align-items: center;
  padding: 10px 17px;
}

.people_login_bot div img {
  width: 15px;
  height: 14px;
  margin-right: 10px;
}

.main_top_all {
  margin-top: 70px;
  /* height: 300px; */
  overflow: hidden;
  position: relative;
}

.main_top {
  position: absolute;
  margin: 0 auto;
  width: 1100px;
  top: 0;
  height: 300px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_top_all_new {
  width: 360px;
  height: 238px;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_top_all_new_1 {
  background: url('/images/ibrief_web_img/蒙版.svg') no-repeat;
}

.main_top_all_new_2 {
  background: url('/images/ibrief_web_img/蒙版1.svg') no-repeat;
}

.main_top_all_new_3 {
  background: url('/images/ibrief_web_img/蒙版2.svg') no-repeat;
}

.main_top_all_new p:nth-of-type(1) {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 50px;
  font-weight: bold;
}


.main_top_all_new p:nth-of-type(2) {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}

.main_top_all_new div {
  width: 148px;
  height: 48px;
  background: #FDFDFD;
  border-radius: 8px;
  display: inline-block;
  font-size: 20px;
  color: #2B5999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.main_top_all_new div img {
  margin-right: 6px;
}



.main_top_img_div {
  width: 496px;
  position: absolute;
  right: 0;
}

.main_top_img {
  position: absolute;
  top: 0;
}

.main_top_title {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}

.main_top_title img {
  width: 572px;
}

.main_top_title span:nth-of-type(1) {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 54px;
  letter-spacing: 2px;
}

.main_top_title span:nth-of-type(2) {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 1px;
}

.main_top_title a {
  font-size: 18px;
  color: #005EFF;
  line-height: 27px;
  letter-spacing: 1px;
  width: 118px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(12, 82, 252, 0.52);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 33px;
}

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

.main_data_left {
  width: 100%;
  padding-bottom: 40px;
}

.main_top_1 {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}


.data_left_div_son {
  padding: 40px;
}

.left_div_son_p {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 800px;
  font-weight: bold;
}

.left_div_son_2 {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 40px;
}

.main_data_3 {
  margin-bottom: 40px;
}

.left_div_son_2 img {
  margin-right: 10px;
}

.left_div_son_2 normal {
  color: #FE4E4C;
  margin: 0 1px;
}

.data_left_div {
  background: #fff;
  /* overflow: hidden; */
  margin-bottom: 40px;
  position: relative;
}

.data_left_imgtop {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
}

.data_left_div_img {
  height: 460px;
  margin: 0 auto;
  display: block;
}

.main_data_3_son {
  display: flex;
}

.main_data_3_son span {
  background: url('/images/ibrief_web_img/编组 69.png') no-repeat;
  background-size: 100% 53px;
  height: 53px;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 1px;
  text-shadow: 3px 1px 1px rgba(0, 94, 255, 0.26);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  align-items: center;
  justify-content: center;
  box-shadow: -3px 2px 2px 0px rgba(7, 39, 172, 0.14);
  border-radius: 8px 8px 12px 12px;
  padding: 0 24px;
}

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

.main_data_4 {
  /* width: 100%;
      height: 60px;
      background: rgba(249, 250, 255, 0.5);
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.09);
      border-radius: 12px;
      border: 1px solid #C5CBDB;
      position: relative;
      display: flex;
      align-items: center; */
}

.bianzu33 {
  height: 40px;
  position: absolute;
  right: -6px;
}

.left_find_more {
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  color: #0095FF;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 39px;
  border: 1px solid #0095FF;
  width: 282px;
}

.left_find_more:hover {
  background: linear-gradient(90deg, #4DB7FF 0%, #005EFF 100%);
  color: #fff;
  border: 0px;
}

.data_4_find {
  /* width: 161px;
      height: 60px;
      background: linear-gradient(90deg, #4DB7FF 0%, #005EFF 100%);
      box-shadow: 0px 5px 22px -8px rgba(0, 94, 255, 0.58);
      border-radius: 8px;
      font-size: 24px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 36px;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; */
  position: fixed;
  bottom: 20px;
  width: 725px;
}

.guiwei {
  position: absolute !important;
  bottom: 0 !important;
}

.data_4_find span a {
  color: #fff;
  width: 100%;
  background: #1A6EFF;
  box-shadow: 0px 2px 4px 0px #F8F8F7, 0px 8px 12px 2px rgba(16, 37, 72, 0.29);
  border-radius: 2px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Immediate {
  color: #fff;
  width: 100%;
  background: #1A6EFF;
  box-shadow: 0px 2px 4px 0px #F8F8F7, 0px 8px 12px 2px rgba(16, 37, 72, 0.29);
  border-radius: 2px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_data_4 p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.main_data_4 p span {
  font-size: 26px;
  font-weight: bold;
  color: #FE4E4C;
}

.data_4_find img {
  margin-left: 3px;
}

.main_data_right {
  width: 292px;
  margin-top: 15px;
}

.right_login {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.02), -6px 6px 25px -8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  height: 293px;
  width: 292px;
}

.right_login_top_data0 {
  width: 266px;
  height: 293px;
  background: #FFFFFF;
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.02), -6px 6px 25px -8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
}

.top_data0_img1 {
  position: absolute;
  bottom: 0;
}

.top_data0_img2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_data0_img3 {
  width: 226px;
  height: 88px;
  background: linear-gradient(264deg, rgba(147, 197, 255, 0) 0%, #4FA1FF 47%, rgba(149, 198, 255, 0.38) 100%);
}

.right_login_top_data1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
}

.login_top_data1_1 {
  display: flex;
}

.login_top_data1_1 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  cursor: pointer;
}

.login_top_data1_1 div img {
  width: 44px;
  height: 44px;
}

.login_top_data1_2 {
  width: 226px;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

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

.login_top_data1_3 {
  width: 206px;
  height: 34px;
  background: linear-gradient(264deg, rgba(147, 197, 255, 0) 0%, #4FA1FF 47%, #95C6FF 100%);
  box-shadow: -3px 4px 2px 0px rgba(7, 39, 172, 0.12);
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 50px;
  cursor: pointer;
}

.right_unlogin {
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.02), -6px 6px 25px -8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 292px;
}

.right_youdan {
  box-shadow: 0px 2px 18px 0px rgba(46, 135, 231, 0.03);
  border-radius: 8px;
  margin-top: 40px;
  width: 100%;
}

.right_cont_all {
  position: relative;
}

.right_cont_img {
  box-shadow: 0px 2px 18px 0px rgba(46, 135, 231, 0.19);
  margin-top: 40px;
  display: flex;
  width: 292px;
  height: 375px;
}

.right_contact {
  position: absolute;
  top: 30px;
  bottom: 70px;
}

.right_contact p {
  font-size: 20px;
  font-weight: 600;
}

.contact_top {
  position: relative;
  padding: 0 18px;
}

.contact_bot {
  background: url('/images/ibrief_web_img/编组 49.png') no-repeat;
  background-size: 229px 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #666;
  margin-top: 10px;
  margin-left: 18px;
  padding: 0 20px;
}

.contact_top div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.contact_top div span {
  text-indent: 20px;
  line-height: 17px;
  font-size: 12px;
}

.kefu_yewu span:nth-of-type(1) {
  background: url('/images/ibrief_web_img/编组 46.png') no-repeat center left;
  background-size: 14px;
}

.kefu_email span:nth-of-type(1) {
  background: url('/images/ibrief_web_img/编组 45.png') no-repeat center left;
  background-size: 14px;
}

.kefu_weixin span:nth-of-type(1) {
  background: url('/images/ibrief_web_img/编组 44.png') no-repeat center left;
  background-size: 14px;
}

.main_top_2 {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}

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

.main_top_2 a span {
  font-weight: 500;
}

.project-card {
  width: 540px;
  height: 369px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.project-card .project-title {
  font-weight: 600;
  font-size: 24px;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 35px;
}

.project-card .budget {
  font-weight: 600;
  font-size: 24px;
  color: #FF0000;
  height: 35px;
}

.deadline {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 24px;
}

.deadline .calendar-icon {
}

.deadline .calendar-icon normal {
  color: #FF0000;
  font-weight: 500;
  font-size: 18px;
  padding: 0 5px;
}

.tags-container {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 34px;
}

.tags-container .tag {
  background: rgba(0, 149, 255, 0.2);
  border-radius: 8px;
  padding: 5px 15px;
  color: #0095FF;
  font-weight: 400;
}

.project-card .footer-info {
  display: flex;
  gap: 170px;
}

.footer-info .deadline-foot {
  margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-card .urgent-tag {
  position: absolute;
}

.jiaji {
  width: 74px;
  height: 28px;
  background: #FF0000;
  border-radius: 0px 8px 0px 8px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.project-card .remen {
  width: 74px;
  height: 28px;
  background: #FF8326;
  border-radius: 0px 8px 0px 8px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.main_data_left_data {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.HpRecommendation {
  margin-top: 80px;
}

/* 优秀项目精选 */
.HpRecommendation-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.HpRecommendation-1-d1 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.HpRecommendation-1-d1 span {
  font-size: 24px;
  font-weight: bold;
}

.HpRecommendation-1-d2 a {
  color: #0095FF;
  text-decoration: underline;
}

.HpRecommendation-data {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hp-project-data {
  width: 260px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.project-data-top {
  position: relative;
}

.project-data-top1 {
  position: relative;
}

.project-data-top2 {
  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;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.project-data-top3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.project-data-top2-box1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-data-top2-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-data-top2-box img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
}

.project-data-top img:nth-of-type(1) {
  width: 260px;
  height: 142px;
  border-radius: 8px;
}

.project-data-top img:nth-of-type(2) {
  position: absolute;
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 2px 0px rgba(137, 137, 137, 0.25);
  left: 10px;
  bottom: 10px;
  border-radius: 50%;
}

.project-data-bottom {
  padding: 12px 12px 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-data-bottom p {
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  line-height: 26px;
}

.project-data-bottom span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

/* 首页认证公司 */
.hp-company-data {
  width: 353px;
  height: 106px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}

.hp-company-data-1 {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hp-company-data-1 img {
  width: 58px;
  height: 58px;
  box-shadow: 0px 0px 7px 1px rgba(115, 115, 115, 0.05);
  border-radius: 10px;
}

.hp-company-data-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;  
  overflow: hidden;
}

.hp-company-data-2 p {
  font-weight: 600;
  font-size: 18px;
}

.hp-company-data-2 span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}



/* 弹窗内容 */
.shadow_youdan {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 999999;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.shadow_youdan_1 {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 9999991;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.shadow_login {
  width: 535px;
  box-shadow: 0px 2px 4px 0px #919393;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  background: url('../images/ibrief_web_img/login_back.png') no-repeat left top;
  background-size: 440px;
  background-color: #fff;
  z-index: 9999999;
}

.shadow_login input[type=checkbox],
input[type=radio] {
  margin: 0px;
}

.shadow_login input[type=checkbox],
input[type=radio]:focus {
  outline: none;
}


.login_and {}

.duanxin {}

.mima {
  display: none;
}

.duanxin_login {
  cursor: pointer;
  z-index: 999999;
  position: fixed;
  left: 0;
  right: 0;
  align-items: center;
  flex-direction: column;
  display: none;
  width: 535px;
  margin: auto auto;
  top: 0;
  bottom: 0;
  justify-content: center;
}

.shadow_img1 {
  position: absolute;
  top: 0;
  width: 260px;
}

.shadow_img2 {
  position: absolute;
  bottom: 0;
}

.login_heng {
  width: 51px;
  height: 7px;
  background: #005EFF;
  border-radius: 100px;
  display: none;
  position: absolute;
  bottom: -15px;
}

.logactive .login_heng {
  display: block;
  margin-top: 10px;
}

.login_1 {
  display: flex;
  align-items: center;
  padding: 0 70px;
  padding-top: 55px;
  padding-bottom: 40px;
  font-size: 24px;
  color: #999999;
}

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

.password_log {
  margin-left: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.logactive {
  font-size: 36px;
  color: #005EFF;
  font-weight: bold;
  position: relative;
}

.login_2 {
  display: flex;
  padding: 0 70px;
  flex-direction: column;
}

.login_2 input {
  border: 0px;
  font-size: 22px;
}

.login_2_data1 {
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.login_2_data1 img {
  margin-right: 10px;
}

.login_2_data2 img {
  margin-right: 10px;
}

.login_2_data2 {
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.login_2_data2 span {
  font-size: 18px;
  color: #1890FF;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
}

.login_2_data3 {
  margin-top: 25px;
  z-index: 1;
}

.login_2_data3 a {
  color: #1890FF;
}

.login_radio {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 10px !important;
}

.login_radio:checked {
  background: url("/images/ibrief_web_img/编组 7 (2).png")no-repeat center;
}

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

.login_2_data4 {
  width: 362px;
  height: 61px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  background: #005EFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  margin-top: 40px;
  z-index: 1;
}

.login_2_data5 {
  display: flex;
  color: #666;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  z-index: 1;
}

.login_2_data5 span {
  color: #1890FF;
}

.forget_word {
  font-size: 36px;
  color: #333;
  font-weight: bold;
}

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

.ibriefShadow {
  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;
}

.searchIbriefMain {
  width: 1100px;
  margin: 0 auto;
}

.searchIbriefTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 1100px;
}

.search_input {
  width: 980px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 34px;
  border: 1px solid #0095FF;
  display: flex;
  align-items: center;
  position: relative;
}

.searchMainInput {
  border: 0;
  margin-left: 30px;
  width: 900px;
}

.searchMainBtn {
  width: 124px;
  height: 48px;
  background: #0095FF;
  border-radius: 24px;
  font-size: 20px;
  color: #fff;
  border: 0;
  position: absolute;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.closeSearch {
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  cursor: pointer;
}

.searchMainBtn img {
  margin-right: 10px;
}

.ibriefHistory {
  margin-bottom: 40px;
}


.ibriefHistory div {
  display: flex;
  flex-wrap: wrap;
}

.ibriefHistory1 {
  align-items: center;
  margin-bottom: 20px;
}

.ibriefHistory1 p:nth-of-type(1) {
  color: #060606;
  font-weight: bold;
}

.ibriefHistory1 p:nth-of-type(2) {
  color: #999;
  font-size: 12px;
  margin-left: 20px;
  cursor: pointer;
}

.ibriefHistory div span {
  height: 32px;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.searchIbriefBot {
  margin-top: 40px;
  margin-bottom: 50px;
}

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

.ibriefOther div {
  display: flex;
  flex-direction: column;
}

.ibriefOther div div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ibriefOther div p {
  color: #060606;
  font-weight: bold;
  margin-bottom: 20px;
}

.ibriefOther div div span {
  height: 32px;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  color: #666;
  width: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.data_ul1,
.data_ul2,
.data_ul3,
.data_ul4 {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(166, 166, 166, 0.1);
  border-radius: 2px;
  position: absolute;
  z-index: 9;
  width: 150px;
}

.data_ul1 {
  max-height: 450px;
  display: none;
  top: 65px;
}

.data_ul1 li {
  padding: 16px;
  cursor: pointer;
  display: grid;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data_ul2,
.data_ul3,
.data_ul3 {
  top: 0 !important;
  right: -150px;
  display: none;
}

.prize_active {
  background: rgba(241, 239, 236, 0.5);
  color: #0095FF;
  font-weight: bold;
}

.searchHomePage {
  position: fixed;
  top: 70px;
  background: #fff;
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.search_div {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}

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

.search_a_div{
 background: #FBFBFF;
    height: 38px;
    gap: 15px;
    border-radius: 16px;
    color: #999;
    padding-left: 20px;
    width: 188px;
    font-size: 14px;
      display: flex;
    align-items: center;
}

.ibrief_top_right_img {
  /* position: absolute;
  right: 215px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  display: flex;
  cursor: pointer;
  width: 165px; */
}

.search_keyword_div {
  width: 1100px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 34px;
  border: 1px solid #0095FF;
  position: relative;
  display: flex;
  align-items: center;
}

.search_keyword_div button {
  width: 118px;
  height: 46px;
  background: #0095FF;
  border-radius: 24px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border: 0;
  position: absolute;
  right: 2px;
}

.search_keyword_div input {
  width: 900px;
  height: 46px;
  background: #FFFFFF;
  border: 0;
  margin-left: 20px;
}

.search_keyword_div img {
  margin-left: 20px;
}

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


.requirement {
  display: flex;
  align-items: center;
  width: 160px;
  margin-right: 10px;
  cursor: pointer;
}

.requirement p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80px;
}

.amount {
  display: flex;
  align-items: center;
  width: 160px;
  margin-right: 10px;
  cursor: pointer;
}

.amount p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.participation {
  display: flex;
  align-items: center;
  width: 83px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  cursor: pointer;
}

.all_img {
  margin-left: 10px;
}


.noDataDiv {
  text-align: center;
  display: none;
}


#myModalArea {
  width: 800px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999999;
}

.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;
}

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



.submitting {
  background: #ccc;
  cursor: not-allowed;
}

.xuqiu {
  position: relative;
  height: 100%;
  padding-top: 24px;
  margin-right: 35px;
  color: #333;
  cursor: pointer;
}


.xuqiu_son {
  position: absolute;
  background: #fff;
  top: 65px;
  display: flex;
  flex-direction: column;
  width: 160px;
  text-align: center;
  font-weight: normal;
  display: none;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.04);
  left: -46px;
}

.ibrief_top_right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  display: flex;
  gap: 40px;
}


.main_data_top_titleM {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.main_data_top_title {
  font-size: 17px;
  display: flex;
  color: #333;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 6px;
}

.main_data_top_active span {
  color: #0095FF !important;
  font-weight: bold;
}

.main_data_top_title span {
  cursor: pointer;
  position: relative;
  width: 101px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  position: relative;
}

.main_data_top_title_img {
  position: absolute;
  top: -14px;
  right: -7px;
}


.main_datactive::before {
  background: url(../images/ibrief_web_img/展开home1.svg) no-repeat center right !important;
}

/* .main_data_top_title span::before{
    content: '';
    display: block;
    width: 100%;
    background: url(../images/ibrief_web_img/展开home.svg) no-repeat center right;
    position: absolute;
    height:100%;
  }  */


.main_data_top_active span::before {
  background: url(../images/ibrief_web_img/展开home1.svg) no-repeat center right !important;
}

.main_data_top div span::before {
  content: '';
  display: block;
  width: 100%;
  background: url(../images/ibrief_web_img/展开home.svg) no-repeat center right;
  position: absolute;
  height: 100%;
}

.main_data_top div span {
  cursor: pointer;
  display: inline-block;
  color: #333;
  position: relative;
  padding-right: 15px;
  font-size: 17px;
}

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

.main_data_top_title span:not(:last-of-type) {
  margin-right: 15px;
}

.main_data_top {
  display: flex;
  font-size: 22px;
  gap: 45px;
}

.main_data_top div a {
  cursor: pointer;
  display: inline-block;
  color: #333;
}

.main_datactive {
  color: #0095FF !important;
  background: rgba(109, 199, 250, 0.1);
  font-weight: 600;
}

.area-container {
  display: flex;
  position: absolute;
  top: 40px;
  z-index: 9;
}

.nav-container {
  display: flex;
  position: absolute;
  z-index: 9;
  align-items: start;
}

/* 左侧一级分类 */
.primary-nav {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 31, 54, 0.1);
  border-radius: 8px;
  white-space: nowrap;
  min-width: 150px;
}

.primary-item {
  padding: 14px 16px;
  font-size: 17px;
  color: #333;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.primary-item.active {
  background: rgba(216, 216, 216, 0.2);
  color: #0095FF;
}

.secondary-item.active {
  background: rgba(216, 216, 216, 0.2);
  color: #0095FF;
}

.primary-item.has-submenu::after {
  content: ">";
  position: absolute;
  right: 12px;
  color: #999;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* 右侧二级分类 */
.secondary-nav {
  display: none;
  background: #FFFFFF;
  white-space: nowrap;
  /* 禁止文字换行 */
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 31, 54, 0.1);
  border-radius: 8px;
  min-width: 150px;

}

.secondary-nav.active {
  display: block
}

.secondary-title {
  padding: 14px 16px;
  font-size: 17px;
}

.secondary-item {
  font-size: 17px;
  padding: 14px 16px;
  cursor: pointer;
}

/* 顶部标签栏 */
.tab-header {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px 4px 0 0;
}

.tab-item {
  padding: 12px 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.tab-item.active {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}

.main_data_top_yewu {
  position: relative;
  display: none;
}

.main_data_top_area {
  position: relative;
  display: none;
}

/* 底部footer开始 */

.footer {
  background: #FFFFFF;
  box-shadow: 0px -2px 8px 0px rgba(211, 211, 211, 0.13);
  width: 100%;
  height: 250px;
}

.footer1 {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.footer1_div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

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

.footer_class1 img {
  height: 40px;
  margin-bottom: 30px;
}

.footer_class1 p {
  color: #000000;
  font-size: 14px;
}

.footer_class1 a {
  /* color: #B2B2B2; */
  font-size: 14px;
}

.footer_class1 div {
  display: flex;
}

.footer2_div {
  display: flex;
  color: #878787;
  font-size: 14px;
  justify-content: center;
}

.footer2_div :nth-of-type(2) {
  margin-left: 60px;
}

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

.footer_class1_1 {
  flex-direction: column;
}

.footer_class1_1 normal {
  margin: 0 15px;
}

.footer_class1_1 div {
  align-items: center;
  margin-bottom: 10px;
}

.footer_class1_1 div:nth-of-type(1) {
  /* margin-bottom: 30px; */
}

.footer_class1_2 div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}


.footer_class1_2 div:nth-of-type(1) {
  margin-right: 30px;
}

.fileinput-cancel {
  display: none !important;
}

.modal-content {
  top: 100px;
}


/* 搜索首页 */
.main_data_top_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 1100px;
  margin: 0 auto
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
}

.dropdown-selected {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.dropdown-selected.open {
  border-color: #0095FF;
}

.dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  z-index: 100;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 31, 54, 0.1);
}

.dropdown-item {
  padding: 10px 16px;
  cursor: pointer;
  color: #333;
  white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:hover {
  color: #0095FF;
  background: rgba(216, 216, 216, 0.2)
}

.dropdown-selected:before {
  content: '';
  display: block;
  width: 100%;
  background: url(../images/ibrief_web_img/展开home.svg) no-repeat center right;
  position: absolute;
  height: 100%;
  left: 15px;
}



/* 个人公司主页 */
.homepage_main {
  margin-top: 70px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
}

.general1100 {
  width: 1100px;
  margin: 0 auto;
}

.homepage_header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.homepage_header_info {
  display: flex;
  gap: 30px
}

.header_info_img {
  width: 126px;
  height: 126px;
  border-radius: 63px;
}

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

.homepage_header_title {
  display: flex;
  gap: 20px;
  align-items: center;
}

.homepage_header_top_main p {
  font-weight: 600;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
}

.homepage_header_title span {
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
}

.homepage_header_title .header_cert {
  background: #FFF7F1;
  color: #F6A11D;
}

.homepage_header_title .header_realname {
  background: #EAF9FA;
  color: #5CC9CA;
  font-size: 12px;
}

.homepage_header_top_main {
  display: flex;
  gap: 20px;
}

.homepage_header_tag {
  display: flex;
  gap: 12px;
}

.homepage_header_tag span {
  background: #F8F8F7;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.communication_btn {
  background: #F7E7A9;
  border-radius: 8px;
  font-size: 18px;
  color: #6D3C23;
  padding: 13px 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.communication_btn_Style {
   background: #F7E7A9;
  border-radius: 8px;
  font-size: 18px;
  color: #6D3C23;
  padding: 13px 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}



.homepage_tab {
  display: flex;
  gap: 50px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.homepage_tab span {
  padding: 20px 0;
  cursor: pointer;
}

.hm-active {
  border-bottom: 6px solid #0095FF;
  color: #0095FF;
}

.homepage_works {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}

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

.homepage_works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hpdiv-1 {
  display: none;
}

.hpdiv-2 {}

.hm_introduce_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hm_introduce {
  padding: 30px 0;
  gap: 40px;
  flex-direction: column;
  display: flex;
}

.hm_introduce_desc {
  background: #fff;
  padding: 24px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.hm_introduce_brand {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hm_introduce_brand div {
  width: 260px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 8px;
}

.hm_license_info {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  gap: 110px;
}

.hm_license_row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hm_license_row div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm_license_row div p:nth-of-type(1) {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.hm_license_row div p:nth-of-type(2) {
  font-weight: 600;
  font-size: 15px;
}

.hm_introduce_address {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 24px;
}

.hm_introduce_address span {
  color: #0095FF;
  cursor: pointer;
}

.hm_footer {
  background: #FFFFFF;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.04);
  padding: 14px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}

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

.hm_footer_1_1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hm_footer_auimg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #EDEDED;
}

.general-modal-content {
  min-width: 400px;
  max-width: 900px;
  background: #FFFFFF;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 999999;
  display: none;
}

.realname_tan {
  z-index: 9999992;
}

.general-modal-title {
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}

.member-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px;
  max-height: 530px;
  overflow-y: auto;
  font-size: 14px;
}

.general-span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.general-normal {
  font-weight: 400;
  font-size: 14px;
  color: #FF0000;
}

.general-a {
  color: #0095FF;
}

.member-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #FAFAFA;
  gap: 14px;
  cursor: pointer;
}

.member-item:hover {
  background-color: #e9e9e9;
}

.member-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.member-name {
  font-weight: 500;
  font-size: 14px;
}


.general-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 26px 26px;
  border-top: 1px solid #eee;
  gap: 24px;
}

.cancel-btn {
  padding: 5px 44px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  font-size: 14px;
  background: #FFFFFF;
}

.close_pop,
.close_pop_800 {
  cursor: pointer;
}

.no-data {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: auto;
  padding: 100px 0;
}

.no-data-text {
  color: #999999;
}

/* 详情页 */
.detail_main {
  margin-top: 100px;
}

.detail_main-1 {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.general812 {
  width: 812px;
  background: #FFFFFF;
  padding: 24px;
}

.detail_title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 35px;
}

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

.summary_wrap_p {
  font-weight: 600;
  color: #0095FF;
  margin-bottom: 18px;
}

.project_detail_summary_content {
  line-height: 24px;
}

.project_detail_summary_content img {
  max-width: 100%
}

.project_detail_summary_content video {
  max-width: 100%
}

.general268 {
  width: 268px;
}

.project_company_wrap {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 0;
}

.project_right_p {
  font-weight: 600;
  color: #0095FF;
  border-left: 8px solid #0095FF;
  padding-left: 16px;
  margin-bottom: 24px;
}

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

.company_info_img {
  width: 81px;
  height: 81px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  margin-bottom: 20px;
}

.company_info_p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.communication_btn_blue {
  background: #0095FF;
  border-radius: 8px;
  padding: 13px 74px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}

.project_company_bot {
  margin-top: 24px;
}

.project_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px;
}

.project_info div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.project_info div p {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

.project_info div span {
  font-weight: 500;
  font-size: 15px;
}

.detail_footer {
  position: fixed;
  bottom: 0;
}

.detail_right_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.match_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.match_info div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.match_info div img {
  width: 100%;
}

.match_info div p {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
}

.form-control {
  min-height: 140px !important;
}

/* 需求详情 */
.detail-top-title {
  font-weight: 600;
  font-size: 30px;
}

.detail-top-price {
  font-weight: 500;
  font-size: 24px;
  color: #FF0000;
}


/* 需求详情 */
.detail-item {
  background: #fff;
  padding: 24px 48px;
  border-radius: 8px;
  position: relative;
}

.detail-item-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.detail-item-2 {
  display: flex;
}

.detail-item-2-1 {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.detail-item-2-1 div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail-item-2-1 div p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.detail-item-2-1 div span {
  font-weight: 400;
  font-size: 16px;
      min-height: 21px;
}

.detail-item-content-1 {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  gap: 16px;
}

.detai-item-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.detail-item-content {
  margin-bottom: 24px;
}

.detail-item-content img,
.detail-item-content video {
  max-width: 100%;
}

.detailButton button {
  width: 900px;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
}

.detailButton a {
  width: 900px;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
}

.signUpStyle {
  background: #0095FF;
  color: #FFFFFF;
}

.signUpDeadline {
  background: #F7E7A9;
  color: #6D3C23;
}

.detail_main_require {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.detail_ce {
  width: 60px;
  background: #FFFFFF;
  font-size: 12px;
  color: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  margin: auto;
  z-index: 1;
  display: inline-table;
  transform: translateY(-50%);
}

.detail_ce div {
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.fenxiang {
  position: absolute;
  left: -150px;
  display: none;
  border-bottom: 0px !important;
  box-shadow: 0px 1px 5px 0px #919393;
  padding-top: 0 !important;
  display: none;
}

.fenxiang img {
  width: 150px !important;
  height: 150px;
}

.detail_ce img {
  width: 20px;
  margin-bottom: 1px;
}

.detail_ce div {
  border-bottom: 1px solid #EEEEEE;
}

.tail_ce1,
.tail_ce2,
.tail_ce3,
.tail_ce4,
.tail_ce5 {
  display: flex;
}

.require-section-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.project-overview img{
  max-width: 100%;
}

.project-overview video{
  max-width: 100%;
}



.require-user-info {
  display: flex;
  gap: 10px;
}

.require-user-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.require-user-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.require-user-details-1 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.require-user-question {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.require-user-details-2 {
  font-size: 12px;
  color: #999999;
}

.require-user-name {
  font-weight: 600;
  font-size: 15px;
}

.require-contact-info {
  background: #FBFBFB;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  justify-content: space-between
}

.require-contact-text {
  background: #FBFBFB;
  border-radius: 4px;
  padding: 24px;
}

.require-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.require-contact-item span:nth-of-type(1) {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}

.require-contact-item span:nth-of-type(2) {
  font-weight: 500;
  font-size: 15px;
}

.require-form-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;
  display: flex;
    align-items: center;
}

.require-form-label.required:before {
    content: '*';
    color: #f5222d;
    margin-left: 4px;
}

.require-form-label normal {
  color: #E5484D;
}

.require-form-label span {
  color: #000;
}

.require-form-label a {
  color: #0095FF;
  text-decoration: dashed;
}

.require-form-group {
  margin-bottom: 24px;
}

.upload-area {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  width: 331px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.add-project {
  height: 94px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
}

.btn-secondary {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}

.btn-primary {
  background: #0095FF;
  box-shadow: 0px 0px 1px 0px rgba(0, 27, 102, 0.08), 0px 1px 4px -1px rgba(0, 42, 140, 0.08), 0px 2px 8px -2px rgba(0, 27, 102, 0.08);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding: 5px 15px;
  min-width: 110px;
  text-align: center;
}

.require-project-list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.require-project-item {
  height: 94px;
  background: #FAFAFA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
}

.require-project-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.require-project-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 250px;
}

.require-project-info span {
  color: #999999;
}

.require-project-img img {
  width: 123px;
  height: 67px;
  border-radius: 8px;
}

.file-info {
  width: 331px;
  height: 70px;
  background: #FAFAFA;
  border-radius: 4px;
  gap: 12px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.file-info-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-info-1 div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
}

.file-info-1 span:nth-of-type(1) {
  font-weight: 500;
  font-size: 15px;
}

.file-info-1 span:nth-of-type(2) {
  font-size: 12px;
  color: #999999;
}

.file-info {
  display: none;
  position: relative;
}

.uploaded-file-info {
  display: none;
  position: relative;
  display: flex;
  width: 365px;
  height: 70px;
  background: #FAFAFA;
  border-radius: 4px;
  gap: 12px;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

.uploaded-pdf-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.pdf-btn {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.delete-pdf {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tan_800 {
  width: 800px;
  z-index: 9999992;
}

.tan_1100 {
  max-width: 1100px !important;
  width: 1100px;
}

.member-item-pipei-title {
  color: #0095FF;
  margin-bottom: 20px;
}

.member-item-pipei-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.member-item-pipei-content-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-item-pipei-content-item p {
  font-weight: 600;
  font-size: 15px;
}

.member-item-pipei-content-item div {
  display: flex;
  align-items: center;
}

.member-item-pipei-content-item div span {
  font-weight: 600;
  font-size: 13px;
  color: #999999;
}

.deadline_tan {
  background: linear-gradient(177deg, #FFF9E3 0%, #FFFDF7 100%);
}

.deadline_tan .general-modal-title {
  border: 0 !important;
}

.deadline_tan .general-modal-footer {
  border: 0;
}

.deadline_now {
  padding: 5px 44px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  background: linear-gradient(270deg, #FFE7A8 0%, #FFE7A8 100%);
  color: #6D3C23;
}

.deadline_tan .member-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.deadline_tan .member-list p:nth-of-type(1) {
  font-weight: 400;
  font-size: 14px;
}

.deadline_tan .member-list p:nth-of-type(2) {
  font-size: 13px;
  color: #999999;
}

.notification-bubble {
  position: relative;
  display: inline-block;
  max-width: 300px;
  padding: 12px 16px;
  background-color: #333;
  color: white;
  border-radius: 8px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: -60px;
  display: none;
}

.notification-bubble::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}

.project-search-bar {
  display: flex;
  justify-content: space-between;
}

.project-search-input-box{
      position: relative;
    width: 378px;
    display: flex;
    align-items: center;
}

.project-search-input-box img {
      position: absolute;
    left: 10px;
}



.project-search-input {
  width: 378px;
  height: 32px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  border: none;
  font-size: 14px;
      padding-left: 29px;
}

/* .require-project-list .selected {
  background: url(../img2025/关联选中.svg) no-repeat right 20px top 20px;
} */

.require-project-list .selected {
  position: relative;
  /* 为伪元素的绝对定位提供基准 */
}

.require-project-list .selected::after {
  content: "";
  /* 伪元素必须有的属性 */
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  /* 图标的实际宽度 */
  height: 20px;
  /* 图标的实际高度 */
  background: url(../img2025/关联选中.svg) no-repeat;
  z-index: 2;
  /* 确保这个伪元素在图片之上 */
}

.guanlian_tan .require-project-info {
  font-size: 14px;
}

.guanlian_tan .require-project-info p {
  width: 200px;
}

.identity_tan .general-modal-title {
  border: 0 !important;
}

.identity_tan .general-modal-footer {
  border: 0;
}

.noheng .general-modal-title {
  border: 0 !important;
  padding: 0 26px !important;
  padding-top: 26px !important;
}

.noheng .general-modal-footer {
  border: 0;
}

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

.identity12_button{
  display: flex;
  gap: 20px;
  width: 100%;
}

.identity_button button,
.identity_button a,
.identity12_button button,
.identity12_button a {
  background: #0095FF;
  border-radius: 4px;
  display: grid;
  gap: 20px;
  font-size: 14px;
  color: #FFFFFF;
  width: 202px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signUpEnd {
  background: #D8D8D8;
  color: #fff;
  cursor: no-drop;
}

.detailButton button a {
  display: flex;
  color: #fff;
  background: #0095FF;
}



/* 需求方首页 */
.demand-main {
  display: flex;
  gap: 24px;
}

.demand-section {
  width: 208px;
  background: #FFFFFF;
}

.demand-section-scrool {
    transition: bottom 0.4s ease;
    position: fixed;
    bottom: auto;
}

.demand-section-scrool.bottom-mode {
    bottom: 250px;
}

.demand-action-list {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 20px;
  margin: 0 24px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.demand-action-list-2 {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 20px;
  margin: 0 24px;
}

.demand-action-list-2 a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 8px;
  gap: 10px;
  padding-left: 13px;
}

.demand-action-list a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 8px;
  gap: 10px;
  padding-left: 13px;
}

.demandActive {
  background: #E5F4FF;
  font-weight: 500;
  color: #0095FF;
}



.demand-user-info {
  margin-top: 24px;
  width: 100%;
  flex: 1;
  padding-bottom: 100px;
}

.demand-welcome-section {
  padding: 36px 24px;
  background: #fff;
}

.demand-welcome-section-title div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demand-welcome-section-title p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}

.demand-welcome-section h2 {}

.demand-welcome-section-title {
  margin-bottom: 20px;
  ;
}

.demand-user-right {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.demand-demand-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.demand-demand-count {
  background: #FBFBFF;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.demand-demand-count p {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

.demand-count-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.demand-count-action span {
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.demand-count-action span normal {
  font-weight: 600;
  font-size: 24px;
  color: #333;
}

.demand-count-action a {
  background: #F9FBFD;
  border: 1px solid #0095FF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #0095FF;
  padding: 5px 23px;
}

.demand-count-action .demand-count-action-link {
  color: #fff !important;
  background: #0095FF !important;
}

.demand-promotion-section {
  width: 1100px;
  background: #020000;
  border-radius: 8px;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
}

.demand-promotion-content {
  display: flex;
  gap: 24px;
}

.demand-promotion-image {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
}

.stacked-image {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.image-1 {
  left: 0;
  z-index: 1;
}

.image-2 {
  left: 26px;
  z-index: 2;
}

.image-3 {
  left: 52px;
  z-index: 3;
}

.demand-promotion-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.demand-promotion-text p {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
}

.demand-promotion-text span {
  font-size: 14px;
  color: #FFFFFF;
}

.demand-promotion-types {
  display: flex;
  gap: 30px;
}

.demand-type-item {
  background: linear-gradient(270deg, #FFE7A8 0%, #FFE7A8 100%);
  border-radius: 6px;
  padding: 15px 0;
  color: #6B2300;
  font-weight: bold;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 177px;
  justify-content: center;
}

.demand-in-progress-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.demand-item-header {
  background: #FBFBFF;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
  position: relative;
}

.demand-status-time {
  display: flex;
  gap: 20px;
}

.demand-status-time span {
  font-weight: 600;
}

.demand-status-time .demand-status-reviewing {
  color: #F9B900;
}

.demand-status-time .demand-status-applying {
  color: #0CE751;
}

.demand-status-time .demand-status-screening {
  color: #EB2323;
}

.demand-status-time .demand-status-connected {
  color: #0095FF;
}

.demand-status-time .demand-status-closed {
  color: #999999;
}

.demand-status-time p {
  color: #999999;
}

.demand-item-title {
  font-weight: 500;
  font-size: 20px;
}

.demand-item-amount {
  font-size: 18px;
}

.demand-item-empty-spans {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  gap: 60px;
}

.demand-view-applicants {
  display: flex;
  border: 1px solid #0095FF;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #0095FF;
  padding: 12px 36px;
  position: relative;
}

.demand-status-status {
  width: 74px;
  height: 28px;
  border-radius: 0px 8px 0px 8px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

/* 发布新需求 */
.release-container {
  background: #fff
}

.release-form-header {
  padding: 24px 144px 24px 24px;
}

.release-form-header h1 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.release-form-header p {
  font-size: 18px;
}

.form-card {
  padding: 24px 144px 24px 24px;
}

.release-section-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.release-section-title p {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.release-form-group {
  margin-bottom: 24px;
  position: relative;
}

.release-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.release-form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.release-form-label.required:before {
  content: '*';
  color: #f5222d;
  margin-left: 4px;
}

.release-form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
}

.release-form-control:focus {
  border-color: #1890ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.release-form-control.textarea {
  min-height: 120px;
  resize: vertical;
}

.radio-group {
  display: flex;
  gap: 30px;
}

.radio-custom {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.radio-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-custom .radio-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.radio-custom input[type="radio"]:checked+.radio-icon {
  border-color: #1890ff;
}

.radio-custom input[type="radio"]:checked+.radio-icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-radius: 50%;
}

.checkbox-custom {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.checkbox-custom input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.checkbox-custom .checkbox-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin-right: 8px;
  position: relative;
}

.checkbox-custom input[type="checkbox"]:checked~.checkbox-icon {
  border-color: #1890ff;
  background-color: #1890ff;
}

/* 使用更稳定的选择器，不依赖相邻兄弟选择器 */

.checkbox-custom input[type="checkbox"]:checked~.checkbox-icon:after {
  content: '✓';
  position: absolute;
  top: -2px;
  left: 2px;
  color: white;
  font-size: 12px;
}

.select-group {
  position: relative;
}

.select-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
  width: 450px;
}

.layui-inline {
  display: flex;
  gap: 15px;
  width: 100%;
}

.layui-inline .release-form-group {
  flex: 1;
}

.btn-submit {
  padding: 14px 100px;
  ;
  background-color: #0095FF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}

.btn-submit:hover {
  background-color: #40a9ff;
}

.agreement {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.agreement a {
  color: #1890ff;
  text-decoration: none;
}

.hint {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-left: 10px;
}

.hintred {
  font-size: 12px;
  color: #FF0000;
  font-weight: 400;
  margin-left: 10px;
}

.hint2 {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-top: 20px;
}

.char-counter {
  font-size: 12px;
  color: #999;
  right: 10px;
  position: absolute;
}

.multi-select-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.multi-select-item {
  padding: 5px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.multi-select-item.selected {
  border-color: #1890ff;
  background-color: #e6f7ff;
  color: #1890ff;
}

.hr {
  background: rgba(0, 0, 0, 0.06);
  height: 1px;
  width: 100%;
}

#preview-img3{
  max-height: 300px;
}

.release-contact-info {
  display: grid;
  /* justify-content: space-between */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.release-contact-info .release-form-group {
  margin-bottom: 0;
}

/* 全局隐藏 LayDate 橙色提示框 */
.layui-laydate-hint {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.layui-layer-title{
  font-weight: bold;
}

.laydate-time-list>li:nth-of-type(2) {
  /* display: none; */
}



.dropdown {
  position: relative;
}

.dropdown-toggle {
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 42px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  z-index: 99999;
  width: 100%;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}

.column {
  width: 50%;
  border-right: 1px solid #eee;
  max-height: 200px;
  overflow-y: auto;
}

.item {
  padding: 6px 10px;
  cursor: pointer;
}

.item:hover,
.item.active {
  background: #f0f0f0;
}

.tags,
.tagssingle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.selected-bg {
  background-color: #e6f7ff;
}

.tag-re {
  display: inline-block;
  background: #409eff;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 2px;
  font-size: 14px;
}

.tag-re .remove {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}

.dropdown-panel {
  width: 100%;
  display: flex;
}

.dropdown {
  position: relative;
}

.relese-sub {
  display: flex;
  gap: 20px;
  position: relative;
}

.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;
  display: none;
}

.Validform_wrong {
  color: red;
  white-space: nowrap;
  /* background:url(../images/error.png) no-repeat left center; */
  position: absolute;
  padding: 0;
  bottom: -20px;
  left: 0;
}

.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;
}

.error {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  left: 0;
  color: #cd2b1e;
}



/* 报名者首页 */
.demand-user-identity {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 10px;
}

.demand-user-identity-content {
  background: #FBFBFF;
  display: flex;
  gap: 20px;
  padding: 18px;
  margin-bottom: 24px;
  align-items: center;
  position: relative;
}

.demand-user-identity-content .company-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.company-info-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.company-basic-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.company-basic-info p:nth-of-type(1) {
  font-weight: 600;
  font-size: 22px;
}

.company-basic-info p:nth-of-type(2) {
  font-size: 20px;
}

.company-auth {
  background: #F1F7FF;

  color: #0095FF;

}

.company-basic-info span {
  border-radius: 4px;
  padding: 3px 8px;
  display: flex;
  gap: 5px;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
}

.company-basic-info .person-auth {
  background: #FFE9D3;
  color: #FF9025;
}

.company-basic-info img {
  width: 16px;
}


.company-license-name {
  color: #333;
}

.Personal_identity {
  margin-top: 50px;
}

.application-action-list-a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.application-action-list-a div {
  display: flex;
  flex-direction: column;
}

.application-action-list-a p {
  font-size: 13px;
  color: #666666;
}

.action-list-a {
  font-size: 15px;
}


/* 建联记录 */
.bulid-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bulid-item {
  background: #FBFBFF;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
}

.bulid-item-div {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.bulid-item-div-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.bulid-item-div p:nth-of-type(1) {
  font-weight: 500;
  font-size: 20px;
}

.bulid-item-div p:nth-of-type(2) {
  font-weight: 400;
  font-size: 20px;
}

.bulid-item-div span {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  max-width: 590px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bulid-item-p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.bulid-item-a {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #0095FF;
  font-weight: 600;
  font-size: 16px;
  color: #0095FF;
  padding: 12px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* 个人认证公司认证 */
.certification-content {
  margin-bottom: 60px;
}

.certification-content-item-container {
  display: flex;
  justify-content: space-between;
}

.certification-content-item {
  background: linear-gradient(270deg, #E9F6FF 0%, #F8F9FF 100%), linear-gradient(180deg, #F8F9FF 0%, #FAFCFD 100%);
  border-radius: 8px;
  padding: 20px;
  width: 506px;
  height: 522px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.certification-content-item-title {
  font-weight: 500;
  font-size: 18px;
  color: #0095FF;
}

.certification-content-item-price {
  font-weight: bold;
  font-size: 32px;
  gap: 15px;
  display: flex;
  align-items: baseline;
}

.certification-content-item-price span {
  font-weight: 400;
  font-size: 24px;
  text-decoration: line-through;
}

.certification-content-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.certification-content-item-btn {
  background: rgba(0, 149, 255, 0.03);
  border-radius: 8px;
  border: 1px solid #0095FF;
  font-weight: 600;
  font-size: 18px;
  color: #0095FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}

.certification-content-item-btn1 {
  background: #0095FF;
  border-radius: 8px;
  border: 1px solid #0095FF;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  position: relative;
}

.certificationImg {
    background: #FFE7A8;
    color: #7C3612;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 10px 10px 10px 0px;
      position: absolute;
  top: -15px;
  right: 70px;
}

.certification-content-item-btn1 span {
  text-decoration: line-through;
}

.certification-content-item-extra {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 115px;
  padding-top: 16px;
  padding-left: 20px;
}

.certification-content-item-extra p {
  font-weight: 600;
  font-size: 18px;
}

.certification-content-item-extra div {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333333;
}

.certification-content-item-extra-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.certification-content-item-extra-container div {
  width: 228px;
}

/* 平台智推 */
.promotionTitle {
  display: flex;
  gap: 10px;
  align-items: center;
}

.promotionTitle p {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.promotionTitle span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.promotionDesc {
  margin: 0 24px;
  background: #FCFCFC;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  color: #666;
}


/* 个人认证表单 */

.release-section-title span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

.releaseTime {
}

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

.relese-new-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.relese-new-top-left {
  position: relative;
}

.relese-new-top-left img {
  position: absolute;
  right: -14px;
  top: -16px;
}

.relese-new-top-left-p {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.relese-new-top-left-span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.relese-new-top-left-span normal {
  color: #0095FF;
}

.relese-new-top-left-span a {
  color: #0095FF;
}

.relese-new-top-right {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.tan460 {
  width: 460px;
}

.tan_900 {
  width: 900px;
}

.company-tan-success {
  align-items: center;
  padding: 60px 70px 50px 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.company-tan-success-a {
  background: #0095FF;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  width: 202px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-tan-success p {
  font-weight: bold;
}

.company-tan-success span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.changeBack {
  background: #fff !important;
  color: #0095FF !important;
  border: 1px solid #0095FF !important;
}

.general-modal-footer-center {
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  border-top: 1px solid #eee;
  gap: 24px;
}

.other-company-jigou {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
}


/* 我的认证 */
.company-auth-status {
  position: absolute;
  right: 35px;
  font-weight: 400;
}

.company-auth-no {
  background: #EEEEEE;
  color: #999999;
}

.myC_payment_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.monet-style {
  background: linear-gradient(270deg, #FFE7A8 0%, #FFE7A8 100%);
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #6B2300;
  padding: 10px 24px;
  ;
}

.change-style-p {
  font-weight: 400;
  font-size: 16px;
  color: #0095FF;
  cursor: pointer;
}

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

.myC_payment_info p {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.myC_payment_info span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.myC_payment_buttons {
  display: flex;
  gap: 10px;
}

.myC_payment_buttons button {
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 15px;
}

.myC_payment_edit {
  color: #0095FF;
}

.myC_payment_again {
  color: rgba(0, 0, 0, 0.65);
}

.myC_payment_amount {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.myC_payment_amount_title {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.myC_amount_detail {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
}

.myC_amount_detail p {
  font-weight: 600;
  font-size: 20px;
}


.myC_amount_detail {
  display: flex;
  gap: 5px;
}

.myC_amount_detail span {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  gap: 10px;
  display: flex;
  align-items: baseline;
}

.myC_amount_detail span normal {
  font-weight: 600;
  font-size: 24px;
  color: #0095FF;
}

.myC_method_detail {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.myC_method_item {
  border-radius: 8px;
  padding: 26px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.myC_method_item_img {
  display: flex;
  align-items: center;
  gap: 20px;
}

.myC_method_item .payBtn {
  background: #0095FF;
  border-radius: 8px;
  padding: 15px 70px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}

.myC_method_item_img p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;

}


.myC_payment_info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.myC_method_item-wechat {
  background: #F4FFF8;
}

.myC_method_item-alipay {
  background: #F4F9FF;
}

.myC_payment_status {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #0095FF;
  justify-content: end;
  gap: 40px;
}

.myC_payment_equity {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.myC_payment_equity_title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.myC_payment_equity_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.myC_payment_equity_content div {
  padding: 20px;
  background: linear-gradient(270deg, #E9F6FF 0%, #F8F9FF 100%), linear-gradient(180deg, #F8F9FF 0%, #FAFCFD 100%);
  border-radius: 8px;
  position: relative;
}

.myC_payment_equity_content div p {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
}

.myC_payment_equity_content div span{
  font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 22px;
}

.myC_payment_equity_content div img {
  position: absolute;
  top: 15px;
  right: 20px;
}

/* 个人公司项目 */

.project_main {}

.project_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.project_search_box {
  display: flex;
  align-items: center;
  width: 460px;
  position: relative;
}

.project_search_box img {
  position: absolute;
  left: 10px;
}

.project_search_input {
  width: 460px;
  border: 0;
  padding: 5px 10px;
  background: #FAFAFA;
  padding-left: 30px;
  padding-right: 85px;
  border-radius: 4px;
}

.project_search_btn {
  background: #0095FF;
  color: #fff;
  border-radius: 4px;
  padding: 5px 19px;
  position: absolute;
  right: 0px;
}

.search-clear-btn {
  position: absolute;
  right: 65px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  padding: 0 5px;
  user-select: none;
  z-index: 1;
}

.search-clear-btn:hover {
  color: #333;
}

.project_search_right {
  display: flex;
  gap: 20px;
}

.project_search_right a {
  background: #0095FF;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.represent-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project_content_div {
  background: #FAFAFA;
  border-radius: 8px;
  width: 514px;
  padding: 12px 10px;
  display: flex;
  justify-content: space-between;
}

.project_content_div_left {
  width: 323px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.danhang {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.project_content_div_left_title {
  font-weight: 500;
  font-size: 16px;
}

.project_content_div_left_span {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}

.project_content_div_left_time {
  display: flex;
  gap: 10px;
  align-items: center;
}

.project_content_div_left_time .project_status_public {
  font-weight: 400;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.project_time {
  color: #999999;
   font-size: 12px;
}

.project_status_save {
  background: #E5F6FF;
  color: #0095FF;
}

.project_status_no {
  background: #FFE5E5;
  color: #FF3131;
}

.project_status_ing {
  background: #FFF7E6;
  color: #FF9900;
}

.project_status_public {
  background: #FFFFFF;
}

.project_content {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.project_content_div_right {
  position: relative;
}

.project_content_div_right_img {
  width: 158px;
  height: 86px;
  border-radius: 4px;
}

.project_content_div_shadow {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.project_content_div_shadow .project_btn {
  width: 70px;
  height: 28px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}


/* 公司报名资料 */
.myC_contact_info {
  display: flex;
  background: #FBFBFB;
  border-radius: 4px;
  padding: 24px;
}

.myC_contact_info div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25%;
}

.myC_contact_info div p {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}

.myC_contact_info div span {
  font-weight: 500;
  font-size: 15px;
}

.TYhengTitle {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0 !important;
}

.form-card-profile {
  padding: 24px;
}


/* 公司主页管理 */
.management-main {
  background: #fff;
  display: flex;
}

.management-left {
  width: 150px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 10px;
}

.Title-20 {
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
}

.management-left-content {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.management-left-content div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

.activeManagement {
  background: #E5F4FF;
  border-radius: 8px;
  color: #0095FF;
  font-weight: bold
}

.management-right {
  flex: 1;
}

.mana-edit {
  position: absolute;
  right: 0;
}

.mana-company-logo {
  width: 98px;
  height: 98px;
  background: #0095FF;
  border-radius: 50%;
}

.mana-business-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mana-business-tag span {
  padding: 4px 10px;
  border-radius: 4px;
  color: #666666;
  font-size: 14px;
  background: #F8F8F7;
  border-radius: 8px;
}

.mana-company-intro span {
  font-size: 14px;
  line-height: 20px;
}

.mana-company-auto {
  background: #F8F8F7;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}

.btn-blue {
  background: #0095FF;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px;
  width: 100%;
}

.btn-gold {
  background: #FFE7A8;
  border-radius: 4px;
  font-size: 14px;
  color: #7C3612;
  padding: 10px;
  width: 100%;
  border: 1px solid #FFE7A8;
  font-weight: bold;
}

.btn-white {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #0095FF;
  padding: 10px;
  width: 100%;
  border: 1px solid #0095FF;
  font-weight: bold;
}

.btn-red {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #FE4A25;
  padding: 10px;
  width: 100%;
  border: 1px solid #FE4A25;
  font-weight: bold;
}

.manage_button {
  display: flex;
  width: 100%;
  gap: 20px;
}

.mana-edit-img {
  position: absolute;
  top: -18px;
  right: -18px;
}

.review-tips {
  background: #FFE5E5;
  border-radius: 0px 8px 0px 0px;
  padding: 10px 24px;
  font-size: 14px;
  color: #FF0000;
}

.per-project:not(:last-child) {
  margin-top: 20px;
}


.per-project .project_content_div {
  width: 100%;
}

.per-project .project_content_div_left {
  width: 654px;
}

.project_shadow_cancel {
  width: 100% !important;
  position: absolute;
  bottom: 0;
  width: 100%;
}


/* 需求记录 */
.demand-status-main {
  border-radius: 10px 10px 10px 0px;
  font-weight: 600;
  font-size: 14px;
  padding: 1px 8px;
  top: -9px;
  left: 100px;
  position: absolute;
  white-space: nowrap;
}

.demand-status-tongguo {
  background: #FF7E26;
  color: #FFFFFF;
}

.demand-status-new {
  background: #EA3323;
  color: #fff;
}

.demand-record-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 20px;
}

.demand-record-title-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.demand-record-title-left span {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  padding-bottom: 15px;
  cursor: pointer;
}

.demand-record-title-left span.active {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  position: relative;
}

.demand-record-title-left span.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #1890ff;
  border-radius: 3px;
  right: 0;
  margin: auto;
}

.sign_div {
  padding: 35px 50px 24px 50px;
  background: #fff;
}

.sign_div_box {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
}

.sign_div_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: baseline;
}

.sign_div_title_text1 {
  font-weight: 600;
  font-size: 30px;
  color: #0095FF;
}

.sign_div_title_text2 {
  font-weight: 400;
  font-size: 18px;
}

.sign_div_title_text3 {
     display: flex;
    background: #FAFAFA;
    border-radius: 8px;
    padding: 24px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}

.sign_div_title_text3 div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 230px;
}

.sign_div_title_text3 div p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.sign_div_title_text3 div span {}



.btn-blue-new {
  background: #0095FF;
  border-radius: 4px;
  padding: 10px 50px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0095FF;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-white-new {
  background: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  color: #0095FF;
  font-weight: 600;
  border: 1px solid #0095FF;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn-red-new {
  background: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  color: #FF0000;
  font-weight: 600;
  border: 1px solid #FF0000;
  display: flex;
  gap: 5px;
  align-items: center;
}

.btn-huibai-new {
  background: #999999;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #999;
  width: 400px;
}

.btn-hui-new {
  background: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  color: #999;
  font-weight: 600;
  border: 1px solid #999;
  display: flex;
  gap: 5px;
  align-items: center;
}

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

.sign_div_item_1_p {
  font-weight: 600;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
}

.sign_div_item_1_btn {
  display: flex;
  gap: 20px;
}

.sign_div_item_2 {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    align-items: baseline;
}

.huangbai {
  background: #F9B900;
  color: #fff;
}

.lanbai {
  background: #0095FF;
  color: #fff;
}

.huibai {
  background: #999999;
  color: #fff;
}

.huihei {
  background: #EEEEEE;
  color: #666666;
}

.hongbai {}

.sign_div_item_3 {
  display: flex;
}

.sign_div_item_3_left {
  width: 270px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 0;
  align-items: center;
      overflow-y: auto;
    height: 500px;
}


.left_3_item {
  padding: 18px;
  background: #FBFBFF;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 253px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
}

.left_3_item.active {
  background-color: #E5F4FF !important;
}

.left_3_item_div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.left_3_item_div span {
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 14px;
}

.company_blue {
  background: rgba(109, 199, 250, 0.2);
  color: #0095FF;
}

.person_green {
  background: rgba(174, 237, 227, 0.22);
  color: #33C3A3;
}

.left_3_item_div normal {
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 14px;
}

.sign_div_item_3_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 22px 24px 40px;
  width: 730px;
}

.sign_right_div_1 {
  display: flex;
  gap: 20px;
}

.sign_right_div_1_img {
  position: relative;
}

.sign_right_div_1_img_tou {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.sign_right_div_1_img_yz {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.sign_right_div_1_text p {
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
}

.sign_right_div_1_text span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}


.sign_right_div_2 {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sign_right_div_2_p {
  font-weight: 600;
  font-size: 18px;
}

.sign_right_div_2_box_text{
  word-break: break-all;
}

.sign_right_div_2_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sign_right_div_2_box div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sign_right_div_2_box div p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.sign_right_div_2_box div span {
  font-size: 18px;
}

.sign_right_div_3 {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 20px;
}

.sign_right_div_3 .project_item {
  background: #FAFAFA;
  padding: 12px 20px;
  display: flex;
}

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

.sign_right_div_3_box p {
  font-weight: 600;
}

.sign_right_div_3_box span {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}

.sign_right_div_3_box_text {}

.sign_right_div_3_box_text .nopei {
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  padding: 2px 6px;
}

.sign_right_div_3_box_text .pipei {
  background: #FFF4DE;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #7B3511;
  padding: 2px 6px;
}

.sign_right_div_3_box_img img {
  width: 158px;
  height: 86px;
  border-radius: 4px;
}

.sign_right_div_4 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 24px;
}

.sign_right_div_1_text_box {
  display: flex;
  gap: 5px;
}

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

.sign_tan_content_left {
  width: 680px;
}

.sign_tan_content_right {
  width: 250px;
  position: relative;
}

.sign_tan_content_right_box {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.sign_tan_content_right_box div {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.sign_tan_content_right_box div p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.sign_tan_content_right_box div span {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}

.sign_tan_content_title {
  font-weight: 600;
  font-size: 30px;
}


.sign_tan_content_right_img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

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


/* 报名记录 */
.regis_div {
  padding: 40px 50px;
  background: #fff;
}

.regis_record_detail-1 {
  background: linear-gradient(180deg, #FFFAE5 0%, #FFFFFF 100%);
  border-radius: 8px 8px 0px 0px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: baseline;
  position: relative;
}

.regis_record_detail-1_title {
  font-weight: 600;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.regis_record_detail-1_content {
  display: flex;
  border-radius: 8px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.regis_record_detail-1_content div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.regis_record_detail-1_content div p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.regis_record_detail-2 {
  padding: 24px;
  background: linear-gradient(90deg, #FFFAE5 0%, #FFFFFF 100%);
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.regis_record_detail-2_title {
  font-weight: 600;
  font-size: 20px;
  color: #7C3612;
}

.no-communication_btn {
  background: #EEEEEE;
  border-radius: 8px;
  font-size: 18px;
  color: #666666;
  padding: 13px 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: no-drop !important;
}

.no-communication_btn span {
  font-weight: 400 !important;
  font-size: 14px !important;
}

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

.regis_record_detail-3_title {
  font-weight: 600;
  font-size: 20px;
}

.regis_record_detail-3_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.regis_record_detail-2_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.regis_record_detail-2_box span {
  font-weight: 400;
  font-size: 14px;
  color: #7C3612;
}

.regis_record_detail-5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.regis_record_detail-4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.regis_record_detail-6 {
  display: flex;
  gap: 15px;
}

.regis_record_detail-1_img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
}

.record-content-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.record-content-item {
  background: #FBFBFF;
  padding: 24px;
  border-radius: 8px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.buy_comm {
  background: linear-gradient(180deg, #FFF9E3 0%, #FFFFFF 100%);
}

.buy_comm .general-modal-title {
  border: 0;
}

.buy_comm .general-modal-footer {
  border: 0;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 14px;
  background: #fff;
}

.fee-table th,
.fee-table td {
  border: 1px solid #EEEEEE;
  padding: 12px 15px;
  text-align: center;
}

.fee-table th {
  background-color: #f9f9f9;
  color: #333;
  font-weight: 500;
}

.fee-table tr:nth-child(even) {
  /* background-color: #fcfcfc; */
}

.fee-table tr:last-child {
  font-weight: 500;
}

.text-left {
  text-align: left !important;
}

.total-row td {
  border-top: 1px solid #ddd;
}

.record_payment_amount {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.record_payment_amount_title {
  font-weight: 600;
  font-size: 14px;
}

.record_payment_amount_detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.record_payment_amount_detail1 {
  background: rgba(231, 236, 251, 0.2);
  border-radius: 8px;
  padding: 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.record_payment_amount_detail1 p span {
  font-size: 20px;
  color: #FF0000;
}

.record_method_detail {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.record_method_item {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.myC_method_item-wechat {
  background: #F4FFF8;
}

.record_method_item_img {
  display: flex;
  align-items: center;
  gap: 20px;
}

.record_method_item_img p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}

.record_method_item button {
  font-weight: 600;
  font-size: 14px;
  color: #0095FF;
}

/* 账号实名 */
.account-success {
  display: flex;
  flex-direction: column;
  background: rgba(177, 255, 185, 0.1);
  border-radius: 4px;
  padding: 24px;
  ;
  gap: 10px;
}

.account-success-top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.account-success-top p {
  font-weight: 500;
  font-size: 20px;
}

.account-success span {
  color: #666666;
}

.release-section-title normal {
  font-size: 18px;
}

.layui-form-item {
  width: 450px;
}

.layui-form-select input {
  width: 450px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 42px;
  padding: 10px;
  font-size: 14px;
}

#preview-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.message_div {
  color: #333;
  align-items: center;
  display: flex;
}

.message_div .message_a {
  position: relative;
  font-size: 14px;
}

.single-digit {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.multiple-digits {
  border-radius: 6px;
}

.dotNumber {
  background: #ff3b30;
  color: white;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  height: 24px;
  min-width: 24px;
  padding: 0 6px;
  /* display: none; */
}

/* 聊天 */
.evaluate-box{
  height: 60px;
background: #E9F3FE;
display: flex;
align-items: center;
padding: 20px 27px;
justify-content: space-between;
}

.evaluate-box p{
  font-size: 14px;
}

.evaluate-box div{
  display: flex;
  gap: 16px;
}

.evaluate-box div button{
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 14px;
  background: none;
  display: flex;
  gap:5px;
}


.evaluate-box div button:nth-of-type(1){
  border: 1px solid #0095FF;
  color: #258DFE;
}

.evaluate-box div button:nth-of-type(2){
  border: 1px solid #FE4A25;
  color: #FE4A25;
}

.contactChat-box{
      background: #E2F4FE;
    padding: 20px 24px;
}

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

.contactChat-box-content p{
  font-size: 14px;
  color: #258DFE;
  max-width: 580px;
}

.contactChat-box-a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactChat-box-a div{
  display: flex;
  gap: 10px;
  align-items: center;
}

.contactChat-box-a div button{
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 8px;
}

.contactChat-box-a div p{
  max-width: 320px;
   color: #258DFE;
   font-size: 14px;
}
.message-load-more{
  font-size: 14px;
  color: #0095FF;
  border: 1px solid #0095FF;
  background: #fff;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
}

.contact-name-text{
  max-width: 160px;
}

.contact-content-title{
      background: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    color: #666666;
    justify-content: center;
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #EAEAEA;
}

.contact-content-title span{
  cursor: pointer;
  padding: 10px 0;
  position: relative;
}

.contact-content-title span.contact-active{
  color: #0095FF;
  font-weight: 600;
}

.divider-line{
    border-left: 1px solid #EEEEEE;
}

.login_active{
    border-bottom: 5px solid #2184FF;
    padding-top: 5px;
    color: #2184FF !important;
    font-weight: bold;
}

.contentDiv{
  display: flex; width: 100%; flex-direction: column; gap: 20px; align-items: self-end;
}

.evaluationContent{
    width: 100%;
    border: 1px solid #DDDDDD;
    height: 125px;
    padding: 12px;
}

.evaluationBtnDiv{
  gap: 10px;
}

.aaa{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ibrief-kefu-img{
    position: fixed;
    height: 70%;
    margin: auto;
    z-index: 9999992;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.contact-admin{
  cursor: pointer;
}

.get_old_code{
  cursor: pointer;
}

.unserpro {
    background: #fff;
    margin: 100px;
    padding: 55px;
    line-height: 35px;
}

.unserpro h3 {
    text-align: center;
    font-weight: bold;
}

.unserpro h4 {
    margin: 40px 0;
}

.pdf_daxiao{
      display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
    padding: 5px 15px;
    font-size: 20px;
    background: rgba(216, 216, 216, 0.1);
}