﻿/*新版*/

.mainbody {
    /*margin-top:0!important;*/
}

.merchants-main {
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.merchants-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

    .merchants-container div {
        box-sizing: border-box;
    }

/*左侧*/
.merchants-left {
    width: 270px;
    height: 100%;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.merchants-left-citys {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}

.left-citys-item {
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DDDDDD;
}

    .left-citys-item:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border: 0px;
    }

.left-city-area {
    font-size: 16px;
    font-weight: bold;
    color: #FF4400;
    padding-left: 4px;
}

.left-city-container {
    margin-top: 6px;
}

.city-container-item {
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    margin-right: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

    .city-container-item:hover {
        color: #fff;
        background-color: #ff4400;
    }

    .city-container-item.city-active {
        color: #fff;
        background-color: #ff4400;
    }

.merchants-enter {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 10px 27px 20px;
    background: linear-gradient(180deg,#FF7E00,#FF4400)
}

.merchants-enter-sl {
    width: 50px;
    height: 50px;
    margin-right: 4px;
}

.merchants-enter-til {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.merchants-enter-arrow {
    position: absolute;
    left: calc(50% - 10px);
    bottom: 5px;
    width: 20px;
    height: 20px;
}

.merchants-contact {
    width: 100%;
    height: 310px;
    padding-top: 20px;
    color: #FF4A00;
    box-sizing: border-box;
}

.merchants-contact-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.merchants-contact-phone-icon {
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

.merchants-contact-phone-text {
    font-size: 20px;
    font-weight: bold;
}

.merchants-contact-code {
    display: block;
    width: 200px;
    height: 200px;
    margin: 10px auto 0;
}

.merchants-contact-text {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/*右侧*/
.merchants-right {
    width: 916px;
    height: 100%;
    box-sizing: border-box;
    /*background-color: #f2f2f2;*/
}
/*筛选框*/
.merchants-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 51px;
    padding: 0 10px;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.merchants-filter-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.options {
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
}

    .options input[type='checkbox'] {
        position: relative;
        cursor: pointer;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        vertical-align: top;
    }

        .options input[type='checkbox']::after {
            position: absolute;
            top: 0;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid #dddddd;
            background-color: #fff;
            border-radius: 2px;
            box-sizing: border-box;
        }

        .options input[type='checkbox']:checked::after {
            position: absolute;
            top: 0;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            height: 20px;
            content: '✓';
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            background-color: #ff4400;
            border-radius: 2px;
            border: 1px solid #ff4400;
            box-sizing: border-box;
        }

    .options.notall input[type='checkbox']::after {
        position: absolute;
        top: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        content: '-' !important;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        background-color: #ff4400;
        border-radius: 2px;
        border: 1px solid #ff4400;
        box-sizing: border-box;
    }

.options-item {
    display: inline-block!important;
    height: 20px;
    margin-left: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.merchants-filter-right {
    display: flex;
    align-items: center;
}

.merchants-input-con {
    position: relative;
    width: 320px;
    height: 30px;
    padding: 0 30px 0 10px;
    margin-right: 5px;
    background: #FFFFFF;
    /*border: 1px solid #DDDDDD;*/
    border: 1px solid #FF4A00;
    box-sizing: border-box;
}

    .merchants-input-con img {
        display: none;
        position: absolute;
        right: 9px;
        top: 9px;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }

.merchants-filter-right input {
    width: 100%;
    height: 28px;
    background: #ffffff;
    box-sizing: border-box;
    outline-style: none;
    border: 0;
}

    .merchants-filter-right input:focus {
        outline-style: none;
        border-color: #ff4a00;
    }

.merchants-search {
    width: 75px;
    height: 30px;
    background: #FF4A00;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border: 0;
    cursor: pointer;
}

.merchants-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*商家列表*/
.merchants-list-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    background-color: #f3f3f3;
}

.merchants-list-item {
    width: calc((916px - 46px)/3);
    height: 150px;
    margin-right: 13px;
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    box-sizing: border-box;
    /*background: url("/Images/merchants/shopbg.png") no-repeat center top/100%;*/
    position: relative;
}

    .merchants-list-item:hover {
        border: 1px solid #ff4a00;
        box-shadow: 0px 0px 12px 1px rgba(28,28,28,0.38);
    }

    .merchants-list-item:nth-child(3n) {
        margin-right: 0px;
    }

.merchants-list-item-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 90px;
    padding: 18px 8px 0 12px;
    /*background: url("/Images/merchants/shopbg.png") no-repeat center top/100%;*/
    box-sizing: border-box;
    cursor: pointer;
}

.merchants-list-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 90px;
    /* padding: 18px 8px 0 12px;*/
    padding: 16px 19px 0 10px;
    /*  background-color: rgba(0,0,0,0.3);*/
    /*  background-color: rgba(0,0,0,0.34);*/
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 0
}


.merchants-list-logo {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 53px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    margin-top: 4px;
}

    .merchants-list-logo img {
        width: 50px;
        height: 50px;
        vertical-align: top;
    }

.merchants-list-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    height: 58px;
    padding: 2px 0;
}

.merchants-company {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.merchants-main-business {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.enter-shop {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

    .enter-shop a {
        color: #fff;
        font-size: 14px;
    }

    .enter-shop:hover {
        color: #ff4a00;
    }

.merchants-list-item-bot {
    width: 100%;
    height: 60px;
    padding: 8px 12px;
}

.merchants-list-contact {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #333333;
}

    .merchants-list-contact p {
        /* overflow: hidden;
        text-overflow: ellipsis;
        width: 120px;
        white-space: nowrap;*/
    }

.list-contact-name {
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 82px;
    white-space: nowrap;
}

.merchants-list-code {
    position: relative;
    margin-top: -5px;
    cursor: pointer;
}

.merchants-list-code-mt {
    margin-top: -4px;
}

.merchants-list-code:hover .merchants-code-container {
    display: block;
}

.merchants-list-code img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.merchants-list-code span {
    font-size: 8px;
}
/*二维码hover效果*/
.code-top .merchants-code-container {
    /*display: none;*/
    position: absolute;
    bottom: 68px;
    left: -129px;
    width: 306px;
    height: 256px;
    padding: 10px 8px 8px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    z-index: 1;
    cursor: default;
}

.code-top .brick {
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    transform: rotate(45deg) translateX(-50%);
}

.code-top .brick-none {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 14px;
}

.code-bottom .merchants-code-container {
    /*display: none;*/
    position: absolute;
    top: 68px;
    left: -129px;
    width: 306px;
    height: 256px;
    padding: 10px 8px 8px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    z-index: 1;
    cursor: default;
}

.code-bottom .brick {
    position: absolute;
    left: 50%;
    top: -4px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    transform: rotate(45deg) translateX(-50%);
}

.code-bottom .brick-none {
    position: absolute;
    left: 0;
    top: -14px;
    width: 100%;
    height: 14px;
}

.merchants-code-container {
    display: none;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.6);
}

    .merchants-code-container > img {
        display: block;
        width: 132px;
        height: 132px;
        margin: 2px auto 3px;
    }

    .merchants-code-container > p {
        font-size: 12px;
        color: #333333;
        text-align: center;
    }

.merchants-code-bot {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD;
}

.merchants-code-bot-logo {
    /*width: 70px;*/
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    line-height: 49px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

    .merchants-code-bot-logo .logo-img {
        /*width: 70px;*/
        width: 50px;
        height: 50px;
        margin: 0;
        vertical-align: top;
    }

.merchants-code-company {
    width: 160px;
}

.code-company-name {
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.code-company-info {
    width: 100%;
    margin-top: 3px;
    font-size: 12px;
    color: #333;
}

.code-company-enter {
    width: 40px;
    text-align: right;
    color: #ff4a00;
    cursor: pointer;
}

    .code-company-enter a {
        width: 40px;
        text-align: right;
        color: #ff4a00;
        cursor: pointer;
    }

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*分页按钮样式*/
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #ff4a00;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ff4a00;
}

    .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
        color: #fff;
    }

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #ff4a00;
}

/*缺省图*/
.default-diagram {
    /*padding: 140px 0 220px;*/
    padding: 20px 0 40px;
}

    .default-diagram img {
        display: block;
        margin: 0 auto 30px;
    }

    .default-diagram p {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

/*没有更多了*/
.data-nomore {
    /*padding: 32px 0 296px;*/
    padding: 20px 0 40px;
    background-color: #f3f3f3;
}

    .data-nomore p {
        font-size: 14px;
        color: #333333;
        text-align: center;
    }

/*推荐店铺*/
.recommended-shop {
    padding: 0 12px 12px;
    background-color: #f3f3f3;
}

.recommended-shop-til {
    font-size: 16px;
    font-weight: bold;
    color: #FF4400;
}

.recommended-shop-con {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*height: 158px;*/
    margin-top: 12px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.recommended-shop-item {
    display: flex;
    align-items: center;
    width: calc(100% / 4);
    height: 79px;
    padding: 0 13px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}

.recommended-shop-item-logo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    line-height: 49px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

    .recommended-shop-item-logo .logo-img {
        width: 50px;
        height: 50px;
        margin: 0;
        vertical-align: top;
    }

.recommended-shop-item:nth-child(4n) {
    border-right: 0px;
}

.recommended-shop-item:nth-child(n+5) {
    height: 78px;
    border-bottom: 0px;
}

.recommended-shop-item:hover {
    border: 1px solid #ff4a00;
}

    .recommended-shop-item:hover h3, .recommended-shop-item:hover p {
        color: #ff4a00;
    }

.recommended-shop-item-right {
    width: 125px;
    margin-left: 12px;
}

.recommended-shop-item img {
    width: 50px;
    height: 50px;
}

.recommended-shop-item h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.recommended-shop-item p {
    margin-top: 5px;
    font-size: 12px;
    color: #666666;
}

.recommended-shop-banner {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

#shoplist {
    display: flex;
    padding: 15px 0;
    margin-bottom: 15px;
}

.img-mask {
    position: absolute;
    left: 50%;
    /* top: 50%;
        transform: translate(-50%,-50%);*/
    top: 20%;
    transform: translateX(-50%);
    width: 400px;
    height: 300px;
}

#imageLoading {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 100%;
    animation: loadingD 1.0s .3s cubic-bezier(.17, .37, .43, .67) infinite;
}

/* .loading {
    position: absolute;
    right: 28px;
    top: 2px;
    width: 40px !important;
    height: 40px !important;
    margin: 0 auto;
    padding: 3px;
    border-radius: 100%;
    animation: loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;
}*/

@keyframes loadingD {
    from {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.merchants-sec-img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -4px;
    right: 13px
}

.logobg_text .merchants-flex {
    width: 270px;
}

.logobg_text .merchants-company {
    width: 222px;
}

.merchants-enrshopct {
    width: 211px;
}

.back-btn {
    width: 100px;
    height: 30px;
    margin: -10px auto 10px;
    color: #ff4a00;
    text-align: center;
    border: 1px solid #ff4a00;
    cursor: pointer;
    line-height: 28px;
    user-select: none;
}
