.fooView {		
	background: #171717;		
	.foo {			
		padding: 1.95rem 1.92rem 1.5rem 1.6rem;
		background:url(../assets/images/fooViewBgIcon.png) bottom right no-repeat ;
		background-size: 4.2rem 6.7rem;
		.titleView {
			margin-bottom: 0.72rem;
			.icon {
				width: 2.03rem;
				height: 0.5rem;
			}
		}
		.srcList{
			width: 11rem;			
			.aView{
				width: 50%;
				float: left;
				margin-bottom: 0.24rem;
				color: #FFF;
				font-family: "SF Pro Light";
				font-size: 0.24rem;
				font-style: normal;
				font-weight: 500;
				line-height: 0.36rem; /* 36px */
				a{
					width: 100%;
					height: 100%;
				}
			}
		}
		.lineView{
			width: 13.45rem;
			height: 0.01rem;						
			background: #3E434D;
			margin: 0.75rem 0 0.36rem;
		}
		.con{
			color: #FFF;
			font-family: "SF Pro Light";
			font-size: 0.24rem;
			font-style: normal;
			font-weight: 400;
			line-height: 0.38rem; /* 38.4px */
		}
	}

}