/* CSS Document */
.choice-part01{ line-height: 49px;border-bottom: 1px solid #d6d6d6;}
.choice-title{background: #eeeeee; text-align: center;color:#999999;}
.choice-type{background: #fff;}
.c-type-item{ text-align: center;}
.c-type-item a.active{color:#e11a1a;}
.choose-date{margin-left:20px;}
.jeinput{background: url("../images/date_bg.png") no-repeat 95% center;}
.c-type-item a{color:#656565;}
.infomat-left .total{border-right: 1px solid #dbdbdb;}
.infomation-type{line-height: 42px; background: #eeeeee;margin-bottom: 10px;}
.total{padding-left:10%;font-size: 14px;color:#666;}
.total span{color:#e11a1a;}
.infomation-main{margin-top: 10px;}
.price-interval{ text-align: center;}
.price-interval .form-inline .form-control{width:70px;}
.price-interval .form-inline label{font-weight: normal;}
a.active{color:#e11a1a;}
.active{color:#e11a1a;}
.order span{margin:0px 5px;}
.order{float:right;margin-right: 30px;border-left:1px solid #dbdbdb;padding-left:10px;}
.order span.up{ background: url("../images/up.png") no-repeat right center;padding-right: 8px;}
.order span.down{ background: url("../images/down.png") no-repeat right center;padding-right: 8px;}
/*item*/
.choice-item{padding:5px;margin-bottom: 15px;}
.choice-item-content{background: #fff;}
.choice-item-content .thumb{ height: 224px;position: relative;}
.choice-item-content .title{margin-bottom: 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.choice-item-content .title a{font-size: 16px;}
.choice-item-content .price-get {font-size: 16px;margin-bottom: 5px;}
.choice-item-content .price-get span{font-size: 20px;color:#c71622;}
.choice-item-content .word-item{padding:10px;}

.choice-item-content .price-get span.get{float:right; background: url("../images/start.png") no-repeat left center;padding-left:15px;}
.choice-item-content .price-get span.get a{font-size: 15px;color:#666;}
.choice-item-content .status{margin-bottom: 7px;font-size: 16px;}
.choice-item-content .status span{padding:1px 5px;color:#fff;}

.choice-item-content .status .ing{background: #c71622;}
.choice-item-content .status .start{background: #35c734;}
.choice-item-content .status .deal{background: #666666;}
.choice-item-content .status .lost{background: #666666;}
.choice-item-content .end-time{color:#666;border-bottom:1px solid #dbdbdb;padding-bottom: 5px;margin-bottom: 5px;}
.choice-item-bottom{color:#666;font-size: 12px;}
.choice-item-content .choice-item-bottom span{float:right;color:#666;font-size: 12px;}
.choice-item-content .choice-item-bottom span a{color:#333;}
.choice-item-content .thumb i {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.choice-item-content .thumb dl {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid #99a1a6;
    border-radius: 50%;
    color: #c71622;
    font-size: 20px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70px;
    z-index: 15;
}
.choice-item-content .thumb dl dt {
    line-height: 16px;
    padding-top: 15px;
}


@media (max-width: 768px) {
	.choose-date{margin-left:0px;}
	.order{float:none;margin:0;border-left:0;}
	.price-interval{ text-align: left;padding-left:10px;}
	.infomat-left .total{text-align: left;padding-left:10px;}
	.price-interval .form-control{display: inline-block;}
	.price-interval .form-group{display: inline-block;}
	.choose-date .form-group{display: inline-block;}
	.choose-date{padding:0px 10px;}
	.choice-item-content .thumb{ height: 128px; overflow: hidden;}
}




