/* CSS Document */

body{
	/*----background-image:url(Hanice/images/bg.jpg);---*/
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FAFAFA;
	margin:0px;padding:0px; 
	font-size:14px;
	/*---filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src=“Hanice/images/bg0.jpg", sizingMethod="crop") ;---*/
	/*-webkit-filter: grayscale(100%);/*将网页设置为黑白格式*/
	}
li{
	list-style:none; 
	}
#divmain{
	/*---width:100%;---*/
	/*---height:92%;--*/
	margin:0px auto;
	padding:0px auto; 
	text-align:center;/*---------容器中文本居中-----------*/
	border-top:2px solid #ff5100; 
	/*---------容器水平垂直居中S-----------*/
	display:flex;
	align-items:center;
	justify-content:center;
	/*---------容器水平垂直居中E-----------*/
	}
#divlast{
    margin:0px;
	padding:0px;
	text-align:center;
    }
.results-ul{
	float:inherit;
	margin:0px;
	padding:0px; 
	background-color:#00ACC4;
	opacity:1;
	box-shadow: 2px 2px 4px #000000;
	border-radius:5px;
	border-top:5px solid #00ACC4;
	border-bottom:5px solid #00ABAB;
	}
.results-ul>li{
	width:100%;
	float: left;
	margin:0 auto;
	border-bottom:1px solid #ff5100;
	}
.results-ul>li span{
	display:inline-block;
	float: left;
	width:85px;
	line-height:30px;
	}
.results-ul>li:first-child{
	 line-height:28px;
     background-color:#00ACC4;
	 text-align:right;
	 border-bottom:3px solid #ff5100;
	}
.results-ul>li:last-child{
	 line-height:28px;
     background-color:#00ACC4;
	 border-top:2px solid #ff5100;
	 border-bottom:0px;
	 vertical-align:bottom; 
	 /*---background-image:url(Hanice/images/hanice.png);
	 background-size:75px 33px;
	 background-position:bottom right;
	 background-repeat:no-repeat;---*/
	}
a{
	text-decoration:none;
	color:#18497B;
	font-weight: 550;
	}
a:active{
	color:#FF5100;
	}
a:hover{
	color:#FF5100;
	text-decoration:underline;
	/*font-size:15px;*/
	}


