.bigPerson-pages .top-poster {
  background: url(./images/top_posterBg.png) no-repeat top center;
  height: 400px;
  padding: 39px 0;
  color: #fff;
  box-sizing: border-box;
}

.bigPerson-pages .top-poster .title {
  font-size: 48px;
  font-weight: bold;
}

.bigPerson-pages .top-poster .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  width: 581px;
  padding: 21px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bigPerson-pages .top-poster .addBtn {
  width: 190px;
  height: 44px;
  border-radius: 2px;
  display: block;
  background: #e60000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
}

.title-box {
  margin: 32px 0 20px;
}

.title-box .bg-title {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}

.title-box .bg-title::after {
  content: "";
  width: 3px;
  height: 22px;
  background: #e60000;
  position: absolute;
  left: 0;
  top: 6px;
}

.title-box .popup {
  font-size: 14px;
  font-weight: 600;
  color: #e60000;
  margin-top: 5px;
  cursor: pointer;
}

.title-box .popup-more {
  color: #90979f;
}

.character-box,
.character-box .character-left,
.character-box .character-right .items {
  display: flex;
}

.character-box .character-left .img {
  width: 360px;
  height: 270px;
  border-radius: 12px;
  object-fit: cover;
}

.character-box .character-left .info {
  width: 360px;
  margin-left: 16px;
}

.character-box .character-left .info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.character-box .character-left .info .label {
  margin: 12px 0;
}

