* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;font-family:"Microsoft Yahei", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
i {
	font-style: normal;
}
img {
	border: none;
	max-width: 100%;
}
table {
	border-collapse: collapse;
}
input, select, textarea {
	border: none;
	outline: none;
	background: none;
}
textarea {
	resize: none;
	overflow: auto;
}
button {
	padding: 0;
	border: none;
	outline: none;
	background: none;
}
html, body {
	height: 100%;
}
html {
	font-size: 50px;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
font-size: .26rem;
	line-height: 1.5;
	color: #333;
	background: #fff url(../bg.jpg); background-position:top center; background-size:cover;
}
::-webkit-scrollbar {
width: .06rem;
height: .06rem;
border-radius: .06rem;
background-color: #fff;
}
::-webkit-scrollbar-thumb {
border-radius: .06rem;
-webkit-box-shadow: inset 0 0 .06rem rgba(0, 0, 0, 0.3);
background: #a2a2a2;
transition: 0.3s ease-in-out;
}
::-webkit-scrollbar-track {
border-radius: .06rem;
-webkit-box-shadow: inset 0 0 .06rem rgba(0, 0, 0, 0.3);
background-color: #fff;
}
.svg-icon {
width: .5rem;
}
.container {
	height: 100%;
}
.main {
	height: calc(100% - 4rem);
}
.wrapper {
	position: relative;
	height: 100%;
	max-width: 90%;
	margin: 0 auto;
}
.list-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
padding: 0 .2rem;
}
.wrapper .btn {
	display: block;
	margin: 0 auto;
	font-size: 12px;
height: .7rem;
line-height: .7rem;
padding: 0 .3rem;
	cursor: pointer;
	background: #f7f7f8;
}
h1 {
font-size: .4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}
.list {
	display: flex;
	justify-content: space-between;
margin-bottom: .3rem;
}
.list .item {
	width: 31.5%;
	text-align: center;
}
.list .item .svg-icon {
margin-bottom: .1rem;
}
.list .item .text {
margin-bottom: .2rem;
}
.list li {
padding: .15rem;
margin-bottom: .2rem;
	background: #f7f7f8;
border-radius: .05rem;
}
.list .item01 li {
	cursor: pointer;
}
.list .item01 li:hover {
	background: #e5e7eb;
}
.footer {

	width: 100%;
	max-width: 15rem;margin:auto;
	margin: 0 auto;
padding: .6rem 0 .4rem;
}
.footer .form {
	position: relative;
height: .9rem;
border: .02rem solid #eee;
	box-shadow: 0 0 0.1rem 0.02rem rgba(0, 0, 0, 0.1);
margin-bottom: .3rem;
}
.footer .input {
	width: 100%;
	height: 100%;
padding: 0rem 1rem 0rem .2rem;
line-height: .4rem;
	background-color: #fff;
}

.footer .footer-btn {
	position: absolute;
	right: 0;
	top: 0;
width: .8rem;
	height: 100%;
}
.footer .footer-btn .icon {
	display: block;
	width: 100%;
	height: 100%;
line-height: .9rem;
	cursor: pointer;
}
.footer .footer-btn .svg-icon {
	color: #666;
}
.footer h1 {
	text-align: center;
	font-weight: 600;
	color: #ffffff; 
	font-size: 0.9rem;
	line-height: 1rem;
	margin-bottom: 0.2rem;
}
.tirle h1 {
	text-align: center;
	font-weight: 600;
	color: #ffffff; 
	font-size: 0.7rem;
	line-height: 1rem;
	margin-bottom: 0.2rem;
}
.footer .logo {
margin-bottom: .1rem;
	text-align: center;
}
.reply-main {
	display: none;
	height: 100%;
	overflow-y: auto;width:90%;margin:auto;
}
.footer .disclaimer {
	text-align: right;
	color: #ffffff; 
	line-height: 1rem;
}
.footer .disclaimer a {
	color: #ffffff; 
}
.reply-box .center {
padding: .3rem 0;
	display: flex;
	max-width: 15rem;
	margin: 0 auto;
}
.reply-box .center .img-box {
width: .8rem;
height: .8rem;
	overflow: hidden;
margin-right: .5rem;
}
.reply-box .center .img-box img {
	width: 100%;
	height: 100%;
}
.reply-box .center .text-box {
	flex: 1;
	min-width: 0;
font-size: .3rem; color:#fff;
}
.reply-box .center .text-box .error {
	color: red;
}
.reply-box{ border-bottom:solid 1px rgba(255,255,255,.2);width: 100%;
float: left;}
.answer-box {
border-top: .02rem solid rgba(255,255,255,.2);
border-bottom: .02rem solid rgba(255,255,255,.2)f;
}
.spinner {
width: .8rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.spinner > div {
width: .1rem;
height: .1rem;
margin: 0 .05rem;
	background-color: #666;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.top{ position:fixed;top:0;color:rgba(255,255,255,.8); left:0;width:100%;float:left;height:60px;line-height:60px; background-color:rgba(0,0,0,.5); font-size:15px;}
.top a{color:rgba(255,255,255,.8);}
.center{width:100%;float:left;margin-top:10%;}


@media(max-width:767px){.top a{ font-size:14px;}}

@media(max-width:580px){.top{height:auto;}.wrapper{line-height:30px;}.center{margin-top:20%;}}

@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@media only screen and (max-width: 1040px) {
h1 {
margin-bottom: .3rem;
}
.main {
	max-width: 100%;
	padding: 0;
	height: calc(100% - 2.6rem);
}
.wrapper {
padding: 0 .2rem;
}
.footer {
	max-width: 100%;
padding: .3rem;
}
.list li {
padding: .1rem;
}
.reply-box .center {
padding: .3rem .2rem;
}
}
