/* created by dlt 2019/8/13 */
.quo-container {
	padding: 0 30px;
}
.quo-container .quo-title{
	font-size: 18px;
	color: #000;
	padding: 27px 0 20px 0;
	text-align: center;	
}
.quo-dropdown-box {
	width: 100%;
	/* height: 180px; */
	background: #F7F7F7;
	padding: 20px;
	overflow: hidden;
}
.quo-dropdown-box .qg-btn {
	width: 40px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	background: #005196;
}
.quo-dropdown-box .quo-dropdown {
	width: 1060px;
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
}
.quo-dropdown-box .quo-dropdown .hide-box {
	border-top: 1px dotted #D8D8D8;
	display: none;
}
.quo-dropdown-box .quo-dropdown h3{
	font-size:16px;
	color:#333;
	line-height:22px;
}
.quo-dropdown-box .quo-dropdown p{
	width: 330px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding-top: 20px;
}
.quo-dropdown-box .quo-dropdown .hide-box p{
  font-size: 12px;
  color: #666;
}
.quo-dropdown-box .quo-dropdown .drop-btn{
	width: 26px;
    height: 26px;
	color: #fff;
    border-radius: 15px;
    background: #005196;
    position: absolute;
    right: 0px;
    top: 20px;
    text-align: center;
    line-height: 26px;
	cursor: pointer;
}
.quo-dropdown-box .quo-dropdown .drop-btn i {
	font-size: 14px;
}
.quo-sub-title {
	margin: 20px 0;
    font-size: 16px;
	color: #333;
    line-height: 20px;
    height: 20px;
    padding-left: 10px;
    border-left: 4px solid #005196;
}

.quo-list {
	width: 100%;
	margin-bottom: 20px;
}

.quo-list tr th {
	text-align: center;
	height: 40px;
	background: #f7f7f7;
	font-weight: normal;
	color: #999;
}

.quo-list tr td {
	text-align: center;
	height: 50px;
	color: #333;
	line-height: 22px;
	border-bottom: 1px dotted #E2E2E2;
}

