ul,
li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
}

h1,
h2 {
	margin: 0px;
}

h1 {
	font-size: 15px;
}
ymwyx-title {
	text-align: center;
  margin-bottom: 0px;
  font-size: 32px;
  letter-spacing: 12px;
  font-family: "黑体";
}
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}
.no-data-img {
    width: 300px;
    margin-left: calc((100% - 300px) / 2);
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-bulk h2 {
	margin: 2% auto;
	font-size: 3em;
	text-align:center;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#showCompanyNames {
	margin-top:20px;
}
.common-footer {
	/*position:fixed !important;*/
	bottom:0px;
}
body {
	background: #fafafa;
}
.wj-tr {
	background:#ffe5da !important;
}
.box {
	max-width: 98%;
  margin: 100px auto 0px;
  padding: 20px 20px 30px;
  min-height:600px;
}
.box>div{
	border:#ccc 1px solid;
	border-radius:4px;
}
.company-name{
  font-size: 20px;
  font-weight: 700;
}
.search-bulk {
	background: #fff;
	padding: 15px 20px;
	border-radius: 4px;
	position: relative;
	box-shadow: #e8e7e7 0px 0px 10px;
}
.recommend {
	margin-top: 6px;
}
.recommend p {
	margin-bottom:10px;
	color: #e86969;
}
.recommend a {
	padding: 3px 10px;
  color: #333;
  border-radius: 4px;
  cursor:pointer;
  margin-right: 5px;
}

.recommend a:hover {
	color:#598afffa;
	text-decoration:underline;
}
/*列宽*/
.company-th {
	width:25%;
}
.www-th {
	width:15%;
}
.email-th {
	width:6%;
}
.con-th {
	width:9%;
}
.size-th {
	width:6%;
}
.date-th {
	width:10%;
}
.hy-th {
	width:13%;
}
.wj-th {
	width:7%;
}
.positions-th {
	width:30%;
}
.table-view tr > td:last-child,.table-view tr > th:last-child {
	width:15%;
}
.search-bulk-box-input {
	display: flex;
	margin: 4px 0px 0;
}
.wj {
  background: #ff662a;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  cursor:pointer;
  white-space: nowrap;
}
tbody > tr:nth-last-child(odd) {
	background:#fafafa;
}
.wj:hover {
	color:#fff;
}
.search-bulk-input {
	margin: 0 10px 10px;
	width: auto;
	flex-grow: 1;
	height: 34px;
	line-height: 34px;
}
.company-title{
	margin: 0px;
    margin-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: #577eca 2px solid;
  padding-bottom: 8px;
}
.snovio-input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 25px 10px 10px;
	height: 34px;
	border: #ccc 1px solid;
	border-radius: 4px;
	outline: none;
	font-size: 13px;
	background: #fff;
	transition: border .2s;
}

.search-bulk-btn {
	max-width: 100px;
	margin: 0 10px 0px;
	flex-grow: 3;
	line-height: 34px;
}

.btn-snovio.minimize {
	height: 34px;
}

.btn-snovio:hover {
	background-color: #056ad6;
	text-decoration: none;
	color: #fff;
}

.btn-snovio,
.btn-snovio span {
	display: inline-flex;
	align-items: center;
}

.btn-snovio {
	justify-content: center;
	min-width: 100px;
	height: 40px;
	padding: 9px 18px;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	border-radius: 4px;
	background-color: #577eca;
	border: 1px solid transparent;
	color: #fff;
	transition: all .3s ease;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(31, 40, 44, .08);
	width: -moz-max-content;
	width: max-content;
	cursor:pointer;
}
.jz-mo-search {
  height: 25px;
  line-height: 23px;
  display: inline-block;
  border-radius: 14px;
  text-align: center;
  margin-top: 3px;
  cursor: pointer;
  border: #fff 1px solid;
  margin-left: 10px;
}
.jz-mo-search input {
	margin-right:3px;
}
.position-refresh {
	margin-left: auto;
	line-height: 34px;
	background: #fff;
	border: #ccc 1px solid;
	color: #333;
	font-weight: normal;
}
.search-bulk-label {
	font-size:18px;
	margin-right:10px;
}

