/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@charset "UTF-8";

html {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  top: 30%
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition:      -o-transform .6s ease-in-out;
    transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

.nowrapListRowShort {
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  width:200px;
  display:inline-block;
}
.nowrapListRowLong {
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  width:500px;
  display:inline-block;
}
/*# sourceMappingURL=bootstrap.css.map */
body {
    min-width: 1230px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    font-size: 14px;
    background: #f6f7fb
}

body.change-open {
    overflow: hidden;
}

a:hover {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}
/* 去除firefox上输入框的box-shadow */
input[required], textarea[required] {
    box-shadow: none;
}

/* button */
.btn-30 {
    padding: 4px 12px;
    height: 30px
}

.btn-40 {
    padding: 8px 12px;
    height: 40px
}

.btn-50 {
    height: 50px;
}

.btn-orange {
    color: #fff;
    background: #ff6501
}

.btn-orange:hover {
    color: #fff;
    background: #ff4901
}

/* end button */

.text-orange {
    color: #ff6501
}

.text-red {
    color: #ff0000!important;
}

.text-gray9 {
    color: #999
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-0 {
    margin-bottom: 0
}

.no-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.wrap-box {
    max-width: 1200px;
    margin: 0 auto;
}

/*.main-content {
	min-width: 1200px
}*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align-table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.text-center {
    text-align: center
}

/* back to top */
.phone {
    width: 34px;
    height: 34px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRjQwMUUzMzc5ODIxMUU2QTJDOThFRjZDMkREMTBGMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRjQwMUUzMjc5ODIxMUU2QTJDOThFRjZDMkREMTBGMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBNEMwMUU3NkQ3OUU2MTFCRDI0Q0Q0NjhGNTE5QzBBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMzFDQUVERjM0RkU2MTE5Nzg1QTkyQzA3Q0ZENjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Wc359wAAAgNJREFUeNrslsluwkAQRGNjzL6EXYAiwQH+/2c4AUJIEBBi3/e8YMkCEw8eQlAO9AHZxjPVVV3dY+V4PL79fahvT4kXzP+F0Zy8tF6vR6PRYDCYzWa73e57maaFw+F4PM6vrus3d1DEhmbTz1Ps93u/3+/1egFgCc+Xy+VqtQIjm82m02lVVe+EYZdarTaZTKLRaCaTCQQC54nz73Q6JYP5fB6LxQqFgoCWLQxCVSoV9mJ9KpWySxZa7Xa71WqhXrlchquEBcCGB0ilUgkeAkHY9+MUkG40GnJO63a74/EY0SmyE48Yb/Z6veFw6BSGanc6Haqdz+cd+lVRFAhBGvWcwpARcom1ug7SgtBisUCG2zD9fh+JD4eDFIYRbrcbJSjqNZJqcXC9Xt9ut1yjmxQGmZGiYVFzk59h6AOjyQneM6+dBClCxbymmURsLF6QYmNpO1sYl8t18Z9MeTCbYO3FDePkfJldS9vV/xyJAWgLEwwGI5GICWlJUBz6KYzrRCLh8/lsDwJEKxaLhsfoGymnUQxGVDKZBOy655SHfNngyWq1agzy+481cWB9OhrBBQJoUpZlDDNO0JYSejweSPCEOQsPpudvD2kDo9lscoiZBQ+FQhyguDGXywHzgG+B647bbDbcwgBTOTGkhAXYGhMykGiR91M4byzl9Q39gnlKfAkwAOgkKR2FknGdAAAAAElFTkSuQmCC) no-repeat;
    border: 1px solid #ececec;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    top: 390px;
    cursor: pointer;
    z-index: 99;
}

.phone:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MTUwRDdBQTc5OEYxMUU2OEY5QUFGMjUxRTBEQUIwNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MTUwRDdBOTc5OEYxMUU2OEY5QUFGMjUxRTBEQUIwNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRDJDOENGMEY3M0U2MTE5NUZEOURFNTdBQ0U5ODE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMzFDQUVERjM0RkU2MTE5Nzg1QTkyQzA3Q0ZENjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OfEzWAAAAnZJREFUeNrslk1IVFEUx//zmhG1qfyIqKxcKFraB2gRuXDItOgDAjFcFO0KQ8PFrIqBFtGmIMoUw0WbojCDhGynDn1BoAgWpKLiiIylPp1J58PJ9HQvMzBjzHtzL2PSYv7M4r5555zfffeec+41EBH+vRSsixKY/xdjFLJSxzDQhb5XcPTA5+b/mLcipwTFF5BXivRdMQMYYiS0dw5dD9H9CP6fyDqAbblI2QJagc+FyW+YGUX6bpTXw1IDU4peHNLRjyG6Z6GrCjWcof4OcjlXvZ0Zpc/P6HYRN2iuJPekTiRtjDpGtnwewt5Ev3yaZl4Xvb7JzdiEPKokZilA909QjYl6WklEb+9w0pPLkpjuRu7WbiNBsWk9ruIu/W+EMf55urWfbHkU8JK4poapzkx3S6O+jFY3Xzp4ClmuISlVojRYEhZVwvkVg/ZY5ckytbcNbVb8Dsgxgtq8nef90ysY6NTFzDrwog7zU3xsb5RjBLzofRmq5ee1WJjWxgx/hEcNjZkdq01xsSkuLoTG0yMY79PGsIlEiq2AxNd42KKHH+fGtTGR+2FQ5LbHlMxdoob6G5NdvArD+qO4mLFiDPvuKNDF7CsPj5UNEpi0LP4L6kg1dhZqHwSs+15qhr0JK8souy6XaWxfaRlHLyJjD47X8jUU7dDi8sxSw1neojS0FqcnS/3WeuQc4x8R1+kZ1JKfFxZrJ8mbsLcMmdm8sIbe4UMLCk+hwhr3Ic0Zi2i3ofNBeMNzS/B9EBszcPoGCirW4i4QbHeRxet2QnXgpBWHq2FMivsuECnXBN63YOQTzJk4dB4HzyE1TdDVkLhDJzDroj8CDADS986fclZS5wAAAABJRU5ErkJggg==) no-repeat;
}

.phone:hover .phone_num {
    display: block;
}

.phone .phone_num {
    width: 135px;
    height: 36px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAAAkCAYAAACjbylKAAAECElEQVR4nO2bW4hOURTH/y4Pw6QmMg1KY3KZmjJ5oBiUQUmiRvOmkHKLNzXxIi805Y3GpZQHTyYeJCm3GiZFEaWGcZnUICIlzItG/zmznX32t9Z39jGjTK3fy+mcvb699l7nf/Ze65y+cYODg4MwDIHxFhRDw8RhqJg4DBUTh6Fi4jBUTByGionDUDFxGComDkNlYnRo+p6VXquqBqqmp+dfPwFfP+bbDfwAPrwptauoBGpqZb81c4CKyfF38kMfMPBdbqttyB+L5E+KQTjuGBuUiVUR32GfsXOOJO71eWc7cPNQ6fUp84AD19MB3roAXNyab8eJHlso+9p9A1jUnJ7vmpAc524G9p+PE8jj28DptXr7mV/JkcI4sQ14eanUJvSnxYA07gT2nsqOV8Kfmxaror4PPk1vfMce4MlZ2W7NUaC1TR+bQP7KwRvpBsYgOD72AO+7gMvtaWCmzszaQLGj4kO775+Tm8Sb6m6e8/n6TtLWvRFYvSV/Vk4YDHLlNN2u+3LSL8Vbtyq9HvrTYuCY7QldapfmJsWqiG8X12sn07gOjUPok4JhH4s3FFpB4rcV4gYBp/yubDufCv+p1+y4gvh9wa0mwhNMu6EnorfQUIdoPRwXDArDH085f+G4Y9qluUmxKuJbiuuGPfLvdimrSQ6WkBoqJg5Dpdi28r+gVRjhFvLwKvDqcXo+aQqwbFP2HMP7fIe3JPPcb/fhcu4zaz5QvyS9wGT4y7uszZd+OXCsLp7dy15jLjESeh4A/S9G5UaNTXFQGFK145I9ZuZMwKQMv9/L2usak+O3Xnmfd+0sLZncMlGUKgy/CrnfWb5i+DOHPuD4usR3CBPkhuXJRSbvDqkS8pPhclUax895FGBsikOqdnx482fVAz+/pRf59DrBOHG4p5aBY/Lq6DySCIHtTJ5ZUrK0ZAXh87w7EQIF4cSxtBVY0JS103xTGDNWAit2ZO0pDFf280jxlSvNHRwHhquacAxNLcXeE41ZcUjVToi/fSAoyUNY7vpbklT+MrBSGR2uElIFUs53dX1+ec4+/fIe3nuSt09L7SmMmJI/B0tIDRUTh6FSbFvxM/qRZtVFfLrq4e655M2itHSHvwnhW0oNrVpxMHnkG94QKQYj9e1g7sJ5FvHtYJyYD4W0tJV+uypDvji4F7vsP9xfmVW3FHtfXxjfJ18Xh2WihFYtYLiycDBJe3QlST7DaoVJKtsJP2ZpfYYxiPXNpNNVQFKl5BLKIr6btydiY5zed5Xar9+nj00g/n8rMV9l/wWh3xifsV9GEflVVrORxjMavv1+i/jGX3ztLYP9qclQsYTUUDFxGComDkPFxGGomDgMFROHoWLiMFRMHIaKicNQMXEYMgB+A229nTDyRUwoAAAAAElFTkSuQmCC) no-repeat;
    position: absolute;
    top: -1px;
    right: 35px;
    z-index: 1200;
    display: none;
}

.back_top {
    width: 34px;
    height: 34px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRjQwMUUzNzc5ODIxMUU2QTJDOThFRjZDMkREMTBGMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRjQwMUUzNjc5ODIxMUU2QTJDOThFRjZDMkREMTBGMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBNEMwMUU3NkQ3OUU2MTFCRDI0Q0Q0NjhGNTE5QzBBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMzFDQUVERjM0RkU2MTE5Nzg1QTkyQzA3Q0ZENjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4YlOsAAAAT1JREFUeNrslE1vgkAQhl0+wkUJCUEi8g164P//GaJgNMABogSIB2OEvkl76KGhoLRpmt3j7kyemXfeHdJ13eznDzP7lUMxFEMx/wdTVVUcx9frdVQWGbXTyrIE436/C4Kw2Wzm8/n03ZzP591ut1gsgiBgGCYMw7quJ8bkeb7f7yVJ8jxPFMXtdstxHEjobzLRsiw7Ho/L5dK2bZZl3y9vtxuaw5B835dl+VVMmqan00nTNMMwoNXnJwwpiiKYwnVdRVGexOAJALSi6zoYX8Y8Hg+QLpeLZVmr1Wo0pm3bw+FQFIVpmmilp1JEwn6I7KmG66kR43UcR1XVb1zEMPAFz/NJkgCJsgghgzCwUNM0Q2b7oQkhEA3eg8gYGBIHYfDvIBTsO+qrr9dr+BD1vboF6IamGIqhmL+NeRNgAEMFn5tJFe1bAAAAAElFTkSuQmCC) no-repeat;
    border: 1px solid #ececec;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    top: 424px;
    cursor: pointer;
    border-top: none;
    z-index: 99;
}

.back_top:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAIAAAC1JZyVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MTUwRDdBRTc5OEYxMUU2OEY5QUFGMjUxRTBEQUIwNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MTUwRDdBRDc5OEYxMUU2OEY5QUFGMjUxRTBEQUIwNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRDJDOENGMEY3M0U2MTE5NUZEOURFNTdBQ0U5ODE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMzFDQUVERjM0RkU2MTE5Nzg1QTkyQzA3Q0ZENjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/42RIQAAAUBJREFUeNpi/P//PwPtARMDXcCoNaPWjFozjKy5sZ9haSbD4/MkaWIkrUy7vA1kx8fnDKLKDEmLGBRMaeCbM6sZ5kQxKJoxFO1hYGZlmBbIcPsQsXr/EwkOz/mfxfl/Rsj/bx9A3Bc3/jfo/S8Q/n9pKzG6ibNmV+//dJb/C1P+f/+EEHxz/3+X3f8cnv+nV1Fszb+//7e2guxYXfL/9w902U8v/0/yBvny6AIKrPnzC2R6GtP/TfUg+7CC7x//zwz7n8n+f3cfWdb8+v5/YfL/DNb/O7oI+PjXt/8LEsGuafj/7x8p1gDjeVb4/2yu/4dmERV5f/9A/b2mDBQGxFrT5/I/l/f/mdX/iQdAf0BiEegzDMCCPZnLmzC4lTBou5OS0RkZvKoYuAQY7hyhuBQYLaFHrRm1ZtSaQW0NQIABADDntlJ4RSw7AAAAAElFTkSuQmCC) no-repeat;
}

/* 404 */
.not-found {
    position: relative;
    padding-top: 20px;
    height: 640px;
    background: #ebebeb; /* 一些不支持背景渐变的浏览器 */
    background: -webkit-linear-gradient(top, #eceded 0%, #d9d9d9 100%);
    background: -moz-linear-gradient(top, #eceded 0%, #d9d9d9 100%);
    background: -o-linear-gradient(top, #eceded 0%, #d9d9d9 100%);
}

.nf-box {
    position: absolute;
    left: 50%;
    top: 40%;
    padding: 80px 100px 0;
    width: 902px;
    height: 415px;
    margin-left: -444px;
    margin-top: -222.5px;
    /*background: #fff;*/
    border-radius: 20px;
    /*box-shadow: 1px 1px 40px rgba(0,0,0,.5)*/
}

.nf-title {
    font-size: 38px;
    color: #ff7e00;
    font-weight: 800
}

.nf-msg {
    color: #ff7e00;
    font-size: 18px
}

a.btn-nf {
    position: relative;
    width: 154px;
    color: #ff7e00;
    text-align: left;
    border: 1px solid #ff7e00;
}

#login_info a {
    cursor: pointer;
}

.btn.btn-primary {
    color: #fff;
    background: #ff6600;
    border: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #CB240C;
    border: none;
    outline: none;
}

/*子导航 开始*/
.nav-second-tab {
    width: 1200px;
    margin: 6px auto;
    text-align: left;
    color: #000;
}

.nav-second-tab span a {
    color: #000;
}

.nav-second-tab .show-active {
    color: #000;
}

.nav-second-tab .show-active.active {
    color: #ff9622;
}
/*子导航 结束*/

/*分页开始*/
#pagination-list .no-padding {
    padding: 0;
}

.pagination {
    margin-right: 8px;
}

.pagination li a.active {
    background: #fb6706;
    color: #fff;
    margin-top: 0;
}

.pagination li a {
    /*width: 25px;*/
    height: 24px;
    line-height: 23px;
    color: #444;
    background: #fff;
    margin-right: 3px;
    margin-top: 0;
    padding: 0 7px;
    text-align: center;
}

.pagination li .page-a {
    color: #444;
    background: #fff;
    font-size: 12px;
    width: 56px;
    height: 24px;
    line-height: 23px;
    padding: 0;
    text-align: center;
}

.pagination li .page-a-left {
    margin-right: 8px;
}

.pagination li .page-a-right {
    margin-left: 5px;
}

#pagination-list .total {
    font-size: 12px;
    color: #444;
    float: right;
    margin-top: 23px;
}

.page-size-choose {
    font-size: 12px;
    color: #444;
    float: right;
    margin-top: 20px;
    margin-left: 8px;
}

.page-size-choose select.page-choose-total {
    width: 38px;
    height: 24px;
    border-radius: 4px;
    margin-right: 4px;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    border: 1px solid #ddd;
    outline: none;
}

.page-size-choose select.page-choose-total:hover {
    background: #ff9622;
    color: #fff;
    border: 0;
}

/*分页结束*/

/*底部开始*/


.footer-info.display-table .table-cell p {
    color: #999;
    margin: 0 0 0 8px;
    font-size: 12px;
}

.footer-info.display-table .table-cell p>a {
    color: #999;
    cursor: pointer;
}

