﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
	background:#f2f6ff url(../images/headerbg.jpg) no-repeat center 52px;
	color: #333;
	font: 14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll !important;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, cite, dfn, em, var, i {
	font-style: normal
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0189ff;
	text-decoration: none;
}

input::-ms-clear, ::-ms-reveal {
	display: none;
}

input:focus, textarea:focus, select:focus, button:focus {
	outline:none;
}
.box {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}
.header h1 a{
	background:url(../images/logo.png) no-repeat;
}
/* topbar */
.topbar{
	height:52px;
	line-height:52px;
	background:#f2f6ff;
	color:#333;
}
.topbar .box{
	display: flex;
	justify-content: space-between;
}
.topbarLeft a,.topbarRight a{
	color:#333;
	margin:0 10px;
}
.topbarLeft span{
	cursor:pointer;
}
.topbarLeft a:hover,.topbarLeft a.link1,.topbarLeft span:hover,.topbarRight a:hover{
	color:#327bf9;
}
.topbarLeft a.link1:hover{
	color:#327bf9;
}
.mask{
	position:fixed;
	z-index:98;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(0,0,0,.68);
}
.sotopbar{
	background:#fff;
	color:#333;
}
.sotopbar .topbarLeft a,.sotopbar .topbarRight a{
	color:#333;
}
.sotopbar .topbarLeft a:hover,.sotopbar .topbarLeft a.link1,.sotopbar .topbarLeft span:hover,.sotopbar .topbarRight a:hover{
	color:#0189ff;
}
/* topbar end*/
/* header */
.header{
	height:268px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color:#fff;
	font-size:16px;
	position:relative;
	z-index:9;
}
.header h1{
	display:inline-block;
}
.header h1 a{
	display: block;
	width: 562px;
	height:112px;
	background-position:0 0;
	overflow: hidden;
	transition:all .4s;
}
.header h1 a:hover{
	transform:translateY(-5px);
}
.slogan{
  display:flex;
  justify-content:center;
  gap:40px;
  box-sizing: border-box;
  padding:12px 0 10px 0;
  margin-bottom:60px;
  color:#808eaf;
  font-size:15px;
}
.slogan p{
  box-sizing: border-box;
  background:url(../images/slogan-icon.png) no-repeat left center;
  padding-left:25px;
}
.search{
	width:618px;
	height:40px;
	background:#fff;
  border:solid 2px #327bf9;
  border-radius:20px;
	display:flex;
	box-sizing: border-box;
	padding-left:3px;
  margin-left:25px;
}

