*{
	box-sizing: border-box;
}
.wid {
	width: 1200px;
	margin: 0 auto;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #15448B;
	font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #15448B;
	font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #15448B;
	font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #15448B;
	font-size: 14px;
}

.bidding-hall-bg{
	/*width: 100%;*/
	height: 990px;
	/*background: url(../../../img/indexV6/img/biddingHall/bidding-bg.png) repeat;*/
	position: relative;
	overflow: hidden;
}
.bidding-content{
	position: absolute;
	width: 1920px;
	height: 990px;
	top: 0px;
	left: 50%;
	margin-left: -960px;
	background: url(../../../img/indexV6/img/biddingHall/hall-bg.png) no-repeat top center;
}
.bcon{
	position: absolute;
	top: 0px;
	width: 1210px;
	left: 50%;
	margin-left: -605px;
}
.bidding-list-item{
	width: 1429px;
	/*background: url(../../../img/indexV6/img/biddingHall/bidding-hall-content.png) no-repeat center center;*/
	margin: -42px 0px 0px -110px;
	overflow: hidden;
}
.bidding-data{
	margin-top: 68px;
	color: #ffffff;
	box-sizing: border-box;
}
.bidding-data .bidding-current{
	font-size: 20px;
	width:330px;
	height:129px;
	background:rgba(0,39,87,0.6);
	border-radius:4px;
	margin-top: 6px;
	padding: 20px 40px;
}
.bidding-data .bidding-current i{
	display: inline-block;
	width:36px;
	height:36px;
	margin-right: 18px;
	vertical-align: middle;
	background: url(../../../img/indexV6/img/biddingHall/hall-2.png) no-repeat center center;
}
.bidding-data .bidding-current .bidding-num{
    font-size:16px;
	text-align: right;
}
.bidding-data .bidding-current .bidding-num span{
	font-size:36px;
	font-weight:bold;
	color:#F28B00;
	margin-right:10px;
}
.bidding-data .bidding-guapai{
	font-size: 20px;
	margin-left: 10px;
	margin-top: 6px;
	width:330px;
	height:129px;
	background:rgba(0,39,87,0.6);
	border-radius:4px;
	padding: 20px 40px;
}
.bidding-data .bidding-guapai i{
	display: inline-block;
	width:36px;
	height:36px;
	margin-right: 18px;
	vertical-align: middle;
	background: url(../../../img/indexV6/img/biddingHall/hall-3.png) no-repeat center center;
}
.bidding-data .bidding-guapai .bidding-num{
	font-size:16px;
	text-align: right;
}
.bidding-data .bidding-guapai .bidding-num span{
	font-size:36px;
	font-weight:bold;
	color:#F28B00;
	margin-right:10px;
}
.bidding-data .bidding-turnover{
	font-size: 20px;
	margin: 6px 0 0 10px;
	width:520px;
	height:129px;
	background:rgba(0,39,87,0.6);
	border-radius:4px;
	padding: 20px 40px;
}
.bidding-data .bidding-turnover i{
	display: inline-block;
	width:36px;
	height:36px;
	margin-right: 18px;
	vertical-align: middle;
	background: url(../../../img/indexV6/img/biddingHall/hall-4.png) no-repeat center center;
}
.bidding-data .bidding-turnover .bidding-num{
	font-size:16px;
	text-align: right;
}
.bidding-data .bidding-turnover .bidding-num span{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
}


/*select*/
.select-area{
	width: 250px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-right: 0px;
}
.select-default,.select-default1{
	width: 100%;
	height: 100%;
}
.select-default{
	position:relative;
}
.select-default span,.select-default1 span{
	display: inline-block;
	width: 230px;
	/*text-indent: 28px;*/
}
.select-default i,.select-default1 i{
	display: inline-block;
	width: 9px;
	height: 8px;
	background: url(../../../img/realNameCertification/img/certification/certification-select.png) no-repeat center center;
}
.select-option{
	position: absolute;
	width: 250px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	left: -1px;
	top: 40px;
	display: none;
	max-height: 360px;
	overflow-y:auto;
    z-index: 99;
}
.select-option p{
    /* height: 30px; */
    /* line-height: 30px; */
    cursor: pointer;
    /* text-indent: 28px; */
    line-height: 18px;
    box-sizing: border-box;
    padding: 7px 0px 7px 28px;
    font-size:14px;
}