.character-box .character-left .info .label span {
  padding: 2px 7px;
  box-sizing: border-box;
  background: rgba(54, 98, 236, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: #3662ec;
  margin-right: 10px;
}

.character-box .character-left .info .tips {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #4c4b53;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 119px;
}

.character-box .character-left .info .details-btn {
  width: 203px;
  height: 42px;
  border-radius: 4px;
  display: block;
  border: 1px solid #3662ec;
  font-size: 16px;
  color: #3662ec;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
}

.character-box .character-right {
  margin-left: 30px;
}

.character-box .character-right .items:nth-child(1) {
  margin-bottom: 16px;
}

.character-box .character-right .items .img {
  width: 170px;
  height: 127px;
  border-radius: 12px;
  margin-right: 20px;
  object-fit: cover;
}
.character-box .character-right .items .info {
  width: 245px;
}
.character-box .character-right .items .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.character-box .character-right .items .label {
  margin: 10px 0 20px;
}

.character-box .character-right .items .label span {
  padding: 2px 7px;
  box-sizing: border-box;
  background: rgba(54, 98, 236, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: #3662ec;
  margin-right: 10px;
}

.character-box .character-right .items .details-btn {
  font-size: 14px;
  color: #90979f;
}

/* .industry-experts .list-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.industry-experts .list-box ul .list-item {
  width: 288px;
  margin: 0 16px 30px 0;
}
.industry-experts .list-box ul .list-item:nth-child(4),
.industry-experts .list-box ul .list-item:nth-child(8) {
  margin-right: 0;
}

.industry-experts .list-box ul .list-item .list-info .img {
  width: 288px;
  height: 216px;
  border-radius: 12px;
  object-fit: cover;
}

.industry-experts .list-box ul .list-item .list-info .title {
  font-size: 16px;
  margin-top: 12px;
  color: #333;
}

.industry-experts .list-box ul .list-item .list-info .title:hover {
  color: #e60000;
}

.expert-team .team-list .items {
  width: 389px;
  height: 322px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  padding: 16px;
  box-sizing: border-box;
}

.expert-team .team-list .items .item-top {
  display: flex;
  margin-bottom: 16px;
}

.expert-team .team-list .items .item-top .img {
  width: 120px;
  height: 160px;
  border-radius: 12px;
  margin-right: 16px;
  object-fit: cover;
}

.expert-team .team-list .items .item-top .top-right .name {
  font-size: 20px;
  font-weight: 600;
}

.expert-team .team-list .items .item-top .top-right .label {
  margin: 12px 0;
}

.expert-team .team-list .items .item-top .top-right .label span {
  padding: 4px 6px;
  box-sizing: border-box;
  border-radius: 1px;
  font-size: 12px;
  color: #667d91;
  background: #f3f5fb;
  margin-right: 10px;
}

.expert-team .team-list .items .item-top .top-right .companyName {
  font-size: 14px;
  margin-bottom: 16px;
}

.expert-team .team-list .items .item-top .top-right .feature {
  color: #4c4b53;
}

.expert-team .team-list .items .item-bottom .bottom-info {
  height: 77px;
  border-radius: 8px;
  background: linear-gradient(180deg, #e9f3fd 0%, #f7fafd 100%);
  color: #90979f;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 14px 0;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.expert-team .team-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.expert-team .team-list .items {
  margin-bottom: 16px;
}

.expert-team .team-list .items .item-bottom .bottom-info .num {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.expert-team .team-list .items .item-bottom .item-btn {
  color: #9e9e9e;
  font-size: 14px;
}

.expert-team .team-list .items .item-bottom .item-btn .newiconfont {
  margin-right: 3px;
}

.expert-team .team-list .items .item-bottom .item-btn .address {
  width: 260px;
}

.expert-team .team-list .items .item-bottom .item-btn .messageBtn {
  cursor: pointer;
  color: #3662EC;
}
.expert-team .team-list .items .item-bottom .item-btn .messageBtn .newiconfont{
  font-size: 20px;
  vertical-align: middle;
}
.expert-team .team-list .items .item-bottom .item-btn .messageBtn:hover {
  color: #e60000;
}
.era-pioneer {
  margin-bottom: 35px;
}

.era-pioneer .nav-box {
  display: flex;
  margin: 0 60px;
  align-items: center;
}

.era-pioneer .nav-box .nav-item {
  width: 89px;
  height: 36px;
  border-radius: 8px;
  text-align: center;
  line-height: 36px;
  background: #f6f9fb;
  font-size: 16px;
  color: #333333;
  margin: 0 10px;
  cursor: pointer;
}

.era-pioneer .nav-box .nav-item:hover {
  color: #e60000;
}

.era-pioneer .pioneer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333333;
}

.era-pioneer .pioneer-list .pioneer-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  width: 389px;
  height: 127px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.era-pioneer .pioneer-list .pioneer-item .img {
  width: 170px;
  height: 127px;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}

.era-pioneer .pioneer-list .pioneer-item .pioneer-info {
  padding: 16px;
  box-sizing: border-box;
  width: 220px;
}

.era-pioneer .pioneer-list .pioneer-item .pioneer-info .tit {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}
.era-pioneer .pioneer-list .pioneer-item .pioneer-info .tit:hover {
  color: #e60000;
}
.era-pioneer .pioneer-list .pioneer-item .pioneer-info .label {
  margin-top: 12px;
}

.era-pioneer .pioneer-list .pioneer-item .pioneer-info .label span {
  padding: 2px 7px;
  box-sizing: border-box;
  background: rgba(54, 98, 236, 0.1);
  border-radius: 4px;
  color: #3662ec;
  font-size: 14px;
  margin-right: 10px;
}

.footer-submit {
  text-align: center;
  background: url(./images/form_bg.png) no-repeat top center;
  height: 235px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer-submit .tit {
  font-size: 48px;
  font-weight: bold;
  padding-top: 37px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.footer-submit .btn {
  width: 255px;
  height: 54px;
  border-radius: 4px;
  display: block;
  background: #e60000;
  margin: 12px auto;
  line-height: 54px;
  color: #fff;
}
.foot {
  margin-top: 0 !important;
}


.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 10;
}

.form-container {
	width: 400px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin: 100px auto;
	background: url(./images/list_magesss_bg.png) no-repeat top #EEEEEE;
}

/* 顶部标题区域 */
.form-header {
	padding: 30px 30px 0;
}

.form-header h2 {
	font-size: 36px;
	font-weight: bold;
	color: #2B48A4;
	margin-bottom: 6px;
}

.form-header .tips {
	font-size: 14px;
	color: #333;
}

/* 表单内容区域 */
.form-content {
	margin: 20px 16px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px 12px;
}

.form-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	height: 42px;
	padding: 12px 0 12px 10px;
	box-sizing: border-box;
}



.form-row .label {
	font-size: 14px;
	color: #333;
	margin-right: 20px;
	width: 60px;
}
/* 输入框基础样式 */
.form-row input,
.form-row select {
    font-size: 14px; /* 输入框字体大小 */
    color: #333; /* 输入文字颜色 */
}

/*  placeholder 样式 - 兼容各浏览器 */
.form-row input::placeholder,
.form-row select::placeholder {
    color: #C9C9C9; /* 占位文本颜色 */
    font-size: 14px; /* 占位文本字体大小 */
}

/* 针对 Firefox 的兼容写法 */
.form-row input:-moz-placeholder,
.form-row select:-moz-placeholder {
    color: #C9C9C9;
    font-size: 14px;
}

/* 针对 IE 的兼容写法 */
.form-row input:-ms-input-placeholder,
.form-row select:-ms-input-placeholder {
    color: #C9C9C9;
    font-size: 14px;
}

#manufactureYear option {
    color: #333; /* 占位文本颜色 */
}
#manufactureYear.selected{
    color: #333;
}