.footer-info.display-table .table-cell p.buss-title {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-a img {
    vertical-align: bottom;
}
/*底部完*/
.outline-ie.active:focus{
    outline:none\0;
}
.outline-ie:focus{
    outline:none\0;
}
.bootbox-alert  .modal-dialog {
    width: 300px\0;
    margin:30px auto 0 auto\0;
}

/*loading 开始*/
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=15);
    opacity: 0.15;
    background-color: #000;
    z-index: 1000;
    display: none;
}

.loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
/*loading 结束*/
/*模拟竞价登录 开始*/
#show-login-bid.modal {
    overflow-y: auto;
    z-index: 1500;
}

#show-login-bid.modal .bid-login-info {
    width: 540px;
    height: 480px;
}

#show-login-bid.modal .login-bid-info .server-error {
    font-size: 16px;
    color: red;
}

#show-login-bid.modal .bid-login-info .modal-content .modal-header {
    background:#f3f3f3;
    border-radius:4px 4px 0 0;
    width:540px;
    height:46px;
    padding-top: 12px;
    text-align: center;
    position: relative;
}

#show-login-bid.modal .bid-login-info .modal-content .modal-header .modal-title {
    font-size: 16px;
    color: #000;
}

#show-login-bid.modal .bid-login-info .modal-content .modal-header .modal-bid-login-close {
    position: absolute;
    right: 19px;
    top: 12px;
    cursor: pointer;
}

#show-login-bid.modal .bid-login-info .modal-content .login-bid-info {
    background: #fff;
    width: 540px;
    padding: 11px;
}

