.pro_nav{
	width: 7.5rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	color: #fe8c0a;
	font-size: 0.26rem;
}
.pro_item{
	display: inline-block;
	position: relative;
	left: -0.2rem;
}
.pro_up:after{
	width: 0.32rem;
	height: 0.32rem;
	display: block;
	content: "";
	background-image: url(/uploads/image/mimg/upward.png);
	background-size:0.32rem 0.32rem ;
	position: absolute;
	top: 0.2rem;
	right: -0.35rem;
}
.pro_down:after{
	width: 0.32rem;
	height: 0.32rem;
	display: block;
	content: "";
	background-image: url(/uploads/image/mimg/down.png);
	background-size:0.32rem 0.32rem ;
	position: absolute;
	top: 0.2rem;
	right: -0.35rem;
}

.nav_tab {
	width: 7.5rem;
	height: 0.75rem;
	border-top: solid 0.02rem #dfdfdf;
}

.nav_tab>div a{
	float: left;
	width: 50%;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	font-size: 0.28rem;
	color: #333333;
	position: relative;
}

.nav_tab>div:nth-child(1)::before {
	width: 0.02rem;
	height: 0.2rem;
	display: block;
	background-color: #dfdfdf;
	content: "";
	position: absolute;
	right: 0;
	top: 0.25rem;
}

.nav_tab>div.nav_act a{
	color: #fe8c0a;
}
.list_con{
	width: 7.1rem;
	padding: 0 0.2rem;
}
.list_con ul{
	min-height: 9rem;
	padding-bottom: 0.2rem;
}
.list_con ul li{
	padding: 0.2rem 0.2rem 0.6rem 0;
	border-bottom: 0.02rem dashed #f1f1f1;
}
.list_con ul li:nth-last-child(1){
	border:none;
}
.list_title{
	font-size: 0.28rem;
	color: #333;
	line-height: 0.36rem;
}
.list_time{
	float: left;
	font-size: 0.22rem;
	color: #999;
	margin-top: 0.2rem;
}
.list_type{
	float: right;
	font-size: 0.22rem;
	color: #999;
	margin-top: 0.2rem;
}
.is_top .list_title{
	font-weight: bold;
}
.is_top .list_time{
	display: none;
}
.is_top .list_type{
	width: 1.3rem;
	height: 0.45rem;
    line-height: 0.45rem;
    border-radius: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #e6393d;
	color: #fff;
	margin-top: 0;
}
.is_top{
	border-bottom: 0.02rem solid #f1f1f1 !important;
	margin-bottom: 0.2rem;
	
}
.cur_time .list_time{
	color: #fc0404;
}
.alert-container-black .alert-content{
	color: #333 !important;

}
.bouncein{
	top: 22%!important;
	background-color: #fff;
	width: 3.6rem;
	height: 1.2rem;
	background-color: #ffffff;
	box-shadow: 3px 5px 8px 0px 
		#f1f1f1, 
		1px -2px 4px 0px 
		rgba(223, 223, 223, 0.8), 
		-2px 0px 4px 0px 
		rgba(223, 223, 223, 0.8);
	border-radius: 0.1rem;
	}
.motai_pro{
	color: #fe8c0a;
}

.ios-select-widget-box #iosselecttitle{
	display: block;
}
.hide{
	visibility: hidden;
}




















