main>div {
    margin-top: 20px;
}

.reverse {
    transform: rotate(180deg);
}

/* 搜索框 */
.search {
    color: #999;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 8px;
    margin: 0 30px 0 auto;
}


.search input {
    color: #999;
}

.search svg.iconfont {
    width: 18px;
    height: 18px;
}

.search button {
    width: 80px;
    height: 30px;
    background: rgba(0, 145, 255, 1);
    border-radius: 0;
}

/* 搜索框 end */

/* 条件筛选 */
.filtrate-wrapper {}

.filtrate-right,
.filtrate-left {
    background: #fff;
}

.filtrate-left {}

.filtrate-right {
    width: 260px;
}

.filtrate-left .row-wrapper .row:not(:last-child) {
    border-bottom: none;
}

/* 单独一行的筛选框 */
.filtrate-bar {
    padding: 10px 20px;
    background: #fff;
}

.filtrate-bar .prev-page,
.filtrate-bar .next-page {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DBDBDB;
}

.filtrate-bar .prev-page {
    margin: 0 6px 0 40px;
}

.filtrate-bar .count {
    color: #999999;
}

.filtrate-bar .count span {
    color: #0092FF;
}

.filtrate-bar li {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filtrate-bar li.active {
    color: #0092FF;
}

.filtrate-bar li.active .arrow-down {
    transform: rotate(180deg);
}

.filtrate-bar li:hover .angle-down {
    transform: rotate(180deg);
}

.filtrate-bar li:not(:last-child) {
    border-right: none;
}

/* 单独一行的筛选框 */



.row {
    display: flex;
    align-items: center;
    height: 52px;
    border: 1px solid #E5E5E5;
}

.row .row-left {
    line-height: 50px;
    padding: 0 20px;
    font-weight: bold;
    border-right: 1px solid #E5E5E5;
}

.row .row-right ul {
    padding: 0 16px;
}

.row .row-right li {
    padding: 13px 28px;
    padding: 5px 16px;
    border: 1px solid #fff;

}

.row .row-right li.active {
    color: #0092FF;
    border-radius: 10px;
}

.row .row-left {
    background: #f7f7f7;
}

img.arrow-down {
    width: 12px;
    height: 11px;
    margin-left: 10px;
    vertical-align: baseline;
}

svg.iconfont {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    vertical-align: middle;
}

.fast-task .fast-task-top {
    padding: 12px;
    border-bottom: 1px dashed #DCDCDC;
}

.fast-task .fast-task-bottom {
    padding: 12px 26px 28px 26px;
}

.fast-task .fast-task-bottom button {
    border-radius: 0;
}

.fast-task .fast-task-bottom button.free {
    height: 36px;
    width: 100%;
}

.fast-task .fast-task-bottom>div:not(:last-child) {
    display: flex;
    white-space: nowrap;
    margin-bottom: 12px;
}

.fast-task .fast-task-bottom input {
    border: 1px solid #DCDCDC;
    height: 36px;
    padding: 0 10px;
}

.fast-task .fast-task-bottom input.phone-number {
    width: 100%;
}

.fast-task .fast-task-bottom input.auth-code {
    margin-right: 6px;
    width: 140px;
}

.fast-task .fast-task-top h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

/* 条件筛选 */


.white-bg {
    margin-top: 20px;
    background: #fff;
}

.swiper-container {
    width: 100%;
}


/*  普通商店列表  */
.normal-shop-list {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    /* padding: 20px; */
    /* background: #fff; */
}

.normal-shop-item .normal-shop-item-inner {
    box-shadow: 0px 0px 18px 2px rgba(43, 47, 59, 0.14);
}

.normal-shop-item.gold .normal-shop-item-inner {
    background-image: url('/images/show_shop/level_daka_bg.png');
    background-size: 100% 100%;
    background-position: left top;
    box-shadow: 0px 0px 21px 2px rgba(237, 55, 5, 0.22);
}

.normal-shop-item.daka .normal-shop-item-inner {
    background-image: url('/images/show_shop/level_gold_bg.png');
    background-size: 100% 100%;
    background-position: left top;
    box-shadow: 0px 0px 21px 2px rgba(255, 173, 0, 0.22);
}

.normal-shop-item.gold .normal-shop-item-inner .tag,
.normal-shop-item.daka .normal-shop-item-inner .tag {
    background: #fff;
}

.normal-shop-item {
    margin: 0 15px 15px 0;
    /* margin-bottom: 20px; */
    position: relative;
}

.normal-shop-list .normal-shop-item:nth-child(5n) {
    margin-right: 0;
}

.normal-shop-item .normal-shop-pic {
    width: 200px;
    height: 200px;
}

.normal-shop-item .credit-level {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #FF9900;
}

.normal-shop-item .credit-level span {
    margin-left: 6px;
    margin-top: 3px;
}

.normal-shop-item .credit-level .credit-star {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.normal-shop-item .normal-shop-name {
    margin: 6px 0 8px;
    font-size: 16px;
    font-weight: bold;
}

.normal-shop-item .location-level img {
    width: 78px;
    height: 26px;
}

.normal-shop-item .location-level .shop-type-wrapper {
    color: #FFFFFF;
    font-size: 12px;
}

.normal-shop-item .location-level .shop-type-wrapper .shop-type {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    margin-left: 6px;
}

.normal-shop-item .location-level .shop-type-wrapper .shop-type.enterprise {
    background: #4DB1FF;
}

.normal-shop-item .location-level .shop-type-wrapper .shop-type.individual {
    background: #FFBE5F;
}

.normal-shop-item .location-level .shop-type-wrapper .shop-type.mail {
    background: #74E9C0;
}

.normal-shop-item img.auth-gold {
    width: 14px;
    height: 16px;
    margin-left: 6px;
}

.normal-shop-item .location {
    font-size: 12px;
}

.normal-shop-item .shop-type {
    font-size: 12px;
    color: #fff;
    width: 36px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    text-align: center;
    margin-left: auto;
}

.normal-shop-item .shop-type.shop-type-company {
    background: #51B4FF;
}

.normal-shop-item .shop-type.shop-type-person {
    background: #E8C354;
    width: 48px;
}

.normal-shop-item .credit-level {
    margin: 8px 0 10px;
}

.normal-shop-item .credit-level span {
    margin-right: 4px;
}

.normal-shop-item:hover .normal-shop-item-inner {
    /* height: 420px; */
    box-shadow: 0px 0px 18px 2px rgba(43, 47, 59, 0.14);
    /* border: 2px solid #0092FF; */
    z-index: 10;
}

.normal-shop-item .normal-shop-item-inner hr {
    margin: 6px 0 10px;
}

.normal-shop-item:hover .contact-shop {
    display: flex;
}

.normal-shop-item .contact-shop {
    width: 100%;
    display: none;
    background: #0092FF;
    position: absolute;
    top: 180px;
    z-index: 11;
}

.normal-shop-item .contact-shop a {
    color: #fff;
    width: 33.3%;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.normal-shop-item:hover .brief-info {
    display: flex;
}

.normal-shop-item-inner {
    /* position: absolute; */
    width: 228px;
    /* height: 375px; */
    /* border: 1px solid #EEEEEE; */
    padding: 14px 14px 10px;
    background: #fff;
}

.normal-shop-item-inner .brief-info {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}

.normal-shop-item-inner .brief-info::after {
    content: "";
    width: 228px;
    height: 1px;
    position: absolute;
    left: -14px;
    bottom: 0;
    background: #EDEDED;
}

.normal-shop-item-inner .brief-info .brief-top {
    color: #888888;
    font-size: 12px;
    margin-bottom: 3px;
}

.normal-shop-item-inner .brief-info .brief-bottom {
    color: #f90;
    font-size: 12px;
    margin-bottom: 4px;
}

.normal-shop-item .tag-list .tag {
    color: #333;
    font-size: 12px;
    padding: 0 5px;
    background: rgba(237, 237, 237, 1);
    border-radius: 3px;
    margin-right: 6px;
    padding: 2px 4px;
}


.red-gradient {
    background: red;
}

.yellow-gradient {
    background: yellow;
}

.red-gradient {
    background: linear-gradient(90deg, rgba(255, 35, 25, 1) 0%, rgba(255, 97, 25, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: linear-gradient(0deg, rgba(255, 67, 36, 1) 0%, rgba(255, 66, 0, 1) 0%, rgba(255, 66, 0, 1) 0%, rgba(137, 29, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.yellow-gradient {
    color: #FF9900;
    background: linear-gradient(0deg, rgba(255, 138, 0, 1) 0%, rgba(255, 180, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: linear-gradient(0deg, rgba(255, 67, 36, 1) 0%, rgba(255, 198, 0, 1) 0%, rgba(255, 78, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.red-gradient {
    background: transparent\0;
}

.yellow-gradient {
    background: transparent\0;
}

.yellow-gradient a {
    color: rgba(255, 66, 0, 1)\0;
}

.red-gradient a {
    color: rgba(255, 198, 0, 1)\0;
}

/*  普通商店列表 end */


/* 商家所在地区 */
.shop-location-wrapper {
    position: relative;
    width: 120px;
}

.shop-location-wrapper:hover .province-wrapper {
    display: block;
}

.province-wrapper {
    display: none;
    position: absolute;
    width: 430px;
    height: 150px;
    background: #fff;
    border: 1px solid #DCDCDC;
    font-size: 12px;
    padding: 10px;
    top: 28px;
    left: -120px;
    z-index: 9;
}

.province-wrapper .province-list {
    display: flex;
    flex-wrap: wrap;
}

.province-wrapper .province-all,
.province-wrapper .province-list .province-item {
    white-space: nowrap;
    height: 25px !important;
    width: 45px;
    line-height: 25px;
    text-align: center;
}

.province-wrapper .province-all.active,
.province-wrapper .province-list .province-item.active {
    background: #CFEAFF;
}


.pagination-wrapper {
    background: #fff;
    padding: 13px 20px;
    margin: 0px 0 20px;
}