.ui-mask-fff {
    text-align: center;
    display: none;
    z-index: 999999;
}
.ui-mask-fff>div {
    width: 350px;
    height: 326px;
    line-height: 326px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
    border-radius: 18px;
}
.ui-mask-fff img {
   width: 210px;
}
a.queryBid-btn{
	color: #e7161c;
    font-size: 14px;
    float: right;
}
a.queryBid-btn:before{
	content: '+';
    width: 14px;
    display: inline-block;
    height: 15px;
    border: solid 1px #e7161c;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    padding-left: 1px;
    box-sizing: initial;
    margin-right: 5px;			   
}
.form-horizontal {
    width: 100%;
    padding: 0;
    padding-top: 40px;
}
.form-horizontal .form-group {
    width: 100%;
    color: #333;
    margin: 0;
    margin-bottom: 25px;
}
.form-horizontal .form-group span {
    width: 180px;
    text-align: right;
    padding-right: 0;
}
var.xing {
    color: #e7161c;
    margin-right: 5px;
}
.form-group>div {
    text-align: left;
}
.form-horizontal .form-group select, .form-horizontal .form-group input {
    width: 330px;
    height: 44px;
    border: 1px solid #d7d7d7;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
}
.vcode-group,.captcha-row {
    position: relative;
}
.captcha-row .captcha-display {
    position: absolute;
    right: 235px;
    height: 44px;
}
.count-back{
    position: absolute;
    width: 106px;
    height: 44px;
    display: inline-block;
    border-left: 1px solid #cbcbcb;
    right: 237px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #333;
    bottom: 0;
}
button.btn-danger {
    width: 300px;
    height: 44px;
    background-color: #e7161c;
    font-size: 16px;
    margin:20px 0 0px 195px;
}
button.bidInfo-true {
    margin: 35px 0 50px 18px;
}
.notice{
	padding-left: 190px;
    margin-top: 20px;
}
.container>div>div.bidInfo-title{
	height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    margin: 24px 0 34px 0;
    padding-left: 20px!important;
    color: #666;
}
#js-bidInfo table,#js-bidDetail table{
	width: 34%;
    text-align: left;
    margin-left: 19px;
}
#js-bidInfo table tr td,#js-bidDetail table tr td{
	width: 50%;
	text-align: left;
    color: #333;
    line-height: 42px;
}
#js-bidInfo table tr td.orange,#js-bidDetail table tr td.orange{
	color: #ff8901;
}
#js-bidDetail div.line {
    width: 104%;
    height: 10px;
    background-color: #f8f8f8;
    margin-left: -16px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.add-time{
	width: 100%;
    position: absolute;
    bottom: -80px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.popping img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   max-height: 100%;
}
.bidimg{
	cursor: pointer;
}