.index_container {
    background: #f5f5f5;
}

.noData {
    height: 500px;
}

.header-company-msg {
    padding-left: 30px;
    border-left: 1px solid #ececec;
    margin-left: 15px;
}

.header-msg {
    padding: 0 40px 0 10px;
}

.header-msg h3 {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    padding-bottom: 5px;
}

.header-msg span {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}

.handle-btn {
    width: 74px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #E5E6EB;
    color: #4e5969;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-left: 14px;
    background-color: #fff;
}

.chat-btn {
    width: 100px;
    border: 1px solid #125AAF;
    color: #125AAF;
}
.tel-btn{
    width: 100px;
    border: 1px solid #125AAF;
    color: #125AAF;
}
.handle-btn img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.main-left {
    flex: 1;
}

.shop-search-input {
    width: 500px;
    display: inline-flex;
    padding: 4px 4px 4px 12px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E5E6EB;
    background: #FFF;
    box-sizing: border-box;
}

header main .search_box_l {
    border: none;
    height: 32px !important;
}

header main .search_box_r {
    width: 70px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

header main .search_box_r_shop {
    width: 70px;
    margin-left: 4px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    background: #ECF3FE;
    color: #125AAF;
}

/* 头部tab */
.header_change_tab {
    height: 50px;
    flex-shrink: 0;
    background: #63BCFE;
    margin-bottom: 20px;
}

.tab_li {
    flex: 0 0 100px;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    cursor: pointer;
}

.tab_li_active {
    background: #00000033;
}

.store-home {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.store-aside {
    width: 1200px;
}

/* 店铺信息 */
.store-compan-box {
    background-image: url('../../images/store/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.store-company-message {
    padding: 20px 0 0;
    box-sizing: border-box;
    height: fit-content;
}

.company-msg {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.company-msg .logo-info {
    border-radius: 4px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
}

.company-msg-header {
    padding-left: 10px;
    box-sizing: border-box;
    flex: 1;
}

.company-msg-header h3 {
    color: #1d2129;
    font-size: 20px;
    font-style: normal;
    line-height: 18px;
    box-sizing: border-box;
}

.company-msg-header p {
    color: #86909c;
    font-size: 14px;
    font-style: normal;
    box-sizing: border-box;
}

.company-msg-header .grade {
    margin-left: 7px;
    font-size: 14px;
    color: #fb9600;

}

.company-msg-header .grade img {
    margin-left: 4px;
}

.company-msg-header .grade .point {
    font-weight: 900;
    margin-left: 4px;
}

/*  勋章*/
.grade-box {
    flex-wrap: wrap;
}

.grade-item {
    width: 82px;
    height: 24px;
    background-size: 100% 100%;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.grade-item img {
    margin-right: 2px;
}

.grade-item:nth-last-child(1) {
    margin-right: 12px;
}
.rightTag{
    margin-top: 4px;
    margin-bottom: 10px;
}
.rightTag .tag-item {
    display: flex;
    margin-right: 16px;
    color: #1f1f1f;
    font-size: 12px;

}

.rightTag .tag-item img {
    margin-right: 2px;
}
.rightTag .tag-item:last-of-type{
    margin-right: 0;
}
.grade-solid {
    width: 1px;
    height: 24px;
    margin-right: 10px;
    background: #ffffff99;
}

.grade-info-bg {
    margin: 18px 0 8px 0;
}

.store-address {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.store-address-text {
    font-style: normal;
    font-weight: 400;
    color: #4e5969;
    font-size: 14px;
    margin-left: 2px;
}

.store-company-list {
    margin-top: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #ffffff99;
}

.store-tip {
    display: flex;
    flex-direction: row;
}

.tip-name {
    padding: 4px 8px;
    box-sizing: border-box;
    background: #F7F7F7;
    font-size: 12px;
    color: #4E5969;
    margin-right: 6px;
}

.store-company-list p {
    font-size: 14px;
    color: #86909C;
    box-sizing: border-box;
}

.store-company-list p span {
    color: #4E5969;
    line-height: 20px;
}

/* 店铺简介 */
.store-msg {
    display: flex;
}

.store-msg .desc {
    flex: 0 0 70px;
    color: #86909c;
}

.expanded {
    display: block;
    /* 展开时显示全部内容 */
    -webkit-line-clamp: unset;
    /* 移除行限制 */
    white-space: normal;
    /* 恢复正常的空白处理 */
}

.expanded img {
    transform: rotate(90deg);
}

.store-msg .tip {
    display: -webkit-box;

}

.isHideInfo {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle-button {
    display: flex;
    align-items: center;
    color: #125AAF;
    width: 60px;
    justify-content: flex-end;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    cursor: pointer;
    flex: 0 0 60px;
}

.toggle-button img {
    position: relative;
    top: 4px;
}

.store-company-btns {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    box-sizing: border-box;
}

.company-btns-li {
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #125AAF;
    border-radius: 4px;
    border: 1px solid #125AAF;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    justify-content: center;
}

.company-btns-li span {
    padding-left: 5px;
    box-sizing: border-box;
}

.store-company-btns .company-btns-li:nth-of-type(2) {
    margin-left: 16px;
    border: 1px solid #C9CDD4;
    color: #4e5969;
}

.main_area .model_block {
    display: flex;
}

/* 店铺热租 */
.store-hot {
    margin-bottom: 16px;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.store-hot-left-bg {
    left: 0;
    top: 0;
    width: 276px;
    height: 180px;
    flex-shrink: 0;
    background-image: url('../../images/store/Ellipse.png');
}

.hot-left-title {
    padding-top: 4px;
    margin-bottom: 10px;
    z-index: 4;
    display: flex;
    align-items: center;
    position: absolute;
    top: 16px;
}

.hot-left-title p {
    color: #D73524;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-left: 12px;
}

.store-hot-list {
    margin-top: 43px;
    flex: 1;
    flex-wrap: wrap;
}

.store-hot-list.list li {
    flex: 0 0 216px;
    margin-right: 20px;
    position: relative;
}

.store-hot-list li:nth-child(5n) {
    margin-right: 0;
}

/* 每个统一样式的区块 - start */
.main_block {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}

.main_block .title {
    margin-bottom: 22px;
}

.main_block .title h2 {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: bold;
    margin-right: 12px;
}

.main_block .title .slogan {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-weight: 400;
}

.main_block .title .more {
    font-family: "Alibaba PuHuiTi 3.0";
    font-weight: 400;
}

.main_block .title .hand-cursor {
    cursor: pointer;
}

.main_block .title .hand-cursor:hover {
    color: #125AAF;
}

.main_block .title .iconfont {
    font-size: 12px;
}

.main_block .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list li {
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.list li:nth-of-type(5n) {
    margin-right: 0;
}

.list li {
    width: 216px;
    cursor: pointer;
}

.list li img {
    width: 100%;
    height: 216px;
    display: block;
    border-radius: 4px;
}

.list li h4 {
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list li .l span:nth-child(1) {
    color: #D73524;
    font-family: "PingFang SC";
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.list li .l span:nth-child(2) {
    color: #D73524;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.list li .l span:nth-child(3) {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.list li .r {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.list li .r strong {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    font-size: 9px;
    margin-right: 2px;
}

.list li .cover_li {
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 18px 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 每个统一样式的区块 - end */



/* 分类项 - start */
.category_select {
    border-radius: 8px;
    margin-bottom: 16px;
}

.category_select_top {
    padding: 20px 16px 4px 20px;
    border-bottom: 1px solid #f1f1f1;
}

.category_select dl {
    height: auto;
    overflow: hidden;
}

.category_select dt {
    width: 79px;
    height: 22px;
    line-height: 22px;
    text-align: right;
    margin-right: 4px;
}

.category_select dd {
    flex: 1;
    padding-right: 134px;
}

.category_select dd a {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
}

.category_select dd a.active,
.category_select dd a:hover {
    color: var(--themeColor);
}

.category_select .showMore {
    width: 68px;
    height: 30px;
    border-radius: 4px;
    background: #f5f7fa;
    right: 0;
    top: -4px;
    cursor: pointer;
}

.category_select .showMore span {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    margin-right: 4px;
}

.category_select .showMore .iconfont {
    font-size: 16px;
}

.category_select_down {
    padding: 19px 16px 20px 20px;
}

.category_select_down .left .status_select {
    margin-right: 30px;
    cursor: pointer;
}

.category_select_down .left .status_select span {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    margin-right: 6px;
}

.category_select_down .left .status_select span.acitve {
    color: var(--themeColor);
}

.category_select_down .right {
    text-align: right;
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
}

.category_select_down .right span:nth-of-type(1) {
    color: var(--themeColor);
}

.category_select_down .right .iconfont {
    cursor: pointer;
    color: #4e5969;
}

.category_select_down .right .iconfont.disabled {
    color: #c9cdd4;
    cursor: not-allowed;
}

.category_select_down .right .iconfont:nth-of-type(1) {
    margin-right: 6px;
}

.category_select_down .right .iconfont:nth-of-type(2) {
    margin-left: 6px;
}

.zujin_range {
    padding-left: 30px;
}

.zujin_range::before {
    content: "";
    width: 1px;
    height: 18px;
    background: #c9cdd4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.zujin_range span {
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    margin-right: 10px;
    color: #1d2129;
}

.zujin_range input {
    width: 88px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #c9cdd4;
    background: #fff;
    padding-left: 12px;
    display: inline-block;
    outline: none;
}

.zujin_range input::placeholder {
    color: #c9cdd4;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
}

.zujin_range .btns {
    display: none;
}

.zujin_range.shadow {
    box-shadow: 0 0 10px rgba(68, 89, 125, 0.2);
    display: none;
    width: 270px;
    height: 88px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    left: 20px;
    top: -10px;
}

.zujin_range.shadow::before {
    display: none;
}

.zujin_range.shadow .btns {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.zujin_range.shadow .btns .btns_clear {
    border-radius: 26px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #86909c;
    cursor: pointer;
    background: #f2f3f5;
}

.zujin_range.shadow .btns .btns_sure {
    border-radius: 26px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: var(--themeColor);
    margin-left: 10px;
}

.goods_block {
    width: 100%;
    overflow: hidden;
    min-height: 900px;
}

.goods_block .goods_left {
    float: left;
    margin-right: 4px;
    width: 1210px;
}

.goods_block .goods_left {
    transition: opacity 500ms;
    opacity: 1;
}

.goods_block .goods_left li {
    width: 230px;
    height: 340px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    padding-top: 12px;
    cursor: pointer;
     position: relative;
}
.goods_block .goods_left li .pic {
    display: block;
    margin: 0 auto 10px;
    border-radius: 4px;
}
.goods_block .goods_left li .positionLeftLabel{
    left: 14px;
    top: 10px;
}
.goods_block .goods_left li h3 {
    width: 202px;
    color: #1d2129;
    font-weight: 500;
    line-height: 21px;
    margin: 0 auto 10px;
    height: 42px;
}

.goods_block .goods_left li .price strong {
    color: #D73524;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.goods_block .goods_left li .date {
    color: #86909c;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.goods_block .goods_left li .bottom {
    width: 202px;
    color: #86909c;
    font-size: 12px;
    font-weight: 500;
    margin: 10px auto auto;
}

/* 分类项 - end */

/* 分页器 */

.pagination-box {
    margin-top: 30px;
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
}

.pagination-box .prev-btn {
    width: 72px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e5e6eb !important;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 4px;
}

.pagination-box .next-btn {
    width: 72px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e5e6eb !important;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 4px;
}

.pagination-box .page-btn {
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e5e6eb !important;
    background: #fff;
    margin-left: 4px;
    margin-right: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.pagination-box .prev-btn a,
.pagination-box .next-btn a,
.pagination-box .page-btn a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 30px !important;
}

.pagination-box .prev-btn a:hover,
.pagination-box .next-btn a:hover,
.pagination-box .page-btn a:hover,
.pagination-box .active-btn a {
    color: #fff !important;
    background: var(--themeColor) !important;
}

.pagination-box .active-btn a:hover {
    cursor: not-allowed !important;
}

.pagination-box .disabled-btn a,
.pagination-box .disabled-btn a:hover {
    cursor: not-allowed !important;
    color: #c9cdd4 !important;
    background: #fff !important;
}

.pagination-box .paginationjs-pages {
    order: 1;
    margin-right: 16px;
}

.pagination-box .paginationjs-nav {
    order: 2;
}

.pagination-box .paginationjs-go-input {
    order: 3;
    width: 88px !important;
    height: 32px !important;
    box-sizing: border-box;
    border-radius: 4px;
}

.pagination-box .paginationjs-go-input input {
    width: 56px !important;
    box-sizing: border-box;
    text-align: center;
    line-height: 30rpx;
    border-radius: 4px;
    border: 1px solid #e5e6eb;
    background: #fff;
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
}

.pagination-box .paginationjs-go-input::after {
    content: "页";
    margin-left: 8px;
}

.pagination-box .paginationjs-go-button:hover input[type="button"] {
    background: var(--themeColor) !important;
    color: #fff !important;
    border-color: transparent !important;
}

.pagination-box .paginationjs-go-button {
    order: 4;
}

.pagination-box .paginationjs-go-button input {
    width: 60px !important;
    padding: 0 !important;
}

.store-hot {
    padding-bottom: 0;
}

.main_block {
    padding-bottom: 0;
}

/* 针对IE11的CSS Hack */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .category_select dd a.active,
    .category_select dd a:hover,
    .category_select_down .left .status_select span.acitve,
    .category_select_down .right span:nth-of-type(1) {
        color: #125AAF;
    }

    .zujin_range input::-ms-input-placeholder {
        color: #c9cdd4;
        font-family: "Alibaba PuHuiTi 3.0";
        font-size: 14px;
    }
}

.textHeight{
    height: 321px;
}

/*  商家介绍  */
.merchant-introduction {
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    background-color: #fff;
}

.merchant-introduction .title {
    color: #1d2129;
    font-size: 20px;
    font-weight: bold;
}

.introduction-block {
    border-radius: 8px;
    border: 2px solid #FFF;
    background: #fff;
}

.introduction-block img {
    width: 374px;
    height: 281px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.introduction-block img:nth-of-type(3n) {
    margin-right: 0;

}

/* 店铺展示预览样式 */
.shop_img_modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    display: none;
}

.shop_img_modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.shop_img_modal_box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.shop_img_modal_box img {
    display: block;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shop_img_modal .close {
    right: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 2;
}
.positionLeftLabel{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 28px;
    padding: 0 6px;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 68px;
    max-width: 80%;
    border-radius: 4px;
}
.mColor{
  background: linear-gradient(270deg, #F9991E 0%, #FFC422 100%);
}
.yColor{
   background: linear-gradient(270deg, #D73624 0%, #FF7226 100%);
}
.dColor{
   background:linear-gradient(270deg, #125AAF 0%, #498DDD 100%);
}
.hColor{
   background: linear-gradient(270deg, #814ae0 0%, #9785f0 100%);
}
.shopAnnualHtml {
    display: flex;
    align-items: center;
    margin-bottom: 9.5px;
    min-height: 18px;
}

.shopAnnualHtml .shopAnnualHtml-tag1 {
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #FFDFBB;
    background: #FFF3E8;
    color: #fb9600;
    font-size: 12px;
    font-style: normal;
    font-weight: 500; 
    margin-right: 4px;
    width: 46px;
    height: 18px;
    line-height: 18px;
}

.shopAnnualHtml .shopAnnualHtml-tag2 {
    display: flex;
    width: 34px;
    height: 18px;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #FFC6C7;
    background: #FFE8E8;
    color: #D73524;
    font-size: 12px;
    font-style: normal; 
    font-weight: 500;
    margin-right: 4px;
}
 .shopAnnualHtml-tag3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #27b86d33;
    background: #27b86d1a;
    color: #27b86d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    width: 46px;
    height: 18px;
    line-height: 18px;
  }