html,body{width:100%;font-size: 20px;}
.header, .nav, .content{width:100%;}
.nav{display:none;}

.voteitem {
    width: 48%;
}

.vote_cm{ width: 100%;}
.vote_cm ul li{ padding: 0 10px;}

.content .cloud-table tr td{
	height: 46px;
}
.content .cloud-table .rank-lookup{
	width: 12%;
}
.content .cloud-table .allvote{
	width: 12%;
}
.content .cloud-table tr td.v-name p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .cloud-table .firms-lookup{
	width: 39%;
}
.content .cloud-table tr td.v-totle{
    white-space: nowrap;
}

.bottom ul li a{ margin:0 -1px;}
.bottom p.last span.copyMobile{float:none;}
.bottom p.last a.img{display:none;}