.result {
	width: calc(100% - 160px);
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
	position: absolute;
	top: 95px;
	left: 20px;
	padding: 4px 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0px 2px 7px;
	border-radius: 4px;
	border: #ccc 1px solid;
	outline: none;
	z-index: 8;
}

.result-item.active,
.result-item:hover {
	background: #f1f4f9;
}

.result-info-name {
	color: #333;
	line-height: 25px;
}

.result-info-emails {
	margin-left: auto;
	font-size: 12px;
	color: #333;
	padding: 5px;
	border-radius: 3px;
	background: #eff0f4;
	line-height: 14px;
	height: 24px;
}

.result-item {
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	transition: all .25s ease;
}

.result li {
	border-bottom: #c4c4c4 1px dashed;
}

.result li:last-child {
	border-bottom: 0px;
}

.company {
	margin-top: 27px;
	border-radius: 4px;
	padding:10px 20px 14px;
	background: #fff;
	box-shadow: #e8e7e7 0px 0px 10px;
	margin-bottom:30px;
}
.company-red {
	margin-top: 27px;
	border-radius: 4px;
	padding:10px 20px 14px;
	background: #fff;
	box-shadow: #e8e7e7 0px 0px 10px;
	margin-bottom:30px;
}
.company-top {
	padding-bottom:10px;
	align-items: center;
}

.company-middle {
	width: 100%;
	transition: max-height .2s;
	overflow-x: auto;
}
.company-middle thead tr{
	background: #e9f2ff;
}
.company-middle thead tr, .company-middle tbody tr {
	width:100%;
	display:block;
}
.company-middle thead, .company-middle tbody {
	display:block;
}
.company-middle tbody {
	overflow-y:auto;
	max-height:300px;
}
.company-bottom {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	padding: 3px 0;
	margin-top: 12px;
	cursor: pointer;
	color: #577eca;
	font-size: 14px;
	text-transform: capitalize;
	overflow: hidden;
}

.company-bottom img {
	margin-right: 10px;
}

.company-left,
.company-right {
	width: 100%;
	flex-shrink: 0;
}

.company-row {
	width:33%;
	white-space: nowrap;
}