#show-login-bid.modal .bid-login-info .modal-content .login-bid-info .login-input-bid > p {
    margin-left: 100px;
    margin-top: 19px;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > span {
    display: inline-block;
    font-size: 12px;
    width: 48px;
    color: #4b4b4b;
    margin-right: 18px;
    text-align: right;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > input {
    border:1px solid #b3b3b3;
    width:238px;
    height:27px;
    padding-left: 5px;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > input:focus {
    border: 1px solid #ff9622;
    outline: none;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > span.error-important {
    color: red;
    width: auto;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > .bid-login-info-image-code {
    width:148px;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > img {
    width: 78px;
    height: 27px;
    vertical-align: top;
    margin-left: 8px;
    cursor: pointer;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > img:hover {
    border: 1px solid #ff9622;
    outline: none;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > button {
    background:#ff9622;
    border-radius:4px;
    border: 0;
    width:150px;
    height:34px;
    font-size:16px;
    color:#ffffff;
    margin-left: 70px;
    outline: none;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > p > button:hover {
    background: #CB240C;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > div.get-bid-user-info {
    font-size:12px;
    color:#4b4b4b;
    line-height:20px;
    margin-left: 150px;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > div.get-bid-user-info > p {
    font-size:12px;
    color:#ff6600;
    line-height:20px;
    margin-bottom: 0;
}

.bid-login-info .modal-content .login-bid-info .login-input-bid > div.get-bid-user-info > div {
    margin-left: 18px;
}
/*模拟竞价登录 结束*/

/*弹出框 开始*/
.bootbox.bootbox-alert, .bootbox.my-box-modal {
    top: 30%!important;
    z-index: 2000;
}

.bootbox.my-box-modal .modal-dialog {
    width: 440px;
    margin: 0 auto;
}

.bootbox.my-box-modal .modal-dialog .modal-content {
    background:#f3f3f3;
    border: none;
}

.bootbox.my-box-modal .modal-dialog .modal-header {
    height:46px;
}

.bootbox.my-box-modal .modal-dialog .modal-header .modal-title {
    line-height: 1;
}

.bootbox.my-box-modal .modal-dialog .modal-body {
    background: #fff;
    overflow: auto;
}

.bootbox.my-box-modal .modal-dialog .modal-body .bootbox-body {
    font-size:16px;
    color:#666666;
    line-height:28px;
    text-align: center;
    height: 130px;
    padding-top: 38px;
    word-wrap: break-word;
}

.bootbox.my-box-modal.custom-box .modal-dialog .modal-body .bootbox-body {
    height: auto;
    padding-top: 0;
}

.bootbox.my-box-modal .modal-dialog .modal-body .bootbox-body span.img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.bootbox.my-box-modal .modal-dialog .modal-body .bootbox-body span.success {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAqCAYAAAAqAaJlAAAAAXNSR0IArs4c6QAABcJJREFUWAnNWV1sVEUUPmfuLSBopELDn2CQikQUJYrdbSupULptQlATt0t5MI2aaPTBRE0kMepqIhJf1BcfqBI0CrT7ILQm3W0X2lKg2xjUlwYMYCLE4k8waKRlu/fe45lb7rXd3ru7d7v9mWQzM2fOz7dnZ+acM4uQZyMirI9W+BCN7UBwD6tZTkjLEXAZAQwhwCD3VxDoCiD+qCrq0YPVJ3/O05wpxjq9tZ0xX5lB0EhATzDIZZ6kEQYQoZVI7I/U9l3wJMvMOYMNHStfY4zoe1nmaa9G0vkZcAoIm5Qieu9Qdf/v6etu86xgG7uq5g0lhz9gBS8TQZGbonzoDPo6gfgQAne+H8GInk1HRrAN8bIlegqO8N7zZVM0qXXEzgVz59UfeLz7WiY9rmAZ6AZNwzYgWpVJQcHWEM+riDsOBfrOuel0BGsCTeFJALrNTXBK6AjXVBR+N8Ai3egz8a2LNA2OTDtQCYRgoUbUtqu3sjgdl5yPAxvuqlKHU/+2sNBqJ+ZpoRGVate1liAFlXR748AOJIffYoYt6UzTPeeAUw2xS2+n27X3bLCraincGL7IDPPTmWZoPjQX55R+Vdt7xbL/v2eTN+Q3mS1AJb75SRoJy4HVTM/K6EQp/WyhL33LSN49ogak3B+pO/WT1GF6ljT9uZkAyp76J+MXIVIRtOctnlGwBDsswvT0qKPAV++rrSvmLO3rLDZtbGJXvPJuvqrWZxEo2LLpTcTtLYHERwPHYzKdrMqknNfXNsT86ySP0DXdRp5JqBBr7MWLqKKP08PoztjmlThCPRwJVmTTrROZGAWBsTEbc0HWEbvnFS0oa96WOLvrWPldOiV7OCdek5NuAhMjg0VvCXRO2sczIWJT8eINNV9WH7sajG1enRoxejxFSa5ApEY+bSD3zRQ11AHptZbaxCcACQhG/aVIyeNsb6UXg5ZDVf4ppsazCH8jYYiBxiSwULxyrZHSJNCse9Thi5gYBZcXtzosOpBwuEiBtUJRAlwM2SHQgZGX8aJQ0N9S12cClafZSKVyOkxO+njL3CILVMGlRUbDtjDSUGrFql+aa053qCpsZLkue23MQNIJ8VF5kCS5IVqxnk9zNw+XynleDekP3vfEnoVfc1JAsAgvXzoQprCQRR4FVm1jBXvYjWO3/L6Fix8M8NX0l9QZ7PQ/oJHexV5ZkpMNN6abGFVeH3TjSadzSG4YiEWTbPxZBioLvDdDMd9JA+AlDoVHm2sTnwH0m2LBjvKHQNfjPFmUrsfzHNHEqIKgC8DWcm5EjaEOX5L5X5QyzYFEO3fyY7dgrOxhMIwO9vkdNnFyA/ONQQgQ33rVQwa8wNfQx05yoXj5JgYZ50KzUEBBIWiTtsS6mkCC+9+cDGekkfFKsN0v3xPsFuqs8Bma3slgF9rEyQ4Qruq1K3ulGhHGsNwErfnpNHbXx3zvSNn6Dl8FA5U//e356XKW4muw1XoAMVNERYgvnFmzU8mgcDDqO086yHu08KU7igMWCo62o60+WvYNn/Ynrfls6NmrbS11CTsrND0rgXFSvpufJrXZAHIUAyfoKrwxFo8N9mad0zR2cUbHCPusKGjhsMFKQvHiktf5FfQHa3HGeoQzo1jGI7D3rEWWGbxBI99NOkRaCj32HBkHhVA2Ha45NSGyjvOs1Hs4cOIyv0w/xUI3PNopBPsQP/XvcAIqlU8AK4mRutN9DHgLA875VVrKTaohXuIU8LFIoP+Mmx5HsJJZAhY4Z9N07GFOK0/A/KJHOBH63g2opLuClYtySxSXlFTyfffp1FxrOMy/3h5OK6sjm3v/lDYztQkHzI052F5xL1/DewsSOMxnIdqvKOq7bvvTCUfOYC3hYHu5H0Bv5LmMLJ6yf/biWZZpVQV9frCm/zyPPTXPYC3tsmI41xHzGcB/2hlYyvTlXDXIYnAplw5DHBO5XMJB6087VEVr89bT8kk17/YfR70Bvv4/gs0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    height: 43px;
    width: 42px;
}

.bootbox.my-box-modal .modal-dialog .modal-body .bootbox-body span.warning {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAABQZJREFUWAnNmVtsFUUYx/+z1LaJl8QUfCCKEmO1Jl5I5EFBMeHBaKAkPJgABeIlCmqMUYwpCkZ4MKiJ6IOSqJhSFOODSMOLDwpq9UGN8RJvvCBeGhJviUHjEXrG3zdne3pOz27d3XPadE52Z/ab+b757Vy+mZ3j1ETwe3UZ6r0q61I5zZXnstiC1wjpkRBH+hrJkOvTlyGvwM3l1QlwZd0KxAog5ufSdzqKzgFF2p0XOjOof13zVNJ2KuoDLsoF2Fi4zIvuVYe2uJv1Q2N2o+R/QQFsB3AbgPeh3tFooilJCeCdWN0K8L+TWZoUFMg5+kdvYGDxZEZakDesTq0E9pc0W6mg/lVdrlEN0ZLnpym3VO50TLPU61briyS7iaAx5AdAnpGkNGUypxPALkqCbQAN3V3Sx9PWkhPf2lq2QwsnDoO62Rsmjo3J6eruiZD2bHXDEFhq8utAmXfbyZvqiVNTfWpycfA0NdnVrucN5vEmR8hrjQtyegxbnt8DxGfW1Jk1WcITdI/52fEWNWfeKkjpuLr0uFsLbKcuZHl4Fn85qZ9MoO8IC0ycEVo0XhY/QzYOnqCZSeT0F+UOc83nehjYN4nl9+kCnQor22oes9ZTpuSVttxWFGztzq5s9aYHr23ALaMF76DbX/R79KF/Rde5Vfoe+VoU16QrN+REbHiMLX4z22C0JnzFPurp2FQncRfX1Swc+/2gDnJdwQvck6uqmC0Kzj3vLiitplm6y12lk/4QI9Pr+bjYtzpb5/G8n+eDxIvS1BPlsBljxLjpTSyQV+g04NbovaD2kzYDdFFIt2mDW66/3Tq9xHOx/SiMNkZ7gsFmbk5/4NQeNBO8/SVEDwVzTi+zHL4b5IOMTa8bgzz/rSdizMzNr9eg0V9d8k5pF0Dt2P1Vp8fwtgsT27miAcYIo82CfsRW+gVjYLLcQrQk8Dhtciv1W0iX9Az1zA7pIjcYm2tRx3x22uicynT5bGCejCEP4/sGLI2PXoZ8VRG+qk5o0epTgYTXc/jGT4PmqJ4i7gLcVqANJgPyLCDHZr+JCgfr+pGC2sfxwo+YLl1+PXbWx3Zs6fwupMvagfzcWF48gtG6vhio0/1075/xdmxXTHHE1nhL22qE7TuL09VowlisRZ3eptX2BVMl9dNqF8dmN7qbVAoOf5QJ5kFtRQgtKn1TwNbdpuNfUzcw/bH+IE79nZD+UY8Sd8fy5iMOMCLG2YHclvrCvlWsareh28H1O4um7Tttl7SAdtxk6RaGoci2UBg+msco7siH8mVdQ/wW1xJz+HR5m06yVHriVgXYjLFi0I5ZFA4Y8pl32sxYfb+q9HNoyQXV51YkKmzxm3MWxL7vXuza2p85GKT/RKfhjJajfzvXDZmVsxW0jfNuK1qdlfjCAbpsXRZ9Jo2jvM10G6Pr0Tsni17uMk57aIzgn8dB83zcObrb69rcFedTSP64C197EZuHLGHqIa2vd459gRpS/Zhs1xZkw1lYp7jMME5va20d1a4fE7IkzuEzdWYf6RhsvAFeQdOfGIOftrhySNYbM9RVW9/1cRYz7XM7VQP2WF3pqXyoHDsmnuRZtYmglhGO/jhVIzkdY9bG5MKk40ZjsZAKapmhCzq1lFJP8FgyWYuDHY3vYJ+wNKm7a+tqmEy1mbXpcIg2k/9sqIW19Iz/+2YicIC2c/7KAUYPXZj+h5jtedv4QyzlfD7J9kTZf06vbnhPrPJRAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 43px;
    width: 42px;
}

.bootbox.my-box-modal .modal-dialog .modal-body .bootbox-body span.error {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAABIxJREFUWAnFWV1sFFUU/u506Y+0UnZbqCUk/vShEdCQQER44sXERFBCV6wPQng08UkeMEZCIAZIiI9qIiHqQ6tumtD64KNPRIwP+FMiiYgmBIppt4ItNNvd7vU7Q2Z6d5xZ9s6M25tM7rnnnvPdb879nTsKMZPWULOvYseSxh5CDECjn/kGKPRRvkd5ivIU81vML7cCE90F/MFyrKRsvYoHsKO6hIMaeIWE+iz9Jx1gPNOG890juG7j2zDRu3kMlKo4TfD9Ng2E2SqFMl/04w6Fk10FTIfZBHUPJaoPob04h9Na4U1296ogQJIyG5/TDs70bsIpdRzVelh1ic4PY/1CGeMk+Fw9kKR1jPA3LQrD2QLuRmFFEv37AJ6tVPA1u2hjlHOaehK5qtuwd90IfgvDDSU6ux/PVBQucrJ0hjn9j7oi2vB8GFlOwtr0zxvIVTgzV4CkEMmpEiZm81hTywqoIaqPI1O6hwKNHg8aNqvMoTbItXmUXGq41RRmJnGMhrubRSqqHU7eF6ev4B2z3h+j83n03a/id1Y+YhqslExic+0OnvLWWT+iC1UcS0xSYd5x8JY80lCSl2TPdi1ovOdhuBGVXWexil9ZmfEq4uQE+6B3DG+L7/QQzrILXTkOlvjIDraqFYOy3boRLWkcTkrSJaNqojgfl6DnJzthpYTDUnaJMhJ7vcqEeYfhb8qG2k7kvvqyeDh3XseTZL7Jzj3cmjj+RDTlcOuGtZvv5PGEU15MLZo8dsKPoik3TCnCcJE97nBsbo2ot1er5YiStR9de6CAh8ZWGaOPBdTxi3o5otyC/ejGB/Q9+x0CpkaUZ1Y/iqbsNxdXIMdUI2qOS1OOy8/wI1GF1YYiqWh2tx/dpKDCUbr+dmKgZQCTnEl62SKORI4S0VtxfMN8uIL45Ew5zNZSd1P29puWTpHmSmOtzqNFDGaqlCMtLSsYTCF6zdIt0pzEumc0RsRA5EhD+4prqjiEnTxRX7T3bZ5Hi4OdTnYzLnGc/pVWs1yWLsiTFh653c5+hUuOfPhzbI2nAczz4zmeR/fJI3IqmPLiCrynYHIUPksJ1F/qGFVfToLNIH4q/sR7kHgiv8CjmXv283S2OcHm+Pbvih+x3ueE6rLFCNiPrRvDkOh8ojPDGNSL+IXgiT5HAg3FLvKFy60KT68pPFiV3K4XtJ5RXGX2SWzklB3Z5R96JAXaJyqFnhyOMMY/irySidH8PteFoyYHv+s9ZfE1bFyq4Aeu2Os9XTNzErrR0YrtnaO1S2ZNRIVQ7gvc4BXgPoqlZhJ02+K9QCaDPUGSUvcfoqLMFfAdd4PdHAapbQSC+5D0Z0Zj19ov8VOYXShRMXTJZrC9GWOW3f1t+2psy47h5zCSooskKpUyDHqz2EWgj/jwNjL1dJ8T52TPFrzw6Oco1kNn+40ld50t8y4/4aYgrckaycl6rsPBic5CYztYw0S915HTVlXz943iLma5MpDgFW4oE20K58010sOul1sT9cDkonV2kj/EgJeoG+CzgcT7OaaDP8Sm2MhlXnZN2P5b8tqS/F//TCr+yOMw6QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    height: 43px;
    width: 42px;
}
.bootbox.my-box-modal .modal-dialog .modal-footer {
    background: #fff;
    padding-bottom: 30px;
    padding-left: 125px;
    padding-right: 125px;
    width: 100%;
    border-radius: 6px;
}

.bootbox.my-box-modal .modal-dialog .modal-footer .btn.btn-primary {
    border:1px solid #ff6600;
    background: #fff;
    border-radius:4px;
    color:#ff6600;
    width:78px;
    height:28px;
    line-height: 1;
}

.bootbox.my-box-modal .modal-dialog .modal-footer .btn.btn-primary:hover {
    background: #ff6600;
    color: #fff;
}
.modal-open-dialog{
    overflow: hidden;
}
.modal-open-dialog .modal {
    overflow-x: hidden;
    overflow-y: auto;
    top: 30%;
}
.modal-header span.icon-8 {
    cursor: pointer;
}

.modal-backdrop.fade.in {
    /*z-index: 1200;*/
}
/*弹出框 结束*/

/*模拟竞价登录框 开始*/
.modal-open .modal.bid-login-modal {
    top: 0;
}
/*模拟竞价登录框 结束*/

/*密码强度 开始*/
.passwordInfo.pwd-change {
    position: absolute;
    top: 6px;
    width: 30px;
    height: 6px;
    background-color: #d8d8d8;
}

.passwordInfo.pwd-change.low {
    left: 335px;
}

.passwordInfo.pwd-change.middle {
    left: 367px;
}

.passwordInfo.pwd-change.heavy {
    left: 400px
}

.passwordInfo.pwd-change span {
    margin-left: 8px;
}

.passwordInfo.pwd-change.pw-weak{
    left: 335px;
    background:#d55048;
}
.passwordInfo.pwd-change.pw-medium{
    left: 367px;
    background-color:#ff6600;
}
.passwordInfo.pwd-change.pw-strong {
    left: 399px;
    background-color: #55b737;
}
.level_low{
    color:#d55048;
}
.level_medium{
    color:#ff6600;
}
.level_strong {
    color: #55b737;
}
/*密码强度 结束*/

.red-text {
    color: #ff6501;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/gfp-front/fonts/fontawesome-webfont.eot);src:url(/gfp-front/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/gfp-front/fonts/fontawesome-webfont.woff2) format('woff2'),url(/gfp-front/fonts/fontawesome-webfont.woff) format('woff'),url(/gfp-front/fonts/fontawesome-webfont.ttf) format('truetype'),url(/gfp-front/fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}  .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}  .fa-2x{font-size:2em}  .fa-3x{font-size:3em}  .fa-4x{font-size:4em}  .fa-5x{font-size:5em}  .fa-fw{width:1.28571429em;text-align:center}  .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}  .fa-ul>li{position:relative}  .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}  .fa-li.fa-lg{left:-1.85714286em}  .fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}  .fa-pull-left{float:left}  .fa-pull-right{float:right}  .fa.fa-pull-left{margin-right:.3em}  .fa.fa-pull-right{margin-left:.3em}  .pull-right{float:right}  .pull-left{float:left}  .fa.pull-left{margin-right:.3em}  .fa.pull-right{margin-left:.3em}  .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}  .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}  @-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}  @keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}  .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}  .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}  .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}  .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}  .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}  :root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}  .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}  .fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}  .fa-stack-1x{line-height:inherit}  .fa-stack-2x{font-size:2em}  .fa-inverse{color:#fff}  .fa-glass:before{content:"\F000"}  .fa-music:before{content:"\F001"}  .fa-search:before{content:"\F002"}  .fa-envelope-o:before{content:"\F003"}  .fa-heart:before{content:"\F004"}  .fa-star:before{content:"\F005"}  .fa-star-o:before{content:"\F006"}  .fa-user:before{content:"\F007"}  .fa-film:before{content:"\F008"}  .fa-th-large:before{content:"\F009"}  .fa-th:before{content:"\F00A"}  .fa-th-list:before{content:"\F00B"}  .fa-check:before{content:"\F00C"}  .fa-remove:before,.fa-close:before,.fa-times:before{content:"\F00D"}  .fa-search-plus:before{content:"\F00E"}  .fa-search-minus:before{content:"\F010"}  .fa-power-off:before{content:"\F011"}  .fa-signal:before{content:"\F012"}  .fa-gear:before,.fa-cog:before{content:"\F013"}  .fa-trash-o:before{content:"\F014"}  .fa-home:before{content:"\F015"}  .fa-file-o:before{content:"\F016"}  .fa-clock-o:before{content:"\F017"}  .fa-road:before{content:"\F018"}  .fa-download:before{content:"\F019"}  .fa-arrow-circle-o-down:before{content:"\F01A"}  .fa-arrow-circle-o-up:before{content:"\F01B"}  .fa-inbox:before{content:"\F01C"}  .fa-play-circle-o:before{content:"\F01D"}  .fa-rotate-right:before,.fa-repeat:before{content:"\F01E"}  .fa-refresh:before{content:"\F021"}  .fa-list-alt:before{content:"\F022"}  .fa-lock:before{content:"\F023"}  .fa-flag:before{content:"\F024"}  .fa-headphones:before{content:"\F025"}  .fa-volume-off:before{content:"\F026"}  .fa-volume-down:before{content:"\F027"}  .fa-volume-up:before{content:"\F028"}  .fa-qrcode:before{content:"\F029"}  .fa-barcode:before{content:"\F02A"}  .fa-tag:before{content:"\F02B"}  .fa-tags:before{content:"\F02C"}  .fa-book:before{content:"\F02D"}  .fa-bookmark:before{content:"\F02E"}  .fa-print:before{content:"\F02F"}  .fa-camera:before{content:"\F030"}  .fa-font:before{content:"\F031"}  .fa-bold:before{content:"\F032"}  .fa-italic:before{content:"\F033"}  .fa-text-height:before{content:"\F034"}  .fa-text-width:before{content:"\F035"}  .fa-align-left:before{content:"\F036"}  .fa-align-center:before{content:"\F037"}  .fa-align-right:before{content:"\F038"}  .fa-align-justify:before{content:"\F039"}  .fa-list:before{content:"\F03A"}  .fa-dedent:before,.fa-outdent:before{content:"\F03B"}  .fa-indent:before{content:"\F03C"}  .fa-video-camera:before{content:"\F03D"}  .fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\F03E"}  .fa-pencil:before{content:"\F040"}  .fa-map-marker:before{content:"\F041"}  .fa-adjust:before{content:"\F042"}  .fa-tint:before{content:"\F043"}  .fa-edit:before,.fa-pencil-square-o:before{content:"\F044"}  .fa-share-square-o:before{content:"\F045"}  .fa-check-square-o:before{content:"\F046"}  .fa-arrows:before{content:"\F047"}  .fa-step-backward:before{content:"\F048"}  .fa-fast-backward:before{content:"\F049"}  .fa-backward:before{content:"\F04A"}  .fa-play:before{content:"\F04B"}  .fa-pause:before{content:"\F04C"}  .fa-stop:before{content:"\F04D"}  .fa-forward:before{content:"\F04E"}  .fa-fast-forward:before{content:"\F050"}  .fa-step-forward:before{content:"\F051"}  .fa-eject:before{content:"\F052"}  .fa-chevron-left:before{content:"\F053"}  .fa-chevron-right:before{content:"\F054"}  .fa-plus-circle:before{content:"\F055"}  .fa-minus-circle:before{content:"\F056"}  .fa-times-circle:before{content:"\F057"}  .fa-check-circle:before{content:"\F058"}  .fa-question-circle:before{content:"\F059"}  .fa-info-circle:before{content:"\F05A"}  .fa-crosshairs:before{content:"\F05B"}  .fa-times-circle-o:before{content:"\F05C"}  .fa-check-circle-o:before{content:"\F05D"}  .fa-ban:before{content:"\F05E"}  .fa-arrow-left:before{content:"\F060"}  .fa-arrow-right:before{content:"\F061"}  .fa-arrow-up:before{content:"\F062"}  .fa-arrow-down:before{content:"\F063"}  .fa-mail-forward:before,.fa-share:before{content:"\F064"}  .fa-expand:before{content:"\F065"}  .fa-compress:before{content:"\F066"}  .fa-plus:before{content:"\F067"}  .fa-minus:before{content:"\F068"}  .fa-asterisk:before{content:"\F069"}  .fa-exclamation-circle:before{content:"\F06A"}  .fa-gift:before{content:"\F06B"}  .fa-leaf:before{content:"\F06C"}  .fa-fire:before{content:"\F06D"}  .fa-eye:before{content:"\F06E"}  .fa-eye-slash:before{content:"\F070"}  .fa-warning:before,.fa-exclamation-triangle:before{content:"\F071"}  .fa-plane:before{content:"\F072"}  .fa-calendar:before{content:"\F073"}  .fa-random:before{content:"\F074"}  .fa-comment:before{content:"\F075"}  .fa-magnet:before{content:"\F076"}  .fa-chevron-up:before{content:"\F077"}  .fa-chevron-down:before{content:"\F078"}  .fa-retweet:before{content:"\F079"}  .fa-shopping-cart:before{content:"\F07A"}  .fa-folder:before{content:"\F07B"}  .fa-folder-open:before{content:"\F07C"}  .fa-arrows-v:before{content:"\F07D"}  .fa-arrows-h:before{content:"\F07E"}  .fa-bar-chart-o:before,.fa-bar-chart:before{content:"\F080"}  .fa-twitter-square:before{content:"\F081"}  .fa-facebook-square:before{content:"\F082"}  .fa-camera-retro:before{content:"\F083"}  .fa-key:before{content:"\F084"}  .fa-gears:before,.fa-cogs:before{content:"\F085"}  .fa-comments:before{content:"\F086"}  .fa-thumbs-o-up:before{content:"\F087"}  .fa-thumbs-o-down:before{content:"\F088"}  .fa-star-half:before{content:"\F089"}  .fa-heart-o:before{content:"\F08A"}  .fa-sign-out:before{content:"\F08B"}  .fa-linkedin-square:before{content:"\F08C"}  .fa-thumb-tack:before{content:"\F08D"}  .fa-external-link:before{content:"\F08E"}  .fa-sign-in:before{content:"\F090"}  .fa-trophy:before{content:"\F091"}  .fa-github-square:before{content:"\F092"}  .fa-upload:before{content:"\F093"}  .fa-lemon-o:before{content:"\F094"}  .fa-phone:before{content:"\F095"}  .fa-square-o:before{content:"\F096"}  .fa-bookmark-o:before{content:"\F097"}  .fa-phone-square:before{content:"\F098"}  .fa-twitter:before{content:"\F099"}  .fa-facebook-f:before,.fa-facebook:before{content:"\F09A"}  .fa-github:before{content:"\F09B"}  .fa-unlock:before{content:"\F09C"}  .fa-credit-card:before{content:"\F09D"}  .fa-feed:before,.fa-rss:before{content:"\F09E"}  .fa-hdd-o:before{content:"\F0A0"}  .fa-bullhorn:before{content:"\F0A1"}  .fa-bell:before{content:"\F0F3"}  .fa-certificate:before{content:"\F0A3"}  .fa-hand-o-right:before{content:"\F0A4"}  .fa-hand-o-left:before{content:"\F0A5"}  .fa-hand-o-up:before{content:"\F0A6"}  .fa-hand-o-down:before{content:"\F0A7"}  .fa-arrow-circle-left:before{content:"\F0A8"}  .fa-arrow-circle-right:before{content:"\F0A9"}  .fa-arrow-circle-up:before{content:"\F0AA"}  .fa-arrow-circle-down:before{content:"\F0AB"}  .fa-globe:before{content:"\F0AC"}  .fa-wrench:before{content:"\F0AD"}  .fa-tasks:before{content:"\F0AE"}  .fa-filter:before{content:"\F0B0"}  .fa-briefcase:before{content:"\F0B1"}  .fa-arrows-alt:before{content:"\F0B2"}  .fa-group:before,.fa-users:before{content:"\F0C0"}  .fa-chain:before,.fa-link:before{content:"\F0C1"}  .fa-cloud:before{content:"\F0C2"}  .fa-flask:before{content:"\F0C3"}  .fa-cut:before,.fa-scissors:before{content:"\F0C4"}  .fa-copy:before,.fa-files-o:before{content:"\F0C5"}  .fa-paperclip:before{content:"\F0C6"}  .fa-save:before,.fa-floppy-o:before{content:"\F0C7"}  .fa-square:before{content:"\F0C8"}  .fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\F0C9"}  .fa-list-ul:before{content:"\F0CA"}  .fa-list-ol:before{content:"\F0CB"}  .fa-strikethrough:before{content:"\F0CC"}  .fa-underline:before{content:"\F0CD"}  .fa-table:before{content:"\F0CE"}  .fa-magic:before{content:"\F0D0"}  .fa-truck:before{content:"\F0D1"}  .fa-pinterest:before{content:"\F0D2"}  .fa-pinterest-square:before{content:"\F0D3"}  .fa-google-plus-square:before{content:"\F0D4"}  .fa-google-plus:before{content:"\F0D5"}  .fa-money:before{content:"\F0D6"}  .fa-caret-down:before{content:"\F0D7"}  .fa-caret-up:before{content:"\F0D8"}  .fa-caret-left:before{content:"\F0D9"}  .fa-caret-right:before{content:"\F0DA"}  .fa-columns:before{content:"\F0DB"}  .fa-unsorted:before,.fa-sort:before{content:"\F0DC"}  .fa-sort-down:before,.fa-sort-desc:before{content:"\F0DD"}  .fa-sort-up:before,.fa-sort-asc:before{content:"\F0DE"}  .fa-envelope:before{content:"\F0E0"}  .fa-linkedin:before{content:"\F0E1"}  .fa-rotate-left:before,.fa-undo:before{content:"\F0E2"}  .fa-legal:before,.fa-gavel:before{content:"\F0E3"}  .fa-dashboard:before,.fa-tachometer:before{content:"\F0E4"}  .fa-comment-o:before{content:"\F0E5"}  .fa-comments-o:before{content:"\F0E6"}  .fa-flash:before,.fa-bolt:before{content:"\F0E7"}  .fa-sitemap:before{content:"\F0E8"}  .fa-umbrella:before{content:"\F0E9"}  .fa-paste:before,.fa-clipboard:before{content:"\F0EA"}  .fa-lightbulb-o:before{content:"\F0EB"}  .fa-exchange:before{content:"\F0EC"}  .fa-cloud-download:before{content:"\F0ED"}  .fa-cloud-upload:before{content:"\F0EE"}  .fa-user-md:before{content:"\F0F0"}  .fa-stethoscope:before{content:"\F0F1"}  .fa-suitcase:before{content:"\F0F2"}  .fa-bell-o:before{content:"\F0A2"}  .fa-coffee:before{content:"\F0F4"}  .fa-cutlery:before{content:"\F0F5"}  .fa-file-text-o:before{content:"\F0F6"}  .fa-building-o:before{content:"\F0F7"}  .fa-hospital-o:before{content:"\F0F8"}  .fa-ambulance:before{content:"\F0F9"}  .fa-medkit:before{content:"\F0FA"}  .fa-fighter-jet:before{content:"\F0FB"}  .fa-beer:before{content:"\F0FC"}  .fa-h-square:before{content:"\F0FD"}  .fa-plus-square:before{content:"\F0FE"}  .fa-angle-double-left:before{content:"\F100"}  .fa-angle-double-right:before{content:"\F101"}  .fa-angle-double-up:before{content:"\F102"}  .fa-angle-double-down:before{content:"\F103"}  .fa-angle-left:before{content:"\F104"}  .fa-angle-right:before{content:"\F105"}  .fa-angle-up:before{content:"\F106"}  .fa-angle-down:before{content:"\F107"}  .fa-desktop:before{content:"\F108"}  .fa-laptop:before{content:"\F109"}  .fa-tablet:before{content:"\F10A"}  .fa-mobile-phone:before,.fa-mobile:before{content:"\F10B"}  .fa-circle-o:before{content:"\F10C"}  .fa-quote-left:before{content:"\F10D"}  .fa-quote-right:before{content:"\F10E"}  .fa-spinner:before{content:"\F110"}  .fa-circle:before{content:"\F111"}  .fa-mail-reply:before,.fa-reply:before{content:"\F112"}  .fa-github-alt:before{content:"\F113"}  .fa-folder-o:before{content:"\F114"}  .fa-folder-open-o:before{content:"\F115"}  .fa-smile-o:before{content:"\F118"}  .fa-frown-o:before{content:"\F119"}  .fa-meh-o:before{content:"\F11A"}  .fa-gamepad:before{content:"\F11B"}  .fa-keyboard-o:before{content:"\F11C"}  .fa-flag-o:before{content:"\F11D"}  .fa-flag-checkered:before{content:"\F11E"}  .fa-terminal:before{content:"\F120"}  .fa-code:before{content:"\F121"}  .fa-mail-reply-all:before,.fa-reply-all:before{content:"\F122"}  .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\F123"}  .fa-location-arrow:before{content:"\F124"}  .fa-crop:before{content:"\F125"}  .fa-code-fork:before{content:"\F126"}  .fa-unlink:before,.fa-chain-broken:before{content:"\F127"}  .fa-question:before{content:"\F128"}  .fa-info:before{content:"\F129"}  .fa-exclamation:before{content:"\F12A"}  .fa-superscript:before{content:"\F12B"}  .fa-subscript:before{content:"\F12C"}  .fa-eraser:before{content:"\F12D"}  .fa-puzzle-piece:before{content:"\F12E"}  .fa-microphone:before{content:"\F130"}  .fa-microphone-slash:before{content:"\F131"}  .fa-shield:before{content:"\F132"}  .fa-calendar-o:before{content:"\F133"}  .fa-fire-extinguisher:before{content:"\F134"}  .fa-rocket:before{content:"\F135"}  .fa-maxcdn:before{content:"\F136"}  .fa-chevron-circle-left:before{content:"\F137"}  .fa-chevron-circle-right:before{content:"\F138"}  .fa-chevron-circle-up:before{content:"\F139"}  .fa-chevron-circle-down:before{content:"\F13A"}  .fa-html5:before{content:"\F13B"}  .fa-css3:before{content:"\F13C"}  .fa-anchor:before{content:"\F13D"}  .fa-unlock-alt:before{content:"\F13E"}  .fa-bullseye:before{content:"\F140"}  .fa-ellipsis-h:before{content:"\F141"}  .fa-ellipsis-v:before{content:"\F142"}  .fa-rss-square:before{content:"\F143"}  .fa-play-circle:before{content:"\F144"}  .fa-ticket:before{content:"\F145"}  .fa-minus-square:before{content:"\F146"}  .fa-minus-square-o:before{content:"\F147"}  .fa-level-up:before{content:"\F148"}  .fa-level-down:before{content:"\F149"}  .fa-check-square:before{content:"\F14A"}  .fa-pencil-square:before{content:"\F14B"}  .fa-external-link-square:before{content:"\F14C"}  .fa-share-square:before{content:"\F14D"}  .fa-compass:before{content:"\F14E"}  .fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\F150"}  .fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\F151"}  .fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\F152"}  .fa-euro:before,.fa-eur:before{content:"\F153"}  .fa-gbp:before{content:"\F154"}  .fa-dollar:before,.fa-usd:before{content:"\F155"}  .fa-rupee:before,.fa-inr:before{content:"\F156"}  .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\F157"}  .fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\F158"}  .fa-won:before,.fa-krw:before{content:"\F159"}  .fa-bitcoin:before,.fa-btc:before{content:"\F15A"}  .fa-file:before{content:"\F15B"}  .fa-file-text:before{content:"\F15C"}  .fa-sort-alpha-asc:before{content:"\F15D"}  .fa-sort-alpha-desc:before{content:"\F15E"}  .fa-sort-amount-asc:before{content:"\F160"}  .fa-sort-amount-desc:before{content:"\F161"}  .fa-sort-numeric-asc:before{content:"\F162"}  .fa-sort-numeric-desc:before{content:"\F163"}  .fa-thumbs-up:before{content:"\F164"}  .fa-thumbs-down:before{content:"\F165"}  .fa-youtube-square:before{content:"\F166"}  .fa-youtube:before{content:"\F167"}  .fa-xing:before{content:"\F168"}  .fa-xing-square:before{content:"\F169"}  .fa-youtube-play:before{content:"\F16A"}  .fa-dropbox:before{content:"\F16B"}  .fa-stack-overflow:before{content:"\F16C"}  .fa-instagram:before{content:"\F16D"}  .fa-flickr:before{content:"\F16E"}  .fa-adn:before{content:"\F170"}  .fa-bitbucket:before{content:"\F171"}  .fa-bitbucket-square:before{content:"\F172"}  .fa-tumblr:before{content:"\F173"}  .fa-tumblr-square:before{content:"\F174"}  .fa-long-arrow-down:before{content:"\F175"}  .fa-long-arrow-up:before{content:"\F176"}  .fa-long-arrow-left:before{content:"\F177"}  .fa-long-arrow-right:before{content:"\F178"}  .fa-apple:before{content:"\F179"}  .fa-windows:before{content:"\F17A"}  .fa-android:before{content:"\F17B"}  .fa-linux:before{content:"\F17C"}  .fa-dribbble:before{content:"\F17D"}  .fa-skype:before{content:"\F17E"}  .fa-foursquare:before{content:"\F180"}  .fa-trello:before{content:"\F181"}  .fa-female:before{content:"\F182"}  .fa-male:before{content:"\F183"}  .fa-gittip:before,.fa-gratipay:before{content:"\F184"}  .fa-sun-o:before{content:"\F185"}  .fa-moon-o:before{content:"\F186"}  .fa-archive:before{content:"\F187"}  .fa-bug:before{content:"\F188"}  .fa-vk:before{content:"\F189"}  .fa-weibo:before{content:"\F18A"}  .fa-renren:before{content:"\F18B"}  .fa-pagelines:before{content:"\F18C"}  .fa-stack-exchange:before{content:"\F18D"}  .fa-arrow-circle-o-right:before{content:"\F18E"}  .fa-arrow-circle-o-left:before{content:"\F190"}  .fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\F191"}  .fa-dot-circle-o:before{content:"\F192"}  .fa-wheelchair:before{content:"\F193"}  .fa-vimeo-square:before{content:"\F194"}  .fa-turkish-lira:before,.fa-try:before{content:"\F195"}  .fa-plus-square-o:before{content:"\F196"}  .fa-space-shuttle:before{content:"\F197"}  .fa-slack:before{content:"\F198"}  .fa-envelope-square:before{content:"\F199"}  .fa-wordpress:before{content:"\F19A"}  .fa-openid:before{content:"\F19B"}  .fa-institution:before,.fa-bank:before,.fa-university:before{content:"\F19C"}  .fa-mortar-board:before,.fa-graduation-cap:before{content:"\F19D"}  .fa-yahoo:before{content:"\F19E"}  .fa-google:before{content:"\F1A0"}  .fa-reddit:before{content:"\F1A1"}  .fa-reddit-square:before{content:"\F1A2"}  .fa-stumbleupon-circle:before{content:"\F1A3"}  .fa-stumbleupon:before{content:"\F1A4"}  .fa-delicious:before{content:"\F1A5"}  .fa-digg:before{content:"\F1A6"}  .fa-pied-piper-pp:before{content:"\F1A7"}  .fa-pied-piper-alt:before{content:"\F1A8"}  .fa-drupal:before{content:"\F1A9"}  .fa-joomla:before{content:"\F1AA"}  .fa-language:before{content:"\F1AB"}  .fa-fax:before{content:"\F1AC"}  .fa-building:before{content:"\F1AD"}  .fa-child:before{content:"\F1AE"}  .fa-paw:before{content:"\F1B0"}  .fa-spoon:before{content:"\F1B1"}  .fa-cube:before{content:"\F1B2"}  .fa-cubes:before{content:"\F1B3"}  .fa-behance:before{content:"\F1B4"}  .fa-behance-square:before{content:"\F1B5"}  .fa-steam:before{content:"\F1B6"}  .fa-steam-square:before{content:"\F1B7"}  .fa-recycle:before{content:"\F1B8"}  .fa-automobile:before,.fa-car:before{content:"\F1B9"}  .fa-cab:before,.fa-taxi:before{content:"\F1BA"}  .fa-tree:before{content:"\F1BB"}  .fa-spotify:before{content:"\F1BC"}  .fa-deviantart:before{content:"\F1BD"}  .fa-soundcloud:before{content:"\F1BE"}  .fa-database:before{content:"\F1C0"}  .fa-file-pdf-o:before{content:"\F1C1"}  .fa-file-word-o:before{content:"\F1C2"}  .fa-file-excel-o:before{content:"\F1C3"}  .fa-file-powerpoint-o:before{content:"\F1C4"}  .fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\F1C5"}  .fa-file-zip-o:before,.fa-file-archive-o:before{content:"\F1C6"}  .fa-file-sound-o:before,.fa-file-audio-o:before{content:"\F1C7"}  .fa-file-movie-o:before,.fa-file-video-o:before{content:"\F1C8"}  .fa-file-code-o:before{content:"\F1C9"}  .fa-vine:before{content:"\F1CA"}  .fa-codepen:before{content:"\F1CB"}  .fa-jsfiddle:before{content:"\F1CC"}  .fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\F1CD"}  .fa-circle-o-notch:before{content:"\F1CE"}  .fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\F1D0"}  .fa-ge:before,.fa-empire:before{content:"\F1D1"}  .fa-git-square:before{content:"\F1D2"}  .fa-git:before{content:"\F1D3"}  .fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\F1D4"}  .fa-tencent-weibo:before{content:"\F1D5"}  .fa-qq:before{content:"\F1D6"}  .fa-wechat:before,.fa-weixin:before{content:"\F1D7"}  .fa-send:before,.fa-paper-plane:before{content:"\F1D8"}  .fa-send-o:before,.fa-paper-plane-o:before{content:"\F1D9"}  .fa-history:before{content:"\F1DA"}  .fa-circle-thin:before{content:"\F1DB"}  .fa-header:before{content:"\F1DC"}  .fa-paragraph:before{content:"\F1DD"}  .fa-sliders:before{content:"\F1DE"}  .fa-share-alt:before{content:"\F1E0"}  .fa-share-alt-square:before{content:"\F1E1"}  .fa-bomb:before{content:"\F1E2"}  .fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\F1E3"}  .fa-tty:before{content:"\F1E4"}  .fa-binoculars:before{content:"\F1E5"}  .fa-plug:before{content:"\F1E6"}  .fa-slideshare:before{content:"\F1E7"}  .fa-twitch:before{content:"\F1E8"}  .fa-yelp:before{content:"\F1E9"}  .fa-newspaper-o:before{content:"\F1EA"}  .fa-wifi:before{content:"\F1EB"}  .fa-calculator:before{content:"\F1EC"}  .fa-paypal:before{content:"\F1ED"}  .fa-google-wallet:before{content:"\F1EE"}  .fa-cc-visa:before{content:"\F1F0"}  .fa-cc-mastercard:before{content:"\F1F1"}  .fa-cc-discover:before{content:"\F1F2"}  .fa-cc-amex:before{content:"\F1F3"}  .fa-cc-paypal:before{content:"\F1F4"}  .fa-cc-stripe:before{content:"\F1F5"}  .fa-bell-slash:before{content:"\F1F6"}  .fa-bell-slash-o:before{content:"\F1F7"}  .fa-trash:before{content:"\F1F8"}  .fa-copyright:before{content:"\F1F9"}  .fa-at:before{content:"\F1FA"}  .fa-eyedropper:before{content:"\F1FB"}  .fa-paint-brush:before{content:"\F1FC"}  .fa-birthday-cake:before{content:"\F1FD"}  .fa-area-chart:before{content:"\F1FE"}  .fa-pie-chart:before{content:"\F200"}  .fa-line-chart:before{content:"\F201"}  .fa-lastfm:before{content:"\F202"}  .fa-lastfm-square:before{content:"\F203"}  .fa-toggle-off:before{content:"\F204"}  .fa-toggle-on:before{content:"\F205"}  .fa-bicycle:before{content:"\F206"}  .fa-bus:before{content:"\F207"}  .fa-ioxhost:before{content:"\F208"}  .fa-angellist:before{content:"\F209"}  .fa-cc:before{content:"\F20A"}  .fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\F20B"}  .fa-meanpath:before{content:"\F20C"}  .fa-buysellads:before{content:"\F20D"}  .fa-connectdevelop:before{content:"\F20E"}  .fa-dashcube:before{content:"\F210"}  .fa-forumbee:before{content:"\F211"}  .fa-leanpub:before{content:"\F212"}  .fa-sellsy:before{content:"\F213"}  .fa-shirtsinbulk:before{content:"\F214"}  .fa-simplybuilt:before{content:"\F215"}  .fa-skyatlas:before{content:"\F216"}  .fa-cart-plus:before{content:"\F217"}  .fa-cart-arrow-down:before{content:"\F218"}  .fa-diamond:before{content:"\F219"}  .fa-ship:before{content:"\F21A"}  .fa-user-secret:before{content:"\F21B"}  .fa-motorcycle:before{content:"\F21C"}  .fa-street-view:before{content:"\F21D"}  .fa-heartbeat:before{content:"\F21E"}  .fa-venus:before{content:"\F221"}  .fa-mars:before{content:"\F222"}  .fa-mercury:before{content:"\F223"}  .fa-intersex:before,.fa-transgender:before{content:"\F224"}  .fa-transgender-alt:before{content:"\F225"}  .fa-venus-double:before{content:"\F226"}  .fa-mars-double:before{content:"\F227"}  .fa-venus-mars:before{content:"\F228"}  .fa-mars-stroke:before{content:"\F229"}  .fa-mars-stroke-v:before{content:"\F22A"}  .fa-mars-stroke-h:before{content:"\F22B"}  .fa-neuter:before{content:"\F22C"}  .fa-genderless:before{content:"\F22D"}  .fa-facebook-official:before{content:"\F230"}  .fa-pinterest-p:before{content:"\F231"}  .fa-whatsapp:before{content:"\F232"}  .fa-server:before{content:"\F233"}  .fa-user-plus:before{content:"\F234"}  .fa-user-times:before{content:"\F235"}  .fa-hotel:before,.fa-bed:before{content:"\F236"}  .fa-viacoin:before{content:"\F237"}  .fa-train:before{content:"\F238"}  .fa-subway:before{content:"\F239"}  .fa-medium:before{content:"\F23A"}  .fa-yc:before,.fa-y-combinator:before{content:"\F23B"}  .fa-optin-monster:before{content:"\F23C"}  .fa-opencart:before{content:"\F23D"}  .fa-expeditedssl:before{content:"\F23E"}  .fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\F240"}  .fa-battery-3:before,.fa-battery-three-quarters:before{content:"\F241"}  .fa-battery-2:before,.fa-battery-half:before{content:"\F242"}  .fa-battery-1:before,.fa-battery-quarter:before{content:"\F243"}  .fa-battery-0:before,.fa-battery-empty:before{content:"\F244"}  .fa-mouse-pointer:before{content:"\F245"}  .fa-i-cursor:before{content:"\F246"}  .fa-object-group:before{content:"\F247"}  .fa-object-ungroup:before{content:"\F248"}  .fa-sticky-note:before{content:"\F249"}  .fa-sticky-note-o:before{content:"\F24A"}  .fa-cc-jcb:before{content:"\F24B"}  .fa-cc-diners-club:before{content:"\F24C"}  .fa-clone:before{content:"\F24D"}  .fa-balance-scale:before{content:"\F24E"}  .fa-hourglass-o:before{content:"\F250"}  .fa-hourglass-1:before,.fa-hourglass-start:before{content:"\F251"}  .fa-hourglass-2:before,.fa-hourglass-half:before{content:"\F252"}  .fa-hourglass-3:before,.fa-hourglass-end:before{content:"\F253"}  .fa-hourglass:before{content:"\F254"}  .fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\F255"}  .fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\F256"}  .fa-hand-scissors-o:before{content:"\F257"}  .fa-hand-lizard-o:before{content:"\F258"}  .fa-hand-spock-o:before{content:"\F259"}  .fa-hand-pointer-o:before{content:"\F25A"}  .fa-hand-peace-o:before{content:"\F25B"}  .fa-trademark:before{content:"\F25C"}  .fa-registered:before{content:"\F25D"}  .fa-creative-commons:before{content:"\F25E"}  .fa-gg:before{content:"\F260"}  .fa-gg-circle:before{content:"\F261"}  .fa-tripadvisor:before{content:"\F262"}  .fa-odnoklassniki:before{content:"\F263"}  .fa-odnoklassniki-square:before{content:"\F264"}  .fa-get-pocket:before{content:"\F265"}  .fa-wikipedia-w:before{content:"\F266"}  .fa-safari:before{content:"\F267"}  .fa-chrome:before{content:"\F268"}  .fa-firefox:before{content:"\F269"}  .fa-opera:before{content:"\F26A"}  .fa-internet-explorer:before{content:"\F26B"}  .fa-tv:before,.fa-television:before{content:"\F26C"}  .fa-contao:before{content:"\F26D"}  .fa-500px:before{content:"\F26E"}  .fa-amazon:before{content:"\F270"}  .fa-calendar-plus-o:before{content:"\F271"}  .fa-calendar-minus-o:before{content:"\F272"}  .fa-calendar-times-o:before{content:"\F273"}  .fa-calendar-check-o:before{content:"\F274"}  .fa-industry:before{content:"\F275"}  .fa-map-pin:before{content:"\F276"}  .fa-map-signs:before{content:"\F277"}  .fa-map-o:before{content:"\F278"}  .fa-map:before{content:"\F279"}  .fa-commenting:before{content:"\F27A"}  .fa-commenting-o:before{content:"\F27B"}  .fa-houzz:before{content:"\F27C"}  .fa-vimeo:before{content:"\F27D"}  .fa-black-tie:before{content:"\F27E"}  .fa-fonticons:before{content:"\F280"}  .fa-reddit-alien:before{content:"\F281"}  .fa-edge:before{content:"\F282"}  .fa-credit-card-alt:before{content:"\F283"}  .fa-codiepie:before{content:"\F284"}  .fa-modx:before{content:"\F285"}  .fa-fort-awesome:before{content:"\F286"}  .fa-usb:before{content:"\F287"}  .fa-product-hunt:before{content:"\F288"}  .fa-mixcloud:before{content:"\F289"}  .fa-scribd:before{content:"\F28A"}  .fa-pause-circle:before{content:"\F28B"}  .fa-pause-circle-o:before{content:"\F28C"}  .fa-stop-circle:before{content:"\F28D"}  .fa-stop-circle-o:before{content:"\F28E"}  .fa-shopping-bag:before{content:"\F290"}  .fa-shopping-basket:before{content:"\F291"}  .fa-hashtag:before{content:"\F292"}  .fa-bluetooth:before{content:"\F293"}  .fa-bluetooth-b:before{content:"\F294"}  .fa-percent:before{content:"\F295"}  .fa-gitlab:before{content:"\F296"}  .fa-wpbeginner:before{content:"\F297"}  .fa-wpforms:before{content:"\F298"}  .fa-envira:before{content:"\F299"}  .fa-universal-access:before{content:"\F29A"}  .fa-wheelchair-alt:before{content:"\F29B"}  .fa-question-circle-o:before{content:"\F29C"}  .fa-blind:before{content:"\F29D"}  .fa-audio-description:before{content:"\F29E"}  .fa-volume-control-phone:before{content:"\F2A0"}  .fa-braille:before{content:"\F2A1"}  .fa-assistive-listening-systems:before{content:"\F2A2"}  .fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\F2A3"}  .fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\F2A4"}  .fa-glide:before{content:"\F2A5"}  .fa-glide-g:before{content:"\F2A6"}  .fa-signing:before,.fa-sign-language:before{content:"\F2A7"}  .fa-low-vision:before{content:"\F2A8"}  .fa-viadeo:before{content:"\F2A9"}  .fa-viadeo-square:before{content:"\F2AA"}  .fa-snapchat:before{content:"\F2AB"}  .fa-snapchat-ghost:before{content:"\F2AC"}  .fa-snapchat-square:before{content:"\F2AD"}  .fa-pied-piper:before{content:"\F2AE"}  .fa-first-order:before{content:"\F2B0"}  .fa-yoast:before{content:"\F2B1"}  .fa-themeisle:before{content:"\F2B2"}  .fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\F2B3"}  .fa-fa:before,.fa-font-awesome:before{content:"\F2B4"}  .fa-handshake-o:before{content:"\F2B5"}  .fa-envelope-open:before{content:"\F2B6"}  .fa-envelope-open-o:before{content:"\F2B7"}  .fa-linode:before{content:"\F2B8"}  .fa-address-book:before{content:"\F2B9"}  .fa-address-book-o:before{content:"\F2BA"}  .fa-vcard:before,.fa-address-card:before{content:"\F2BB"}  .fa-vcard-o:before,.fa-address-card-o:before{content:"\F2BC"}  .fa-user-circle:before{content:"\F2BD"}  .fa-user-circle-o:before{content:"\F2BE"}  .fa-user-o:before{content:"\F2C0"}  .fa-id-badge:before{content:"\F2C1"}  .fa-drivers-license:before,.fa-id-card:before{content:"\F2C2"}  .fa-drivers-license-o:before,.fa-id-card-o:before{content:"\F2C3"}  .fa-quora:before{content:"\F2C4"}  .fa-free-code-camp:before{content:"\F2C5"}  .fa-telegram:before{content:"\F2C6"}  .fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\F2C7"}  .fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\F2C8"}  .fa-thermometer-2:before,.fa-thermometer-half:before{content:"\F2C9"}  .fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\F2CA"}  .fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\F2CB"}  .fa-shower:before{content:"\F2CC"}  .fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\F2CD"}  .fa-podcast:before{content:"\F2CE"}  .fa-window-maximize:before{content:"\F2D0"}  .fa-window-minimize:before{content:"\F2D1"}  .fa-window-restore:before{content:"\F2D2"}  .fa-times-rectangle:before,.fa-window-close:before{content:"\F2D3"}  .fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\F2D4"}  .fa-bandcamp:before{content:"\F2D5"}  .fa-grav:before{content:"\F2D6"}  .fa-etsy:before{content:"\F2D7"}  .fa-imdb:before{content:"\F2D8"}  .fa-ravelry:before{content:"\F2D9"}  .fa-eercast:before{content:"\F2DA"}  .fa-microchip:before{content:"\F2DB"}  .fa-snowflake-o:before{content:"\F2DC"}  .fa-superpowers:before{content:"\F2DD"}  .fa-wpexplorer:before{content:"\F2DE"}  .fa-meetup:before{content:"\F2E0"}  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}  .sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
ul,ol,li,dt,dl,dd{ list-style: none; padding: 0; margin: 0;}
a { color: #ff6501;}
html a:focus,html a.active {text-decoration: none;}
.warp-box {max-width: 1200px; margin: 0 auto;}


#alert-updata {text-align: center; background: #252534; display: block;
    color: #fff; width: 100%; line-height: 50px; font-size: 16px;  top: 50%; position: absolute;}
#alert-updata a {  text-decoration: underline; font-weight: bold; }
#alert-updata-fix { height: 50px;}
#alert-updata a{  display:inline-block;}
.modern  #alert-updata,.modern #alert-updata-fix  { display: none; }
.sidebar2 {
    width: 280px;
    padding-top: 20px;
    background: #f9f9f9;
    height:1100px;
}

.news-center-section .sidebar2 .second-title {
    font-size: 28px;
    color: #ff6501;
    text-align: center;
    height: 35px;
    margin: 0;
}

.news-center-section .sidebar2 .second-title span.icon {
    font-size: 26px;
    margin-right: 6px;
    vertical-align: middle;
}

.sidebar-nav ul li > a#news-state .orange_back, .sidebar-nav ul li > a#news-state .blue_back {
    width: 30px;
    margin-top: 14px;
    height: 30px;
    padding: 6px;
}

.sidebar2 .en-title {
    color: #868686;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.news-center-section .sidebar-nav {
    margin-top: 16px;
}

.cont_mod {
    overflow: hidden;
    padding: 0 30px 0 24px;

}
.about_title {
    margin-top: 0px;
}

.about_title span {
    margin-left: 50px;
}

.gywm1, .gywm2, .gywm3,
.gywm4, .cpzq1, .cpzq2,
.cpzq3, .cpzq4, .hyzq1,
.hyzq2, .hyzq3, .xwzx1,
.xwzx2, .xwzx3 {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.news-list-box {
    padding: 36px 20px
}

.news-list li  img {
    width: 316px;
    height: 160px
}

/* news detail */
article.news {
    padding-bottom: 200px
}

.news-title {
    margin: 0 30px;
    border-bottom: 1px dashed #e6e6e6;
    text-align: left;
    padding-top: 36px;
    padding-bottom: 34px;
}

.news-title p {
    margin-bottom: 0
}

.news-title span.content-right {
    float: right;
}

.news-title span.content-left {
    float: left;
}

.news-title span.content-left.second {
    margin-left: 30px;
}

.news-title span {
    color: #888;
    font-size: 12px;
}

.news-title h2 {
    margin-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    color: #000;
    margin-top: 0;
}

.news-content {
    padding: 50px;
    width: 100%;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
}

.news-content ul li {
    list-style: initial;
}

.news-content ol li {
    list-style: inherit;
}

.news-content img {
    max-width: 100%;
}

.news-content table {
    max-width: 100%;
}

.news-content td {
    border: 1px solid #d8d8d8;
}

/*.news-content img {*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/
/*.news-content p {*/
/*text-indent: 2em;*/
/*line-height: 26px*/
/*}*/
.table-list {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 31px;
}

/* news table */

.table-list .list {
    padding: 0;
    margin-top: 0;
}

.table-list .list ul li {
    display: inline-block;
    width: 100%;
    height: 59px;
    line-height: 54px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.table-list .list ul li a {
    color: #333;
    display: inline-block;
    height: 100%;
}

.table-list .list ul li:hover a {
    color: #ff6501;
}
/* download table */

table.download-table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px dashed #ddd;
    vertical-align: middle
}

table.download-table thead {
    background: #f9f9f9;
}

table.download-table > thead > tr > th {
    border-bottom: none
}

.btn-download {
    padding: 0 36px
}
/*header*/
.top-box {
    height: 80px;
    background: #fff
}
#info-header{
    height: 90px;
}
.top-box .col-xs-2,.top-box .col-xs-8 {
    height: 80px;
    line-height: 80px
}

.top-box .menu-list {
    text-align: center
}
.top-box-fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
}
.top-box-fixed .main-col-img{
    height: 60px;
    line-height: 60px;
}
.top-box-fixed.top-box .menu-list{
    margin-top: 14px;
}
/*0310*/

.top-box .menu-list .top_li:nth-child(n+3)>a:after {
    display: inline-block;
    content: "";
    margin-left: 4px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 4px solid #aeaeae;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.top-box .menu-list .top_li:nth-child(n+3)>a.active:after {
    border-top: 4px solid #ff6501;
}

.top-box .menu-list a:hover,.top-box .login a:hover {
    color: #ff6602
}

.top-box .menu-list .top_li:nth-child(n+3)>a:hover:after {
    border-top: 4px solid #ff6602
}

.top-box .login a,.top-box .login {
    color: #848687;
}

#nickName {
    color: #ff6602;
}
/* footer block1 */
.footer-box1 {
    margin-top: 50px;
    min-height: 100px;
    padding: 25px 0px 10px 0px;
    color: #9e9e9e;
    background: #1b1c28
}

.footer-box1 .wx-code {
    text-align: left
}

.footer-box1 .wx-code div {
    padding-left: 4px;
    margin-top: 10px
}

.footer-box1 dl {
    width: 23%;
    text-align: center;
}

.footer-box1 dl dt {
    margin-bottom: 18px;
    color: #ff6602;
    font-size: 16px
}

.footer-box1 dl dd {
    margin: 0 0 8px 58px;
    text-align: left;
}

.footer-box1 dl dd a {
    margin-bottom: 8px;
    font-size: 14px;
    color: #9e9e9e
}

.footer-box1 .info {
    width: 234px;
    margin-left: -60px;
    padding: 16px;
    font-size: 12px;
    background: #171823
}

.footer-box1 .info i {
    color: #ff6602
}
img{
    border: 0;
}

.footer-box1 .info i {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 4px
}

.footer-box1 .info i.footer-icon1,.footer-box1 .info i.footer-icon3 {
    margin-right: 8px;
    vertical-align: middle;
}

.footer-box1 .info i.footer-icon1 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzMwMTJBNzc5NjMxMUU2QTMzNkU0RUI1Mjc1MzgzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzMwMTJBNjc5NjMxMUU2QTMzNkU0RUI1Mjc1MzgzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFGQjNCMTNCQjU3OEU2MTE4REIyODhGNjVFMjhCNDc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMzFDQUVERjM0RkU2MTE5Nzg1QTkyQzA3Q0ZENjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+we7/AQAAATxJREFUeNqc0j9Iw0AYh+GLV+pmB1G6OQmKCiK6u1gnlQqCg2uJtOCmg0J1EcFBKeKQxd1NEB0sCEqhi5OCfxBLRV3sKugS0vfCV0nPCuLBc3f5cr8kl8QJgkD9p8W+Z65up89jBivK80+paeabMOcK1KqN5W2Ri+SwigFkpNaBB/TgjAtNtAqmI/MxFsUZh7GIEvbgUe+zg1rGF+zLcbcEMrKtIpbt4LOM2+xlS+ZzWMAa5nGBITt4KeMUjxMj/CmhTgziA13yopqCJ6ghhemw4vlf9Ad4wg3e8WpOOU3f0dUb9Ou4DS/g+W9Sd2TP5kYJ6jU7mKA/xwiOkMUSeuXbVhpLnR9/jqtH6Y+RxKOETLvDLOF7e49K9nUVLlDqOhIyrR/jrX6AaLhMP4lduZN5OTs4/P1R/9jqAgwA11VVfucf/T8AAAAASUVORK5CYII=) no-repeat;
}

.footer-box1 .info i.footer-icon3 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQzVFNEY0MTc5NjMxMUU2QTMzNkU0RUI1Mjc1MzgzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQzVFNEY0MDc5NjMxMUU2QTMzNkU0RUI1Mjc1MzgzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFGQjNCMTNCQjU3OEU2MTE4REIyODhGNjVFMjhCNDc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMzFDQUVERjM0RkU2MTE5Nzg1QTkyQzA3Q0ZENjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Mp1iRQAAARxJREFUeNpi/P//PwMKSGeOAJLhQGwCFTkDxCsZZv5dgayMEa4xnVkASM4G4hAG7GALEKcCDXgB4jBBNTEDyU48mkDAB4jbgWrZEBoZGEKBOA3K/gPEtUAsC8WVUDEQSADiIBCDBSoQjmRyI9A5LUj8DqAtIHXNSGpXwGxURlK4CYszkcWUkZ3KgyTxD4tG5KAXRtb4FC0Q0IE3Evsdsh93ArENlN0M9dMCKD8GyX8gsAYRj+nMMkD2bSDmYMAPfgCxIiguIU6d+fcJkOxhIAx6UBMABCyFJi9cACS3BMZBaJz59waQnIpH40SgmpuYGiGaQQHSj0XTBKDcEmQBJiyKqtCcfAaa7Biw5w7UrCUBJNdDeYGwAEEGAAEGADfRTPBQ9+OXAAAAAElFTkSuQmCC) no-repeat;
}


/* footer block2 */

.footer-box2 {
    padding: 15px 0 5px 0;
    background: #171823;
    text-align: center;
    color: #4a4b5b;
    font-size: 12px
}

.footer-box2 p a {
    margin-right: 20px;
    color: #4a4b5b
}
/* 新闻中心 icon */
.xwzx1 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI3MkE3QTY3RTQwMTFFNjk1OTJGNUM2QTc3MDBBMEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI3MkE3QTc3RTQwMTFFNjk1OTJGNUM2QTc3MDBBMEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzdGRkRDMzdFM0UxMUU2OTU5MkY1QzZBNzcwMEEwRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzdGRkRDNDdFM0UxMUU2OTU5MkY1QzZBNzcwMEEwRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsEFf+0AAAHSSURBVHjatJXNK0RRFMC956ssRJmJkmEhZcjHGxsbWVjYsDIk/4CFIpaaiWzUWFiI/0CpQbaKkWY3shnGRj4ikiwVZcbv1nn14r3nzsKtX+fde84979xzz73XKBQKJf/RyvyUkUgkiIjBCJiQhwNYzmQyL35zTR+nIUQa7qAdR41KSj8teu+mUuGGZVlHEPXQRZXea67C9Ig2jOiESb73Yc6hWyH6HT6rxK6oHHfDLmxK35nPKViEY7G7KCbHXTAG+8Ksi436Wbl2xCwvilAbdQp7MnzlMrcWwti/S2r+jHgDQuK8W3CrgCpoEnutHD9K/kahWcbuXOweIAtBXcfVdq3Clsvm2a0G3sRea/MMuIZxj83LieyVqA3diFMQgGdVx2zMuVNJf5gN6+GzVexSuhGvQxxmIImT/h9Vo/pJ0cfF/vey3W43Ji8jLEjAGnzBDbRAKczDApyxglgxJy8uqM1bhUuogE+5iNT4Nix5HRDD7z4m8g7ENAxIzd7DiTrqRJr1u9y8UlGJGII6x3BClm+3VzjkBx9ajnFqygF5ksqwW7ukxG710ACDOM/r5LhNXdMYT/z1/BBESuxzOo5Vwfcx6VbjaQt43ZDGfz2m3wIMABCgwM6TPEwGAAAAAElFTkSuQmCC) no-repeat;
}
.xwzx2 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI3MkE3QUE3RTQwMTFFNjk1OTJGNUM2QTc3MDBBMEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI3MkE3QUI3RTQwMTFFNjk1OTJGNUM2QTc3MDBBMEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QjcyQTdBODdFNDAxMUU2OTU5MkY1QzZBNzcwMEEwRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QjcyQTdBOTdFNDAxMUU2OTU5MkY1QzZBNzcwMEEwRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlA8KyYAAAIMSURBVHja1JVPKOVRFMf93pAX5c/On6IoY4PNixQLsXikyMYGM0X+ZWExS0sLKynFwkaaeWUh781MivxJmRp5+TMKYUH+LLBAJtTwfE4duj16f0YWbn0699537/d3zr3n3Gf5fL6It2i2iDdqka/Z7HA4MjBV0AqZ0Ob1eofkNyuco0DIEqNi1RAH01AJpTAJeYif2kIQiwYnDDI8BPHoH9QjkIZdglH669gx/eDLR4FIIqZCPRNPVuA79CCw77e8EH5ofwHK5eORfoJfMDXwEWbAA82InQcIKhu6tb8GnU8e69m1QRe0S0iI3YZ49FlGdu1Aiplu8sUmWETQFYaoNLn9OZxLZt8d/Q+m8Gfohc0w000i/QsD8MmsDZsxuP+PVBbvxMsLsOvcnSk8C7WP5xNqI3RJuxiQSx/XacsUlos7gxLCSw/T61ituLVnJc3kJaYR0a/YVewGdkKzYyuI8Db80TMXp06eFQgidfwo51YE/dDB+FLz2Q2/WeN/F5JieXCgdufFytOUmUdwWcV2tQL7II35X9gRmGLttZZ0PvyEApEI+AghMCzCbHYbc6mSs3AMueKA5D606FhKv4I924EeIQmtDLF4I5ojFZW8l/N0QQ4kwal4LaLBPE7QxHdqeB59iL5BAwJ7xtooTDFzs49zQd9jNtn1havSd/dKwkbkJtA+69395z0IMAD6ccHn+DSbTwAAAABJRU5ErkJggg==) no-repeat;
}
.xwzx3 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI3MkE3QUU3RTQwMTFFNjk1OTJGNUM2QTc3MDBBMEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI3MkE3QUY3RTQwMTFFNjk1OTJGNUM2QTc3MDBBMEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QjcyQTdBQzdFNDAxMUU2OTU5MkY1QzZBNzcwMEEwRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QjcyQTdBRDdFNDAxMUU2OTU5MkY1QzZBNzcwMEEwRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt4yxMcAAAGdSURBVHjazJXPK0RRFMdnsMDIlBobC1Z2MvVmQSzYKqVRSlIWUhaW/AH+AmUxZU+WI7EUUwq9LPxYGMXIKFnIjxob5vkc3dHtee8O07xy69P98e753vPOOfe9sOM4oSBaTSigVleJUSKRaKVLwgQ82bY9XLEwYi1KbBw6IQ3zcOi1P2yKMWJRuhEl1gWbsAr7eFk0OfIljECKcYPr2QDIK+fhGu7hN5l+49DZUihGYca14RRy8PHHFKzAt3ABNiCqbdjVxkW8eOHNmsrk5RmW3MnrgZSPQRHRMfoTyPrsaYM5r6q4Kp3mJQyv8IDncS25cg/6WcswFtt6L2EJQ4ePsKMbaW0BuiFjquNGiPsISwJrIYZnabUWgV7YU2tSjsdewllDKN7hRpVgRLNthkdt3xEsuoUnDcmTUFiqBHfEcxgktnm8XVMHJpkXmP/weB0uDMLnKgcieisHIXJHPwRbchAceIWiHaYMVXGGR5eILasbuc3cYT7NuE9dDM0VrrRlWTnpq0FJK/DvsZRRrkqasbKfzX/5awpM+FOAAQBIJ7PS2ZTaNAAAAABJRU5ErkJggg==) no-repeat;
}
.second-page-content {
    width: 920px;
    background: #fff;
    min-height: 645px;
    position: relative;
}

