@import "../weishidai.ui.css";
body,div,h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
}
body{
	background-color:#f2f2de;
	min-width:320px;
}

.weishidai-content{
	margin: 0;
}

a{
	cursor:pointer;
	text-decoration:none;
}
.clear{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

.weishidai_content{
	padding-bottom:40px;
}
.weishidai_item{
	display: block;
	color:#fff!important;
	font-size:18px;
	overflow:hidden;
	height:80px;
	box-shadow:0 1px 5px #B18F74;
	border-radius:5px;
	margin:10px;
}
.c0{background-color:#F57067;}
.c1{background-color:#EE6297;}
.c2{background-color:#61ACDC;}
.c3{background-color:#69D0CF;}
.c4{background-color:#96CBF3;}
.c5{background-color:#FF8FB5;}
.c6{background-color:#FDB53F;}
.weishidai_img{
	float:left;
	width:160px;
	height:80px;
	background: #fff;
	overflow: hidden;
}

.weishidai_img .ui-icomoon{
	float:left;
	width:160px;
	height:80px;
	line-height:80px;
	text-align:center;
	background: #fff;
	color:#ccc;
	overflow: hidden;
	font-size:50px;
}

.weishidai_img img{
	width:160px;
	height:80px;
}
.weishidai_text{
	float:left;
	padding:5px 0px 5px 10px;
	width:130px;
	height:90px;
	overflow:hidden;
	position:relative;
	/*background-image:url(../../img/home/t22/icon.png);*/
	background-repeat:no-repeat;
	background-position:left bottom;
}
.weishidai_title{
	font-size:19px;
	font-weight:bold;
	display:block;
}
.weishidai_info{
	display:block;
	font-size: 12px;
	overflow: hidden;
}
.shadow{
	height: 6px;
	border-radius: 0 0 5px 5px;
	background:rgba(0,0,0,0.1);
	margin: -16px 10px 0;
	position: relative;
}
.footerbox{
	color:#fff;
	position:fixed;
	z-index:5;
	bottom:0px;
	left:0px;
	height:30px;
	line-height:30px;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	font-size:12px;
	text-align:center;
	display:block;
}
.footerlink{color:#fff;}