.quo-list tr td .quo-cl1 {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.quo-list .quo-price {
    display: inline-block;
    min-width: 120px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    color: #333;
    text-indent: 10px;
    border: 1px solid #e2e2e2;
}
.quo-list .quo-price span{
	display: inline-block;
    width: 48px;
    height: 28px;
    background: #FF9200;
    color: #fff;
    float: right;
}
.quo-table-box .quo-total-price {
	text-align: right;
	color: #333;
	font-size: 16px;
	
}
.quo-table-box .quo-total-price span {
	color: #FF9200;
}
/* 前台求购报价表单 */
.quo-deal-box .quo-ul {
	padding-left: 20px;
}
.quo-deal-box .quo-ul li.srchele {
    float: left;
	width: 33%;
	margin-bottom: 46px;
	text-align: center;
}
.quo-deal-box .quo-ul li.srchele .ycard {
	position: relative;
}
.quo-deal-box .quo-ul li.srchele .ycard .unit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
    line-height: 30px;
    padding: 0 5px;
	border: 1px solid #E2E2E2;
}
.quo-deal-box .carrier-label {
	width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.quo-deal-box .layui-input {
	width: 200px;
	border: 1px solid #EAEAEA;
	height: 30px;
	color: #333
}
.quo-deal-box .elsearea{
	height: 80px;
    width: 935px;
    margin-left: 90px;
}
.quo-deal-box .quo-btns .quo-btn{
	width:240px;
	height:36px;
	color: #fff;
	font-size: 14px;
	background:rgba(0,81,150,1);
	border-radius:2px;
	margin: 150px 0;
	cursor: pointer;
}
.quo-deal-box .ycard .layui-form-select .layui-edge {
	right:50px;
}
/*竞买列表*/
.compete_to_buy{
	margin-top: 30px;
	position: relative;
}
.compete_to_buy .rules {
	position: absolute;
	right: 0;
	top: 15px;
}
.compete_to_buy .rules a {
	color: #005196;
	font-size: 14px;
}
.compete_to_buy .layui-tab-title{
	margin-bottom: 20px;
}
.compete_to_buy .layui-tab-title .layui-this {
    color: #005196;
    border-bottom: 3px solid #005196;
}
.compete_to_buy .layui-tab-title li {
	font-size: 24px;
}
.compete_to_buy .layui-tab-content{
	padding:0;
}
.compete_to_buy .bid_begin_time {
    font-size: 12px;
    color: #01AFC2;
    position: absolute;
    top: 1px;
}
.compete_to_buy .bid_begin_time {
	color: #FBA129;
}
.compete_to_buy .bid_end_time {
	color: #45b35c;
	font-size: 12px;
	position: absolute;
	top: 1px;
}
.compete_to_buy .bid_finish_time {
	font-size: 12px;
	position: absolute;
	color: #848484;
	top: 1px;
}
.compete_to_buy .end-btn {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 30px;
	border-radius: 2px;
	font-size: 14px;
	border:none;
	color: #666;
  background: #ccc;
}
/*竞买列表*/
/*竞买详情*/
/*.goods-attr {
	min-height: 585px;
}
.cmpy-intro {
  min-height: 505px;
}*/
.deli_list li {
	width: 33.3%;
	float: left;
	line-height: 40px;
}
.state {
	width: 80px;
	height: 80px;
	font-weight: bold;
	line-height: 80px;
	font-size: 14px;
	text-align: center;
	background: url(../images/wybz.png) no-repeat;
	color: #fff;
	margin-right: 20px;
}
.product-detail .price {
  font-size: 20px;
}
.price-r {
	width: 500px;
	padding:5px 0; 
}
.price_list li {
	float: left;
	width: 40%;
}
.product-detail .price-c {
  height: 110px;
  padding: 15px 20px; 
}
.calculate {
	padding-top: 15px;
	border-bottom:none;
}
.calculate .count-box {
	position: relative;
}
.calculate .count-box .unit {
	width: 50px;
	position: absolute;
	left: 155px;
  top: 5px;
	color: #666;
	font-size: 14px;
}
.price_list li {
	position: relative;
	font-size: 14px;
}
.price-tip {
	position: absolute;
	display: inline-block;
	width: 39px;
	height: 14px;
	right: 20px;
	bottom: 26px;
	text-align: center;
	background: url(../images/priceType.png);
	text-indent: 2px;
	line-height: 14px;
	color: #fff;
	font-size: 10px;
}
.operation {
	padding-top: 10px;
	border-top: 1px dotted #e2e2e2;
}
.operation span {
	padding-right: 30px;
	color: #666;
}
#countdown {
	font-size: 14px;
}
#countdown .num {
	color: #FBA129;
}
/*.link-btn {
  margin-bottom: 31px;
}*/
.process {
	width: 1200px;
	height: 130px;
	margin-top: 20px;
	padding: 30px 35px;
}
.process .title {
	line-height: 72px; 
}
.process ul li {
	float: left;
	text-align: center;
  padding: 0 20px;
  color: #000;
}
.process ul li .prc-icon {
	width:40px;
	height:40px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background: #005196;
	border-radius: 50%;
	margin-bottom: 16px;
}
.process ul li .ml4 {
	margin-left: 4px;
}
.process ul li .ml22{
	margin-left: 22px;
}
.process ul li .ml16{
	margin-left: 16px;
}
.process ul li .prc-icon2{
	line-height: 40px;
  color: #9B9B9B;
}
.bid-record-tab .layui-tab-title {
	height: 40px;
	border: 1px solid #e2e2e2;
}
.bid-record-tab .layui-tab-title li {
	height: 40px;
	width: 120px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.bid-record-tab .layui-tab-title .layui-this {
	color: #fff;
	background: #005196;
}
.bid-record-tab .layui-tab-content {
  padding: 0px; 
}
.bid-record-tab .goods-detail {
  margin-top: 0px; 
}
.bid-record-tab .bidRecord {
	padding: 30px;
}
.bid-record-tab .bidRecord .info {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
.bid-record-tab .bidRecord .info span{
	color: #005196;
}
.bid-record-tab .bidRecord .layui-table-header tr {
	background: #005196;
	color: #fff;
}
.bid-record-tab .bidRecord .layui-table th,.bid-record-tab .bidRecord .layui-table td {
	text-align: center;
	width: 176px;
}
.bid-record-tab .bidRecord .layui-table-page>div {
    text-align: center;
}
.login-tip {
	background: #fbf5cf;
	padding: 10px 20px;
	margin-top: 15px;
}
.login-tip p a {
	color: #0B8CF9;
	margin-left: 30px;
}
a.c_blue {
	color: #005196;
}
.attrs {
	position: relative;
}
.attrs_box{
	width: 88%;
}
.attrs_con {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.iconfont{
	cursor: pointer;
	font-size: 14px;
}
.ico{
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
}
.ico_more {
	background: #005196;
	line-height: 28px;
}
.ico_less {
	display: none;
	background: #ccc;
	line-height: 26px;
}
/*竞买详情*/