﻿.tag-position{
    position:absolute;
    top:10px;
    left:10px;
}

.tag-price{
    display:inline-block;
    /*width:90px;*/
    text-align:center;
    height:40px;
    line-height:20px;
    border:1px solid #ff5500;
    border-radius:2px;
}

.tag-price>p{
    display:block;
    width:100px;
    height:20px;
    line-height:20px;
    color:#ffffff;
    text-decoration:line-through;
    background:#ff5500;
}

.tag-price>a.ask{
    display:block;
    /*width:75px !important;*/
    text-align:center;
    color:#ff5500;
    background:url(../images/dsj.png) no-repeat right center !important;
    padding-right:10px !important;
}

.tag-price>p.tag-style2{
    display:block;
    height:20px;
    text-decoration:none;
    background:#ffffff;
    color:#ff5500;
    height:20px;
}

.boxspan{
    float:right;
    width:170px;
    height:20px;
    text-align:center;
    border:1px solid #ff5500;
    border-radius:2px;
    color:#ff5500;
    margin-right:10px;
}

.boxspan>span{
    height:20px;
    line-height:20px;
    width:85px;
    display:inline-block;

}

.boxspan>span.fr{
    background:#ff5500;
    color:#ffffff;
}

.box-fr{
    width:200px;
}

.boxspan>span.fl{
    text-decoration:line-through;
}