/*!
 * spxq1.css
 * 商品详情页 / 购物车 / 结算页 样式
 * 本地重建版本，替代已失效的 http://weilg.cn/static/css/spxq1.css
 * 主要服务 goods-*.html、cart.html、checkout.html
 */

/* 面包屑 */
.crumbs-first {
    width: 1200px;
    margin: 20px auto;
    padding: 12px 15px;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 3px;
    line-height: 1.6;
}
.crumbs-first a {
    color: #666;
    text-decoration: none;
}
.crumbs-first a:hover {
    color: #ff6600;
}
.crumbs-first code {
    padding: 0 4px;
    color: #999;
    background: none;
}

/* 商品详情主体容器 */
.prd-firstscreen-center {
    width: 1150px;
    margin: 0 auto 25px;
    background: #fff;
    padding: 30px 25px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 详情表单清除浮动 */
.dss-detail {
    zoom: 1;
}
.dss-detail:before,
.dss-detail:after {
    content: "";
    display: table;
}
.dss-detail:after {
    clear: both;
}

/* ---------- 左侧图片区 ---------- */
.intro_l {
    float: left;
    width: 300px;
}
.intro_l .preview {
    position: relative;
}
.intro_l .product-img {
    width: 298px;
    min-height: 298px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    position: relative;
    text-align: center;
}
.intro_l .product-img img {
    max-width: 100%;
    max-height: 460px;
}
.intro_l .product-img .pic-l-b {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 0;
    height: 0;
}
/* 放大镜占位 */
.intro_l .preview .jqzoom {
    display: block;
}
.intro_l .preview .jqzoom a {
    display: block;
    text-align: center;
}

/* ---------- 右侧商品信息 ---------- */
.dss-goods-summary {
    float: right;
    width: 740px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dss-goods-summary .name h1 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin: 0 0 10px;
}
.dss-goods-summary .name12343 {
    display: inline-block;
    font-size: 13px;
    color: #ff6a00;
    background: #fff6ec;
    border: 1px solid #ffd9b0;
    padding: 4px 12px;
    border-radius: 3px;
    margin-bottom: 12px;
}

/* 价格信息 */
.dss-meta {
    background: #fff8f3;
    border: 1px solid #ffe8d6;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    zoom: 1;
}
.dss-meta:before,
.dss-meta:after {
    content: "";
    display: table;
}
.dss-meta:after {
    clear: both;
}
.dss-meta dl {
    margin: 0;
}
.dss-meta dt {
    float: left;
    width: 70px;
    color: #999;
    line-height: 28px;
    font-weight: 400;
}
.dss-meta dd {
    float: left;
    line-height: 28px;
}
.dss-meta dd.marketprice {
    color: #999;
}
.dss-meta dd.marketprice del {
    color: #999;
    font-size: 14px;
}
.dss-meta dd.price {
    color: #e4393c;
}
.dss-meta dd.price strong {
    font-size: 26px;
    font-weight: 700;
}
.dss-meta .cxj-border {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #ff6600;
    border-radius: 3px;
    vertical-align: 6px;
}

/* 商品属性 */
.prd-properties {
    margin-bottom: 10px;
}
.prd-properties-2 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.prd-properties-other {
    margin-bottom: 15px;
}
.prd-properties .prdLeft {
    display: block;
    float: left;
    width: 100px;
    color: #999;
    line-height: 30px;
}
.prd-properties .prdRight {
    margin-left: 110px;
    line-height: 30px;
}
.prd-properties .prdmod {
    margin-bottom: 6px;
}
.prd-properties .mod-link {
    color: #333;
}
.prd-properties .years {
    font-size: 13px;
}

/* 促销 / 满减 */
.proinfo-main {
    margin-bottom: 10px;
}
.receive-quan {
    margin: 0;
    padding: 0;
}
.receive-quan dd {
    margin: 0;
}
.receive-quan .promo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.receive-quan .promo-list li {
    margin-bottom: 6px;
    zoom: 1;
}
.receive-quan .promo-list li:before,
.receive-quan .promo-list li:after {
    content: "";
    display: table;
}
.receive-quan .promo-list li:after {
    clear: both;
}
.receive-quan .promo-list label {
    float: left;
    padding: 2px 8px;
    margin-right: 8px;
    font-size: 12px;
    color: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 3px;
    line-height: 18px;
}
.receive-quan .promo-list .i-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #999;
    vertical-align: 2px;
    margin-right: 4px;
}
.receive-quan .promo-list .promotion-content {
    color: #333;
    line-height: 20px;
}
.receive-quan .promo-list .promotion-content a.b {
    color: #0066bb;
    font-weight: 700;
    margin-left: 10px;
}