.select-option p:hover{
	background: #f5f5f5;
}
/*--select*/


.bidding-main{
	width:1200px;
	height:725px;
	background:rgba(0,39,87,0.6);
	border-radius:4px;
	margin-top: 20px;
}
.biddnig-search-con{
	float:right;
	width: 260px;
	height: 30px;
	margin: 30px auto;
	margin-right: 30px;
	background: #01132E;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
	border-radius: 50px;
	behavior: url(../../../js/indexV6/r1/PIE.htc);
}
.bidding-search-list1{
	margin-left: 30px;
}
.bidding-search-list1 input{
	border: none;
	background: none;
	width: 180px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.bidding-search-list2{
	margin-left: 0px;
}
.bidding-search-list2 {
	width: 270px;
	border: none;
	cursor: pointer;
}
.bidding-search-list2 .select-default span{
	width:236px;
    height: 40px;
    overflow: hidden;
}
.bidding-search-list2 .select-option{
	background: #021533;
	border: none;
	width: 270px;
	left: 0px;
}
.bidding-search-list2 .select-option p:hover{
	background: #0F3570;
}
.bsl3,.bsl3 .select-option{
	width: 290px;
}
.bsl3 .select-default span{
	width: 254px;
}
.bidding-search-list4 .select-default span{
	width:118px;
}
/*.bidding-search-list2:hover .select-default{
	background: #65797b;
}*/
.select-area{
	/*border-left:1px solid #52686b;
	border-right:1px solid #52686b;*/
	padding:0px 0px 0px 0px;
	margin-left:-1px;
}


.clickbg{
	background: #021533;
}
.bidding-search-list2 .select-default i{
	background: url(../../../img/indexV6/img/biddingHall/hall-6.png) no-repeat center center;
	width: 12px;
    position: absolute;
    top: 17px;
    right:20px;
}
.bidding-search-list4 {
	width: 150px;
}
.bidding-search-list4  .select-option{
	width: 150px;
}
.bidding-btn{
	margin-right: 10px;
}
.bidding-btn .bbtn-search{
	width: 40px;
	height: 30px;
	background: url(../../../img/indexV6/img/biddingHall/hall-5.png) no-repeat center center;
	cursor: pointer;
}
.bidding-hall-item{

}
.bidding-table{
	border: none;
	border-collapse: collapse;
	width: 1140px;
	margin: auto;
}
.bidding-table tr:nth-child(2n){
	background: rgba(78,220,228,0.05);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#194edce4,endColorstr=#194edce4);
}
.bidding-table tr td{
	text-align: center;
	height: 41px;
	padding: 0px 0px;
	box-sizing: border-box;
}
.bidding-table tr td.hall-price{
    text-align: right;
	padding-right:40px;
}
.bidding-table tr td.appreciation-rate{
	text-align: right;
	padding-right:34px;
}

.bidding-table .nthodd{
	background: rgba(78,220,228,0.05);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#194edce4,endColorstr=#194edce4);
}
.bidding-table tr.bidding-thead{
	background: #021533;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C4edce4,endColorstr=#4C4edce4);
	height: 55px;
	color: #397EE9;
	font-size: 16px;
}
.bidding-table tr.bidding-thead th{
	font-weight: normal;
	box-sizing: border-box;
}
/*.bidding-table tr.bidding-thead th.bdtd1{width: 20%;text-align: left;padding-left:20px;}
.bidding-table tr.bidding-thead th.bdtd2{width: 20%;text-align: right;padding-right:40px;}
.bidding-table tr.bidding-thead th.bdtd3{width: 20%;text-align: left;}
.bidding-table tr.bidding-thead th.bdtd4{width: 12%;text-align: right;}
.bidding-table tr.bidding-thead th.bdtd5{width: 20%;}
.bidding-table tr.bidding-thead th.bdtd6{width: 8%;}*/

.bidding-table tr.bidding-thead th.bdtd1{width: 310px;text-align: left;padding-left:20px;}
.bidding-table tr.bidding-thead th.bdtd2{width: 180px;text-align: right;padding-right:40px;}
.bidding-table tr.bidding-thead th.bdtd3{width: 310px;text-align: left;}
.bidding-table tr.bidding-thead th.bdtd4{width: 110px;text-align: right;padding-right:34px;}
.bidding-table tr.bidding-thead th.bdtd5{width: 152px;}
.bidding-table tr.bidding-thead th.bdtd6{width: 78px;}


.bd-green,.bd-green .bdh-btn{color: #1ced83;}
.bd-yellow,.bd-yellow .bdh-btn{
    -webkit-animation: color-change 1s linear;
    animation: color-change 1s linear;
    animation-fill-mode: forwards;
}
.bd-red,.bd-red .bdh-btn{color: #ED4014;}
.bd-gray,.bd-gray .bdh-btn{color: #999;}
@-webkit-keyframes color-change {
    0% {
        color: #ffe400;
    }
    50% {
        color: #ffe400;
    }
    80% {
         color: #ffe400;
     }
    100% {
        color:#ED4014;
    }
}
@keyframes color-change {
    0% {
        color: #ffe400;
    }
    50% {
        color: #ffe400;
    }
    80% {
        color: #ffe400;
    }
    100% {
        color:#ED4014;
    }
}


.bdh-btn:hover{
	text-decoration: underline;
}

.N-zbtitle{
	width: 310px;
	box-sizing: border-box;
	padding-left: 20px;
	display:block;
			white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
			text-align: left;
}

/*fenye 分页*/
.bhfenye{
	text-align: center;
	margin-top: 24px;
}
.bhfenye,.bhfenye #kkpager{
	color: #0C3C8D;
	line-height: 20px;
	padding:0;
}
.bhfenye a,.bhfenye #kkpager a{
	display: inline-block;
	padding: 8px 16px;
    margin: 10px 3px;
    font-size: 14px;
    background-color: #061F46;
    color: #999;
    text-decoration: none;
    outline: none;
    border: none!important;
}
.bhfenye .curron,.bhfenye #kkpager span.curr{
	display: inline-block;
	padding: 8px 16px;
    margin: 10px 3px;
    font-size: 14px!important;
    border: none!important;
    background: #0C3C8D;
    color: #FFF;
}

.bhfenye #kkpager span.disabled{
	background-color: #061F46;
    color: #5e6f71!important;
    border-color:#061F46;
}
.bhfenye #kkpager_btn_go{
	background-color: #092023!important;
    color: #aaa!important;
}
.bhfenye #kkpager a:hover{
	background-color: #295a60!important;
    border: none !important;
}

