﻿/*顶部搜索*/
.place-search {
    float: right;
    margin: 10px 0;
    height: 2pc;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 3;
}
.place-search-btn, .place-search-input {
    padding: 0 8px;
    margin: 4px 0;
    line-height: 24px;
}
.place-search-btn {
    float: right;
    width: 46px;
    text-align: center;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    border: none;
    outline: 0;
    background-color: transparent;
}
.place-search [for=globalsearch], .searchbox {
    display: none;
}
.place-search-input {
    width: 236px;
    border: 0;
    outline: 0;
    transition: width .3s ease-in-out;
}
.place-search-input {
    width: 236px;
    border: 0;
    outline: 0;
    transition: width .3s ease-in-out;
}
.place-search .searchbox {
    top: 36px;
    right: 0;
}
.searchbox-list {
    padding-left: 60px;
    position: relative;
    background-color: #ededed;
}
.searchbox-list ul {
    padding: 0;
    margin: 0;
    background: #fff;
    list-style: none;
}
/*市场信息*/
.marketguide
{
    margin-bottom: 10px;
    clear: both;
}
.marketguide .container {
    position: relative;
    display: table;
    height: 164px;
}
.marketguide-info {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    z-index: 1;
    width: 90%;
}
.marketguide-img-box
{
    float:left;
}
.marketguide-info>img {
    margin-right: 15px;
    vertical-align: middle;
}
.marketguide-info h1, .marketguide-info-wrapper, .marketguide-tip {
    display: inline-block;
    vertical-align: middle;
} .marketguide-info-wrapper
{
    width: 75%;margin-left: 10px;
    }
.marketguide-info h1 {
    font-size: 20px;
    max-width: 270px;
}
.marketguide-info-rate {
    margin: 10px 0;
        color: #999;
}
.starrating {
    position: relative;
    display: inline-block;
    line-height: 1em;
    color: #ccc;
}
.starrating span:before, .starrating:before {
    content: "";
}
.starrating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffc30c;
    white-space: nowrap;
}
.marketguide-info-rate a {
    color: #99;
}
.marketguide-info-extra {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 142px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .1s ease-in-out,max-height .4s ease-in-out;
}
.marketguide-info-extra>ul {
    padding: 0 20px;
    background-color: #fff;
    color: #333;
}
.marketguide-extra-item {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    color: #666;
}
.marketguide-extra-item:first-child {
    border-top: none;
}
.marketguide-server {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;    
    text-align: right;
    width: 10%;
}
.marketguide-server>span {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
    text-align: center;
}
.marketguide-server>span:first-child {
    margin-left: 0;
}
.marketguide-server-value {
    display: block;
    margin-top: 9pt;
    margin-bottom: 3px;
    font-size: 18px;
}
.marketguide-favor {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 5px;
    width: 70px; 
    color: #999;
}
.marketguide-favor i {
    font-size: 20px;
    float:left;
}
.marketguide-favor span {
    display: block;
}
.marketguide-favor.selected {
    color: #e00;
    width:80px;
}
/*商铺信息*/
.shopguide .container {
    position: relative;
    display: table;
    height: 142px;
}
.shopguide-info {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    z-index: 1;
}

