
/* 模块样式 */

.recommend-profile {
    display: flex;
    margin: 0 8px;
    align-items: center;
}

.recommend-profile h5 {
    font-size: 1.2rem;
}

.huakuai {
    padding: 0 !important;
}

.recommend-image {
    margin: 0 8px 20px 8px;
    display: grid;
    grid-template-columns: 52% 48%;
    grid-column-gap: 2%;
}

  .recommend-profile p {
    font-size: 0.8rem;
    margin-left: 3%;
    margin-top: 1.5%;
    color: #8c8c8c;
}

.recommend-image .image-left .float-msg {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 5%;
    font-weight: 500;
}

.recommend-image .image-left .float-msg-img {
    position: absolute;
    top: 2.2em;
    left: .6rem;
    display: flex;
    width: auto;
    height: 1.7rem;
    line-height: 1.7rem;
    background: linear-gradient(45deg, #000f27c9, #633f8a52);
    border-radius: 0 50px 50px 0;
}

.recommend-image .image-left .float-msg-img p {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    color: #fff;
}

.recommend-image .image-left img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.recommend-image .image-right {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: repeat(2, 47%);
    grid-row-gap: 5%;
    grid-column-gap: 5%;
    height: 100%;
}

.recommend-image .image-right div {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 8px;
}

.recommend-image .image-right div .float-msg {
    position: absolute;
    color: #666;
    text-align: center;
    font-size: 3.5vw;
}

.recommend-image .image-right img {
    width: 34%;
    height: auto;
    margin: .6em 0 .3em;
    border-radius: 5px;
}

.recommend-image .image-right .quanbu {
    grid-column-end: span 2;
}

.wenzi p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}

.float-fl p {
    width: 50%;
    padding-top: 13%;
    float: left;
}

/* 合伙人样式 */
.hhr-flex {
    display: flex;
    align-items: center;
    padding: 6px;
    position: relative;
}

.hhr-flex-box {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}


.hhr-flex-box p {
    font-weight: 400;
    font-size: 0.7rem;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    color: #999;
}



.hhr-wer-img {
    width: 45px;
    height: 45px;
    margin-right: 0.5rem;
}

.hhr-wer-list {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0 8px;
    border-radius: 10px;
}
.hhr-wer-button button {
    background: #fff;
    border: none;
    color: #f11d1c;
    border-radius: 3px;
    padding: 0.3rem 0.8rem;
    border: 1px solid #f11d1c;
    font-size: 0.8rem;
}


.hhr-layout-item {
    width: 33.333%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0.32rem 0;
    font-size: 0.85rem;
    text-align: center;
    color: #71777d;
}


.hhr-layout-item h2 {
    color: #f11d1c;
    height: 22px;
}


.hhr-flex-box h3 {
    font-size: 0.92rem;
    margin-bottom: 0.5rem;
    display: block;
    width: 600px;
    background-image: linear-gradient(18deg, #3300CC, #660099, #990066, #CC0033, #FF9999, #FF4400, #3300CC);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 4s infinite linear;
}
@keyframes masked-animation {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
/* 白色菜单样式 */
.index-white_menu {
    background: none;
    white-space: nowrap;
    overflow: auto;
    font-size: 1rem;
    padding-left: 9px;
}  
    
.index-white_menu a {
    float: none !important;
    background: linear-gradient(to bottom, #ffffff, #e1e1e1);
    width: 100px;
    display: inline-block;
    margin-right: .1rem;
    padding: 0 0 5px 0;
    text-align: center;
    border-radius: 15px;
}

.index-white_menu .white_area .white-left p.title {
    font-size: 0.9em;
    font-weight: 400;
}

.index-white_menu .white_area .white-left p.button {
    padding: 0;
    font-size: 0.7em;
    margin-bottom: 0;
    font-weight: bold;
}

.index-white_menu .white_area .white-right {
    position: initial;
    width: auto;
    text-align: center;
}
.index-white_menu .white_area .white-left {
    margin-right: 0;
}

/* 生活服务列表样式 */
.fuwumokuai { width: 100%; }

.quyukuai { margin-top: .1rem; }

.yuanjiao { border-radius: 5px 5px 0 0; }

.semui-flex-box a { padding: 0 !important; }

.huaui-slide-list { 
    margin: .7em 0 0; 
    padding-left: 0; 
    overflow: hidden; /* 去掉滚动条 */
}

.huaui-slide-list::-webkit-scrollbar { 
    display: none; 
}

.index-newmenus__box .index-newmenus__list::-webkit-scrollbar { 
    display: none; 
}

.huaui-slide-item-list { 
    width: 100%; 
    height: auto; 
    white-space: nowrap; 
    font-size: 0; 
    margin-left: 8px; 
}

.huaui-slide-item-item { 
    display: inline-block; 
    vertical-align: bottom; 
    width: 47.3%; 
    height: auto; 
    border-radius: 5px; 
    margin-right: 8px; 
    padding-bottom: .5rem; 
    background: #fff; 
}

.huaui-slide-item-item a img { 
    width: 100%; 
    display: block; 
    border: none; 
    border-radius: 5px 5px 0 0 !important; 
}

.huaui-text-slide h2 { 
    font-size: 0.85rem; 
    color: #212121; 
    margin: 0.3rem 0; 
}

.huaui-palace-grid { 
    position: relative; 
    float: left; 
    padding: 3% 0 3%; 
    width: 33%; 
    box-sizing: border-box; 
}

.huaui-palace-grid-icon { 
    width: 48%; 
    height: auto; 
    margin: 0 auto; 
}

.huaui-palace-grid-text { 
    display: block; 
    text-align: center; 
    color: #333; 
    font-size: 0.85rem; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
}

.huaui-palace-grid-text h2 { 
    font-size: 0.8rem; 
    font-weight: normal; 
    color: #000; 
}
/* 搜索样式 */
/* 全部分类弹出样式 */
.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    overflow: scroll;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 6% 0 0;
}

.modal-close {
    line-height: 2.9rem;
    font-size: 0.95rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.modal-close:hover {
    color: black;
}

.tan-flex-box {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
    padding: 5px 15px 0;
}

.tan-flex-box h2 {
    font-size: 1rem;
}

.tan-palace {
    padding: 0.6rem;
    position: relative;
    overflow: hidden;
}

.tan-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 5px 5px;
}
.tan-palace-two .tan-palace-grid {
    width: 22%;
}

.tan-palace-grid-icon {
    font-size: 30px !important;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: none;
}
.tan-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.tan-palace-grid-text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.4rem;
    background: #f0f0f0;
    border-radius: 3px;
}


.tan-palace-two h2 {
    color: #666;
}
  
.tan-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666;
}