/* 我要出价按钮样式 */
.bindState.bid-btn {
    background: #ff6600 !important;
    color: #fff !important;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 15px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    /* 与"进行中"按钮保持一致的尺寸 */
    width: 120px;
    height: 35px;
    line-height: 35px;
    /* 添加边框样式与"进行中"按钮保持一致 */
    border: 2px solid #ff6600;
    box-sizing: border-box;
}

.bindState.bid-btn:hover {
    background: #e55a00 !important;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
    border: 2px solid #e55a00;
}

.banner {height:300px;background-position:center center;background-repeat: repeat; }

.bannerIn {width:1200px;margin:0 auto;}

.specialPhr {width:280px;height:230px;margin:20px;background:rgba(255,255,255,0.7);float: right;}

.specialPhrTitle {height: 55px;background: #7f0019;}

.specialPhrTitle span {color:#fff;font-size:16px;margin-left:20px;line-height: 55px;}

.specialData {padding:20px;height:60px;}

.specialData span {font-size:14px;width:120px;height:30px;line-height:30px;float: left;}

.specialName {font-size:14px;padding-left:20px;padding-right:20px;}

.specialName a {color:#7f0019;}

.contentDiv {background: #f1f1f1;}

.content {width: 1200px;padding-top:20px;clear: both;padding-bottom: 20px;overflow: hidden;margin: 0 auto; }

.filter {height:42px;/*border:#ddd 1px solid;background: #fafafa;*/ width:45%;float:right; margin-right:30px;}

.filter ul li {height:30px;line-height:30px;padding-left:20px;padding-right:20px;border:#ddd 1px solid;float: left; border-radius:5px; margin-right:20px;}

.filter .on#default {color:#800019;background:#fff;}

#num,#price {padding-right:30px;background: #f1f1f1 url(../pics/filter_down.png) right 15px center no-repeat;}

.filter .up#num,.filter .up#price {color:#800019;padding-right:30px;background:#fff url(../pics/filter_up_on.png) right 15px center no-repeat;}

.filter .down#num,.filter .down#price {color:#800019;padding-right:30px;background:#fff url(../pics/filter_down_on.png) right 15px center no-repeat;}

.goodsList {padding-top:20px;clear: both;overflow: hidden;}

.goodsList ul li {width:278px;height:400px;margin-right:23px;margin-bottom:20px;border:#999 2px solid;float: left;position: relative;z-index: 1; }

.goodsList ul li:hover {border:#eb0045 2px solid;}

.goodsList ul li:nth-child(4n) {margin-right:0;}

.goodsImg {width:280px;height:280px; }

.goodsImg img {width:270px;height:278px;}

.goodsPhr {width:280px;height:120px;}

.goodsPhrLeft {width:95%;margin-left:10px;float: left;}

.goodsPhrLeft h3 {font-size:15px;font-weight:700;padding-top:10px;margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }

.goodsPhrLeft h3 a {color:#333;}

.goodsPhrLeft h3 a:hover {color:#eb0045;}

.goodsPhrLeft h5{margin:0;font-size:16px;}

.goodsPhrLeft p {color:#777;margin-top:7px;margin-bottom: 7px; font-size:14px;}

.goodsPhr .weiguan{padding:0 7px; color:#777}

.goodsPhrLeft .price em {color:#eb0045;font-size:16px;}

.goodsPhrLeft .endTime em {color:#000;margin-left:10px;}

.goodsPhrLeft .endTime b {font-weight:100;}

.goodsImg .deal,.goodsImg .end {width: 120px;height:67px;position: absolute;right: 5px;bottom:34px;}

.goodsImg .deal img,.goodsImg .end img {width:120px;height:67px;}

.goodsPhrRight {color:#fff;width:58px;height:60px;margin-top:12px;margin-left:13px;padding-top:8px;text-align:center;background: #eb0045;float: left;}

.goodsPhrRight b {font-size:18px;font-weight: 100;}

.goodsPhrRight p {margin:5px;}

.goodsPhrRight.end {color:#fff;width:55px;height:58px;margin-top:10px;margin-left:15px;padding-top:8px;text-align:center;background: #777;float: left;}

.begin {height:80px;background:#008060;}

.beginLeft {color:#fff;width: 150px;float: left;margin-left:20px;margin-top:10px;}

.beginLeft p {margin-top:5px;font-size:14px;margin-bottom:9px;}

.beginLeft span {font-size: 16px;}

.beginRight {color:#fff;width: 90px;height:50px;text-align:center;margin-top:15px;margin-left:10px;border-left:#339980 1px solid;float: right;}

.beginRight p {margin:3px;}

.goodsPhrRight.begin {height: 55px;}

.price span {color:#eb0045;font-size:14px;}

.price a {color:#eb0045;font-size:14px;}

.goodsPhrLeft .beginTime {color:#008060;font-size: 16px;}

.sideBar {width:40px;height:200px;/* border:#ddd 1px solid; */position:fixed;left:50%;margin-left:610px;bottom:60px;/* background:#fff; */z-index:2000;}

.share,.scan {width:40px;height:50px;text-align:center;border-bottom: #ddd 1px solid;cursor: pointer;}

.share img,.scan img {margin-top:10px;}

.share p,.scan p {color:#777;margin-top:0px;}

.gotop {width:40px;height:40px;text-align:center;background:#f4f4f4;border-bottom: #ddd 1px solid;cursor: pointer;}

.gotop img {margin-top:10px;}

.feedback {width:40px;height:70px;text-align:center;background: #8c0002;cursor: pointer;}

.feedback img {margin-top:7px;}

.feedback p {color:#fff;margin-top:0;}

.qrcode {color:#8c0002;width:220px;height: 250px;text-align:center;border:#ddd 1px solid;position:absolute;right:50px;top:-50px;background:#fff;display: none;}

.qrcode img {width:217px;height:217px;}

.qrcode p {margin:0;}

.settingButtons {height:50px;padding-top:15px;text-align: center;}

.settingButtons .confirm {color:#fff;padding:5px 20px;margin-right:5px;background:#800019;cursor:pointer;}

.settingButtons .cancle {color:#333;margin-left:5px;padding:5px 15px;background:#fff;cursor:pointer;}

.sort {height:50px;border:#ddd 1px solid;margin-bottom:20px;}

.sortLeft {width:95px;height:50px;line-height:50px;background:#f4f4f4;float: left;}

.sortLeft span {color:#777;margin-left:20px;}

.sortRight {height:50px;float: left;}

.sortRight a {color:#555;line-height:50px;margin-left:20px;margin-right:20px;padding-left:20px;padding-right:20px;float: left;}

.sortRight .on {color:#800019;}

.clockDiv {width:500px;height:310px;background: #eee;position:fixed;top: 250px;left:50%;margin-left:-250px;z-index:2000;border:#454545 5px solid;/* display: none; */}

.clockTxt {padding-bottom:10px;font-size:14px;margin-top:40px;line-height: 25px;}

.clockTxt a {color:#800019;padding-right:15px;background:url(../pics/down_arrow_purple.png) right center no-repeat;}

.settingButtons {border-top:#bbb 1px solid;}

.clockDiv .settingTimeItem h3 {position:relative;top:12px;}

.clockDivBox {width:100%;height:100%;position:fixed;top:0;left:0;z-index:3000; display:none; }

.settingTitle {height:35px;line-height:35px;background:#800019;}

.settingTitle span {color:#fff;font-size:14px;margin-left:15px;}

.close1 {width:20px;height:20px;position:absolute;right: 10px;top:3px;cursor:pointer;}

.close1 img {width:15px;height:15px;}

.settingCon {padding:10px 20px;}

.settingTime {height:100px;border-bottom: #bbb 1px solid;}

.settingTimeTitle {font-size:14px;height:30px;line-height: 30px;}

.settingTimeCon {margin-top:10px;}

.settingTimeCon img {margin:5px;float: left;}

.settingTimeItem {width:100px;height:50px;float: left;}

.settingTimeItem b {font-size:35px;font-weight:100;font-family:"bradley hand itc";font-style:italic;margin-right:10px;position:relative

;;top:-5px;float: left;}

.settingTimeItem p {color:#a47f1a;margin:0;}

.settingTimeItem h3 {font-size:18px;font-weight:100;margin:0;margin-top:3px;}

.settingTimeItem.right {width:200px;}

.settingTimeCon .devide1 {color:#bbb;font-size:30px;margin-right:10px;position:relative;top:-15px;float: left;background:none;}



.route{width:20%; height:40px;background-image:url(../pics/route.png);background-repeat:no-repeat; background-position:center;  background-size:100%;float: left;}

.route span{line-height:40px; font-size:16px;color:#fff; padding:10px 30px; font-weight:700}

.route b{line-height:40px; font-size:16px;font-weight:700;color:#fff; position:relative;left:40px;}

.breadcrumb{width:100%;height:30px;line-height:30px;color:#eb0045;font-size:14px}

.allbody{width:100%;height:auto; margin-top:20px;}

.item_box{width:100%;}

.item_cate{width:100%;height:34px;padding:5px 10px;overflow:hidden;}

.item_cate dt{border-right: 2px solid #eb0045; margin: 5px 0;padding: 0 15px;font-weight: 900;font-size: 16px;color: #333333; float:left}

.item_cate dd {line-height:22px;font-size: 14px;margin-top: 0px;float: left;cursor: pointer;padding: 6px;margin-left:10px;text-align:center;float:left}

.item_cate dd img{width:30%;vertical-align: middle;}

.item_type{width:100%;height:34px;padding:5px 10px;overflow:hidden;}

.item_type dt{border-right: 2px solid #eb0045; margin: 5px 0;padding: 0 15px;font-weight: 900;font-size: 16px;color: #333333; float:left}

.item_type dd {line-height:22px;font-size: 14px;margin-top: 0px;float: left;cursor: pointer;padding: 6px;margin-left:10px;text-align:center;float:left}

.item_type dd img{width:30%;vertical-align: middle;}

.item_area{width:1166px;height:30px;padding:5px 10px;overflow:hidden;}

.item_area dt{border-right: 2px solid #eb0045; margin: 5px 0;padding: 0 15px;font-weight: 900;font-size: 16px;color: #333333; float:left}

.item_area dd {line-height:22px;font-size: 14px;margin-top: 0px;float: left;cursor: pointer;padding: 6px;margin-left:10px;text-align:center;float:left}

.item_area span img{width:20px;vertical-align: middle;/*position:absolute;right:18%;*/float: right;margin-top:5px; cursor:pointer;} 

.item_status{width:100%;height:34px;padding:5px 10px;overflow:hidden;}

.item_status dt{border-right: 2px solid #eb0045; margin: 5px 0;padding: 0 15px;font-weight: 900;font-size: 16px;color: #333333; float:left}

.item_status dd {line-height:22px;font-size: 14px;margin-top: 0px;float: left;cursor: pointer;padding: 6px;margin-left:10px;text-align:center;float:left}

.item_status dd img{width:30%;vertical-align: middle;}

.item_date{width:100%;height:34px;padding:5px 10px;overflow:hidden;}

.item_date dt{border-right: 2px solid #eb0045; margin: 5px 0;padding: 0 15px;font-weight: 900;font-size: 16px;color: #333333; float:left}

.item_date dd {line-height:22px;font-size: 14px;margin-top: 0px;float: left;cursor: pointer;padding: 6px;margin-left:10px;text-align:center;float:left}

.item_date dd:last-child{margin-right:10px;}

.item_date dd img{width:30%;vertical-align: middle;}

.active{background:#eb0045;color:#fff; padding:0 30px;margin-right:10px;}

.active a{color:#fff;}

.start_time{border:2px solid #eb0045; height:30px;line-height:30px; color:#eb0045;}

.end_time{border:2px solid #eb0045; height:30px;line-height:30px; color:#eb0045;}

.btn{width:60px;height:30px;background:#eb0045;color:#fff;border-radius:20px; border:1px solid #eb0045;margin-left:10px;}

.btn_price{width:60px;height:30px;background:#eb0045;color:#fff;border-radius:20px; border:1px solid #eb0045;margin-left:10px;}

.list_content{width:100%; background:#fff;margin-top:20px;}

.goodsTop{width:100%;height:40px; padding:30px 0 0 0}

input.miniprice{width:85px;height:30px;margin-left:10px; padding:0 5px;border: #ddd 1px solid; border-radius:5px;}

input.highprice{width:85px;height:30px;margin-left:10px; padding:0 5px;border: #ddd 1px solid; border-radius:5px;}





/*专场*/

.topicList {clear: both;overflow: hidden;}

.topicList ul li {width: 1198px;height:230px;margin-right:23px;margin-bottom:20px;border:#ddd 1px solid;}

.topicList ul li:last-child{margin-bottom:0px;}

.topicList ul li:hover {border:#eb0045 1px solid;}

.topicList ul li:nth-child(4n) {margin-right:0;}

.topicImg {width:750px;height:230px;  float:left}

.topicImg img {width:750px;height:230px;}

.topicPhr {width:448px;height:97px; float:left}

.topicPhrLeft {width:347px;margin-left:30px;float: left;}

.topicPhrLeft h3 {font-size:25px;font-weight:700;padding-top:30px;margin: 0; }

.topicPhrLeft h3 a {color:#333;}

.topicPhrLeft h3 a:hover {color:#eb0045;}

.topicPhrLeft p {color:#777;margin-top:15px;margin-bottom: 5px; font-size:15px;}

.topicPhrLeft p:last-child{margin-top:35px}

.topicPhrLeft .price em {color:#eb0045;font-size:22px;}

.topicPhrLeft .price span {color:#eb0045;font-size:15px;}

.topicPhrLeft .endTime em {color:#000;margin-left:10px;}

.topicPhrLeft .price b {font-size:12px; font-weight:normal;}

.topicPhrLeft .price img{width:4%; vertical-align:middle;}

.topicPhrRight.begin {height: 55px;}

.topicPhrRight {color:#fff;width:58px;height:60px;/*margin-top:12px;*/margin-left:13px;padding-top:8px;text-align:center;background: #eb0045;float: left;position: relative;top: 162px;}

.topicPhrRight a {font-size:15px;font-weight: 100; color:#fff;padding:5px 14px;display:block;width:32px; cursor:pointer}

.topicPhrRight p {margin:5px;}

/*.topicPhrRight .end {color:#fff;width:55px;height:58px;margin-top:10px;margin-left:15px;padding-top:8px;text-align:center;background: #777;float: left;}*/

.topic_on,.topic_end,.topic_begin {position:absolute;right:20%;}



/*成交案例*/

.deal_al{position: absolute;top: 290px;left:190px;}
.deal_al img{width:90%}


/*进行中*/

.timedownzzjx {

    display: inline-block;

    width: 98px;

    height: 30px;

    background-image: url(../pics/zzjx.png);

    background-repeat: no-repeat;

    background-position: -2px -2px;

    font-size: 14px;

    color: white;

    font-weight: bold;

    line-height: 28px;

    position: absolute;

    top: 0;

    left: 0;

    padding-left:10px;

}

.timedown {

    width: 100%;

    height: 30px;

    position: absolute;

    top: 0;

    color: #b8b8b8;

}

.timedown {

    position: absolute;

    z-index: 50;

    width: 100%;

    color: #fff;

    font-size: 12px;

    height: 30px;

    background: rgba(0,0,0,0.6);

}

.timedown .timedownjjkp {

    margin-right: 5px;

    font-size: 12px;

    display: inline-block;

    font-style: normal;

    text-align: center;

    line-height: 28px;

    color: #fff;

    font-weight: 800;

    width: 90px;

    height: 30px;

    background-image: url(../pics/jjks.png);

    background-repeat: no-repeat;

    background-position: -2px -2px;

}

.timedownpmjs {

    margin-right: 5px;

    font-size: 12px;

    display: inline-block;

    font-style: normal;

    text-align: center;

    line-height: 28px;

    color: #fff;

    font-weight: 800;

    width: 90px;

    height: 30px;

    background-image: url(../pics/ending.png);

    background-repeat: no-repeat;

    background-position: -2px -2px;

}





.deal_img {

    position: relative;

}

.deal_img img {

    width: 30%;

    position: absolute;

    left: 70%;

    top: -110px;

}





.num-auction {

    padding-left: 0;

    margin-right: 10px;

    float: right;

    padding-left: 10px;

    margin: 0;

    background: #d6363b;

    height: 24px;

    font-size: 12px;

    padding: 0 10px;

    color: #fff !important;

    line-height: 24px;

    text-align: center;

    cursor: pointer;

}