/*全局*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: normal;
	border: none;
}
img{
	width: 100%;
	border: 0;
	vertical-align: bottom;
}

body{
	margin: 0 auto;
	background-color: #FFF;
}
.wrap{
	position: absolute;
	width: 100%;
}
section{
	position:absolute;
	display:none;
	width: 100%;
	top:0px;
	left: 0px;
}


input,select{
	font-size: 1em;
	text-align: center;
	border: none;
	background-color: #FFF;
	color: #666;
	/*去掉选择框的倒三角*/
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}

input[type="date"]:before{
    color:#A9A9A9;
    content:attr(placeholder);
}


input[type="date"].full:before {
    color:black;
    content:""!important;
}

.btn{
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,0,0.3);
	width: 100%;
	height: 3rem;
}

.loading{
	display: block;
}

.imgWrap{
	overflow-x: hidden;
	width: 100%;
}
.questionImgs{
	display: block;
	width: 1300%;
	transition: margin-left 0.5s;
}

.questionImgs img{
	display: block;
	float: left;
	width: calc( 100%/13);
}

.result img{
	display: none;
}

#preImg,#nextImg{
	
}
.sx{
	display: none;
}
.options{
	background-color: #c2f0e1;
}
.options img,options svg{
	position: absolute;
	top: 0; 
	left: 0;
}

.screenRotate{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

#screenRotateImg{
	position: absolute;
	width: 20%;
	left: 40%;
	top:10%;
}
