/*!
 * stores.css
 * 店铺街页面样式（index2.html）
 * 本地重建版本，替代已失效的 http://weilg.cn/static/css/stores.css
 */

/* ========== 重置 ========== */
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form {
    margin: 0;
}
ol, li, ul, input, textarea, select, button, del, ins, table, td, tr, th {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    outline: none;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, input, textarea, select {
    font-size: 100%;
}
s, i, em {
    text-decoration: none;
    font-style: normal;
}
a, area {
    outline: 0;
    border: none;
}
body, button, input, select, textarea, label {
    font: 12px/150% arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, tahoma, sans-serif;
    outline: 0;
}
body {
    height: auto;
    background: #fff;
}

/* 页面宽度 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* ========== 顶部工具栏 ========== */
.shortcut {
    height: 35px;
    line-height: 35px;
    background: #f3f5f7;
    border-bottom: 1px solid #e1e4e8;
}
.shortcut .layout {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.shortcut .layout:before,
.shortcut .layout:after {
    content: "";
    display: table;
}
.shortcut .layout:after {
    clear: both;
}
.shortcut .s-sub {
    float: left;
}
.shortcut .s-sub a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}
.shortcut .s-main {
    float: right;
}
.shortcut .s-main > ul > li {
    float: left;
    margin-left: 10px;
}
.shortcut .s-main a {
    color: #666;
    text-decoration: none;
}
.shortcut .s-dropdown {
    position: relative;
}
.shortcut .s-dropdown-minicart .h a {
    color: #666;
    text-decoration: none;
}

/* ========== 页头 ========== */
.header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 0;
}
.header .layout {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.header .layout:before,
.header .layout:after {
    content: "";
    display: table;
}
.header .layout:after {
    clear: both;
}
.header .left {
    overflow: hidden;
}
.header .logo {
    float: left;
    width: 280px;
}
.header .logo a {
    display: block;
}
.header .logo img {
    height: 60px;
    max-width: 100%;
}
.header .naver {
    float: left;
    margin-left: 40px;
    margin-top: 18px;
}
.header .naver ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
.header .naver ul:before,
.header .naver ul:after {
    content: "";
    display: table;
}
.header .naver ul:after {
    clear: both;
}
.header .naver li {
    float: left;
    margin: 0 18px;
}
.header .naver li a {
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
}
.header .naver li a:hover,
.header .naver li.active a {
    color: #ff6600;
}

/* ========== 店铺列表主体 ========== */
.content {
    background: #f5f5f5;
    overflow: hidden;
    padding: 20px 0;
}
.margin-w1210 {
    width: 1210px;
    margin: 0 auto;
    overflow: hidden;
}
.flow {
    width: 1210px;
    margin: 0 auto;
    overflow: hidden;
}
.flow-wrap {
    width: 1210px;
    overflow: hidden;
}
.flow-item {
    float: left;
    width: 1208px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}
.flow-item:before,
.flow-item:after {
    content: "";
    display: table;
}
.flow-item:after {
    clear: both;
}
.flow-item .flow-datu {
    float: left;
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    overflow: hidden;
}
.flow-item .flow-datu img {
    width: 100%;
    height: 100%;
    display: block;
}
.flow-item .flow-content {
    float: left;
    width: 280px;
    margin-left: 25px;
    padding-top: 10px;
}
.flow-item .flow-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}
.flow-item .flow-title a {
    color: #333;
    text-decoration: none;
}
.flow-item .flow-title a:hover {
    color: #ff6600;
}
.flow-item .flow-logo {
    margin: 0 0 10px;
}
.flow-item .flow-logo a {
    float: none;
    display: inline-block !important;
}
.flow-item .flow-logo img {
    height: 45px;
    width: auto;
    display: block;
}
.flow-item .flow-desc {
    margin: 0 0 4px;
    line-height: 24px;
}
.flow-item .flow-desc a {
    color: #666;
    text-decoration: none;
    float: none;
    display: inline;
}
.flow-item .flow-desc a:hover {
    color: #ff6600;
}
.flow-item .flow-desc a.flow-qq {
    display: inline;
}
.flow-item .flow-desc a.flow-qq img {
    vertical-align: middle;
}

