/*详情页 促销*/
.PromotionBox{
    border-bottom: 1px dotted #d1d1d1;
    padding: 10px 0px;
    position: relative;
}
.PromotionBox .PromotionTitle{
    display: inline-block;
    width: 65px;
    font-size: 13px;
    vertical-align: top;
}
.PromotionBox .pro_radio_box{
    display: inline-block;
    /*position: relative;*/
}
.PromotionBox .pro_radio_box .promotionChecked{
    cursor: pointer;
    opacity: 0;
}
.PromotionBox .pro_radio_box input[type="radio"]:checked+div {
    background: url(../images/icon.png) no-repeat;
    background-position: 0 -885px;
}
.PromotionBox .pro_radio_box input[type="radio"]{
    display: inline-block;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    opacity: 10;
    -moz-opacity: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    z-index: 10;
}
.PromotionBox .pro_radio_box .option{
    width: 12px;
    height: 12px;
    position: absolute;
    /*top: 3px;*/
    margin-top: 3px;
    left: 0;
    background: url(../images/icon.png) no-repeat;
    background-position: -29px -885px;
}
.PromotionBox .postionBox{
    position: relative;
}
.PromotionBox .pro_radio_box .textFont{
    display: inline-block;
    margin-left: 19px;
    padding-bottom: 8px;
    max-width: 350px;
    width:auto;
}
.PromotionBox .pro_radio_box .textFont .textFont_box{
    display: inline-block;
    max-width: 300px;
    width:auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.PromotionBox .PromotionShowBox{
    display: inline-block;
    position: absolute;
    right: 36px;
    cursor: pointer;
    padding: 2px 4px;
    /*border: 1px solid #d3cfc8;*/
    bottom: 12px;
}
.PromotionShowBox .Profont .tNArrow-icon{
    margin-left: 5px;
}
.PromotionBox .PromotionShowBox .Profont{
    cursor: pointer;
}
.PromotionBox .PromotionShowBox:hover {
    color: #ff4200;
    border-color:#ff4200 ;
}
.PromotionBox .Promo_more{
    color: #ff4200;
    padding-left: 5px;
    vertical-align: 3px;
}
.list-names_d h4 img.buyb2c-t-icon{
    display: inline-block;
    position: inherit;
    height: 15px;
    width: 27px;
    vertical-align: -3px;
}