.search-box{
 display:flex;
 gap:8px 30px;
 align-items:center;
 flex-wrap: wrap;
}
.search-box>a{
  height:40px;
  box-sizing: border-box;
  padding:0 24px;
  border-radius:20px;
  background:linear-gradient(90deg,#327bf9,#5c98ff);
  color:#fff;
  display:flex;
  align-items:center;
 
}
.search-box>a::before{
  content:"";
  display: block;
  width:18px;
  height:18px;
  background:url(../images/publish.png) no-repeat;
  background-size:100% 100%;
  margin-right:8px;
}
.search-box>a:hover{
  opacity:.8;
}
.searchBtn{
	display:inline-block;
	width:80px;
	height:34px;
	border:none;
	cursor: pointer;
	overflow: hidden;
  background:#327bf9;
  border-radius:17px;
  color:#fff;
  font-size:16px;
  line-height:34px;
  text-align:center;
  margin:1px 1px 0 0;
}
.searchBtn:hover{
	opacity:.8;
}
.searchInput{
	background:none;
	box-sizing: border-box;
	height:36px;
	line-height:36px;
	padding:0 10px;
	font-size:14px;
	color:#333;
	flex:1;
  border:none;
}
.searchInput::placeholder{
	color:#aaa;
}
.search-tags{
  display:flex;
  align-items:center;
  gap:10px;
  box-sizing: border-box;
  padding:0 0 16px 25px;
  margin:18px 0 12px 0;
  border-bottom:solid 1px #eee;
}
.search-tags::before{
  content:"";
  display: block;
  width:48px;
  height:24px;
  background:url(../images/hot.gif) no-repeat;
  background-size:100%;
  transform: translateY(-2px);
}
.search-tags span{
 box-sizing: border-box;
 padding:0 10px;
 height:26px;
 line-height:26px;
 border-radius:13px;
 cursor: pointer;
}
.search-tags span:hover{
  background: #e6f4ff;
  color: #327bf9;
}
/* header end*/
/* list */
.list{
  box-sizing: border-box;
  padding:20px;
  background:#fff;
  position: relative;
  z-index: 10;
  margin: -80px auto 20px auto;
  border-radius:8px;
  box-shadow: 0 2px 10px rgba(184,189,199,.2)
}
.suspend .search-box{
 position:fixed;
 z-index:11;
 width:100%;
 height:60px;
 background:#fff;
 top:0;
 left:0;
 display:flex;
 justify-content:center;
 box-shadow:0 0 8px rgba(0,0,0,.1);
}
.listtit{
  color:#327bf9;
  font-size:18px;
  margin-bottom:20px;
  position: relative;
  font-weight:700;
  width:100%;
}
.suspend .listtit{
  width:auto;
  margin:0 188px 14px 0;
}
.listtit::after{
  position:absolute;
  z-index:1;
  left:20px;
  bottom:-8px;
  content:"";
  display: block;
  width:30px;
  height:3px;
  background: #327bf9;
  border-radius:3px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
  color: #327bf9 !important;
}
.layui-form-checked[lay-skin=primary] i{
  border-color: #327bf9 !important;
  background-color: #327bf9;
}
.layui-form-label{
  color:#888;
}
.layui-form-item{
  margin-bottom:0px;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
  border-color: #327bf9 !important;
}
.area-box{
  box-sizing: border-box;
  padding-right:60px;
  position:relative;
  height:35px;
  overflow: hidden;
}
.area-box.show{
  height:auto;
}
.layui-form-checkbox[lay-skin=primary]{
  min-width:86px;
}
.layui-form-radio{
  min-width:85px;
  margin-right:0;
  padding-right:0;
}
.areaShow{
  position:absolute;
  z-index:1;
  right:0;
  top:8px;
  cursor: pointer;
  color:#327bf9;
  user-select: none;
}
.areaShow>i{
  font-size:12px;
  margin-left:5px;
  transition:all .4s;
  display:inline-block;
  transform:rotate(0deg);
  transform-origin: center center;
}
.show .areaShow>i{
  transform:rotate(180deg);
}
/* listbox */
.listbox{
  margin-top:16px;
  padding-top:16px;
  border-top:solid 1px #eee;
}
.listinfo{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:16px;
  font-size:16px;
  color:#333;
}
.listinfo div span{
  color:#fe3306;
  font-weight:bold;
  padding:0 8px;
}
.listinfo .layui-form span{
  font-weight:normal;
  font-size:14px;
}
.listbox>ul{
  display:flex;
  flex-wrap: wrap;
  gap:20px;
}
.listbox li{
	width:calc(25% - 15px);
	box-sizing:border-box;
	padding:15px;
	border:solid 1px #eef2f8;
  background-image:linear-gradient(0deg,#fff,#fff,#fff,#e6ecfa),linear-gradient(#fff,#fff);
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.listbox li.recommend{
  border:1px solid #f2e5d5;
  background:url(../images/itembg.png) no-repeat center -35px;
}
.listbox li.recommend::after,.recommend-business .business-detail-contact::after{
  position:absolute;
  z-index:1;
  right:0;
  top:0;
  content:"";
  display: block;
  width: 42px;
  height:42px;
  background:url(../images/recommend-icon.png) no-repeat center center;
  background-size:100% 100%;
}
.listbox h2{
	font-weight:600;
	margin-bottom:5px;
  font-size:16px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#333;
}
.listbox li.recommend h2{
  color:#6b450f;
}
.listbox h2 em,.business-detail-box h2 i{
  display:inline-block;
  width:17px;
  height:17px;
  background:#ff3f3f;
  color:#fff;
  box-sizing: border-box;
  border-radius:3px;
  text-align:center;
  line-height:17px;
  font-size:12px;
  font-weight:normal;
  margin-right:5px;
}
.listbox h2 i{
	color:#fe3303;
}
.listbox p{
	display: flex;
	color:#333;
	gap:10px;
	font-size:14px;
	align-items: center;
}
.listbox p>i{
  display:block;
  width:30px;
  height:30px;
  border-radius:15px;
  background:#bbc8fa url(../images/usericon.png) no-repeat center 4px;
  box-sizing: border-box;
  border:solid 2px #bbc8fa;
  background-size:22px 22px;
  overflow: hidden;
}
.listbox span.adress,.listbox span.time{
  height:18px;
  font-size:12px;
  line-height:18px;
  color:#707b8f;
  background:#edf1f7;
  border-radius:3px;
  padding:0 5px;
  max-width:165px;
  margin-top:8px;
}
.listbox .recommend span.adress,.listbox .recommend span.time{
  background:#f3e9e0;
  color: #8f8170;
}
.listbox span.phone{
  font-size:14px;
  color:#444;
  box-sizing: border-box;
  background:url(../images/phone.png) no-repeat left center;
  background-size: 13px 13px;
  padding-left:18px;
}
.listbox span{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.listbox p.spaceb{
  justify-content: space-between;
  align-items: center;
}
.listbox p.inquirydesc{
  display:block;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin: 10px 0;
  padding:0 0 0 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background:url(../images/icon-desc.png) no-repeat left center;
  background-size:14px 13px;
}
.viewLink{
	box-sizing: border-box;
	width:108px;
	height:28px;
	color: #327bf9;
	border:solid 1px #327bf9;
	border-radius:14px;
	background:#fff;
	display: block;
	line-height:26px;
	text-align:center;
	cursor: pointer;
	margin-top:5px;
}
.viewLink:hover{
	background:#327bf9;
	color:#fff;
}
.recommend .viewLink{
  border-color:#cf7c19;
  color:#cf7c19;
}
.recommend .viewLink:hover{
  background:#cf7c19;
  color:#fff;
}
/* footer */
.footer{
	background:#eef2f8;
	height:100px;
	color:#777;
	font-size:12px;
  border-top:solid 1px #e3e9f2
}
.footer a{
	color:#777;
}
.footer a:hover{
	color:#2582d1;
}
.footer .box{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.footercode{
	display:flex;
	align-items:center;
	gap:15px;
}
.footercode p{
	width:60px;
	font-size:12px;
	margin-top:11px;
	text-align: center;
}
.reference{
	line-height:26px;
}
.reference span,.reference a{
	margin-left:15px;
}
.footer.bottom{
	position:fixed;
	z-index:1;
	width:100%;
	left:0;
	bottom:0;
}
/* footer end */
/* sidebar */
.sidebar{
  position:fixed;
  z-index:11;
  top:50%;
  left:50%;
  width:60px;
  background:#fff;
  border-radius:30px;
  margin-left:620px;
  box-sizing: border-box;
  padding:10px 4px;
  gap:16px;
  display:flex;
  transform: translateY(-50%);
  flex-direction:column;
  justify-content:center;
  align-items: center;
  box-shadow:0 3px 20px rgba(28,91,255,.04);
}
.sidebar dl{
  display:none;
  position:absolute;
  z-index:1;
  top:0;
  right:68px;
  background:#fff;
  border-radius:8px;
  text-align:center;
  color:#999;
  width:160px;
  box-sizing: border-box;
  padding:16px 0;
  transform:translateY(-35%);
}
.sidebar dl::after{
  position:absolute;
  z-index:1;
  content:"";
  display: block;
  top:46%;
  right:-6px;
  width:12px;
  height:12px;
  background:#fff;
  transform:rotate(45deg) ;
}
.sidebar i{
  display: block;
  width:22px;
  height:22px;
}
.customer i{
  background:url(../images/kf-icon.png) no-repeat center center;
  background-size:22px 22px;
}
.official i{
  background:url(../images/gzh-icon.png) no-repeat center center;
  background-size:22px 22px;
}
.center i{
  background:url(../images/wd-icon.png) no-repeat center center;
  background-size:22px 22px;
}
.backtop i{
  background:url(../images/db-icon.png) no-repeat center center;
  background-size:22px 22px;
}
.backtop{
  display:none;
}
.show .backtop{
  display: flex;
}
.sidebar>div{
  position: relative;
}
.sidebar p,.sidebar a{
  display:flex;
  width:52px;
  flex-direction:column;
  justify-content:center;
  align-items: center;
  background:#fff;
  border-radius:12px;
  box-sizing: border-box;
  padding:4px;
  cursor: pointer;
}
.sidebar p:hover,.sidebar a:hover{
  background:#f6f8ff;
}
.sidebar>div:hover dl{
  display: block;
}
.sidebar dd{
  margin-top:5px;
}
.layui-flow-more{
  width:100%;
  text-align:center;
}
.layui-flow-more a cite{
  background:#fff;
  color:#999;
}
/* 登录框 */
.login-box{
  position:fixed;
  z-index:12;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:780px;
  height:460px;
  background:#fff url(../images/buyerbg.jpg) no-repeat left top;
  border-radius:8px;
  box-shadow:0 0 10px rgba(0,0,0,.1);
  display:flex;
  flex-direction:column;
  align-items: center;
  box-sizing: border-box;
  padding:20px 20px 0 360px;
  display:none;
}
.login-box .close-login{
  position:absolute;
  z-index:1;
  top:12px;
  right:12px;
  width:24px;
  height:24px;
  background:url(../images/close.png) no-repeat center center;
  background-size:100% 100%;
  cursor: pointer;
  transition:all.4s;
  opacity:.6;
}
.login-box .close-login:hover{
  transform:rotate(180deg);
  opacity:1;
}
.login-box h2{
  font-size:24px;
  font-weight:bold;
  margin-bottom:40px;
  color:#333;
  text-align:center;
}
.login-box form{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: center;
  gap:20px;
} 

.form-item{
	clear: both;
	box-sizing: border-box;
	position:relative;
}
.reg_input{
	box-sizing: border-box;
	padding:2px 10px;
	height:42px;
	line-height:40px;
	border:solid 1px #e6e6e6;
	border-radius:3px;
	width:100%;
  margin-bottom:5px;
}
.reg_input:focus{
	border-color:#0189ff;
}
.reg_input::placeholder{
	color:#aaa;
}
.errorMsg{
	height:22px;
	line-height:22px;
	color:#fe3303;
  margin-bottom:12px;
}
#txtSMSCode{
	padding-right:115px;
}
a.hqyzmR{
	position:absolute;
	z-index:1;
	left:280px;
	top:1px;
	background:#fff;
	text-align:center;
	font-size:14px;
	color:#333;
	height:40px;
	line-height:40px;
	border-radius:0 3px 3px 0;
	text-align:right;
}
a.hqyzmR:hover{
	color:#0f69dc;
}
a.hqyzmR.unclick,a.hqyzmR.unclick:hover{
	color:#999;
	cursor: no-drop;
}
.regBtn{
	width:100%;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	background-image: linear-gradient(45deg, #41a7ff, #0189ff);
	box-shadow: 0 20px 16px 0 rgba(231,1,1,0.06);
	border:none;
	cursor: pointer;
}
.regBtn:hover{
	background-image: linear-gradient(45deg, #0189ff, #41a7ff);
	box-shadow: 0 20px 16px 0 rgba(231,1,1,0.08);
}
.forbidden,.forbidden:hover{
	background:#ccc;
	cursor: no-drop;
}
.terms-wrap{
	box-sizing: border-box;
	padding:28px 55px 16px 13px;
	color:#999;
	font-size:14px;
}
.terms{
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}
.check-box .layui-unselect{
	display:none;
}
.layui-form .check-box input[type=checkbox]{
	display:inline-block;
}
.check-box,.check-box>div{
	display:inline-block;
}
.terms-wrap a{
	color: #0059d6;
}
.terms-wrap a:hover{
	text-decoration: underline;
}
.regtips{
	height:98px;
	border-top: 1px solid #e4e4e5;
	background-color: rgba(255, 255, 255, 0.2);
	overflow: hidden;
	color: #999;
	box-sizing: border-box;
	padding:24px;
	line-height:26px;
}
.regtips span{
	float: left;
	display: block;
	height:50px;
	line-height:50px;
	font-size:14px;
	text-align:center;
	width:100px;
	font-weight:bold;
	
}
.regtips div{
	float:left;
}
/* 商机详情框 */
.business-detail-box{
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 680px;
  max-height: 500px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  display: none;
}
.business-detail-box.recommend-business{
  background:#fff url(../images/recommendbg.jpg) no-repeat left top;
  background-size:100% auto;
}
.business-detail-box .close-business-detail{
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all.4s;
  opacity:.6;
}
.business-detail-box .close-business-detail:hover{
  transform: rotate(180deg);
  opacity: 1;
}
.business-detail-box h2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom:16px;
  color: #333;
  box-sizing: border-box;
  padding-right:60px;
  display:flex;
  align-items:baseline;
}
.business-detail-box.recommend-business h2{
  color:#644417;
}
.business-detail-box h2 span{
  flex:1;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.business-detail-box .business-detail-content{
  display:flex;
  height:100%;
  width:100%;
  flex-direction: column;
  justify-content: space-between;
}
.business-detail-tips{
  font-size:12px;
  color:#999;
}
.business-detail-info>ul{
  display:flex;
  gap:16px 30px;
  flex-wrap: wrap;
  margin-bottom:16px;
}
.business-detail-info li{
  min-width:160px;
  display:flex;
  align-items:center;
  color:#333;
  gap:5px;
  flex-wrap: wrap;
  height:22px;
  overflow: hidden;
}
.business-detail-info li span{
  color:#999;
}
.business-detail-product>i{
 box-sizing: border-box;
 padding:2px 8px;
 background:#eaf2fe;
 border-radius:3px;
 color:#327bf9;
 font-size:12px;
}
.business-detail-intention{
  width:100%;
}
.business-detail-contact{
  box-sizing: border-box;
  background:#f8faff;
  border:1px solid #f3f5fb;
  border-radius:5px;
  height:50px;
  margin-bottom:16px;
  padding:16px;
  width:100%;
  position: relative;
  display:flex;
  align-items:center;
  gap:16px;
}
.recommend-business .business-detail-contact{
  background: #fffcf4b3;
  border-color:#f3eddb;
}
.recommend-business .business-detail-contact{
  height:68px;
}
.business-detail-contact>p{
  display:flex;
  align-items: center;
  width:calc(50% - 16px);
}
.business-detail-contact .mark-box{
  position: absolute;
  z-index:1;
  top:0px;
  left:0px;
  width:100%;
  height:50px;
  color:#327bf9;
  font-size:16px;
  font-weight:600;
  display:flex;
  justify-content:center;
  align-items:center;
}
.business-detail-contact .mark-box>p{
  position: relative;
  z-index:1
}
.business-detail-contact .mark-box::before{
  position:absolute;
  z-index:0;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#dfebff4b;
  backdrop-filter: blur(8px);
  border-radius:5px;
}
.recommend-business .business-detail-contact .mark-box{
  color:#644417;
  height:68px;
}
.recommend-business .business-detail-contact .mark-box::before{
  background:#fffcf4b3;
  box-sizing: border-box;
  border: #e7dfca solid 1px;
}
a.showphone{
  display:inline-block;
  width:118px;
  height:32px;
  line-height:32px;
  text-align:center;
  background:#327bf9;
  color:#fff;
  border-radius:4px;
  margin-left:16px;
}
.recommend-business a.showphone{
  background:linear-gradient(90deg,#ff8a00,#ec6022),linear-gradient(#8c5509,#8c5509);
  color:#fff;
}
a.showphone:hover{
  opacity: .9;
}
 #paycode, #pays {
	display: none;
	color: #555;
	text-align: center;
	box-sizing: border-box;
	padding-top: 24px;
}
#paycode > div>p{
  margin-top:0;
}
#paycode em {
	color: #fe3303;
	font-size: 18px;
	padding: 0 5px;
}
#paycode i{
  color:#0189ff;
}
#paycode .paycode-tips{
  margin:0 24px;
  background:#fffcf4;
  border:solid 1px #e4dcc5;
  box-sizing: border-box;
  padding:8px 16px;
  border-radius:8px;
}
#paycode ul{
  display: flex;
  justify-content:center;
  gap:60px;
  align-items: start;
  box-sizing: border-box;
  padding-top:12px;
  font-size:14px;
  color:#666;
}
#paycode ul span{
  display: block;
  
}
#pays {
	height: 100%;
	padding-top: 0;
}
#pays > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#pays img {
	width: 120px;
}
#pays p {
	font-size: 18px;
	color: #009688;
	font-weight: 600;
	line-height: 36px;
}
#paycode p {
	text-align: center;
	box-sizing: border-box;
	margin-top: 8px;
}
#paycode img {
	width: 140px;
	height: 140px;
}
#paycode a{
  color:#327bf9;
  text-decoration:underline;
  text-underline-position: under;
}

