@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 'Microsoft Yahei', \5b8b\4f53;
  outline: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
body {
  width: 100%;
  background: #fff;
}
.logo {
  width: 389px;
  height: 131px;
  margin: 18px auto 0;
}
.logo a,
.logo img {
  width: 100%;
  height: 100%;
  display: block;
}
#content {
  width: 100%;
  margin-top: 250px;
}
#content .formPannel {
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
}
#content .formPannel div {
  width: 400px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .formPannel div h1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}
#content .formPannel input {
  padding: 0.5em;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
#content .formPannel input:focus {
  border-color: #47e214;
}
#content .formPannel button {
  width: 100%;
  font-size: 16px;
  border: none;
  height: 40px;
  background-color: #2e960c;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#content .formPannel button:hover {
  background-color: #47e214;
}
#content .formPannel section {
  margin-top: 10px;
}
#content .formPannel section label {
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #fff;
  margin-right: 6px;
  cursor: pointer;
}
#content .formPannel section label.active {
  position: relative;
}
#content .formPannel section label.active:after {
  width: 8px;
  height: 8px;
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
}
#content .formPannel section a {
  color: #fff;
  text-decoration: underline;
}
/*# sourceMappingURL=user.css.map */
#tips{
  position: fixed;
  top: 0px;
  left: 10px;
  height: 36px;
  line-height: 36px;
  color: green;
}
