input,input:active{
	border:none;
	outline:none;
}
.goods{
	display: flex;
	/* align-items: flex-start; */
	align-items: stretch;
	justify-content: space-between;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px 20px 30px 25px;
	margin-top: 20px;
	margin-bottom: 22px;
	position: relative;
}
/* 物资图片 */
.goods_imgs{
	width: 414px;
}
.goods-show-imgs{
	display:block;
	width:100%;height: calc(100% - 20px - 65px);
	margin-bottom:20px;
}
/**
 * 商品图小窗展示
 * start
 */
.jqzoom{
	position:relative;
	padding:0px;
	cursor:pointer;
}
div.zoomdiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:434px;
	width:400px;
	height:400px;
	background:#fff;
	border:1px solid #CCC;
	display:none;
	text-align: center;
	overflow:hidden;
	/* object-fit:cover; */
}
.zoomdiv img{
	width:800px;
}
div.jqZoomPup {
	z-index:99;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	/* width:330px !important;
	height:330px !important; */
	/* width:50px;
	height:50px; */
	width:200px !important;
	height:200px !important;
	border: 1px solid #aaa;
	background: #fff url() 50% top  no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/**
 * 商品图小窗展示
 * end
 */
.goods-select-imgs{
	display:flex;
	justify-content:space-between;
	height:65px;
}
.select-btn{
	width:12px;
	display:flex;
	justify-content:center;
	align-items: center;
}
.select-btn img{
	width:12px;
	height:22px;
	cursor:pointer;
}
.goodsList{
	width:358px;
	overflow:hidden;
}
.goodsList-con{
	display:flex;
	align-items:center;
	transition: all .3s;
}
.goodsList-con img{
	width:65px;
	height:65px;
	border-radius: 5px;
	cursor:pointer;
	box-sizing: border-box;
	object-fit: cover;
	margin-right:7px;
}
.goodsList-con img.active{
	border:2px solid var(--text-color);
}
/* 物资信息 */
.goods_con{
	width: 440px;
}
.goods_title{
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	/* line-height: 20px; */
	/* margin-bottom: 14px; */
}
.goods_time{
	display:flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	background: #F1F3F8;
	box-sizing: border-box;
	padding:0 20px;
	margin-bottom: 13px;
}
.goods_countdown{
	color: var(--text-color);
	font-size: 14px;
	display:flex;
	align-items: center;
}
.goods_countdown span{
	font-size: 18px;
	font-weight: 500;
	/* margin: 0 4px 0 11px; */
}
.goods_countdown3{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.goods_countdown3 span{
	font-weight: 500;
}
.goods_countdown3 span:first-child{
	color: #000000;
}
.goods_countdown3 span:last-child{
	color: #FF0000;
}
.goods_collect{
	display:flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.goods_collect img{
	width: 19px;
	height: 18px;
	vertical-align: middle;
	margin-right: 6px;
}
.goods_function{
	/* height: 236px; */
	height: 272px;
	background-color: #F3F3F3;
	box-sizing: border-box;
	padding:29px 16px 0 19px;
	margin-bottom: 20px;
	position: relative;
}
.goods_functions{
	height: 412px;
}
.auction_item_state{
	position: absolute;
	top: 27px;
	right: 16px;
	width: 90px;
	height: 30px;
	font-weight: 400;
	font-size: 13px;
	color: var(--text-color);
	line-height: 30px;
	text-align:center;
	box-sizing: border-box;
}
.auction_item_state_notstart{
	line-height: 28px;
	border: 1px solid var(--text-color);
	background-color: transparent;
}
.auction_item_state_inprogress{
	color: #ffffff;
	background-color: var(--orange-color);
}
.auction_item_state_end{
	color: #ffffff;
	background-color: #B4B4B4;
}
/* 竞拍审核中 */
.auction_item_state_examine{
	color: #ffffff;
	background: var(--orange-color);
}
/* 竞拍成功 */
.auction_item_state_success{
	color: #ffffff;
	background: var(--bg-color);
}

.goods_function_price{
	display: flex;
	align-items: flex-end;
	height: 36px;
	margin-bottom: 18px;
}
.goods_price_key{
	width: 75px;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
.goods_price_value{
	font-weight: 400;
	font-size: 26px;
	color: #FF0000;
	font-weight: bold;
	line-height: 36px;
}
.goods_function_prices{
	align-items: center;
	margin-bottom: 14px;
}
.goods_price_amount,
.goods_price_amount:hover{
	width: 200px;
	height: 36px;
	border: 1px solid rgba(222, 222, 222, 1);
	line-height: 36px;
	font-size: 20px;
	color: #999;
	text-indent: 12px;
	padding: 0;
	border-radius: 5px;
	/* cursor: not-allowed; */
	background-color: #ffffff;
}
.goods_price_amount_tips{
	color: #FF0000;
	font-size: 12px;
	display: inline-block;
	width: 200px;
	position: absolute;
	right: -55px
}
.goods_function_add{
	padding-left: 75px;
	box-sizing: border-box;
}
.add_price{
	/* width: 42px; */
	height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	border-radius: 5px;
	background: #819E94;
	text-align: center;
	margin-right: 10px;
	padding: 0 5px;
}
.goods_ability{
	display: block;
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	border-radius: 5px;
	background: var(--bg-color);
	text-align: center;
	margin-top: 20px;
	margin-left: 75px;
	cursor: pointer;
}
.goods_abilitys{
	background-color: #B4B4B4;
}
.goods_abilitys2{
	background-color: #9BB9AE;
}
.goods_end{
	font-weight: 400;
	font-size: 14px;
	color: #484848;
}
.goods_not_login{
	
}
.goods_not_login a{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	background-color: var(--bg-color);
	padding: 0 10px;
	text-align: center;
}
.biaodiTip{
	height: 17px;
	line-height: 17px;
	font-size: 13px;
	color: #FE0000;
	margin: 20px 0 25px 0;
}
.biaodiTips{
	font-size: 13px;
	color: #444444;
	line-height: 24px;
	margin-bottom: 13px;
}
.goods_info{
	display: flex;
	flex-wrap: wrap;
}
.goods_info_box{
	width: calc(100% / 3);
	color: #7F7F7F;
	font-size: 13px;
	/* line-height: 13px; */
	line-height: 14px;
	margin-bottom: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.goods_info_box span{
	color: #000000;
}
.goods_auctioneer{
	height: 42px;
	font-weight: 400;
	font-size: 14px;
	line-height: 42px;
	box-sizing: border-box;
	background: #F1F3F8;
	padding:0 20px;
	margin-top: 18px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.goods_auctioneers{
	color: #333333;
}
.goods_auctioneer_num{
	color: #666666;
}
.view_cert{
	color: #FF0000;
	cursor: pointer;
}

/* 物资竞拍记录 */
.goods_auction{
	width: 260px;
}
.goods_auction_phone{
	position: relative;
}
.goods_auction_phone_text{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	text-align: right;
	margin-bottom: 18px;
}
.goods_auction_phone_text span{
	cursor: pointer;
}
.goods_auction_phone_qr{
	position: absolute;
	top: 28px;
	right: 0;
	display: none;
}
.goods_auction_phone_qrs{
	width: 144px;
	height: 190px;
	background-color: #fff;
	box-shadow: 0px 4px 18px 0px rgba(168,168,168,0.38);
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.goods_auction_phone_qrs img{
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
#code{
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.goods_auction_phone_qrs1{
	font-size: 13px;
	color: #181818;
}
.goods_auction_phone_qrs2{
	font-size: 12px;
	color: #515151;
}
.auc_bid_rec{
	height: 40px;
	font-size: 13px;
	background: #F1F3F8;
	padding:0 13px;
	box-sizing: border-box;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.auc_bid_rec_left{
	display:flex;
	align-items: center;
}
.auc_bid_rec_record{
	color: #333333;
	margin-right: 10px;
}
.auc_bid_rec_num{
	color: #FF0000;
}
.auc_bid_rec_all{
	display: flex;
	align-items: center;
	color: #444444;
	cursor: pointer;
}
.auc_bid_rec_all img{
	width: 6px;
	height: 10px;
	margin-left: 7px;
}
.bid_rec_area{
	width: 100%;
	/* height: 416px; */
	/* height: 459px; */
	height: 490px;
	height: calc(100% - 40px);
	color: #999;
	border: 2px solid #E0E1E5;
	border-top: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.bid_rec_box{
	width: 100%;
	font-size: 13px;
	color: #333333;
	line-height: 34px;
	text-align: center;
}
.if_once_text,
.if_num_text,
.if_price_text{
	width: calc(100% / 3);
	height: 34px;
	color: #FFFFFF;
	background: var(--bg-color);
	margin: 0 auto;
	text-align: center;
}
.bid_rec_box tbody tr{
	/* height: 34px; */
	height: 35px;
	background: #FFFFFF;
}
.bid_rec_box tbody tr:first-child{
	color: var(--text-color);
}
.bid_rec_box tbody tr:nth-child(2n){
	background: #F3F5FB;
}
.bid_rec_box tbody tr:last-child{
	height: 38px;
}
.sooning{
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #333333;
	text-align: center;
}
.sooning img{
	width: 166px;
	height: 147px;
	margin-bottom: 14px;
}

/**
 * 详情内容
 */
/* 详情导航 */
.snav{
	width: 100%;
	height: 54px;
	z-index:99999;
}
.snav2{
	height:100%;
	background-color: #ffffff;
	position:relative;
}
.snav_list{
	display:flex;
	align-items: center;
	width:100%;
	height:100%;
	margin-left: 42px;
}
.snav_list a{
	width: 122px;
	font-size: 16px;
	color: #333333;
	line-height:54px;
	text-align:center;
	border-bottom: 3px solid #F6F3F4;
	box-sizing: border-box;
}
.snav_list a.active,.snav_list a:hover{
	color: var(--text-color);
	border-bottom: 3px solid var(--text-color);
}
/* 次导航占位 */
.snav_size{
	width:100%;
	height:54px;
	display:none;
}
#biddingNotice,
#materialIntro,
#realView,
#auctionRecords{
	background-color: #fff;
	border-top: 1px solid #F5F5F5;
	box-sizing: border-box;
	padding: 40px 50px;
	margin-bottom:52px;
}
#materialIntro img{
	margin-bottom: 27px;
}
#materialIntro .package{
	width: 100%;
	overflow: auto;
}
/*修改滚动条样式*/
div.package::-webkit-scrollbar{
	width:10px;
	height:10px;
}
div.package::-webkit-scrollbar-track{
	background: rgb(239, 239, 239);
	border-radius:2px;
}
div.package::-webkit-scrollbar-thumb{
	background: #bfbfbf;
	border-radius:10px;
}
div.package::-webkit-scrollbar-thumb:hover{
	background: #666666;
}
div.package::-webkit-scrollbar-corner{
	background: #179a16;
}



#realView{
	display:flex;
	justify-content: center;
}
#realView video{
	width: 640px;
	height: 360px;
}
#auctionRecords{
	display:flex;
	justify-content: center;
}
/* .auction_records_tbs{
	width: 557px;
}
.auction_records_tb{
	width: 100%;
	border-collapse:collapse;
}
.auction_records_tb th{
	width: 25%;
	height: 40px;
	font-size: 13px;
	color: #333333;
	line-height: 40px;
	background: #C9D6FF;
	text-align: center;
}
.auction_records_tb tbody tr{
	height: 40px;
	font-size: 13px;
	color: #444444;
	line-height: 40px;
	text-align: center;
	background-color: #FFFFFF;
}
.auction_records_tb tbody tr:first-child{
	color: #000000;
}
.auction_records_tb tbody tr:nth-child(2n){
	background-color: #F3F5FB;
} */


/**
 * 竞拍记录
 */
#auctionRecords{
	padding: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.auction_records_tbs{
	width: 100%;
}
.auction_records{
	width: 100%;
	box-sizing: border-box;
	padding: 11px 66px;
}
.auction_records_item{
	display:flex;
	align-items: center;
	justify-content: space-between;
	height: 54px;
	border-bottom: 1px solid #E5E5E5;
}
.auction_records_item1{
	display:flex;
	align-items: center;
}
.records_status{
	width: 52px;
	height: 22px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	background: #ADADAD;
	text-align: center;
	margin-right: 30px;
}
.records_company_num{
	/* width: 86px; */
	width: 100px;
	font-size: 16px;
	color: #000000;
}
.records_price{
	font-size: 16px;
	color: #000000;
}
.records_createtime{
	font-size: 14px;
	color: #444444;
}
.auction_records_item1_active .records_status{
	background: var(--bg-color);
}
.auction_records_item1_active .records_price{
	font-weight: bold;
	color: #FF0000;
}











/**
 * 申请弹窗
 */
.apply_title{
	font-size: 18px;
	color: #000000;
	margin-bottom: 25px;
}
.apply_tips{
	font-size: 16px;
	color: #444444;
	margin-bottom: 28px;
}
.apply_check{
	display: flex;
	align-items: center;
}
.apply_check input[type="checkbox"]{
	margin:0;
	margin-right: 9px;
}
.apply_check div{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000000;
}
.apply_check div span,
.apply_check div a{
	color: #FF0000;
}
.el-button--default,.el-button--default:hover{
	color: var(--text-color) !important;
	border-color: var(--text-color) !important;
}
.el-button--primary,
.el-button--primary:hover,
.el-button--primary:visited,
.el-button--primary:link,
.el-button--primary:active{
	background-color:var(--bg-color) !important;
	border-color:var(--text-color) !important;
}
.el-dialog__headerbtn .el-dialog__close:hover,
.el-dialog__headerbtn:hover .el-dialog__close{
	color: var(--text-color);
}
.el-loading-spinner .el-loading-text{
	color: var(--text-color);
}


.auction_agreement{
	font-weight: normal;
	margin-bottom: 0;
}
/* 隐藏原生的复选框 */
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
/* 创建自定义复选框 */
input[type="checkbox"] + label {
  position: relative;
	padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
/* 自定义复选框的样式 */
input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  background-color: #eee; /* 复选框的默认颜色 */
  border: 1px solid #ccc; /* 边框颜色 */
	border-radius: 2px;
}
/* 当复选框被选中时的样式 */
input[type="checkbox"]:checked + label:before {
  background-color: var(--text-color); /* 选中时的背景颜色 */
  border-color: var(--text-color); /* 选中时的边框颜色 */
}
/* 可选：添加一个勾选符号 */
input[type="checkbox"]:checked + label:after {
  content: '\2713'; /* 勾选符号 */
  position: absolute;
  left: 3px;
  top: 3px;
  color: white;
  font-size: 11px;
	font-weight: bold;
}


/**
 * 黑名单弹窗样式
 */
.home_notice .el-dialog{
	height: 350px;
	background: url(/assets/img/index/home_notice_bg.png) no-repeat;
	background-size:cover;
}
.home_notice .el-dialog--center .el-dialog__body{
	/* padding:20px 15px; */
	padding: 30px 15px;
}
.home_notice .el-dialog__headerbtn{
	top: 80px;
	right: 30px;
}
.home_notice .notice{
	/* box-shadow: 0px 0px 16px 3px rgba(51, 100, 255, 0.17); */
	box-shadow: 4px 3px 16px 0px rgba(75, 74, 75, 0.18);
	margin-top: 15px;
	padding: 0 20px 20px;
}
.notice_title{
	line-height: 50px;
	font-size: 18px;
	color: #303133;
	text-align: center;
	margin-bottom: 20px;
}
.notice_content{
	height: 110px;
	overflow: auto;
}
.el-dialog__headerbtn .el-dialog__close:hover,
.el-dialog__headerbtn:hover .el-dialog__close{
	color: var(--text-color);
}

/*修改滚动条样式*/
div.notice_content::-webkit-scrollbar{
	width:10px;
	height:10px;
}
div.notice_content::-webkit-scrollbar-track{
	background: rgb(239, 239, 239);
	border-radius:2px;
}
div.notice_content::-webkit-scrollbar-thumb{
	background: #bfbfbf;
	border-radius:10px;
}
div.notice_content::-webkit-scrollbar-thumb:hover{
	background: #666666;
}
div.notice_content::-webkit-scrollbar-corner{
	background: #179a16;
}
.notice_btn{
	text-align: center;
	margin-top: 20px;
}
.notice_btn .el-button,
.notice_btn .el-button:hover,
.notice_btn .el-button:active{
	color: #ffffff !important;
	border-color: var(--text-color) !important;
	background-color: var(--bg-color) !important;
}
.notice_btn button:active{
	border-width:1px;
}

