/*公共部分 勿删*/
ul,li{list-style:none}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea,button{
  margin:0;
  padding:0;
  font-family: PingFangSC,"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,STHeiTi,sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  word-spacing: normal;
  color: #333;
}
div { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a {
	color:#333;
	text-decoration: none;
}
em,i{font-style:normal;}
input,button,select,textarea{outline:none;}
.clearfix{
	_zoom:1;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
.fl{
	float:left;	
}
.fr{
	float:right;
}
.pr{
	position:relative;
}
.pb{
	position:absolute;
}

/*拍拍列表*/
.bgcolor{
	background:#f7f7f7;
}
.auction_header{
	box-shadow: none;	
	background:#fff;
}
.auction_header a{
	color:#666;
}
.auction_header h1{
	color:#333;
}
.auction_tab{
	width:100%;
    display: -webkit-flex;
	display:flex;
	padding-top:44px;
	background:#333; /*2019713*/
}
.auction_tab .auction_ing{ /*2019713*/
	background:#F82631;
}
.auction_tab .auction_ing p{ /*2019713*/
	color:#fff;
	font-weight: 800;
}

.auction_tab>div{
	flex:1;
	height: 45px;
	line-height:18px;
	text-align:center;
	padding-top:6px;
}
.auction_tab>div p{  /*2019713*/
	color:#fff;
}


.auction_list_content{
	width:100%;
	padding:0 10px 6px;
	overflow: hidden;
}
.auction_list{
	width:100%;
	padding:10px 6px;	
	background:#fff;
	overflow: hidden;	
	border-radius: 3px;	
	position:relative;
	margin-bottom:10px;
}
.auction_list_left{
	width:30%;
}
.auction_list_left img{
	width:100%;
	vertical-align: bottom;
}
.auction_list_right{
	width:70%;
	padding-left:10px;
}
.auction_list_right span.mui-ellipsis{
	width: 100%;
    display: block;
	color:#333;
}
.auction_list_right p{
	color:#999;
}
.auction_list_right p:first-child span{
    color:#ff3434;
}
.auction_list_right p.auction_time span{
    color:#333;
}
.auction_list_right p span.f-18{
	color:#ff3434;
	font-size:18px;
	margin-right:2px;
}
.auction_status{
	position:absolute;
	bottom:7px;
	width:70%;
}
.auction_notice{
	position:absolute;
	bottom:0px;
	right:15px;
	color:#ff3434
}
.auction_notice img{
	width:18px;
	display:block;
	margin: auto;
}
.auction_cj{
	width:16px;
}
.auction_end{
	color:#ccc;
}
.auction_list_right p.auction_time span.auction_end_gray,.auction_end_gray{
	color:#999
}
.auction_end_img_gray{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.auction_tips{
	bottom:0;
	color:#fff;
	font-size:12px;
	padding:0 5px;	
	background:rgba(255, 52, 52, 0.4);
}
.auction_tips.end{
	background:rgba(102, 102, 102, 0.4);
	
}
#tab2,#tab3{
	display:none;
}
/*订单结算页*/
.order_product_details{
	width:100%;	
	padding:10px 15px;
	overflow:hidden;
}
.order_product_details img{
	width:25%;
	float:left;
}
.order_product_details .goods-info{
	width:75%;
	padding-left:15px;
	float:left;
}
.goods-attr{
	color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom:10px;
}
.goods-price{
	color:#f23030 !important;
}
.goods-price em{
	padding-left:3px;
	font-size:16px;	
}
.mui-input-group:before{
	    height: 0px;
}
#textarea{
	padding-left:15px;
}
.pay-type .mui-input-row{
	padding:6px 15px !important;
}
.pay-type .mui-radio input[type=radio]{
	top:12px !important;
}
/*我的夺宝*/
.myAuction_icon{
	position:absolute;
	right:12px;
	bottom:40px;
	width:45px;
	height:45px;
	background:#fff;
	text-align:center;
	border-radius: 22px;
	box-shadow: 0 6px 17px 0 rgba(0,0,0,0.15);

}
.myAuction_icon img{
	width:18px;
	height:18px;
	display: block;
	margin:4px auto 0;
}
.myAuction_icon  span{
	display:inline-block;
	color: rgb(51, 51, 51);
	font-size: 11px;
	font-weight: 800;
	line-height: 12px;
}

.my_auction{
	width: 100%;
    text-align: center;
	padding-top: 40px;
	margin:auto;
	background: #fff;
	
}
.b-bottom{
	border-bottom: 1px solid #e7e7e7;
}
.content-b-bottom{
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.auction_list:first-child{
	border-top:0;
}
.my_auction>div{
	display:inline-block;
	width:48%;
	padding:10px 0;	
	font-size:15px;

}	
.my_auction .auction_ing{
	padding:10px 0;	
	border-bottom:2px #333 solid;
	font-weight:600;
}
.auction_price_text{
	color:#333;
}
.auction_more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #333;
	border-radius:15px;
	padding:5px 12px;
	border:1px solid #ccc;
}
.tab .auction_list{
	padding: 10px 15px;
}
.auction_endtime{
	border-bottom:1px solid #f1f1f1;
	padding:5px 0;
	margin-bottom:10px;
}
.p-fixed{
	position:fixed;
	z-index:1;
}
.p-top{
	padding:0;
	padding-top:111px;
}
.bg-tips{
	background: #fff2d4;
	color: #B07F34;
	top:83px;
	padding:5px 15px;
	width:100%;
	font-size:11px;
	
}
.auction_more_red{
	background:#ff3434;
	color:#fff;
	border:0;
}
.f-14{
	font-size: 14px;
}