﻿.interest-list {
	width: 100%;
	padding: 0 16px;
	background: #fff;
}

.interest-list>.int-item {
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #F5F6F7;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.int-item .int-item-l {
	width: 56px;
	position: relative;
	margin-right: 12px;
}

.int-item .int-item-l .int-item-logo {
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
}

.int-item .int-item-l .int-item-position {
	display: block;
	height: 16px;
	background: #F3E0AB;
	border-radius: 9px;
	padding: 2px 6px;
	position: absolute;
	left: 50%;
	top: 48px;
	transform: translateX(-50%);
	font-size: 10px;
	font-family: PingFang SC-中黑体, PingFang SC;
	color: #61543A;
	line-height: 12px;
	white-space: nowrap;
}

.int-item-r {
	width: calc(100% - 68px);
}

.int-item-tit {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.int-item-tit>span:first-child {
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	line-height: 22px;
}
.int-item-tit .int-item-post{
	height: 16px;
	font-size: 11px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #61543A;
	line-height: 16px;
	padding: 0 3px;
	background: #F3E0AB;
	border-radius: 2px;
	margin-left: 5px;
}

.int-item-tit i{
	font-size: 16px;
	color: #06B61B;
	margin-left: 5px;
}

.int-item-tit>em {
	display: block;
	margin-left: 5px;
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 16px;
}

.int-item-r>p {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 600;
	color: #262626;
	line-height: 17px;
}

.int-item-r .area-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2px;
	font-size: 12px;
	color: #595959;
	line-height: 17px;
}

.int-item-r .area-text>span {
	display: block;
	flex-shrink: 0;
}

.int-item-r .area-text>em {
	display: block;
}

.int-item-r .help{
	width: auto;
	max-width: fit-content;
	height: 16px;
	background: #F9F0D8;
	border-radius: 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 3px;
	margin-top: 4px;
}
.int-item-r .help>img{
	display: block;
	width: 12px;
	height: 12px;
}
.int-item-r .help>span{
	display: block;
	padding-left: 4px;
	font-size: 11px;
	color: #716244;
	line-height: 16px;
}
.int-item .advice {
	width: 60px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #FE5900;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 16px;
	font-size: 12px;
	font-weight: 600;
	color: #FE5900;
	text-align: center;
	line-height: 30px;
}
/* 新增20230706 */
.m-tab-bottom{
	padding-top: 8px;
}
.m-tab-bottom::after{
	top: 8px;
}
.m-tab-bottom li a{
	padding: 6px 12px;
}
.m-tab-bottom ul li+li{
	margin-left: 8px;
}
.m-tab-city{
	padding: 8px 8px 12px;
	overflow: hidden;
	background: #FFFFFF;
	height: 40px;
	font-size: 0;
	position: relative;
	box-sizing: border-box;
}
.m-tab-city ul{
	padding-left: 22px;
	padding-right: 60px;
	font-size: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	overflow-x: auto;
}
.m-tab-city ul::-webkit-scrollbar{
	display: none;
}
.m-tab-city::after{
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
	width: 60px;
	height: 16px;
	z-index: 1;
}
.m-tab-city ul li{
	width: auto;
}
.m-tab-city ul li+li{
	margin-left: 20px;
}
.m-tab-city ul li.active a{
	color: #1A8CFF;
}
.m-tab-city ul a{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 16px;
	white-space: nowrap;
}
.int-item-info{
	margin-top: 3px;
	display: flex;
	align-items: center;
}
.int-item-info span{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #595959;
	line-height: 17px;
	position: relative;
}
.int-item-info span+span{
	margin-left: 13px;
}
.int-item-info span+span::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -6px;
	width: 1px;
	height: 8px;
	background: #D9D9DA;
}
.int-item-label{
	margin-top: 4px;
	display: flex;
	align-items: center;
}
.int-item-label dd{
	font-size: 11px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #595959;
	line-height: 16px;
	padding: 0 6px;
	background: #F5F6F7;
	border-radius: 2px;
}
.int-item-label dd+dd{
	margin-left: 4px;
}