#mainPng{
    padding-left: 20px;
    padding-top: 35px;
}
#mainCont{
    padding: 0 30px 0 35px;
}

.top_ul2 li a{
    display: block;
}

.news-center-platform .content-block, .news-center-state .content-block {
    margin-top: 0;
}

.news-center-platform.table-list .list ul li:hover {
    background: rgba(57,170,230,0.10);
}

.news-center-platform .content-head, .news-center-state .content-head {
    padding-bottom: 10px;
    font-size: 18px;
}

.news-center-platform hr {
    margin-left: 8px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 4px solid #f9f9f9;
}

.news-center-platform ul li img {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin-top: 25px;
    margin-right: 10px;
}

.table > tbody > tr > td {
    border-top: 0;
}

.news-center-state.table-list .list ul li {
    height: 150px;
    overflow: hidden;
    padding-top: 20px;
}

.news-center-state .news-list li img {
    width: 200px;
    height: 110px;
    margin-right: 20px;
    cursor: pointer;
}

.news-center-state .news-list li img:hover {
    width: 210px;
    height: 120px;
}

.news-center-state .news-list li .news-box {
    width: 100%;
}

.news-box .news-state-title {
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
    margin-top: 3px;
    font-weight: 600;
}

.news-box .news-intro {
    margin-top: 14px;
    height: 60px;
    overflow: hidden;
    line-height: 24px
}