/* 店铺星级（纯 CSS 字符星星） */
.dianpu-star-box {
    margin: 10px 0;
    line-height: 24px;
    color: #666;
    zoom: 1;
}
.dianpu-star-box:before,
.dianpu-star-box:after {
    content: "";
    display: table;
}
.dianpu-star-box:after {
    clear: both;
}
.dianpu-star-tit {
    float: left;
    width: 60px;
    font-size: 12px;
}
.dianpu-star-box .star {
    float: left;
    width: 88px;
    height: 14px;
    position: relative;
    margin-top: 3px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #ddd;
    overflow: hidden;
}
.dianpu-star-box .star:before {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 2px;
}
.dianpu-star-box .star .star-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 14px;
    overflow: hidden;
    z-index: 2;
}
.dianpu-star-box .star .star-bg .star-gray {
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 80px;
}
.dianpu-star-box .star .star-bg .star-gray .star-light {
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    overflow: hidden;
    color: #f5a623;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
}
.dianpu-star-box .star .star-bg .star-gray .star-light:before {
    content: "★★★★★";
    letter-spacing: 2px;
}

/* 评分 */
.flow-item .flow-score {
    float: left;
    width: 170px;
    margin-left: 15px;
    padding-top: 15px;
}
.flow-item .flow-score h3 {
    font-size: 14px;
    margin: 0 0 8px;
    color: #333;
}
.flow-item .flow-score p {
    margin: 0;
    line-height: 26px;
    color: #666;
}
.flow-item .flow-score p span {
    color: #ff6600;
}

/* 右侧商品列表 */
.flow-item .flow-main {
    float: right;
    width: 500px;
    margin-top: 5px;
}
.picMarquee-left {
    overflow: hidden;
}
.picMarquee-left .bda {
    padding: 0;
}
.picListta {
    overflow: hidden;
}
.picListta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.picListta .gl-item {
    float: left;
    width: 245px;
    margin: 0 5px 10px;
    list-style: none;
}
.picListta .gl-i-wrap {
    overflow: hidden;
}
.picListta .p-img {
    width: 245px;
    height: 220px;
    overflow: hidden;
    text-align: center;
    background: #fafafa;
    border: 1px solid #eee;
}
.picListta .p-img a {
    display: block;
}
.picListta .p-img img {
    width: 100%;
    height: 220px;
    display: block;
}
.picListta .p-name {
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    margin-top: 6px;
}
.picListta .p-name a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
.picListta .p-name a:hover {
    color: #ff6600;
}
.picListta .p-name em {
    font-style: normal;
}

/* ========== 服务区 ========== */
.service-container {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 25px 0;
}
.service {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.service:before,
.service:after {
    content: "";
    display: table;
}
.service:after {
    clear: both;
}
.service .fl {
    float: left;
}
.service-l {
    width: 900px;
}
.service-l dl {
    float: left;
    width: 180px;
    margin-right: 10px;
}
.service-l dl .title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 22px;
}
.service-l dl ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-l dl li {
    margin: 0;
    padding: 0;
}
.service-l dl li a {
    color: #666;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
}
.service-l dl li a:hover {
    color: #ff6600;
}
.service-r {
    float: right;
    width: 260px;
    text-align: right;
}
.service-r dl .title {
    font-size: 18px;
    font-weight: 700;
    color: #ff6600;
    margin-bottom: 8px;
    line-height: 30px;
}
.service-r dl ol {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.service-r dl li {
    margin: 0;
    padding: 0;
}
.service-r dl li a {
    color: #666;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
}
.service-btn {
    display: inline-block;
    padding: 8px 24px;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
}
.btn-line-primary {
    background: #ff6600;
    color: #fff;
}
.btn-line-primary:hover {
    opacity: 0.85;
    color: #fff;
}

/* ========== 页脚 ========== */
.footer-container {
    background: #262321;
    padding: 20px 0;
}
.footer {
    width: 1200px;
    margin: 0 auto;
}
.footer-warrant-area {
    color: #999;
    font-size: 12px;
    zoom: 1;
}
.footer-warrant-area:before,
.footer-warrant-area:after {
    content: "";
    display: table;
}
.footer-warrant-area:after {
    clear: both;
}
.footer-warrant-area p {
    margin: 5px 0;
    line-height: 25px;
}
.footer-warrant-area a {
    color: #999;
    text-decoration: none;
    margin: 0 5px;
}
.footer-warrant-area a:hover {
    color: #ff6600;
}
.footer-warrant-area span {
    color: #666;
}
.footer-warrant-area img {
    vertical-align: middle;
    margin-right: 4px;
}
.mod_copyright_auth {
    margin-top: 10px;
}
.mod_copyright_auth .mod_copyright_auth_ico {
    display: inline-block;
    padding: 0 10px;
    color: #aaa;
}
.mod_copyright_auth .mod_copyright_auth_ico:hover {
    color: #ff6600;
}

/* ========== 辅助 ========== */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