.base-info{
  box-sizing: border-box;
  background-color: #fffcf4b3;
  border: 1px solid #f3eddb;
  padding:12px 2px 12px 12px;
  border-radius:8px;
  margin-bottom:8px;
}
.base-info>p{
  padding:6px 10px 6px 0px;
}
.base-info span{
  background: #efeadc;
  border-radius: 14px;
  box-sizing: border-box;
  color: #797057;
  padding:2px 10px;
  font-size:14px;
  margin-right:10px;
}
.base-info-more{
  max-height:166px;
  overflow-y:auto;
}
.recommend-business .base-info-more{
  max-height:152px;
}
.base-info-more::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.base-info-more::-webkit-scrollbar-button {
	display: none;
}
.base-info-more::-webkit-scrollbar-thumb {
	background: #C0C0C0;
	border-radius: 4px;
}
.base-info-more::-webkit-scrollbar-track {
	background: transparent;
}
.base-info-more::-webkit-scrollbar-track-piece {
	background: transparent;
}
.base-info-more>table{
  width:100%;
  border-collapse: collapse;
}
.base-info-more>table th,.base-info-more>table td{
  padding:8px 10px;
  box-sizing: border-box;
  border:solid 1px #e4dcc6;
}
.base-info-more>table th{
  background:#f3eddb;
  text-align:center;
  font-weight:bold;
}
.base-info-more thead tr th:nth-child(1){
  width:320px;
}
.base-info-more thead tr th:nth-child(2){
  width:175px;
}
.base-info-more tbody tr{
  background:#fff;
}
.base-info-more tbody tr:hover{
  background:#fffcf4;
}
.publishInquiryContent {
	padding:30px;
	border-top:solid 1px #ededed;
	background:url(../images/inquiryBg.jpg) no-repeat right bottom;
}
.publishInquiryContent .tit {
	font-size:14px;
}
.publishInquiryContent .tit::before {
	content:"";
	width:4px;
	height:14px;
	display: inline-block;
	background:#327bf9;
	border-radius:2px;
	margin-right:10px;
	overflow: hidden;
	vertical-align:-2px;
}
.publishInquiryTab {
	margin:15px auto;
}
.publishInquiryTabTit,.publishInquiryTabTr {
	display:flex;
	font-weight:600;
	text-align:center;
	background:#d2dffc;
	height:52px;
	line-height:52px;
}
.publishInquiryTabTit div:nth-child(1),.publishInquiryTabTr div:nth-child(1) {
	flex:1;
}
.publishInquiryTabTit div:nth-child(2),.publishInquiryTabTr div:nth-child(2) {
	width:368px;
}
.publishInquiryTabTit div:nth-child(3),.publishInquiryTabTr div:nth-child(3) {
	width:128px;
}
.publishInquiryTabTit div:nth-child(4),.publishInquiryTabTr div:nth-child(4) {
	width:128px;
}
.publishInquiryTabTit div:nth-child(5),.publishInquiryTabTr div:nth-child(5) {
	width:112px;
}
.publishInquiryTabTr,.publishInquiryTrAdd {
	background: #f8faff;
	box-sizing: border-box;
	padding-top:10px;
}
.publishInquiryTrAdd {
	user-select: none;
}
.publishInquiryTabTr div {
	box-sizing: border-box;
	padding:0 10px;
	font-weight:normal;
}
.publishInquiryTabTr input {
	background:#fff;
	border:solid 1px #e1e1e1;
	width:100%;
	height:100%;
	padding:6px 10px;
	box-sizing: border-box;
}
.publishInquiryTabTr input:focus,.publishInquiryForm input:focus {
	border-color:#0189ff !important;
}
.publishInquiryTrAdd div {
	height:36px;
	background:#fff;
	display:inline-block;
	border:solid 1px #1cae08;
	color:#1cae08;
	line-height:34px;
	padding:0 40px;
	margin:10px 0 15px 10px;
	cursor: pointer;
}
.publishInquiryTrAdd div:hover {
	background:#1cae08;
	color:#fff;
}
.publishInquiryTrAdd span {
	margin-right:10px;
}
.publishInquiryAdress {
	margin:30px 0;
}
.layui-form-item .layui-input-inline {
	width:280px;
}
.layui-form-label i {
	color:#e00;
	margin-right:5px;
}
.publishInquiryForm {
	margin-top:20px;
	vertical-align: bottom;
}
.codebtn {
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	background:none;
	border:none;
	color:#0189ff;
	line-height:38px;
	width:132px;
	cursor:pointer;
}
.codebtn[disabled] {
	background: #ccc;
	cursor: no-drop;
	color:#fff;
}
#phoneerro,#codeerro {
	color:#e00;
}
.agreeBox {
	text-indent:0px;
	color:#999;
}
.agreeBox a {
	color:#999;
}
.agreeBox a:hover {
	color:#0189ff;
	text-decoration: underline;
}
.agreeBox input {
	opacity:0;
}
.agreeBox .check-box {
	position:relative;
	user-select: none;
	cursor: pointer;
	padding-left:8px;
}
.agreeBox .check-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid #dadada;
	transform: translate(0, -50%);
}
.agreeBox .check-box::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 50%;
	width: 4px;
	height: 7px;
	border-bottom: 2px solid #0189ff;
	border-right: 2px solid #0189ff;
	transform: translate(0, -60%) rotate(45deg);
	display:none;
}
.agreeBox .check-box.checked::after {
	display: block;
}
.agreeBox p {
	color:#f00;
	opacity:0;
	margin:0;
	line-height:26px;
}
.publishInquiryBtn {
	box-sizing: border-box;
	padding-left:110px;
	margin:20px 0;
}
.publishInquiryBtn input, .publishInquiryBtn a {
	width: 280px;
	height: 42px;
	background: #0189ff;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
}
.publishInquiryBtn a {
	padding: 10px 104px;
}
.publishInquiryBtn input.offerLink {
	margin:40px 0;
}
.publishInquiryBtn input:hover, .publishInquiryBtn a:hover {
	background: #1788e4;
}
.publishInquiryBtn input[disabled] {
	background:#ccc;
	cursor: no-drop;
}
.removeKeywords:hover{
  cursor: pointer;
  color:#f00;
}
.loading {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 20px;
}