@charset "UTF-8";

/**
  前端样式入口
 */

/**
全局参数定义：
font-size,color,background,border,shadow ...
 */

/* ============  base defined ============ */

/* color */

/* theme */

/* box-container */

/* z-index */

/* font */

/* box-shawdow*/

/* _normalize_tyc */

/* table */

/* bg */

/* header */

/* ============  animate ============ */

/* noresult */

/* btn */

/* num */

/* table shadow */

/* placeholder */

/* border-radius */

/*overflow*/

/* box-container */

/* text */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	/* Box model */
	/* Typographic */
	font-family: PingFangSC-Regular, "Microsoft YaHei", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5714285714;
	/* 1 */
	-webkit-font-smoothing: antialiased;
	/* Visual */
	background: #F2F3F4;
	color: #202020;
	/* Other */
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0.4em 0;
	line-height: 1.1;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

a {
	color: #0084ff;
	text-decoration: none;
	cursor: pointer;
}

input::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #9e9e9e;
}

input::-webkit-input-placeholder {
	color: #9e9e9e;
}

textarea::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

textarea:-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #9e9e9e;
}

textarea::-webkit-input-placeholder {
	color: #9e9e9e;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.table {
	/* Positioning */
	/* Box model */
	width: 100%;
	max-width: 100%;
	/* Typographic */
	font-size: 14px;
	text-align: center;
	/* Visual */
	color: #202020;
	/* Other */
}

.table th,
.table td {
	/* Positioning */
	/* Box model */
	border: 1px solid #eaf4ff;
	/* Typographic */
	font-weight: normal;
	vertical-align: middle;
	/* Visual */
	/* Other */
}

.table th {
	/* Box model */
	padding: 8px 0;
	/* Visual */
}

.table td {
	/* Box model */
	padding: 8px;
}

.table thead {
	/* Visual */
	background-color: rgba(0, 132, 255, 0.03);
}

ul {
	margin: 0;
}

ul,
li {
	list-style: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

em {
	font-style: normal;
	color: #0084ff;
}

::-ms-clear,
::-ms-reveal {
	display: none;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
	cursor: not-allowed;
}

input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	vertical-align: middle;
}

hr {
	border: 0;
	border-top: 1px solid #f3f3f3;
}

p {
	margin: 0 0 10px;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* fadeIn */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* slideInDown */

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

/* rotate 360 */

@-webkit-keyframes rotate_360 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate_360 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotate_360 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: rotate_360;
	animation-name: rotate_360;
}

/* rotate 180 */

@-webkit-keyframes rotate_180 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes rotate_180 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.rotate_180 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: rotate_180;
	animation-name: rotate_180;
}

/* 缩放 */

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		opacity: 0.8;
		/*transform: scale(1.05);*/
		/*text-shadow: 0 2px 2px #2c7ce8;*/
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		font-size: 14px;
	}
}

@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		opacity: 0.8;
		/*transform: scale(1.05);*/
		/*text-shadow: 0 2px 2px #2c7ce8;*/
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		font-size: 14px;
	}
}

