html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*demo列表入口*/
.shumei_captcha_demo_wrapper {
  width: 300px;
  height: 300px;
  margin: 10px auto;
}
.shumei_captcha_demo_wrapper h3 {
  font-size: 24px;
}
.shumei_captcha_demo_wrapper ul li {
  padding: 20px 0;
}

/*demo页*/
.shumei_captcha_demo_form {
  width: 300px;
  font-size: 14px;
  margin: 30px auto;
}
.shumei_captcha_demo_form .shumei_form_item {
  margin: 10px 0;
}
.shumei_captcha_demo_form .shumei_form_item label {
  display: none;
  width: 80px;
}
.shumei_captcha_demo_form .shumei_form_item input {
  width: 268px;
  padding: 15px;
  border: 1px solid #e2e2e3;
  outline: 0;
  font-size: 14px;
}
.shumei_captcha_demo_form .shumei_form_item .shumei_login_btn {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #02b9cf;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.shumei_captcha_demo_form .shumei_form_item input::-webkit-input-placeholder,
.shumei_captcha_demo_form .shumei_form_item input::-moz-input-placeholder,
.shumei_captcha_demo_form .shumei_form_item input::-ms-input-placeholder {
  color: #989797;
}
.shumei_captcha_demo_form .shumei_form_item #shumei_form_captcha_wrapper,
.shumei_captcha_demo_form .shumei_form_item #shumei_form_captcha_wrapper2,
.shumei_captcha_demo_form .shumei_form_item #shumei_form_captcha_wrapper3,
.shumei_captcha_demo_form .shumei_form_item #shumei_form_captcha_wrapper4 {
  display: inline-block;
  width: 300px;
  height: auto;
  padding: 15px 0;
  outline: 0;
  color: #989797;
}