/**
 * 文件: .css 
 * 公司: 浙江电子口岸
 * 作者: qzzf1987@gmail.com
 * 时间: 2015-06-05 14:35:56
 */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-size: 62.5%;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
form {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  color: #19507c;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #ff6567;
  text-decoration: underline;
}
:-ms-input-placeholder {
  color: #ccc;
}
.site-header-container {
  width: 1000px;
  margin: 0 auto;
}
#site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.main-content-container {
  padding-left: 0;
  padding-right: 0;
  min-height: 530px;
  width: 1000px;
  margin: 0 auto;
}
#site-footer {
  height: 160px;
  background-color: #0567b4;
}
.site-footer--content {
  padding-top: 36px;
}
.site-footer--content,
.site-footer--linker {
  color: #fff;
}
.fp-main {
  padding: 38px 46px;
}
.fp-middle-content {
  position: relative;
  margin: 0 auto;
}
.chunk--hd {
  border-bottom: 1px solid #e2e2e2;
}
.chunk--bd {
  padding-top: 1px;
}
.chunk-title {
  position: relative;
  height: 38px;
}
.chunk-title--divider {
  margin-left: 8px;
  margin-right: 8px;
}
.chunk-title--txt {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.5em;
}
.chunk-title--item {
  float: left;
  color: #414141;
  line-height: 38px;
}
.chunk-title__is-tab .chunk-title--item {
  position: relative;
  top: -1px;
  border-style: solid;
  border-color: #e2e2e2;
  border-width: 1px;
  margin-right: -1px;
  background-color: #fff;
  z-index: 1;
}
.chunk-title--item__can-selectable {
  cursor: pointer;
}
.chunk-title--item:hover,
.chunk-title--item__is-active {
  text-decoration: none;
  color: #e64200;
}
.chunk-title--item:hover .title-hover-bottom-line,
.chunk-title--item__is-active .title-hover-bottom-line {
  display: block;
}
.title-hover-bottom-line {
  position: absolute;
  display: none;
  bottom: -1px;
  left: -1px;
  height: 2px;
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #0567b4;
}
.chunk-title__is-tab .title-hover-bottom-line {
  bottom: initial;
  top: -1px;
}
.chunk-title__is-tab .chunk-title--item__is-active {
  border-bottom-color: #fff;
  z-index: 2;
}
.chunk-title--more {
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  font-size: 1.2em;
  color: #838181;
}
.fp-fillin-password {
  margin-top: 110px;
}
.fp-fillin-password .fp-middle-content {
  padding-left: 220px;
  margin: 0;
}
.fp-email {
  margin-top: 150px;
}
.fp-email .fp-middle-content {
  width: 450px;
}
.email-ico {
  position: absolute;
  left: -83px;
  top: -7px;
  background-image: url("../images/forget/sprite.png");
  background-position: -108px 0px;
  width: 83px;
  height: 69px;
}
.email-send {
  font-size: 1.6em;
  padding-left: 15px;
}
.email-send strong {
  font-size: 1.2em;
  color: #0466b3;
}
.email-period {
  margin-top: 10px;
  font-size: 1.6em;
  padding-left: 15px;
}
.fp-final {
  margin-top: 110px;
}
.fp-final .fp-middle-content {
  width: 220px;
  text-align: center;
}
.final-doll {
  position: absolute;
  left: -108px;
  top: -20px;
  background-image: url("../images/forget/sprite.png");
  background-position: 0px 0px;
  width: 108px;
  height: 154px;
  z-index: 2;
}
.final-congratulation {
  font-size: 1.9em;
  margin-bottom: 15px;
}
.final-congratulation .ico-right {
  display: inline-block;
  background-image: url("../images/forget/sprite.png");
  background-position: -108px -69px;
  width: 62px;
  height: 57px;
}
.final-loginbtn {
  display: inline-block;
  width: 170px;
  height: 38px;
  background: #30a1f2;
  color: #fff;
  line-height: 37px;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}
.final-loginbtn:hover {
  color: #fff;
  text-decoration: none;
  background: #3aa6f3;
}
.fp-form-controller {
  position: relative;
}
.fp-fillin-password .fp-form-controller {
  margin-bottom: 28px;
}
.controller-label {
  float: left;
  height: 36px;
  width: 110px;
  line-height: 36px;
  font-size: 1.4em;
  text-align: right;
}
.required {
  color: #f00;
}
.controller-inp {
  float: left;
  padding-left: 15px;
  font-size: 1.4em;
}
.inp-fp {
  width: 240px;
  height: 34px;
  padding: 0 4px;
  border: 1px solid #e8e8e8;
  margin: 0;
  border-radius: 3px;
  line-height: 34px;
}
.inp-fp:focus {
  border-color: #30a1f2;
  outline: 0;
}
.inp-email-vcode {
  width: 100px;
}
.controller-tip {
  position: absolute;
  top: 0;
  left: 388px;
  font-size: 1.2em;
}
.tip-txt {
  display: block;
  height: 22px;
  padding: 0 7px;
  line-height: 22px;
}
.controller-tip .hint {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #dedede;
  background: #f7f7f7;
}
.controller-tip .hint .tip-txt {
  color: #585858;
}
.controller-tip .error {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #ffb398;
  background: #ffebe0 url("../images/forget/cuo.png") no-repeat 8px 8px;
  *zoom: 1;
}
.ico-cuo {
  position: absolute;
  left: 7px;
  top: 7px;
  background-image: url("../images/forget/sprite.png");
  background-position: -170px -69px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.controller-tip .error .tip-txt {
  padding-left: 30px;
  color: #e60012;
}
.controller-tip .success {
  padding-left: 7px;
  padding-top: 7px;
}
.ico-dui {
  display: inline-block;
  background-image: url("../images/forget/sprite.png");
  background-position: -170px -86px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.fp-form-submit {
  padding-left: 125px;
}
.fp-submit-btn {
  width: 170px;
  height: 38px;
  border: 0;
  padding: 0;
  outline: none;
  background: #30a1f2;
  color: #fff;
  line-height: 37px;
  font-size: 1.4em;
  font-weight: 700;
}
.fp-submit-btn:hover {
  background: #3aa6f3;
}
.placeholder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ccc;
  z-index: 50000;
}
.placeholder-text em {
  display: block;
  font-style: normal;
  margin-left: 5px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