.bhfenye .btn_go_input{
	width: 42px;
    height: 29px;
    text-align: center;
    border: 0px;
    outline: none;
    background: #154045;
    color: #eee;
}
.bhfenye .gopage_wrap{

}
.bhfenye #kkpager_btn_go_input{
	background:#061F46;
	color:#fff;
}
.bhfenye #kkpager_gopage_wrap{
	border:0;
}
.bhfenye #kkpager_btn_go_input{
	width: 44px;
    height: 35px;
}

/*--fenye*/

.bidding-color{
	margin: 25px 0px 0px 776px;
}
 .bidding-color .bidding-circle {
 	margin-right: 40px;
 }
 .bidding-color .bidding-circle span{
 	display: inline-block;
 	width: 15px;
 	height: 15px;
 	border-radius: 50%;
 	position: relative;
 	z-index: 1;
 	behavior: url(../../../js/indexV6/r1/PIE.htc);
 	vertical-align: sub;
 }
 .bidding-color .bidding-color-red {
 	color: #ED4014;
 }
.bidding-color .bidding-color-red span{
	background: #ED4014;
}
.bidding-color .bidding-color-gray{
	color: #999;
}
.bidding-color .bidding-color-gray span{
	background: #999;
}
 .bidding-color .bidding-color-green{
 	color: #2ee96d;
 }
 .bidding-color .bidding-color-green span{
 	background: #2ee96d;
 }
 .bidding-color .bidding-color-yellow{
 	color: #ffe400;
 }
 .bidding-color .bidding-color-yellow span{
 	background: #ffe400;
 }
