@charset "utf-8";

@import url(/static/comm/css/page.w.css);
@import url(/static/c2c/topic/index/left.w.css?v=2112011031);

.m-pagination{height: 45px}

.ct{font-size: 14px}
#myLocation{margin: 0;border-bottom: 1px solid #dcdcdc;margin-bottom: 15px}
#leftMenuCt{font-family: 'SimSun';width: 245px;padding-left: 20px;margin-top: 15px;margin-bottom: 30px;float: left}
#rightCt{width:925px;margin:0 15px 30px 15px;float:left;}

#mainContent{width: 100%;margin-bottom: -20px;float: left}
.content{
    display: block;
    width: 220px;
    height: 376px;
    margin: 0 15px 15px 0;
    border: 1px solid #fff;
    float: left;
    background: #F0F0F0;
    border-radius:10px;
}
.content:hover{cursor: pointer;border-color: #FB4C4F}
.content:nth-child(4n){
    margin-right: 0;
}
.headImg{
    width: 218px;
    height: 218px;
    position: relative;
    overflow: hidden;
}
.headImg>img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.contentInfo{
    position: relative;
}
.contentInfo p{margin-bottom: 0}
.contentTitle{margin: 10px;height: 46px;line-height: 23px;overflow: hidden;font-family: "Microsoft Yahei";font-size: 16px;}
#mainContent a{
    color: #000;
}
#mainContent a:visited{
    color: #949494;
}
.contentTitle i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(/static/img/c2c/icon_c2c.png);
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.contentTitle i.cx{background-position: 0 -36px;}
.contentTitle i.seven{background-position: -32px -36px;}
.contentTitle i.postfree{background-position: -48px -36px;}

.contentPrice,.endTime{padding: 0 10px 5px 10px;height: 30px;font-family: "microsoft yahei";position: relative;}
.contentPrice .leader{color: #333}
.contentPrice .bidNum{color: #949494}
.contentInfo .authorInfo{
    height: 30px;
    line-height: 30px;
    background-color: #E1E1E1;
    border-radius: 0 0 10px 10px;
    padding: 0 10px;
}
.authorInfo .author{
    float: left;
    color: #323232;
}
.authorInfo .author img{
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.authorInfo .viewNum{
    float: right;
    color: #949494;
}
.authorInfo .viewNum span{
    color: #000;
    margin-right: 3px;
}

.titleWeight{font-weight: bold}
.titleStyle{font-style: italic}
.titleDecoration{text-decoration: underline}

.price{font-family: "Microsoft Yahei";font-size: 20px;color: #FF0000;display: inline-block;}
.end{color: #000;font-family: "Microsoft Yahei";}
.end span{
    margin: 0 3px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.flagIcon{
    width: 120px;
    height: 75px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
}
.sold {
    background-image: url(/static/img/c2c/end.png);
}
.failSell {
    background-image: url(/static/img/c2c/failsell.png);
}
#prevNext{
    padding: 15px 0 0 0;
}
.leftFont{color: #949494;}