/* 首页-改 */
.zwl-index-content a {
	color: #000000;
}
.zwl-index-content {
	background-color: #e9eaec;
	border: 1px solid #e9eaec;
	min-height: 2000px;
}
.zwl-indexV2-content .txtMarquee-top {
	margin-bottom: -10px;
}
.zwl-indexV2-content .txtMarquee-top,
.zwl-index-content .txtMarquee-top {
	position: relative; 
	width: 1120px;
	overflow: hidden;
	background-color: #fcf9e5;
	margin-top: 10px;
	padding: 10px 40px;
}
.zwl-indexV2-content .txtMarquee-top .bd,
.zwl-index-content .txtMarquee-top .bd {
	height: 24px;
	overflow: hidden;
}
.zwl-indexV2-content .txtMarquee-top .info-list li,
.zwl-index-content .txtMarquee-top .info-list li {
	height:24px;
	line-height:24px;
	font-size: 14px;
	color: #ec9e57;
}
.txtMarquee-top .info-list li a {
	color: #ec9e57;
}
.zwl-indexV2-content .txtMarquee-top .icon {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-color: #000;
}
.zwl-indexV2-content .txtMarquee-top .icon-close {
	right: 15px;
	cursor: pointer;
	background: url(../images/home/ico_close_orange.png) no-repeat center;
	background-size: contain;
}
.zwl-indexV2-content .txtMarquee-top .icon-horn {
	left: 15px;
	background: url(../images/home/ico_horn_orange.png) no-repeat center;
	background-size: 16px auto;
}
.zwl-index-content .txtMarquee-top .iconfont {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	color: #ec9e57;
}
.zwl-index-content .txtMarquee-top .icoft-laba {
	left: 15px;
}
.zwl-index-content .txtMarquee-top .icoft-cha {
	right: 15px;
	cursor: pointer;
}
.zwl-indexV2-content .cont-circle .t-c h1,
.zwl-index-content .cont-circle .t-c h1 {
	position: relative;
	display: inline-block;
	font-size: 28px;
	color: #02b68f;
	margin: 25px auto 5px auto;
	text-align: center;
	padding: 0 120px;
}
.zwl-indexV2-content .cont-circle h1 .line-lf,
.zwl-indexV2-content .cont-circle h1 .line-rt,
.zwl-index-content .cont-circle h1 .line-lf,
.zwl-index-content .cont-circle h1 .line-rt{
	position: absolute;
	top: 50%;
	width: 100px;
	height: 2px;
	background-color: #02b68f;
	margin-top: -1px;
}
.zwl-indexV2-content .cont-circle h1 .line-lf,
.zwl-index-content .cont-circle h1 .line-lf {
	left: 0;
}
.zwl-index-content .cont-circle h1 .line-rt {
	right: 0;
}
.zwl-indexV2-content .circle-nav,
.zwl-index-content .circle-nav {
	position: relative;
	padding: 2px 0 15px 0;
	width: 168px;
	margin: 0 auto;
}
.zwl-indexV2-content .circle-tab .icon-change,
.zwl-index-content .circle-tab .icon-change {
	position: absolute;
	bottom: 15px;
    right: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
}
.zwl-indexV2-content .circle-nav span,
.zwl-index-content .circle-nav span {
	float: left;
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	color: #b8b8ba;
	font-weight: bold;
	margin: 0 8px;
	cursor: pointer;
}
.zwl-indexV2-content .circle-nav span.on,
.zwl-index-content .circle-nav span.on {
	color: #00b48d;
	border-bottom: 2px solid #00b48d;
}
/* 达人榜 */
.zwl-index-content .cont-center {
	padding: 14px 0;
}
.zwl-index-content .cont-center .list-talent {
	position: relative;
	width: 445px;
	height: 560px;
	background: url(../images/bac_img01.png) no-repeat center center;
	background-color: cover;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-ms-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-o-box-shadow: 0 5px 5px rgba(0,0,0,.3);
}
.zwl-index-content .list-talent .tal-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	height: 520px;
	background-color: #fff;
	margin: -260px 0 0 -190px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 0 64px;
}
.list-talent .tal-box > h1 {
	width: 170px;
	text-align: center;
	color: #02b68f;
	font-size: 28px;
	padding: 44px 0 38px 0;
	line-height: 38px;
	margin: 0 auto;
}
.list-talent .tal-box > h1 .icon-star{
	position: relative;
	top: 11px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_star01.png) no-repeat center center;
	background-size: contain;
}
.list-talent .tal-box .head-portrait {
	display: block;
	width: 118px;
	height: 118px;
	border: 1px solid #8d8d8d;
	border-radius: 50%;
	margin: 0 auto;
}
.list-talent .tal-box .tal-name {
	text-align: center;
	font-size: 0;
	color: #4e4e51;
	padding: 15px 0 5px 0;
}
.list-talent .tal-box .tal-name .user-name {
	position: relative;
	top: 3px;
	display: inline-block;
	max-width: 155px;
	line-height: 28px;
	font-size: 20px;
}
.list-talent .tal-box .tal-name .user_level_big {
	margin-right: 0;
}
.list-talent .tal-box .tal-p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	padding-bottom: 5px;
}
.list-talent .tal-box .tal-des {
	color: #4e4e51;
	font-size: 14px;
	height: 100px;
	line-height: 24px;
	padding-top: 10px;
	overflow: hidden;
}
.list-talent .tal-box .view-more {
	display: block;
	width: 146px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #80dac7;
	border-radius: 30px;
	color: #02b68f;
	cursor: pointer;
	margin: 20px auto;
}
/* 热门话题 */
.zwl-index-content .cont-center .hot-topic {
	width: 755px;
	height: 560px;
	background-color: #f7f7f7;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-ms-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-o-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	padding-left: 45px;
}
.cont-center .hot-topic .topic-title {
	position: relative;
	width: 670px;
	padding: 32px 0 16px 0;
}
.cont-center .hot-topic .topic-title h1 {
	position: relative;
	font-size: 28px;
	color: #02b68f;
	height: 28px;
	line-height: 28px;
	padding-left: 42px;
}
.hot-topic .topic-title h1 .icon-dot {
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #04b692;
	border-radius: 50%;
}
.hot-topic .topic-title .icon-change {
	position: absolute;
	top: 36px;
	right: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
}
.hot-topic .topic-title .icon-change i,
.cont-circle .circle-tab .icon-change i {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(../images/icon_change01.png) no-repeat center;
	background-size: contain;
	margin-right: 9px;
}
.cont-center .hot-topic .topic-list {
	width: 670px;
	height: 145px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.05);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.05);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.05);
	padding: 14px 25px;
	margin-bottom: 8px;
}
.hot-topic .topic-list > h3 {
	position: relative;
	max-width: 434px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 36px;
}
.hot-topic .topic-list > h3 .icon-hot {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 36px;
	height: 40px;
	background: url(../images/icon_category_hot.png) no-repeat 0 5px;
	background-size: 25px auto;
}
.hot-topic .topic-list > h3 a {
	color: #000;
}
.hot-topic .topic-list > h3:hover a{
	color: #00B48B;
	text-decoration: underline;
}
.hot-topic .topic-list .topic-des {
	max-width: 480px;
	color: #3a3636;
	font-size: 14px;
	line-height: 20px;
}
.hot-topic .topic-list .topic-des a {
	color: #3a3636;
}
.hot-topic .topic-list .btm-opt .src {
	max-width: 480px;
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	padding-top: 6px;
}
.hot-topic .topic-list .btm-opt .src a{
	color: #00b48d;
}
.topic-list .btm-opt .opt-rt {
	padding-top: 6px;
}
.topic-list .btm-opt .opt-rt .icon-opt{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	cursor: pointer;
	color: #3a3636;
	margin-left: 20px;
}
.topic-list .btm-opt .opt-rt .icon-opt:first-child {
	margin-left: 0;
}
.topic-list .opt-rt .icon-opt > .icon{
	position: absolute;
	left: 0;
	display: block;
	width: 20px;
	height: 28px;
}
.topic-list .opt-rt .icon-opt > .icon.icon-leave {
	background: url(../images/icon_comment01.png) no-repeat center 6px;
	background-size: 15px auto;
}
.topic-list .opt-rt .icon-opt > .icon.icon-praise {
	background: url(../images/good.png) no-repeat center 6px;
	background-size: 14px auto;
}
.topic-list .opt-rt .icon-opt > .icon.icon-praise-on {
	background: url(../images/good_on.png) no-repeat center 6px;
	background-size: 14px auto;
}
/* 行业资讯/职场宝典/面试资讯 */
.zwl-index-content .cont-information {
	padding: 24px 0 5px 0;
	margin-left: -20px;
}
.zwl-index-content .cont-information .cover-layer {
	position: absolute;
	display: inline-block;
	width: 366px;
    height: 228px;
	background-color: #000000;
	z-index: 1;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.zwl-index-content .cont-information .info {
	width: 366px;
	height: 228px;
	margin-left: 20px;
	/* padding: 10px; */
	border: 10px solid #fff;
	background-color: #ddd;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.1);
	background-repeat: no-repeat;
	background-size: 366px 228px;
	background-position: center center;
	transition: all 5s;
	-webkit-transition: all 5s;
}
.zwl-index-content .cont-information .info:hover .info-box {
	display: block;
}
.zwl-index-content .cont-information .info:hover .icon-title {
	display: none;
}
.zwl-index-content .cont-information .info.info-industry {
	background-image: url(../images/information01.png);
}
.zwl-index-content .cont-information .info.info-workplace {
	background-image: url(../images/information02.png);
}
.zwl-index-content .cont-information .info.info-interview {
	background-image: url(../images/information03.png);
}
.cont-information .info .icon-title {
	position: relative;
	display: block;
	width: 100%;
	font-size: 34px;
	color: #fff;
	text-align: center;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center center;
	z-index: 9;
}
.cont-information .info-industry .icon-title,
.info-industry .info-box .box-top .box-title {
	background-image: url(../images/icon_industry01.png);
}
.cont-information .info-workplace .icon-title,
.info-workplace .info-box .box-top .box-title {
	background-image: url(../images/icon_book01.png);
}
.cont-information .info-interview .icon-title,
.info-interview .info-box .box-top .box-title {
	background-image: url(../images/icon_interview01.png);
}
.cont-information .info .info-box {
	position: relative;
	z-index: 99;
}
.cont-information .info-box .box-top {
	position: relative;
	height: 95px;
	padding-bottom: 5px;
}
.cont-information .info-box .box-top .box-title {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-size: 46px auto;
	background-position: center 10px;
}
.cont-information .info .icon-more {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding-left: 18px;
}
.cont-information .info .icon-more > i {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_more01.png) no-repeat center center;
	background-size: auto 12px;
}
.cont-information .info-list li {
	position: relative;
	padding: 0 20px 0 40px;
}
/* .zwl-index-content .cont-information .info .icon-title,
.cont-information .info-box .box-top .box-title,
.cont-information .info-list li{
	text-shadow: 1px 1px 4px rgba(0,0,0,.5);
} */
.cont-information .info-list li,
.cont-information .info-list li a {
	font-size: 12px;
	color: #fff;
}
.cont-information .info-list li a:hover h4 {
	text-decoration: underline;
}
.cont-information .info-list li .dot {
	position: absolute;
	left: 20px;
	top: 50%;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: -4.5px;
}
.cont-information .info-list li h4 {
	display: inline-block;
	max-width: 100%;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
}
/* 职位 */
.zwl-index-content .cont-position {
	background-color: #fbfbfb;
	margin: 24px 0 28px 0;
	padding: 12px 0 12px 22px;
}
.zwl-index-content .cont-position .pos-title {
	position: relative;
	height: 60px;
}
.zwl-index-content .cont-position .pos-title > h1 {
	color: #02b68f;
	text-align: center;
	font-size: 28px;
	line-height: 60px;
}
.zwl-index-content .cont-position .pos-title .pos-more {
	position: absolute;
	top: 18px;
	right: 30px;
	color: #02b68f;
	font-size: 16px;
}
.zwl-index-content .cont-position .position-list {
	width: 1170px;
	background-color: #fff;
}
.zwl-index-content .position-list .list-box {
	padding: 0 2px;
	margin-left: -15px;
}
.zwl-index-content .position-list .list-box li {
	float: left;
	width: 340px;
	height: 188px;
	border: 1px solid #ebefee;
	margin: 5px 0 10px 15px;
	padding: 0 15px;
}
.position-list .list-box li:hover{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.position-list .list-box .pos-top {
	height: 107px;
	padding-bottom: 12px;
	border-bottom: 1px  dashed #eeeeee;
}
.position-list .pos-name .top-box {
	line-height: 32px;
	padding-top: 14px;
}
.position-list .pos-top .pos-name h3 {
	max-width: 135px;
	font-size: 16px;
}
.position-list .pos-top .pos-name .time {
	font-size: 13px;
	color: #888;
	margin-left: 8px;
}
.position-list .pos-top .pos-name .salary {
	font-size: 16px;
	color: #fa6044;
}
.position-list .pos-top .pos-name .explain {
	font-size: 13px;
	color: #888;
}
.position-list .pos-top .pos-table {
	height: 32px;
	font-size: 0;
	margin-left: -8px;
	padding-top: 10px;
	overflow: hidden;
}
.position-list .pos-top .pos-table span {
	display: inline-block;
	min-width: 48px;
	font-size: 13px;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #f1f1f1;
	color: #888;
	text-align: center;
	border-radius: 3px;
	margin: 0 0 6px 8px;
}
.position-list .list-box .pos-btm {
	padding-top: 16px;
}
.position-list .pos-btm .company-logo {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.position-list .pos-btm .company-name,
.position-list .pos-btm .explain {
	max-width: 285px;
	padding-left: 12px;
}
.position-list .pos-btm .company-name {
	font-size: 15px;
	color: #444;
	line-height: 21px;
}
.position-list .pos-btm .explain {
	font-size: 14px;
	color: #999;
}
/* 企业专场 */
.zwl-indexV2-content .enterprise-community-list {
	margin: 0 0 25px -20px;
}
.enterprise-community-list .item {
	float: left;
	position: relative;
	width: 183px;
	border-radius: 10px;
	background-color: #Fff;
	margin-left: 20px;
	overflow: hidden;
}
.enterprise-community-list .item-img {
	height: 120px;
	cursor: pointer;
	overflow: hidden;
}
.enterprise-community-list .item-img .block {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.enterprise-community-list .owner-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	padding: 0 6px;
	line-height: 1.5;
	background-color: #01b68d;
	border-radius: 4px;
}
.enterprise-community-list .item-img .block:hover {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.enterprise-community-list .item-title {
	line-height: 54px;
	height: 54px;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	color: #02b68f;
}
.enterprise-community-list .item-title a {
	color: #02b68f !important;
}
/*峰会回放*/
.summit-meeting-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	margin-bottom: 8px;
}
.summit-meeting-list .summit-meeting-item {
	width: calc((100% - 16px * 3) / 4);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 16px;
	background-color: #fff;
}
.summit-meeting-item .meeting-img {
	display: block;
	width: 100%;
	aspect-ratio: 268 / 151;
	min-height: 150px;
	border-radius: 10px;
	overflow: hidden;
}
.summit-meeting-item .meeting-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.summit-meeting-item .name {
	font-size: 14px;
	line-height: 1.6;
	height: 45px;
	margin-top: 10px;
	color: #000;
}
.summit-meeting-item .name:hover {
	color: #0fb892;
}
.summit-meeting-item .name a {
	color: inherit !important;
}
/* 首页-改-结 */
/* 达人列表 */
.talent-list-page {
	min-height: 820px;
	padding-bottom: 80px;
}
.talent-list-page .talent-banner {
	width: 100%;
	height: 195px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}
.talent-list-page .talent-banner .container {
	padding-top: 45px;
	color: #fff;
}
.talent-list-page .talent-banner .container h2 {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}
.talent-list-page .talent-banner .container h4 {
	padding: 15px 0;
}
.talent-list-page .user-list {
	text-align: center;
}
.talent-list-page .user-list .user-item {
	display: inline-block;
    vertical-align: top;
    width: 300px;
    border: 1px solid #eee;
    height: 320px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1.8;
    border-radius: 5px;
    transition: .5s;
}
.user-list .user-item .avatar {
	position: relative;
	display: inline-block;
	width: 86px;
	height: 86px;
	margin: -43px 0 10px 10px;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	background-color: #fff;
}
.user-list .user-item .avatar .avatar-img {
	position: absolute;
	left: 3px;
	top: 3px;
	display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.user-list .user-item .user-name a {
	color: #000;
	font-size: 16px;
}
.user-list .user-item .user-name .name {
	display: inline-block;
	vertical-align: middle;
	max-width: 160px;
}
.user-list .user-item .des {
	margin-bottom: 10px;
    font-size: 14px;
    min-height: 25px;
}
.user-list .user-item .action {
	margin-top: 27px;
    margin-bottom: 13px;
}
.user-item .action .act-btn {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	font-size: 14px;
	color: #02b68f;
	border: 1px solid #02b68f;
	border-radius: 5px;
}
.user-item .action .act-btn:hover{
	/* background-color: #ceece3; */
	background-color: #02b68f;
	color: #fff;
}
.user-list .user-item .meta {
    position: relative;
	text-align: left;
    color: #969696;
    font-size: 14px;
}
.user-list .user-item .meta::before {
    content: "";
    position: absolute;
    left: 60px;
    top: 13px;
    right: 0;
	border-bottom: 1px solid #eee;
}
.user-list .user-item .item-recent {
	padding-top: 10px;
}
.user-list .user-item .item-recent .new {
	display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #4a4a4a;
}
.user-list .user-item .item-recent .new:hover {
	color: #02b68f;
	text-decoration: underline;
}
.talent-list-page .user-list .user-list-more {
	padding: 50px 0 20px 0;
}
.talent-list-page .user-list-more .btn-more {
    position: relative;
    display: inline-block;
	cursor: pointer;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
	white-space: nowrap;
	border-radius: 20px;
	background: url(../images/btn_bac01.png) no-repeat center;
	background-size: contain;
	background: linear-gradient(90deg,#08d9ac,#02b68f);
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(2,182,143,.4);
}
.talent-list-page .user-list-more .btn-more:hover {
	box-shadow: 0 4px 10px 5px rgba(2,182,143,.3);
}
/* 达人列表- 结 */
/* 首页-圈子加入帖子-开 */
.public-circle-list.c-post li {
	height: 362px;
}
.public-circle-list.c-post li .frame {
	height: 170px;
}
.public-circle-list.c-post .circle-info .info-post {
	border-top: 1px dashed #ddd;
	padding: 10px 10px 20px 10px;
	margin-top: 10px;
}
.public-circle-list.c-post .circle-info .info-post p {
	position: relative;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
.public-circle-list.c-post .info-post .ico-point {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #bbb;
}
.public-circle-list.c-post .circle-info .info-post a {
	color: #3a3636;
}
.public-circle-list.c-post .circle-info .info-post a:hover {
	color: #02b68f;
	text-decoration: underline;
}
.public-circle-list.c-post .circle-info .info-post a:hover .ico-point {
	background-color: #02b68f;
}
/* 首页-圈子加入帖子-结 */
/* 友情链接 -始 */
.ligacoes-de-amizade {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.ligacoes-de-amizade .amizade-nav {
	height: 40px;
	line-height: 40px;
	background-color: #f7f7f7;
}
.ligacoes-de-amizade .amizade-nav .nav-item {
    float: left;
	color: #5b5b5b;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 0px 18px;
}
.ligacoes-de-amizade .amizade-nav .nav-item:hover {
	color: #02b68f;
}
.ligacoes-de-amizade .amizade-nav .nav-item.active {
	background-color: #fff;
	border-top: 2px solid #02b68f;
	height: 38px;
	margin-top: -1px;
}
.ligacoes-de-amizade .amizade-tab {
	padding: 10px 12px;
	min-height: 50px;
}
.ligacoes-de-amizade .amizade-tab .texto {
	text-align: left;
}
.amizade-tab .texto a{
    float: left;
	min-width: 120px;
    height: 35px;
    margin: 0 10px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
    text-align: left;
}
.amizade-tab .texto a:hover {
	color: #02b68f;
}
.amizade-tab .co-operativo-logo a {
	width: 148px;
    border: 1px solid #dfdfdf;
    float: left;
    height: 48px;
    margin: 8px 15px 5px 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
    text-align: left;
}
/* 友情链接 -结 */
/* 右边悬浮按钮-反馈 -始 */
.zwl-rt-suspension{
	cursor: pointer;
	position: fixed;
	background: #fff;
	/*top: 520;*/
	bottom: 200px;
	right: 30px;
	z-index: 999;
}
.zwl-rt-suspension a{
	display: block;
	width: 50px;
	height: 20px;
	border: 1px solid #DDDDDD;
	margin-bottom: 1px;
	padding-top: 30px;
	cursor: pointer;
}
.zwl-rt-suspension a:last-child {
	margin-bottom: 0;
}
.zwl-rt-suspension a.code{
	cursor: initial;
	background: url(../images/ico_qr_code.png) no-repeat 10px 10px;
	position: relative;
	cursor: pointer;
}
.zwl-rt-suspension a.feedbacks{
	background: url(../images/ico_envelope.png) no-repeat center 6px;
	background-size: 28px auto;
	font-size: 14px;
	text-align: center;	
}
.zwl-rt-suspension .ask-question {
	background: url(../images/questionAnswers/edit_grey01.png) no-repeat center 5px;
	background-size: 22px auto;
	font-size: 14px;
	text-align: center;
}
.zwl-rt-suspension a.code:hover{
	background: url(../images/ico_qr_code_active.png) no-repeat 10px 10px rgba(0,0,0,.05);
}
.zwl-rt-suspension a.feedbacks:hover{
	background: url(../images/ico_envelope_active.png) no-repeat center 6px  rgba(0,0,0,.05);
	background-size: 28px auto;
	color: #000;
}
.zwl-rt-suspension .ask-question:hover {
	background: url(../images/questionAnswers/edit_green.png) no-repeat center 5px;
	background-size: 22px auto;
	border: 1px solid #02b68f;
	color: #02b68f;
}
.zwl-rt-suspension a.code:hover .max-code{
	display: block;
}
.zwl-rt-suspension a.code .max-code{
	display: none;
	width: 169px;
	height: 164px;
	background: url(../images/feedback_box.png) no-repeat;
	position: absolute;
	top: 0;
	left: -172px;
}
.zwl-rt-suspension a.code .max-code img{
	width: 142px;
	height: 142px;
	padding: 10px 0 0 10px;
}
/* 右边悬浮按钮-反馈 -结 */
/* 右边签到悬浮图标 -始 */
.signIn-hover-icon {
	position: fixed;
	bottom: 320px;
	right: 30px;
	width: 50px;
	height: 20px;
	color: #7f8c8d;
	border: 1px solid #DDDDDD;
	margin-bottom: 1px;
	padding-top: 30px;
	cursor: pointer;
    font-size: 14px;
	text-align: center;
	background: url(../images/personal/signIn/ico_signIn.png) no-repeat center 3px #fff;
	background-size: 26px auto;
	z-index: 999;
}
.signIn-hover-icon:hover {
	color: #02b68f;
	background: url(../images/personal/signIn/ico_signIn_active.png) no-repeat center 3px #f5f5f5;
	background-size: 26px auto;
	border: 1px solid #02b68f;
}
/* 右边签到悬浮图标 -结 */

/* 首页改2 -始 */
.zwl-indexV2-content {
	min-height: 800px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.zwl-indexV2-content .w a {
	color: #333;
}
.zwl-indexV2-content .page-bac {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	z-index: 1;
}
.zwl-indexV2-content .w {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0);
	z-index: 9;
}
.zwl-indexV2-content .w .pdtop {
	padding-top: 30px;
}
.zwl-indexV2-content .box-container {
	padding-top: 10px;
}
.home-search-page .left-container .tab-bar,
.zwl-indexV2-content .box-container .navbar {
	height: 55px;
	line-height: 55px;
	background-color: #f2f2f5;
	margin-bottom: 20px;
}
.home-search-page .tab-bar .item,
.zwl-indexV2-content .navbar .nav-item {
	width: 128px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.home-search-page .tab-bar .active,
.zwl-indexV2-content .navbar .active {
    background-color: #fff;
    height: 52px;
    border-bottom: 3px solid #01b48c;
}
.zwl-indexV2-content .navbar .ico-change,
.zwl-indexV2-content .navbar .view-more {
	font-size: 15px;
	color: #00B48B;
	margin-right: 25px;
	cursor: pointer;
}
.zwl-indexV2-content .navbar .ico-change {
	padding-left: 20px;
	background: url(../images/community/ico_rt_rotate_active.png) no-repeat left center;
	background-size: auto 15px;
}
.zwl-indexV2-content .navbar .ico {
	display: inline-block;
	padding-left: 25px;
	height: 55px;
}
.zwl-indexV2-content .navbar .ico-ask {
	background: url(../images/questionAnswers/edit_grey.png) no-repeat left center;
	background-size: 15px auto;
}
.zwl-indexV2-content .navbar .active .ico-ask {
	background: url(../images/questionAnswers/edit_green.png) no-repeat left center;
	background-size: 15px auto;
}
.zwl-indexV2-content .navbar .active .ico-answer {
	background: url(../images/questionAnswers/answer_green.png) no-repeat left center;
	background-size: 20px auto;
}
.zwl-indexV2-content ._QA-item .item-img + .item-rt {
	width: 950px;
}
.zwl-indexV2-content ._QA-item .item-rt {
	width: 1128px;
}
.indexV2-topic-list .topic-title .icon-hot {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_category_hot.png) no-repeat center;
	background-size: contain;
}
.indexV2-topic-list .topic-title a {
	color: #333;
}
.indexV2-topic-list .topic-item .topic-des {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin: 10px 0;
}
.indexV2-topic-list .topic-item .btm-opt {
	font-size: 14px;
	color: #999;
}
.indexV2-topic-list .topic-item .src {
	max-width: 800px;
}
.indexV2-topic-list .topic-item .src a {
	color: #00B48B;
}
.indexV2-topic-list .opt-rt .ico {
	padding-left: 20px;
	margin-left: 10px;
	cursor: pointer;
}
.indexV2-topic-list .opt-rt .ico-live {
	background: url(../images/personal/index/ico_like.png) no-repeat center left;
	background-size: 18px auto;
}
.indexV2-topic-list .opt-rt .ico-live-active {
	background: url(../images/personal/index/ico_like_active.png) no-repeat center left;
	background-size: 18px auto;
}
.indexV2-topic-list .opt-rt .ico-coment {
	background: url(../images/community/ico_chat.png) no-repeat center left;
	background-size: auto 15px;
}
.zwl-indexV2-content .slideBox .hd ul {
	font-size: 0;
	text-align: center;
	padding: 25px 0 35px 0;
}
.zwl-indexV2-content .slideBox .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #dfdfdf;
	margin: 0 8px;
	cursor: pointer;
}
.zwl-indexV2-content .slideBox .hd .on {
	position: relative;
	background:#00b48d;
	width: 11px;
	height: 11px;
}
.zwl-indexV2-content .slideBox .hd .on:before {
	position: absolute;
	left: -2px;
	top:-2px;
	content: '';
	width: 13px;
	height: 13px;
	border: 1px solid #00b48d;
	border-radius: 50%;
}
.zwl-indexV2-content .slideBox .bd {
	overflow: hidden;
}
.zwl-indexV2-content .slideBox .bd ul {
	margin-left: -16px;
}
.zwl-indexV2-content .slideBox .bd li {
	float: left;
	width: 328px;
	background-color: #fff;
	border-radius: 20px;
	margin-left: 16px;
	padding: 0 30px;
}
/* 专家 */
.zwl-indexV2-content .slideBox.experts .bd {
	height: 220px;
}
.zwl-indexV2-content .slideBox.experts .bd li {
	height: 220px;
}
.slideBox.experts .bd li {
	height: 200px;
}
.zwl-indexV2-content .experts .position-company {
	margin-bottom: 8px;
}
.experts-QA-list .experts-QA .exp-btm {
	border-top: 1px dashed #c7c7c7;
	line-height: 71px;
	font-size: 12px;
	color: #a2a2a2;
}
.experts-QA-list .exp-btm .rt-text {
	color: #d81e06;
}
.exp-btm .rt-text .ico-new {
	position: relative;
	top: 2px;
	right: 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: url(../images/questionAnswers/ico_fire.png) no-repeat center #d81e06;
	background-size: auto 11px;
}
.experts-QA-list .exp-top .teacher {
	font-size: 0;
	margin-bottom: 5px;
	line-height: 1.6;
}
.experts-QA-list .exp-top .teacher-name {
	font-size: 16px;
	color: #333;
	margin-right: 10px;
}
.experts-QA-list .exp-top .position,
.experts-QA-list .exp-top .company {
    color: #999;
    font-size: 12px;
    margin-right: 10px;
}
.experts-QA-list .exp-top .brief-introduction {
	font-size: 12px;
	color: #999;
	line-height: 1.6;
}
.experts-QA-list .experts-QA .exp-top {
	padding-top: 26px;
	min-height: 122px;
}
.experts-QA-list .experts-QA .top-left {
	width: 250px;
	max-height: 110px;
	overflow: hidden;
}
.experts-QA-list .experts-QA .right-img {
	position: relative;
	top: 6px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}
.experts-QA-list .experts-QA .teacher-box {
	font-size: 12px;
	color: #6e6e6e;
	padding-top: 5px;
}
.experts-QA-list .experts-QA .teacher {
	font-size: 14px;
	margin-right: 5px;
}
.experts-QA-list .experts-QA .problem {
	font-size: 14px;
	line-height: 24px;
}
/* 直播 */
.zwl-indexV2-content .slideBox.live-broadcast .bd {
	height: 254px;
}
.slideBox.live-broadcast .bd li {
	height: 254px;
}
.live-broadcast .live-broadcast-card {
	background-position: right bottom;
	background-size: auto 190px;
	background-repeat: no-repeat;
}
.live-broadcast .live-broadcast-card .box-top {
	max-width: 220px;
	padding: 40px 0 20px 0;
}
.live-broadcast .live-broadcast-card .course-title {
	line-height: 1.8;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-right: 5px;
}
.live-broadcast .live-broadcast-card .playback {
	display: inline-block;
	min-width: 28px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #00B48B;
	padding: 0 4px;
	border-radius: 5px;
	color: #00B48B;
	font-size: 12px;
}
.live-broadcast .live-broadcast-card .live-title {
	font-weight: bold;
	color: #333;
	line-height: 32px;
	margin-bottom: 15px;
	max-width: 220px;
}
.live-broadcast .live-broadcast-card .lecturer,
.live-broadcast .live-broadcast-card .live-time {
	max-width: 205px;
	color: #999999;
	padding: 5px 0;
}
.zwl-indexV2-content .dry-cargos-list {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.zwl-indexV2-content .dry-cargos-list .dry-cargo-item {
	width: 50%;
	line-height: 1;
	margin: 15px 0;
	padding-right: 10px;
}
.zwl-indexV2-content .dry-cargo-item .file-name {
	display: block;
	padding-bottom: 10px;
}
.zwl-indexV2-content .dry-cargo-item .text {
	vertical-align: middle;
}
.zwl-indexV2-content .dry-cargo-item .btm-text {
	font-size: 14px;
    color: #999;
    line-height: 1;
	padding: 0 10px;
}
.zwl-indexV2-content .dry-cargo-item .btm-tag {
    display: inline-block;
    font-size: 12px;
    color: #666;
    padding: 3px 8px;
    line-height: 1;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}
.zwl-indexV2-content .public-circle-list li {
	border-radius: 15px;
	border: 1px solid #eee;
	overflow: hidden;
}
.zwl-indexV2-content .public-circle-list .circle-name {
	max-width: 210px;
}
/* 职位信息 */
.zwl-indexV2-content .position-list {
	background-color: #fff;
	padding: 0 20px;
	margin-bottom: 40px;
}
.zwl-indexV2-content .position-list li {
	border-top: 1px solid #efefef;
	padding: 24px 0;
}
.zwl-indexV2-content .position-list li:first-child,
.position-list .company .labels span:first-child {
	border: 0;
}
.zwl-indexV2-content .position-list .pos-name,
.zwl-indexV2-content .position-list .salary {
	font-size: 16px;
	font-weight: bold;
}
.zwl-indexV2-content .position-list .pos-name {
	max-width: 800px;
}
.zwl-indexV2-content .position-list .tags {
	margin-left: -10px;
	font-size: 0;
}
.position-list .tags .tag {
	display: inline-block;
	line-height: 21px;
	border: 1px solid #efefef;
	border-radius: 5px;
	font-size: 12px;
	padding: 0 9px;
	margin: 16px 0 0 10px;
}
.zwl-indexV2-content .position-list .company {
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
	line-height: 20px;
}
.position-list .company .welfare span {
	float: right;
	margin-left: 30px;
}
.position-list .company .welfare span:last-child {
	margin: 0;
}
.position-list .company .labels {
	margin-left: 20px;
}
.position-list .company .labels span {
	float: left;
	padding: 0 10px;
	line-height: 14px;
	border-left: 1px solid #efefef;
	margin: 3px 0;
}
.position-list .company .company-info {
	max-width: 700px;
}
.position-list .company .company-logo {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #efefef;
	margin-right: 10px;
}
.position-list .company .company-name {
	color: #666;
}
/* 首页改2 -结 */
/* 搜索页面 -始*/
.home-search-page {
	background-color: #F7F7F7;
	min-height: 820px;
}
/* 右边区域 */
.home-search-page .right-container {
	margin-top: 30px;
	width: 300px;
	background-color: #fff;
}
.home-search-page .hot-circle .c-title {
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	border-bottom: 2px solid #f7f7f7;
}
.home-search-page .hot-circle .ico-change {
	font-size: 14px;
	color: #00B48B;
	padding-left: 18px;
	background: url(../images/questionAnswers/ico_change.png) no-repeat left center;
	background-size: 14px auto;
}
.home-search-page .hot-circle-list {
	padding: 24px 20px 0 20px;
}
.home-search-page .hot-circle-list li {
	border-radius: 5px;
	margin-bottom: 24px;
}
.home-search-page .hot-circle-list .circle-img {
	width: 100px;
	height: 72px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 5px;
}
.home-search-page .hot-circle-list .circle-name {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.home-search-page .hot-circle-list .rt-box {
	width: 150px;
}
.home-search-page .hot-circle-list .tags {
	font-size: 0;
	margin: 8px 0 8px -8px;
	overflow: hidden;
	height: 20px;
}
.home-search-page .hot-circle-list .tag {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #efefef;
	color: #666666;
	border-radius: 5px;
	line-height: 18px;
	padding: 0 8px;
	margin-left: 8px;
}
.home-search-page .hot-circle-list .rt-btm {
	font-size: 12px;
	color: #999;
}
/* 左边区域 */
.home-search-page .left-container {
	width: 880px;
}
.home-search-page .left-container .mrbtm20 {
	margin-bottom: 20px;
}
.home-search-page .left-container .search-box {
	position: relative;
	margin: 30px 0;
	background-color: #fff;
}
.home-search-page .search-box input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 30px;
	font-size: 15px;
	color: #333;
	caret-color: #00B48B;
}
.home-search-page .search-box .ico-search {
	position: absolute;
	right: 30px;
	top: 0;
	width: 20px;
	height: 50px;
	background: url(../images/questionAnswers/ico_search_green.png) no-repeat center;
	background-size: auto 18px;
}
.home-search-page .left-container .tab-item-title {
	line-height: 66px;
	background-color: #fff;
	padding: 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.left-container .tab-item-title .title {
	font-weight: bold;
	font-size: 18px;
}
.left-container .tab-item-title .view-more {
	font-size: 12px;
	color: #999;
}
.home-search-page .public-circle-list li {
	width: 280px;
	margin-bottom: 20px;
}
.home-search-page .public-circle-list .frame {
	height: 180px;
}
/* 用户列表 */
.home-search-page .search-user-list {
	font-size: 0;
	margin-left: -20px;
}
.home-search-page .search-user-list .user-item {
	display: inline-block;
    width: 430px;
    min-height: 76px;
    padding: 20px 0;
	font-size: 14px;
	background-color: #fff;
	margin: 0 0 20px 20px;
}
.search-user-list .user-item .head-portrait {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: #efefef;
    margin: 0 14px;
}
.search-user-list .user-name-box {
    padding-bottom: 8px;
}
.home-search-page .search-user-list .user-name-box .user-name {
    display: inline-block;
    max-width: 180px;
    font-size: 16px;
    color: #222222;
    margin: 0 5px 0 0;
    padding-top: 2px;
    vertical-align: top;
}
.search-user-list .user-name-box .ico-authentication {
	position: relative;
	top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/community/ico_authentication.png) no-repeat center;
    background-size: contain;
    margin: 0 5px;
}
.search-user-list .item-tags {
    padding-bottom: 12px;
}
.search-user-list .item-tags .tag {
    display: inline-block;
    padding: 0 10px;
    color: #9ba6c2;
    font-size: 12px;
    line-height: 16px;
    border-left: 1px solid #9ba6c2;
}
.search-user-list .item-tags .tag:first-child {
    padding-left: 0;
    border: 0;
}
.search-user-list .user-item .btn {
    display: inline-block;
    min-width: 52px;
    line-height: 26px;
    text-align: center;
	font-size: 13px;
	padding: 0 5px;
	border-radius: 5px;
	margin-right: 10px;
}
.search-user-list .user-item .btn-green {
    background-color: #00b48d;
    color: #fff;
    cursor: pointer;
}
.search-user-list .user-item .btn-grey {
    color: #fff;
    background-color: #d8d8d8;
    cursor: default;
}
/* 干货 */
.indexV2-topic-list .topic-item,
.home-search-page .dc-list .dc-list-item {
	background-color: #fff;
	padding: 25px 20px;
	border: 0;
	margin-bottom: 20px;
}
.home-search-page .public-item {
	margin: 0 !important;
	background-color: #fff !important;
	padding: 25px 20px !important;
	border-bottom: 1px solid #efefef !important;
}
.home-search-page .public-item:last-child {
	border-bottom: 0 !important;
}
/* 秒答 */
.home-search-page .problems-list .problem {
	width: 100%;
	text-align: justify;
}
.home-search-page .problems-list .wd600 {
	width: 600px;
}
.home-search-page .problems-list .p-img {
	width: 208px;
	height: 130px;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 20px;
}
.problems-list .wd600 .p-title {
	margin-top: 8px;
}
.problems-list .problem .text {
	font-weight: bold;
}
.problems-list .problem .p-des {
	font-size: 13px;
	color: #666;
	line-height: 23px;
	margin-top: 12px;
}
.problems-list .problem .p-btm {
	margin-top: 12px;
}
.home-search-page .user-item .position,
.community-list .community-item .data,
.problems-list .problem .p-btm {
	font-size: 12px;
	color: #999;
}
.community-list .community-item .tag,
.problems-list .p-tags .tag {
	line-height: 18px;
	font-size: 12px;
	padding: 0 8px;
	border-radius: 4px;
	margin-left: 6px;
	color: #999;
	border: 1px solid #efefef;
}
.community-list .community-item .tag:first-child,
.problems-list .p-tags .tag:first-child {
	margin-left: 0;
}
.community-list .community-item .info {
	max-width: 620px;
	margin-top: 5px;
}
.community-list .community-item .title {
	font-size: 16px;
	font-weight: bold;
}
.community-list .community-item .c-img {
	width: 130px;
	height: 94px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
}
.community-list .community-item .tags {
	margin: 12px 0;
}
.community-list .community-item .btn {
	top: 35px;
}
.home-search-page .public-item .btn {
	position: relative;
	width: 58px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	border-radius: 12px;
	cursor: pointer;
}
.home-search-page .public-item .btn-green {
	color: #00B48B;
	border: 1px solid #00B48B;
}
.home-search-page .public-item .btn-grey {
	border: 1px solid #ddd;
    color: #999;
}
.home-search-page .user-item .head-portrait {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
}
.home-search-page .user-item .btn {
	top: 18px;
}
.home-search-page .user-item .info {
	max-width: 680px;
}
.home-search-page .user-list .user-item .user-name {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 8px 0;
}
/* 搜索页面 -结*/
/* 首页干货图标 -始 */
.home-drycargo-icon {
	position: fixed;
	right: 26px;
    bottom: 125px;
    width: 60px;
    height: 60px;
	background: url(../images/home/ico_dry_cargo.png) no-repeat;
	background-size: contain;
	z-index: 99;
}
/* 首页干货图标 -结 */
/* 首页 -选择行业领域弹窗 -始 */
.select-Industry-Area {
	position: absolute;
	width: 385px;
	background-color: #fff;
	border-radius: 10px;
}
.select-Industry-Area h3 {
	position: relative;
	line-height: 64px;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	padding: 0 20px;
	border-bottom: 2px solid #f7f7f7;
}
.select-Industry-Area h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 19px;
	background-color: #0fb892;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.select-Industry-Area .rolling-area {
	max-height: 500px;
	overflow-y: auto;
	margin: 20px 0;
	padding: 0 20px;
}
.select-Industry-Area .rolling-area .item {
	position: relative;
	height: 105px;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	margin-top: 20px;
}
.select-Industry-Area .identification {
	position: absolute;
	left: 20px;
	top: 24px;
	max-width: 230px;
}
.select-Industry-Area .identification h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	line-height: 1;
}
.select-Industry-Area .identification p {
	color: #999;
	line-height: 1;
	font-size: 12px;
}
.select-Industry-Area .item .ico {
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 58px auto;
}
.select-Industry-Area .item .ico-magnetic-component {
	background-image: url(../images/home/ico_magnetic_component.png);
}
.select-Industry-Area .item .ico-connector {
	background-image: url(../images/home/ico_connector.png);
}
.select-Industry-Area .item .ico-motor {
	background-image: url(../images/home/ico_motor.png);
}
.select-Industry-Area .rolling-area .item:first-of-type {
	margin-top: 0;
}
.select-Industry-Area .rolling-area .active {
	border: 0;
	background-color: #f7f7f7;
}
.select-Industry-Area .rolling-area .active h4 {
	color: #0fb892;
}
/* 首页 -选择行业领域弹窗 -结 */

/* 企业入驻 -始 */
.enterprise-enter-page {
	min-height: 100vh;
}
.enterprise-enter-page .banner {
	width: 100%;
	height: 460px;
	background: url(../images/home/banner_bg.png) no-repeat center #b0ece2;
	background-size: auto 460px;
}
.enterprise-enter-page .banner .text-box {
	text-align: center;
	color: #fff;
}
.enterprise-enter-page .text-box .h3 {
	font-size: 42px;
	font-weight: bold;
	text-shadow: 0 3px 7px rgba(0, 0, 0, .6);
	letter-spacing: 2px;
}
.enterprise-enter-page .text-box .h6 {
	font-size: 14px;
	padding: 14px 0 30px 0;
}
.enterprise-enter-page .btn-box {
	display: inline-block;
	font-size: 0;
}
.enterprise-enter-page .btn-box .t-btn {
	display: inline-block;
	width: 174px;
	line-height: 48px;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 12px;
	box-sizing: border-box;
}
.enterprise-enter-page .btn-box .rt-btn {
	color: #fff;
	background-color: rgba(13, 159, 146, .9);
}
.enterprise-enter-page .btn-box .lf-btn {
	color: #606060;
	background: url(../images/home/ico_more.png) no-repeat 124px center rgba(255, 255, 255, .9);
	background-size: 20px auto;
	padding-right: 15px;
}
.tc-qrCode-popup .pd-none {
	padding: 0;
}
.enterprise-enter-page .pub-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.enterprise-enter-page .pub-title .h3 {
	position: relative;
	display: inline-block;
	color: #000;
	padding-bottom: 2px;
}
.enterprise-enter-page .pub-title .h3::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 100%;
	height: 18px;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(15, 160, 147, .5);
	background-color: rgba(15, 160, 147, .3);
}
.enterprise-enter-page .pub-title .h4 {
	color: #e3e5e7;
}
.enterprise-enter-page .intrinsic-value {
	padding-top: 58px;
}
.intrinsic-value .v-list,
.advantage .a-list {
	text-align: center;
	font-size: 0;
	padding: 32px 0 42px 0;
}
.intrinsic-value .v-item {
	display: inline-block;
	width: 150px;
	margin: 0 28px;
	line-height: 1.6;
	vertical-align: top;
}
.intrinsic-value .v-item .ico {
	display: inline-block;
	width: 71px;
	height: 71px;
	margin-bottom: 10px;
	background-image: url(../images/home/ico_hy.png);
	background-repeat: no-repeat;
	background-size: auto 71px;
}
.intrinsic-value .v-item:nth-child(2) .ico {
	background-position: -71px 0;
}
.intrinsic-value .v-item:nth-child(3) .ico {
	background-position: -142px 0;
}
.intrinsic-value .v-item:nth-child(4) .ico {
	background-position: -213px 0;
}
.advantage .a-item .h4,
.intrinsic-value .v-item .h4,
.process .p-item .name {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.advantage .a-item .p,
.intrinsic-value .v-item .p,
.process .p-item .view {
	font-size: 15px;
	color: #838383;
}
.advantage .a-item {
	display: inline-block;
	margin: 0 15px;
	line-height: 1.6;
	vertical-align: top;
}
.advantage .a-item .ico {
	display: inline-block;
	width: 72px;
	height: 70px;
	margin-bottom: 10px;
	background-image: url(../images/home/ico_ys.png);
	background-repeat: no-repeat;
	background-size: auto 70px;
}
.advantage .a-item:nth-child(2) .ico {
	background-position: -72px 0;
}
.advantage .a-item:nth-child(3) .ico {
	background-position: -144px 0;
}
.advantage .a-item:nth-child(4) .ico {
	background-position: -216px 0;
}
.enterprise-enter-page .condition {
	min-height: 270px;
}
.condition .structure-tree {
	font-size: 0;
	text-align: center;
	padding-top: 80px;
	background: url(../images/home/tree.png) no-repeat center 18px;
	background-size: 347px auto;
}
.condition .structure-tree .item {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	font-size: 16px;
	line-height: 42px;
	color: #000;
	border: 1px solid #4eb9af;
	border-radius: 22px;
	margin: 0 36px;
}
.process .p-list {
	font-size: 0;
	text-align: center;
	background: url(../images/home/steps.png) no-repeat top center;
	background-size: 873px auto;
	padding: 52px 0 200px 0;
	margin-top: 32px;
}
.process .p-list .p-item {
	position: relative;
	display: inline-block;
	width: 208px;
	vertical-align: top;
	padding-bottom: 20px;
}
.process .p-item .view {
	padding: 10px 0;
}
.process .p-item .ico {
	height: 28px;
}
.process .p-item .ico-doubt {
	background: url(../images/home/ico_doubt.png) no-repeat center;
	background-size: 32px auto;
}
.process .p-item .ico-attention {
	background: url(../images/home/ico_attention.png) no-repeat center;
	background-size: 33px auto;
}
.process .p-item .ico-tick {
	background: url(../images/home/ico_tick.png) no-repeat center;
	background-size: 16px auto;
}
.process .explain-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 15px;
	width: 180px;
	line-height: 1.6;
	text-align: left;
	box-sizing: border-box;
}
.process .p-item:hover .explain-box {
	display: block;
}
.process .explain-box .e-title {
	font-size: 16px;
	color: #000;
	padding: 0 0 15px 10px;
}
.process .explain-box .p {
	position: relative;
	font-size: 14px;
	color: #838383;
	padding-left: 10px;
	margin-bottom: 10px;
}
.process .explain-box .p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #25a89d;
}
/* 企业入驻 -结 */