#manufactureYear {
    /* 清除默认箭头 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #C9C9C9;

   
}
#manufactureYear::-ms-expand {
        display: none;
    }

.form-row select,
.form-row input {
	padding: 10px 12px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	outline: none;
	flex: 1;
}

.form-row.pr .newiconfont {
  position: absolute;
  right: 12px;
  font-weight: bold;
}


/* 按钮样式 */
.submit-btn {
	width: 200px;
	height: 42px;
	background: #E60000;
	border-radius: 2px;
	margin: 20px auto 0;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.submit-btn.disabled{
	background: #E6E6E6;
	color: #999;
	cursor: not-allowed;
}

/* 树形选择器样式 */
.tree-selector {
	position: relative;
	flex: 1;
}

.tree-selector .selected-box {
	padding: 10px 12px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.tree-selector .selected-box .selected-value {
	font-weight: normal;
	color: #C9C9C9;
}


.tree-selector .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	z-Index: 100;
	display: none;
}

.tree-selector.open .dropdown {
	display: block;
}

.tree-selector .tree-item {
	padding: 8px 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
  background-color: #fff;
}
.tree-selector .tree-item.expanded{
  position: sticky;
    top: 0;
}
.tree-selector .tree-item:hover {
	background-color: #f5f7fa;
}

.tree-selector .tree-item.has-children::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #333; 
  transition: transform 0.2s ease;
}

.tree-selector .tree-item.has-children.expanded::before {
	transform: rotate(90deg);
}

.tree-selector .tree-children {
	margin-left: 20px;
	display: none;
}

.tree-selector .tree-children.expanded {
	display: block;
}

/* 路径分隔符样式 */
.path-separator {
	margin: 0 4px;
	color: #999;
}
.error1{
	border: 1px solid red !important;
}

.close-btn{
  position: absolute;
  right: 10px;
  top: -5px;
  font-size: 30px;
  cursor: pointer;
}
/* 样式
.lyModal,
.lyModal-tow {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
	 box-sizing: border-box;
  width: 300px;
}

.popup-box .checkbox-label input {
  width: 15px;
}

.popup-box input {
  width: 100%;
  padding: 15px;
	 box-sizing: border-box;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.popup-box input#codeme {
  width: 55%;
}
.popup-box button {
  width: 100%;
  padding: 10px;
  background-color: #e60000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.popup-box textarea {
  width: 100%;
  line-height: 28px;
  resize: none;
  outline: none;
  margin-bottom: 10px;
  height: 118px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(200 200 200);
  border-image: initial;
  border-radius: 4px;
}
.popup-box button:disabled {
  background-color: #ccc;
}

.popup-box .close-icon {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 45%;
  bottom: -50px;
  cursor: pointer;
}

.popup-box .error-message {
  color: red;
  font-size: 12px;
  margin-top: -8px;
}

.popup-box .checkbox-label {
  font-size: 12px;
}

.popup-box .error {
  border: 1px solid red;
}
.popup-box .click_get {
  cursor: pointer;
  color: #fff;
  padding: 15px;
  margin: 10px 0 10px 10px;
  border-radius: 5px;
  background: #e23f1f;
}
.popup-box .click_gets {
  color: #fff;
  padding: 15px 8px;
  margin: 10px 0 10px 10px;
  border-radius: 5px;
  background: #aeaeae;
  font-size: 12px;
}
.popup-box #tishi {
  display: none;
  color: red;
  font-size: 12px;
}
 */

.dialog_box .dialog-closeBtn {
  display: none;
}
.custom {
  display: none;
}
