body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-weight: normal;
  font-family: "MyNewFont";
}

ul,
li {
  margin: 0;
  /* padding: 0; */
  vertical-align: middle;
  font-weight: normal;
  font-family: "MyNewFont";
}

input:focus {
  outline: none;
}



img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

.bd img {
  width: 100vw;
}

* {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  /* Chrome all / Safari all /opera15+*/
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  box-sizing: border-box;
}

body {
  color: #333;
  -webkit-text-size-adjust: none;
  text-align: left;
  -webkit-user-select: text;
  /* Chrome all / Safari all /opera15+*/
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  font-size: 0.28rem;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei";
}

/* @font-face {
  font-family: 'MyNewFont';
  src: url('../font/font.ttf');
} */
/**/
a {
  text-decoration: none;
  color: #333;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

iframe,
object {
  width: 100%;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}

button {
  border: none;
}

hr {
    margin: 0.3rem 0;
    border: none;
    border-top: 1px solid #EEEEEE;
    height: 1px;
}

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

/* 首页 */
.main_top_all_new_1 {
  background: url('/images/ibrief_web_img/蒙版.svg') no-repeat;
  background-size: 100%;
}

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

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

.main_top_all_new {
  height: 100%;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem;
  padding-bottom: 0.6rem;
}

.main_top_all_new p:nth-of-type(1) {
  font-size: 0.4rem;
  color: #FFFFFF;
  font-weight: bold;
}


.main_top_all_new p:nth-of-type(2) {
  font-weight: 500;
  font-size: 0.28rem;
  color: #FFFFFF;
}

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

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

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

.index_data {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.project-card {
  width: 100%;
  background: #fff;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 0.36rem;
  gap: 0.24rem;
}

.project-card a{
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.card_style {
  width: 0.88rem;
  height: 0.4rem;
  border-radius: 0px 0.16rem 0px 0.16rem;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.project-title {
  font-weight: 600;
  font-size: 0.32rem;
}

.project-card .budget {
  font-weight: 600;
  font-size: 0.32rem;
  color: #FF0000;
}

.tags-container {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

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

.deadline {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.project-card .footer-info {
  display: flex;
  justify-content: space-between;
}

.deadline-foot {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.index_project {
  border-radius: 0.16rem;
  padding: 0.36rem;
  background: #fff;
}

.index_project_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

.index_project_header_right {
  font-size: 0.24rem;
}

.index_project_header_right span {
  color: #0095FF;
  text-decoration: underline;
}

.index_hr {
  margin: 0.3rem 0;
}

.index_project_content_item1 {
  display: flex;
  align-items: flex-start;
  gap: 0.15rem;
}

.index_project_content_item1 img {
  width: 1.78rem;
  height: 0.98rem;
  border-radius: 0.08rem;
}

.index_project_content_item1 div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}

.index_project_content_item1 div p {
  font-weight: 500;
  font-size: 0.28rem;
}

.index_project_content_item1 div span {
  font-size: 0.24rem;
  color: #666;
}

.index_project_content_item2 {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.index_project_content_item2 a {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.index_project_content_item2 img {
  width: 0.76rem;
  height: 0.76rem;
  box-shadow: 0px 0px 4px 0px rgba(137, 137, 137, 0.25);
}

.index_project_content_item2 div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.index_project_content_item2 div p {
  font-size: 0.26rem;
}

.index_project_content_item2 div span {
  font-size: 0.24rem;
  color: #666;
}

.main_top_all_new_main {
  padding: 0.24rem
}

.mySwiper {
  height: 2.88rem;
}

.main_top_all_new_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem
}

.main_top_all_new_header_login {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.main_top_all_new_header_login span {
  font-weight: 500;
  font-size: 0.28rem;
}

.projectSwiper-bullet-active {
  background-color: #0095FF;
  opacity: 1;
}

.caseSwiper-bullet-active {
  background-color: #0095FF;
  opacity: 1;
}

.index_data2 {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.index_data2 a {
  background: #FBFBFB;
  border-radius: 0.2rem;
  padding: 0.16rem;
  align-items: center;
  display: flex;
  gap: 0.3rem;
}

.index_data2 a img {
  width: 0.66rem;
  height: 0.66rem;
  box-shadow: 0px 0px 14px 2px rgba(115, 115, 115, 0.05);
  border-radius: 6px;
}

.index_data2 a p {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 600;
}

.index_data2 a span {
  font-size: 0.24rem;
  color: #666666;
}

.index_success_cases {
  border-radius: 0.16rem;
  overflow: hidden;
  background: #fff;
}

.index_success_cases_header {
  position: relative;
}

.index_success_cases_title_img {
  height: 3.86rem;
  width: 100%;
}

.index_success_cases_header_img {
  position: absolute;
  top: 0.15rem;
  left: 0;
}

.index_success_cases_header_text {
  position: absolute;
  bottom: 0.24rem;
  left: 0.35rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.index_success_cases_content {
  padding: 0.3rem;
  font-weight: bold;
  font-size: 0.3rem;
}


/* 需求详情页 */
.require_detail_main {
  padding: 0.4rem 0.3rem;
}

.bidding_info_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0.4rem 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;

}

.bidding_info_footer_left {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
}

.bidding_info_footer_left1 {
  display: flex;
  gap: 0.1rem;
  flex: 1;
  align-items: center;
}

.bidding_info_footer_left1 img {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  border: 1px solid #EDEDED;
}

.bidding_info_footer_left1 p {
  font-size: 0.28rem;
  font-weight: bold;
}

.bidding_info_footer_left p {
  font-size: 0.3rem;
  color: #FF0000;
  font-weight: bold;
}

.bidding_info_footer_left span {
  color: #666666;
  font-size: 0.24rem;
}

.bidding_info_footer_btn {
  background: #258DFE;
  border-radius: 0.16rem;
  padding: 0.2rem 0.5rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #fff;
}

.detail-item {}

.deadline {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.detail-item-1 {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.calendar-icon {
  font-weight: 500;
  font-size: 0.24rem;
  color: #666666;
}

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

.detail-top-title {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold
}

.detail-top-price {
  font-size: 0.32rem;
  color: #FF0000;
  font-weight: bold;
}

.detail-item-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.24rem;
}

.detail-item-2 div {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.detail-item-2 div p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.detail-item-2 div span {
  font-weight: 400;
  font-size: 0.28rem;
}

.textCon {
  line-height: 0.5rem;
  word-break: break-all;
}


.textCon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.textCon video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.detai-item-title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
  margin-bottom: 0.3rem
}

.case-item-1 {
  background: #FAFAFA;
  border-radius: 16px;
  padding: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}

.case-item-1 div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.case-item-1 div p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.case-item-1 div span {
  font-weight: 500;
  font-size: 0.28rem;
    word-break: break-all;
}

.case-item-title {
  font-weight: 600;
  font-size: 0.32rem;
  color: #0095FF;
  margin-bottom: 0.3rem;
}

.case-item-a {
  display: flex;
  background: #FAFAFA;
  border-radius: 7px;
  padding: 0.2rem;
  gap: 0.1rem;
}

.case-item-img {
  width: 2.52rem;
  height: 1.38rem;
  border-radius: 13px;
}

.case-item-a-left {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.case-item-a-left-title {
  font-weight: 500;
  font-size: 0.28rem;
}

.case-item-a-left-brand,
.case-item-a-left-vendor {
  font-size: 0.23rem;
  color: #999999;
}

.case-item-2 {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.detail-margin {
  margin-bottom: 0.5rem;
}

.project-item-1 {
  padding: 0.32rem 0.16rem;
  background: #FAFAFA;
  border-radius: 16px;
}

.project-item-1-top {
  display: flex;
  align-items: center;
  gap: 0.24rem;
}

.project-item-1-top img {
  width: 0.8rem;
  height: 0.8rem;
  background: #FFFFFF;
  border: 2px solid #EDEDED;
  border-radius: 50%;
}

.project-item-1-top span {
  font-weight: 600;
  font-size: 0.28rem;
}

.project-item-1-bottom p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.project-item-1-bottom span {
  font-weight: 500;
  font-size: 0.28rem;
}

.project-item-1-bottom div {}

.project-item-1-bottom {
  gap: 0.24rem;
  display: flex;
  flex-direction: column;
}

.project-item-1-bottom-1 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
}

.project-item-1-bottom-2 {
  display: grid !important;
  gap: 0.1rem;
}



.project-item-1-bottom-1 div {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
}


/* 资料预览 */
.document_item_0 {
  display: flex;
  gap: 0.16rem;
  align-items: center;
}

.document_item_1 {
  position: relative;
}


.document_item_1_img {
  width: 0.96rem;
  height: 0.96rem;
  background: #0095FF;
  border-radius: 50%;
}

.document_item_1_verifyImg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.32rem;
  height: 0.32rem;
}

.document_item_2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-evenly;
}

.document_item_2 p {
  font-weight: 500;
  font-size: 0.3rem;
}

.document_item_2 span {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

/* 公司主页 */

.homePage_item {
  padding: 0.36rem;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.homePage_main {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.homePage_item_top {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: baseline;
  position: relative;
}

.homePage_item_top_img {
  position: relative;
}

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

.homePage_item_top_img_1 {
  width: 1.3rem;
  border-radius: 50%;
}

.homePage_item_top_name {
  font-size: 0.36rem;
  font-weight: bold;
}

.homePage_item_top_desc {
  font-size: 0.24rem;
  color: #666;
}

.homePage_item_top_type {
  display: flex;
  gap: 0.24rem;
}

.homePage_item_top_type span {
  border-radius: 0.16rem;
  background: #F8F8F7;
  padding: 0.12rem 0.28rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #666666;
}

.homePage_item_top_cer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0.12rem;
}

.homePage_item_top_cer div {
  padding: 2px 12px;
  display: flex;
  gap: 0.12rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.24rem;
  border-radius: 8px;
}

.homePage_item_top_cer_item {
  background: rgba(0, 149, 255, 0.1);
  color: #0095FF;
}

.homePage_item_top_cer_item1 {
  background: rgba(234, 249, 250, 1);
  color: #5CC9CA;
}

.homePage_item_title {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.homePage_item_brand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.24rem;
}

.homePage_item_brand span {
  background: #FAFAFA;
  border-radius: 8px;
  width: 2.1rem;
  padding: 0.12rem 0.24rem;
  text-align: center;
}

.homePage_item_address {
  display: flex;
  gap: 0.24rem;
}

.part_3_mid_a a{
  display: flex;
  align-items: center;
  padding: 0.22rem;
  gap: 0.2rem;
  background: #fafafa;
}

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

.pdf_a_div1 span:nth-of-type(2){
  font-size: 0.24rem;
  color: #999;
}

.loading{
  text-align: center;
  padding: 0.24rem 0;
}