body{
	background:#F5F5F5;
}
.content{
	width: 792px;
	margin: 30px auto;
	margin-top: 45px;
	font-size: 14px;
}
.page-title{
	font-size: 18px;
	font-weight: normal;
	position: relative;
	text-indent: 12px;
	font-weight: bold;
}
.page-title2{
	display: none;
}
.page-title:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 2px;
	height: 20px;
	background: -webkit-linear-gradient(left, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
    background: -o-linear-gradient(right, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
    background: -moz-linear-gradient(right, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
    background: linear-gradient(to right, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
}
.banner-content{
	height: 100%;
}
.banner-content>div{
	position: relative;
	z-index: 1;
}
.typedata{
	width: 480px;
	margin: 20px auto;
	overflow: hidden;
}
.typedata > div{
	float: left;
	width: 80px;
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(255, 77, 119, 1), rgba(74, 60, 233, 1));
    background: -o-linear-gradient(bottom, rgba(255, 77, 119, 1), rgba(74, 60, 233, 1));
    background: -moz-linear-gradient(bottom, rgba(255, 77, 119, 1), rgba(74, 60, 233, 1));
    background: linear-gradient(to bottom, rgba(255, 77, 119, 1), rgba(74, 60, 233, 1));
    margin-right: 20px;
    border-radius:20px ;
    color: #fff;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    transition: all 1;
}
.typedata > div:hover{
	opacity: 1;
}
.typedata > div:last-child{
	margin-right: 0;
}
.shuoming{
	margin: 20px 0;
}
.fb-list{
	background: #fff;
	border-radius:20px ;
	padding: 15px;
	margin-top: 10px;
	font-size: 14px;
}
.f-title{
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.f-title span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	cursor: pointer;
}
.f-state{
	position: relative;
	margin-top: 15px;
}
.f-ty{
	display: inline-block;
	height: 20px;
	width: 60px;
	text-align: center;
	line-height: 20px;
	border-radius:20px ;
	font-size: 14px;
	opacity: 0.5;
}
.f-stats-ty{
	display: inline-block;
	height: 22px;
	border-radius:20px ;
	text-align: center;
	line-height: 22px;
	position: absolute;
	right: 0;
	width: 80px;
	font-size: 14px;
	background: #ccc;
	color: #fff;
}
.lose h3{
	position: relative;
	text-indent: 12px;
	margin-bottom: 10px;
}
.lose h3:before{
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 2px;
	height: 16px;
	background: -webkit-linear-gradient(left, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
    background: -o-linear-gradient(right, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
    background: -moz-linear-gradient(right, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
    background: linear-gradient(to right, rgba(255, 77, 119, 0.5), rgba(74, 60, 233, 0.5));
}
.lose div{
	color: #969696;
}
.f-time{
	color: #969696;
}
.backCo{
	width:386px;
	height:38px;
	background:linear-gradient(135deg,rgba(255,77,119,1) 0%,rgba(74,60,233,1) 100%);
	border-radius:22px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	margin: auto;
	cursor: pointer;
	margin-top: 30px;
}
.f-bu{
	width: 100%;
}
.breadcrumb{
	width:792px ;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
.breadcrumb span{
	font-weight: bold;
	font-size: 15px;
	
}
.breadcrumb i{
	margin: 0 4px;
	font-weight: bold;
}
.breadcrumb em{
	font-size: 14px;
	color: #c0c4cc;
	margin: 0 5px;
	position: relative;
	top: -1px;
}
.unclick{
	background: #979696!important;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.page-body{
		overflow-y: scroll;
		background: #333;
		overflow-x: hidden;
	}
	.banner{
		height: 200px;
	}
	.banner-content{
		padding-top: 40px;
	}
	.content{
		width: 100%;
		padding: 10px;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
	.typedata{
		width: 340px;
	}
	.typedata > div{
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-right: 10px;
	}
	.page-title{
		display: none;
	}
	.page-title:before{
		top: 2px;
		height: 16px;
	}
	.shuoming{
		padding: 20px;
		background: #fff;
		border-radius: 20px;
		font-size: 12px;
	}
	.page-title2{
		display: block;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	.lose h3{
		font-size: 14px;
	}
	.lose div{
		font-size: 12px;
	}
	.f-state{
		font-size: 12px;
	}
	.f-title{
		font-size: 14px;
	}
	.f-ty{
		font-size: 12px;
	}
	.typedata{
		margin: 10px auto;
	}
	.typedata > div{
		opacity: 1;
	}
	.backCo{
		width: 100%;
		margin-top: 10px;
	}
	/*section{
		padding-top: 40px;
	}*/
	.section-nav{
		width: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		
	}
	.second-nav{
		text-align: right;
	    height: 35px;
	    padding-right: 6px;
	    background: rgba(0,0,0,0.5)
	}
	.second-nav>div{
    	margin: auto;
    	overflow-x: auto;
    	width: calc(100% - 100px);
    	text-align: right;
	}
	.second-nav>div ul{
		overflow: hidden;
		width: 300px;
		display: inline-block;
	}
	.second-nav-li {
	    width: auto;
	    padding: 0 6px;
	    color: #fff;
	    font-size: 12px;
	    line-height: 35px;
	    text-align: center;
	}
	.dw-fb{
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 1;
	}
	.breadcrumb{
		background: #333;
		color: #fff;
		margin-top: 10px;
		padding: 0 10px;
		font-size: 14px;
	}
	.breadcrumb a{
		color: #fff;
	}
}
@media only screen and (min-width: 100px) and (max-width: 350px) {
	.typedata{
		width: 290px;
	}
	.typedata > div{
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-right: 10px;
		border-radius:16px ;
	}
	
}