/* 设置常见屏幕尺寸,修改html文字大小 */
/* 320 */
/* 此次定义划分的份数是15 */
html{
	font-size:75px;
}
body {
  min-width: 320px;
  width:10rem;
  margin: 0 auto;
  font-family: "Microsoft Yahei",Helvetica,Arial,
  "Hiragino Sans GB","微软雅黑",STHeiti,"华文细黑",
  sans-serif;
 
}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {clear: both;}
p{
	text-align: justify;
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
input,button{
	border: none;
	outline: medium;
	box-sizing: border-box;
}
.gradual_txt{
	color: #d4ad88;
	background-image: -webkit-linear-gradient(top,#ecce9f,#c5a183,#ab8471) !important;
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
	font-weight: bold;
}
.pic img{
	width:10rem;
	display: block;
} 
.content{
	padding: 0 0.466666rem;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.selection {
	background: #b50006;
	text-align: center;
}
.selection img {
	width: 6rem;
}

/*简介弹出*/
.d_per_info {
	width: 7.06rem;
	height: 8.03rem;
	background: url(../images/jianjie.png)  no-repeat;
	background-size: 7.06rem 8.03rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -4.01rem 0 0 -3.53rem;
	z-index:101;
	display: none;
}
.djj_bt {
	width: 6.04rem;
	margin: 0 auto;
	font-size: 0.47rem;
	color: #000;
	text-align: left;
	border-bottom: 0.03rem dotted #afaeae;
	padding-bottom: 0.29rem;
	padding-top: .74rem;
}
.djj_con {
	width: 6.04rem;
	margin: 0 auto;
	font-size: 0.37rem;
	color: #000;
	text-align: left;
	line-height: 1.3;
	margin-top: 0.29rem;
	height: 5.76rem;
	overflow-y: auto;
	text-indent:2em;
}
.jj_close {
	position: absolute;
	right: 0.4rem;
	top: 0.5rem;
}
.jj_close img {
	width: 0.57rem;
	height: 0.57rem;
}
.mengceng {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:#000;
	opacity: 0.5;
	z-index: 99;
	display: none;
}

/*票数提示层*/
.votes {
	width: 5.12rem;
	height: 5rem;
	background: url(../images/votes.png)  no-repeat;
	background-size: 5.12rem 5rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -2.5rem 0 0 -2.55rem;
	z-index:101;
	display: none;
}
.votes_tip {
	text-align: center;
	padding-top: 0.97rem;
}
.votes_tip img {
	width: 1.86rem;
}
.votes .jj_close {
	top: -0.1rem;
}
.votes h6 {
	text-align: center;
	font-size: 0.3rem;
	color: #000;
	margin-top: 0.5rem;
	line-height: 1.3;
}