.news-box .news-intro {
    font-size: 12px;
    color: #888;
}

.news-box .news-time {
    font-size:12px;
    color:#888888;
    height: 14px;
    line-height: 14px;
    margin-top: 14px;
}

.news-box .news-time .read-times {
    margin-left: 38px;
}

.news-list-a > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 470px;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom;
}

.news-list .news-publish-date {
    font-size: 12px;
    color: #888;
}

#pagination-list .row {
    margin-left: 0;
    margin-right: 0;
}
/*规则流程*/
.rule-bid {
    margin-left: 26px;
    margin-right: 26px;
    line-height: 28px;
    color: #666666;
    text-indent: 2em;
}
.rule-bid-title {
    margin: 0;
    padding-bottom: 30px;
    margin-left: 30px;
    font-size: 24px;
    text-align: center;
    color: #444444;
}
.standard-title {
    color:#444444;
}
.h4-title {
    text-align: center;
    color: #444444;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
.next-title {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}
.next-item--title {
    margin-left:20px;
}
.total-p-st p{
    color: #666666;
}
.last-item {
    margin-left: 40px;
    margin-right: 26px;
}
.content-title {
    margin-left: 26px;
    margin-right: 26px;
}

.rules-box h3.standard-title {
    margin-left: 26px;
    margin-right: 26px;
}

.sidebar2.rule {
    padding-top: 0;
}

.sidebar2.rule .first-bar {
    padding-top: 18px;
    border-right: 1px solid #e6e6e6;
}

.sidebar2.rule .sidebar2-nav a {
    border-right: 1px solid #e6e6e6;
}

.sidebar2.rule .sidebar2-nav a.active {
    border-right: 0;
}

.sidebar2.rule .first-bar .en-title {
    margin: 0;
    padding-bottom: 10px;
}

.sidebar2 .last-bar {
    border-right: 1px solid #e6e6e6;
    background: #f9f9f9;
}

#userSetting > div {
    position: relative;
    overflow: hidden;
}@font-face {
    font-family: 'icomoon';
    src:  url(/gfp-front/fonts/icomoon.eot);
    src:  url(/gfp-front/fonts/icomoon.eot#iefix) format('embedded-opentype'),
    url(/gfp-front/fonts/icomoon.ttf) format('truetype'),
    url(/gfp-front/fonts/icomoon.woff) format('woff'),
    url(/gfp-front/fonts/icomoon.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-question:before {
    content: "\E900";
}
.icon-40:before {
    content: "\E933";
}
.icon-29:before {
    content: "\E934";
}
.icon-17:before {
    content: "\E935";
}
.icon-uniE936:before {
    content: "\E936";
}
.icon-uniE900:before {
    content: "\E901";
}
.icon-1:before {
    content: "\E902";
}
.icon-2:before {
    content: "\E903";
}
.icon-3:before {
    content: "\E904";
}
.icon-4:before {
    content: "\E905";
}
.icon-35:before {
    content: "\E906";
}
.icon-36:before {
    content: "\E907";
}
.icon-37:before {
    content: "\E908";
}
.icon-5:before {
    content: "\E90A";
}
.icon-6:before {
    content: "\E90B";
}
.icon-7:before {
    content: "\E90C";
}
.icon-8:before {
    content: "\E90D";
}
.icon-9:before {
    content: "\E90E";
}
.icon-10:before {
    content: "\E90F";
}
.icon-11:before {
    content: "\E910";
}
.icon-12:before {
    content: "\E911";
}
.icon-13:before {
    content: "\E912";
}
.icon-14:before {
    content: "\E913";
}
.icon-15:before {
    content: "\E914";
}
.icon-212:before {
    content: "\E915";
}
.icon-232:before {
    content: "\E916";
}
.icon-242:before {
    content: "\E917";
}
.icon-16:before {
    content: "\E918";
}
.icon-18:before {
    content: "\E919";
}
.icon-272:before {
    content: "\E91A";
}
.icon-19:before {
    content: "\E91B";
}
.icon-20:before {
    content: "\E91C";
}
.icon-21:before {
    content: "\E91D";
}
.icon-22:before {
    content: "\E91E";
}
.icon-23:before {
    content: "\E91F";
}
.icon-24:before {
    content: "\E920";
}
.icon-32:before {
    content: "\E921";
}
.icon-25:before {
    content: "\E922";
}
.icon-26:before {
    content: "\E923";
}
.icon-27:before {
    content: "\E924";
}
.icon-28:before {
    content: "\E925";
}
.icon-30:before {
    content: "\E926";
}
.icon-31:before {
    content: "\E927";
}
.icon-33:before {
    content: "\E928";
}
.icon-34:before {
    content: "\E929";
}
.icon-38:before {
    content: "\E92A";
}
.icon-39:before {
    content: "\E92B";
}
.icon-52:before {
    content: "\E92C";
}
.icon-62:before {
    content: "\E92D";
}
.icon-622:before {
    content: "\E92E";
}
.icon-72:before {
    content: "\E930";
}
.icon-LR:before {
    content: "\E92F";
}
.icon-192:before {
    content: "\E9982";
}
.icon-58:before {
    content: "\E909";
}

.icon-history:before {
    content: "\E90A";
}

.btn-basic {
    border: 1px solid #fb6600;
    color: #fb6600;
    padding: 0 15px;
}

.btn-basic:hover {
    background: #fb6600;
    color: #ffffff;
}.flex-phone {
  position: fixed;
  text-align: center;
  top: 468px;
  left: 50%;
  width: 48px;
  height: 146px;
  margin-left: 610px;
  font-size: 14px;
  color: #ff9622;
  z-index: 999;
}
.flex-phone div {
  width: 48px;
  height: 48px;
  border: 1px solid #ff9622;
  background: #ffffff;
  padding-top: 4px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}
.flex-phone div:hover {
  background: #ff9622;
  color: #fff;
}
.flex-phone div:last-child {
  border-top: 0;
}
.flex-phone div.to-list-bid-div,
.flex-phone div.to-list {
  border-top: 0;
}
.flex-phone .to-top {
  height: 43px;
  padding-top: 12px;
}
.flex-phone .icon {
  border-bottom: 0;
  padding-top: 6px;
}
.flex-phone .icon:hover {
  padding-top: 4px;
}
.flex-phone .icon:hover div {
  display: inline-block;
}
.flex-phone .icon:hover .phone-word {
  display: inline-block;
  position: absolute;
  left: 7px;
  width: 35px;
}
.flex-phone .icon:hover .icon-27 {
  display: none;
}
.flex-phone .icon .phone-word {
  display: none;
  font-size: 14px;
  position: relative;
}
.flex-phone .icon span {
  font-size: 34px;
}
.flex-phone .icon div {
  display: none;
  position: absolute;
  top: 0;
  background: #fff;
  left: 60px;
  width: 141px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ff9622;
  font-size: 16px;
  color: #ff9622;
}
.flex-phone .icon .last {
  margin-bottom: 8px;
}
body {
  background-color: #F0F0F0;
}
.footer {
  background: #e8e8e8;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.footer .office-link {
  font-size: 12px;
  width: 620px;
  margin: 0 auto;
  padding: 34px 0 20px 0;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  color: #999;
}
.footer .office-link a {
  margin-left: 5px;
  color: #999;
}
.footer .office-link a:hover {
  color: #ff6501;
}
.footer .copyright {
  font-size: 12px;
  width: 700px;
  color: #999;
  margin: 0 auto;
  text-align: center;
  padding: 19px 0 8px 0;
}
.footer .copyright-en {
  font-size: 12px;
  color: #ababab;
  width: 620px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 8px 0;
}
.footer .copyright-en.last {
  padding-bottom: 33px;
}
.wrap-box {
  margin-top: 20px;
}
.register-nav {
  width: 100%;
}
.register-nav li {
  width: 50%;
  height: 60px;
  background: #f9f9f9;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.register-nav li a {
  border-radius: 0;
  margin-right: 0;
  color: #000000;
}
.nav > li > a {
  padding: 15px 16px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  border-bottom: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}
.register-nav li.active {
  background: #fff;
  border-top: 4px solid #f8520e;
  border-bottom: none;
}
.tab-content {
  background: #fff;
  margin-bottom: 20px;
}
.tab-content .register-content {
  padding: 0 100px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  position: relative;
}
.form-group .control-label {
  width: 200px;
  font-size: 12px;
  color: #4b4b4b;
  font-weight: normal;
  text-align: right;
}
.form-group .reset-v-code {
  position: absolute;
  right: 220px;
  top: 5px;
}
.required {
  color: #ED0000;
}
.radio-area {
  width: 258px;
  border: none;
  background-color: #fff;
  box-shadow: none;
  display: inline-block;
  text-align: left;
  padding-left: 0;
  margin-left: 16px;
}
.square {
  display: inline-block;
  height: 7px;
  width: 6px;
  background: #333;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.radio-area .radio-inline {
  padding-top: 0;
}
.register-form {
  padding-left: 210px;
  margin-bottom: 40px;
}
.register-form .form-control {
  margin-left: 16px;
  height: 29px !important;
  display: inline-block !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #b3b3b3;
}
.register-form .form-control#areaCode {
  width: 124px;
  float: left;
}
.register-form .form-control#cityCode {
  width: 124px;
  display: inline-block;
  margin-left: 10px;
}
.register-form .form-control:focus,
.register-form .form-control:active {
  outline: none;
  box-shadow: none;
}
.register-form .form-control[placeholder] {
  font-size: 12px;
  color: #999999;
}
.register-form input.form-control:focus {
  border: 1px solid #ff9622;
  outline: none;
}
.select-part {
  display: inline-block;
  line-height: 35px;
  text-align: left;
  width: 258px;
  top: -8px;
  clear: both;
}
.register-form .b-input {
  width: 258px;
}
.register-form .form-control-short {
  width: 150px !important;
}
.phone-tip {
  font-style: normal;
  font-size: 12px;
  padding: 0;
  margin: -15px 0 0 0;
  color: #eb0b0b;
}
.v-code {
  position: absolute;
  width: 94px;
  height: 29px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
}
.send-btn {
  border: 1px solid #ff6600;
  border-radius: 4px;
  height: 29px;
  font-size: 12px;
  color: #ff6600;
  margin-left: 10px;
  width: 94px;
  position: absolute;
}
.send-btn:hover,
.send-btn:active,
.send-btn:active:hover,
.send-btn:focus,
.send-btn:active:focus {
  background-color: #ff6600 !important;
  border: none;
  color: #fff !important;
}
.reg-progress {
  padding: 40px 0 30px;
  text-align: center;
}
.reg-progress .step1 {
  position: relative;
  right: -19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAAAuCAYAAABkrvZ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENjNCQzE1RTdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENjNCQzE1RDdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU0ODM2ZTAwLWJlNjktNGE1NS1hODA0LTQzM2RiMjZjMjJjMSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMxOWQ4YTU1LTc0YzctMTFlNi1iNDZmLTg5MzJmMjNhNGEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlREsOwAAALWSURBVHja7J0/aNRgHIaTS+6EijRLQYdurk4WFzcrQrGeU9GpgyBuKo7V0ZtVuhVEdPLPpKWKop10q5OOnXRQULhIQfCS3Pn+aMHj6JnvetfhkueBl753Tb5AyJNckgvndzodDwDcCOM4Zi1AaYmiaKDpK7u8d05ZV7aUDiFjmqV9OcL0vL5dqVRuhmHo6S+7HxhL7DQjTdNGlmW2018e5djdVsybLNVqFVlgrPF937OdvrinXNovYW7YQmxhAEWQplar2ca8olzYD2FmOLJAkbDtWdIEqo+U+qiFOcQqhoJKU1N9qsyOUhiAwkqjc/MDqi+UkwgDkEMQBCbNhOqachxhANykmVR9pRxDGAA3aaZUXytHEQbAQZowDI+orsdxPI0wADnYPUdlekeawwgD4CaNfSx7I2mmEAbATRq7APBS0kwiDICbNDOqa5JmAmEA3KSxm5rPJU0NYQAcpAmC4LTqs37SIAxAF/Z4i6SxL2o+lDQBwgC4SXNRdUXS+AgD4CaNPXx2F2EA3KW5qqNMA2EA3PERBiCHJEm8LMuWoyhaQhiAfFkeqF7jHAYgX5Ynqpd1dOkgDEAf0jQ1WVZVFyVL1vt/hAHokkV5p7ogWVq7TYMwAP9k+aBalyx/+k2HMIAs27J8VD0rWX7/b1qEAWRJ08+qc5LlV970CANll2VT9Yxk+eEyD8JAmWX5qjorWb65zocwUDqyLDNZvquekixfBpkXYaB0siRJ8tM+himbg86PMFA2WezEfk75tJcxEAbKJItdMp5XNvY6DsJA4Wm32yaL3bk/r7wfZqxuYbZYtVBEWVqtVqK6oLwddrxuYTZscICCyWJfoFz0tn8bxhulMHfs2rT9Ai3AuGPbsWSxjfmK8nhU43YLsyojG/YsAEcaGHdZbOcvriv3Rzm232w2e9+r7yzohHKQ1Q9jyi2lkTdRFEVDCwNQGgYWhnMWAHf+CjAAQKarNJnT2UMAAAAASUVORK5CYII=) no-repeat;
}
.reg-progress .step1.active {
  position: relative;
  right: -19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAAAuCAYAAABkrvZ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MDQxQjA5QzdFQkMxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MDQxQjA5QjdFQkMxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ3MDVmZDg1LTNlZjktNDIxYS1hMjU1LWU1ZDI0MGI3NzdhMCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMxOWQ4YTU1LTc0YzctMTFlNi1iNDZmLTg5MzJmMjNhNGEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi5qeBMAAAOwSURBVHja7J1pSBRhHMb/m7qra+H2wcioD0UHREHRQWoJpkiSR0F2EBishR1gInaZ9SHdLoIiK8JwowM6DDq0TFGDqFbC6ENRFFFQQVGBhro667E9UwpLqOPq+mF3nh888IjvvAsv/HbmnR0YQ1NTkxCiVywWi1fjx3DJCBmZMKlIPdKCuBnGT1MwGsIE//d3ccibh/uNDXYJ/ugQg6uNXynE7+iJmCTK8jybEm1Vv/RLfDm3wWMPkxLytrrCfGO7GJzc1xD/pnvCTGnJb1DPNJsR+2jsYfKMDjtlIQFB0I/3Mu50ggG1FFk3GnuYhcGfHFxpEjjSfH0pY8+nBqFeRtJ8Lcw4g9LKVSYBRfDHpxJelmFEvYkk+FIYQgKSkHd1En5lkwn1HhJLYQjRkuZVhZivZZtR7yMLKAwhGhhflov5Vk4EahUyl8IQoiXN86sSdjs/ErUamU5hCNHA5LBLWGVhFGp9c3PzFApDiJY0j89JaFXRlF5pJlIYQjQIfXRSQmuOqpdlNZAmksIQoiVN7XE16g2AB5AmgsIQoiVNzVGcbU4tRL0PacwUhhAtaaoOYV9zVv1R8y6kMVIYQjQIqzwgpifnE1HLB5KGwhDiKc29AlUa9UHNS5AmiMIQMhRpnl1Yj1oKaQwUhhAtae7sEZOjzIp6isIQMtQzjcOeg7OMjcIQooXb3dcMFIYQDdrTj4gSbS2xWCwFFIaQwWRZdQyyZF1E3ck9DCGDyZJ2WJSYLTdQt+Ds4qYwhAwkS6pNlKVbK1AzIUv3//+nMIT0yZJSJMqybXWoGZDF1d8YCkMI6Eg+KErcjqeoaZBFGWgchSGUJWmvdMTnvkBdCVmcg42lMETfsiTuQna/Rk2GLL+1xlMYol9Z4nNxdtn3ATUJsvwcyjEUhugSJW67um/5gpoAWb4N9TgKQ/QnS7RV2lOKv6MuhyyfvTmWwhBd4Vq0UdpXn/ilXoYhH7w9nsIQ/cgyf404M0rUjX0y8mo4c1AYogs656SKc0Opess4BWkc7jwUhgS+LLMSpC3zkvrLfTryZCRzeQrT4jaN5eqSgKJrWoy0ZZV3omYgtSOdz1OYxq6pS7jCJGDonjxPWrdWqg9QZsq/d8OIL4U56VpiFbd5PFea+L8sE2ZIS069+mh+NnLdV/N6ClPROXuFzbn2zN9rPrfRzFUnfklPRJS4YlVPJBcp8+Xcnq8d7yOt94MWI+FcfuKnFCI2rUHevna8P2EI0Q3eCsPbyoR4wR8BBgCqfbH4/QtsDgAAAABJRU5ErkJggg==) no-repeat;
}
.reg-progress li {
  display: inline-block;
  width: 204px;
  height: 46px;
  line-height: 46px;
  color: #999;
}
.reg-progress li span {
  margin-right: 10px;
  font-size: 24px;
  font-style: oblique;
}
.reg-progress li.active {
  color: #fff;
}
.reg-progress .step2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAAAuCAYAAABkrvZ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTkzM0EzRDdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTkzM0EzQzdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ3MDVmZDg1LTNlZjktNDIxYS1hMjU1LWU1ZDI0MGI3NzdhMCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMxOWQ4YTU1LTc0YzctMTFlNi1iNDZmLTg5MzJmMjNhNGEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po2eX20AAAQBSURBVHja7J1NSBVRGIbv3DP3Fi50Wgj9YCs3BVFQ1CJqkWWJZrUQXdkPVFDRz67EXUgQBJWLQojKXPQHaWKZpivbZZuKNtKiggKDqwTCnXG8vd/tLqS8ef/O4hzfB174gpkjDDzNnJnzneskEokIIUsVz/PyOj7KS0ZIYcJcQVIMY0nadAjjzqsvIeVKqVOxWIz/lRBjSaVSkdnZ2Y4wDH/hn5267jDCGfyRB0EQ8KoTY3EcJ+K66XvBDeSYTmHkVnYU0jyjNMR0aeLxuIOyC2nWJYwQIi2QZgi3NV55Yu4EPRoVaRTKbqRRlzCCjxyCMGOUhlggTRzlY6RGlzDCDNIAYcYpDTFdmlgstgzlc2S7LmGEaaQOwnykNMRklFIiTRnKAWSzLmGESWQfhJmgNMQCaSpQvkQ26BJG+IbshTDfwjDklSemS1OJ8hVSrUsY4TNSGwTBJKUhpkvjuu4qlKNTU1NVuoQRPsnjGaSZpjTEZOTDJlKVkWalLmGEd0g9pJmhNMQCaeSxbAjSVOoSRniDHIQ0/tzcHK88MV0aeQHwAtJU6BJGGEaafd8PKQ2xQJotKAcgTZkuYYRe5AikSckKUUIMl0Y+avZBmrguYYQe5HQymaQ0xHhplFK7UT7JJk2pOi5vIRflwyalISYjvWCQRhZq3oc0SpcwwtUwDDu4GoBYIk0Lyi5I4+gSRmiHNJ3spSGWSCPNZ9d1CiOcgzT3+I2GWCLNWdxlOnQKI5OYQb5qJhbh6BSmAemW9TqEmIxMLWSK4Xlemy5h0q/kpMNNmnYIMVyWuzLF0DWH2YH04blvOWUhFsjyCOVx3F1SOoTZivRLRxsfxYjJyGcRyNKPshWy/PPmqhTCbJRJvnSyURZiuizICMomyOIvdEyxwqxDhiHLCspCLJBFVuE3QpZktuOKEaY6I0slZSEWyDKOsh6yzPzv2EKFkU61Edd111AWYoEsH1DWQZbpxY4vRJjVyChkWZvZv5YQk2WZQFkLWSZzOSdfYaSNc1jaOikLsUCWryhrIMv3XM/LRxj5qaYhiLKeshCTkXWOkOUHyl2Q5Us+5+YqTDkyCFE2URZiuixBEPyUxzBkIt/zcxFGepz7Ico2ykIskCW9/THyvpAxFhNG2jR7IcpOykIskCW9wT7yttBxoovI8lQptYeyEJORVhPZEgzlAWSsmLGyCSMfV3ogy37+3iUxXRbf96UFuAl5Xex4CwkjzTJ3IEsTZSEWyCILKFsjf34bJlJqYUSW25DlMGUhJiO7F8l+eShPIg9LNe7fwlyDLCcoCzFdlszuReflaamUY8+fzV9GLsjbBG5gQSygHblZ6kGdRCLBS0uWLJ7nFT3pJ4Rk4bcAAwDFBD6rDCSZEwAAAABJRU5ErkJggg==) no-repeat;
}
.reg-progress .step2.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAAAuCAYAAABkrvZ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTkzM0E0NTdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTkzM0E0NDdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJjZDg1ZjZiLTRhNmMtNDgxZi1hYzBiLWQ3Nzc4NGUxMWNmMCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMxOWQ4YTU1LTc0YzctMTFlNi1iNDZmLTg5MzJmMjNhNGEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt1ifXwAAAVESURBVHja7J1tTJVlGMdv3s4bJYcPNLW0rVkuZ0uX2QCleAllvLrJ0FpQEErCiLE0JGpLApHZkphFOEiRWYkGCAryVnMgrVm2aetlzA/FqkUbhwHnnOfwcrourOWYxDlw7g+3/n/bf7vOeJ6b7Ro/7uc+57mf4+V0OgUAwDV8LRYLugDuWsxms1vHe99SH6Q4EeQOSaGUGeaWej9lib6/Zo+xcS/+9QBlmQ5YLrSI/BItOH2UXlZ6cmzvWa9ztOCMk7akQ+g6UBbvkd+Erq+aywpKukxheCp7SQvJbLQllKLzQFl8/vxZ3Pt+pBeVbE6KLGGYKcoObVNWhy2uGJ0H6kozeFXcUxXvQ2UdJUGWMIyDsk0Ly+61x7yFzgNl8b3RJ/xrknVUnqZEyhKGsVLi7OF539ijC9B5oCx+P3UL/5NpeirPUUJlCcOMUGLsUfu+t0fko/NAXWmutQjTJ7tNVJ6nPCFLGGaIstW+tWhAezoHnQfKorvaIExncgOobKM8JksYZpCyxRZ7YFAL3YXOA3Wl+bpeGBtfC6LyImWVLGGYG5RoW2LZkGPjC+g8UBZ9f60wthYto7LHYrGskCUM8wNfnlm3V4w41iej80BdaS59IAxtxSv+kWapLGGYbymx1p0fWSfWxqHzQFkMX7wnDB1lfFnWQdIEyRKG6aMkjafWOSYfCUfngbrSdJVz+A2ACyRNgCxhmE5KytjLZ6cmH9yIzgN1pekoo9nmyAYqz5M0JlnCME2UF8ey251TS9eg80BdadoO0LrmKH+o2UzS6GQJw9RTskfze53TgSvReaAsxtY3hb63KorKhrmk8fbQ7/qQUqA9kyucpkB0HqgrzblCloZv1DxB0vjIEoYp14LTS+xb3qBRfdF5oLY0l4/toLKapPGSJQxTRNJU2hIPoutAbWmaXhf6/hrefHZEpjDMq1pwxnHHhufQdaD+TNNfm0uzTIlMYXjXZvvE6kh0HKjNf48g85IpDH/8X8f36wCgMry04CWG2WwulCXMzFty/rUpOt7pBoCysiQdIlkyPuYlhqw1zGZKs39dmsHvx050HKgrS0Kp0EIyP6Myk2YXpwxh+N6YFtOpTJPf9RZ0HKgrS3yJ0DZl8R9xKskyNfvnnhDmcV7km07nBOi+O4uOA3VliSsW2uZXuqlMJlkctztmscI8Suk0fZ4fqLtyCh0HysJPR9LCsnnhnUCyaHMdtxhheB9Bp7G5IEj31XF0HKgrS3SB4KcjURlLslj/79iFCsM71bqNrUX3628+khMANWWJ2kvZd53KGJJlZL7jFyLMckqPoa14JW/zBEBZWcLzaHbZP0BlNMky5Mo57grD2zg7DRdLV/H2TgBURQvbw+uWX6mMJFl+d/U8d4Thb57pMHSVrzF0H0bHgbqyBKcLW9w7f1AZQbL84s65rgqzhNJOs8o63s4JgKo4nnxe2LYd/osvwygD7p7vijC8x7lF/2XFU7RuQceBurKs3y6syZUzjz+mXFvIGPMJw9s0m/SXjoYZL7yNjgNlmVgbL6w7q2cesE+5stBxvOeR5Yy+t+pZ3usMgLKyrI4U46kn+JP7RErvYsaaSxjey1xPssTzJhoAVGXyoRAxntEwQSU/qrVrsePdThjeLFOjv3wsGbIAlZl6YJ0Yy2rlGyhTxc3vhhGeFoZlqdL316TxnmYAlJXlvofFaG4P35q/m/Kpp8adLcy7JMsufO04UJnpgGXCEcqeiDy+WvLk2F7Dw8P/1vyecRHaDe4Q+G+5ZL6DzGbzgoUB4K7DbWGcTie6BoCL/C3AABuoPbK1n+MoAAAAAElFTkSuQmCC) no-repeat;
}
.reg-progress .step3 {
  position: relative;
  left: -19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAAAuCAYAAABkrvZ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTkzM0E0MTdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTkzM0E0MDdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ3MDVmZDg1LTNlZjktNDIxYS1hMjU1LWU1ZDI0MGI3NzdhMCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMxOWQ4YTU1LTc0YzctMTFlNi1iNDZmLTg5MzJmMjNhNGEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvR49vwAAAKcSURBVHja7N09aBNhAMbxu9yHUJBmUNBBp4462U0nFUWLcfJjUlToVtFVHa2jH91EceikdDKtCGLdulidunbroNDhUtCCubyJzxtOiCX35s18/x88tKSZDv5cPppLmGVZAFRVvV4f6/41DhngLx74fV57wCFBlbRarWE3/9LWtac6A60M/iHc85BsIYqiuSRJOJKotG63G3Q6HftzXtE8Kgsm1F4rmttEg6rr9XpBnuc2moaiWR72HKanzRpj3tk7AlUWhmEQx/1nLfddT/qNdkPRNO0pCaiyWq2fyLQrGKutXVUwq0QDBPtHBWP90RoKZo1ogNHBWLvajIL5TjSA3xuXO9oFBbNBNCAYP9vaeQWzSTQgGD8/tNMKZotoQDB+topofhpjOHogGA+b2rk8z7eJBgTjZ0O7qGh2iAYE4+ebNqNodokGBONnTbusaNr2vzsBghnts3alLUQDgvHT1G6qGUM0IBg/b7VZRdOznyMACGa0N9o9+8Ym0YBg/CwYYx7yyhkIxh+nFxCMp7koip5oHF0QzAi3tBf2c9D289AAwZS7pr1K0zQkFhCM2yVtUbFExUUDAIIpcUZbUiwpsYBg3E5qzSRJ9hELCMbthPZBsUzwihgIxu2Y9lGxTBILCMZtSvukWA4SCwjG7Yi2GsfxYWIBwbgd0r4olqPFBZoBgilxwD4MUyhTxAKCcZu0T/AVynFiAcG4TWgrCmWaWAB3MKn2XqGcIhbAHYz9vr6lKIrOEgvQ/5LY0mDs68WLiqXB91yi6oqLuqyXBWP/L/+lYrlOLKg6e12K4sL7z/7dtvfx1nPFcodYwJnlv68dXx4WzGPtrr14BRewQMX91r7aM8tgLP2HYFmWcXhQWQpirPvzIRZgDH8FGADMneu+gaiNawAAAABJRU5ErkJggg==) no-repeat;
}
.reg-progress .step3.active {
  position: relative;
  left: -19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAAAuCAYAAABkrvZ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRTMxQ0FFREYzNEZFNjExOTc4NUE5MkMwN0NGRDY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENjNCQzE1QTdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENjNCQzE1OTdFREIxMUU2OEE4RENFQTE4NENDMzEwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU0ODM2ZTAwLWJlNjktNGE1NS1hODA0LTQzM2RiMjZjMjJjMSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMxOWQ4YTU1LTc0YzctMTFlNi1iNDZmLTg5MzJmMjNhNGEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgQ6UQ4AAAN1SURBVHja7N1tSBNxHAfwO6e7bSYqVFRUL8SIxF5IBvmQYIoP+RC90IpAaZJaoegLK1N7kQ9FRZliaKaQBRULrLkQRBPEOdHCF76JkHohUeSLKem2u2nX768YQ9p5vr7vB75sbvfqC19umxvHy7LMAYA6gfPz82gBNCssLGxrg/G530i5gQpBS/ycMBYpk5QHNCib7xO80+n0/btFcHSVGXur0CRolqwP5pYj4jkpzsx5D6U30mhq/Q2GpzwVxjrNxrfX0BxoezimcM6V38Z5ozJyaTR97LGAjcdQisX4i6/duU1oDDSNdzk5/Xg3u1u5/ljAf45boRSIiaVWd04jWgNNC/w2zm5ilQbDSJR88filIXd2PVoD7Z5lRPb+nwvZbDCMSMkVk67YPZk30RzAJoNhXJQsT3LFJ0/adbQFGIyKYxYomZ7Uq9OeVHzcDBiMGnOUdE9a9YwnuRKtAQajwg/KCU9m3ayYdBnNAQajwiwbjTu74acYZ0Z7gMGoMENJc5++PycdPY8GAYNRYZpy0pXXuiDF5KFFwGBU+EjJcp3rcHmjc9AkYDAq2CmnlgqeSd6DKWgTMBgVBil5S0UWiX0lGgCD2ZyVUrhYaltZ2RuDVgGDUeEVpfh3+ZC8svMAmgUMRgX244EKKaGE+xO6B+0CBqNCixhnrpHwj03AYFSTOZ5Hu4DBqFAmOLqb9I5utAsYzCYuUB7p7U+4gPnvaBcwGAVnKJ0hrSm87tcXNAsYjAL23Ziebe05Ot3sFFoFDEYB+06MJbg7Xx/41Y5GAYNRkECxBj8vFII+D6JNwGAUHKG8N70sMQVN96FJwGAURFP6TW/KQ/VTFrQIGIyCSMqAsbdqh37iBRoEDEbBPsqQ0Va7W3B0oT3AYBTsonww9NfvF0YeoznAYBRsZy/DDAN3Ig3DD9EaYDAKQtkbfMPgvcOGwbtoDDAYBSaKzTDcHGsYuI22AINReE5PeSeMtCUa+m+hKQCFwQRRLMJoe6rRVoeWQLPY9S65tYvE+h2MjtIjjHbkGq24qDJo23JEHLuZ9DcY9jPJDmGs86zRWo22QNtnF1M4Jx1b/an9v4+GAzcc0yw4uopwBWXQ9ssw09plx2ks3qiMxvUrKK+eUXwuO95AqUFdANwSZYKdWXzHsnEwAJpDg9jS8bwsy2gNQKW/AgwAD23tqGaQgDUAAAAASUVORK5CYII=) no-repeat;
}
.next-button {
  background: #ff6600;
  border: none;
  border-radius: 4px;
  width: 88px;
  height: 30px;
  margin-left: 205px;
  font-size: 14px;
  outline: none;
}
.next-button.disabled {
  background: rgba(251, 103, 7, 0.8);
}
.next-button.disabled:hover,
.next-button.disabled:active,
.next-button.disabled:focus {
  background: rgba(251, 103, 7, 0.7);
  border-color: rgba(251, 103, 7, 0.7);
}
.next-button:hover,
.next-button:active {
  background: #CB240C;
  border: none;
  border-radius: 4px;
  width: 88px;
  height: 30px;
  margin-left: 205px;
  font-size: 14px;
  outline: none;
}
.register-tips {
  margin: 20px auto 40px auto;
  background: rgba(255, 102, 0, 0.1);
  border: 1px solid rgba(255, 102, 0, 0.2);
  color: #474e5d;
  font-size: 12px;
  padding: 25px 40px 30px 65px;
  width: 570px;
}
.register-tips-title {
  display: block;
  text-align: center;
  margin-bottom: 9px;
}
.register-tips-title img {
  width: 19px;
  height: 19px;
  margin-top: -5px;
}
.form-group .input_part,
.form-group .select_part {
  display: inline-block;
}
.border-top {
  border-top: 1px dashed #979797;
  padding-top: 20px !important;
}
.colorff6:hover {
  cursor: pointer;
  color: rgba(251, 103, 7, 0.8);
}
.fix-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.register-content .file-list {
  width: 860px;
  background: #f9f9f9;
  border: 1px dashed #e5e5e5;
  margin: 0 auto 20px auto;
  padding: 20px 37px 20px 40px;
}
.register-content .file-list p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 0;
}
.register-content .file-list .title {
  font-size: 16px;
  color: #ff6600;
  margin-bottom: 10px;
}
.register-content .address-table {
  width: 860px;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  margin: 0 auto 20px auto;
}
.register-content .address-table tr td {
  border: 1px solid #e6e6e6;
  padding: 8px 160px 7px 31px;
}
.register-content .address-table .grey {
  background: #f9f9f9;
}
.process-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
.upload-attention {
  width: 860px;
  background: #fff9f5;
  border: 1px solid #f1e2d7;
  margin: 0 auto;
}
.upload-attention .title {
  margin: 14px auto 0 auto;
  font-size: 14px;
  color: #ff6600;
  text-align: center;
}
.upload-attention p {
  padding: 6px 20px 10px 20px;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0;
}
.upload-attention p span {
  color: #ff6600;
}
.image-uploads {
  width: 860px;
  height: 450px;
  padding: 20px 35px 35px 25px;
  margin: 0 auto;
}
.image-uploads .file-upload {
  background: #f9f9f9;
  border: 1px dashed #e5e5e5;
  width: 116px;
  max-width: 116px;
  height: 156px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.image-uploads .file-upload input[type=file] {
  position: absolute;
  top: -50px;
  left: 0;
}
.image-uploads .file-upload.modify {
  cursor: default;
}
.image-uploads .file-upload .modify {
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 152px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.image-uploads .file-upload .modify .edit {
  display: block;
  width: 116px;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  color: #1483ec;
  font-weight: normal;
}
.image-uploads .file-upload .modify .edit:hover,
.image-uploads .file-upload .modify .delete:hover {
  cursor: pointer;
  text-decoration: underline;
}
.image-uploads .file-upload .modify .delete {
  display: block;
  width: 116px;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ff6600;
  font-weight: normal;
}
.image-uploads .file-upload i {
  text-align: center;
  color: #e5e5e5;
  font-size: 30px;
  display: block;
  margin-top: 45px;
  padding-bottom: 5px;
}
.image-uploads .file-upload:hover {
  background: #f9f9f9;
  border: 1px dashed #b3b3b3;
  color: #4b4b4b;
}
.image-uploads .file-upload:hover i {
  color: #b3b3b3;
}
.left-float {
  float: left;
}
.left-float .file-info {
  text-align: center;
  margin-bottom: 25px;
  font-size: 12px;
}
.agreement {
  width: 860px;
  text-align: center;
  margin: 0 auto;
}
.submit-zone {
  width: 860px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.submit-zone button {
  background: #ff6600;
  border-radius: 4px;
  width: 120px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  padding: 8px 24px;
}
.submit-zone button:hover {
  background: #CB240C;
  color: #fff;
}
.btn-upload {
  position: relative;
  overflow: hidden;
}
.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.register-content .success-msg {
  font-size: 16px;
  color: #000000;
}
.register-content .success-msg-info {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.register-content .success-msg-info span {
  color: #ff6600;
}
.register-content .return {
  font-size: 14px;
  padding-bottom: 40px;
}
.register-content .return a {
  color: #39aae6;
}
.register-content .return a:hover {
  color: #39aae6;
}
.success-info {
  width: 700px;
}
.audit-reason {
  background: rgba(251, 102, 6, 0.1);
  border: 1px solid rgba(251, 102, 6, 0.2);
  width: 558px;
  height: auto;
  margin: -20px auto 20px auto;
  font-size: 12px;
  color: #ff6600;
  padding-left: 20px;
  line-height: 22px;
  word-wrap: break-word;
}
.parsley-errors-list {
  margin: 10px 0 0;
  padding-left: 220px;
  list-style-type: none;
  font-size: 12px;
  line-height: 0.9em;
  opacity: 0;
  color: #f04134;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 5px;
  }
}
.modal-dialog {
  width: 300px \0;
  margin: 0 auto \0;
}
.bootbox .modal-dialog .modal-footer {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
.btn.makesure-all,
.btn.to-regist,
.btn.to-makeuser {
  background: #ff9622;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  margin-right: 360px;
  margin-top: -8px;
  width: 120px;
}
.mast-notice {
  height: 490px;
  overflow-y: auto;
  color: #444444;
  line-height: 28px;
  text-indent: 2em;
  margin-left: 20px;
}
.no-indent {
  text-indent: 0;
}
.no-indent strong {
  margin-right: 4px;
}
.small-text {
  font-size: 12px;
}
.project-notice {
  height: 600px;
  width: 900px;
  margin: 0 auto;
}
.pro-content {
  width: 100%;
  height: 600px;
}
.pro-header {
  background: #f3f3f3;
  border-bottom: none;
  height: 49px;
}
.pro-title {
  padding-left: 330px;
  font-size: 16px;
  color: #4b4b4b;
}
.risk-info {
  text-align: center;
  padding: 10px;
}
.title-p-margin {
  margin-top: 4px;
  margin-bottom: 1px;
}
.project-modal {
  width: 900px !important;
  height: 600px !important;
  overflow-y: hidden !important;
  margin: 0 auto;
}
.bootbox-alert {
  top: 30%;
}
.table {
  margin-top: 10px;
  border-top: 1px solid #999;
}
.table tr td {
  border: 1px solid #999;
}
.table tr td p.last {
  margin-bottom: 0;
}
.table tr td.two-rows {
  vertical-align: middle;
  padding-left: 15px;
}
.table tr td.two-cols {
  text-align: center;
  padding-left: 0;
}
.table tr td.second-col {
  width: 140px;
  padding-left: 6px;
}
.table tr.third td.first {
  padding-left: 16px;
}
.table tr.third td.second {
  padding-left: 20px;
}
.table tr.third td.third {
  padding-top: 40px;
}
.table tr.third td.third span.circle {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 5px;
}
.table tr.third td.third span.text {
  display: inline-block;
  width: 400px;
}
.table tr.third td.third p {
  text-indent: 0;
}
.table tr.fourth td.second {
  vertical-align: middle;
  padding-left: 20px;
}
.table tr.fifth td.first p.first {
  padding-left: 5px;
}
.table tr.fifth td.second {
  vertical-align: middle;
  padding-left: 20px;
}
.table tr.sixth td.first {
  vertical-align: middle;
  padding-left: 30px;
}
.table tr.sixth td.second {
  padding-top: 10px;
}
.table tr.sixth td.second p.last {
  padding-bottom: 0;
}
.table tr.sixth td.third {
  vertical-align: middle;
  padding-left: 150px;
}
.table.money-table {
  border: 2px solid #333;
}
.table.money-table tr td {
  border: 1px solid #333;
}
.table.money-table tr td.first {
  width: 110px;
  padding-left: 0;
  vertical-align: middle;
}
.table.money-table tr td.first.height-td {
  height: 300px;
}
.table.bill-table tr td {
  border: 1px solid #333;
  vertical-align: middle;
  width: 100px;
  padding-left: 0;
}
.table.bill-table tr td span {
  display: block;
  text-align: center;
}
.table.bill-table tr td p.last {
  margin-left: 15px;
  margin-bottom: 0;
}
.table.bill-table tr td.fourth p {
  margin-left: 5px;
}
.table.bill-table tr td.seventh p.last {
  margin-left: 13px;
}
.table.bill-table tr td.six-cols {
  text-align: center;
}
.table.bill-table tr.null-tr td {
  height: 40px;
}
.bootbox-body .more-option {
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}
