
.red{ color:#ff0000}
img {vertical-align: middle;}
/*拍卖详情页面css*/

.daojishi_box{padding: 10px 20px; font-size: 12px;}
.daojishi_box span{ font-weight: bold;  font-size: 14px; padding: 0 5px;}
.daojishi_box em{font-style: normal;}
.p_chujia_box{padding: 10px 20px; height: 40px; line-height: 40px;}
.p_chujia_box span{ padding-right: 10px;}
.p_chujia_box .chujia_input{ border: 1px solid #dbdbdb; height: 40px;line-height: 30px; padding: 5px 10px; width: 180px; box-sizing: border-box;}

.p_chujia_box .tiaojiabtn{ width: 40px; height: 40px; margin-left: 2px;}
.p_chujia_box .tiaojiabtn span{ width: 40px; height: 19px; display: block;line-height: 20px; background: #ccc; font-size: 18px; color: #fff; text-align: center; padding: 0; cursor: pointer;}
.p_chujia_box .tiaojiabtn span:hover{ background: #C2C2C2;}
.p_chujia_box .tiaojiabtn em{width: 40px; height: 2px;display: block;}

.chujiatips { padding: 2px 30px 2px 23px; margin: 0 20px; overflow: hidden;background: url(../images/msg_bg.png) no-repeat 3px -197px; border: #ffcc7f 1px solid;background-color: #ffffe5;line-height: 18px;}

.p_yijieshu{ padding:60px 20px 20px 20px; border-top: 1px solid #dbdbdb; text-align: center; font-size: 20px;}
.p_yijieshu p{ font-size: 14px; margin-top: 20px;}

/*缴纳保证金页面css*/
.p_bzj_tbg{ background: #f3f3f3; padding: 20px; font-size: 14px;}
.p_bzj_tbg>p{ height: 30px; line-height: 30px;}
.p_bzj_tbg p a{color: #0066CC;}
.p_bzj_tbg .shuoming{ padding: 10px 0 0 0; margin-top: 20px; border-top: 1px solid #ccc; font-size: 12px; line-height: initial;}

.p_bzj_cbg{ padding: 0 20px 20px 20px; border: 1px solid #dbdbdb;}
.p_bzj_cbg .title{ height: 30px; line-height: 30px; padding-top: 30px;}
.p_bzj_cbg .title .tips{ padding: 2px 30px 2px 23px; font-size: 12px; color: #f60; overflow: hidden;background: url(../images/msg_bg.png) no-repeat 3px -197px;}

.p_bzj_cbg .xuanxiang{ padding:5px 10px;}
.p_bzj_cbg .xuanxiang li{ padding: 5px;/* margin-bottom: 20px;*/}
.p_bzj_cbg .xuanxiang li select,.p_bzj_cbg .xuanxiang li input[type=text]{ height: 28px; border: 1px solid #DBDBDB; line-height: 28px; box-sizing: border-box;}
.p_bzj_cbg .xuanxiang li select{ width: 100px;}
.p_bzj_cbg .xuanxiangs li{ padding:10px 5px; margin-bottom: 10px; border-bottom: 1px solid #dbdbdb;}
.p_bzj_cbg .xuanxiangs li b,.p_bzj_cbg .xuanxiangs li p{ padding-bottom:10px;}

/*出价明细列表样式*/
.p_chujialiebiao table{ width: 100%;}
.p_chujialiebiao table thead th{ text-align: left; padding: 15px; background: #e9e9e9;}
.p_chujialiebiao table tbody td{ padding:15px; border-bottom: 1px solid #e9e9e9;}
.p_chujialiebiao table tbody tr:nth-child(1) td:nth-child(1),.p_chujialiebiao table tbody tr:nth-child(1) td:nth-child(2){ font-weight: bold; color: #E82D28}

/*新建场次上传视频样式*/
.thumbnail{display: inline-block;padding: 10px;margin-right: 10px;position: relative;}
.progress{margin-bottom: 0;margin-top: 5px;height: 5px;}
.webuploader-pick{background: #003586;}
.upimg{ overflow: hidden;}
		.images{z-index: 2; overflow: hidden; position: relative; float: left; width: 102px; height: 102px; border: 1px solid #e9e9e9;margin-right: 10px; padding: 1px;}
			label.images-block{position: absolute; cursor: pointer; background: #f6f6f6; width: 98px; height: 98px; text-align: center; line-height: 98px;}
			label.images-block span{background:#f6f6f6;text-align: center;width: 100%; height: 100%;z-index: 2; position: relative;line-height: 85px;}	
			label.images-block span i{font-size: 35px; color: #9a9a9a;}
			label.images-block span p{color: #9a9a9a; font-family:"宋体";line-height: 10px; position: relative; top: -27px;}
			.images input{position: absolute; width: 100%; height: 100%; cursor: pointer;outline: none;opacity: 0;}
			.images img,.images #imgPreview{ z-index: 3; width: 95%; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto;}
			.del-img{ position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.6); color: #fff;padding: 5px 0; width: 100%; z-index: 4;}
			.del-img span{position: relative; float: right !important; margin-right: 8px; cursor: pointer; color: #fff; width: auto !important;}
			.del-img span i,font.del-attachment i{color: #fff; font-size: 12px; float: left; position: absolute; top: -1px;left: -14px;}
.thumbnail {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
}
.thumbnail {
    margin-bottom: 20px;
    padding: 5px;
    /*line-height: 1.42857143;*/
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail .info{ height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/*background: #00b7ee;*/
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #144ca2;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}


.p_chujia_box .tiaojiabtn span.Available{ width: 40px; height: 19px; display: block;line-height: 20px; background: #E82D28; font-size: 18px; color: #fff; text-align: center; padding: 0; cursor: pointer;}
.p_chujia_box .tiaojiabtn span.Available:hover{ background: #c50605;}





