/*!
 * spxq.css
 * 文章页 / 店铺动态评分页 样式
 * 本地重建版本，替代已失效的 http://weilg.cn/static/css/spxq.css
 * 主要服务 index_yszc / index_hyjs / index_gwlc 等文章页 与 index_dpj 店铺列表页
 */

/* ========== 通用 ========== */
body {
    font: 12px/1.6 "Microsoft YaHei", "Hiragino Sans GB", Arial, "PingFang SC", sans-serif;
    color: #333;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

/* 面包屑 */
.crumbs-first {
    max-width: 1300px;
    margin: 20px auto;
    padding: 0 190px;
    font-size: 12px;
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.crumbs-first code {
    padding: 0 5px;
    color: #ccc;
    background: none;
}
.crumbs-first a {
    color: #666;
    text-decoration: none;
}
.crumbs-first a:hover {
    color: #e4393c;
}

/* ========== 文章页 ========== */
.detail {
    width: 1300px;
    margin: 0 auto 30px;
    background: #fff;
    min-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 文章布局容器（原站混淆类名，统一给块级排版） */
#J_container ._3d9JsBgr8kSh9Y6NZ8PoB7,
#J_container ._1XJNvyiPsY4lu2NnbH581L,
#J_container ._3NpkzKaACb1c5DBA64TMjf,
#J_container ._3DxVSWjoqsghQdmNPYtFxK,
#J_container ._2RXg7l_BWEMqTnH7z_3eXh,
#J_container ._6KXjmZXt4URp4NonrOWFB,
#J_container ._2HOCMwa4f5nu5ghetrumiN {
    display: block;
    padding: 0;
}

/* 页面主标题 */
#J_container ._2CD7_2MZBYElpXw5FMiwuK {
    text-align: center;
    padding: 35px 0 20px;
}
#J_container ._2CD7_2MZBYElpXw5FMiwuK h3 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e4393c;
}

/* 文章正文容器 */
#J_container .yCtYoR9aaUJ6gLLeZpGlr {
    padding: 10px 60px 50px;
    font-size: 14px;
    color: #444;
    word-break: break-word;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr .title-l1 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 30px 0 12px;
    padding-left: 10px;
    border-left: 4px solid #e4393c;
    line-height: 1.5;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr .title-l2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 24px 0 10px;
    line-height: 1.5;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr .title-l3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 8px;
    line-height: 1.5;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr .title-l4 {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin: 16px 0 6px;
    line-height: 1.5;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr .g-para {
    font-size: 14px;
    line-height: 1.9;
    color: #444;
    margin: 10px 0;
    text-align: justify;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr .g-para strong {
    color: #222;
    font-weight: 700;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr a.txt-reds2 {
    color: #e4393c;
    text-decoration: none;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr a.txt-reds2:hover {
    text-decoration: underline;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr img {
    max-width: 100%;
    height: auto;
}
#J_container .yCtYoR9aaUJ6gLLeZpGlr p {
    margin: 10px 0;
}

/* ========== 店铺动态评分页（index_dpj） ========== */
/* 覆盖 stores1.css 中的旧版小图布局，适配 255x220 商品图 */
.content {
    background: #f5f5f5;
    overflow: hidden;
}
.margin-w1210 {
    width: 1210px;
    margin: 0 auto;
    overflow: hidden;
}
.flow {
    width: 1210px;
    margin: 20px 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;
    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: #e4393c;
}
.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;
    line-height: 24px;
}
.flow-item .flow-desc a {
    color: #666;
    text-decoration: none;
}
.flow-item .flow-desc a:hover {
    color: #e4393c;
}

/* 店铺星级（纯 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: #e4393c;
}

/* 右侧商品列表 */
.flow-item .flow-main {
    float: right;
    width: 500px;
    margin-top: 5px;
}
.picMarquee-left {
    overflow: hidden;
}
.picMarquee-left .bda {
    padding: 0;
}
.picListta {
    overflow: hidden;
}
.picListta .gl-warp {
    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: #e4393c;
}
.picListta .p-name em {
    font-style: normal;
}

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