/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #f5f5f5;
  font-family: helvetica serif;
  font-size: 12px;
}
.pwd-container {
  width: 600px;
  height: 350px;
  position: absolute;
  top: 100px;
  left: 50%;
  border: 1px solid #eee;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: -300px;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 10px #808080;
  box-shadow: 0 0 10px #808080;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.pwd-nav {
  height: 30px;
  overflow: hidden;
  cursor: default;
  background-color: #5cb85c;
  background: url("/valueplus/assets/imgs/business/admin/pwd-nav-bg.jpg") no-repeat 0 0;
}
.pwd-nav.nav-step-1 {
  background-position: 0 -60px;
}
.pwd-nav.nav-step-2 {
  background-position: 0 -30px;
}
.pwd-nav.nav-step-3 {
  background-position: 0 0;
}
.pwd-content {
  margin-top: 10px;
  position: absolute;
  top: 40px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.pwd-content > iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.form-ul > dl {
  margin: 30px 0;
}
.form-ul > dl > dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  float: left;
  display: inline-block;
  line-height: 25px;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  font-family: "Microsoft YaHei", serif;
  letter-spacing: 1px;
}
.form-ul > dl > dd {
  margin-left: 120px;
  width: 400px;
}
.form-ul input[type="text"],
.form-ul input[type="password"] {
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 0px 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #bbb #bbb #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #333;
}
.form-ul input[type="text"]:focus,
.form-ul input[type="password"]:focus {
  border-color: #aaa #999 #999 #aaa;
}
.form-ul .required {
  font-weight: bold;
  color: #d9534f;
}
.form-ul .button {
  border: 1px solid #6ec06e;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
  text-shadow: 1px 1px 1px #333;
  font-family: "Microsoft YaHei", Arial, serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80c780), color-stop(60%, #5cb85c), to(#80c780));
  background-image: -webkit-linear-gradient(#80c780, #5cb85c 60%, #80c780);
  background-image: -moz-linear-gradient(top, #80c780, #5cb85c 60%, #80c780);
  background-image: linear-gradient(#80c780, #5cb85c 60%, #80c780);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c780', endColorstr='#ff80c780', GradientType=0);
}
.form-ul .button:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cb85c), color-stop(60%, #449d44), to(#5cb85c));
  background-image: -webkit-linear-gradient(#5cb85c, #449d44 60%, #5cb85c);
  background-image: -moz-linear-gradient(top, #5cb85c, #449d44 60%, #5cb85c);
  background-image: linear-gradient(#5cb85c, #449d44 60%, #5cb85c);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff5cb85c', GradientType=0);
}
.form-ul .button[disabled] {
  background-color: #DDDDDD;
  background-image: none;
  border-color: #BBBBBB;
  color: #BBBBBB;
  font-weight: normal;
  text-shadow: 1px 1px #FFFFFF;
}
.response-success {
  width: 400px;
  padding: 30px;
  margin: 0 auto;
  margin-top: 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #c7e6c7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.response-success > h4 {
  font-size: 18px;
  color: #449d44;
}
.response-success > p {
  color: #333;
  padding: 10px 0;
}
.response-success > a {
  color: #428bca;
}
