_ihelp.css 661 Bytes
.iHelp{
	width: 100%;
	height: auto;
	overflow: hidden;
	ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		border-top: 1px solid #e0e0e0;
		li{
			width: 100%;
			height: 80px;
			line-height: 84px;
			overflow: hidden;
			font-size: 28px;
			border-bottom: 1px solid #e0e0e0;
			float: right;
			color: #444444;
			&:last-of-type{
				border-bottom:none;
			}
			a:visited {
    			color: #444444;
			}
			span{
				width: 85%;
				height: 100%;
				overflow: hidden;
				float: left;
				padding-left: 5%;
			}
			i{
				color: #e0e0e0;
			}
		}
	}
}
.deal_main{
	margin: .5rem 3%;
	font-size:1.2em;
	width: 94%;
	overflow: hidden;
}