/*详情页*/
    
    #title {
        margin-top: 0px;
        padding-bottom: .2em;
        line-height: 1;
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
    .thumb{
        max-width: 100%;
    }
    
    .tm-fcs-panel {
        background-color: #e9e9e9;
        background-repeat: no-repeat;
        background-position: left 0;
        position: relative;
        left: 0;
        z-index: 10;
        font: 12px/1.5 "Microsoft Yahei", tahoma, arial;
        padding-bottom: 5px;
        padding-top: 10px;
        margin-right: 20px;
        background-image: url('/static/index/image/pan_bg.png');
    }
    
    .tm-fcs-panel dl dt.tb-metatit {
        color: #999;
        font-size: 12px;
        text-align: left;
        float: left;
        width: 69px;
        margin: 0 0 0 8px;
        font-weight: normal
    }
    
    .tm-fcs-panel dl {
        margin-bottom: 6px
    }
    
    .tm-fcs-panel dl dd {
        color: #333;
        margin-left: 70px;
        font-family: Arial;
    }
    
    .tm-price-panel .tm-price {
        text-decoration: line-through;
        font-size: 14px;
    }
    
    .tm-yen {
        font-family: arial;
        display: inline-block;
        margin-bottom: -6px;
    }
    
    .tm-promo-panel.tm-promo-cur .tm-promo-price .tm-yen {
        vertical-align: middle;
        color: #c40000;
        font-size: 18px;
        font-family: Arial;
        -webkit-font-smoothing: antialiased;
    }
    
    .tm-promo-panel.tm-promo-cur .tm-promo-price .tm-price {
        vertical-align: middle;
        font-size: 30px;
        color: #c40000;
        font-weight: bolder;
        font-family: Arial;
        -webkit-font-smoothing: antialiased;
        line-height: 24px
    }
    
    .tm-promo-panel .tm-promo-price .tm-promo-type {
        background-color: #f47a86;
        border-radius: 1px;
        color: #fff;
        height: 16px;
        line-height: 16px;
        margin: 0 2px 4px 6px;
        padding: 1px 5px;
        position: relative;
        font-style: normal;
    }
    
    .tm-promo-panel .tm-promo-price .tm-promo-type s {
        position: absolute;
        width: 0;
        display: block;
        font-size: 0;
        left: -4px;
        bottom: 0;
        height: 0;
        border: 3px solid #f47a86;
        border-color: transparent #f47a86 #f47a86 transparent;
    }
    
    .tm-promo-panel .tb-metatit {
        line-height: 36px;
    }
    
    .tm-promo-panel .tm-promo-price {
        line-height: 24px;
        font-size: 12px;
        position: relative;
    }
    /*运费*/
    
    .tb-meta {
        margin: 15px 20px 5px 0;
    }
    
    .tb-meta dl .tb-metatit {
        color: #999;
        font-size: 12px;
        text-align: left;
        float: left;
        width: 50px;
        margin: 0 10px;
        font-weight: normal
    }
    
    .tb-meta dl dd {
        margin-left: 70px;
    }
    
    .tb-meta dl dd span {
        font-size: 12px
    }
    
    .tm-delivery-panel {
        margin-bottom: 8px
    }
    
    .tm-delivery-panel .tb-postAge {
        line-height: 18px;
        padding: 9px 0;
    }

    /*数量*/


    
    .tb-num {
        margin: 15px 20px 5px 0;
    }
    
    .tb-num dl .tb-metatit {
        color: #999;
        font-size: 12px;
        text-align: left;
        float: left;
        width: 50px;
        margin: 0 10px;
        font-weight: normal
    }
    
    .tb-num dl dd {
        margin-left: 70px;
    }
    
    .tb-num dl dd span {
        font-size: 12px
    }

    /*服务保障*/
    
    sdf .tm-ser {
        margin: 10px 0;
        position: relative;
    }
    
    .tb-metatit,
    .tb-metatit a {
        color: #999;
    }
    
    .tm-ser .tb-metatit {
        text-align: left;
        float: left;
        width: 66px;
    }
    
    .tm-ser .tb-metatit {
        color: #999;
        font-size: 12px;
        text-align: left;
        float: left;
        width: 69px;
        margin: 0 0 0 8px;
        font-weight: normal;
        line-height: 22px;
    }
    
    .tm-ser .tm-laysku-dd {
        width: auto;
        float: none;
    }
    
    .tm-ser .tb-serPromise li {
        display: inline-block;
        white-space: nowrap;
        padding-right: 20px;
        padding-bottom: 5px;
    }
    
    .tm-ser .tb-serPromise a {
        display: inline-block;
        padding: 0 2px 0 0;
        color: #666;
        white-space: nowrap;
        font-size: 12px
    }
    /*立即购买*/
    
    .tb-btn-sku {
        width: 158px;
        background-color: #ffeded;
        border: 1px solid #c40000 !important;
        color: #c40000;
        padding: 10px 12px !important;
    }
    
    .tb-btn-sku:hover {
        background-color: #ffeded;
        border: 1px solid #c40000;
        color: #c40000;
    }