ul,ol,li{list-style:none;color: #333; text-shadow: none;}
.file-setting{
    color: yellow;
}
#incallback,#outcallback{
    margin-top:10px;
    background-color: rgba(0,0,0,.5);
}
.title{
	position: fixed;
	top: 8%;
    left: 5%;
	z-index: 10;
}
.title p{
	color: #333;
	font-size: 36px;
	text-align: left;
}
.title p i{
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #333;
}
.num{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.text li span{
	font-weight: normal;
	font-size: 18px;
	color: #999;
}
.text li span i{
	color: #f39a36;
}
