/* 公式作品开始 */
.c-nav {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.c-nav a {
	color: #4d4d4d;
}

.c-nav a:not(:last-child) {
	color: #999;
}

.c-worker-info {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}

.c-worker-avatar {
	width: 13%;
	overflow: hidden;

}

.c-worker-avatar a {
	display: block;
	width: 96px;
	height: 96px;
}

.c-worker-avatar a img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
}

.c-worker-name {
	width: 86%;
	margin-left: 1%;
	color: #4D4D4D;
}

.c-worker-name h2 a {
	font-size: 18px;
}

.c-renzheng-tag {
	display: inline-block;
	content: '';
	width: 18px;
	height: 15px;
	background-image: url('../../default/img/renzheng.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.c-worker-contact p {
	margin-right: 5%;
}

.c-worker-year p {
	border-right: 1px solid #4D4D4D;
	padding-right: 10px;
}
.c-worker-year .c-worker-p{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-right: 35px;
	border: none;
	padding: 0;
}
.c-worker-year .c-worker-p span:nth-child(2) {
	color: #D9383E;
	margin-left: 0px;
	font-size: 18px;
}

.c-worker-year p:last-child {
	border: none;
}

.c-worker-year p:not(:first-child) {
	margin-left: 10px;
}

.c-worker-year p span:nth-child(2) {
	color: #D9383E;
	margin-left: 8px;
	font-size: 18px;
}

.z-expert-summry {
	width: 100%;
}

.c-worker-jubao a {
	color: #4D4D4D;
	text-decoration: underline;
}

.c-worker-nav {

	box-sizing: border-box;
}

.c-worker-nav a {
	margin-right: 40px;
	color: #999;
	font-size: 18px;

}
.c-worker-nav a:last-child{
	margin-right:0
}

.c-worker-nav .color {
	font-weight: 600;
}

.c-worker-nav a span {
	margin-right: 1%;
}

.c-worker-tab {

	box-sizing: border-box;
}

.c-worker-tab a {
	padding: 2px 10px;
	margin-right: 7%;
}

.c-worker-table {
	color: #4D4D4D;
}

.c-worker-table a {
	color: #4D4D4D;
}

.c-worker-table table {
	display: block;
	width: 100%;
}

.c-worker-table thead {
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(245, 245, 245, 1);
}

.c-worker-table thead tr {
	display: flex;
}

.c-worker-table thead th:first-child {
	flex: 2;
	text-align: center;
}

.c-worker-table thead th {
	flex: 1;
	text-align: center;
}

.c-worker-table tbody {
	display: block;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.c-worker-table tbody tr {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.c-worker-table tbody tr:last-child {
	border: none;
}

.c-worker-table tbody tr td {
	flex: 1;
	text-align: center;
}

.c-worker-table tbody tr td:first-child {
	flex: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-worker-table tbody tr i {
	cursor: pointer;
	margin: 0 10px;
}

.c-right-title {
	display: flex;
	align-items: center;
}

.c-right-title h2 a {
	font-size: 18px;
	color: #4D4D4D;
	font-weight: 600;
}

.c-right-title i {
	display: block;
	transform: rotate(90deg);
	font-size: 20px;
}

.c-worker-foucse {
	width: 100%;
}

.c-worker-foucse-title {
	padding: 15px 0;
	box-sizing: border-box;
	color: #4D4D4D;
	font-size: 16px;
}

.c-worker-foucse-title a {
	color: #4D4D4D;
	font-size: 14px;
}

.c-worker-foucse {

	box-sizing: border-box;
}

.c-worker-foucse ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.c-worker-foucse ul>li {
	width: 22%;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	margin-right: 11px;
}

.c-worker-foucse ul>li:nth-child(4n) {
	margin-right: 0px;
}

.c-worker-foucse ul>li:last-child {
	margin-right: 0;
}

.c-worker-foucse ul>li a {
	display: block;
	text-align: center;
}

.c-worker-foucse ul>li img {
	width: 58px;
	height: 58px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
}

.c-worker-foucse ul>li img:hover {
	box-shadow: 1px 13px 9px -5px rgba(77, 77, 77, 0.59);
}

.c-worker-foucse ul>li span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-worker-newsUl {
	width: 100%;
	margin-top: 15px;
	padding-top: 0px;
	box-sizing: border-box;
}

.c-worker-newsUl>li {
	width: 100%;
	margin: 10px 0;
}

.c-worker-newsTag {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #4D4D4D;
	margin-right: 2%;
	vertical-align: middle;
}

.c-worker-newsUl>li a {
	display: inline-block;
	width: 96%;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	color: #4D4D4D;
}

.c-worker-news {
	width: 100%;
}

.c-worker-news ul {
	width: 100%;
	color: #4D4D4D;
}

.c-worker-news ul>li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F5F5F5;
	padding: 15px 0;
	box-sizing: border-box;
}

.c-worker-news ul>li:last-child {
	border: none;
}

.c-worker-news-left {
	width: 90%;
}

.c-worker-news-title {
	width: 100%;
	margin-bottom: 10px;
}

.c-worker-news-title a {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #4D4D4D;
	font-size: 16px;
}

.c-worker-news-bot {
	display: flex;
	align-items: center;
	width: 100%;
}

.c-worker-news-bot p {
	margin-right: 5%;
}

.c-worker-table .fa-heart {
	color: #D9383E;
}

/* 公式作品结束 */

/* 高手列表页开始 */

.c-expert-sort {
	display: flex;
	flex-direction: column;
	margin-left: 8px;
	height: 78%;
}

.c-expert-sort a {
	display: block;
	height: 29%;
	line-height: 100%;
}

.c-expert-list {

	width: 100%;
	color: #4D4D4D;
}

.c-expert-list ul {
	width: 100%;
}

.c-expert-list ul>li {
	display: flex;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
}

.c-expert-list ul>li:first-child {
	padding-top: 0;
}

.c-expert-list ul>li:last-child {
	border-bottom: none;
}

.c-expert-avatar {
	width: 129px;
	height: 129px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 13px 12px -5px rgba(77, 77, 77, 0.59);
	-moz-box-shadow: 1px 13px 12px -5px rgba(77, 77, 77, 0.59);
	box-shadow: 1px 2px 1px 13px 12px -5px rgba(77, 77, 77, 0.59);
}
.c-expert-avatar .img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.c-expert-avatar .touxiang-cell {
	width: 129px;
	height: 129px;
	position: relative;
	display: block;
}

.c-expert-avatar .maozi {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 102px;

}

.c-expert-avatar .touxiang-icon {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
}


.c-expert-info {
	width: 82%;
	margin-left: 2%;
	color: #4D4D4D;
}

.z-expert-report {
	text-decoration: underline;
	color: rgba(77, 77, 77, 1);

}

.c-exert-name {

	display: flex;
	align-items: center;
	width: 90%;
}

.c-exert-name a:hover {
	text-decoration: underline;
}

.c-exert-name a {
	font-size: 18px;
	font-weight: 600;
	color: #292929;
	margin-right: 1%;
}

.c-expert-infoTag span {
	margin-right: 5%;
}

.c-expert-side {
	width: 100%;
}

.c-side-title-2 {
	width: 100%;
	box-sizing: border-box;
	height: 35px;
	border-bottom: 1px solid #E6E6E6;
}

.c-side-title-2 span {
	position: relative;
	font-size: 17px;
	font-weight: 700;
}

.c-side-title-2 span::after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 0px;
	width: 100%;
	height: 4px;
}

.c-side-title-2 h2 {
	font-size: 18px;
	color: #4D4D4D;
	text-align: left;
	font-weight: 600;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}

.c-side-title-2 h2 span {
	border-bottom: 2px solid #D9383E;
	padding-bottom: 5px;
}

.c-expert-intro {
	width: 100%;
	color: #4D4D4D;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.c-expert-intro ul {
	width: 100%;
	color: #4D4D4D;
	font-size: 15px;
}

.c-expert-intro ul>li {
	margin-bottom: 10px;
}

.c-expert-intro-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.c-expert-intro-list ul>li {
	width: 25%;
	margin-bottom: 20px;
}

.c-expert-intro-list ul>li a {
	display: block;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.c-expert-intro-list ul>li a .span {
	position: relative;
}

.c-expert-intro-list ul>li a .touxiang-icon {
	width: 58px;
	height: 58px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 10px auto;
}

.c-expert-intro-list ul>li a .maozi {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 40px;
}

.c-expert-intro-list ul>li a .touxiang-icon:hover {
	box-shadow: 1px 13px 9px -5px rgba(77, 77, 77, 0.59);
}

.c-expert-intro-list ul>li a span {
	width: 72px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: block;
}

.c-recomend-teacher-list li{
	width: 100%;
}

.c-recomend-teacher-list .left{
	width: 50px;
	height: 50px;
}


.c-recomend-teacher-list .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.c-recomend-teacher-list li{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.c-recomend-teacher-list li{
	background-color: #7aa9d7;
}

.c-recomend-teacher-list li:nth-child(2n){
	background-color: #7e91d4;
}

.c-recomend-teacher-list li:nth-child(3n){
	background-color: #ebcf94;
}

.c-recomend-teacher-list .right{
	width: calc(100% - 60px);
}

.c-recomend-teacher-list  h2{
	font-weight: 600;
}

.c-recomend-teacher-list  a,.c-recomend-teacher-list p{
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.c-expert-intro-weekSort {
	width: 100%;
}

.c-hot-gongshi{
	width: 100%;
}

.c-hot-gongshi .top{
	width: 100%;
	height: 130px;
}

.c-hot-gongshi >li{
	margin-bottom: 15px;
}

.c-hot-gongshi >li .c-num{
	display: inline-block;
	width: 20px;
	text-align: left;
}


.c-hot-gongshi .top a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.c-hot-gongshi .top .fengmian{
	width: 100%;
	height: 100%;
}

.c-hot-gongshi .mgr10{
	margin-right: 10px;
}

.c-hot-gongshi  .bot p{
	color: #b3b3b3;
}

.c-hot-gongshi .tuijian-img{
    position: absolute;
    bottom: -9px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 26px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 50%;
}

/* .c-expert-intro-weekSort table{
	width: 100%;
	border: 1px solid #e6e6e6;
}
.c-expert-intro-weekSort tr{
	display: flex;
	width: 100%;
}
.c-expert-intro-weekSort tr th{
	flex: 2;
	text-align: center;
	background-color: #f2f2f2;
	font-weight: 400;
	color: #4D4D4D;
	padding: 15px 0;
	box-sizing: border-box;
}

.c-expert-intro-weekSort tr td{
	flex: 2;
	text-align: center;
	align-items: center;
	height: 50px;
	line-height: 50px;
} */
.c-expert-intro-weekSort tr td:first-child {
	font-weight: 600;
}

.c-expert-intro-weekSort tr td:nth-child(3) {
	text-align: left;
	padding-left: 20px;
}

.c-expert-intro-weekSort tr td:nth-child(3) p {
	text-align: center;
	padding-left: 20px;
}

.c-expert-intro-weekSort tr th {
	background-color: #F5F5F5
}

.c-expert-intro-weekSort tr td a {
	padding-left: 10px;
}

.c-expert-intro-weekSort tr td img {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 5%;
}


/* QQ表情 */
.c-qq-comment {
	width: 100%;
	margin: 0px auto 20px auto;
	position: relative;
	background: #fff;
	margin-top: 20px;
	border-radius: 5px;
}

.c-check-answer .shouqi {
	display: none;
}

.c-qq-comment h3 {
	height: 28px;
	line-height: 28px
}

.com_form {
	width: 88%;
	position: relative;
	border: 1px solid #ccc;
}

.c-textarea {
	width: 100%;
	min-height: 100px;
	border: none;
	padding: 10px 10px 30px 10px;
	box-sizing: border-box;
	scrollbar-color: transparent transparent;
	scrollbar-track-color: transparent;
	-ms-scrollbar-track-color: transparent;
	resize: none;
}

.c-textarea::-webkit-scrollbar {
	display: none;
}

span.emotion {
	position: absolute;
	width: 42px;
	height: 20px;
	right: -15px;
	bottom: 14px;
	font-size: 22px;
	color: #4d4d4d;
}

span.emotion:hover {
	background-position: 2px -28px
}

.qqFace {
	width: 360px;
	margin-top: 4px;
	background: #fff;
	padding: 2px;
	border: 1px #dfe6f6 solid;
}

.qqFace table td {
	padding: 0px;
}

.qqFace table td img {
	cursor: pointer;
	border: 1px #fff solid;
}

.qqFace table td img:hover {
	border: 1px #0066cc solid;
}

#show {
	width: 770px;
	margin: 20px auto;
	background: #fff;
	padding: 5px;
	border: 1px solid #DDD;
	vertical-align: top;
}

.sub_btn {
	position: absolute;
	right: -94px;
	bottom: 0px;
	width: 83px;
	height: 30px;
	color: #fff;
	border-radius: 6px;
}


.c-leavaMessage-content {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.c-leaveMessga-item {
	width: 100%;
	margin-bottom: 15px;
}

.c-leaveMessage-ask {
	display: flex;
	width: 100%;
}

.c-leaveMessge-askLeft {
	width: 50px;
	height: 50px;
}


.c-leaveMessge-askLeft img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.c-leaveMessge-askRight {
	width: 92%;
	margin-left: 2%;
}

.c-leaveMessage-name {
	position: relative;
	width: 100%;
	font-weight: 400;
}

.c-check-answer {
	position: absolute;
	right: 0;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}

/* .c-leaveMessage-name span:first-child{
	margin-right: 20px;
	color: #000;
}

.c-leaveMessage-name span:nth-child(even){
	color: #999999;
	font-size: 14px;
} */
.c-leaveMessge-askRight .time {
	color: #999999;
	font-size: 14px;
	margin-left: 20px;
	font-weight: normal;
}

.c-leaveMessage-answerName {
	margin-bottom: 10px;
}

.c-leaveMessage-answerName span:nth-child(even) {
	color: #999999;
	font-size: 14px;
	margin: 0 10px;
	font-weight: normal;
}

.c-leaveMessage-answerName span:nth-child(odd) {
	font-size: 15px;
}


.c-leaveMessge-askContent {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.c-leaveMessge-askContent p {
	width: 100%;
	color: #282828;
}

.c-leaveMessage-answer {
	display: flex;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #F5F5F5;

}

.c-leaveMessage-answer-left {
	width: 50px;
	height: 50px;
}

.c-leaveMessage-answer-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.c-leaveMessage-answer-right {
	width: 90%;
	margin-left: 2%;
}

.c-leaveMessage-answerContent {
	width: 100%;
}

/* 高手详情动态 */
.c-dynamic-wrap {
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px;
}

.c-dynamic-wrap ul {
	width: 100%;
}

.c-dynamic-wrap ul>li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0;
	box-sizing: border-box;
	color: #4d4d4d;
}

.c-dynamic-wrap ul>li:last-child {
	border-bottom: none;
}

.c-dynamic-content {
	display: flex;
	align-items: center;
	width: 90%;
	overflow: hidden;
	color: #4D4D4D;
}

.c-dynIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.c-addicon-red {
	background-image: url('../img/add-red.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-moneyicon-red {
	background-image: url('../img/money-red.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-collecticon-red {
	background-image: url('../img/collect-red.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-editicon-red {
	background-image: url('../img/edit-red.png');
	background-repeat: no-repeat;
	background-position: center;
}
.c-click-red {
	background-image: url('../img/click-red.png');
	background-repeat: no-repeat;
	background-position: center;
}


.c-addicon-green {
	background-image: url('../img/add-green.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-moneyicon-green {
	background-image: url('../img/money-green.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-collecticon-green {
	background-image: url('../img/collect-green.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-editicon-green {
	background-image: url('../img/edit-green.png');
	background-repeat: no-repeat;
	background-position: center;
}
.c-click-green {
	background-image: url('../img/click-green.png');
	background-repeat: no-repeat;
	background-position: center;
}


.c-addicon-black {
	background-image: url('../img/add-black.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-moneyicon-black {
	background-image: url('../img/money-black.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-collecticon-black {
	background-image: url('../img/collect-black.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-editicon-black {
	background-image: url('../img/edit-black.png');
	background-repeat: no-repeat;
	background-position: center;
}
.c-click-black {
	background-image: url('../img/click-black.png');
	background-repeat: no-repeat;
	background-position: center;
}


.c-addicon-blue {
	background-image: url('../img/add-blue.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-moneyicon-blue {
	background-image: url('../img/money-blue.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-collecticon-blue {
	background-image: url('../img/collect-blue.png');
	background-repeat: no-repeat;
	background-position: center;
}

.c-editicon-blue {
	background-image: url('../img/edit-blue.png');
	background-repeat: no-repeat;
	background-position: center;
}
.c-click-blue {
	background-image: url('../img/click-blue.png');
	background-repeat: no-repeat;
	background-position: center;
}
/* 粉丝 */
.c-fans-wrap {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}

.c-fans-tab {
	display: flex;
	align-items: center;
	width: 100%;
}

.c-fans-tab a {
	position: relative;
	margin-right: 5%;
	font-size: 18px;
	color: #999;
	font-weight: 600;
	padding-bottom: 5px;
}

.c-fans-tab a::after {
	position: absolute;
	content: "";
	bottom: -16px;
	left: 0px;
	width: 100%;
	height: 4px;
}


.c-fans-list {
	width: 100%;
}

.c-fans-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.c-fans-list ul>li {
	display: flex;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 30px;
}

.c-fans-list ul>li:last-child {
	margin-right: 0;
}


.c-fans-avatar {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.c-fans-avatar img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.c-fans-info {
	width: 75.5%;
	margin-left: 2.5%;
}

.c-fans-info h2 {
	display: flex;

}

.c-fans-info h2 a {
	color: #282828;
	font-size: 15px;
	margin-right: 10px;
}

.c-fans-tag {
	display: inline-block;
	width: 56px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #f2bf61;
	background-color: #282828;
	border-radius: 5px;
	font-size: 12px;
}

.c-fans-worker {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin: 7px 0;
}

.c-fans-worker p {
	margin-right: 20px;
	color: #999999;
}

.c-follow {
	width: 100%;
}



.c-follow a:hover {
	color: #fff !important;
}
.focus-btn {
    width: 85px;
    height: 30px;
    background-color: #D9383E;
    color:#fff;
}
.un-focus-btn {
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #D9383E;
    color: #D9383E;
    background-color: #fff;
    border-radius: 5px;
}
.un-focus-btn:hover{
    color:#D9383E;
}
.hu-focus-btn{
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height:30px;
    text-align: center;
    background-color: #089261;
    color: #fff;
    border-radius: 5px;
}
.hu-focus-btn:hover{
    color:#fff;
}

.c-follow-2 a {
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #D9383E;
	background-color: #D9383E;
	color: #fff;
	border-radius: 5px;
}

.c-follow-2 a:hover {
	color: #fff !important;
}

a:hover {
	text-decoration: none;
}

/* 登录 */
.c-comomnt-bg {

	width: 100%;
	height: 100%;

	left: 0;
	background-image: url('../img/bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 11;

}


.z-lr-title {
	width: 100%;
	padding: 20px;
	color: #999999;
	line-height: 24px;
}

.z-lr-title .logo {
	width: 280px;
	height: 50px;
	margin-right: 90px;

}

.c-login-wrap {
	position: relative;
	height: 440px;
	background-color: #fff;
	margin-top: 15%;
	padding: 52px;
	box-sizing: border-box;
	z-index: 99;
}

.z-login-wrap {
	box-shadow: -2px -6px 14px 2px rgba(77, 77, 77);
}

.z-login-wrap .left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 282px;
	height: 460px;
	background: rgba(77, 77, 77, 0.5);
	background: url('../images/headerv2/bg.png') no-repeat;
	background-size: 100% 100%;
}

.z-login-wrap .left p {
	line-height: 32px;
	color: #ffffff;
}

.z-login-wrap .right {
	width: 440px;
	height: 460px;
	background-color: #fff;
	padding: 40px 30px;
	box-sizing: border-box;
}

.c-login-item .layui-form-checked:hover {
	color: #D9383E;
}

.c-login-item .layui-form-checked[lay-skin=primary] i {

	color: #fff;
}

.c-login-item .layui-form-checkbox[lay-skin="primary"]:hover i {
	border-color: #D9383E !important;

	color: #fff;
}

.c-login-tab {
	font-size: 15px;
	margin-bottom: 30px;
}

.c-login-tab a {
	padding-bottom: 5px;
	margin-right: 20px;
	color: #4d4d4d;
	text-decoration: none !important;
}

.c-login-tab a:active {
	text-decoration: none !important;
}

/* .c-login-tab .c-login-tab-active{
	font-weight: 600;
} */

.c-login-wrap form {
	width: 100%;
	padding: 3px 0;
	box-sizing: border-box;
}

.c-login-item {
	width: 100%;
}

.c-phone-in {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;

}

.c-login-switch {
	margin-bottom: 20px;
}

.c-phone-in input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	transition: 300ms all;
	border: 1px solid #e6e6e6;
	color:#2d2d2d;
}

.c-phone-in input:focus {
	border: 1px solid #D9383E;
	transition: 300ms all;
}

.c-phone-in-checkbox {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.c-phone-in-checkbox input {
	z-index: 100;
	margin-right: 5px;
	opacity: 0;
}


.c-phone-in-checkbox i {
	position: absolute;
	left: 0;
	z-index: 10;
	font-size: 16px;
	cursor: pointer;
	transition: all 250ms;
}

.c-check {
	opacity: 0;
}

.c-noCheck {
	opacity: 1;
	font-size: 17px;
}

.c-phone-in-checkbox input:checked+.c-check {
	opacity: 1;
	transition: all 250ms;
}

.c-phone-in-checkbox input:checked+.c-noCheck {
	opacity: 0;
	transition: all 250ms;
}

.c-forget-in {
	text-decoration: underline !important;
}

.c-phone-in-sub {
	width: 100%;
}

.c-phone-in-sub input {
	width: 100%;
	height: 45px;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.c-phone-in-other {
	width: 100%;
	color: #4d4d4d;
}

.c-phone-in-other p:first-child {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.c-phone-in-other p:nth-child(2) a {
	margin-right: 15px;
}

.c-phone-in-other .color {
	text-decoration: underline;
}

.c-phone-check {
	width: 63%;
	height: 42px;
}

.c-phone-check input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}

.c-get-check {
	width: 30%;
	height: 42px;
}

.c-get-check input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
}

/* 忘记密码 */
.c-phone-in i {
	position: absolute;
	top: 24%;
	right: 10px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}

.c-phone-in input[type='password'] {
	padding-right: 40px;
	box-sizing: border-box;
}

@media (max-width:1400px) {
	.c-login-wrap {
		margin-top: 2%;
	}
}

.z-fans-list {
	margin-top: 29px;
	margin-left: 10px;
}

.z-shouru-list {
	flex: 1;
}

/* 帮助中心 taota*/
.c-helpCenter-banner{
	width: 100%;
	height: 316px;
	background-image: url('../images/help/1.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.c-help-height{
	min-height: 500px;
}

.c-helpCenter-banner{
	padding-top: 100px;
	box-sizing: border-box;
}

.c-helpCenter-banner h1{
	font-size: 42px;
	color: #ffffff;
	font-weight: 600;
}

.c-helpCenter-aside{
	width: 18%;
	padding:20px 26px;
	box-sizing: border-box;
}


.c-helpCenter-aside h2,.c-helpCenter-content h2{
	font-size: 24px;
	color: #292929;
	margin-bottom: 20px;
}


.c-helpCenter-aside ul{
	width: 100%;
}

.c-helpCenter-aside ul>li{
	width: 100%;
	margin-bottom: 20px;
}

.c-helpCenter-aside ul>li a{
	font-size: 16px;
}

.c-helpCenter-content ul{
	width: 100%;
}
.c-helpCenter-content{
	width: 80%;
	padding:20px 20px 50px 20px;
	box-sizing: border-box;
}

.c-helpCenter-question-item{
	width: 100%;
	margin-bottom: 20px;
}

.c-helpCenter-question-item:last-child{
	margin-bottom: 0;
}

.c-help-question{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #292929;
}

.c-helpCenter-question-item:first-child .c-help-answer{
	display: block;
}

.c-help-answer{
	position: relative;
	display: none;
	width: 100%;
	min-height: 10px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #4D4D4D;
	border-radius: 9px;
	margin-top: 15px;
}
.c-help-answer::before{
	position: absolute;
    top: -12px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #f5f5f5;
}
.c-help-answer p,.c-help-answer span,.c-help-answer font{
	font-size: 14px !important;
	color: #4D4D4D !important;
}
.c-helpCenter-solve{
	margin-top: 50px;
}
.c-helpCenter-solve h2{
	font-size: 24px;
	color: #292929;
}

.c-helpCenter-solve .c-item{
	width: 48%;
	border: 1px solid #E6E6E6;
	border-radius: 9px;
	height: 138px;
	padding: 20px;
	box-sizing: border-box;
	color: #999999;
}

.c-helpCenter-solve .c-item a{
	display: inline-block;
}


.c-helpCenter-solve .c-item img{
	margin-right: 20px;
}

.c-help-time{
	width: 108%;
	margin-top: 10px;
}

.z-if-tuijian{
	position: absolute;
	top:0px;
	left:-15px;
	width: 50px;
	text-align: center;
	font-size: 12px;
	color:#fff;
	background-color: #D9383E;
	z-index: 999;
	transform:scale(0.9) rotate(-45deg);
}

/* 网站地图 */
.c-map-title{
	width: 100%;
}
.c-map-title h1 span{
	display: inline-block;
	padding:0 0 10px 0;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 3px solid #4d4d4d;
}
.c-map-item{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
}

.c-map-item h2{
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #4d4d4d;
	padding-right: 10px;
	box-sizing: border-box;
	height: 20px;
	margin-top: 5px;
	line-height: 20px;
}

.c-map-item ul{
	display: inline-block;
	width: 93%;
}

.c-map-item ul>li{
	display: inline-block;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	margin-left: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}
.c-map-item:not(:last-child){
	margin-bottom: 25px;
}



.c-makeMoney-status{
	width: 100%;
}

.c-makeMoney-status ul>li{
	position: relative;
	margin-bottom: 10px;
	/*font-weight: 600;*/
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.c-makeMoney-status ul>li::before{
	position: absolute;
    width: 5px;
    height: 5px;
    content: '';
    background-color: #ff0000;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.c-makeMoney-status ul>li:last-child{
	border-bottom: none;
}

/* 下载排行榜 */
.download-rank-wrap{
	width: 100%;
}

.download-rank-wrap .left{
	width: 21%;
	background-color: #ffffff;
	min-height: 500px;
}

.download-rank-wrap .left h2{
	font-size: 16px;
	color:#444343;
	font-weight: 600;
}

.download-rank-wrap .left h2:not(:first-child){
	margin-top: 20px;
}

.download-rank-wrap .left li{
	height: 57px;
	line-height: 50px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 16px;
}

.download-rank-wrap .left li .active{
	color: #d9383e;
}

.download-rank-wrap .right{
	background-color: #ffffff;
	width: 77.2%;
}

.download-rank-wrap .right .download-rank-title{
	font-size: 19px;
	color:#444343;
}

/* 推荐公式 */
.c-recommend-formula{
	width: 100%;
}

.c-recommend-formula-content{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.c-recommend-formula-item{
	width: 23.5%;
    margin-right: 2%;
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
}

.c-recommend-formula-item .top-right .title{
    height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.c-recommend-formula-item:nth-child(4n){
	margin-right: 0;
}

.c-recommend-formula-item .top{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-recommend-formula-item .top-left{
	width: 50px;
	height: 200px;
	overflow: hidden;
}

.c-recommend-formula-item .top-left a{
	display: block;
	width: 100%;
	height: 100%;
} 

.c-recommend-formula-item .top-left a img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
	object-fit: cover;
}

.c-recommend-formula-item .top-right{
	width: calc(100% - 64px);
	padding: 8px;
	box-sizing: border-box;
}

.c-recommend-formula-item .top-right .title a{
	color: #333333;
}

.c-recommend-formula-item .formula-tag{

	padding: 0 8px;
	box-sizing: border-box;
}

.c-recommend-formula-item .formula-tag ul{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.c-recommend-formula-item .formula-tag ul>li{
	padding: 2px 6px;
	background-color: #ffeced;
	margin-right: 3%;
	margin-bottom: 3%;
	white-space: nowrap;
	color: #df3967;
}

.c-recommend-formula-item .formula-tag ul>li a{
	color: #df3967;
	font-size: 12px;
}

.c-recommend-formula-reson{
	background-color: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
}

.c-recommend-formula-reson .reson-content{
	height: 36px;
	margin-top: 5px;
}


/* download 下载页，包含PC端下载 */

.download-item-1{
	width: 100%;
}

.download-item-1 .bg{
	background-image: url('../images/download/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.download-item-1 .top{
	display: flex;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	height: 108px;
	line-height: 108px;
}

.download-item-1 .top img{
	margin-right: 60px;
}

.download-item-1 .top .return-index{
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50px;
	width: 88px;
	height: 30px;
	color: #ffffff;
	line-height: 26px;
}

.download-item-1 .title{
	font-size: 91px;
	color: #e09524;
	text-shadow: 0px 8px 2px rgba(0, 0, 0, 1);
	letter-spacing: 2px;
}

.download-item-1 .tip{
	font-size: 40px;
	color: #ffffff;
	margin: 30px 0;
}

.download-btn-wrap{
	display: flex;
	margin-top: 43px;
	text-align: center;
	padding-bottom: 108px;
	box-sizing: border-box;
	justify-content: center;
}

.download-btn-wrap a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 259px;
	height: 78px;
	opacity: 1;
	border: 2px solid;
	border-radius: 41px;
	line-height: 78px;
	color: #E6A930;
	font-size: 30px;
	margin: 0 20px;
}

.download-btn-wrap a img:nth-child(2){
	display: none;
}

.download-btn-wrap .active{
	color: #4E4127;
	background: linear-gradient(0deg,#c9aa62 0%, #f3e3c1 100%);
	border-color:#c9aa62 ;
	border: none;
}

.download-btn-wrap .active img:first-child{
	display: none;
}

.download-btn-wrap .active img:nth-child(2){
	display: block;
}

.download-btn-wrap a img{
	margin-right: 10px;
}

.download-item-2{
	width: 100%;
}

.download-item-2 .bg{
	background-image: url('../images/download/bg2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.download-item-2 .top{
	padding: 50px 0 30px 0;
}

.download-item-2 .top h2{
	font-size: 49px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 3px;
}

.download-item-2 .top p{
	font-size: 18px;
	color: #e5dede;
	margin-top: 30px;
	letter-spacing: 2px;
}

.download-item-tip-wrap{
	width: 100%;
	position: relative;
}

.download-item-tip-wrap .tip1{
	position: absolute;

	color: #ffffff;
	left: -30px;
	background-color: #b52b5f;
	padding: 20px;
	width: 333px;
	line-height: 23px;
	font-size: 13px;
	
}

.download-item-tip-wrap .tip1 .title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}

.download-item-tip-wrap .tip1 .title img{
	margin-right: 10px;
}



.download-item-tip-wrap .tip2{
	position: absolute;
	color: #ffffff;
	left: -92px;
	bottom: 285px;
	background-color: #b55c2b;
	padding: 20px;
	width: 333px;
	line-height: 23px;
	font-size: 13px;
	
}

.download-item-tip-wrap .tip2 .title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}

.download-item-tip-wrap .tip2 .title img{
	margin-right: 10px;
}




.download-item-tip-wrap .tip3{
	position: relative;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #626262;
	padding: 20px;
	width: 333px;
	line-height: 23px;
	font-size: 13px;
}


.download-item-tip-wrap .tip3 .title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}

.download-item-tip-wrap .tip3 .title img{
	margin-right: 10px;
}



.download-item-tip-wrap .tip4{
	position: absolute;
    color: #ffffff;
    right: -92px;
    bottom: 285px;
    background-color: #b5a32b;
    padding: 20px;
    width: 333px;
    line-height: 23px;
    font-size: 13px;
}

.download-item-tip-wrap .tip4 .title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}

.download-item-tip-wrap .tip4 .title img{
	margin-right: 10px;
}



.download-item-tip-wrap .tip5{
	position: absolute;
	color: #ffffff;
    right: -30px;
    background-color: #2b45b5;
    padding: 20px;
    width: 333px;
    line-height: 23px;
    font-size: 13px;
}

.download-item-tip-wrap .tip5 .title{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}

.download-item-tip-wrap .tip5 .title img{
	margin-right: 10px;
}



.download-item-3{
	width: 100%;
}

.download-item-3 .bg{
	background-image: url('../images/download/bg3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.download-item-3 .top{
	padding: 50px 0 30px 0;
}

.download-item-3 .top h2{
	font-size: 49px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 3px;
}

.download-item-3 .top p{
	font-size: 18px;
	color: #e5dede;
	margin-top: 30px;
	letter-spacing: 2px;
}

.download-item-3 .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.download-item-3 .content .right{
	width: 46%;
	text-align: center;
}

.download-item-3 .content .left{
	width: 46%;
	margin-left: 50px;
}

.download-item-3 .content .left ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.download-item-3 .content .left ul>li{
	position: relative;
	width: 50%;
	height:233px;
}

.download-item-3 .content .left .bg1{
	background-image: url('../images/download/d.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.download-item-3 .content .left .bg2{
	background-image: url('../images/download/e.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.download-item-3 .content .left .bg3{
	background-image: url('../images/download/g.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.download-item-3 .content .left .bg4{
	background-image: url('../images/download/f.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.download-item-3 .content .left ul>li span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 200px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 25px;
	color: #ffffff;
	background-color: rgba(67, 67, 67, .7);
}

.download-item-4{
	width: 100%;
}

.download-item-4 .bg{
	background-image: url('../images/download/bg4.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-bottom: 300px;
	box-sizing: border-box;
}

.download-item-4 .top{
	padding: 50px 0 30px 0;
}

.download-item-4 .top h2{
	font-size: 49px;
	font-weight: 600;
	color: #3C3333;
	letter-spacing: 3px;
}

.download-item-4 .top p{
	font-size: 18px;
	color: #3C3333;
	margin-top: 30px;
	letter-spacing: 2px;
}

.download-item-4 .item{
	display: flex;
	align-items: center;
}

.download-item-4 .item h3{
	margin-right: 66px;
	font-size: 26px;
	color: #453C3C;
}

.download-item-4 .item ul{
	display: flex;
	align-items: center;
}

.download-item-4 .item ul>li{
	width: 260px;
	height: 68px;
	border-radius: 50px;
	border: 2px solid #453C3C;
	margin-right: 60px;
}

.download-item-4 .item ul>li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 26px;
}

.download-item-4 .item ul>li a img{
	margin-right: 20px;
}

.download-item-4 .item ul>li a i{
	font-size: 40px;
	margin-right: 20px;
}

.download-item-4 .mobile-download{
	margin-top: 60px;
}

.download-item-4 .windows-download .active{
	background-image: linear-gradient(#f1e1bf, #caac66);
	border: none;
}

.download-item-4 .mobile-download .active{
	background-color: #453C3C;
}

.download-item-4 .mobile-download .active a{
	color: #ffffff;
	transition: all 250ms;
}

.download-item-4 .mobile-download ul>li{
	border-radius: 8px;
	transition: all 250ms;
}

.download-item-4 .mobile-download ul>li img{
	border: 10px solid rgba(0, 0, 0, .5);
	border-radius: 2px;
	box-sizing: border-box;
	margin-top: 10px;
	opacity: 0;
	transition: all 250ms;
}

.download-item-4 .mobile-download .active img{
	opacity: 1;
	transition: all 250ms;
}

.download-item-2{
	height: 937px;
}

.download-item-3{
	height: 900px;
}

.r-version{
	color: white;
	display: flex;
	justify-content: space-evenly;
	font-size: 23px;
	margin-top: 58px;
}


/* 最新高手动态 */
.c-expert-newHeight ul li a img{
	width: 23px;
	height: 23px;
	opacity: 1;
	border-radius: 50%;
}
.c-expert-newHeight ul li p{
	font-size: 14px;
	text-align: left;
	color: #333233;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
}
.c-expert-newHeight ul li .c-newHeight-img span{
	font-size: 14px;
	color: #333233;
	line-height: 32px;
	margin-left: 5px;
}
.c-expert-newHeight ul li{
	border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
	margin-top: 10px;
}





/* 计算器 */


.content_body ul li{
	background: #d9383e;
	color: #fff;
	border-radius: 20px !important;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.jisuanbtn{
	background: #d9383e;
	color: #fff;
	border-radius: 20px !important;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
	padding: 9px 45px;
	text-align: center;
}
.jisuanbtn-gray{
	background: #efefef;
	color: #000000;
	border-radius: 20px !important;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
	padding: 9px 45px;
	text-align: center;
}
.jbutton a:hover{
	color: #fff !important;
}
.jbutton font a:hover{
	color: #000000 !important;
}
.detailR .mrj {
    font-size: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #2f2b2b;
}

.detailR .cmain {
    overflow: hidden;
}
/* 
.detailR .cmain .c_3 {
    width: 33.333%;
    float: left;
} */
.detailR .cbj {
    font-size: 18px;
    font-weight: 700;
    color: #2f2b2b;
}
.detailR div{
	line-height: 30px;
}


/* 网址导航s */
.wzdh-item{
	width: 100%;
	border-radius: 10px;
}


.wzdh-item-content{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wzdh-item-top{
	border-bottom: 1px solid #ededed;
}

.wzdh-item-content a{
	display: flex;
	width: 220px;
	margin-bottom: 30px;
	margin-right: 15px;
}

.wzdh-item-content a:nth-child(5n){
	margin-right: 0;
}

.wzdh-item-content a img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	border: 3px solid #f5f5f5;
	box-sizing: border-box;
}

.wzdh-item-content a p:nth-child(2){
	line-height: 20px;
}


/* 搜索tab */
.c-search-tab a{
	font-size: 16px;
	margin-right: 20px;
	padding-bottom: 10px;
	color: #4A4A4A;
	font-weight: 600;
	box-sizing: border-box;
	border-bottom: 3px solid #ffffff;
}

.c-search-tab .c-active{
	color: #d9383e;
	box-sizing: border-box;
	border-bottom: 3px solid #d9383e;
}

/* 文档右侧 */
.c-other-resouce{
	width: 100%;
}

.c-other-resouce ul{
	width: 100%;
}

.c-other-resouce ul>li{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
	box-sizing: border-box;
}

.c-other-resouce ul>li:first-child{
	padding-top: 0;
}

.c-other-resouce ul>li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.c-other-resouce a{
	display: flex;
	align-items: center;
}

.c-other-resouce a span{
	width: calc(100% - 30px);
}


.ckgd{
	width: 100%;
    text-align: center;
    height: 56px;
    line-height: 81px;
    background-image: url(../images/resource/stateBottomBg.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
	font-size: 15px;
}

.sqbf{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 68px;
	font-size: 15px;
}

.ckgd a{
	color: #38f;
}

.sqbf a{
	color: #38f;
}

.autoHeight{
	height: auto;
	max-height: 100%!important;
}

.c-news-resource-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.c-news-resource-list .c-news-resource-item{
	position: relative;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 25px;
	padding: 10px;
	box-sizing: border-box;
    box-shadow: 0 3px 14px 4px #f2f2f2;
    transition: all .2s linear;
}

.c-news-resource-list .c-news-resource-item:hover{
	transform: translateY(-4px);
	transition: all .36s;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2)
}

.c-news-resource-list .c-news-resource-item:nth-child(4n){
	margin-right: 0;
}

.c-news-resource-list .c-news-resource-item-top{
	position: relative;
	width: 100%;
	height: 215px;
}

.c-news-resource-list .c-news-resource-item-top .c-fengmian{
	width: 100%;
	height:100%;
	object-fit: cover;
	border: 1px solid #eaeaea;
}

.c-news-resource-list .c-news-resource-item-top .type-icon{
	position: absolute;
    right: -5px;
    bottom: 5px;
}

.c-news-resource-item-btn .two-line{
	width: 100%;
	height: 38px;
	word-break: break-all;
	font-size: 15px;
}


.c-news-resource-list .c-news-resource-item .viewbtn {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 150px;
    padding-top: 100px;
    text-align: center;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(57%,rgba(255,255,255,.89)),to(#fff));
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.89) 57%,#fff 100%);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.c-news-resource-list .c-news-resource-item:hover .viewbtn {
    opacity: 1;
}

.c-news-resource-list .c-news-resource-item .viewbtn span {
    padding: 5px 18px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ec3b3b;
}


/* 热门资料 */
.c-hot-resource{
	width: 100%;
}



.c-hot-resource li .c-fengmian-wrap{
	width: 64px;
	height: 76px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #c8c1b4;
	padding: 6px;
	box-sizing: border-box;
}

.c-hot-resource li .c-fengmian{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-hot-resource li .c-right{
	width: calc(100% - 76px);
	margin-left: 10px;
}