.shopguide-info>img {
    margin-right: 15px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 4px solid #fff;
    border: 4px solid rgba(255,255,255,.3);
    vertical-align: middle;
}
.shopguide-info h1, .shopguide-info-wrapper, .shopguide-tip {
    display: inline-block;
    vertical-align: middle;
}
.shopguide-info h1 {
    font-size: 20px;
    max-width: 270px;
}
.shopguide-info-rate {
    margin: 10px 0;
}
.starrating {
    position: relative;
    display: inline-block;
    line-height: 1em;
    color: #ccc;
}
.starrating span:before, .starrating:before {
    content: "";
}
.starrating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffc30c;
    white-space: nowrap;
}
.shopguide-info-rate a {
    color: #fff;
}
.shopguide-tag {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 2px 6px;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    background-color: rgba(255,255,255,.2);
    color: #ddd;
    font-size: 9pt;
}
.shopguide-tag:first-child {
    margin-left: 0;
}
.shopguide-tag:after, .shopguide-tag:before {
    content: "";
    position: absolute;
    left: 100%;
}
.shopguide-tag:before {
    top: 50%;
    border: 2px solid;
    z-index: 1;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 2px;
}
.shopguide-tag:after {
    top: 0;
    border: 11px solid transparent;
    border-left-color: rgba(255,255,255,.2);
}
.shopguide-info-extra {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 142px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .1s ease-in-out,max-height .4s ease-in-out;
}
.shopguide-info-extra>ul {
    padding: 0 20px;
    background-color: #fff;
    color: #333;
}
.shopguide-extra-item {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    color: #666;
}
.shopguide-extra-item:first-child {
    border-top: none;
}
.shopguide-server {
    display: table-cell;
    padding-right: 75pt;
    vertical-align: middle;
    color: #fff;
    text-align: right;
    width: 700px;
}
.shopguide-server>span {
    display: inline-block;
    margin-left: 5pc;
    vertical-align: top;
    text-align: center;
}
.shopguide-server>span:first-child {
    margin-left: 0;
}
.shopguide-server-value {
    display: block;
    margin-top: 9pt;
    margin-bottom: 3px;
    font-size: 18px;
}
.shopguide-favor {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 5px;
    width: 5pc;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,.1);
    border-radius: 0 0 5px 5px;
    color: #eee;
}
.shopguide-favor i {
    font-size: 20px;
}
.shopguide-favor span {
    display: block;
}
/*tab页签*/
.place-tab {
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px #e6e6e6 solid;
}
.place-tab-item {
    float: left;
    color: #666;
    padding: 0 20px;
    display: inline-block;
}
.place-tab-item.focus {
    color: #e00;
    border-bottom: 3px #e00 solid;
    margin-bottom: -2px;
}
.place-tab-line {
    float: left;
    height: 24px;
    width: 1px;
    margin: 8px 0;
    background-color: #f5f5f5;
    display: inline-block;
}
.place-fetchtakeout {
    float: right;
    width: 186px;
    height: 42px;
    margin-top: -6px;
    margin-bottom: -13px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.place-fetchtakeout img {
    width: 186px;
    height: 55px;
}
/*商家分类*/
.excavator {
    border: 1px solid #e6e6e6;
}
.excavator-filter {
    line-height: 26px;
    padding: 10px 10px 10px 7em;
    background-color: #fff;
    position: relative;
}
.excavator-filter-item, .excavator-filter-name {
    padding: 0 10px;
    margin-right: 8px;
}
.excavator-filter-name {
    position: absolute;
    left: 10px;
    top: 13px;
    color: #999;
}
.excavator-filter-item {
    white-space: nowrap;
    display: inline-block;
    margin: 5px 6px;
}
.excavator a {
    color: #666;
}
.excavator-filter-item.focus {
    color: #fff;
    background-color: #e00;
    border-radius: 3px;
}
.excavator-filter-item.premium {
    color: #f74342;
}
.excavator-filter-subbox {
    background-color: #f6f6f6;
    padding: 6px 0;
}
.excavator-bgbar {
    background-color: #f5f5f5;
}
.excavator-bgbar .place-search {
    margin: 2px 0;
    display: none;
}
.excavator-option-item+.excavator-option-item, .excavator-sort {
    margin-left: 10px;
}
.excavator-sort {
    float: left;
    line-height: 40px;
}
.excavator-sort-item {
    padding: 0 7px;
    float: left;
    position: relative;
}
.excavator-sort .focus, .excavator-sort-dropdown>a:hover {
    color: #e00;
}
.excavator-sort-item .icon-arrow-down {
    vertical-align: middle;
}
.excavator-sort-item .icon-arrow-up {
    display: none;
    vertical-align: middle;
}
.excavator-sort-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: -3px;
    width: 97px;
    background-color: #fff;
    line-height: 30px;
    padding: 40px 3px 4px 14px;
    border: 1px solid #f5f5f5;
    border-width: 0 1px 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    z-index: 6;
}
.excavator-sort-dropdown>a {
    display: block;
}
.excavator-sort-dropdown.wide {
    width: 135px;
}
.excavator-option {
    float: right;
    margin: 3px 10px 3px 0;
    line-height: 34px;
    border-left: 1px #e6e6e6 solid;
    padding: 0 10px;
}
.excavator-option-item {
    cursor: pointer;
}
.excavator-option-item input {
    margin-right: 3px;
    vertical-align: middle;
}
.excavator-option-item+.excavator-option-item, .excavator-sort {
    margin-left: 10px;
}