.company-cell {
	padding: 4px 0;
	padding-right: 0px;
	font-size: 14px;
	flex-grow: 1;
	width:calc(100% - 120px);
	white-space: pre-wrap;
}
.company-cell a{
	display: inline-block;
  background: #f4f4f4;
  margin-right: 10px;
  padding: 0px 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.company-cell-first {
	flex-grow: 0;
	flex-shrink: 0;
	width: 120px;
	padding-right: 10px;
	color: #666e7a;
	text-align: right;
}

.company-middle-sell {
	width: 50px;
	flex-shrink: 0;
}

.company-link {
	display: inline-block;
	margin-right: 10px;
}

.company-middle table {
	background: #fff;
	border-radius: 4px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.company-middle tr{
	border-bottom:#ccc 1px solid;
}
.company-middle tr td,.company-middle tr th{
	line-height:26px;
	padding: 0px 4px;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	display:inline-block;
}
		
.company-middle tr td {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
	.company-middle tr th {
		white-space:nowrap;
	}
.common-box {
	padding: 19px 20px 30px;
	margin-top: 0;
}
.wj-title {
	padding-bottom:10px;
	border-bottom:#ccc 1px solid;
}
	.wj-title span {
		font-size:18px;
		font-weight:bold;
		margin-right:10px;
	}
.company-name b {
	font-size:18px;
	margin-left:5px;
}
.company-middle thead tr {
	padding:0% 0% 0% 0%;
	white-space:nowrap;
}
.empty-th {
	width:1%;
}
	.wj-title h3 {
		font-size:18px;
		font-weight:bold;
	}
		.wj-title h3 span {
			margin-left:15px;
		}
.choice::before {
	left: -30px;
	right: -30px;
	width: auto;
}
.row-cell img{
	margin-left:5px;
}
.choice::before {
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
	width: 100%;
}
.yz-email{
	background:#577eca;
	padding:3px 5px;
	color:#fff;
	border-radius:4px;
	cursor:pointer;
}
.yyz-email{
	background:transparent;
	color:#36ab60;
	border-radius:0px;
	padding:0px;
}
.choice {
	/*border-bottom: #ccc 1px solid;*/
}

/*.choice-item-active::before {
	width: auto;
	left: 19px;
	right: 19px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}*/

/*.choice-item-active::before {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 100%;
}*/
.zw-box span:first-child {
		border-bottom:0px;
}
	.zw-box span:first-child:hover {
		color:#394043;
		cursor:default;
	}
.collect-list{
	margin-left: 5px;
  background: #36ab60;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  font-weight: bold;
  cursor:pointer;
}
.row-yzyx{
	text-align: center;
}
.choice-item:hover:not(.choice-item-active) {
	background-color: #f1f4f9;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.choice-item {
	padding: 9px 24px 14px;
	margin-right: 0;
}

.choice-item-active .choice-item-span {
	height: 23px;
  width: 70px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  padding: 5px 5px 2px;
}

.choice-item-span {
	/*vertical-align: middle;*/
}

.choice-item .choice-item-label {
	padding: 2px 6px;
	border-radius: 4px;
}

.choice-item-label {
	margin-left: 10px;
  padding: 5px 10px;
  color: #394043;
  border-radius: 4px;
}

.choice-item {
	padding: 5px 0px 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
	align-items: center;
}
.lxr {
margin-left: 15px;
  padding: 5px 5px 2px;
  color: #394043;
  border-bottom: #ff5622 1px solid;
}
	.lxr b {
	color: #ff450c;
  cursor: pointer;
  font-weight: normal;
	}
.common-box {
	background: #fff;
	margin-top: 0px;
	box-shadow: #e8e7e7 0px 0px 10px;
}

.position {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-left:15px;
}
.zw-detail {
	margin-top: 15px;
}
.zw-box {
 margin-bottom:5px;
 line-height:25px;
  border-radius: 0px 4px 4px 4px;
}
.zw-choose a{
  width: 100%;
  display: inline-block;
  color: #000;
  border-radius: 4px 4px 0px 0px;
	
}
.zw-box b{
	color:#ff450c;
	cursor:pointer;
	font-weight:normal;
}
	.zw-box b:hover {
		font-weight:bold;
	}
.zw-box span {
	margin-left: 15px;
  color: #394043;
  border-bottom: #ff5622 1px solid;
  padding: 5px 5px 2px;
}
	.zw-box span:hover {
		color: #ff662a;
		cursor:pointer;
	}
.red-p {
	padding:10px;

}
.red-p a {
	color: #577eca;
	text-decoration: underline;
}
	.red-p a img {
		margin-right:5px;
	}
.zw-detail > div:first-child {
	/*border-bottom:#ccc 1px solid;*/
	margin-bottom:15px;
}
.zw-choose {
	height:25px;
	line-height:25px;
	width: 60px;
  text-align: right;
  font-weight: bold;
}
.position-label {
	margin-bottom: 4px;
	width: 100%;
}

.position-search {
	width: 300px;
	height: 34px;
	margin-right: 10px;
	position: relative;
}

.position-search input {
	width: 100%;
	height: 34px;
	padding: 4px 5px;
	border-radius: 4px;
	border: #ccc 1px solid;
	outline: none;
}

.position-search .result {
	top: 46px;
	left: 0px;
	width: 100%;
}

.table-view {
	scrollbar-width: thin;
	background: #fff;
	position: relative;
}
.table-view table{
	width:100%;
}
.table-view tbody>tr {
	border-bottom: #ccc 1px solid;
}

.table {
	width: 100%;
	table-layout: fixed;
}

.table-view input,
.row-check input {
	margin: 0 auto;
}

.first-row {
	border: none;
	position: relative;
	max-width: 600px;
	text-align: left;
	vertical-align: middle;
}

.first-row-check {
	width: 16%;
}

.first-row-text {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	height: 100%;
	line-height: 30px;
	vertical-align: middle;
	cursor: default;
	width: 24%;
}

.first-row-check {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	height: 100%;
	line-height: 30px;
	vertical-align: middle;
	cursor: default;
	width: 10%;
}

.row-check {
	padding-right: 10px;
	padding-left: 10px;
	height: 64px;
	line-height: 1;
	max-width: 600px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.first-row-border {
	border-bottom: 1px solid #dedede;
	padding: 6px 10px;
	white-space: nowrap;
	display: flex;
	height: 42px;
	font-size:14px;
	align-items: center;
	justify-content: space-between;
}

.row {
	border-bottom: 1px solid #dedede;
}

.row-cell {
	min-width: 170px;
	padding-right: 15px;
	padding-left: 10px;
	height: 64px;
	line-height: 1;
	max-width: 600px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.position_box {
	width: 300px;
	height: 40px;
}

.load {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.5);
}
.load img {
	width: 128px;
	height: 128px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -64px;
	margin-top: -64px;
}
.made-with-love {
	margin-top: 20px;
	padding: 10px;
	font-size: 10px;
	font-family: arial;
	color: #fff;
}

.made-with-love i {
	font-style: normal;
	color: #F50057;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.made-with-love a {
	color: #fff;
	text-decoration: none;
}

.made-with-love a:hover {
	text-decoration: underline;
}

.search-before {
	height: 85vh;
	padding: 10% 20% 0% 20%;
	margin: 0 auto;
}
.box-before {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

/*小红人*/
.contact-unearth {
 margin-top: 50px;
  padding: 2%;
  min-height: 200px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 4px;
}
.contact-unearth ul {
     border-bottom:#494949 1px dashed;  
     margin-bottom:0px;
     line-height:30px; 
     padding-top:10px;
}
.contact-unearth li:nth-child(2n+1) {
     width:10%; 
     text-align:left; 
     padding-right:0px; 
     font-size:16px;
}
.contact-unearth li {
    word-break: break-all;
}
.contact-unearth li img {
    margin-right:5px;        
}
.contact-unearth li span,.contact-unearth li a {
    margin-left:10px;
    white-space:nowrap;
    display: inline-block;
    max-width: 46%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 2%;
    background: #f7f7f7;
    padding: 0px 10px;
    border-radius: 4px;

}
.contact-unearth li .people span{
    border-radius: 4px 4px 0 0;
    border-bottom:1px solid 
}
.contact-unearth li:nth-child(2n) {
     width:90%;   
     font-size:15px;
}
.contact-title {
  width: 80%;
  text-align: center;
  margin: 50px auto 30px;
}
#showCompanyNames span{
	display:inline-block;
}
#showCompanyNames .no-result {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  color: #e86969;
}
#showCompanyNames .href-search a {
	display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  vertical-align: middle;
  max-width: 53px;
  border: #ccc 1px solid;
  padding: 4px;
  border-radius: 4px;
  box-shadow: #ebebeb 0px 0px 5px;
}
	#showCompanyNames .href-search a:hover {
		border: #577eca 1px solid;
	}
#showCompanyNames .href-search img {
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
	.company-middle thead tr {
		white-space: nowrap;
		width:auto;
	}
	.company-middle tr th {
	  white-space: nowrap !important;
	}
	
	.company-middle table {
		overflow-x: auto;
  overflow-y: hidden;
	}
		
	.company-middle tr td, .company-middle tr th {
		width:100px;
	}
	.box{
		max-width:100%;
		padding: 20px 10px 30px;
	}
	.search-bulk{
		padding:10px;
	}
	.company{
		padding: 20px 10px 24px;
	}
	.common-box {
		padding: 19px 10px 30px;
	}
	.company-middle {
		overflow-x:auto;
	}
	.company-middle tr td,.company-middle tr th {
		white-space:nowrap;
		padding: 0px 10px;
	}
	.position-search {
		width:100%;
		margin-right: 0px;
	}
	.btn-snovio .minimize {
	  height: 34px;
	  
	}
	.position .minimize {
		margin-top: 10px;
	}
	.table-view {
		overflow-x:auto;
	}
}



/*SKY创建*/
.tck h2 {
    background: #577eca;
    font-size: 16px;
    line-height: 40px;
    text-indent: 1em;
    color: #fff;
    position: relative;
}
.tck p {
    line-height: 30px;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}
