	html,body{width:100%;font-size: 20px;}
.header, .nav, .content{width:100%;}
.nav{display:none;}
.silde{ top:40px;}
.silde-btn{margin-top:155px;}
.silde-text{padding-bottom:30px;}

.voteitem {
    float: left;
    width: 48%;
    margin: 1%;
    height: 90px;
    border: 1px solid #efefef;
    border-radius: 3%;
    padding: 2% 2% 0 2%;
    box-shadow: 0px 0px 5px #e0e0e0;
}
.vote_cm{ width: 100%;}
.vote_cm ul li{ padding: 0 10px;}

.con_dialo{margin-top:16px;}
.content h3.title{font-size:20px; padding:5px 10px; height:auto;}

.bottom ul li a{ margin:0 2px;}
.bottom p.last span.copyMobile{float:none;}
.bottom p.last a.img{display:none;}

.bottom-xm .sildead {
	width: 100%;
	height: 60px;
	text-align: center;
	background: #f4f4f4;
	line-height: 60px;
}

.bottom-xm .sildead .right{
	border-left: 1px solid #dce0df;
}
.bottom-xm .sildead span{
	display: block;
	width: 100%
}

.bottom-xm .sildead span .btn{
	text-align: center;
	font-size: 1rem;
}

.bottom-xm .sildead span .btn a{
	 text-decoration:none; color:#828282
}

.bottom-xm .about{
	padding: 0 5px;
	background: #6a757b;
	font-size: 12px;
}

.bottom-xm .about p{
	clear: both;
	color: white;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0;
}

/*vote chakan*/
.mask-content{width: 100%; left:0; margin: -350px 0 0; box-sizing: border-box; height: auto; margin:0; top: 50px; bottom: 50px;}
.vote-detail{overflow-y: hidden; height: auto;}
.chakan-con{width: 100%;padding: 0 20px;  box-sizing: border-box;}
.chakan-con h4{font-size: 22px; margin: 0 0 15px;}
.vote-close{width: 26px; height: 26px; background-size: 100%;}
.v-name{font-size: 15px; line-height: 24px;}
.vote-detail .v-totle{padding-right: 0; font-size: 15px;}
.vote-close{position: fixed; _position:absolute; top:50px; right: 0;}
.bottom{
	display: none;
}
.silde{
	display: none;
}
@media (max-width: 600px) {
	.silde{ left: -278px;}
	.silde-btn{ float: right;}
	.bottom-xm{
		display: block;
	}
}
@media (max-width: 375px) {
	.chakan-con h4{font-size: 20px; margin:0 0 15px;}
	.vote-detail{padding: 13px 0; font-size: 14px;}
}

/*卡片翻转*/
.trans{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	
	-moz-transform: rotateY(180deg);
  	transition: transform 2s ease 0s;
  	-moz-transition: transform 2s ease 0s;
	-webkit-transition: transform 2s ease 0s;
	-o-transition: transform 2s ease 0s;
}