.es-block {
	padding: 20px;
	border-radius: 8px;
	background-color: white;
}

.es-title {
	font-weight: bold;
	font-size: 20px;
}

body {
	min-width: 1200px;
	font-size: 14px;
	padding: 0 0;
	margin: 0;
}

#app {
	width: 1200px;
	margin-left: calc(50% - 600px);
}

.view-top {
	background-color: white;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	background-color: white;
	width: 100%;
}

.view-top-con {
	width: 1200px;
	margin-left: calc(50% - 600px);
}

.es-ipt {
	overflow: hidden;
}

.es-ipt>input {
	width: calc(100% - 20px);
	height: 100%;
	border: none;
	padding: 0 10px;
	outline: none;
}

.view-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.view-bottom-con {
	width: 1200px;
	margin-left: calc(50% - 600px);
}

.article-item {}

.article-item-cate {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 8px 0 0;
	color: white;
	padding: 0 12px
}

.menu-list {
	position: absolute;
	top: 38px;
	width: 100%;
	background-color: white;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	left: 0;
}

.ad-right {
	position: fixed;
	bottom: 256px;
	right: 32px;
	z-index: 15;
	width: 220px;
}

.ad-right>img {
	width: 100%;
	height: 100%;
}

.ad-right .ad-right-close {
	font-size: 10px;
	position: absolute;
	z-index: 16;
	right: 0;
	top: 4px;
	right: 4px;
	background-color: white;
	border-radius: 4px;
	width: 32px;
	height: 16px;
	cursor: pointer;
}


.model {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
}

.model>div {}

.model .model-con {
	width: 380px;
	/* min-height: 268px; */
	background-color: white;
	border-radius: 8px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.03);
}

.vip-row {
	width: 240px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.vip-row>div {
	padding: 20px;
}

.vip-row:nth-child(3n+1) {
	margin-left: 0;
}

.view-right {
	width: 360px;
	margin-left: 24px;
}

.view-right>div {
	margin-bottom: 16px;
}

.cate-choose-item {
	width: 283px;
	height: 70px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}

.cate-choose-item:nth-child(4n+1) {
	margin-left: 0;
}

.cancel-collect{
	padding:4px 8px;
	border-radius: 4px;
}
.cancel-collect:hover{
	background-color: #EBEBEB;
}

.lh{
	line-height: 1.8em;
}



::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.1);
}


.top{
	padding:3px 6px;
	margin-right: 4px;
	border-radius: 5px;
	font-size: 12px;
}

.a-link:hover > div,.a-link:hover{
	color: #06846E;
	/*text-decoration:underline;*/
}

/* hover-gray */
.hg:hover{
	background-color: #f3f3f3;
}
/* hover-underline */
.hu:hover{
	text-decoration:underline;
}


.rich-text a{
	color: rgb(26,96,221) !important;
}
.es-model {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.25);
}
.es-select{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
}
.es-select select{
	width: 100%;
	height: 100%;
}


.index-job-item {
	width: 390px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background: white;
	border-radius: 4px;
}

.index-job-item > div {
	padding: 16px;
}

.index-job-item > div:nth-child(1) {

	border-bottom: 1px #f7f8fa dashed;
}

.index-job-item:nth-child(3n+1) {
	margin-left: 0;
}

.label {
	padding: 3px 6px;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 8px;
	float: left;
}

.index-firm-item {
	width: 390px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background: white;
	border-radius: 4px;
}

.index-firm-item > div {
	padding: 16px;
}

.index-firm-item > div:nth-child(1) {
	border-bottom: 1px #f7f8fa dashed;
}

.index-firm-item:nth-child(3n+1) {
	margin-left: 0;
}
.es-min-btn {
	border-radius: 4px;
	font-size: 12px;
	padding: 6px 14px;
}

.carousel {
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	height: 310px;
}

.carousel > div {
	height: 310px;
}

.carousel > div:nth-child(1) {
	width: 1200px;
}

.carousel > div:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.carousel-point{
	width: 100%;
	left:0;
	bottom: 16px;
	position: absolute;
	height: 4px !important;
	z-index: 2;
}
.login-view{
	width: 280px;
	height: 268px;
	border-radius: 8px;
}

.firm-job-item {
	width: 373px;
	border: 1px #f1f1f1 solid;
	/*border: 1px red solid;*/
	border-radius: 4px;
	margin-top: 16px;
	margin-left: 16px;
}

.firm-job-item > div {
	padding: 20px;
}

.firm-job-item:nth-child(3n+1) {
	margin-left: 0;
}
.firm-img,.goods-img{
	width: 198px;
	height: 120px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	position: relative;
}
.goods-img{
	width: 198px;
	height: 198px;
}

.firm-img:nth-child(4n+1),.goods-img:nth-child(4n+1){
	margin-left: 0;
}
.firm-img img,.goods-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.firm-img > div{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.1);
}
[auto-h]{
	height: calc(100vh - 268px);
}


.es-text{
	overflow: hidden;
}
.es-text textarea{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border:none;
	padding:10px 10px;
	resize: none;
}

.v6-upload {
	padding: 15px 15px 15px 0;
	float:left;
}


.v6-upload > div {
	width: 70px;
	height: 70px;
	border: 1px #d7d7d7 solid;
	position: relative;
	border-radius: 4px;
}

.v6-upload [status="delay"] {

}

.v6-upload .v6-upload-close {
	position: absolute;
	width: 20px;
	height: 20px;
	/*border:1px red solid;*/
	top: -8px;
	right: -8px;
	background-color: white;
	border-radius: 50%;
}

.row-span-2 {
	width: calc(50% - 16px);
}


.es-model {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.25);
}


.login-model {
	width: 740px;
	height: 456px;
	border-radius: 12px;
}

.login-model > div {
	height: 456px;
}

.login-title-nav {
	color: #666;
}

.login-title-nav-ac {
	/*background: white;*/
	color: #00C48A;
}

.login-model input {

}

.es-bc-gray-tint {
	background: #f7f8fa;
}

.es-bc-gray {
	background: #eee;
}

.es-icon-default{
	background: red;
}
.es-c-99{
	color: #999;
}
.es-c-66{
	color: #666;
}
.es-c-cc{
	color: #ccc;
}

.user-right-block{
	background: white;
	border-radius: 4px;
	margin-bottom: 16px;
}
.user-right-block > div:nth-child(1){
	background: rgba(0, 196, 138, 0.03);
}
.user-right-block > div{
	padding: 16px;
}
.goods-img .goods-info{
	display: none;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.9);
}
.goods-img:hover .goods-info{
	display: flex;
}


.video-item{
	float: left;
	border-radius: 4px;
	overflow: hidden;
	margin: 12px 8px;
	position: relative;
}
.video-item > div{
	width: 276px;
}
.video-item .status{
	position: absolute;left:0;
	top:0;
	height: 28px;
	width: auto;
}
.video-item .play{
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
}
.video-item .es-icon-auto{
	position: relative;
}
