body{
	background: white;
}
nav .nav-list .detail  a{ 
	color: #F39915;!important
}
nav .nav-list  a{
	color: #777777;
}
sanjiao{
	border-top-color: #777777;
}
.loac{
	margin-top: 100px;
	padding-left: 18px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
	font-size: 14px;
}
/*ä»¥ä¸Šä¸ºappçš„å…¬å…±æ ·å¼*/
/*ä¸‹é¢æ˜¯listçš„æ ·å¼*/
.applist{
	display: flex;
	flex-wrap: wrap;
}
.applist>li{
	width: 250px;
	margin-right: 33px;
	margin-top: 30px;
}
.applist>li:nth-child(4n){
	margin-right: 0px;
}
/*ä¸‹é¢æ˜¯appè¯¦æƒ…é¡µçš„æ ·å¼*/
.pic img{
	width: 100%;
}
.detail  .card>ul{
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
}
.detail  .card>ul li{
	padding: 8px 20px;
	color: #3D3D3D;
	font-size: 14px;
	border-radius: 20px;
	background: #f5f5f5;
	cursor: pointer;
}
.detail  .card>ul li.active{
	color: white;
	background: #F39915;
}
.detail  .card>ul li:hover{
	background: #F39915;
	color: white;
}
.main .play{
	width: 600px;
	height: 337px;
	background: blueviolet;
}
.main>.fr{
	width: 470px;
}
.pic{
	margin-top: 20px;
}
.pic img:last-child{
	margin-top: 40px;
}
.main .app_href>p{
	text-align: center;
	border-radius: 15px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #F39915;
	color: white;
	cursor: pointer;
}
.main .content{
	margin-top: 20px;
	width: 467px;
	height: 266px;
	color: #3d3d3d;
	line-height: 20px;
}

.main .content .title{
	font-size: 16px;
}
.main .content .text{
	font-size: 14px;
}
.main .content .title:nth-child(3){
	margin-top: 20px;
}