@-webkit-keyframes modalAnimate {
	from {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes modalAnimate {
	from {
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes spin-half {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes spin-half {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.modal-animate {
	-webkit-animation-name: modalAnimate;
	animation-name: modalAnimate;
}

.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}

/* margin padding */

.pt2 {
	padding-top: 2px !important;
}

.pt4 {
	padding-top: 4px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt8 {
	padding-top: 8px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt14 {
	padding-top: 14px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt24 {
	padding-top: 24px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt28 {
	padding-top: 28px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pl2 {
	padding-left: 2px !important;
}

.pl4 {
	padding-left: 4px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl8 {
	padding-left: 8px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl14 {
	padding-left: 14px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl18 {
	padding-left: 18px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr2 {
	padding-right: 2px !important;
}

.pr4 {
	padding-right: 4px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr8 {
	padding-right: 8px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr14 {
	padding-right: 14px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr18 {
	padding-right: 18px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb2 {
	padding-bottom: 2px !important;
}

.pb4 {
	padding-bottom: 4px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb7 {
	padding-bottom: 7px !important;
}

.pb8 {
	padding-bottom: 8px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb11 {
	padding-bottom: 11px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb14 {
	padding-bottom: 14px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.ml2 {
	margin-left: 2px !important;
}

.ml4 {
	margin-left: 4px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml6 {
	margin-left: 6px !important;
}

.ml8 {
	margin-left: 8px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml12 {
	margin-left: 12px !important;
}

.ml14 15 {
	margin-left: 14 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml74 {
	margin-left: 74px !important;
}

.ml-74 {
	margin-left: -74px !important;
}

.mr2 {
	margin-right: 2px !important;
}

.mr4 {
	margin-right: 4px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr6 {
	margin-right: 6px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr12 {
	margin-right: 12px !important;
}

.mr14 {
	margin-right: 14px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr74 {
	margin-right: 74px !important;
}

.mr-74 {
	margin-right: -74px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt2 {
	margin-top: 2px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mt4 {
	margin-top: 4px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt14 {
	margin-top: 14px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt74 {
	margin-top: 74px !important;
}

.mt-74 {
	margin-top: -74px !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mb4 {
	margin-bottom: 4px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb14 {
	margin-bottom: 14px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb28 {
	margin-bottom: 28px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.pad0 {
	padding: 0px !important;
}

.pad20 {
	padding: 20px !important;
}

.pad40 {
	padding: 40px !important;
}

/* font-size*/

.f0 {
	font-size: 0;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f16 {
	font-size: 16px;
}

.f24 {
	font-size: 24px;
}

.f-base {
	font-size: 14px;
}

.f-title {
	font-size: 16px;
}

/* inline-warp */

.inline-block {
	display: inline-block;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

/* clearfix */

.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}

/*text*/

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

/* show hidden*/

.hidden {
	display: none !important;
}

/*float*/

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* text */

.text-ellipsis {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text-break {
	overflow: hidden;
	word-break: break-all;
	white-space: normal;
	word-wrap: normal;
}

.text-dark-color {
	color: #454545;
	cursor: inherit;
}

/* 布局 */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}

.col-1 {
	width: 8.33333333%;
}

.col-2 {
	width: 16.66666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333333%;
}

.col-5 {
	width: 41.66666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333333%;
}

.col-8 {
	width: 66.66666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333%;
}

.col-11 {
	width: 91.66666667%;
}

.col-12 {
	width: 100%;
}

@media (max-width: 370px) {
	.home-page .news-box .news-item .right .title {
		width: 140px;
	}
}

@font-face {
	font-family: "tic";
	src: url("https://cdn.tianyancha.com/m-require-js/public/fonts/tic-23eb8c7f8c.eot");
	/* IE9*/
	src: url("https://cdn.tianyancha.com/m-require-js/public/fonts/tic-23eb8c7f8c.eot#iefix") format("embedded-opentype"), url("https://cdn.tianyancha.com/m-require-js/public/fonts/tic-3ce35abd5e.woff") format("woff"), url("https://cdn.tianyancha.com/m-require-js/public/fonts/tic-866eff9113.ttf") format("truetype"), url("https://cdn.tianyancha.com/m-require-js/public/fonts/tic-d49f578994.svg#tic") format("svg");
	/* iOS 4.1- */
}

.tic {
	font-family: "tic" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tic-zhengfugonggao-ZIP:before {
	content: "\e88c";
}

.tic-zhengfugonggao-PDF:before {
	content: "\e88e";
}

.tic-zhengfugonggao-jpg:before {
	content: "\e88b";
}

.tic-zhengfugonggao-qita:before {
	content: "\e887";
}

.tic-zhengfugonggao-Excel:before {
	content: "\e888";
}

.tic-zhengfugonggao-WORD:before {
	content: "\e889";
}

.tic-zhengfugonggao-PPT:before {
	content: "\e88a";
}

.tic-kehu:before {
	content: "\e881";
}

.tic-tudidiya:before {
	content: "\e882";
}

.tic-dongchandiya:before {
	content: "\e883";
}

.tic-gongyingshang:before {
	content: "\e884";
}

.tic-zhiquanren:before {
	content: "\e885";
}

.tic-chuzhiren:before {
	content: "\e886";
}

.tic-gantanhao:before {
	content: "\e87f";
}

.tic-shendufengxianfenxi1:before {
	content: "\e880";
}

.tic-a-11:before {
	content: "\e87e";
}

.tic-Union1:before {
	content: "\e87d";
}

.tic-jingyingjiufentishi:before {
	content: "\e87c";
}

.tic-zhaiwuzhaiquan:before {
	content: "\e87b";
}

.tic-gerenzhongxin:before {
	content: "\e87a";
}

.tic-zhaopingaikuang:before {
	content: "\e879";
}

.tic-zixun:before {
	content: "\e878";
}

.tic-jingzhengfengxian:before {
	content: "\e877";
}

.tic-hezuozixun:before {
	content: "\e876";
}

.tic-shipin-zhongbo:before {
	content: "\e875";
}

.tic-shipin-jingyin:before {
	content: "\e86f";
}

.tic-shipin-huifushichuang:before {
	content: "\e870";
}

.tic-shipin-zanting:before {
	content: "\e871";
}

.tic-shipin-bofang:before {
	content: "\e872";
}

.tic-shipin-quanping:before {
	content: "\e873";
}

.tic-shipin-yinliang:before {
	content: "\e874";
}

.tic-gerenzhongxin_icon:before {
	content: "\e86e";
}

.tic-icon_xiangce1:before {
	content: "\e86d";
}

.tic-xuanxiangkuangduigou:before {
	content: "\e86c";
}

.tic-chasusong-zhankai:before {
	content: "\e86b";
}

.tic-chasusong-shouqi:before {
	content: "\e86a";
}

.tic-pdf_icon:before {
	content: "\e869";
}

.tic-laydate-prev-y:before {
	content: "\e868";
}

.tic-laydate-prev-m:before {
	content: "\e867";
}

.tic-laydate-next-m:before {
	content: "\e866";
}

.tic-laydate-next-y:before {
	content: "\e865";
}

.tic-rilijiantou:before {
	content: "\e864";
}

.tic-biaoqian1:before {
	content: "\e863";
}

.tic-yulan:before {
	content: "\e862";
}

.tic-sort:before {
	content: "\e861";
}

.tic-remove:before {
	content: "\e860";
}

.tic-zhanghaozhuxiao-tongguo:before {
	content: "\e85f";
}

.tic-zhanghaozhuxiao-jingshi:before {
	content: "\e85e";
}

.tic-icon_xiangce:before {
	content: "\e85d";
}

.tic-a-Frame40:before {
	content: "\e85c";
}

.tic-icon_zhinengtuijian:before {
	content: "\e85b";
}

.tic-exportdata:before {
	content: "\e859";
}

.tic-tuiguangxiaoguo:before {
	content: "\e85a";
}

.tic-zuocedaohangqiyerenzheng:before {
	content: "\e858";
}

.tic-Union:before {
	content: "\e857";
}

.tic-tic-rights-5:before {
	content: "\e855";
}

.tic-renzhengbiaoshi:before {
	content: "\e856";
}

.tic-caichanxiansuo:before {
	content: "\e854";
}

.tic-guangchangwenzhang:before {
	content: "\e853";
}

.tic-baogao:before {
	content: "\e852";
}

.tic-dianhua_konghao:before {
	content: "\e84e";
}

.tic-dianhua_jiance:before {
	content: "\e84f";
}

.tic-dianhua_zhengchang:before {
	content: "\e850";
}

.tic-dianhua_guhua:before {
	content: "\e851";
}

.tic-wodefabu:before {
	content: "\e84d";
}

.tic-Subtract01:before {
	content: "\e84c";
}

.tic-yindaotongzhi:before {
	content: "\e84b";
}

.tic-icon_rename:before {
	content: "\e84a";
}

.tic-Icon_renzheng:before {
	content: "\e849";
}

.tic-VIP_zengsong:before {
	content: "\e848";
}

.tic-VIP_16x16:before {
	content: "\e847";
}

.tic-VIP_24x12:before {
	content: "\e846";
}

.tic-VIP_37x18:before {
	content: "\e844";
}

.tic-VIP_29x14:before {
	content: "\e845";
}

.tic-VIPhuiyuan_59x14:before {
	content: "\e841";
}

.tic-VIPjiaobiao_40x40:before {
	content: "\e842";
}

.tic-VIPzhuanshu_57x14:before {
	content: "\e843";
}

.tic-icon_pdf:before {
	content: "\e840";
}

.tic-HOT_32x16:before {
	content: "\e83f";
}

.tic-HOT_xiaohao_24x12:before {
	content: "\e83e";
}

.tic-NEW_24x12:before {
	content: "\e83c";
}

.tic-NEW_32x16:before {
	content: "\e83d";
}

.tic-login-risk-level-3:before {
	content: "\e83a";
}

.tic-login-risk-level-2:before {
	content: "\e83b";
}

.tic-kuaizhao:before {
	content: "\e839";
}

.tic-icon_weidusousuo:before {
	content: "\e838";
}

.tic-wenzidaxiao:before {
	content: "\e837";
}

.tic-mulu:before {
	content: "\e836";
}

.tic-hezuofengxianfenxi:before {
	content: "\e835";
}

.tic-shangla:before {
	content: "\e834";
}

.tic-danchuangguanbiicon:before {
	content: "\e833";
}

.tic-sixinbiaoqianicon:before {
	content: "\e832";
}

.tic-taolunbiaoqianicon:before {
	content: "\e831";
}

.tic-xiala1:before {
	content: "\e830";
}

.tic-qiyezhanghao:before {
	content: "\e82f";
}

.tic-youhuiquan1:before {
	content: "\e82e";
}

.tic-fapiaoguanli:before {
	content: "\e82d";
}

.tic-gerenxinxi:before {
	content: "\e82c";
}

.tic-shezhimima:before {
	content: "\e82b";
}

.tic-chengchangzhongxin:before {
	content: "\e82a";
}

.tic-renzhengguanli:before {
	content: "\e829";
}

.tic-wodedingdan:before {
	content: "\e828";
}

.tic-wodeguanzhu:before {
	content: "\e827";
}

.tic-wodejiankong:before {
	content: "\e826";
}

.tic-xiaoxizhongxin:before {
	content: "\e825";
}

.tic-icon_sixin:before {
	content: "\e824";
}

.tic-tixing:before {
	content: "\e823";
}

.tic-gongsitaolun:before {
	content: "\e822";
}

.tic-bianjixinxibeifen7:before {
	content: "\e821";
}

.tic-yonghutixi:before {
	content: "\e81f";
}

.tic-sitemap:before {
	content: "\e81e";
}

.tic-icon_xiazai:before {
	content: "\e820";
}

.tic-notice:before {
	content: "\e81d";
}

.tic-time3:before {
	content: "\e81c";
}

.tic-vote_checked:before {
	content: "\e813";
}

.tic-renzhengkongxin12_12:before {
	content: "\e81b";
}

.tic-fengxiankongxin12_12:before {
	content: "\e81a";
}

.tic-topic:before {
	content: "\e819";
}

.tic-discuss_issus_button:before {
	content: "\e818";
}

.tic-icon_qa_praise:before {
	content: "\e817";
}

.tic-icon_qa_face:before {
	content: "\e816";
}

.tic-icon_qa_selected:before {
	content: "\e815";
}

.tic-icon_qa_img:before {
	content: "\e814";
}

.tic-Web_Off:before {
	content: "\e812";
}

.tic-eyes-table-desc:before {
	content: "\e811";
}

.tic-eyes-arrow-right:before {
	content: "\e810";
}

.tic-arrow_right_xiao:before {
	content: "\e80f";
}

.tic-Label_VIP:before {
	content: "\e80e";
}

.tic-fenzhijigou:before {
	content: "\e7ff";
}

.tic-wangzhanbeian:before {
	content: "\e800";
}

.tic-shuiwupingji:before {
	content: "\e801";
}

.tic-chouchajiancha:before {
	content: "\e802";
}

.tic-hexintuandui:before {
	content: "\e803";
}

.tic-zhaopinxinxi:before {
	content: "\e804";
}

.tic-beizhixingren:before {
	content: "\e805";
}

.tic-zizhizhengshu:before {
	content: "\e806";
}

.tic-biangengjilu:before {
	content: "\e807";
}

.tic-shixinxinxi:before {
	content: "\e808";
}

.tic-zhuanlixinxi:before {
	content: "\e809";
}

.tic-jingyingyichang1:before {
	content: "\e80a";
}

.tic-weixingongzhonghao:before {
	content: "\e80b";
}

.tic-ruanjianzhuzuoquan:before {
	content: "\e80c";
}

.tic-fayuangonggao:before {
	content: "\e80d";
}

.tic-xingzhengxuke:before {
	content: "\e7f0";
}

.tic-fujianxiazai:before {
	content: "\e7fd";
}

.tic-tag-chafengxianbg-Xicon:before {
	content: "\e7fb";
}

.tic-tag-chafengxian-Xicon:before {
	content: "\e7fc";
}

.tic-xuanzhong1:before {
	content: "\e7f7";
}

.tic-tag-chafengxianbg-X:before {
	content: "\e7f8";
}

.tic-tag-chafengxian-X1:before {
	content: "\e7f9";
}

.tic-tic-qiyeguanxi:before {
	content: "\e7f6";
}

.tic-tic-xingzhengchufa:before {
	content: "\e7f4";
}

.tic-tic-xinwenyuqing:before {
	content: "\e7ec";
}

.tic-tic-gengduo:before {
	content: "\e7f2";
}

.tic-tic-zhaotoubiao:before {
	content: "\e7ef";
}

.tic-tic-shangbiaoxinxi:before {
	content: "\e7ed";
}

.tic-tic-jingyingyichang:before {
	content: "\e7ee";
}

.tic-icon_renyuandongtai:before {
	content: "\e7eb";
}

.tic-normal1:before {
	content: "\e7ea";
}

.tic-normal:before {
	content: "\e7e9";
}

.tic-juli:before {
	content: "\e7e8";
}

.tic-company-pkg-jian:before {
	content: "\e7e7";
}

.tic-company-pkg-jia:before {
	content: "\e7e6";
}

.tic-maodian:before {
	content: "\e7e5";
}

.tic-risk-watch:before {
	content: "\e7e4";
}

.tic-h5-arrow-right:before {
	content: "\e7e3";
}

.tic-guanbi1:before {
	content: "\e7e2";
}

.tic-dianhuaben:before {
	content: "\e7e1";
}

.tic-ClearIcon:before {
	content: "\e7d3";
}

.tic-tag-new:before {
	content: "\e7de";
}

.tic-tag-bg:before {
	content: "\e7df";
}

.tic-tag-hot:before {
	content: "\e7e0";
}

.tic-warning:before {
	content: "\e7dd";
}

.tic-icon-user-location:before {
	content: "\e7dc";
}

.tic-lujing:before {
	content: "\e7d8";
}

.tic-icon-user-1:before {
	content: "\e7da";
}

.tic-icon-phone:before {
	content: "\e7db";
}

.tic-icon-user:before {
	content: "\e7d7";
}

.tic-qiye-more:before {
	content: "\e7d6";
}

.tic-icon-reduce:before {
	content: "\e7d4";
}

.tic-icon-plus:before {
	content: "\e7d5";
}

.tic-area-triangle:before {
	content: "\e7d1";
}

.tic-area-check:before {
	content: "\e7d2";
}

.tic-susong:before {
	content: "\e7d0";
}

.tic-youshichaozhidijia_youhuiquandanchuang:before {
	content: "\e7cc";
}

.tic-youshiliuchengtouming_youhuiquandanchuang:before {
	content: "\e7cd";
}

.tic-youshizishenzhuanjia_youhuiquandanchuang:before {
	content: "\e7ce";
}

.tic-youshiquanchengjianguan_youhuiquandanchuang:before {
	content: "\e7cf";
}

.tic-shujujiucuo:before {
	content: "\e7cb";
}

.tic-cuowutishi:before {
	content: "\e7ca";
}

.tic-icon-star-full:before {
	content: "\e7c8";
}

.tic-icon-star:before {
	content: "\e7c9";
}

.tic-biaoqianyou:before {
	content: "\e7c7";
}

.tic-tianyanfuwu:before {
	content: "\e7c6";
}

.tic-hot-tag:before {
	content: "\e7c4";
}

.tic-new-tag:before {
	content: "\e7c5";
}

.tic-youhuiquan:before {
	content: "\e7c3";
}

.tic-qiyenianbao:before {
	content: "\e7c2";
}

.tic-falvsusongx:before {
	content: "\e7bb";
}

.tic-zuizhongshouyiren:before {
	content: "\e7bc";
}

.tic-zhuyaorenyuan:before {
	content: "\e7bd";
}

.tic-duiwaitouzi:before {
	content: "\e7be";
}

.tic-kaitinggonggao:before {
	content: "\e7bf";
}

.tic-gudongxinxi:before {
	content: "\e7c0";
}

.tic-shijikongzhiquan:before {
	content: "\e7c1";
}

.tic-bid-intro-r:before {
	content: "\e7ba";
}

.tic-rights-5:before {
	content: "\e7b9";
}

.tic-zhongwenzhuye:before {
	content: "\e7b8";
}

.tic-zhihui:before {
	content: "\e7b7";
}

.tic-NEWbeijing_renzhengguanli:before {
	content: "\e7b6";
}

.tic-precheck-close:before {
	content: "\e7b5";
}

.tic-precheck-search:before {
	content: "\e7b2";
}

.tic-precheck-radio:before {
	content: "\e7b3";
}

.tic-precheck-arrow:before {
	content: "\e7b4";
}

.tic-Location:before {
	content: "\e79f";
}

.tic-Mail:before {
	content: "\e7a4";
}

.tic-Website:before {
	content: "\e7ab";
}

.tic-icon_company:before {
	content: "\e7ac";
}

.tic-Phone:before {
	content: "\e7ad";
}

.tic-icon_equity_structure:before {
	content: "\e7ae";
}

.tic-trumpet-bd:before {
	content: "\e7b1";
}

.tic-biaoqiannew:before {
	content: "\e7a8";
}

.tic-link:before {
	content: "\e7aa";
}

.tic-Search:before {
	content: "\e7b0";
}

.tic-icon-arrow-up:before {
	content: "\e7a3";
}

.tic-icon-arrow-down:before {
	content: "\ef24";
}

.tic-icon-arrow-right:before {
	content: "\ef25";
}

.tic-icon-arrow-left:before {
	content: "\ef26";
}

.tic-icon_congzhongyindaotishilaba:before {
	content: "\e7af";
}

.tic-zhengshubiaozhi:before {
	content: "\e7a9";
}

.tic-ziying-baibaoxiang-qiyefuwubiaoqian:before {
	content: "\e7a7";
}

.tic-relation-company:before {
	content: "\e7a0";
}

.tic-relation-human:before {
	content: "\e7a5";
}

.tic-relation-organize:before {
	content: "\e7a6";
}

.tic-Icon_Qrcode:before {
	content: "\e7a1";
}

.tic-icon_muluqipao:before {
	content: "\e7a2";
}

.tic-icon_mianbaoxiedaohang:before {
	content: "\e79c";
}

.tic-icon_zhidingqipao:before {
	content: "\e79d";
}

.tic-icon-danchuangguanbi:before {
	content: "\e79e";
}

.tic-hot:before {
	content: "\e79b";
}

.tic-qa-reply:before {
	content: "\e79a";
}

.tic-qa-praise:before {
	content: "\e799";
}

.tic-qa-praise-active:before {
	content: "\e798";
}

.tic-icon_wodewenda-del1:before {
	content: "\e796";
}

.tic-icon_chalaolairukoutubiao1:before {
	content: "\e797";
}

.tic-tyfx:before {
	content: "\e795";
}

.tic-qbdt:before {
	content: "\e794";
}

.tic-qyzs:before {
	content: "\e792";
}

.tic-gqctt:before {
	content: "\e791";
}

.tic-tcy-unread:before {
	content: "\e793";
}

.tic-unread:before {
	content: "\e790";
}

.tic-watch-up:before {
	content: "\e78b";
}

.tic-watch-down:before {
	content: "\ef23";
}

.tic-input_clear:before {
	content: "\e78f";
}

.tic-bread-right-icon:before {
	content: "\e78e";
}

.tic-collect-edit:before {
	content: "\e78c";
}

.tic-collect-del:before {
	content: "\e78d";
}

.tic-qingbaodongtai-:before {
	content: "\e77e";
}

.tic-claim:before {
	content: "\e78a";
}

.tic-yijiankong:before {
	content: "\e787";
}

.tic-dimingpian:before {
	content: "\e788";
}

.tic-monitor:before {
	content: "\e789";
}

.tic-paixu:before {
	content: "\e786";
}

.tic-rights-2:before {
	content: "\e783";
}

.tic-rights-4:before {
	content: "\e784";
}

.tic-rights-3:before {
	content: "\e785";
}

.tic-rights-1:before {
	content: "\e782";
}

.tic-pay-mentsuccessful:before {
	content: "\e781";
}

.tic-pay-mentfailed:before {
	content: "\e780";
}

.tic-upload-image:before {
	content: "\e77f";
}

.tic-Specialticket:before {
	content: "\e77d";
}

.tic-vip-check:before {
	content: "\e773";
}

.tic-qa-delete:before {
	content: "\e77c";
}

.tic-praise:before {
	content: "\e779";
}

.tic-praise-bg:before {
	content: "\e77a";
}

.tic-jubao:before {
	content: "\e777";
}

.tic-huifu1:before {
	content: "\e778";
}

.tic-location:before {
	content: "\e776";
}

.tic-dianzan:before {
	content: "\e774";
}

.tic-dianzan1:before {
	content: "\e775";
}

.tic-toast-info:before {
	content: "\e76f";
}

.tic-toast-success:before {
	content: "\e770";
}

.tic-toast-error:before {
	content: "\e771";
}

.tic-toast-warning:before {
	content: "\e772";
}

.tic-guanbi:before {
	content: "\e76e";
}

.tic-guquanjiegou_app_danchuangguanbi:before {
	content: "\e76d";
}

.tic-app_guquanjiegou_yisishijikongzhiren:before {
	content: "\e769";
}

.tic-app_guquanjiegou_yijianzhankai:before {
	content: "\e76a";
}

.tic-app_guquanjiegou_yijianshouqi:before {
	content: "\e76b";
}

.tic-app_guquanjiegou_lujingjiantou:before {
	content: "\e76c";
}

.tic-caozuotiaohuanyuan:before {
	content: "\e768";
}

.tic-caozuotiaofangda:before {
	content: "\e766";
}

.tic-caozuotiaosuoxiao:before {
	content: "\e767";
}

.tic-icon_savex:before {
	content: "\e756";
}

.tic-icon_save_hoverx:before {
	content: "\e757";
}

.tic-icon_unflod_hoverx:before {
	content: "\e758";
}

.tic-icon_refresh_hoverx:before {
	content: "\e759";
}

.tic-icon_exit_hoverx:before {
	content: "\e75a";
}

.tic-icon_zoomin_hoverx:before {
	content: "\e75b";
}

.tic-icon_fullscreen_hoverx:before {
	content: "\e75c";
}

.tic-icon_zoomdown_hoverx:before {
	content: "\e75d";
}

.tic-icon_shortname_hoverx:before {
	content: "\e75e";
}

.tic-icon_allname_hoverx:before {
	content: "\e75f";
}

.tic-guquanjiegoutu_caozuotiao_shouqi_hover:before {
	content: "\e760";
}

.tic-guquanjiegoutu_caozuotiao_zhankai_hover:before {
	content: "\e761";
}

.tic-guquanjiegoutuyisishijikongzhiren:before {
	content: "\e762";
}

.tic-guquanjiegoutu_caozuotiao_shouqi_putong:before {
	content: "\e763";
}

.tic-guquanjiegoutu_caozuotiao_zhankai_putong:before {
	content: "\e764";
}

.tic-guquanjiegoutu_webduanshuiyin:before {
	content: "\e765";
}

.tic-question-:before {
	content: "\e751";
}

.tic-question-1:before {
	content: "\e752";
}

.tic-zaixianzixunblue:before {
	content: "\e753";
}

.tic-zaixianzixunblue-hover:before {
	content: "\e754";
}

.tic-zaixianzixunwhite:before {
	content: "\e755";
}

.tic-gaojirenzhengicon:before {
	content: "\e74a";
}

.tic-chaojirenzhengicon:before {
	content: "\e74b";
}

.tic-zaixianzixunicon-yellow:before {
	content: "\e74d";
}

.tic-putongrenzhengicon:before {
	content: "\e74e";
}

.tic-pilianglianxiduoxuankuang:before {
	content: "\e747";
}

.tic-pilianglianxiduoxuankuanggouxuan:before {
	content: "\e749";
}

.tic-xianshijiancheng2:before {
	content: "\e740";
}

.tic-chakangaoqingtu1:before {
	content: "\e741";
}

.tic-quanpingchakan:before {
	content: "\e743";
}

.tic-baocuntupian:before {
	content: "\e745";
}

.tic-xianshiquancheng:before {
	content: "\e746";
}

.tic-img_popup_arrows:before {
	content: "\e73f";
}

.tic-quanyi1:before {
	content: "\e73e";
}

.tic-icon_putongdaochaojirenzheng:before {
	content: "\e73a";
}

.tic-icon_wrong:before {
	content: "\e73b";
}

.tic-icon_lianherenzheng:before {
	content: "\e73c";
}

.tic-icon_right:before {
	content: "\e73d";
}

.tic-u-add-vod:before {
	content: "\e738";
}

.tic-u-add-pic:before {
	content: "\e739";
}

.tic-upload-fail:before {
	content: "\e736";
}

.tic-upload:before {
	content: "\e735";
}

.tic-update:before {
	content: "\e726";
}

.tic-chuantoutupufanhui:before {
	content: "\e734";
}

.tic-app-message:before {
	content: "\e696";
}

.tic-dianzan---:before {
	content: "\e71d";
}

.tic-qa-trash:before {
	content: "\e737";
}

.tic-renyuanqiapiandizhi:before {
	content: "\e709";
}

.tic-shizhong1:before {
	content: "\e74f";
}

.tic-huanyihuanwenda1:before {
	content: "\e733";
}

.tic-match:before {
	content: "\e72e";
}

.tic-tubiaoxiajiantou:before {
	content: "\e732";
}

.tic-tubiaoshangjiantou:before {
	content: "\e72f";
}

.tic-wendajiadianzan:before {
	content: "\e731";
}

.tic-guquanchuantoutu:before {
	content: "\e730";
}

.tic-ash-can:before {
	content: "\e7f5";
}

.tic-warn:before {
	content: "\e72d";
}

.tic-weixian:before {
	content: "\e72b";
}

.tic-anquan:before {
	content: "\e72c";
}

.tic-popguanbi:before {
	content: "\e729";
}

.tic-wendajiajiantou:before {
	content: "\e72a";
}

.tic-tiwen:before {
	content: "\e728";
}

.tic-huidabianxian:before {
	content: "\e727";
}

.tic-aixin:before {
	content: "\e725";
}

.tic-collect:before {
	content: "\e71f";
}

.tic-complain:before {
	content: "\e720";
}

.tic-invoice:before {
	content: "\e721";
}

.tic-download-report:before {
	content: "\e722";
}

.tic-phone-look:before {
	content: "\e724";
}

.tic-qrcode:before {
	content: "\e71e";
}

.tic-close-xs:before {
	content: "\ef22";
}

.tic-mark:before {
	content: "\e71c";
}

.tic-qingbaodongtai:before {
	content: "\e718";
}

.tic-shangbiaoxinxiliucheng_wancheng:before {
	content: "\e71a";
}

.tic-shangbiaoxinxiliucheng_weiwancheng:before {
	content: "\e71b";
}

.tic-hotbiaoqian:before {
	content: "\e717";
}

.tic-renzhengquanyi:before {
	content: "\e713";
}

.tic-renzhengquanyi1:before {
	content: "\e715";
}

.tic-renzhengquanyi2:before {
	content: "\e716";
}

.tic-cha:before {
	content: "\e707";
}

.tic-diyuan:before {
	content: "\e708";
}

.tic-gou:before {
	content: "\e711";
}

.tic-wendajiawuxinxizhanweitu:before {
	content: "\e706";
}

.tic-qiyeju:before {
	content: "\e712";
}

.tic-vip:before {
	content: "\e714";
}

.tic-nav-privatemsg:before {
	content: "\e710";
}

.tic-fenzu-:before {
	content: "\e703";
}

.tic-fenzu-1:before {
	content: "\e70e";
}

.tic-qiyerenzhengshengjid:before {
	content: "\e70f";
}

.tic-baiqiu:before {
	content: "\e70a";
}

.tic-xiaolian1:before {
	content: "\e70b";
}

.tic-tianyanfengxian:before {
	content: "\e704";
}

.tic-qiyezhushuo:before {
	content: "\e705";
}

.tic-new-bg:before {
	content: "\e702";
}

.tic-shizhong:before {
	content: "\e701";
}

.tic-qiyemingpian:before {
	content: "\e700";
}

.tic-chenggongfankui:before {
	content: "\e6ff";
}

.tic-close-eye:before {
	content: "\e6fe";
}

.tic-wuliu:before {
	content: "\e6fd";
}

.tic-quxiaoquanping1:before {
	content: "\e6fc";
}

.tic-gaoqingtu-:before {
	content: "\e6fb";
}

.tic-zhankai:before {
	content: "\e6f8";
}

.tic-chakangaoqingtu:before {
	content: "\e6f9";
}

.tic-xianshijiancheng1:before {
	content: "\e6fa";
}

.tic-xiazaitupian:before {
	content: "\e6f7";
}

.tic-wenda-:before {
	content: "\e6f6";
}

.tic-gouxuan:before {
	content: "\e6f4";
}

.tic-weigouxuan:before {
	content: "\e6f5";
}

.tic-dianzan-:before {
	content: "\e6f2";
}

.tic-zan-guo:before {
	content: "\e6f3";
}

.tic-nav-business:before {
	content: "\e6e6";
}

.tic-nav-watch:before {
	content: "\e6e8";
}

.tic-nav-myorder:before {
	content: "\e6e9";
}

.tic-nav-invoice:before {
	content: "\e6ea";
}

.tic-nav-question:before {
	content: "\e6ec";
}

.tic-nav-claim:before {
	content: "\e6ed";
}

.tic-nav-concern:before {
	content: "\e6ee";
}

.tic-nav-setpwd:before {
	content: "\e6ef";
}

.tic-nav-setting:before {
	content: "\e6f0";
}

.tic-nav-modifyInfo:before {
	content: "\e6f1";
}

.tic-chenggong-:before {
	content: "\e6e7";
}

.tic-lingdangicon:before {
	content: "\e6e2";
}

.tic-wen-:before {
	content: "\e6e3";
}

.tic-answer:before {
	content: "\e6e5";
}

.tic-gantan:before {
	content: "\e6e1";
}

.tic-xiaochengxu:before {
	content: "\e6e0";
}

.tic-down-new:before {
	content: "\e6df";
}

.tic-complaint-new:before {
	content: "\e6d8";
}

.tic-star:before {
	content: "\e6db";
}

.tic-star-full:before {
	content: "\e6dc";
}

.tic-watch:before {
	content: "\e6dd";
}

.tic-complaint-1:before {
	content: "\e6d6";
}

.tic-radar:before {
	content: "\e6d5";
}

.tic-star-1:before {
	content: "\e6d2";
}

.tic-star-full-old:before {
	content: "\e6d3";
}

.tic-xianshijiancheng:before {
	content: "\e6cc";
}

.tic-nav-new-icon:before {
	content: "\e6d1";
}

.tic-buxianshi:before {
	content: "\e6cd";
}

.tic-quxiaoquanping:before {
	content: "\e6ce";
}

.tic-quanping:before {
	content: "\e6cf";
}

.tic-xiazai1:before {
	content: "\e6d0";
}

.tic-presented:before {
	content: "\e6cb";
}

.tic-xiaolaba:before {
	content: "\e6ca";
}

.tic-danduduihao:before {
	content: "\e6c9";
}

.tic-jiantou:before {
	content: "\e6c8";
}

.tic-date:before {
	content: "\e6c7";
}

.tic-arrow-right:before {
	content: "\ef21";
}

.tic-xiala:before {
	content: "\e6c5";
}

.tic-shouqi:before {
	content: "\e6c6";
}

.tic-xin:before {
	content: "\e6c1";
}

.tic-complaint:before {
	content: "\e6c2";
}

.tic-down:before {
	content: "\e6c3";
}

.tic-jiankong:before {
	content: "\e6c4";
}

.tic-dingwei:before {
	content: "\e6c0";
}

.tic-holder:before {
	content: "\e6bf";
}

.tic-right-1:before {
	content: "\e6b8";
}

.tic-right-2:before {
	content: "\e6b9";
}

.tic-right-3:before {
	content: "\e6bb";
}

.tic-right-4:before {
	content: "\e6bc";
}

.tic-right-5:before {
	content: "\e6be";
}

.tic-qyz:before {
	content: "\e6b7";
}

.tic-kaifapiaoliucheng-:before {
	content: "\e6b6";
}

.tic-dagudong:before {
	content: "\e6b4";
}

.tic-dagudong1:before {
	content: "\e6b5";
}

.tic-xiazai-new:before {
	content: "\e6b3";
}

.tic-hezuobaoxiangongsi:before {
	content: "\e6bd";
}

.tic-to-top:before {
	content: "\e6b1";
}

.tic-nav-vip:before {
	content: "\e6b0";
}

.tic-tianyanchalogoyanseshengji2:before {
	content: "\e6af";
}

.tic-tianyanchalogoyanseshengji:before {
	content: "\e6ad";
}

.tic-tianyanchalogoyanseshengji1:before {
	content: "\e6ae";
}

.tic-tianyanchalogo-:before {
	content: "\e6ac";
}

.tic-jiantou3:before {
	content: "\e6aa";
}

.tic-online-service:before {
	content: "\e6ab";
}

.tic-weixuanzhong:before {
	content: "\e6a8";
}

.tic-xuanzhong-o:before {
	content: "\e6a7";
}

.tic-xuanzhong:before {
	content: "\e6a5";
}

.tic-arrow-pn-left:before {
	content: "\e6a3";
}

.tic-arrow-pn-right:before {
	content: "\e6a4";
}

.tic-bus-card:before {
	content: "\e748";
}

.tic-medal:before {
	content: "\e69e";
}

.tic-product:before {
	content: "\e719";
}

.tic-member:before {
	content: "\e6a2";
}

.tic-ranking:before {
	content: "\e69a";
}

.tic-app-phone:before {
	content: "\e698";
}

.tic-app-edit:before {
	content: "\e697";
}

.tic-app-share:before {
	content: "\e695";
}

.tic-chenggong:before {
	content: "\e6a9";
}

.tic-clock:before {
	content: "\e693";
}

.tic-stock-up:before {
	content: "\ef20";
}

.tic-stock-down:before {
	content: "\e694";
}

.tic-false-circle:before {
	content: "\e692";
}

.tic-claim-point:before {
	content: "\e68f";
}

.tic-claim-date:before {
	content: "\e690";
}

.tic-quanwei:before {
	content: "\e7fa";
}

.tic-guanfangxiaozu:before {
	content: "\e68e";
}

.tic-zan:before {
	content: "\e90e";
}

.tic-guanli:before {
	content: "\e691";
}

.tic-claim-flow-select:before {
	content: "\e686";
}

.tic-claim-flow-unselect:before {
	content: "\e687";
}

.tic-claim-note:before {
	content: "\e688";
}

.tic-claim-increase:before {
	content: "\e689";
}

.tic-claim-trumpet:before {
	content: "\e68a";
}

.tic-claim-next:before {
	content: "\e68c";
}

.tic-claim-setting:before {
	content: "\e68d";
}

.tic-yuandian:before {
	content: "\e685";
}

.tic-yanjing:before {
	content: "\e684";
}

.tic-tijiao:before {
	content: "\e682";
}

.tic-tankuang:before {
	content: "\e67e";
}

.tic-tankuang1:before {
	content: "\e67f";
}

.tic-tankuang2:before {
	content: "\e681";
}

.tic-quanyi:before {
	content: "\e67d";
}

.tic-saoyisao:before {
	content: "\e67a";
}

.tic-alert:before {
	content: "\e67b";
}

.tic-jia:before {
	content: "\e678";
}

.tic-jian:before {
	content: "\e679";
}

.tic-e:before {
	content: "\e674";
}

.tic-meiyuan:before {
	content: "\e675";
}

.tic-wan:before {
	content: "\e676";
}

.tic-renminbi:before {
	content: "\e677";
}

.tic-icon-test1:before {
	content: "\e66d";
}

.tic-icon-test3:before {
	content: "\e66e";
}

.tic-icon-test4:before {
	content: "\e66f";
}

.tic-icon-test5:before {
	content: "\e670";
}

.tic-icon-test6:before {
	content: "\e671";
}

.tic-icon-test7:before {
	content: "\e672";
}

.tic-icon-test8:before {
	content: "\e673";
}

.tic-icon-test:before {
	content: "\32";
}

.tic-icon-test1-copy:before {
	content: "\30";
}

.tic-icon-test2:before {
	content: "\31";
}

.tic-checkbox-o:before {
	content: "\e7f1";
}

.tic-checkbox-s:before {
	content: "\e7f3";
}

.tic-tyc-logo:before {
	content: "\e66b";
}

.tic-tyc-logo-txt:before {
	content: "\e66c";
}

.tic-webnianyuezhishijiantou:before {
	content: "\e66a";
}

.tic-expand:before {
	content: "\e668";
}

.tic-shrink:before {
	content: "\e669";
}

.tic-luntan:before {
	content: "\e667";
}

.tic-pdf1:before {
	content: "\e666";
}

.tic-kechengjieshao:before {
	content: "\e665";
}

.tic-download-img:before {
	content: "\e664";
}

.tic-duihao:before {
	content: "\e663";
}

.tic-fujin:before {
	content: "\e662";
}

.tic-check-new:before {
	content: "\e661";
}

.tic-pdf:before {
	content: "\e660";
}

.tic-circle-bottom:before {
	content: "\e65d";
}

.tic-circle-top:before {
	content: "\e69d";
}

.tic-re:before {
	content: "\e651";
}

.tic-jiankong3:before {
	content: "\e65f";
}

.tic-jiankong1:before {
	content: "\e65e";
}

.tic-xiazai:before {
	content: "\e653";
}

.tic-tousu:before {
	content: "\e6d9";
}

.tic-report:before {
	content: "\e65c";
}

.tic-tianyanchalogo_biaozhunban:before {
	content: "\e65b";
}

.tic-gongsi:before {
	content: "\e65a";
}

.tic-you:before {
	content: "\e656";
}

.tic-shang:before {
	content: "\e657";
}

.tic-zuo:before {
	content: "\e659";
}

.tic-xia:before {
	content: "\e655";
}

.tic-weibiaoti-:before {
	content: "\e654";
}

.tic-sousuo:before {
	content: "\e69b";
}

.tic-jiantou-zuo-copy:before {
	content: "\e650";
}

.tic-bottom-circle:before {
	content: "\e64d";
}

.tic-flash-sale:before {
	content: "\e64c";
}

.tic-media-arrow:before {
	content: "\e64b";
}

.tic-bottom-book:before {
	content: "\e64f";
}

.tic-logo-tyc:before {
	content: "\e649";
}

.tic-share-home:before {
	content: "\e644";
}

.tic-shell-home:before {
	content: "\e645";
}

.tic-human-home:before {
	content: "\e646";
}

.tic-company-home:before {
	content: "\e647";
}

.tic-message:before {
	content: "\e641";
}

.tic-rocket:before {
	content: "\e642";
}

.tic-phone-bottom:before {
	content: "\e648";
}

.tic-double-arrow-up:before {
	content: "\ef1f";
}

.tic-double-arrow-down:before {
	content: "\ef1e";
}

.tic-wei_biaoti:before {
	content: "\e60f";
}

.tic-xin1:before {
	content: "\e640";
}

.tic-weibiaoti:before {
	content: "\e63f";
}

.tic-erweima:before {
	content: "\e63b";
}

.tic-yonghu:before {
	content: "\e61b";
}

.tic-gonggao:before {
	content: "\e60e";
}

.tic-rect-new:before {
	content: "\e699";
}

.tic-tie:before {
	content: "\e658";
}

.tic-lawfirm:before {
	content: "\e8b2";
}

.tic-npo:before {
	content: "\e6a1";
}

.tic-hk:before {
	content: "\ef1d";
}

.tic-check-circle:before {
	content: "\e74c";
}

.tic-boss:before {
	content: "\e60d";
}

.tic-heart-o:before {
	content: "\ee89";
}

.tic-biaoqian:before {
	content: "\e639";
}

.tic-print:before {
	content: "\e77b";
}

.tic-mobile:before {
	content: "\e638";
}

.tic-new:before {
	content: "\e64a";
}

.tic-user:before {
	content: "\e6a0";
}

.tic-lock:before {
	content: "\e60a";
}

.tic-exchange:before {
	content: "\e6d7";
}

.tic-eye-slash:before {
	content: "\e680";
}

.tic-calendar:before {
	content: "\e61a";
}

.tic-line-chart:before {
	content: "\e6de";
}

.tic-trash-o:before {
	content: "\e64e";
}

.tic-plus-square-o:before {
	content: "\e643";
}

.tic-spinner:before {
	content: "\e8ff";
}

.tic-square-pencil-o:before {
	content: "\ef1c";
}

.tic-plus-square:before {
	content: "\e68b";
}

.tic-circle-plus:before {
	content: "\e63d";
}

.tic-circle-plus-o:before {
	content: "\e637";
}

.tic-shield:before {
	content: "\e70d";
}

.tic-trash:before {
	content: "\e63e";
}

.tic-question:before {
	content: "\e7d9";
}

.tic-circle-question-o:before {
	content: "\e744";
}

.tic-circle-question:before {
	content: "\e629";
}

.tic-circle-weibo:before {
	content: "\e601";
}

.tic-circle-weibo-o:before {
	content: "\e9e5";
}

.tic-circle-qq-o:before {
	content: "\e61e";
}

.tic-circle-qq:before {
	content: "\e636";
}

.tic-qzone:before {
	content: "\e62f";
}

.tic-weixin:before {
	content: "\e6eb";
}

.tic-weibo:before {
	content: "\e67c";
}

.tic-qq:before {
	content: "\e630";
}

.tic-qq-o:before {
	content: "\e631";
}

.tic-dollar:before {
	content: "\e632";
}

.tic-weixin-o:before {
	content: "\e633";
}

.tic-weibo-o:before {
	content: "\e88d";
}

.tic-qzone-o:before {
	content: "\e635";
}

.tic-circle-arrow-right:before {
	content: "\e943";
}

.tic-circle-arrow-up:before {
	content: "\e944";
}

.tic-caret-down:before {
	content: "\e945";
}

.tic-caret-left:before {
	content: "\e946";
}

.tic-caret-up:before {
	content: "\e947";
}

.tic-angle-right:before {
	content: "\e948";
}

.tic-angle-down:before {
	content: "\e949";
}

.tic-angle-top:before {
	content: "\e94a";
}

.tic-list-alt:before {
	content: "\e742";
}

.tic-caret-bottom:before {
	content: "\e941";
}

.tic-star-o:before {
	content: "\e69f";
}

.tic-desktop:before {
	content: "\e6ba";
}

.tic-exclamation-circle-l:before {
	content: "\e750";
}

.tic-times-circle:before {
	content: "\e6b2";
}

.tic-envelope:before {
	content: "\e624";
}

.tic-search:before {
	content: "\e623";
}

.tic-exclamationtriangle:before {
	content: "\e6d4";
}

.tic-arrowleftcircle:before {
	content: "\e652";
}

.tic-angle-left:before {
	content: "\e63c";
}

.tic-search-o:before {
	content: "\e63a";
}

.tic-phone:before {
	content: "\e62a";
}

.tic-check:before {
	content: "\e6da";
}

.tic-caret-right:before {
	content: "\e62b";
}

.tic-circle-arrow-left:before {
	content: "\e634";
}

.tic-repeat:before {
	content: "\e70c";
}

.tic-list-alt-o:before {
	content: "\e7fe";
}

.tic-exclamation-circle:before {
	content: "\e62c";
}

.tic-eye:before {
	content: "\e62d";
}

.tic-heart:before {
	content: "\e62e";
}

.tic-envelope-o:before {
	content: "\e683";
}

.tic-circle-arrow-down:before {
	content: "\e942";
}

.tic-long-arrow-down:before {
	content: "\e94b";
}

.tic-long-arrow-right:before {
	content: "\e94c";
}

.tic-long-arrow-left:before {
	content: "\e94d";
}

.tic-long-arrow-up:before {
	content: "\e6e4";
}

.tic-info-circle:before {
	content: "\e621";
}

.tic-close:before {
	content: "\e622";
}

.tic-close-l:before {
	content: "\e620";
}

.tic-no-data:before {
	content: "\e61f";
}

.tic-report-download:before {
	content: "\e61c";
}

.tic-choose-group:before {
	content: "\e61d";
}

.tic-download:before {
	content: "\e619";
}

.tic-tips:before {
	content: "\e69c";
}

.tic-company-link:before {
	content: "\e618";
}

.tic-time:before {
	content: "\e617";
}

.tic-refresh:before {
	content: "\e616";
}

.tic-hot-txt:before {
	content: "\e6a6";
}

.tic-liebiao:before {
	content: "\e613";
}

.tic-position:before {
	content: "\e600";
}

.tic-hot-fire:before {
	content: "\e723";
}

.tic-human-hot:before {
	content: "\e615";
}

.tic-company:before {
	content: "\e614";
}

.tic-vipser:before {
	content: "\e625";
}

.tic-human:before {
	content: "\e626";
}

.tic-partner:before {
	content: "\e627";
}

.tic-hotnew:before {
	content: "\e628";
}

.tic-stock-big:before {
	content: "\e602";
}

.tic-link-refer:before {
	content: "\e603";
}

.tic-link-ref:before {
	content: "\e604";
}

.tic-fullscreen:before {
	content: "\e605";
}

.tic-power-2:before {
	content: "\e606";
}

.tic-power-1:before {
	content: "\e607";
}

.tic-power-3:before {
	content: "\e608";
}

.tic-time-offer:before {
	content: "\e609";
}

.tic-s-human:before {
	content: "\e60b";
}

.tic-relation-risk:before {
	content: "\e60c";
}

.tic-s-company:before {
	content: "\e610";
}

.tic-logo:before {
	content: "\e611";
}

.tic-volume:before {
	content: "\e612";
}

@font-face {
	font-family: "tyc-din";
	src: url(https://cdn.tianyancha.com/m-require-js/public/fonts/DIN-Alternate-Bold-TYC.ttf), url(https://cdn.tianyancha.com/m-require-js/public/fonts/DIN-Alternate-Bold-TYC.eot), url(https://cdn.tianyancha.com/m-require-js/public/fonts/DIN-Alternate-Bold-TYC.eot#iefix) format("embedded-opentype"), url(https://cdn.tianyancha.com/m-require-js/public/fonts/DIN-Alternate-Bold-TYC.woff), url(https://cdn.tianyancha.com/m-require-js/public/fonts/DIN-Alternate-Bold-TYC.woff2);
}

@font-face {
	font-family: "tyc-tcloud";
	src: url(https://tyc-fe-cdn.tianyancha.com/cdn/font/TCloudNumber-Regular.ttf);
}

.tic {
	font-size: inherit;
}

.tic-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.tic-1x {
	font-size: 1em;
}

.tic-2x {
	font-size: 2em;
}

.tic-3x {
	font-size: 3em;
}

.tic-4x {
	font-size: 4em;
}

.tic-5x {
	font-size: 5em;
}

.tic-spin {
	-webkit-animation: tic-spin 2s infinite linear;
	animation: tic-spin 2s infinite linear;
}

.tic-spin:before {
	-webkit-animation: tic-spin 2s infinite linear;
	animation: tic-spin 2s infinite linear;
	display: inline-block;
}

.tic-pulse {
	-webkit-animation: tic-spin 1s infinite steps(8);
	animation: tic-spin 1s infinite steps(8);
}

@-webkit-keyframes tic-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes tic-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.tic-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tic-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tic-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.hide {
	display: none !important;
}

.over-hide,
.hi-hide,
.bdlp-hide {
	overflow: hidden;
}

.hide-toutiao {
	display: none;
}

.text-right {
	text-align: right;
}

.more-overflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
}

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

.vertival-middle {
	vertical-align: middle;
}

.vertical-middle {
	vertical-align: middle;
}

.vertical-top {
	vertical-align: top;
}

.new-c1 {
	color: #9e9e9e;
}

.new-c2 {
	color: #737373;
}

.new-c3 {
	color: #333333;
}

.sec-c1 {
	color: #202020;
}

.sec-c3 {
	color: #737373;
}

.c-white {
	color: #fff;
}

.new-border-top {
	border-top: 1px solid #e0e0e0;
}

.new-border-bottom {
	position: relative;
}

.new-border-bottom:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.new-border-bottom:last-child:after {
	display: none;
}

.mobile-top-cut {
	border-top: 4px solid #F2F3F4;
}

.mobile-bottom-cut {
	border-bottom: 4px solid #F2F3F4;
}

.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}

.position-rel {
	position: relative;
}

.position-abs {
	position: absolute;
}

.c6 {
	color: #b8b8b8;
}

.c9 {
	color: #0084ff;
}

.new-info {
	color: #ff7d18;
}

.p3 {
	padding: 3px;
}

.new-border {
	border: 1px solid #e0e0e0;
}

.b-c-white {
	background-color: #fff;
}

.in-block {
	display: inline-block;
}

.block {
	display: block;
}

.w100 {
	width: 100%;
}

.limit-2-download .content-container > div {
	display: none;
}

.limit-2-download .content-container > div:nth-child(1) {
	display: block;
}

.limit-2-download .content-container > div:nth-child(2) {
	display: block;
}

.limit-2-download .content-table tr {
	display: none;
}

.limit-2-download .content-table tr:nth-child(1) {
	display: table-row;
}

.limit-2-download .content-table tr:nth-child(2) {
	display: table-row;
}

.limit-2-download .company_mobile_pager {
	display: none;
}

.text-click-color {
	color: #0084ff;
}

.btn-download-app {
	padding: 14px;
	width: 100%;
}

.btn-download-app .btn-download {
	display: block;
	border: 1px solid #0084ff;
	line-height: 38px;
	border-radius: 4px;
	text-align: center;
	color: #0084ff;
	background-color: rgba(0, 132, 255, 0.1);
}

.btn-download-app .btn-download .unit {
	color: #fb5253;
}

/* 下载报告 */

.btn-download-human-report {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #0084ff;
	font-size: 13px;
	color: #0084ff;
}

/* 查看风险 */

.btn-risk-mobile {
	display: inline-block;
	padding: 3px 6px;
	width: 70px;
	text-align: center;
	color: #ef5644;
	border: 1px solid #ef5644;
	border-radius: 4px;
}

/*  下载app */

.download-company-type {
	display: block;
	border: 1px solid #0084ff;
	line-height: 38px;
	border-radius: 4px;
	color: #0084ff;
	background-color: rgba(0, 132, 255, 0.12);
}

.download-company-type .unit {
	color: #fb5253;
}

.button-primary {
	display: inline-block;
	vertical-align: top;
	padding: 0.5px 6px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 23px;
	height: 24px;
	font-family: PingFangSC-Regular;
	color: #fff;
	background-color: #0084ff;
	border-color: #0084ff;
}

.button-primary:hover {
	color: #fff;
	background-color: #006acc;
	border-color: #006acc;
}

.button-primary:active {
	color: #fff;
	background-color: #005cb3;
	border-color: #005cb3;
}

.input {
	width: 100%;
	height: 25px;
	border: none;
	padding-left: 14px;
	padding-right: 14px;
	-webkit-appearance: none;
	border-radius: 0;
}

.input:focus {
	outline: none;
	border: none;
	-webkit-appearance: none;
}

.num-surplus {
	color: #ef5644;
}

.num-search {
	font-size: 18px;
	color: #0084ff;
}

.num-result {
	font-size: 16px;
	color: #0084ff;
}

.num-serving {
	color: #0084ff;
}

.num-company {
	color: #0084ff;
}

.num-brand-search {
	color: #ef5644;
}

.company-tag {
	display: inline-block;
	padding: 3px 5px;
	font-size: 12px;
	background-color: #f2f6fe;
	color: #0084ff;
}

.tag-status-normal {
	display: inline-block;
	padding: 0 6px;
	line-height: 1.5714285714;
	border-radius: 2px;
	vertical-align: middle;
	border: 1px solid #34cc33;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #34cc33;
	font-size: 12px;
}

.tag-status-warn {
	display: inline-block;
	padding: 0 6px;
	line-height: 1.5714285714;
	border-radius: 2px;
	vertical-align: middle;
	border: 1px solid #ff3b30;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #ff3b30;
	font-size: 12px;
}

.tag-status-normal-new {
	display: inline-block;
	padding: 0 6px;
	line-height: 1.5714285714;
	border-radius: 2px;
	vertical-align: middle;
	border: 1px solid #119944;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #119944;
	font-size: 12px;
}

.tag-common {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 2px;
	line-height: 20px;
	font-size: 11px;
}

.tag-common.-primary {
	color: #449de6;
	background-color: rgba(68, 157, 230, 0.1);
}

.tag-common.-risk {
	color: #e05a48;
	background-color: rgba(224, 90, 72, 0.1);
}

.tag-common.-warn {
	color: #f98d1f;
	background-color: rgba(249, 141, 31, 0.1);
}

.tag-common.-normal {
	color: #10a050;
	background-color: rgba(16, 160, 80, 0.1);
}

.tag-common.-notice {
	color: #c66ef2;
	background-color: rgba(198, 110, 242, 0.1);
}

.tag-common.-history {
	color: #757dd3;
	background-color: rgba(117, 125, 211, 0.1);
}

.tag-common.-vip {
	color: #ec9662;
	background-color: rgba(236, 150, 98, 0.1);
}

.tag-common.-hint {
	color: #d4ae46;
	background-color: rgba(212, 174, 70, 0.1);
}

.tag-common.-location {
	color: #757dd3;
	background-color: rgba(117, 125, 211, 0.1);
}

.tag-common.-organize {
	color: #4bc4cf;
	background-color: rgba(75, 196, 207, 0.1);
}

.table.-no-border th,
.table.-no-border td {
	border: 0;
}

.table.-border-bottom tr td {
	border-left: 0;
	border-right: 0;
	text-align: left;
}

.table-striped {
	text-align: left;
}

.table-striped td:nth-child(odd) {
	/* Positioning */
	/* Box model */
	/* Typographic */
	/* Visual */
	background-color: rgba(0, 132, 255, 0.03);
	/* Other */
}

img.lazy-img {
	opacity: 0;
	height: 0;
	width: 100%;
	border-radius: 4px;
}

img.lazy-img.-image {
	opacity: 1;
	height: auto;
}

img.lazy-img.-alias {
	display: none;
}

img.lazy-img.-w75 {
	width: 75px;
	height: 75px;
}

img.lazy-img.-w38 {
	width: 38px;
	height: 38px;
}

img.lazy-img.-w40 {
	width: 40px;
	height: 40px;
}

img.lazy-img.-w45 {
	width: 45px;
	height: 45px;
}

img.lazy-img.-w48 {
	width: 48px;
	height: 48px;
}

img.lazy-img.-w30 {
	width: 30px;
	height: 30px;
}

img.lazy-img.-w28 {
	width: 28px;
	height: 28px;
}

img.lazy-img.-w18 {
	width: 18px;
	height: 18px;
}

img.lazy-img.-w80 {
	width: 80px;
	height: 80px;
}

img.lazy-img.-img-w64 {
	width: 64px;
}

.logo-text {
	width: 30px;
	height: 30px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.logo-text span {
	font-family: PingFangSC-Medium;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.logo-text .letter {
	font-style: normal;
}

.logo-text.-l4,
.logo-text.-l3 {
	padding-top: 1px;
}

.logo-text.-l4 span,
.logo-text.-l3 span {
	font-size: 12px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.logo-text.-l2 {
	line-height: 28px;
	white-space: nowrap;
}

.logo-text.-l2 span {
	font-size: 12px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.logo-text.-l1 {
	font-size: 18px;
	line-height: 30px;
}

.logo-text.-w50 {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.logo-text.-w60 {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.logo-text.-w38 {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}

.logo-text.-w40 {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
}

.logo-text.-w40 span {
	font-size: 14px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.logo-text.-w40.-l4,
.logo-text.-w40.-l3 {
	padding-top: 7px;
	line-height: 14px;
}

.logo-text.-w40.-l1 span {
	font-size: 24px;
}

.logo-text.-w45 {
	width: 45px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
}

.logo-text.-w45 span {
	font-size: 16px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.logo-text.-w45.-l4,
.logo-text.-w45.-l3 {
	padding-top: 6.5px;
	line-height: 16px;
}

.logo-text.-w45.-l1 span {
	font-size: 27px;
}

.logo-text.-w48 {
	width: 48px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 1px;
}

.logo-text.-w48 span {
	font-size: 16px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.logo-text.-w48.-l4,
.logo-text.-w48.-l3 {
	padding: 6px;
	line-height: 16px;
}

.logo-text.-w48.-l1 span {
	font-size: 27px;
}

.logo-text.-w75 {
	width: 75px;
	height: 75px;
	line-height: 75px;
}

.logo-text.-w75 span {
	font-size: 25px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.logo-text.-w75.-l4,
.logo-text.-w75.-l3 {
	padding: 11px;
	line-height: 25px;
}

.logo-text.-w75.-l1 span {
	font-size: 43px;
}

.logo-text.-w18 {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 6px;
}

.logo-text.-w18 span {
	font-size: 12px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.logo-text.-bg1 {
	background: #7db3d9;
}

.logo-text.-bg2 {
	background: #d1ae9d;
}

.logo-text.-bg3 {
	background: #84cab0;
}

.logo-text.-bg4 {
	background: #8ca3cd;
}

.logo-text.-bg5 {
	background: #bc9edd;
}

.logo-text.-bg6 {
	background: #76b3ec;
}

.logo-text.-bg7 {
	background: #CA8484;
}

.logo-text.-empty {
	background: #F8F8F8;
	color: #999999;
}

.toco-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toco-row .right-item {
	width: 0px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toco-row .logo-item {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.toco-row .logo-item img {
	vertical-align: top;
}

.toco-row .name-item {
	padding-right: 16px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.toco-row .toco-item {
	text-align: right;
	color: #ff7d18;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.toco-row .toco-item .toco-link {
	color: #ff7d18;
}

.toco-row .toco-item .toco-icon {
	margin-right: 3px;
}

.toco-row .company-status {
	margin-left: 19px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 20px;
	border: 1px solid #119944;
	font-size: 12px;
	color: #119944;
	border-radius: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.toco-row.-w18 .logo-item {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}

.toco-row.-w18 .name-item {
	font-size: 14px;
	line-height: 20px;
}

.lazy-img-wrap {
	position: relative;
}

.lazy-img-wrap .lazy-img {
	border-radius: 50%;
}

.lazy-img-wrap .question-identit-logo {
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

.lazy-img-wrap .question-identit-logo._w16 {
	width: 16px;
	height: 16px;
}

.lazy-img-wrap .question-identit-logo._employee_w16 {
	background-image: url("https://cdn.tianyancha.com/web-require-js/public/images/question-employee-logo-w16.png");
}

.lazy-img-wrap .question-identit-logo._boss_w16 {
	background-image: url("https://cdn.tianyancha.com/web-require-js/public/images/question-boss-logo-w16.png");
}

.lazy-img-wrap .question-identit-logo._student_w16 {
	background-image: url("https://cdn.tianyancha.com/web-require-js/public/images/question-student-logo-w16.png");
}

.slider-brand {
	padding: 14px 0;
	white-space: nowrap;
	overflow-x: hidden;
}

.slider-brand .slider-box {
	position: relative;
	font-size: 0;
}

.slider-brand .brand-agency-relate-wap {
	display: inline-block;
	width: 164px;
	height: 84px;
	margin-right: 8px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	vertical-align: top;
	background-color: #F2F3F4;
}

.slider-brand .brand-agency-relate-wap .brand-agency-type {
	float: left;
	width: 26px;
	height: 94px;
	white-space: normal;
	padding-top: 10px;
	font-size: 13px;
	padding-left: 5px;
	border-right: 1px solid #e0e0e0;
	color: #0084ff;
}

.slider-brand .brand-agency-relate-wap .brand-agency-info-container {
	float: left;
	width: 136px;
	height: 84px;
	padding: 8px 10px;
}

.slider-brand .brand-agency-relate-wap .brand-agency-name-wap {
	display: inline-block;
	max-width: 85px;
	line-height: 36px;
	font-size: 13px;
	/* Box model */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slider-brand .human-image-wap {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 2px;
	vertical-align: top;
	background-color: #d2e2ef;
}

.slider-brand .human-image-wap .imageouter {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	font-size: 0;
}

.slider-brand .human-image-wap .img {
	vertical-align: top;
}

.slider-brand .human-image-wap .letter {
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.slider-brand .message-name {
	font-size: 13px;
}

.slider-brand .title-name {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
}

.slider-brand .brand-agency-no-content {
	color: #737373;
}

.pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.pagination li {
	display: inline-block;
}

.pagination li > a {
	margin-right: 5px;
	color: #828282;
	border-radius: 0;
	/* border: none; */
	padding: 5px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.pagination li > a:hover {
	color: #4d4d4d;
	background-color: #f0f0f0;
}

.pagination li.active > a {
	background-color: #0084ff;
	color: white;
	border: none;
	padding: 5px 10px;
}

.company_mobile_pager .total span {
	color: #828282;
}

.top_pager.company_pager {
	padding: 20px 14px;
}

.top_pager.company_pager .pagination > li > a {
	border: 1px solid #e0e0e0;
}

.top_pager.company_pager .pagination > .active > a:hover {
	background-color: #0084ff;
	color: #fff;
}

.no-result {
	margin-bottom: -15px;
	padding-top: 60px;
	text-align: center;
	background-color: #fff;
}

.no-result .picture {
	text-align: center;
}

.no-result .picture img {
	width: 200px;
}

.no-result .content {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 14px;
	color: #454545;
	text-align: left;
}

.no-result .noresult {
	margin-bottom: 10px;
	font-size: 25px;
}

.no-result .deepsearch {
	width: 210px;
	padding: 4px 10px;
	margin-top: 10px;
	border-radius: 100px;
	font-size: 18px;
	text-align: center;
	background-color: #0084ff;
	color: #fff;
	cursor: pointer;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-new-header {
	min-height: 40px;
	padding: 9px;
	border-bottom: 1px solid #e0e0e0;
}

.modal-new-title {
	font-size: 16px;
	text-align: center;
}

.modal-close {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}

.popupHeader {
	font-size: 20px;
	color: #0084ff;
	text-align: center;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.6);
}

.modal.fade .modal-dialog {
	margin-top: 20%;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-report314 {
	width: 792px;
	margin-top: 3% !important;
}

.modal-report514 {
	width: 830px;
	margin-top: 3% !important;
}

.modal-reporthuman {
	width: 590px;
	margin-top: 3% !important;
}

.modal-focusBox {
	width: 401px;
}

.modal-focusnormal {
	width: 374px;
}

.modal-focuslisten {
	width: 705px;
}

.modal-successBox {
	width: 180px;
	margin-top: 20% !important;
}

.modal-successBox .modal-content {
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-appMsgBox {
	width: 190px;
	margin-top: 70%;
	margin-left: auto;
	margin-right: auto;
}

.modal-appMsgBox .checkPopup {
	padding: 8px 10px;
}

.modal-successBox2 {
	width: 324px;
	margin-top: 20% !important;
}

.modal-successBox2 .checkPopup {
	background-color: #fff1e6;
}

.modal-successBox2 .vip_toast {
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.modal-errorBox {
	width: 190px;
	margin-top: 20% !important;
}

.modal-errorBox .modal-content {
	padding: 0 8px;
}

.modal-searchOrder {
	width: 400px;
	margin-top: 20% !important;
}

.modal-humanAlert {
	width: 400px;
	margin-top: 20% !important;
}

.modal-equityBox {
	width: 880px;
}

.modal-riskBox {
	width: 860px;
	height: 550px;
	overflow: hidden;
}

.modal-w590 {
	width: 590px;
}

.modal-w400 {
	width: 400px;
}

.modal-w310 {
	width: 310px;
}

.modal-w345 {
	width: 345px;
}

.modal-w500 {
	width: 500px;
}

.modal-claim-demo {
	width: 90%;
	margin-top: 50% !important;
	margin-left: auto;
	margin-right: auto;
}

.hot-latitude {
	margin-top: 8px;
	background-color: #fff;
}

.latitude-title {
	text-align: left;
	font-size: 17px;
	height: 50px;
	line-height: 51px;
	font-family: PingFangSC-Medium;
	color: #333333;
	padding: 0 14px;
	position: relative;
}

.latitude-title:after {
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 0;
	top: 50px;
	width: 100%;
}

.latitude-left,
.latitude-right {
	width: 49%;
	margin-bottom: 14px;
}

.latitude-left .lazy-img.-image,
.latitude-right .lazy-img.-image {
	height: auto;
}

.latitude-left {
	float: left;
}

.latitude-right {
	float: right;
}

.latitude-content {
	padding: 14px 10px 14px 10px;
}

.latitude-bottom {
	margin-bottom: 0;
}

/*热点维度、新注册企业*/

.seo-reg {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	background: #fff;
}

.seo-reg .seo-title {
	height: 50px;
	padding: 0;
	line-height: 51px;
	font-family: PingFangSC-Medium;
	font-size: 17px;
	color: #333333;
	padding: 0 14px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.seo-reg .seo-title:after {
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 0;
	top: 50px;
	width: 100%;
}

.seo-reg .seo-content {
	padding: 0 14px;
}

.seo-reg .seo-content .recentReg-img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	border-radius: 4px;
	overflow: hidden;
	vertical-align: top;
}

.seo-reg .seo-content .seo-item {
	padding-top: 14px;
	position: relative;
	margin-bottom: 4px;
}

.seo-reg .seo-content .seo-item:last-child .left:after {
	content: '';
	border: none;
}

.seo-reg .seo-content .seo-item .seo-top {
	width: 100%;
}

.seo-reg .seo-content .seo-item .left {
	padding-top: 9px;
	padding-bottom: 8px;
	position: relative;
}

.seo-reg .seo-content .seo-item .left:after {
	border-bottom: 1px solid #e0e0e0;
	content: '';
	position: absolute;
	left: 0;
	top: 63px;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.seo-reg .seo-content .seo-item .left .title-name {
	display: inline-block;
	width: 36%;
	text-align: center;
}

.seo-reg .seo-content .seo-item .left .title-name .title-sort {
	font-family: PingFangSC-Regular;
	font-size: 13px;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
	height: 18px;
	line-height: 18px;
}

.seo-reg .seo-content .seo-item .left .title-name .title-val {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	margin-top: 3px;
	line-height: 20px;
}

.seo-reg .seo-content .seo-item .left .title-width {
	width: 30%;
}

.seo-reg .seo-content .seo-item .left .title-width-name {
	width: 30%;
	float: left;
}

.seo-reg .seo-content .seo-item .left .name-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seo-reg .seo-content .seo-item .left .split-line {
	width: 1px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin-top: 12px;
}

.seo-reg .seo-content .seo-item .left .split-line span {
	width: 1px;
	height: 16px;
	background: #E0E0E0;
	display: inline-block;
}

.seo-reg .seo-content .recentReg-name {
	display: inline-block;
	vertical-align: top;
	width: 87%;
}

.seo-reg .seo-content .recentReg-name .seo-link-name {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
}

@media screen and (min-width: 320px) and (max-width: 370px) {
	.seo-reg .seo-content .recentReg-name {
		width: 85.5%;
	}

	.seo-reg .seo-content .title-width {
		width: 29% !important;
	}

	.seo-reg .seo-content .right {
		width: 64% !important;
	}

	.seo-reg .seo-content .right .title {
		width: 100% !important;
	}
}

.seo-new-reg {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	color: #454545;
}

.hot-today {
	margin-top: 15px;
	background-color: #fff;
}

.hot-today .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid #f0f0f0;
}

.hot-today .title .hot-search {
	line-height: 40px;
}

.hot-today .title .hot-search span {
	padding: 0 15px;
}

.hot-today .title .hot_search_active {
	color: #0084ff;
	border-bottom: 2px solid #0084ff;
}

.hot-today .title .hot-border {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.hot-today .hot-content {
	padding: 14px 0 14px 0;
}

.hot-today .hot-content .list {
	font-size: 16px;
	padding: 0 12px;
	height: 40px;
}

.hot-today .hot-content .list .ranking {
	float: left;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
}

.hot-today .hot-content .list .ranking span {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	padding: 2px 0;
	font-size: 14px;
	background-color: #e4e4e4;
}

.hot-today .hot-content .list .ranking-group {
	float: left;
	display: inline-block;
	width: 82%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e0e0e0;
}

.hot-today .hot-content .list .ranking-group > div {
	display: inline-block;
}

.hot-today .hot-content .list .ranking-group > a {
	display: block;
	color: #454545;
}

.hot-today .hot-content .list .ranking-group .keyword {
	width: 70%;
}

.hot-today .hot-content .list .ranking-group .keyword a {
	display: block;
	color: #454545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-today .hot-content .list .ranking-group .keywords {
	width: 100%;
}

.hot-today .hot-content .list .ranking-group .range {
	float: right;
}

.hot-today .hot-content .ranking-top .ranking span {
	color: #fff;
	background-color: #0084ff;
}

.hot-today .hot-content .ranking-top .ranking-group {
	color: #0084ff;
}

.hot-today .hot-content .ranking-top .ranking-group > a {
	color: #0084ff;
}

.hot-today .hot-content .ranking-top .ranking-group .keyword a {
	color: #0084ff;
}

.hot-today .hot-content .ranking-tip .ranking-group {
	color: #0084ff;
}

.hot-today .hot-content .ranking-tip .ranking-group .keyword a {
	color: #0084ff;
}

.hot-today .hot-content .ranking-tip .ranking {
	position: relative;
}

.hot-today .hot-content .ranking-tip .ranking .tic-ranking {
	position: absolute;
	font-size: 26px;
	top: 0;
	left: 0;
	opacity: .9;
}

.hot-today .hot-content .ranking-tip .ranking .tip1 {
	color: #fede3b;
}

.hot-today .hot-content .ranking-tip .ranking .tic-ranking.tip2 {
	color: #c4d2df;
}

.hot-today .hot-content .ranking-tip .ranking .tic-ranking.tip3 {
	color: #f7aa70;
}

.hot-today .hot-content .ranking-tip .ranking span {
	position: absolute;
	top: 10px;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1000;
}

.bread {
	padding: 10px 15px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 25px;
	border-bottom: 1px solid #F2F3F4;
	background-color: #fff;
}

.bread h2 {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

.bread .link-click {
	margin-right: 2px;
}

.bread.-no-bg {
	background-color: transparent;
}

.bread-seo {
	padding: 10px 15px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 25px;
	border-bottom: 1px solid #F2F3F4;
	color: #737373;
	background-color: #fff;
}

.bread-seo .bread-title {
	display: inline-block;
	padding-right: 10px;
	border-right: 1px solid #e0e0e0;
}

.bread-seo h2 {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}

.bread-seo .link-click {
	margin-right: 2px;
}

/* 字母 */

.hot-letter .letter .row {
	margin-left: 0;
	margin-right: 0;
}

.hot-letter .letter .row a {
	display: inline-block;
	padding: 4px 6px;
	color: #454545;
}

.hot-letter .letter .row a:focus {
	background-color: #0084ff;
	color: #fff;
}

.auto-folder {
	position: relative;
	overflow: hidden;
}

.auto-folder .folder-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 49px;
	text-align: right;
	background-image: url("https://cdn.tianyancha.com/wap-require-js/public/images/folder-mask.png");
	background-size: 100%;
}

.auto-folder .folder-btn:before {
	content: '... ';
	color: #333333;
}

.auto-folder .folder-btn a {
	color: #0084ff;
}

.auto-folder .folder-btn a:focus,
.auto-folder .folder-btn a:hover {
	color: #0084ff;
	text-decoration: none;
}

.auto-folder.-expand .folder-btn {
	position: static;
}

.auto-folder.-expand .folder-btn:before {
	content: '';
}

.folder-block-btn {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #CCCCCC;
}

.folder-block-btn.-multi-line {
	margin-top: 6px;
	position: relative;
	top: 4px;
}

.folder-multi-line > div:after {
	content: ',';
}

.folder-multi-line > div + div {
	margin-top: 4px;
}

.folder-multi-line > div:last-child:after {
	display: none;
}

.folder-multi-line.-cut > div:last-child:after {
	display: inline;
}

.folder-line-box {
	background: #F8F8F8;
	border-radius: 4px;
	padding: 14px;
	font-size: 14px;
	line-height: 20px;
}

.folder-line-box .folder-line-title {
	color: #999;
}

.folder-line-box .folder-line-url {
	display: block;
	margin-top: 3px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detail-pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
	background-color: rgba(0, 0, 0, 0.85);
}

.detail-pop .pop-content {
	width: 100%;
	padding: 14px;
	text-align: center;
}

.detail-pop .pop-content .pop-header {
	margin-bottom: 30px;
	padding-top: 106px;
	color: #fff;
}

.detail-pop .pop-content .pop-header .pop-img {
	display: inline-block;
	vertical-align: top;
	width: 72px;
	height: 72px;
	margin-bottom: 26px;
	border-radius: 4px;
}

.detail-pop .pop-content .pop-header .pop-title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.detail-pop .pop-content .pop-header .sub-title {
	font-size: 14px;
}

@media screen and (min-width: 320px) and (max-width: 340px) {
	.detail-pop .pop-content .pop-header {
		padding-top: 40px;
	}
}

.detail-pop .pop-content .content {
	max-height: 355px;
	overflow: hidden;
	overflow-y: scroll;
	font-size: 14px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 340px) {
	.detail-pop .pop-content .content {
		max-height: 230px;
	}
}

.btm-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1002;
	background-color: rgba(0, 0, 0, 0.85);
}

.btm-mask .pop-body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	margin: 14px 0;
	overflow: scroll;
	width: 100%;
	height: calc(100vh - 28px);
	padding: 0 14px;
	text-align: center;
}

.btm-mask .pop-body .pop-item {
	margin-bottom: 24px;
}

.btm-mask .pop-body .pop-item:first-child {
	margin-top: 66px;
}

.btm-mask .pop-body .pop-item:last-child {
	margin-bottom: 0px;
}

.btm-mask .pop-body .pop-header {
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
}

.btm-mask .pop-body .pop-content {
	text-align: justify;
	font-size: 14px;
}

.divide-line {
	height: 8px;
	background: #F2F3F4;
}

.bread-container {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	background-color: #fff;
	font-size: 0px;
	color: #333;
}

.bread-container:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.bread-container .bread-link {
	display: inline-block;
	vertical-align: middle;
	max-width: 151px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (min-width: 320px) and (max-width: 370px) {
	.bread-container .bread-link {
		max-width: 95px;
	}
}

.bread-container .bread-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
}

.bread-container .bread-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.tyc-header {
	padding: 6px 14px;
	background-color: #0084ff;
}

.tyc-header::before,
.tyc-header::after {
	display: table;
	content: " ";
}

.tyc-header::after {
	clear: both;
}

.tyc-header .logo {
	float: left;
	width: 27%;
	margin-top: 6px;
	vertical-align: middle;
}

.tyc-header .logo-img {
	width: 96px;
	max-height: 30px;
}

.tyc-header .search-back {
	float: left;
	height: 32px;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #fff;
	margin-left: -4px;
	margin-right: 10px;
}

.tyc-header .search-back img {
	width: 20px;
	height: 20px;
	line-height: 27px;
}

.tyc-header .search-box {
	width: calc(100% - 26px);
	display: inline-block;
}

.tyc-header .search-group {
	position: relative;
}

.tyc-header .search-group form {
	width: calc(100% - 34px);
}

.tyc-header .search-group .input {
	width: 100%;
	height: 32px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: none;
	border-radius: 4px;
	font-family: PingFangSC-Regular;
	line-height: 20px;
	color: #454545;
}

.tyc-header .search-group .input:focus {
	outline: none;
	border: none;
	-webkit-appearance: none;
}

.tyc-header .search-group .input-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 32px;
	line-height: 30px;
	text-align: right;
}

.tyc-header .search-group .input-submit img {
	width: 20px;
	height: 20px;
}

.tyc-header .search-group .tic-search {
	display: inline-block;
	width: 44px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.tyc-header .search-group .clear {
	position: absolute;
	top: 8px;
	right: 42px;
	width: 16px;
	color: #9e9e9e;
	z-index: 1000;
	cursor: pointer;
}

.bannerTop {
	position: fixed;
	width: 100%;
	font-size: 0;
	background-color: rgba(0, 0, 0, 0.72);
	background-size: contain;
	z-index: 20000;
}

#bannerClose {
	display: none;
}

.bannerFooter {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 105px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	-webkit-box-shadow: 0 2px 5px rgba(26, 26, 26, 0.25);
	box-shadow: 0 2px 5px rgba(26, 26, 26, 0.25);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: #0084ff;
	-webkit-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
	transition: -webkit-transform 0.3s 0.3s;
	z-index: 100;
}

.bannerFooter.-show {
	-webkit-transform: translate(-50%, -25px);
	transform: translate(-50%, -25px);
}

#bannerFooterClose {
	display: none;
}

/* banner */

.banner {
	position: fixed;
	top: 0;
}

.banner-bottom {
	position: fixed;
	bottom: 0px;
	-webkit-box-shadow: 0 -1px 0 0 #e0e0e0;
	box-shadow: 0 -1px 0 0 #e0e0e0;
}

.banner,
.banner-bottom {
	left: 0;
	right: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 14px;
	background-color: #fff;
	z-index: 1001;
}

.banner:after,
.banner-bottom:after {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.banner .banner-logo,
.banner-bottom .banner-logo {
	display: inline-block;
	height: auto;
}

.banner .banner-logo .tic-tyc-logo,
.banner-bottom .banner-logo .tic-tyc-logo {
	display: inline-block;
	height: 48px;
	line-height: 46px;
	vertical-align: middle;
	font-size: 28px;
	color: #0084ff;
}

.banner .banner-logo .tic-tyc-logo-txt,
.banner-bottom .banner-logo .tic-tyc-logo-txt {
	display: inline-block;
	margin-left: 2px;
	font-size: 27px;
	vertical-align: middle;
	color: #454545;
}

.banner .banner-group,
.banner-bottom .banner-group {
	float: right;
	text-align: right;
}

.banner .banner-open,
.banner-bottom .banner-open {
	display: inline-block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	vertical-align: middle;
	color: #0084FF;
	font-weight: 600;
	font-family: PingFangSC-Regular;
}

.banner .banner-open .banner-open-img,
.banner-bottom .banner-open .banner-open-img {
	width: 100%;
	vertical-align: top;
	margin-top: -1px;
}

.banner .banner-own,
.banner-bottom .banner-own {
	display: inline-block;
	vertical-align: top;
	margin-left: 14px;
	font-size: 16px;
	color: #0084ff;
}

.promote_app_bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.promote_app_bar,
.promote_app_bar_noFixed {
	display: block !important;
	padding-bottom: 14px;
	background-color: #fff;
	-webkit-box-shadow: inset 0px 0.5px 0px #E0E0E0;
	box-shadow: inset 0px 0.5px 0px #E0E0E0;
}

.promote_app_bar .btn-wrap,
.promote_app_bar_noFixed .btn-wrap {
	width: 100%;
	padding: 12px 14px 8px;
}

.promote_app_bar .btn-wrap .download-btn,
.promote_app_bar_noFixed .btn-wrap .download-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 14px 0;
	background: -webkit-gradient(linear, right top, left top, from(#37BBFF), to(#0084FF));
	background: linear-gradient(270deg, #37BBFF 0%, #0084FF 100%);
	-webkit-box-shadow: 0px 2px 8px #A3D3FF;
	box-shadow: 0px 2px 8px #A3D3FF;
	border-radius: 30px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.promote_app_bar .logo-wrap,
.promote_app_bar_noFixed .logo-wrap {
	width: 100%;
}

.promote_app_bar .logo-wrap img,
.promote_app_bar_noFixed .logo-wrap img {
	width: 100%;
	height: auto;
}

.bottom-banner-bd {
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 21000;
}

.banner_mobile,
#bannerBdDownload {
	visibility: hidden;
}

@media (min-height: 726px) {
	#bannerBdDownload {
		visibility: visible;
	}
}

.tyc-footer {
	margin-top: 8px;
	padding-top: 14px;
	padding-bottom: 32px;
	text-align: center;
	background-color: #fff;
	height: 99px;
}

.tyc-footer.tf-nopadding {
	margin-top: 0px;
	padding-top: 0px;
}

.tyc-footer .tyc-footer-link {
	font-size: 0;
}

.tyc-footer .footer-link {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	text-align: center;
}

.tyc-footer .footer-dian {
	display: inline-block;
	height: 16px;
	width: 1px;
	background: #E0E0E0;
	vertical-align: top;
	margin: 0 16px;
}

.tyc-footer .footer-bottom {
	font-family: PingFangSC-Regular;
	font-size: 12px !important;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
	-webkit-transform: scale(0.83) !important;
	transform: scale(0.83) !important;
	line-height: 14px;
	margin-top: 5px;
}

.tyc-footer .footer-bottom p {
	margin: 0;
	line-height: 18px;
	font-size: 12px !important;
}

.js_company_tagList {
	display: inline-block;
}

.common-header {
	font-family: PingFangSC-Regular;
	position: relative;
	padding: 14px;
	background: #fff;
}

.common-header .logo-warp {
	position: absolute;
	left: 14px;
	top: 14px;
}

.common-header .logo-warp .logo-warp-div {
	width: 50px;
	overflow: visible;
}

.common-header .logo-warp .logo-warp-div .claim_icon_ok {
	margin-left: -8px;
	margin-top: -6px;
	width: 66px;
}

.common-header .logo-warp .logo-warp-div .claim_icon_ok img {
	width: 66px;
}

.common-header .logo-warp .logo-warp-div .-image.lazy-img {
	border: 0.33px solid rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}

.common-header .inner-name {
	padding-right: 70px;
	margin-bottom: 8px;
}

.common-header .inner-title {
	font-family: PingFangSC-Medium;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	padding-left: 60px;
}

.common-header .desc {
	margin-top: 2px;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	width: 80%;
	width: calc(100vw - 94px);
	position: relative;
	min-height: 60px;
}

.common-header .label {
	color: #999999;
}

.common-header .right-btn {
	position: absolute;
	right: 14px;
	font-size: 13px;
	line-height: 24px;
	padding: 0px 6px;
}

.common-header .pv {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	right: 20px;
	top: 35px;
	display: inline-block;
}

.common-header .pv .pv-txt {
	line-height: 14px;
	color: #666666;
	font-size: 10px;
	margin-top: 10px;
}

.common-header .divide-box {
	margin-top: 8px;
}

.common-header .flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.common-header .flex-box .logo-left {
	width: 45px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	position: relative;
}

.common-header .flex-box .logo-left .logo-left-icon {
	width: 21px;
	position: absolute;
	bottom: -11px;
	left: 11px;
}

.common-header .flex-box .inner-title {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.common-header .flex-box .btn-right {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.tag-common-more {
	background: #EBF6FF;
	border-radius: 2px;
	color: #0084FF;
}

.backToTop {
	position: fixed;
	right: 14px;
	bottom: 60px;
	z-index: 100;
}

.backToTop .image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.13);
}

.backToTop .image img {
	width: 22px;
	height: 22px;
	margin-top: 6px;
}

.backToTop .image span {
	display: block;
	font-family: PingFangSC-Regular;
	font-size: 11px;
	color: #333333;
	letter-spacing: 0;
	line-height: 16px;
}

.hiscompany-container {
	padding: 0 14px;
	background-color: #fff;
}

.hiscompany-container .company-list {
	position: relative;
	overflow: hidden;
}

.hiscompany-container .company-list:last-child:after {
	display: none;
}

.hiscompany-container .company-list .company-logo {
	position: absolute;
	left: 0;
	top: 14px;
	width: 30px;
}

.hiscompany-container .company-list .company-cont,
.hiscompany-container .company-list .company-cont-2 {
	padding: 14px 0 10px 40px;
}

.hiscompany-container .company-list .company-cont:after,
.hiscompany-container .company-list .company-cont-2:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
	left: 0px;
}

.hiscompany-container .company-list .company-cont.border-none:after,
.hiscompany-container .company-list .company-cont-2.border-none:after {
	display: none;
}

.hiscompany-container .company-list .company-cont .line-title,
.hiscompany-container .company-list .company-cont-2 .line-title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 22px;
	color: #202020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hiscompany-container .company-list .company-cont .line-title .company-name,
.hiscompany-container .company-list .company-cont-2 .line-title .company-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 16px;
}

.hiscompany-container .company-list .company-cont .list-line,
.hiscompany-container .company-list .company-cont-2 .list-line {
	max-width: 307px;
	/* Box model */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
	line-height: 20px;
	color: #999;
}

.hiscompany-container .company-list .company-cont .list-line .value,
.hiscompany-container .company-list .company-cont-2 .list-line .value {
	color: #333;
}

.hiscompany-container .company-list .company-cont .list-line:first-child,
.hiscompany-container .company-list .company-cont-2 .list-line:first-child {
	margin-top: 0;
	color: blue;
}

.hiscompany-container .company-list .company-cont-2:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
	left: 40px;
}

.hiscompany-container .human-info {
	padding: 12px 0;
	position: relative;
}

.hiscompany-container .human-info:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.hiscompany-container .human-info .info-line {
	line-height: 20px;
	font-family: PingFangSC-Regular;
	font-size: 13px;
	color: #999;
	letter-spacing: 0;
	padding: 0 30px 0 20px;
	position: relative;
}

.hiscompany-container .human-info .info-line .link-icon {
	font-size: 16px;
	color: #999999;
	position: absolute;
	left: 0;
}

.hiscompany-container .human-info .info-line .percent {
	color: #FF3B30;
	font-style: normal;
}

.hiscompany-container .human-info .info-line span {
	color: #FF3B30;
}

.hiscompany-container .human-info.border-none:after {
	display: none;
}

.hiscompany-container .num-opening.tag-status-normal-new {
	display: inline-block;
	padding: 0 4px;
	height: 20px;
	line-height: 20px !important;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #119944;
	font-size: 12px;
	position: relative;
	border: none;
	border-radius: 4px;
}

.hiscompany-container .num-opening.tag-status-normal-new:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #119944;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 333%;
	height: 333%;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 4px;
}

.hiscompany-container .num-cancel.tag-status-normal-new {
	display: inline-block;
	padding: 0 4px;
	height: 20px;
	line-height: 20px !important;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #ff3b30;
	font-size: 12px;
	position: relative;
	border: none;
	border-radius: 4px;
}

.hiscompany-container .num-cancel.tag-status-normal-new:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ff3b30;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 333%;
	height: 333%;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 4px;
}

.hiscompany-container .openAppBtn {
	margin-left: 8px;
}

.partners-container {
	padding: 0 14px;
	background-color: #fff;
}

.partners-container .partners-list {
	position: relative;
	overflow: hidden;
}

.partners-container .partners-list:last-child:after {
	display: none;
}

.partners-container .partners-list .partners-logo {
	position: absolute;
	left: 0;
	top: 14px;
	width: 30px;
}

.partners-container .partners-list .partners-cont,
.partners-container .partners-list .partners-cont-2 {
	display: block;
	padding: 14px 0 14px 40px;
}

.partners-container .partners-list .partners-cont:after,
.partners-container .partners-list .partners-cont-2:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
	left: 0px;
}

.partners-container .partners-list .partners-cont.border-none:after,
.partners-container .partners-list .partners-cont-2.border-none:after {
	display: none;
}

.partners-container .partners-list .partners-cont .line-title,
.partners-container .partners-list .partners-cont-2 .line-title {
	font-size: 16px;
	line-height: 22px;
	color: #202020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.partners-container .partners-list .partners-cont .line-title .partners-name,
.partners-container .partners-list .partners-cont-2 .line-title .partners-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.partners-container .partners-list .partners-cont .line-title .companyNum,
.partners-container .partners-list .partners-cont-2 .line-title .companyNum {
	font-family: Helvetica;
	font-size: 14px;
	color: #FF7D18;
	letter-spacing: 0.2px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partners-container .partners-list .partners-cont .line-title .companyNum .tic-partner,
.partners-container .partners-list .partners-cont-2 .line-title .companyNum .tic-partner {
	font-size: 12px;
}

.partners-container .partners-list .partners-cont .line-title .companyNum img,
.partners-container .partners-list .partners-cont-2 .line-title .companyNum img {
	width: 16px;
	margin-right: 4px;
}

.partners-container .partners-list .partners-cont .list-line,
.partners-container .partners-list .partners-cont-2 .list-line {
	max-width: 307px;
	/* Box model */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4px;
	line-height: 20px;
	color: #999;
}

.partners-container .partners-list .partners-cont .list-line .value,
.partners-container .partners-list .partners-cont-2 .list-line .value {
	color: #333;
}

.partners-container .partners-list .partners-cont .list-line:first-child,
.partners-container .partners-list .partners-cont-2 .list-line:first-child {
	margin-top: 0;
	color: blue;
}

.partners-container .partners-list .partners-cont-2 {
	display: block;
}

.partners-container .partners-list .partners-cont-2:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
	left: 40px;
}

.partners-container .human-info {
	padding: 12px 0;
	position: relative;
}

.partners-container .human-info:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.partners-container .human-info .info-line {
	line-height: 20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
}

.partners-container .human-info.border-none:after {
	display: none;
}

.partners-container .num-opening.tag-status-normal-new {
	display: inline-block;
	padding: 0 4px;
	height: 20px;
	line-height: 20px !important;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #119944;
	font-size: 12px;
	position: relative;
	border: none;
	border-radius: 4px;
}

.partners-container .num-opening.tag-status-normal-new:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #119944;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 333%;
	height: 333%;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 4px;
}

.partners-container .num-cancel.tag-status-normal-new {
	display: inline-block;
	padding: 0 4px;
	height: 20px;
	line-height: 20px !important;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	color: #119944;
	font-size: 12px;
	position: relative;
	border: none;
	border-radius: 4px;
}

.partners-container .num-cancel.tag-status-normal-new:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ff3b30;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 333%;
	height: 333%;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 4px;
}

.download-company-type-new {
	display: block;
	line-height: 50px;
	border-radius: 5px;
	color: #0084ff;
	background: #E5F2FF;
	font-size: 16px;
	text-align: center;
}

.btn-download-app {
	position: relative;
	background: #fff;
}

.btn-download-app:after {
	content: '';
	position: absolute;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.contain_risk {
	display: block;
	padding: 9px 0 8px 10px;
	background-color: #fff;
}

.risk_title {
	height: 84px;
	width: 18px;
	background: rgba(255, 59, 48, 0.1);
	color: #FF3B30;
	font-size: 12px;
	padding: 6px 3px;
	margin-right: 4px;
	position: absolute;
}

.risk_title_human {
	height: 70px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 3px;
	margin-top: 7px;
}

.risk-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 84px;
	margin-left: 22px;
}

.risk-content .title-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
}

.risk-content .title-block .lazy-img {
	width: 59px;
}

.risk-content .title-block .risk-scroll .inner {
	position: relative;
	overflow: hidden;
	width: 240px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.risk-content .title-block .risk-scroll .inner em {
	color: #FF3B30;
	font-weight: bold;
}

.risk-content .title-block .risk-scroll .inner .carousel-item {
	position: absolute;
	top: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.risk-content .title-block .risk-scroll .inner .carousel-item.-in {
	top: 0;
}

.risk-content .title-block .risk-scroll .inner .carousel-item.-out {
	top: -100%;
}

.risk-content .title-block .risk-scroll .inner .carousel-item .num {
	color: #FF3B30;
	font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 350px) {
	.risk-content .title-block .risk-scroll .inner {
		width: 230px;
	}
}

.risk-content .title-block .risk_tips {
	border-radius: 10px 0 0 10px;
	padding: 2px 8px;
	font-size: 12px;
	position: absolute;
	right: 0;
}

.risk-content .title-block .risk_tips .no_vip {
	color: #666666;
	white-space: nowrap;
}

.risk-content .title-block .risk_tips .no_vip img {
	width: 20px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.risk-content .title-block .risk_tips img {
	width: 7px;
	margin-right: 4px;
}

.risk-content .content {
	margin-right: 10px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.risk-content .content .item {
	width: 108px;
	width: calc((100vw - 50px)/3);
	background: #F8F8F9;
	border-radius: 4px;
	padding: 4px 6px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
}

.risk-content .content .item .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
}

.risk-content .content .item .title .count {
	margin-left: 4px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 44px;
	height: 18px;
	background: rgba(255, 59, 48, 0.25);
	border: 1px solid rgba(255, 59, 48, 0.5);
	border-radius: 2px;
	font-size: 13px;
	color: #FF3B30;
	font-weight: bold;
}

.risk-content .content .item .title .count .num {
	font-size: 12px;
	-webkit-transform-origin-x: 0;
	transform-origin-x: 0;
	-webkit-transform: scale(0.83);
	transform: scale(0.83);
	font-weight: normal;
}

.risk-content .content .item .tip-wrapper {
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 10px;
	color: #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 2px;
	margin-top: 2px;
}

.risk-content .content .item .tip-wrapper .tip {
	width: 120%;
	line-height: 17px;
	font-size: 12px;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.83);
	transform: scale(0.83);
	white-space: normal;
}

.risk-content .content .item .tip-wrapper .tip img {
	width: 24px;
	position: relative;
	top: -1px;
}

.risk-content .content .item .tip-wrapper .tip em color {
	color: #666;
}

.risk-content .content .item .tip-wrapper .tip.-other {
	margin-top: -3px;
}

.risk-content .content .item_human {
	height: 70px;
}

.risk-content .content .item:last-child {
	margin-right: 0 !important;
}

@media screen and (min-width: 320px) and (max-width: 340px) {
	.risk-content .content {
		display: -webkit-box;
		overflow-x: scroll;
		max-width: 280px;
	}

	.risk-content .content .item {
		margin-right: 3px;
	}
}

.risk-block {
	padding: 12px 14px;
	background-color: #fff;
	font-family: PingFangSC-Regular;
	position: relative;
}

.risk-block .risk-logo {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	width: 36px;
	background-image: url("https://cdn.tianyancha.com/wap-require-js/public/images/risk-logo.png");
	background-size: 100%;
	margin-right: 23px;
}

.risk-block .risk-content {
	display: inline-block;
	vertical-align: middle;
}

.risk-block .risk-row {
	height: 19px;
}

.risk-block .risk-row + .risk-row {
	margin-top: 4px;
}

.risk-block .risk-count-content {
	display: inline-block;
	vertical-align: top;
	height: 19px;
	float: left;
}

.risk-block .risk-count-content .risk-title {
	display: inline-block;
	vertical-align: top;
	height: 19px;
	line-height: 17px;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
	font-size: 12px;
	color: #202020;
	letter-spacing: 0.27px;
}

.risk-block .risk-count-content .risk-count {
	display: inline-block;
	vertical-align: top;
	height: 19px;
	width: 64px;
	background-image: url("https://cdn.tianyancha.com/wap-require-js/public/images/risk_mask_count_2.png");
	background-size: 100%;
	line-height: 20px;
	text-align: center;
	color: #FF3B30;
}

.risk-block .risk-count-content .risk-count .unit {
	font-size: 12px;
	vertical-align: top;
}

.risk-block .risk-count-content + .risk-count-content {
	margin-left: 16px;
}

.risk-block .risk-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 16px;
}

@media screen and (max-width: 370px) {
	.risk-block .risk-logo {
		margin-right: 15px;
	}
}

.tab-warp {
	background-color: #fff;
}

.tab-warp .tab-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 44px;
	position: relative;
}

.tab-warp .tab-header:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.tab-warp .tab-header.tab-header-seo {
	display: inline-block;
	white-space: nowrap;
	font-size: 0;
}

.tab-warp .tab-header .tab-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 11px;
	font-size: 15px;
	line-height: 21px;
	color: #666666;
	height: 44px;
	font-weight: bold;
}

.tab-warp .tab-header .tab-title.-disabled {
	color: #999;
}

.tab-warp .tab-header .tab-title.tab-title-seo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

.tab-warp .tab-header .tab-title.tab-title-seo:first-of-type {
	padding-left: 10px;
	margin-left: 10px;
}

.tab-warp .tab-header .tab-title.tab-title-seo:last-of-type {
	padding-right: 10px;
	margin-right: 10px;
}

.tab-warp .tab-header .-active {
	position: relative;
	color: #0084ff;
}

.tab-warp .tab-header .-active:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 3px;
	width: 32px;
	height: 2px;
	background: #0084ff;
}

.tab-warp .tab-header .-disabled {
	color: #999;
	cursor: not-allowed;
}

.tab-warp .tab-box {
	padding: 0 14px;
	display: none;
	background-color: #fff;
}

.tab-warp .tab-box.-active {
	display: block;
}

.tab-warp .tab-box .item {
	position: relative;
	display: block;
	padding: 11px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.tab-warp .tab-box .item:last-child {
	border-bottom: 0;
}

.tab-warp .tab-box .item:after {
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
	left: 32px;
	bottom: 0;
	width: 100%;
}

.tab-warp .tab-box .item .ml4,
.tab-warp .tab-box .item .name,
.tab-warp .tab-box .item .ranking + .name {
	vertical-align: middle;
}

.tab-warp .tab-box .ranking {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	background-color: #E9E9E9;
	color: #666;
	vertical-align: top;
}

.tab-warp .tab-list {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	/* Box model */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
}

.tab-warp .tab-list:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	background: #0084ff;
}

.tab-warp .tab-list + .tab-list {
	margin-top: 4px;
}

.tab-warp .tab-no-data {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

.tab-warp .tab-no-data img {
	width: 75px;
}

.tab-warp.-no-line .tab-header:after {
	display: none;
}

.tab-warp.-line {
	background-color: transparent;
}

.tab-warp.-line .tab-title {
	position: relative;
	padding: 14px 14px 12px;
	line-height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium;
	background: #FFFFFF;
}

.tab-warp.-line .tab-title:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.tab-warp.-line .tab-title .more {
	float: right;
	font-size: 13px;
	font-family: 'PingFangSC-Regular';
}

.tab-warp.-line .tab-title.-radius {
	border-radius: 10px 10px 0 0;
}

.human-page .head {
	height: 28px;
	padding: 0 15px;
	line-height: 28px;
}

.human-page .head .tic-user {
	margin-right: 7px;
	color: #454545;
}

.human-page .humanHolder-container {
	display: block;
	width: 100%;
	height: 170px;
	background: url("https://cdn.tianyancha.com/wap/images/human-holder.png") no-repeat;
	background-size: cover;
}

.human-page .humanHolder-container .humanHolder-info {
	text-align: center;
	padding-top: 63px;
}

.human-page .humanHolder-container .humanHolder-info .humanHolder-info-item {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px;
}

.header-container {
	padding: 0 14px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
	background: #fff;
}

.header-container .itemTitle {
	font-size: 17px;
	color: #333333;
}

.header-container:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.header-container .app-intro {
	margin-top: 12px;
}

.header-container:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e0e0e0;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33);
}

.atlas-container {
	background: #fff;
	padding: 14px;
}

.atlas-container .scroll-list {
	white-space: nowrap;
	overflow-x: scroll;
	font-size: 0px;
}

.atlas-container .scroll-list .atlas-item {
	display: inline-block;
	width: 170px;
	height: 71px;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 11px;
	background: rgba(153, 153, 153, 0.07);
	border-radius: 4px;
	line-height: 60px;
}

.atlas-container .scroll-list .atlas-item:first-child {
	margin-right: 7px;
}

.atlas-container .scroll-list .atlas-item:last-child {
	padding-left: 7px;
}

.atlas-container .scroll-list .atlas-item img {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 8px;
}

.atlas-container .scroll-list .atlas-item .guquan-img {
	margin-right: 3px;
}

.atlas-container .scroll-list .atlas-item .atlas-exp {
	float: left;
	font-family: PingFangSC-Regular;
	font-size: 12.42px;
	color: #333333;
	letter-spacing: 0;
	text-align: right;
}

.human-risk {
	padding: 15px;
	margin-top: 4px;
	background-color: #fff;
}

.human-risk .mobile-risk-logo {
	height: 36px;
	width: 48px;
	background-image: url("https://cdn.tianyancha.com/m-require-js/public/sprite.lite/spritesheet-186877503b.png");
	background-position: -0px -0px;
}

.human-risk .mobile-risk-count-content {
	display: inline-block;
	height: 36px;
	line-height: 36px;
}

.human-risk .mobile-risk-count-content .risk-count {
	color: #d95354;
	background-color: #f9edec;
	border: 1px solid #e9b6b7;
	padding: 0px 5px;
	border-radius: 8px;
}

/* 关联企业 */

.relation-company {
	padding: 14px 0;
	background-color: #fff;
}

.relation-company .content-list {
	padding: 12px 0;
	border-bottom: 1px solid #f3f3f3;
}

.relation-company .content-list::before,
.relation-company .content-list::after {
	display: table;
	content: " ";
}

.relation-company .content-list::after {
	clear: both;
}

.relation-company .city {
	padding-right: 5px;
	font-size: 12px;
}

.not_in_law {
	background: #fff;
	text-align: center;
	padding: 40px 0;
}

.not_in_law img {
	width: 53vw;
}

.not_in_law_p1 {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
}

.risk-content .content .item .tip-wrapper {
	height: 42px;
}