/*品牌商家提示*/
.place-tips {
    margin-top: 10px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #fffdee;
    border: 1px solid #ffe4b9;
}
.place-tips var {
    font-style: normal;
    color: #f63;
    font-size: 20px;
}
.place-tips a {
    color: #e00;
}

/*商铺列表*/
.place-premiumrstbox, .place-rstbox {
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    margin-top: 20px;
    background: #fff;
}
.rstblock, .rstblock-logo {
    float: left;
    font-size: 9pt;
    position: relative;
}
.rstblock {
    background-color: #fff;
    border-bottom: 1px #f5f5f5 solid;
    width: 25%;
}
.rstblock-logo {
    padding-top: 20px;
    padding-left: 28px;
    color: #999;
    text-align: center;
}
.rstblock-logo-icon {
    display: block;
    width: 235px;
    height: 235px;
}
.elemeicon-premiumsign {
    background-position: 4px -487px;
}
.rstblock-logo-premiumsign {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 40px;
    z-index: 1;
}
.rstblock-content {
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom:20px;
    float: left;
}
.rstblock-title {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.starrating {
    position: relative;
    display: inline-block;
    line-height: 1em;
    color: #999;
}
.starrating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffc30c;
    white-space: nowrap;
}
.rstblock-monthsales {
    color: #999;
    margin-left: 10px;
}
.rstblock-cost {
    color: #999;
    margin-top: 3px;
    height: 35px;
    overflow: hidden;
}
.rstblock-activity {
    margin-top: 9px;
    min-height: 20px;
}
.rstblock-activity i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-style: normal;
    font-size: 9pt;
    line-height: 1pc;
    overflow: hidden;
    text-align: center;
    width: 18px;
    border-radius: 2px;
    margin-right: 3px;
    padding: 1px;
    background-color: #f63;
    white-space: nowrap;
}
.loading, .loading img {
    vertical-align: middle;
}
.loading {
    font-size: 14px;
    color: #999;
    line-height: 150px;
    text-align: center;
}
.loading img {
    margin-top: -2px;
    margin-right: 10px;
    width: 86px;
}
.loading .normal {
    width: 36px;
}

.place-rstbox-nodata {
    text-align: center;
    padding: 5pc 20px;
}

.nodata {
    margin-bottom: 20px;
    font-size:60px;
    color:#ccc;
    line-height: 100px;
}

