.image-list-item>.list-item-center>.list-item-title {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 28px;
    vertical-align: bottom;
    max-width: 100%;
}

.image-list-item>.list-item-right>.item-btn-list {
    top: 50px;
}

.list-item-city>span {
    float: left;
}

.image-list-item>.list-item-center>.list-item-city {
    overflow: hidden;
    margin-bottom: 12px;
}

.image-list-item>.list-item-center>.list-item-city>.list-item-address {
    max-width: calc(100% - 42px - 1px - 20px);
}

.image-list-item>.list-item-center>.list-item-city>.list-item-norank {
    max-width: 100%;
}

.list-item-city>.driver {
    display: inline-block;
    height: 14px;
    margin: 0px 8px;
    margin-top: 4px;
    border-right: 1px solid #D8D8D8;
}

.list-item-center>.industry-label-list {
    height: 22px;
    overflow: hidden;
}

.list-item-center>.industry-label-list>.industry-label-item {
    float: left;
    height: 22px;
    background: #F2F2F2;
    border-radius: 4px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-right: 8px;
}

.mobile-user-info_marnew .user-mobile {
    float: right;
    width: 102px;
}

.user-mobile>.mobile-active {
    color: #1f6cdd !important;
    font-size: 20px !important;
    display: inline-block;
    position: relative;
}

.user-mobile>.mobile-active>i {
    color: #1f6cdd !important;
    font-size: 20px !important;
}

.user-mobile>.mobile-message {
    margin-right: 16px;
    color: #D9D9D9;
    font-size: 20px;
}

.xz-mobile-list>.mobile-list-content>.park-mobile-item {
    padding-left: 24px;
    padding-right: 24px;
}

.xz-mobile-list>.mobile-list-content>.park-mobile-item:first-child {
    margin-top: 8px;
}

.xz-mobile-list>.mobile-list-content>.mobile-list-title {
    /*padding: 0;*/
}

.image-list-item.park-list-item .user-name.hover {
    cursor: pointer;
    color: #1F6CDD;
}

.park-list-item>.park-list-img {
    display: inline-block;
}

.park-list-item>.park-list-img>.item-image {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.park-list-item>.park-list-img>.item-text {
    background: #1F6CDD;
	width: 98%;
	height: 98%;
	text-align: center;
	color:#fff;
	font-weight: bold;
    border-radius: 6px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;    /* 垂直居中 */
	line-height: 20px;
	   
}

.park-list-item>.list-item-center>.list-item-userinfo>.user-name {
    display: inline-block;
    max-width: calc(100% - 24px - 8px - 56px - 2px - 8px);
}

.park-list-item>.list-item-center>.list-item-userinfo>.user-name-common-label {
    max-width: calc(100% - 24px - 8px - 56px - 8px - 174px - 8px - 4px);
}

.image-list-item.park-list-item>.list-item-center>.list-item-userinfo {
    width: 100%;
}

.home-park-mobile .mobile-user .user-name a {
    display: inline-block;
    /* 适配荣耀20 */
    max-width: calc(100% - 2px - 60px - 4px);
    float: left;
}

.home-park-mobile .mobile-user .user-name .user-name-nolabel {
    max-width: calc(100% - 6px - 34px);
}

.home-park-mobile .park-mobile-right>.mobile-user {
    overflow: visible;
}

.home-park-mobile .haslabel-box {
    overflow: visible;
}

@media screen and (max-width: 575px) {
    /* 移动端，导航完全收起至顶部 */
    .xz-mobile-list>.mobile-list-content>.park-mobile-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .home-park-mobile .mobile-user .user-name .user-name-nolabel {
        max-width: calc(100% - 6px);
    }
    .mobile-user-info_marnew .user-mobile {
        float: right;
        width: 68px;
    }
}