@charset "utf-8";
/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,em,i {
	font-weight:100;
	font-style:normal;
}

a {
	color:#666;
	text-decoration:none;
	outline:0;
}
a:hover {
	text-decoration:none;
}
h1{
	font-family:"华文行楷";
	color: red;
	font-size: 48px;
	margin: 90px auto;
	width: 90%;
}
body{
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}
.changes {
	width: 90%;
    font-size: 24px;
}
.changes select{
	display: inline-block;
    margin: 0 10px;
    font-size: 28px;
    margin-bottom: 20px;
	padding: 4px 12px;
}
.changes select option{
	font-size: 12px;
}
.main{
	font-size: 28px;
    text-align: left;
	min-height:  240px;
	margin-top: 50px;
}
.main>span{
	color: red;
}
.main>span,.main>p{
	margin: 10px auto;
}
.check{
	background: #00a0e9;
    color: white;
    border: none;
    display: block;
    font-size: 28px;
    border-radius: 15px;
    padding: 12px 32px;
    margin: 30px auto 50px;
}
.mores li{
	
    margin: 10px auto;
    text-align: left;
    font-size: 26px;
}
.mores li a{
	color: black;
}