/* 发货信息 */
.proinfo-deliver dl {
    margin: 0;
}
.proinfo-deliver dd {
    margin: 0 10px;
    padding: 8px 0;
    color: #999;
    font-size: 12px;
}
.proinfo-deliver .arriv-infos {
    color: #ff6600;
    margin-right: 6px;
}
.proinfo-deliver #shopName a {
    color: #0066bb;
}

/* 购买按钮区 */
.prd-buttons {
    margin: 15px 0 0;
    zoom: 1;
}
.prd-buttons:before,
.prd-buttons:after {
    content: "";
    display: table;
}
.prd-buttons:after {
    clear: both;
}
.prd-buttons .dss-figure-input input.input-text {
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.prd-buttons.dss-btn a {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 12px 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.prd-buttons.dss-btn a:hover {
    opacity: .85;
}
.prd-buttons.dss-btn a.buynow {
    background: #e4393c;
}
.prd-buttons.dss-btn a.addcart {
    background: #ff6600;
}

/* ---------- 详情主体两栏布局 ---------- */
.dss-goods-layout {
    width: 1150px;
    margin: 0 auto;
    zoom: 1;
}
.dss-goods-layout:before,
.dss-goods-layout:after {
    content: "";
    display: table;
}
.dss-goods-layout:after {
    clear: both;
}
.dss-goods-main {
    float: left;
    width: 925px;
    background: #fff;
}
.dss-goods-main .tabbar {
    border-bottom: 2px solid #ff6600;
    margin-bottom: 20px;
}
.dss-goods-main .dss-goods-title-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
.dss-goods-main .dss-goods-title-nav ul:before,
.dss-goods-main .dss-goods-title-nav ul:after {
    content: "";
    display: table;
}
.dss-goods-main .dss-goods-title-nav ul:after {
    clear: both;
}
.dss-goods-main .dss-goods-title-nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.dss-goods-main .dss-goods-title-nav ul li a {
    display: block;
    padding: 12px 26px;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-bottom: none;
    margin-right: 4px;
    text-decoration: none;
}
.dss-goods-main .dss-goods-title-nav ul li.current a {
    color: #fff;
    background: #ff6600;
    border-color: #ff6600;
}
.dss-intro {
    padding: 15px;
}
.dss-intro .ds-goods-sort {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dss-intro .pro-para-tbl {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}
.dss-intro .pro-para-tbl th,
.dss-intro .pro-para-tbl td {
    padding: 5px 8px;
    font-size: 12px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.dss-intro .pro-para-tbl th {
    background: #f0f0f0;
    text-align: left;
    height: 30px;
}
.dss-intro img.err-product,
.dss-intro img {
    max-width: 100%;
    height: auto;
}

/* ---------- 店铺侧栏 ---------- */
.dss-sidebar {
    float: right;
    width: 210px;
}
.dss-sidebar .aside {
    margin-bottom: 10px;
}
.dss-sidebar .m-aside {
    background: #fff;
    border: 1px solid #eaeaea;
}
.dss-sidebar .popbox-inner {
    padding: 0;
}
.dss-sidebar .mt {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    zoom: 1;
}
.dss-sidebar .mt:before,
.dss-sidebar .mt:after {
    content: "";
    display: table;
}
.dss-sidebar .mt:after {
    clear: both;
}
.dss-sidebar .mt h3 {
    font-size: 15px;
    margin: 0;
    color: #333;
    line-height: 24px;
}
.dss-sidebar .mt .im-wrap a {
    color: #ff6600;
}
.dss-sidebar .mt .arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #999;
}
.dss-sidebar .mc {
    padding: 12px 15px;
}
.dss-sidebar .score-infor {
    display: block;
    zoom: 1;
}
.dss-sidebar .score-infor:before,
.dss-sidebar .score-infor:after {
    content: "";
    display: table;
}
.dss-sidebar .score-infor:after {
    clear: both;
}
.dss-sidebar .dianpu-star-box {
    margin-bottom: 10px;
    zoom: 1;
}
.dss-sidebar .dianpu-star-box:before,
.dss-sidebar .dianpu-star-box:after {
    content: "";
    display: table;
}
.dss-sidebar .dianpu-star-box:after {
    clear: both;
}
.dss-sidebar .dianpu-star-tit {
    float: left;
    width: 60px;
    color: #666;
    line-height: 16px;
}
.dss-sidebar .star {
    float: left;
    margin-top: 2px;
}
.dss-sidebar .star-bg {
    width: 94px;
    height: 16px;
    border-radius: 8px;
    background: #e6e6e6;
    overflow: hidden;
}
.dss-sidebar .star-gray {
    position: relative;
    width: 80px;
    height: 14px;
    margin: 1px 0 0 7px;
}
.dss-sidebar .star-light {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    background: #ffaa00;
    border-radius: 8px;
}
.dss-sidebar .score-parts {
    zoom: 1;
}
.dss-sidebar .score-parts:before,
.dss-sidebar .score-parts:after {
    content: "";
    display: table;
}
.dss-sidebar .score-parts:after {
    clear: both;
}
.dss-sidebar .score-part {
    float: left;
    width: 50%;
    margin-bottom: 6px;
}
.dss-sidebar .score-desc {
    display: block;
    color: #999;
    font-size: 12px;
}
.dss-sidebar .score-detail em {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
}
.dss-sidebar .score-detail em.red {
    color: #e4393c;
}
.dss-sidebar .score-detail em.green {
    color: #0aa100;
}
.dss-sidebar .btns {
    zoom: 1;
    padding-top: 8px;
}
.dss-sidebar .btns:before,
.dss-sidebar .btns:after {
    content: "";
    display: table;
}
.dss-sidebar .btns:after {
    clear: both;
}
.dss-sidebar .btns .btn-def {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 7px 16px;
    font-size: 12px;
    color: #fff;
    background: #ff6600;
    border-radius: 3px;
    text-decoration: none;
}
.dss-sidebar .btns .btn-def:hover {
    background: #e65600;
}
.dss-sidebar .btns .btn-def i {
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

/* 联系商家 */
.dss-info {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px;
    font-size: 12px;
}
.dss-info .title h4 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
}
.dss-info .title h4 a {
    color: #333;
    text-decoration: none;
}
.dss-info .content dl {
    margin: 0;
}
.dss-info .content dt {
    color: #666;
    line-height: 25px;
}
.dss-info .dss-detail-rate h5 {
    margin: 8px 0 4px;
    font-size: 13px;
}
.dss-info .dss-detail-rate ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dss-info .dss-detail-rate li {
    padding: 2px 5px;
}

/* 侧栏商品精选 */
.dss-sidebar .container {
    width: 208px;
    float: left;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dss-sidebar .container .mt h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #eaeaea;
}
.dss-sidebar .container .gl-warp {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dss-sidebar .container .gl-item {
    width: 160px;
    padding: 10px 20px 15px;
}
.dss-sidebar .container .p-img a {
    display: block;
}
.dss-sidebar .container .p-img img {
    width: 160px;
    height: 140px;
}
.dss-sidebar .container .p-price {
    padding: 5px 0;
    color: #e4393c;
    font-weight: 700;
    font-size: 14px;
}
.dss-sidebar .container .p-name {
    overflow: hidden;
    height: 36px;
    line-height: 18px;
}
.dss-sidebar .container .p-name a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
.dss-sidebar .container .p-name a:hover {
    color: #ff6600;
}

/* 商品滚动列表兜底 */
.gl-warp {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gl-item {
    margin: 0;
    padding: 0;
}
.gl-i-wrap {
    overflow: hidden;
}
.p-img a {
    display: block;
}
.p-img img {
    max-width: 100%;
}
.p-name a {
    color: #333;
    text-decoration: none;
}
.p-price strong i {
    font-style: normal;
}

/* 通用辅助 */
.pngFix {
    behavior: url(iepngfix.htc);
}