/*.bidding-footer .new-footer{
	background: #2c5993;
}
.bidding-footer .new-footer-list .new-footer-item .dd-foot a,
.bidding-footer .new-footer-list .new-footer-item .dt-foot,
.bidding-footer .new-foot-copy .foot-copy-lef,
.bidding-footer .new-foot-copy .foot-copy-lef a,
.bidding-footer .new-foot-copy .foot-copy-rig{
	color: #bec7d8;
}
.bidding-footer .new-foot-copy .foot-copy-lef a:hover{
	color:#C7080D;
}

.bidding-footer .new-footer-list .new-footer-item .dt-foot{
    border-color: #416BA2;
}

.bidding-footer .new-foot-copy .foot-copy-lef,
.bidding-footer .new-foot-copy .foot-copy-rig{
	border-color: #416BA2;
}

.bidding-footer .new-footer-bottom .dt-foot{
	color: #bec7d8;
	border-color: #416BA2;
}
.bidding-footer .new-footer-bottom .dd-foot{
	color: #bec7d8;
}
.bidding-footer .new-foot-copy{
	border-color: #416BA2;
}
.bidding-footer .new-footer-weibo i{
	background:url(../../../img/indexV6/img/footer-biddingicon.png) no-repeat 0px 0px;
}
.bidding-footer .new-footer-weibo:hover i{
	background:url(../../../img/indexV6/img/footer-biddingicon.png) no-repeat 0px -43px;
}
.bidding-footer .new-footer-weixin i{
	background:url(../../../img/indexV6/img/footer-biddingicon.png) no-repeat -48px 0px;
}
.bidding-footer .new-footer-weixin:hover i{
	background:url(../../../img/indexV6/img/footer-biddingicon.png) no-repeat -48px -43px;
}
.bidding-footer .new-footer-app i{
	background:url(../../../img/indexV6/img/footer-biddingicon.png) no-repeat -96px 0px;
}
.bidding-footer .new-footer-app:hover i{
	background:url(../../../img/indexV6/img/footer-biddingicon.png) no-repeat -96px -43px;
}
.bidding-table tr:hover{
	background:#133e43;
}

.bcon-title{
    text-align: center;
    margin-top: 42px;
    width: 100%;
    height: 120px;
    background: url(../../../img/indexV6/img/biddingHall/jingjiadating.png) no-repeat center center;
}

.bidding-footer .new-footer-list .new-footer-item .dd-foot a:hover{
	color:#fff;
}


.bidding-footer .foot-follow1{
	background: url(../../../img/indexV6/img/foot-follow1-bid.png) no-repeat center center;
}
.bidding-footer .foot-follow2{
	background: url(../../../img/indexV6/img/foot-follow2-bid.png) no-repeat center center;
}
.bidding-footer .foot-follow5{
	background: url(../../../img/indexV6/img/foot-follow5-bid.png) no-repeat center center;
}
.bidding-footer .foot-follow6{
	background: url(../../../img/indexV6/img/foot-follow6-bid.png) no-repeat center center;
}
.bidding-footer .foot-follow7{
	background: url(../../../img/indexV6/img/foot-follow7-bid.png) no-repeat center center;
}
.bidding-footer .foot-follow8{
	background: url(../../../img/indexV6/img/foot-follow8-bid.png) no-repeat center center;
}
.bidding-footer .foot-follow .fline{
	color:#5a7aa4;
}
*/
/*===============================css===================================*/
/*head*/
.bidding-head{
	height: 70px;
	width: 1210px;
	margin: 0 auto;
}
.bidding-head-logo{
	line-height: 70px;
}
.bidding-head-logo img{
	vertical-align: middle;
}
.bidding-head-nav{
	line-height: 70px;
}
.bidding-head-nav li{
	float: left;
    font-size: 16px;
    margin-left: 45px;
}
.top_menu-bid,.top_menu-bid a{
    color: #C7080D;
}
/*head-end*/






