.content-center-recommend {
    display: flex;
    align-items: center;
    position: relative;
}

.recommend-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.recommend-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    padding-top: 21px;
    margin-bottom: 15px;
}

.recommend-tab-item {
    height: 26px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-right: 30px;
    position: relative;
}

.actives {
    height: 26px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    line-height: 26px;
    margin-right: 30px;
    position: relative;
    font-weight: bold;
    color: #111;
}

 .actives::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 21px;
    height: 4px;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    border-radius: 2px;
}

.recommend-content {
    padding: 20px;
    position: relative;
}
.recommend-content:hover {
    cursor: pointer;
    transition: all 0.5s;
    box-shadow:0px 0px 5px 0 #EDEDED;
}
.recommend-content:hover>.cover-class {
    display: block;
    cursor: pointer;
}

.recommend-content:last-of-type{
    border-radius: 12px;
    overflow: hidden;
}

.recommend-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 34px);
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}

.recommend-content:last-child::after {
    opacity: 0;
}

.recommend-info {
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
}
/* 下拉功能 */
.bottom-symbol-dialog{
    width: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: absolute;
    right: 0;
    top:28px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    display: none;
    text-align: center;
}
.bottom-symobl-funcbtn{
    margin:10px;
}
.recommend-info-left{
    display: flex;
    align-items: center;
}


.recommend-create {
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.recommend-tag {
    display: flex;
    align-items: center;
}

.tags {
    margin-top: 10px;
    min-width: 39px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: linear-gradient(235deg, #FFEEB4 0%, #E6D098 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    padding: 0 9px;
}
.tags-kind{
    background: #3072F6;
    color: #fff;
}
.tags-other{
    background: #EAF1FD;
    color: #3072F6;
}
.recommend-content-main {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #111111;
    line-height: 22px;
}

.recommend-address {
    width: 408px;
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.mt {
    margin-top: 12px;
}

.mt14 {
    margin-top: 14px;
}

.mt8 {
    margin-top: 8px;
}

.vip-tag {
    margin-left:10px;
    height: 16px;
    font-size: 6px;
    text-align: center;
    border-radius: 2px;
    object-fit: cover;
}
.pic-img {
    width: 142px;
    height: 110px;
    border-radius: 6px;
    margin-left: 25px;
    object-fit: cover;
}

.price-recommend {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FF0101;
    line-height: 25px;
}

.recommend-bttom-share {
    display: flex;
    align-items: center;
}

.bttom-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 31px;
}

.recommend-bttom-share {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 17px;
    margin-top: 20px;
}

.bottom-share-img {
    width: 14px;
    margin-right: 8px;

}
.cover-class {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    display: none;
    z-index: 99;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.detail-btn {
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(270deg, #FEA805 0%, #FC6F02 100%);
    border-radius: 24px;
    line-height: 40px;
    text-align: center;
    margin: 34px auto;
}
.func-hover-dialog{
    width: 100px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.bottom-symbol{
    width: 10px;
    height:10px;
    cursor: pointer;
    position: relative;
}
.bottom-symbol::after{
    position: absolute;
    content: "";
    height:60px;
    width:30px;
    background-color: red;
    left: -20px;
    top: 0;
    z-index: 999;
    opacity: 0;
}
.bottom-symbol:hover > .bottom-symbol-dialog{
    display: block;
}
.recommend-info-head{
    height: 34px;
    width: 34px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
}