/* 通用 */

.main {
	width: 1200px;
	margin: 20px auto 0;
	zoom: 1;
}

.main::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.main .section {
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}


/* 通用 - 标题 */

.main .title {
	position: relative;
	height: 20px;
	padding-bottom: 30px;
	line-height: 20px;
}

.main .title::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #f70;
}

.main .title h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

.main .title a {
	float: right;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.main .title a:hover {
	color: #333;
}

.main .title i {
	float: right;
	width: 10px;
	height: 10px;
	border: 1px solid #999;
	border-top-color: transparent;
	border-radius: 50%;
	margin-right: 7px;
	margin-top: 4px;
	transform: translateZ(0);
	-webkit-animation: refresh-rotate 0.6s linear infinite;
	animation: refresh-rotate 0.6s linear infinite;
}

@keyframes refresh-rotate {
	0% {
		transform: rotateZ(0deg);
		-moz-transform: rotate(0deg);
	}

	100% {
		transform: rotateZ(360deg);
		-moz-transform: rotate(360deg);
	}
}


/* 通用 - 登录签到 */

.main .sign {
	position: relative;
	padding: 0 12px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(#f70, #fff);
	background: -o-linear-gradient(#f70, #fff);
	background: -moz-linear-gradient(#f70, #fff);
	background: linear-gradient(#f70, #fff);
}

.main .sign i {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url('/img/job-firm/pc_qrcode_ico.png') no-repeat;
	cursor: pointer;
}

.main .sign i.pc {
	background-position: 0 0;
}

.main .sign i.pc:hover {
	background-position: 0 -50px;
}

.main .sign i.qrcode {
	background-position: 0 -100px;
}

.main .sign i.qrcode:hover {
	background-position: 0 -150px;
}


.main .sign h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	letter-spacing: 2px;
	text-align: center;
}

.main .sign ul,
.main .sign p {
	padding: 22px 18px 5px;
	border: 1px solid #f7fdfd;
	border-radius: 8px 8px 0 0;
	background: -webkit-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	background: -o-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	background: -moz-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	background: linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	backdrop-filter: blur(7px);
}

.main .sider .sign img {
	display: block;
	width: 140px;
	height: 140px;
	border: 10px solid #fff;
	border-radius: 8px;
	margin: 0 auto;
}

.main .sider .sign span {
	display: block;
	margin: 20px 0 21px;
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
}

.main .sign li {
	position: relative;
	padding-bottom: 22px;
	overflow: hidden;
}

.main .sign input[type="text"] {
	float: left;
	width: calc(100% - 30px);
	height: 20px;
	padding: 8px 14px;
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.main .sign input[type="text"]::placeholder {
	color: #aaa;
}

.main .sign li:nth-child(2) input[type="button"] {
	position: absolute;
	top: 1px;
	right: 14px;
	z-index: 5;
	height: 36px;
	border: 0;
	background-color: #fff;
	font-size: 14px;
	color: #f80;
}

.main .sign li:nth-child(3) input[type="button"] {
	float: left;
	width: 100%;
	height: 38px;
	border-radius: 6px;
	border: 0;
	background-color: #f70;
	font-size: 15px;
	color: #fff;
}

.main .sign input[type="checkbox"],
.main .sign label,
.main .sign a {
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 13px;
}

.main .sign input[type="checkbox"] {
	margin: 0 6px 0 9px;
}

.main .sign a {
	color: #f70;
	text-decoration: none;
}

.main .sign .error input[type="text"] {
	border-color: #f66;
}

.main .sign .error span {
	display: block;
}


/* 通用 - 服务推广 */

.main .promotion {
	margin-bottom: 15px;
}

.main .promotion li+li {
	margin-top: 15px;
}

.main .promotion a,
.main .promotion img {
	display: block;
	border-radius: 10px;
}


/* 通用 - 基本 */

.main .basic {
	position: relative;
	float: left;
	width: 1140px;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	zoom: 1;
}

.main .basic::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.main .basic .logo {
	float: left;
	width: 138px;
	height: 138px;
	border: 1px solid #eee;
	border-radius: 6px;
}

.main .basic .lt {
	float: left;
	width: 800px;
}

.main .basic .lt.job p {
	overflow: hidden;
}

.main .basic .lt.job p+p {
	margin-top: 20px;
}

.main .basic .lt.job p b.name {
	float: left;
	max-width: 520px;
	height: 30px;
	margin-right: 6px;
	font-size: 28px;
	color: #333;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .basic .lt.job p b.salary {
	float: left;
	height: 30px;
	margin-left: 30px;
	font-size: 24px;
	color: #f70;
	line-height: 34px;
}

.main .basic .lt.job p sup {
	float: left;
	height: 22px;
	padding: 0 6px;
	border-radius: 3px;
	margin: 5px 0 0 6px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

.main .basic .lt.job p sup.new {
	background-color: #f80;
}

.main .basic .lt.job p sup.urgent {
	background-color: #f66;
}

.main .basic .lt.job p sup.fast {
	background-color: #26bf8c;
}

.main .basic .lt.job p.require span {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 1;
}

.main .basic .lt.job p.require span+span {
	padding-left: 15px;
	border-left: 1px solid #e4e4e4;
	margin-left: 15px;
}

.main .basic .lt.job p.welfare {
	padding-right: 200px;
}

.main .basic .lt.job p.welfare span {
	float: left;
	padding: 4px 13px;
	border-radius: 30px;
	margin: 4px 8px 4px 0;
	background-color: #fef4eb;
	font-size: 12px;
	color: #f60;
	line-height: 20px;
}

.main .basic .lt.job p.data {
	height: 14px;
}

.main .basic .lt.job p.data span {
	float: left;
	padding-left: 20px;
	background: url('/img/job-firm/time_ico.png') no-repeat 1px;
	font-size: 12px;
	color: #999;
	line-height: 14px;
}

.main .basic .lt.job p.data span+span {
	margin-left: 30px;
	background: url('/img/job-firm/browse_ico.png') no-repeat 1px 1px / 14px 11px;
}

.main .basic .lt.firm {
	min-height: 140px;
	margin-left: 25px;
}

.main .basic .lt.firm p {
	padding: 5px 0 15px;
	overflow: hidden;
}

.main .basic .lt.firm p b {
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	color: #333;
	line-height: 30px;
	cursor: default;
}

.main .basic .lt.firm p i{
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 22px;
	margin-top: 4px;
	margin-left: 5px;
	background: url('/img/job-firm/renzheng_icon.png') no-repeat 0 0 /19px 22px;
}

.main .basic .lt.firm p a {
	display: none;
	vertical-align: top;
	position: relative;
	height: 30px;
	padding-left: 16px;
	margin-left: 10px;
	font-size: 16px;
	color: #f70;
	font-weight:normal;
	line-height: 30px;
	white-space: nowrap;
}

.main .basic .lt.firm p a::after,
.main .basic .lt.firm p a::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 9px;
	border: 1px solid #f70;
	border-radius: 2px 4px 2px 2px;
	background-color: #fff
}

.main .basic .lt.firm p a::after {
	bottom: 7px;
	left: 0;
}

.main .basic .lt.firm p a::before {
	top: 8px;
	left: 3px;
}

.main .basic .lt.firm p:hover a {
	display: inline-block;
}

.main .basic .lt.firm p span {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 1;
}

.main .basic .lt.firm p span+span {
	padding-left: 15px;
	border-left: 1px solid #e4e4e4;
	margin-left: 15px;
}

.main .basic .lt.firm ul{
	padding: 0 2px;
	margin-top: 10px;
	overflow: hidden;
}

.main .basic .lt.firm ul li{
	float: left;
	height: 40px;
	padding-right: 25px;
	line-height: 1;
	text-align: center;
}

.main .basic .lt.firm ul li + li{
	padding-left: 25px;
	border-left: 1px solid #f3f3f3;
}

.main .basic .lt.firm ul li b{
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #f70;
}

.main .basic .lt.firm ul li span{
	display: block;
	font-size: 12px;
	color: #666;
}

.main .basic .rt {
	float: right;
	width: 320px;
}

.main .basic .rt .other {
	height: 20px;
	padding-top: 5px;
	margin-bottom: 30px;
}

.main .basic .rt .other a {
	position: relative;
	float: right;
	height: 20px;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	text-decoration: none;
}

.main .basic .rt .other a+a {
	margin-right: 16px;
}

.main .basic .rt .other a.fans,
.main .basic .rt .other a.like01,
.main .basic .rt .other a.browse{
	cursor: default;
}

.main .basic .rt .other a i {
	float: left;
	height: 14px;
	margin-right: 5px;
}

.main .basic .rt .other a.share i {
	width: 16px;
	margin-top: 3px;
	background: url('/img/job-firm/share_ico.png') no-repeat 0 -14px / 16px 28px;
}

.main .basic .rt .other a.like i,
.main .basic .rt .other a.like01 i {
	width: 14px;
	margin-top: 2px;
	background: url('/img/job-firm/like_ico.png') no-repeat 0 0 / 14px 28px;
}

.main .basic .rt .other a.collect i {
	width: 14px;
	margin-top: 2px;
	background: url('/img/job-firm/collect_ico.png') no-repeat 0 0 / 14px 28px;
}

.main .basic .rt .other a.fans i {
	width: 14px;
	margin-top: 3px;
	background: url('/img/job-firm/fans_ico.png') no-repeat 0 0 / 14px 13px;
}

.main .basic .rt .other a.browse i {
	width: 16px;
	margin-top: 3px;
	background: url('/img/job-firm/browse_ico.png') no-repeat 0 0 / 16px 13px;
}

.main .basic .rt .other a.share,
.main .basic .rt .other a.share:hover {
	color: #46bf13;
}

.main .basic .rt .other a.like:hover,
.main .basic .rt .other a.like.hover,
.main .basic .rt .other a.collect:hover,
.main .basic .rt .other a.collect.hover {
	color: #f70;
}

.main .basic .rt .other a.fans:hover,
.main .basic .rt .other a.browse:hover{
	color: #888;
}

.main .basic .rt .other a.share:hover i,
.main .basic .rt .other a.like:hover i,
.main .basic .rt .other a.like.hover i,
.main .basic .rt .other a.collect:hover i,
.main .basic .rt .other a.collect.hover i {
	background-position-y: -14px;
}

.main .basic .rt .other a p {
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 200;
	width: 100px;
	padding: 24px 24px 10px;
	border-radius: 8px;
	margin-left: -73px;
	background-color: #fff;
	box-shadow: 0 2px 20px 0 rgba(202, 208, 217, .4);
}

.main .basic .rt .other a p img {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.main .basic .rt .other a p span {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.main .basic .rt .other a p span+span {
	font-size: 12px;
}

.main .basic .rt .other a:hover p {
	display: block;
}

.main .basic .rt .apply {
	height: 46px;
}

.main .basic .rt .apply a {
	float: right;
	width: 148px;
	height: 44px;
	border: 1px solid #f70;
	border-radius: 6px;
	background-color: #f70;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
}

.main .basic .rt .apply a+a {
	margin-right: 15px;
	background-color: #fff;
	color: #f70;
}

.main .basic .rt .apply a:hover {
	opacity: .9;
}

.main .basic .rt .data {
	padding-top: 20px;
	line-height: 1;
	text-align: right;
}

.main .basic .rt .data b {
	display: block;
	margin-bottom: 12px;
	font-size: 32px;
	color: #f70;
}

.main .basic .rt .data span {
	display: block;
	font-size: 14px;
	color: #666;
}

.main .basic .rt-stop {
	position: absolute;
	top: 50%;
	right: 0;
	width: 320px;
	height: 41px;
	padding-top: 117px;
	margin-top: -79px;
	background: url('/img/job-firm/stop-apply.png') no-repeat center 22px;
	text-align: center;
}

.main .basic .rt-stop b {
	font-size: 20px;
	color: #666;
	line-height: 1;
}


/* 通用 - 细节 */

.main .detail {
	float: left;
	width: 865px;
}

.main .detail .section {
	padding: 30px;
}


/* 通用 - 侧栏 */

.main .sider {
	float: right;
	width: 320px;
}

.main .sider .section {
	padding: 24px 20px;
}


/* 通用 - 职位列表 */

.main .job-list ul {
	overflow: hidden;
}

.main .job-list li {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main .job-list a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 62px;
	padding: 14px 16px;
	border: 1px solid #eee;
	border-radius: 6px;
}

.main .job-list p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main .job-list p:nth-child(1) span {
	max-width: 140px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main .job-list p:nth-child(1) span+span {
	color: #f66;
}

.main .job-list p:nth-child(2) img {
	display: flex;
	flex: 0 0 22px;
	height: 22px;
	border: 1px solid #f3f5fb;
	border-radius: 4px;
	margin-right: 6px;
	overflow: hidden;
}

.main .job-list p:nth-child(2) span:nth-of-type(1) {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .job-list p:nth-child(2) span:nth-of-type(2) {
	display: -webkit-box;
	justify-content: flex-end;
	flex: 1;
	min-width: 50px;
	padding-left: 10px;
	font-size: 13px;
	color: #666;
	text-align: right;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main .job-list a:hover p:nth-child(1) span:nth-child(1) {
	color: #f70;
}

.main .job-list a:hover p:nth-child(2) span {
	color: #666;
}


/* 基本信息置顶 */

.main .basic-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 12px 48px 16px rgba(0, 0, 0, .03), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 6px 16px -8px rgba(0, 0, 0, .08);
}

.main .basic-fixed .inner {
	width: 1140px;
	padding: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.main .basic-fixed .info {
	float: left;
	width: 800px;
}

.main .basic-fixed .info p {
	overflow: hidden;
}

.main .basic-fixed .info p+p {
	margin-top: 20px;
}

.main .basic-fixed .info p b.name {
	float: left;
	max-width: 520px;
	height: 30px;
	margin-right: 6px;
	font-size: 28px;
	color: #333;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .basic-fixed .info p b.salary {
	float: left;
	height: 30px;
	margin-left: 30px;
	font-size: 24px;
	color: #f70;
	line-height: 34px;
}

.main .basic-fixed .info p sup {
	float: left;
	height: 22px;
	padding: 0 6px;
	border-radius: 3px;
	margin: 5px 0 0 6px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

.main .basic-fixed .info p sup.new {
	background-color: #f80;
}

.main .basic-fixed .info p sup.urgent {
	background-color: #f66;
}

.main .basic-fixed .info p sup.fast {
	background-color: #26bf8c;
}

.main .basic-fixed .info p span {
	float: left;
	font-size: 14px;
	color: #707988;
	line-height: 1;
}

.main .basic-fixed .info p span+span {
	padding-left: 15px;
	border-left: 1px solid #ddd;
	margin-left: 15px;
}

.main .basic-fixed .btn {
	float: right;
	width: 320px;
	padding-top: 9px;
}

.main .basic-fixed .btn p {
	height: 46px;
}

.main .basic-fixed .btn p a {
	float: right;
	width: 148px;
	height: 44px;
	border: 1px solid #f70;
	border-radius: 6px;
	background-color: #f70;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
}

.main .basic-fixed .btn p a+a {
	margin-right: 15px;
	background-color: #fff;
	color: #f70;
}

.main .basic-fixed .btn p a:hover {
	opacity: .9;
}


/* 导航 */

.main .nav {
	position: sticky;
	top: 0px;
	z-index: 150;
	float: left;
	width: 1140px;
	height: 50px;
	padding: 0 30px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.main .nav span {
	float: left;
	height: 50px;
	margin-right: 40px;
	font-size: 18px;
	color: #777;
	line-height: 50px;
	cursor: pointer;
}

.main .nav span:hover {
	color: #f70;
}

.main .nav span.active {
	position: relative;
	font-weight: bold;
	color: #222;
}

.main .nav span.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 24px;
	height: 3px;
	margin-left: -12px;
	background-color: #f70;
}


/* 细节 - 介绍描述 */

.main .describe .info {
	font-size: 15px;
	color: #333;
	line-height: 28px;
}


/* 细节 - 介绍描述 - 发布者 */

.main .describe .hr {
	padding-top: 25px;
	border-top: 1px solid #f3f3f3;
	margin-top: 30px;
	overflow: hidden;
}

.main .describe .hr img {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 20px;
}

.main .describe .hr p {
	float: left;
	width: calc(100% - 84px);
	height: 34px;
}

.main .describe .hr p + p{
	height: 28px;
}

	.main .describe .hr p b {
		float: left;
		margin-right: 10px;
		font-size: 20px;
		color: #333;
		line-height: 36px;
		font-weight: normal;
	}

.main .describe .hr p sup{
	float: left;
	width: 50px;
	height: 22px;
	border-radius: 4px;
	margin: 7px 10px 0 0;
	background-color: #ddffe1;
	font-size: 12px;
	color: #40b14f;
	line-height: 22px;
}

.main .describe .hr p sup::before {
	content: '';
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 8px 4px 0 8px;
	background-color: #3ac249;
}

.main .describe .hr p span {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}

.main .describe .hr p + p span {
	line-height: 28px;
}


/* 细节 - 安全提醒 */

.main .security {
	padding: 20px 30px 20px 150px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: url('/img/job-firm/security_bg.png') no-repeat left #fff;
}

.main .security p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.main .security p a {
	padding: 0 2px;
	color: #f70;
}


/* 细节 - 看过该职位的人还看了 */

.main .also .job-list li {
	width: 261px;
	margin-right: 11px;
}

.main .also .job-list li:nth-child(3n) {
	margin-right: 0;
}


/* 细节 - 公司相册 */

.main .photo .scrolllist {
	position: relative;
	height: 120px;
	margin: 5px 3px 0 2px;
}

.main .photo .scrolllist a.abtn {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 30px;
	height: 56px;
	border-radius: 60px;
	margin-top: -28px;
	background-color: #fff;
	transition: all .2s linear;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
	opacity: 0;
	cursor: pointer;
}

.main .photo .scrolllist a.abtn::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-top: -5px;
}

.main .photo .scrolllist a:hover {
	background-color: #f70;
}

.main .photo .scrolllist a.aleft {
	left: -10px;
}

.main .photo .scrolllist a.aleft::after {
	left: 11px;
	border-right: 6px solid #888;
}

.main .photo .scrolllist a.aright {
	right: -10px;
}

.main .photo .scrolllist a.aright::after {
	right: 11px;
	border-left: 6px solid #888;
}

.main .photo .scrolllist a:hover::after {
	border-left-color: #fff;
	border-right-color: #fff;
}

.main .photo .scrolllist a.agrayleft,
.main .photo .scrolllist a.agrayright {
	display: none;
}

.main .photo .scrolllist a.abtn {
	opacity: 1;
}

.main .photo .scrolllist .imglist_w {
	position: relative;
	height: 120px;
	overflow: hidden;
}

.main .photo .scrolllist .imglist_w .imglist {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1800px;
}

.main .photo .scrolllist .imglist_w .item-pic {
	position: relative;
	float: left;
	width: 190px;
	height: 120px;
	padding: 0 5px;
	cursor: pointer;
}

.main .photo .scrolllist .imglist_w .item-pic img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}


/* 细节 - 产品介绍 */

.main .product .list {
	zoom: 1;
}

.main .product .list::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.main .product .list li {
	position: relative;
	float: left;
	width: 395px;
	height: 100px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 15px;
	cursor: default;
}

.main .product .list li:nth-child(2n) {
	margin-right: 0;
}

.main .product .list li .img {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	width: 68px;
	height: 68px;
	border: 1px solid #f2f5fa;
	border-radius: 14px;
}

.main .product .list li .name {
	position: absolute;
	top: 22px;
	left: 100px;
	right: 15px;
	z-index: 9;
	font-size: 16px;
	color: #222;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .product .list li .details {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	height: 20px;
	padding: 59px 15px 21px 100px;
	border-radius: 10px;
	background-color: #fff;
	font-size: 13px;
	color: #444;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .product .list li:hover {
	z-index: 150;
}

.main .product .list li:hover .details {
	height: auto;
	background-color: #f8f8f8;
	white-space: normal;
}


/* 细节 - 在招职位 */

.main .online {
	padding: 30px 30px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.main .online .filter {
	height: 37px;
	padding: 10px 0 15px;
}

.main .online .filter dl {
	position: relative;
	z-index: 100;
	float: left;
	height: 32px;
	padding-bottom: 5px;
	margin-right: 25px;
	font-size: 14px;
	line-height: 32px;
}

.main .online .filter dt {
	height: 32px;
	padding: 0 13px;
	border-radius: 6px;
	background-color: #f8f8f8;
	color: #444;
	cursor: pointer;
}

.main .online .filter dt::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid #aaa;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-left: 10px;
	margin-bottom: 3px;
}

.main .online .filter dt.selected {
	background-color: #fff8f2;
	color: #f70;
}

.main .online .filter dt.selected::after {
	border-top-color: #f70;
}

.main .online .filter dd {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 140px;
	padding: 4px 8px;
	border: 1px solid #ededed;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%);
}

.main .online .filter dd span {
	position: relative;
	display: block;
	height: 32px;
	padding: 0 8px;
	border-radius: 4px;
	margin: 4px 0;
	color: #333;
	cursor: pointer;
}

.main .online .filter dd span:hover {
	background-color: #f8f8f8;
	color: #f70;
}

.main .online .filter dl:hover dt {
	background-color: #fff8f2;
	color: #f70;
}

.main .online .filter dl:hover dt::after {
	border-top: none;
	border-bottom: 5px solid #f70;
}

.main .online .filter dl:hover dd {
	display: block;
}

.main .online .list .empty {
	padding: 240px 0 50px;
	background: url('/img/job-firm/empty_pic.png') no-repeat center 40px;
	text-align: center;
}

.main .online .list .empty em {
	font-size: 16px;
	color: #999;
}

.main .online .list li {
	height: 58px;
	padding: 25px 5px;
	border-top: 1px solid #f4f4f4;
}

.main .online .list .lt {
	float: left;
	height: 58px;
}

.main .online .list .rt {
	float: right;
	height: 58px;
}

.main .online .list .btns,
.main .online .list li:hover .info {
	display: none;
}

.main .online .list li:hover .btns {
	display: block;
}

.main .online .list .row {
	height: 24px;
	line-height: 24px;
}

.main .online .list .row+.row {
	margin-top: 10px;
}

.main .online .list .row sup.tag {
	float: left;
	padding: 0 3px;
	border-radius: 3px;
	margin: 3px 0 0 5px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
}

.main .online .list .row sup.tag.new {
	background-color: #f80;
}

.main .online .list .row sup.tag.urgent {
	background-color: #f66;
}

.main .online .list .row sup.tag.fast {
	background-color: #26bf8c;
}

.main .online .list .row span.text {
	float: left;
	font-size: 14px;
	color: #777;
}

.main .online .list .rt .row span.text {
	float: right;
}

.main .online .list .row span.text+span.text {
	position: relative;
	padding-left: 31px;
}

.main .online .list .row span.text+span.text::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 15px;
	width: 1px;
	height: 14px;
	background-color: #e4e4e4;
}

.main .online .list .row span.salary {
	margin: 0 5px 0 15px;
	font-size: 15px;
	color: #f66;
}

.main .online .list .row a.name {
	float: left;
	margin-right: 5px;
	font-size: 15px;
	color: #222;
}

.main .online .list .row a.name:hover {
	color: #f70;
}

.main .online .list .row a.deliver {
	float: left;
	width: 100px;
	height: 40px;
	border-radius: 6px;
	margin: 9px 0;
	background-color: #f70;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.main .online .list .row a.deliver:hover {
	opacity: .9;
}

.main .online .list .row a.chat {
	position: relative;
	float: left;
	height: 22px;
	padding: 0 6px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-left: 15px;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}

.main .online .list .row a.chat i {
	position: relative;
	float: left;
	width: 12px;
	height: 10px;
	border: 2px solid #f70;
	border-radius: 6px 6px 6px 0;
	margin: 4px 5px 0 0;
}

.main .online .list .row a.chat i::before,
.main .online .list .row a.chat i::after {
	content: '';
	position: absolute;
	top: 4px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #f70;
}

.main .online .list .row a.chat i::before {
	left: 3px;
}

.main .online .list .row a.chat i::after {
	right: 3px;
}

.main .online .list .row a.chat:hover {
	border-color: #f70;
	background-color: #f70;
	color: #fff;
}

.main .online .list .row a.chat:hover i {
	border-color: #fff;
}

.main .online .list .row a.chat:hover i::before,
.main .online .list .row a.chat:hover i::after {
	background-color: #fff;
}

.main .online .list .row a.chat .hr {
	position: absolute;
	top: -10px;
	left: 92px;
	z-index: 999;
	display: none;
	width: 320px;
	height: 116px;
	padding: 16px 22px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 6px 4px rgba(9, 36, 59, .12);
	cursor: default;
}

.main .online .list .row a.chat .hr::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	width: 10px;
}

.main .online .list .row a.chat .hr::after {
	content: '';
	position: absolute;
	left: -6px;
	top: 15px;
	z-index: 1;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
}

.main .online .list .row a.chat .hr .avatar {
	float: left;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 50%;
}

.main .online .list .row a.chat .hr .publisher{
	float: left;
	width: calc(100% - 196px);
	height: 116px;
	margin: 0 15px;
}

.main .online .list .row a.chat .hr .publisher b {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}

.main .online .list .row a.chat .hr .publisher span {
	display: block;
	float: none;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.main .online .list .row a.chat .hr .qrcode{
	float: left;
	width: 102px;
	height: 116px;
}

.main .online .list .row a.chat .hr .qrcode img{
	display: block;
	width: 100px;
	height: 100px;
	border: 0;
	margin: 0 auto;
}

.main .online .list .row a.chat .hr .qrcode span{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #333;
	line-height: 1;
	text-align: center;
}

.main .online .list .row a.chat:hover .hr {
	display: block;
}


/* 细节 - 问企业 */

.main .answers .list {
	padding-top: 10px;
}

.main .answers .list ul {
	overflow: hidden;
}

.main .answers .list li {
	padding-left: 32px;
	margin-bottom: 30px;
	background: url('/img/job-firm/answers_ico.png') no-repeat 0 0;
}

.main .answers .list li:nth-child(n+5) {
	display: none;
}

.main .answers .list p {
	overflow: hidden;
}

.main .answers .list p+p {
	margin-top: 8px;
}

.main .answers .list p:nth-child(1) span {
	float: left;
	font-size: 15px;
	color: #333;
	line-height: 20px;
}

.main .answers .list p:nth-child(2) span:nth-child(1) {
	float: left;
	width: 560px;
	font-size: 14px;
	color: #666;
	line-height: 19px;
}

.main .answers .list p:nth-child(2) span:nth-child(2) {
	float: right;
	font-size: 13px;
	color: #999;
	line-height: 19px;
}

.main .answers .list a {
	display: block;
	height: 40px;
	border: 1px solid #ffd1a9;
	border-radius: 6px;
	background-color: #fff8f2;
	font-size: 15px;
	color: #f70;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.main .answers .list a i {
	display: inline-block;
	vertical-align: middle;
	border-top: 6px solid #f70;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: 6px;
	margin-bottom: 1px;
}

.main .answers .list.all li:nth-child(n+5) {
	display: block;
}

.main .answers .list.all li:last-child {
	margin-bottom: 10px;
}

.main .answers .list.all a {
	display: none;
}


/* 细节 - 工作地址 */

.main .workplace .info {
	height: 47px;
	padding: 0 16px 0 26px;
	background: url('/img/job-firm/address_ico.png') no-repeat 0px center / 19px;
}

.main .workplace .info p {
	float: left;
	height: 47px;
	font-size: 15px;
	line-height: 47px;
}

.main .workplace .info p+p {
	float: right;
}

.main .workplace .info span {
	float: left;
	color: #666;
}

.main .workplace .info a {
	float: left;
	color: #f70;
}

.main .workplace .info a.copy {
	display: none;
	position: relative;
	padding: 0 5px 0 16px;
	margin-left: 8px;
}

.main .workplace .info a.copy::after,
.main .workplace .info a.copy::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 9px;
	border: 1px solid #f70;
	border-radius: 2px 4px 2px 2px;
	background-color: #fff
}

.main .workplace .info a.copy::after {
	bottom: 16px;
	left: 0;
}

.main .workplace .info a.copy::before {
	top: 17px;
	left: 3px;
}

.main .workplace .info p:hover a.copy {
	display: block;
}


/* 细节 - 热门排名 */

.hot-link {
	padding: 5px 30px 0;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.hot-link .tab {
	height: 50px;
	box-shadow: inset 0 -1px 0 #eee;
}

.hot-link .tab span {
	position: relative;
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	cursor: pointer;
}

.hot-link .tab span:hover,
.hot-link .tab span.active {
	font-weight: bold;
	color: #f70;
}

.hot-link .tab span.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 24px;
	height: 3px;
	border-radius: 2px;
	margin-left: -12px;
	background-color: #f70;
}

.hot-link .list {
	padding: 23px 0 15px;
	overflow: hidden;
}

.hot-link .list a {
	float: left;
	margin: 0 28px 14px 0;
	font-size: 13px;
	color: #666;
	line-height: 19px;

}

.hot-link .list a:hover {
	color: #f70;
}


/* 竞争力分析 */

.main .competitiveness .info {
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}

.main .competitiveness .info p {
	font-size: 15px;
}

.main .competitiveness .info p b {
	padding: 0 3px;
	color: #f70;
}

.main .competitiveness .info ul {
	position: relative;
	display: flex;
	padding-top: 40px;
	margin-top: 15px;
}

.main .competitiveness .info ul li {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.main .competitiveness .info ul li+li {
	margin-left: 2px;
}

.main .competitiveness .info ul li span {
	position: relative;
	left: -18px;
	padding-top: 5px;
	font-size: 16px;
	color: #999;
	line-height: 22px;
}

.main .competitiveness .info ul li i {
	height: 8px;
}

.main .competitiveness .info ul li:nth-of-type(1) i {
	border-radius: 4px 0 0 4px;
	background: linear-gradient(90deg, #ffcb00 0, #ffba00 100%);
}

.main .competitiveness .info ul li:nth-of-type(2) i {
	background: linear-gradient(90deg, #ffb900 0, #ff9f00 100%);
}

.main .competitiveness .info ul li:nth-of-type(3) i {
	background: linear-gradient(90deg, #ff9e00 0, #ff8100 100%);
}

.main .competitiveness .info ul li:nth-of-type(4) i {
	background: linear-gradient(90deg, #ff8000 0, #ff6700 100%);
}

.main .competitiveness .info ul li:nth-of-type(5) i {
	border-radius: 0 4px 4px 0;
	background: linear-gradient(90deg, #ff6500 0, #ff5500 100%);
}

.main .competitiveness .info ul em {
	position: absolute;
	top: 0;
	display: flex;
	padding: 4px 8px;
	border-radius: 6px;
	margin-left: -1px;
	background-color: #f70;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	transform: translateX(-50%);
}

.main .competitiveness .info ul em::before {
	content: "\4f60\5728\8fd9";
}

.main .competitiveness .info ul em::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 6px solid #f70;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: -6px;
}

.main .competitiveness .info.no-vip p b {
	filter: blur(3px);
}

.main .competitiveness .info.no-vip ul em::before {
	content: "\4f60\5728\ff1f\4f4d\7f6e";
}

.main .competitiveness .load {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 111px;
	padding-top: 5px;
}

.main .competitiveness .load span {
	margin-left: 6px;
	font-size: 15px;
	color: #999;
}


/* 侧栏 - 公司信息 */

.main .company .info p {
	overflow: hidden;
}

.main .company .info p+p {
	margin-top: 10px;
}

.main .company .info p:first-child {
	padding: 5px 0 10px;
}

.main .company .info p:last-child {
	margin-top: 15px;
}

.main .company .info p:first-child a:nth-child(1) {
	float: left;
	width: 52px;
	height: 52px;
	border: 1px solid #f3f5fb;
	border-radius: 8px;
	margin-right: 16px;
	overflow: hidden;
}

.main .company .info p:first-child a:nth-child(2) {
	float: left;
	width: 210px;
	padding: 6px 0;
	font-size: 16px;
	color: #333;
	line-height: 21px;
	text-decoration: none;
}

.main .company .info p:first-child a:nth-child(2) i{
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 15px;
	margin-top: 3px;
	margin-left: 5px;
	background: url('/img/job-firm/renzheng_icon.png') no-repeat 0 0 /13px 15px;
}

.main .company .info p:first-child a img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.main .company .info p:first-child a:hover {
	color: #f70;
}

.main .company .info p:last-child a {
	display: block;
	border: 1px solid #f70;
	border-radius: 6px;
	margin: 10px 70px 0;
	font-size: 14px;
	color: #f70;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}

.main .company .info p:last-child a:hover {
	background-color: #f70;
	color: #fff;
}

.main .company .info p label {
	float: left;
	width: 42px;
	padding-left: 3px;
	font-size: 14px;
	color: #999;
}

.main .company .info p span {
	float: right;
	width: 235px;
	font-size: 14px;
	color: #666;
}


/* 侧栏 - 公司福利 */

.main .welfare .info {
	margin: 0 -5px;
	overflow: hidden;
}

.main .welfare .info span {
	float: left;
	padding: 4px 13px;
	border-radius: 4px;
	margin: 5px;
	background-color: #f8f8f8;
	font-size: 15px;
	color: #666;
	line-height: 24px;
	text-align: center;
}


/* 侧栏 - 公司地址 */

.main .address .info p {
	padding-left: 25px;
	background: url('/img/job-firm/address_ico.png') no-repeat 0 4px / 18px 18px;
	font-size: 15px;
	line-height: 26px;
}

.main .address .info p span {
	margin-right: 8px;
	color: #666;
}

.main .address .info p a.copy {
	display: none;
	position: relative;
	height: 26px;
	padding-left: 16px;
	color: #f70;
	white-space: nowrap;
}

.main .address .info p a.copy::after,
.main .address .info p a.copy::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 9px;
	border: 1px solid #f70;
	border-radius: 2px 4px 2px 2px;
	background-color: #fff
}

.main .address .info p a.copy::after {
	bottom: 6px;
	left: 0;
}

.main .address .info p a.copy::before {
	top: 6px;
	left: 3px;
}

.main .address .info p:hover a.copy {
	display: inline-block;
}

.main .address .info a.map {
	display: block;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	margin: 26px 76px 10px;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.main .address .info a.map:hover {
	color: #f70;
}


/* 侧栏 - 知名企业 */

.main .famous .list li+li {
	padding-top: 25px;
}

.main .famous .list a {
	display: block;
	height: 56px;
}

.main .famous .list img {
	float: left;
	width: 54px;
	height: 54px;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-right: 14px;
}

.main .famous .list p {
	float: left;
	width: calc(100% - 75px);
	height: 48px;
	padding: 4px 5px 4px 0;
}

.main .famous .list span {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .famous .list span+span {
	font-size: 13px;
	color: #777;
}

.main .famous .list a:hover span:nth-child(1) {
	color: #f70;
}


/* 相册预览弹框 */
.preview-popu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .85);
	user-select: none;
}

.preview-popu .btns {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	height: 100%;
}

.preview-popu .btns .close {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.preview-popu .btns .close:before,
.preview-popu .btns .close:after {
	content: '';
	position: absolute;
	top: 11px;
	bottom: 11px;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	background-color: #fff;
}

.preview-popu .btns .close:before {
	transform: rotate(45deg);
}

.preview-popu .btns .close:after {
	transform: rotate(-45deg);
}

.preview-popu .btns .close:hover {
	background-color: #f70;
}

.preview-popu .btns .btn {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	border-radius: 40px;
	margin-top: -40px;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.preview-popu .btns .btn.prev {
	left: 60px;
}

.preview-popu .btns .btn.next {
	right: 60px;
}

.preview-popu .btns .btn::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-radius: 3px;
	margin-top: -7px;
}

.preview-popu .btns .btn.prev::after {
	left: 16px;
	border-right: 8px solid #fff;
}

.preview-popu .btns .btn.next::after {
	right: 16px;
	border-left: 8px solid #fff;
}

.preview-popu .btns .btn:hover {
	background-color: #f70;
}

.preview-popu .info {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 1020;
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 16px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .5);
	transform: translateX(-50%);
}

.preview-popu .info span {
	padding: 0 2px;
	font-size: 13px;
	color: #fff;
}

.preview-popu .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.preview-popu .image img {
	display: none;
	max-width: 70%;
	max-height: 70%;
	border-radius: 12px;
	margin-bottom: 20px;
}

.preview-popu .image img.show {
	display: block;
}


/* 产品预览弹框 */
.product-popu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .85);
	user-select: none;
}

.product-popu .btns {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	height: 100%;
}

.product-popu .btns .close {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.product-popu .btns .close:before,
.product-popu .btns .close:after {
	content: '';
	position: absolute;
	top: 11px;
	bottom: 11px;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	background-color: #fff;
}

.product-popu .btns .close:before {
	transform: rotate(45deg);
}

.product-popu .btns .close:after {
	transform: rotate(-45deg);
}

.product-popu .btns .close:hover {
	background-color: #f70;
}

.product-popu .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.product-popu .image img {
	max-width: 70%;
	max-height: 70%;
	border-radius: 12px;
	margin-bottom: 20px;
}


/* 地图弹框 */

.map-popu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, .7);
}

.map-popu .dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 420px;
	border-radius: 10px;
	margin-left: -400px;
	margin-top: -210px;
	background-color: #fff;
}

.map-popu .dialog .tag {
	height: 56px;
	border-bottom: 1px solid #e4e4e4;
}

.map-popu .dialog .tag b {
	float: left;
	padding: 0 15px;
	font-size: 18px;
	color: #333;
	line-height: 56px;
}

.map-popu .dialog .tag i {
	position: relative;
	float: right;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.map-popu .dialog .tag i::before,
.map-popu .dialog .tag i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	margin-left: -1px;
	margin-top: -10px;
	background-color: #c4c4c4;
}

.map-popu .dialog .tag i::before {
	transform: rotate(45deg);
}

.map-popu .dialog .tag i::after {
	transform: rotate(-45deg);
}

.map-popu .dialog .box {
	height: 333px;
	padding: 15px;
}


/* 举报 */

.report-popu{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(37, 40, 48, .7);
}

.report-popu .dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	padding: 30px 30px 20px;
	border-radius: 10px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.report-popu .dialog .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.report-popu .dialog .close::before,
.report-popu .dialog .close::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 7px;
	width: 1px;
	height: 13px;
	background-color: #999;
}

.report-popu .dialog .close::before {
	transform: rotate(45deg);
}

.report-popu .dialog .close::after {
	transform: rotate(-45deg);
}

.report-popu .dialog .close:hover::before,
.report-popu .dialog .close:hover::after {
	background-color: #666;
}

.report-popu .dialog .title {
	font-size: 18px;
	color: #333;
	line-height: 1;
}

.report-popu .dialog .btns {
	overflow: hidden;
}

.report-popu .dialog .btns input {
	float: right;
	min-width: 50px;
	height: 32px;
	padding: 0 14px;
	border: 1px solid #f70;
	border-radius: 3px;
	margin-left: 10px;
	background-color: #f70;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	box-sizing: content-box;
}

.report-popu .dialog .btns input+input {
	background-color: #fff;
	color: #f70;
}

.report-popu .dialog .box {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}

.report-popu .dialog .box span{
	position: absolute;
	top: 27px;
	left: 10px;
	font-size: 15px;
	color: #f00;
	line-height: 24px;
}

.report-popu .dialog .box textarea {
	float: left;
	width: calc(100% - 20px);
	height: 120px;
	padding: 7px 9px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	outline: none;
	resize: none;
}

.report-popu .dialog .box input {
	float: left;
	width: calc(100% - 65px);
	height: 20px;
	padding: 8px 9px 8px 54px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-bottom: 12px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	outline: none;
}

a:hover {
	text-decoration: none !important;
}