﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


img{
	border:none;
	width:100%;
}
body {
	font-family: "微软雅黑";
	font-size: 1.0em;
	color: #000;
	background-color: #ff00;
	margin: 0px;
	
}
@media screen and (min-width:280px)and (max-width:799px){
	.container{
		width:100%;
	}
}
@media screen and (min-width: 800px) {
	.container{
		width:600px;
		margin:0 auto;
		border: 5px solid #f7f0ef;
	}
}
#weixin-tip{display:none;position:fixed;left:0;top:0;background:rgba(0,0,0,0.75);filter:alpha(opacity=80);width:100%;height:100%;z-index:100;}
#weixin-tip img{
	width:100%;
}
.logo img{
	width:100%;
	height:100px;
}
.smalllogo img{
	width:100%;
	height:70px;
}
._introduction img{
	width:90%;
}

.title {
	
	margin:0px auto;
	margin-top:5px;
	margin-bottom:5px;
	color:#0080ff;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
.text{
	
	margin:0px auto;
	text-indent:2.0em;
	color:#fff;
	font-size:1.0em;
}


.question {
	
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:2.0em;
	color:#000;
	font-size:1.0em;
}
h1{
	
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:2.0em;
	color:#0000e0;
	font-size:1.0em;
}
.imageh{
	text-align:center;
}
.imagev{
	text-align:center;
}
.imagev img{
	width:80%;
	
}
.imageh img{
	width:80%;
}