.place-premiumrstbox:after, .place-rstbox:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #e6e6e6;
    height: 1px;
    font-size: 1px;
}
/*商品列表*/
.place-waterfallbox {
    position: relative;
    margin-top: 20px;
}
.waterfall-item {
    background-color: #fff;
    margin-bottom: 10px;
    width: 24.25%;
    float: left;
    margin-right: 1%;
}
.waterfall-item .waterfall-top {
    position: relative;
    z-index: 50;
}
.waterfall-item .waterfall-top .img-w {
    font-size: 0;
    min-height: 150px;
    max-height: 500px;
    line-height: 150px;
    text-align: center;
    overflow: hidden;
}
.waterfall-item a:link, .waterfall-w .waterfall-column .waterfall-item a:visited {
    color: #000;
}
.waterfall-item .waterfall-top .img-w img {
    width: 100%;
    vertical-align: middle;
}
.waterfall-item .waterfall-top .waterfall-yundetail {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 26px;
    background-color: #000;
}
 .waterfall-item .waterfall-top .waterfall-yundetail span {
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #b1bcb8;
}
.waterfall-item .waterfall-top .waterfall-yundetail span.waterfall-yundetail-topleft {
    top: 4px;
    left: 4px;
}
.waterfall-item .waterfall-top .waterfall-yundetail span.waterfall-yundetail-topright {
    top: 4px;
    right: 4px;
}
.waterfall-item .waterfall-top .waterfall-yundetail p {
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
}
 .waterfall-item .waterfall-detail {
    padding: 6px 12px 12px;
    border: 1px solid #e1e1e1;
    border-top: none;
}
.waterfall-item .waterfall-detail .waterfall-title-w {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.waterfall-item a:link, .waterfall-item a:visited {
    color: #000;
}
.waterfall-item .waterfall-item-link
{
    color:#fff!important;
}
.waterfall-item .waterfall-detail .waterfall-title-w .waterfall-title {
    font-family: "Microsoft Yahei",sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.waterfall-item .waterfall-detail .waterfall-price span {
    font-family: SimSun,sans-serif;
    font-size: 12px;
    color: #b2b2b2;
}
.waterfall-item .waterfall-detail .waterfall-price .price {
    font-family: arial;
    font-size: 24px;
    color: #e00;
}
.waterfall-item .waterfall-detail .waterfall-price .price i {
    font-style: normal;
    font-size: 18px;
}
.waterfall-item .waterfall-detail .waterfall-pub-w {
    height: 34px;
    text-align: center;
    background: url(../images/market-product-bg.png) no-repeat -20px -2px;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 6px;
    color: #fff;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time span {
    float: left;
    display: inline-block;
    height: 22px;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time .pub-time-l {
    width: 5px;
    background: url(../images/market-product-bg.png) no-repeat -63px -52px;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time .pub-time-c {
    float: left;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #e00;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time .pub-time-c em {
    float: left;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/market-product-bg.png) no-repeat -454px -15px;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time .pub-time-c .pub-time-txt {
    float: left;
    margin-left: 3px;
}
.waterfall-item .waterfall-detail .waterfall-pub-w .pub-time .pub-time-r {
    width: 5px;
    background: url(../images/market-product-bg.png) no-repeat -85px -52px;
}
/*底部购物车*/
.shop-cart {
    z-index: 102;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 46px;
    font-size: 14px;
}
.shop-cartfooter {
    z-index: 2;
    position: relative;
    height: 46px;
    line-height: 46px;
    background-color: #2c2c2c;
    box-shadow: 0 1px 3px #2c2c2c;
}
.shop-cartfooter-text, .shop-carticon {
    display: inline-block;
    vertical-align: middle;
}
.shop-carticon {
    position: relative;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.shop-price
{
    width: 110px;
font-size: 24px;
color: rgb(255, 255, 255);
    }
.shop-cartfooter-checkout {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 120px;
    text-align: center;
    background-color: #e00;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.shop-cartfooter-checkout:hover{color:#fff;}
.shop-cartfooter-checkout.disabled {
    background-color: #e4e4e4;
    color: #333;
    cursor: default;
}
.shop-cartpieces {
    position: absolute;
    top: -6px;
    left: 22px;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    background-color: #ff2828;
    color: #fff;
    font-weight: 700;
}
.shop-cartfooter-text {
    color: #fff;
}
.shop-cartfooter-text.cartprice {
    font-size: 24px;
}
.shop-cartfooter-text.icon-cartprice:before {
    content: "\e610";
    font-size: 14px;
}