/*!
 * 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 */
.header-top {
  height: 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
}
.header-top .city-icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAAXNSR0IArs4c6QAAArdJREFUOBF9U01IVFEUPufd95wfHaUwHKtFpkXlgBmFiwjahCLRrloJtWlGJy2RfqGYXVFEguhMq8R+tWWFQdomQoKyCHIRWBaGmkXajM2M8947nfNsxEzmwuPe+/2cd8+55wLkGBSJaDlowOUkNXl3WRY1EFA1IPkAMI0Ew0rHHuxMDi3VL5opssFtTU5dBaIDHLIfEAc5wE+0cQ0A7WOslo0Pld9/EiNjKQnimCmyV7cmhnoJsFTPowbsSI8u/YOsKezbbFqZ20j0Ve0IHMLg64yTkz318jgBbNM97vqskVoLV1O4oFJmMWNn/IOOrlo+UcB+M9LiYHS62Gf9SrwljcJGV/qJgFajq5lsbOWlzZ+GGl1X0XSHcGbQWw9odyrDW6WZ8UQNEc3rVYFBhwx59xPhBdLgmPK4d3LeQQ500WRceFVaNsBY2pyfq9E0oK2I8ElyEJL/e4QQokY0NYDtMzPGjfRT2QsuLEbez3OhPrJxC3s1HQhMIf4OQyNMZjcyawRJ1uQtYqJnn8bH+0yIa/noC9dG2n1ehylUEJAmoWB+FTNhzrxPzKLj4q7j74umDHjFLj80ecqEVKVnelncY4H5yJy8NGyB1c853lElZ+8KDy3ujYjoV4rExxUMuR7zHb8zYqlzspdBza5y04JyHfPG5JoWUIBM0H2Za7Rdj6XqFoQhz24z6J4WQ1a00kxNrgrW/aBG9x7hnSbBWPIFX36fmcEeaq5wrWhk3LTxFvfkA4ymni+aZaH8q05xRdHKjN+kvoNqaQCnfTPj3SJTBUVtWc7JObuhE/klZtrsZ3BUaYVHsWs64XTgbLybq7tJ96habP89kdX/YxaQ2nzF1lzmHouLkPAKoX0eAWcV6IcxlviWNcr832PHa/HvqrqynrlBfs8xnp8pY33dcqOYcw5JI5fgD2ISKJmmTVDhAAAAAElFTkSuQmCC) no-repeat 0 0;
}
.header-top .wrap-box {
  position: relative;
}
.header-top .city-list {
  position: absolute;
  left: 20px;
  height: 30px;
  z-index: 11;
  padding: 0 10px;
  width: 410px;
  top: 0;
  overflow: hidden;
}
.header-top .city-list.city-list-more {
  transition: height 0.6s;
  /*border: 1px solid transparent;*/
}
.header-top .city-list.city-list-more:hover {
  border: 1px solid #dcdcdc;
  border-top: none;
  margin-left: -1px;
  height: auto;
  background-color: #fff;
}
.header-top .city-list li {
  display: inline-block;
}
.header-top .city-list li > a {
  position: relative;
  display: block;
  min-width: 44px;
  line-height: 18px;
  border: 1px solid transparent;
  color: #a4a4a4;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 12px;
  margin: 5px 20px 5px 0;
}
.header-top .city-list li > a.active {
  border-color: #ff9622;
  border-radius: 2px;
  color: #ff9622;
}
.header-top .city-list li > a.active:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: 3px;
  top: 6px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVUlEQVQYV2P8ncbWwPL//wbG2b8vMGAB/1NZDf4wMgYwghi/GZk2sP7/F4CuGEUOZAg2xehijDDbkCVAYui2wBUimwxiozuFdIVEWU2UZ4gOHmIDHAACSHcL6ZwXLAAAAABJRU5ErkJggg==) no-repeat center center;
}
.header-top .city-list li > a.city-all.active {
  border-color: transparent;
  color: #ff9622;
}
.header-top .city-list li > a.city-all.active:after {
  display: none;
}
.header-top .top-menu ul li a .pending-num {
  position: absolute;
  right: 0;
  top: 5px;
  min-width: 20px;
  padding: 0 4px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  background: #FB6706;
  text-align: center;
}
.header-top .top-menu#topSidebarNav {
  position: relative;
  float: right;
  height: 30px;
  margin-right: 30px;
}
.header-top .top-menu#topSidebarNav ul {
  height: 30px;
}
.header-top .top-menu#topSidebarNav ul span {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
}
.header-top .top-menu#topSidebarNav ul img {
  margin-top: 0;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-bottom: 3px;
}
.header-top .top-menu#topSidebarNav .todo-div {
  padding-right: 38px;
}
.header-top .top-menu ul li {
  display: inline-block;
  position: relative;
  min-width: 90px;
  list-style: none;
  text-align: left;
  height: 100%;
}
.header-top .top-menu ul li.last-child {
  margin-left: 0;
  border-right: none;
  text-align: right;
}
.header-top .top-menu ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 2px;
  height: 90px;
}
.header-top .top-menu div,
.header-top .top-menu ul li a {
  height: 100%;
  color: #848687;
}
.header-top .top-menu div,
.header-top .top-menu ul li a {
  height: 100%;
  color: #848687;
}
.header-top .top-menu.login {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.header-top .top-menu.login .login-user {
  color: #ff7d02;
}
.header-top .top-menu.login .user-name,
.header-top .top-menu.login .loginoff {
  font-size: 12px;
  color: #757575;
}
.header-top .top-menu.login .user-name img,
.header-top .top-menu.login .loginoff img {
  margin-top: -2px;
}
.header-top .top-menu.login .regist {
  margin-left: 10px;
  color: #ff7d02;
}
.header-top .top-menu.login .user-name {
  margin: 0 30px 1px 0;
}
/*相关链接及联系地址电话 结束*/
/*浮动联系电话 开始*/
.new-toolbar {
  position: fixed;
  text-align: center;
  top: 368px;
  left: 50%;
  width: 48px;
  height: 146px;
  margin-left: 610px;
  font-size: 14px;
  color: #ff9622;
  z-index: 300;
}
.new-toolbar.min-toolbar .icon > div {
  left: -150px;
}
.new-toolbar > div {
  width: 48px;
  height: 48px;
  border: 1px solid #ff9622;
  border-top: 0;
  background: #ffffff;
  padding-top: 4px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}
.new-toolbar > div:hover {
  background: #ff9622;
  color: #fff;
}
.new-toolbar > div:first-child {
  border-top: 1px solid #ff9622;
}
.new-toolbar > .icon {
  padding-top: 6px;
}
.new-toolbar > .icon:hover {
  padding-top: 4px;
}
.new-toolbar > .icon:hover > div {
  display: inline-block;
}
.new-toolbar > .icon:hover > .word {
  display: inline-block;
  position: absolute;
  left: 7px;
  width: 35px;
}
.new-toolbar > .icon:hover > [class^="icon-"] {
  display: none;
}
.new-toolbar > .icon > .word {
  display: none;
  font-size: 14px;
  position: relative;
}
.new-toolbar > .icon > span {
  font-size: 28px;
}
.new-toolbar > .icon > [class^="icon-"] {
  font-size: 28px;
  line-height: 32px;
}
.new-toolbar > .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;
}
.new-toolbar > div.to-list-bid-div,
.new-toolbar > div.to-list {
  border-top: 0;
}
.new-toolbar .to-delist {
  border-top: 0;
}
.new-toolbar .to-questionnaire {
  position: relative;
}
.new-toolbar .to-questionnaire em {
  position: absolute;
  top: 2px;
  right: -8px;
  background: #ff9622;
  border: 1px solid #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.new-toolbar .to-top {
  height: 43px;
  padding-top: 8px;
  font-size: 20px;
}
.new-toolbar .last {
  margin-bottom: 8px;
}
.questionnaire-tip {
  position: fixed;
  bottom: 0px;
  right: -500px;
  width: 401px;
  height: 287px;
  z-index: 1301;
  background: url(/gfp-front/images/questionnaire-d0fed67a.png) no-repeat center top;
  font-size: 14px;
  color: #ff9622;
  text-align: center;
}
.questionnaire-tip .questionnaire-tip-close {
  position: absolute;
  right: 2px;
  top: 48px;
  color: #ff9622;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVUlEQVQYV2P8ncbWwPL//wbG2b8vMGAB/1NZDf4wMgYwghi/GZk2sP7/F4CuGEUOZAg2xehijDDbkCVAYui2wBUimwxiozuFdIVEWU2UZ4gOHmIDHAACSHcL6ZwXLAAAAABJRU5ErkJggg==) no-repeat center center #ffffff;
  border: 1px solid #979797;
  width: 25px;
  height: 25px;
}
.questionnaire-tip .questionnaire-count {
  bottom: 40px;
  left: 40px;
  position: absolute;
  background: #ffffff;
  border-radius: 9px;
  font-size: 16px;
  width: 334px;
  height: 40px;
  color: #000000;
  line-height: 40px;
}
.questionnaire-tip .questionnaire-count a,
.questionnaire-tip .questionnaire-count span {
  color: #ff9622;
  font-weight: bold;
}
/*弹出框 开始*/
.bootstrap-dialog.bootstrap-dialog-alert,
.bootstrap-dialog.my-dialog-modal {
  top: 30%!important;
  z-index: 2000;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog {
  width: 440px!important;
  margin: 0 auto;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-content {
  background: #f3f3f3;
  border: none;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-header {
  height: 46px;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-header .modal-title {
  line-height: 1;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-header span.icon-8 {
  cursor: pointer;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-body {
  background: #fff;
  overflow: auto;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-body .bootstrap-dialog-body {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  height: 130px;
  padding-top: 38px;
  word-wrap: break-word;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-body .bootstrap-dialog-body span.img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-body .bootstrap-dialog-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;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-body .bootstrap-dialog-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;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-body .bootstrap-dialog-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;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-footer {
  background: #fff;
  padding-bottom: 30px;
  padding-left: 125px;
  padding-right: 125px;
  width: 100%;
  border-radius: 6px;
}
.bootstrap-dialog.my-dialog-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;
}
.bootstrap-dialog.my-dialog-modal .modal-dialog .modal-footer .btn.btn-primary:hover {
  background: #ff6600;
  color: #fff;
}
.bootstrap-dialog.custom-dialog .modal-dialog .modal-body .bootstrap-dialog-body {
  height: auto;
  padding-top: 0;
}
.modal-open-dialog {
  overflow: hidden;
}
.online-message-dialog.modal.bootstrap-dialog {
  top: 0;
}
.online-message-dialog .modal-dialog.modal-lg {
  width: 800px;
}
.online-message-dialog .modal-header {
  background-color: #e3e3e3;
  border-radius: 4px 4px 0 0;
}
.online-message-dialog .modal-header .bootstrap-dialog-title {
  font-size: 18px;
}
.online-message-dialog .modal-body {
  padding: 0;
}
.online-message-dialog .modal-footer {
  padding-bottom: 30px;
  padding-top: 10px;
}
.online-message-dialog .online-message-content .alert {
  padding: 8px 15px;
  border-radius: 0;
  border: none;
  background-color: #FCF0E3;
  color: #777;
  font-size: 13px;
}
.online-message-dialog .online-message-content .alert span {
  color: #ff6600;
}
.online-message-dialog .online-message-content .control-label {
  font-weight: inherit;
}
.online-message-dialog .online-message-content .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
}
.online-message-dialog .online-message-content .form-control:focus {
  border-color: #ff9622;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 150, 34, 0.6);
}
.online-message-dialog .online-message-content .form-group {
  margin-bottom: 20px;
}
.online-message-dialog .online-message-content .require {
  color: #ff6600;
  line-height: 34px;
}
.online-message-dialog .online-message-content .text-length {
  position: absolute;
  right: 0px;
  bottom: -18px;
  font-size: 12px;
}
.online-message-dialog .online-message-content .text-length .require {
  line-height: inherit;
}
.online-message-dialog .btn {
  border-radius: 0;
  min-width: 120px;
  padding: 8px 12px;
}
.online-message-dialog .btn-primary {
  background-color: #ff9622;
}
.online-message-dialog .btn-primary:hover,
.online-message-dialog .btn-primary:active,
.online-message-dialog .btn-primary:focus {
  background-color: #ff6600;
}
.online-message-dialog .btn-default:hover,
.online-message-dialog .btn-default:active,
.online-message-dialog .btn-default:focus {
  background-color: transparent;
  border-color: #ff9622;
  color: #ff6600;
}
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;
}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;
}/*首页头部开始*/
.container-fliud .row {
  position: relative;
  width: 1200px;
  margin: 0;
}
.main-logo {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  width: 230px;
}
.user-name.login {
  display: inline-block;
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
}
.main-logo img {
  width: 371px;
  height: auto;
}
.col-xs-2.main-col-img {
  width: 230px;
  padding: 0;
  margin-right: 82px;
}
.top-box .menu-list ul .top_li {
  display: inline-block;
  position: relative;
}
.service-hall-container {
  position: relative;
}
.service-hall-container .service-hall-img {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 20px;
  right: -8px;
}
.top-box .member-logo,
.top-box .menu-list,
.top-box .login {
  line-height: 32px;
  float: left;
  display: inline-block;
}
.top-box .menu-list {
  position: absolute;
  right: 0;
  margin-top: 26px;
  margin-right: -22px;
}
.top-box .menu-list .top_li > a {
  color: #444;
  padding: 0 6px;
}
.top-box .menu-list .top_li {
  position: relative;
  font-size: 16px;
  color: #444;
  padding: 0 16px;
  cursor: pointer;
}
.top-box .menu-list .top_li:hover a,
.top-box .menu-list .top_li.active a {
  color: #444;
}
.top-box .menu-list .top_li.active a {
  border-bottom: 4px solid #ff9622;
  font-weight: bold;
}
.top-box .menu-list .top_li > a {
  display: inline-block;
}
.top-box .menu-list .top_li:hover > a {
  color: #ff9622;
  font-weight: bold;
}
.col-xs-2.login.top-menu {
  width: 155px;
  text-align: right;
  font-size: 12px;
  margin: 0;
  padding: 0;
  float: right;
}
.col-xs-2.login.top-menu .login-user {
  color: #ff7d02;
}
.col-xs-2.login.top-menu .user-name,
.col-xs-2.login.top-menu .loginoff {
  font-size: 14px;
}
.col-xs-2.login.top-menu .regist {
  margin-left: 10px;
  color: #ff7d02;
}
.col-xs-2.login.top-menu .user-name {
  margin: 0 30px 1px 0;
}
.top_ul2 {
  display: none;
  width: 105px;
  position: absolute;
  top: 32px;
  border-top: 2px solid #ff9622;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.top_ul .top_li:hover .top_ul2 {
  display: block;
}
.top_ul .top_li .top_ul2 .top_li2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  background: #fff;
  color: #888;
  cursor: pointer;
}
.top_ul .top_li .top_ul2 .top_li2:hover {
  background: #FFF;
}
.top_ul .top_li .top_ul2 .top_li2:hover a {
  color: #ff9622;
}
.top_ul .top_li .top_ul2 .top_li2 a {
  line-height: 40px;
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.top-box .menu-list .top_li_ul.top_li:nth-child(n+3) > a:after {
  display: none;
}
/*首页头部结束*/
/*首页登录项开始*/
.slick-slider {
  position: relative;
  width: 100%;
  height: 380px;
  display: block;
}
.temp-div {
  position: relative;
  width: 100%;
  height: 380px;
  display: block;
  background: none;
  margin-bottom: 30px;
}
.slick-slider img {
  height: 380px;
}
.login-img-center {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  margin-top: -410px;
  height: 380px;
}
.index-login {
  position: relative;
}
.login-content-div {
  position: absolute;
  right: 0;
  color: #888;
  background: #fff;
  width: 320px;
  height: 340px;
  margin-top: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.index-login .login-content-title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.index-login .index-login-content,
.index-login .user-login-info {
  display: block;
}
.index-login .index-login-content > div {
  margin-bottom: 15px;
  text-align: left;
  margin-left: 20px;
}
.index-login .index-login-content > div .pwd-tegger {
  position: absolute;
  right: 25px;
  top: 170px;
  cursor: pointer;
}
.user-error,
.change-error {
  position: absolute;
  left: 72px;
  display: inline-block;
  height: 30px;
  background: #fff9f5;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  min-width: 194px;
  color: #ff6600;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border: 1px solid #ff6600;
}
.change-error {
  left: 90px;
  top: -36px;
  padding-left: 2px;
}
.code-error.user-error {
  width: 115px;
  left: 36px;
}
.user-error:before,
.user-error:after,
.change-error:before,
.change-error:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border-width: 5px;
  border-style: solid;
}
.user-error:before,
.change-error:before {
  left: 15px;
  top: 29px;
  border-color: #ff6600 transparent transparent transparent;
}
.user-error:after,
.change-error:after {
  left: 15px;
  top: 28px;
  border-color: white transparent transparent transparent;
}
.user-name-error {
  top: 14px;
}
.user-no-error {
  top: 67px;
}
.pwd-error {
  top: 119px;
}
.code-error {
  top: 171px;
}
img.user-name-error {
  position: absolute;
  top: 43px;
  left: 87px;
}
.index-login .index-login-content > div > input {
  width: 242px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d8d8d8;
  border-left: 0;
  background: #ebeced;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.index-login .index-login-content > div > input::placeholder,
.index-login .index-login-content > div > input::-webkit-input-placeholder {
  font-size: 12px;
  color: #979595;
}
.index-login .index-login-content .code-img > input {
  width: 148px;
  border-left: 1px solid #d8d8d8;
  padding-left: 10px;
}
.index-login .index-login-content > div > span.icon {
  width: 38px;
  height: 36px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border: 1px solid #d8d8d8;
  color: #888;
  background: #ebeced;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.index-login .index-login-content > div > span.icon.icon-192 {
  padding-left: 9px;
}
.index-login .index-login-content > div > span.icon.focus {
  border-color: #ff9622;
  background: #fff;
  color: #fff;
}
.index-login .index-login-content > div > input.focus:hover,
.index-login .index-login-content > div > input.focus:active,
.index-login .index-login-content > div > input.focus:focus {
  border: 1px solid #ff9622;
  background: #fff;
  border-left: 0;
  outline: none;
}
.index-login .index-login-content .code-img > input:focus {
  border: 1px solid #ff9622;
  background: #fff;
  outline: none;
}
.index-login .index-login-content > .login-warn {
  margin-top: 5px;
}
.index-login .index-login-content > .login-warn span {
  cursor: pointer;
  font-size: 12px;
}
.index-login .index-login-content > .login-warn span:hover {
  color: #ff9622;
}
.index-login .index-login-content > .login-warn span.last-child {
  float: right;
  margin-right: 20px;
}
.index-login .index-login-content .image-code-span {
  display: inline-block;
  height: 36px;
  width: 116px;
  margin-left: 14px;
  vertical-align: top;
}
.index-login .index-login-content .image-code-span:hover {
  border: 1px solid #fb6706;
}
.index-login .index-login-content .image-code-span img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.index-login .index-login-content .login-button {
  width: 278px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  background: #ff9622;
  background-image: linear-gradient(-90deg, #ff9000 0%, rgba(255, 80, 0, 0.5) 100%);
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.index-login .user-login-info {
  text-align: center;
  margin-top: 30px;
}
.index-login .user-login-info .company-avatar img {
  width: 150px;
  height: auto;
}
.index-login .user-login-info .company-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 40px auto 0 auto;
  width: 100%;
  height: auto;
}
.index-login .user-login-info .company-code {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.index-login .user-login-info .company-code span.first-child {
  display: inline-block;
}
.index-login .user-login-info .company-code span.last-child {
  color: #ff9622;
  display: inline-block;
}
/*首页登录项完*/
.strong-point {
  width: 100% !important;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  background: #fff;
}
.strong-point ul {
  width: 1200px !important;
  margin: 0 auto !important;
}
/*优点展示 平台公告 新人指引开始 */
.strong-point,
.cms-div {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 41px;
  padding-bottom: 48px;
}
.strong-point ul li.first-li {
  float: left;
  width: 20%;
  padding-left: 45px;
}
.strong-point ul li.second-li {
  float: left;
  width: 20%;
  padding-left: 10px;
}
.strong-point ul li.last-li {
  float: left;
  width: 20%;
}
.strong-point ul li img {
  width: auto;
  float: left;
  margin-top: -5px;
  margin-right: 5px;
  margin-left: 50px;
}
.strong-point ul li:first-child img {
  margin-left: 0;
}
.strong-point ul li > .point-title {
  font-size: 18px;
  color: #444;
  margin-top: 15px;
  margin-bottom: 6px;
}
.strong-point ul li > div {
  font-size: 12px;
  color: #888;
}
.cms-div {
  padding-top: 0px;
  margin-bottom: 20px;
}
.cms-div > div {
  display: inline-block;
  width: 100%;
  float: left;
}
.cms-div .new-member {
  padding-left: 0;
  padding-right: 20px;
}
.cms-div .platform-title,
.cms-div .new-member-title,
.cms-div .new-member-content {
  overflow: hidden;
  padding-bottom: 12px;
  position: relative;
}
.cms-div .platform-title {
  padding-bottom: 0;
}
.cms-div .platform-title span,
.cms-div .new-member-title span {
  display: inline-block;
  float: left;
  color: #444;
}
.cms-div .platform-title .platform-title-content,
.cms-div .new-member-title span {
  margin-left: 10px;
}
.cms-div .platform-title .platform-title-content {
  font-size: 18px;
}
.cms-div .platform-title span.last-span-child {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
  margin-right: 11px;
  cursor: pointer;
}
.cms-div .platform-title span.last-span-child:hover {
  color: #fb6706;
}
.cms-div .platform-title .platform-title-content:before,
.cms-div .new-member-title span:before {
  content: '';
  width: 4px;
  height: 18px;
  left: 2px;
  position: absolute;
  background: #ff9622;
  border-radius: 10px;
}
.cms-div .platform-title .platform-title-content:before {
  top: 5%;
}
.cms-div .new-member-content div {
  width: 280px;
  float: left;
  height: 120px;
  line-height: 120px;
  background: #2471fc;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.cms-div .platform-content {
  color: #444;
  font-size: 14px;
  line-height: 20px;
}
.cms-div .platform-content ul {
  overflow: hidden;
}
.cms-div .platform-content ul li {
  margin-bottom: 10px;
  border-top: 1px dashed #e6e6e6;
}
.cms-div .platform-content ul li:first-child {
  border-top: 0;
}
.cms-div .platform-content ul li:first-child a {
  margin-top: 0;
}
.cms-div .platform-content ul li a {
  display: inline-block;
  margin-top: 10px;
  color: #888;
}
.cms-div .platform-content ul li a:hover,
.cms-div .platform-content ul li a:active,
.cms-div .platform-content ul li a:focus {
  color: #3994e3;
}
.cms-div .platform-content img.news-list-img {
  width: 530px;
  float: left;
  vertical-align: top;
  margin-top: 0;
  margin-right: 29px;
}
.cms-div .platform-content ul li img.list-style {
  width: 4px;
  height: auto;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 4px;
}
.cms-div .platform-content ul li > span:last-child,
.cms-div .platform-content ul li > span.last-child {
  color: #888;
  float: right;
  margin-top: 7px;
}
/*优点展示 平台公告 新人指引结束*/
/*修改密码弹框 开始*/
.change-password-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1600;
  overflow: hidden;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}
.change-password {
  background: #ffffff;
  box-shadow: 0 0 6px 2px rgba(131, 131, 131, 0.5);
  border-radius: 4px;
  width: 540px;
  height: 450px;
  margin: 10% auto;
}
.change-password .header-change {
  background: #f3f3f3;
  border-radius: 4px 4px 0 0;
  width: 540px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.change-password .header-change span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #4b4b4b;
}
.change-password .content-change {
  padding-left: 100px;
  color: #444;
}
.change-password .content-change > div {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 19px;
}
.change-password .content-change > div.kindly-reminder {
  position: relative;
  background: rgba(251, 103, 7, 0.1);
  border: 1px solid rgba(251, 103, 7, 0.2);
  width: 338px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #ff6600;
  margin-top: 20px;
  margin-bottom: 14px;
}
.change-password .content-change > div.kindly-reminder img {
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-right: 4px;
}
.change-password .content-change > div.new-pwd-div {
  height: 55px;
}
.change-password .content-change > div .required {
  position: absolute;
  display: inline-block;
  width: 70px;
  text-align: right;
  font-size: 12px;
}
.change-password .content-change > div input {
  position: absolute;
  left: 90px;
  height: 27px;
  line-height: 27px;
  width: 240px;
  padding-left: 10px;
  outline: none;
  border: 1px solid #d8d8d8;
}
.change-password .content-change > div input.image-code,
.change-password .content-change > div input.input_part {
  width: 148px;
}
.change-password .content-change > div .image-code-span {
  position: absolute;
  top: -3px;
  left: 250px;
  display: inline-block;
  width: 80px;
  height: 27px;
}
.change-password .content-change > div .image-code-span img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.change-password .content-change > div .image-code-span img:hover {
  border: 1px solid #fb6600;
}
.change-password .content-change > div input:focus {
  border: 1px solid #ff9622;
}
.change-password .content-change > div .pwd-rule {
  position: absolute;
  left: 90px;
  top: 35px;
  font-size: 12px;
  color: #fb6600;
}
.change-password .content-change > div .pwd-tegger {
  position: absolute;
  left: 305px;
  top: 9px;
  cursor: pointer;
}
.change-password .content-change > div .required em {
  color: red;
}
.change-password .content-change .get-sms-code {
  position: absolute;
  display: inline-block;
  background: white;
  left: 250px;
  font-size: 12px;
  color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 4px;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding: 0;
}
.change-password .content-change .get-sms-code:hover {
  background: #ff6600;
  color: white;
}
.change-password .footer-change {
  height: 60px;
  text-align: center;
}
.change-password .footer-change span {
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  width: 100px;
  height: 30px;
  color: #666666;
  line-height: 28px;
  cursor: pointer;
}
.change-password .footer-change span:hover {
  background: #ff9622;
  border: 1px solid #ff9622;
  color: white;
}
.change-password .footer-change span.change-close {
  margin-left: 20px;
}
/*修改密码弹框 结束*/
/*最新摘挂牌 最新成交项目 开始*/
.delist-list-prj {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 26px;
  position: relative;
  margin-top: 26px;
}
.delist-list-prj .delist-nav {
  display: inline-block;
  width: 190px;
  height: 360px;
  float: left;
  background: #489ceb;
  text-align: center;
  color: #fff;
}
.delist-list-prj .delist-nav .delist-nav-title {
  font-size: 20px;
  margin-top: 31px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-left: 25px;
  margin-right: 25px;
}
.delist-list-prj .delist-nav .delist-nav-content {
  margin-top: 42px;
  margin-bottom: 43px;
  line-height: 32px;
  cursor: pointer;
}
.delist-list-prj .delist-nav .delist-nav-content li {
  position: relative;
  height: 32px;
}
.delist-list-prj.deal-over-prj .delist-nav {
  background: #a67ee1;
}
.delist-list-prj.preview-project .delist-nav {
  background: #9eca6f;
}
.delist-list-prj .delist-nav .delist-nav-content li:hover div,
.delist-list-prj .delist-nav .delist-nav-content li.active div {
  display: inline-block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=5);
  opacity: 0.05;
  background: #000000;
}
.delist-list-prj .delist-nav .delist-nav-content li:hover span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 0;
}
.delist-list-prj .delist-nav .delist-nav-content li.active span,
.delist-list-prj .delist-nav .delist-nav-content li span.active {
  position: absolute;
  display: inline-block;
  width: 188px;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 2px solid #ff9622;
}
.delist-list-prj .delist-nav .delist-nav-more > span {
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
.delist-list-prj .delist-nav .delist-nav-more > span:hover {
  background: rgba(0, 0, 0, 0.15);
}
.delist-list-prj .delist-content {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 14px;
  display: inline-block;
  background: #fff;
  height: auto;
  width: 1010px;
  margin-top: 6px;
  overflow: hidden;
}
.delist-list-prj .prj-list-content {
  padding-bottom: 8px;
  padding-top: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.delist-list-prj .prj-list-content:first-child {
  padding-top: 0;
}
.delist-list-prj .prj-list-content .index-content-title {
  display: inline-block;
}
.delist-list-prj .prj-list-content .index-content-title .index-content-prj-title {
  font-size: 18px;
  color: #444;
}
.delist-list-prj .prj-list-content .index-content-title .index-content-prj-code {
  font-size: 12px;
  color: #888;
}
.delist-list-prj .prj-list-content .index-content-title .index-content-prj-channel,
.news-list-a div.is-new {
  border: 1px solid #ff9622;
  padding: 0 2px 0 2px;
  min-width: 55px;
  height: 19px;
  line-height: 18px;
  font-size: 12px;
  color: #ff9622;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.news-list-a.news-list-home div.is-new {
  min-width: 40px;
  line-height: 16px;
  height: 17px;
  margin-top: 2px;
  margin-left: 4px;
}
.delist-list-prj .prj-list-content .index-content-title .inde-content-prj-show {
  font-size: 12px;
  color: #ffa200;
  margin-bottom: 12px;
}
.delist-list-prj .prj-list-content .index-content-main {
  overflow: hidden;
}
.delist-list-prj .prj-list-content .index-content-main > span {
  float: left;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.delist-list-prj .prj-list-content .index-content-main > .financing-amount {
  width: 200px;
}
.delist-list-prj .prj-list-content .index-content-main > .listed-rate,
.delist-list-prj .prj-list-content .index-content-main > .prj-content-listedAmt {
  width: 200px;
}
.delist-list-prj .prj-list-content .index-content-main > .financing-maturity {
  width: 200px;
  margin-top: 2px;
}
.delist-list-prj .prj-list-content .index-content-main > .prj-date {
  width: 200px;
  margin-top: 4px;
  text-align: left;
  line-height: 21px;
}
.delist-list-prj .prj-list-content .index-content-main span > div {
  color: #ff9622;
  font-size: 24px;
  min-height: 30px;
  line-height: 30px;
}
.delist-list-prj .prj-list-content .index-content-main span > div .listed-rate {
  color: #444;
}
.delist-list-prj .prj-list-content .index-content-main .listed-rate > div {
  color: #444;
}
.delist-list-prj .prj-list-content .index-content-main .financing-maturity > div {
  font-size: 20px;
  color: #ffa200;
  height: 25px;
  line-height: 25px;
}
.delist-list-prj .prj-list-content .index-content-main .financing-maturity .detail-date {
  font-size: 14px;
  color: #444;
}
.delist-list-prj .prj-list-content .index-content-main span.prj-date > div {
  font-size: 12px;
  color: #888;
}
.delist-list-prj .prj-list-content .index-content-main span.prj-date span,
.delist-list-prj .prj-list-content .index-content-main span.prj-date > div > span.close-date {
  font-size: 14px;
  color: #444;
  margin-left: 6px;
  display: inline;
}
.delist-list-prj .prj-list-content .index-content-main .to-detail {
  background: #ff9622;
  border-radius: 2px;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-left: 50px;
  cursor: pointer;
}
.delist-list-prj .prj-list-content .index-content-main .to-detail:hover {
  background: #CB240C;
}
.list-nav-top-img {
  position: absolute;
  top: 0;
  left: 190px;
}
.list-nav-bottom-img {
  position: absolute;
  bottom: 0;
  left: 190px;
}
.index-request-empty {
  height: 245px;
  background: url(/gfp-front/images/index-nothings-409cebe9.png) no-repeat 50%;
}
.nothing-text {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #888;
}
/*最新摘挂牌 最新成交项目 结束*/
/*相关链接及联系地址电话 开始*/
.about-us-main {
  display: inline-block;
  width: 100%;
  background: #efefef;
  margin-bottom: -20px;
  font-size: 12px;
  color: #888;
  height: 154px;
}
.about-us-main .about-us-content {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.about-us-main .about-us-content > div {
  float: left;
  line-height: 24px;
  text-align: left;
  width: 120px;
  margin-top: 30px;
}
.about-us-main .about-us-content > div.bid-rule {
  width: 122px;
}
.about-us-main .about-us-content > div.phone-addr {
  float: right;
  width: 310px;
  text-align: right;
}
.about-us-main .about-us-content > div > div {
  font-size: 14px;
  color: #444;
}
.about-us-main .about-us-content > div.phone-addr > .work-man-date {
  color: #888;
  margin-bottom: 16px;
  margin-top: -8px;
}
.about-us-main .about-us-content > div.phone-addr > .work-phone {
  color: #ff9622;
  font-size: 28px;
  font-weight: 600;
  height: 40px;
}
.about-us-main .about-us-content > div.phone-addr > .work-phone span.icon-2 {
  margin-right: 20px;
  font-size: 34px;
  vertical-align: bottom;
}
.about-us-main .about-us-content > div.phone-addr > .work-phone span.icon {
  height: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.about-us-main .about-us-content a {
  color: #888;
}
.about-us-main .about-us-content a:hover {
  color: #333;
}
/*相关链接及联系地址电话 结束*/
/*浮动联系电话 开始*/
.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: 1300;
}
.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.to-list-bid-div,
.flex-phone > div.to-list {
  border-top: 0;
}
.flex-phone .to-top {
  height: 43px;
  padding-top: 12px;
}
.flex-phone > div:hover {
  background: #ff9622;
  color: #fff;
}
.flex-phone > .icon {
  border-bottom: 0;
  padding-top: 6px;
}
.flex-phone > div:last-child {
  border-top: 0;
}
.flex-phone > .icon:hover {
  padding-top: 4px;
}
.flex-phone > .icon:hover > div {
  display: inline-block;
}
.flex-phone > .icon > .phone-word {
  display: none;
  font-size: 14px;
  position: relative;
}
.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 > span {
  font-size: 34px;
}
.flex-phone > .icon > div {
  display: none;
  position: absolute;
  top: 0;
  background: #fff;
  left: 60px;
  width: 141px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ff9622;
  font-size: 16px;
  color: #ff9622;
}
.flex-phone .last {
  margin-bottom: 8px;
}
.loading {
  z-index: 1500;
}
/*浮动联系电话 结束*/
/*滚动图片 开始*/
.slick-slider > .slick-dots {
  bottom: 15px;
}
.slick-slider .slick-prev {
  left: 15px;
  z-index: 10;
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-container.footer-div {
  margin-top: 0 !important;
}
.icon .phone-icon {
  width: 32px;
  height: 32px;
}
/*滚动图片 结束*/
/*新版首頁項目 by MUYIHANG422 on 2018/9/13 */
.project-font-short {
  font-size: 13px;
}
.project-font-small {
  font-size: 14px;
}
.project-font-middle {
  font-size: 16px;
}
.project-font-big {
  font-size: 18px;
}
.project-color-org.project-wrapper-title strong {
  border-color: #ff9622;
}
.project-color-org.project-wrapper-title:before {
  background: #ff9622;
}
.project-color-org .project-wrapper-item-pannel-head-card span {
  background: #ff5203;
  background: #ff5203 linear-gradient(-144deg, #ff6e07 0%, #ff5203 100%);
}
.project-color-org .project-wrapper-item-pannel-head-card:after {
  background: #b77839;
}
.project-color-yellow .project-wrapper-item-pannel-head-card span {
  background: #ffbe22;
  background: #ffbe22 linear-gradient(35deg, #feb103 3%, #ffbe22 99%);
}
.project-color-yellow .project-wrapper-item-pannel-head-card:after {
  background: #d28940;
}
.project-color-brown .project-wrapper-item-pannel-head-card span {
  background: #d9b578;
  background: #d9b578 linear-gradient(-115deg, #d2aa67 0%, #d9b578 100%);
}
.project-color-brown .project-wrapper-item-pannel-head-card:after {
  background: #8a6949;
}
.project-color-brown2 {
  opacity: 0;
  background: linear-gradient(-180deg, #f7f0e3 0%, #f0e1cd 95%);
  margin-top: 0;
  padding-top: 50px;
}
.project-color-brown2 .project-wrapper-title strong {
  border-color: #b27541;
  background: #f7f0e3;
}
.project-color-brown2 .project-wrapper-title:before {
  background: #d28c50;
}
.project-color-brown2 .project-wrapper-item-pannel-head-card span {
  background: #e6b88c;
  background: #e6b88c linear-gradient(35deg, #d48c4f 12%, #e6b88c 100%);
}
.project-color-brown2 .project-wrapper-item-pannel-head-card:after {
  background: #8e6e4f;
}
.project-clear:before,
.project-clear:after {
  content: '';
  display: block;
  clear: both;
}
.project-wrapper {
  display: none;
  padding-top: 49px;
  overflow: hidden;
}
.project-wrapper:before,
.project-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.project-wrapper.show {
  display: block;
}
.project-wrapper#delistPrj {
  background: #fcf5ef;
}
.project-wrapper#delistPrj .project-wrapper-title strong {
  background: #fcf5ef;
}
.project-wrapper#platformnotice {
  background: #fffdfb;
}
.project-wrapper#preViewPrj {
  padding-bottom: 25px;
  background: #fffcf9;
}
.project-wrapper#preViewPrj .project-wrapper-title strong {
  background: #fffcf9;
}
.project-wrapper#preViewPrj li {
  font-size: 14px;
  padding-top: 15px;
  line-height: 24px;
}
.project-wrapper#projectnone {
  border-bottom: 1px solid #eee;
  background: #fff;
}
.project-wrapper .project-text-right {
  text-align: right;
}
.project-wrapper-none {
  width: 1200px;
  margin: 51px auto 100px auto;
  text-align: center;
}
.project-wrapper-none strong {
  display: inline-block;
  margin-top: 40px;
  font-size: 24px;
  font-weight: normal;
  color: #666;
}
.project-swiper {
  position: relative;
  margin-top: 44px;
}
.project-swiper .swiper-pagination {
  text-align: center;
  margin-bottom: 37px;
}
.project-swiper .swiper-pagination span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 8px;
  background: rgba(7, 7, 7, 0.3);
  border-radius: 50%;
  vertical-align: middle;
}
.project-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #ff9622;
}
.project-swiper .swiper-wrapper {
  padding-top: 20px;
}
.project-swiper .slick-arrow {
  display: none;
  position: absolute;
  opacity: .8;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 136px;
  z-index: 2;
}
.project-swiper .slick-arrow:before {
  display: none;
}
.project-swiper .slick-arrow:hover {
  opacity: 1;
}
.project-swiper .slick-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAAAXNSR0IArs4c6QAAAJdJREFUOBFjYBiy4N69ezHv378/e/v2bT6yPAEy4O/fv7/+A8GzZ896SDYE2YBXr15tB5rDRJIhowYwMIyGAeVhAE51jIyMXExMTCygFPjv37/vQP4/klIjTPGjR496gAb8AeWLFy9erIOJk0zfv38/fdAZlEYtF40aRCBBAKN/kIYRqNQHVhsWBDyAWxrkNVDBhVsFGTIAWBFtPGVCxeIAAAAASUVORK5CYII=) center no-repeat;
}
.project-swiper .slick-prev:hover,
.project-swiper .slick-prev:focus {
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAAAXNSR0IArs4c6QAAAJdJREFUOBFjYBiy4N69ezHv378/e/v2bT6yPAEy4O/fv7/+A8GzZ896SDYE2YBXr15tB5rDRJIhowYwMIyGAeVhAE51jIyMXExMTCygFPjv37/vQP4/klIjTPGjR496gAb8AeWLFy9erIOJk0zfv38/fdAZlEYtF40aRCBBAKN/kIYRqNQHVhsWBDyAWxrkNVDBhVsFGTIAWBFtPGVCxeIAAAAASUVORK5CYII=) center no-repeat;
}
.project-swiper .slick-next {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAAAXNSR0IArs4c6QAAAKJJREFUOBFjYBh04Pbt23zv378/e+/evRiyHffs2bOe/0Dw9+/fX2QbBNTP9OrVq+2jBuGOh9Ewwh02MBmahxETzCZiaEZGxn9A8B2klomJiQXI5yJGH4qaFy9erANlC6BBfx49etSDIkkMB9mA+/fvpxOjB0UNtQ1IQzGdGA6aC0YNuH9/AMIAWF1YgEp5UEoEJiTSXQCLalA1QZEBMIPIpQHYNm08Ols04AAAAABJRU5ErkJggg==) center no-repeat;
}
.project-swiper .slick-next:hover,
.project-swiper .slick-next:focus {
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAAAXNSR0IArs4c6QAAAKJJREFUOBFjYBh04Pbt23zv378/e+/evRiyHffs2bOe/0Dw9+/fX2QbBNTP9OrVq+2jBuGOh9Ewwh02MBmahxETzCZiaEZGxn9A8B2klomJiQXI5yJGH4qaFy9erANlC6BBfx49etSDIkkMB9mA+/fvpxOjB0UNtQ1IQzGdGA6aC0YNuH9/AMIAWF1YgEp5UEoEJiTSXQCLalA1QZEBMIPIpQHYNm08Ols04AAAAABJRU5ErkJggg==) center no-repeat;
}
.project-swiper .swiper-container,
.project-swiper .slick-list,
.project-swiper .bd {
  width: 1248px;
  margin: 0 auto;
}
.project-swiper .project-swiper-item {
  height: 926px;
  width: 1248px;
  padding-top: 10px;
}
.project-swiper.slick-slider {
  height: auto !important;
}
.project-wrapper-title {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.project-wrapper-title strong {
  position: relative;
  display: block;
  float: left;
  padding: 0 16px 0 12px;
  border-left: 6px solid ;
  font-size: 34px;
  line-height: 37px;
  font-weight: normal;
  background: #fff;
  z-index: 2;
}
.project-wrapper-title:before {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.project-wrapper-title:before,
.project-wrapper-title:after {
  content: '';
  display: block;
  clear: both;
}
.project-wrapper-title-more {
  float: right;
  cursor: pointer;
  padding: 7px 0 9px 0;
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
}
.project-wrapper-title-subtitle {
  float: left;
  padding: 7px 0 9px 0;
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
}
.project-wrapper-item {
  width: 1200px ;
  margin: 44px auto 0 auto;
}
.project-wrapper-item .project-row {
  margin-left: -24px;
  margin-right: -24px;
}
.project-wrapper-item-pannel {
  position: relative;
  float: left;
  width: 368px;
  height: 407px;
  margin: 0 24px 31px 24px;
  background: #fff;
  border: 1px solid #dbdbdb;
  transition: 0.2s ease-in;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.project-wrapper-item-pannel:hover .project-wrapper-item-pannel-body-join {
  background: #ff9622;
  color: #fff;
  font-weight: bold;
}
.project-wrapper-item-pannel:hover {
  -webkit-transform: translate(0, -6px) translateZ(0);
  -moz-transform: translate(0, -6px) translateZ(0);
  -ms-transform: translate(0, -6px) translateZ(0);
  -o-transform: translate(0, -6px) translateZ(0);
  transform: translate(0, -6px) translateZ(0);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.project-wrapper-item-pannel-head:before,
.project-wrapper-item-pannel-head:after {
  content: '';
  display: block;
  clear: both;
}
.project-wrapper-item-pannel-head-card {
  position: relative;
  float: left;
  width: 128px;
  height: 38px;
  line-height: 38px;
  margin: 6px 0 0 -10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.project-wrapper-item-pannel-head-card span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-wrapper-item-pannel-head-card:after {
  position: absolute;
  left: 4px;
  bottom: -8px;
  content: '';
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg) translateZ(0);
  -moz-transform: rotate(45deg) translateZ(0);
  -ms-transform: rotate(45deg) translateZ(0);
  -o-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
.project-wrapper-item-pannel-head-card:before {
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 3;
  content: '';
  width: 10px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(15deg) translateZ(0);
  -moz-transform: rotate(15deg) translateZ(0);
  -ms-transform: rotate(15deg) translateZ(0);
  -o-transform: rotate(15deg) translateZ(0);
  transform: rotate(15deg) translateZ(0);
}
.project-wrapper-item-pannel-head-number {
  float: right;
  padding: 10px 20px 0 0;
  font-size: 12px;
  color: #797979;
}
.project-wrapper-item-pannel-head-title {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  padding: 13px 20px ;
  font-size: 18px;
  color: #393939;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-wrapper-item-pannel-body {
  width: 100%;
}
.project-wrapper-item-pannel-body:before,
.project-wrapper-item-pannel-body:after {
  content: '';
  display: block;
  clear: both;
}
.project-wrapper-item-pannel-body .project-box {
  padding: 0 20px;
}
.project-wrapper-item-pannel-body-tips {
  padding: 12px 0px 10px 0px;
  border-top: 1px solid #eaeded;
}
.project-wrapper-item-pannel-body-tips span {
  float: left;
  display: block;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #b1b1b1;
  border: 1px solid #b1b1b1;
}
.project-wrapper-item-pannel-body-tips span.project-follow {
  float: right;
  margin-right: 0;
  color: #fff;
  background: #ff9800;
  border: none;
  cursor: pointer;
  transition-duration: 300ms;
}
.project-wrapper-item-pannel-body-tips span.project-follow:hover {
  background: #ff8b39;
  border-color: #ff9800;
}
.project-wrapper-item-pannel-body-tips span.project-follow.active {
  color: #ff9800;
  border: 1px solid #ff9800;
  background: none;
}
.project-wrapper-item-pannel-body-tips span.project-follow.active:hover {
  color: #fff;
  background: #ff9800;
}
.project-wrapper-item-pannel-body-detail {
  padding-bottom: 26px;
}
.project-wrapper-item-pannel-body-detail:before,
.project-wrapper-item-pannel-body-detail:after {
  content: '';
  display: block;
  clear: both;
}
.project-wrapper-item-pannel-body-detail li {
  float: left;
  width: 100%;
  padding-top: 10px;
  line-height: 20px;
  font-size: 13px;
}
.project-wrapper-item-pannel-body-detail li p {
  width: 100%;
  float: left;
  margin-bottom: 0;
  color: #464646;
}
.project-wrapper-item-pannel-body-detail li p:nth-child(1) {
  width: 191px;
}
.project-wrapper-item-pannel-body-detail li p:nth-child(2) {
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-wrapper-item-pannel-body-detail li p.project-fontcolor-gray {
  color: rgba(0, 0, 0, 0.5);
}
.project-wrapper-item-pannel-body-detail li p.project-fontcolor-org {
  color: #ff6a02;
}
.project-wrapper-item-pannel-body-detail li p.project-item-section {
  line-height: 11px;
}
.project-wrapper-item-pannel-body-detail.project-item-short li {
  padding-top: 6px;
}
.project-wrapper-item-pannel-body-detail.project-item-line-height-pro li {
  line-height: 25px;
}
.project-wrapper-item-pannel-body-detail.project-item-line-height li {
  padding-top: 15px;
}
.project-wrapper-item-pannel-body-detail.project-item-line-height.project-item-short li {
  padding-top: 10px;
}
.project-wrapper-item-pannel-body-join {
  border-top: 1px solid #eaeded;
  position: absolute;
  bottom: 0;
  width: inherit;
  height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ff6a02;
  line-height: 50px;
  transition: .2s linear;
  cursor: pointer;
}
@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;
}body {
  background: #f2f2f2;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
/*公共部分开始*/
.header-box1 {
  min-width: 1205px;
  height: 90px;
  background-color: #fff;
  margin-bottom: 26px;
}
.display-table {
  display: table;
}
.top-menu {
  margin-right: 0;
  height: 30px;
  color: #666;
  font-size: 12px;
  line-height: 30px;
}
.top-menu ul {
  margin: 0;
  height: 90px;
}
.top-menu ul li {
  display: inline-block;
  position: relative;
  min-width: 90px;
  list-style: none;
  text-align: left;
  height: 100%;
}
.top-menu ul li.last-child {
  margin-left: 0;
  border-right: none;
  text-align: right;
}
.top-menu ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 2px;
  height: 90px;
}
.top-menu div,
.top-menu ul li a {
  height: 100%;
  color: #848687;
}
.header-box1 .menu-list ul .top_li {
  display: inline-block;
  position: relative;
}
.service-hall-container {
  position: relative;
}
.service-hall-container .service-hall-img {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 20px;
  right: -10px;
}
.header-box1 .member-logo,
.header-box1 .menu-list,
.header-box1 .login {
  line-height: 32px;
  float: right;
  display: inline-block;
}
.header-box1 .menu-list {
  margin-top: 26px;
  margin-right: -22px;
}
.header-box1 .menu-list .top_li > a {
  color: #444;
}
.header-box1 .menu-list .top_li {
  position: relative;
  color: #444;
  padding: 0 16px;
  font-size: 16px;
  cursor: pointer;
}
.header-box1 .menu-list .top_li:hover a,
.header-box1 .menu-list .top_li.active a {
  color: #444;
}
.header-box1 .menu-list .top_li.active a {
  border-bottom: 4px solid #ff9622;
  font-weight: bold;
}
.header-box1 .menu-list .top_li > a {
  display: inline-block;
  padding: 0 6px;
}
.header-box1 .menu-list .top_li:hover > a {
  color: #ff9622;
  font-weight: bold;
  text-decoration-line: none;
}
.top_ul2 {
  display: none;
  width: 100px;
  position: absolute;
  top: 32px;
  border-top: 2px solid #ff9622;
  left: 4px;
  z-index: 9999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.top_ul .top_li:hover .top_ul2 {
  display: block;
}
.top_ul .top_li .top_ul2 .top_li2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  background: #fff;
  color: #888;
  cursor: pointer;
  font-weight: normal;
}
.top_ul .top_li .top_ul2 .top_li2:hover {
  background: #FFF;
}
.top_ul .top_li .top_ul2 .top_li2:hover a {
  color: #ff9622;
}
.top_ul .top_li .top_ul2 .top_li2 a {
  line-height: 40px;
  font-size: 14px;
  color: #444;
  border-bottom: none !important;
  font-weight: normal;
}
.header-box1 .menu-list .top_li_ul.top_li:nth-child(n+3) > a:after {
  display: none;
}
.top-menu div,
.top-menu ul li a.user-name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
}
.display-table.trade-index a:hover {
  color: #ff6602;
}
.top-menu ul li a.loginoff {
  display: inline-block;
  width: 17px;
}
.top-menu ul li a.loginoff .logout {
  position: relative;
  top: 1px;
  font-size: 16px;
}
.top-menu .loginoff {
  color: #000;
}
.top-menu ul li a span {
  display: inline-block;
}
.todo-name:hover {
  color: #ff6602;
}
.top-menu ul li a .nao-icon {
  position: relative;
}
.top-menu ul li a span img {
  width: 16px;
  height: 18px;
  margin-right: 7px;
  margin-bottom: 3px;
}
.top-menu#topSidebarNav {
  position: relative;
  float: right;
  height: 30px;
  margin-right: 30px;
}
.top-menu#topSidebarNav ul {
  height: 30px;
}
.top-menu#topSidebarNav ul span {
  display: inline-block;
}
.top-menu#topSidebarNav ul img {
  margin-top: 0;
  vertical-align: middle;
}
.top-menu#topSidebarNav .todo-div {
  padding-right: 38px;
}
.top-menu ul li a .pending-num {
  position: absolute;
  right: 0;
  top: 5px;
  min-width: 20px;
  padding: 0 4px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  background: #FB6706;
  text-align: center;
}
.todo-div .todo-botton {
  position: absolute;
  top: 30px;
  right: 15px;
}
.top-menu .user-name {
  margin-right: 30px;
  color: #848687;
}
.trade-index .regist {
  margin-left: 9px;
  border-left: 1px solid #efefef;
}
.trade-index .regist {
  color: #999;
}
.trade-index .login-user {
  color: #ff7d02;
  margin-right: 8px;
}
.sidebar.trade-left.is-login {
  display: table-cell;
}
.trade-left .company-name {
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 0;
  height: auto;
}
.company-code {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
.company-code span.first-child {
  display: inline-block;
}
.company-code span.last-child {
  color: #ff9622;
  display: inline-block;
}
.qex-data-tab-login > div > div.row {
  margin: 0 !important;
}
.sidebar-nav {
  margin-top: 27px;
  color: #000;
}
.sidebar-nav ul li {
  position: relative;
  list-style: none;
}
.sidebar-nav ul li a {
  display: inline-block;
  padding-left: 39px;
  height: 61px;
  width: 100%;
  line-height: 58px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.sidebar-nav ul li a span {
  float: right;
  margin-right: 19px;
}
.sidebar-nav ul li a.my-buss:hover {
  font-weight: 200;
}
.sidebar-nav ul li a:hover {
  font-weight: 600;
}
.sidebar-nav ul li > a .orange_back,
.sidebar-nav ul li > a .blue_back {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  float: left;
  margin-top: 16px;
  background: #ff9622;
  color: #fff;
  font-size: 18px;
  padding: 5px;
}
.sidebar-nav ul li > a .blue_back.my-buss-blue {
  background: #33aee9;
}
.sidebar-nav ul > li.active {
  color: #fff;
  border-right: 0;
  border-left: 0;
  background-color: #fff;
}
.sidebar-nav ul > li.active a {
  color: #000;
  cursor: pointer;
}
.sidebar-nav ul > li.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 60px;
  background: #ff9622;
}
.sidebar-nav ul > li:first-child.active {
  border-right: none;
}
.sidebar-nav ul > li > ul.sub-menu li a {
  padding-left: 79px;
  border-bottom: none;
  cursor: pointer;
  color: #444;
}
.sidebar-nav ul > li > ul.sub-menu li a .console-num {
  top: 7px;
}
.sidebar-nav ul > li.has-second-li > a {
  cursor: pointer;
}
.sidebar-nav ul > li.has-second-li > a.active {
  border-right: 0;
  border-left: 0;
  background-color: #fff;
}
.sidebar-nav ul > li.has-second-li > a.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 60px;
  background: #ff9622;
}
.sidebar-nav ul > li.has-second-li > a:hover {
  font-weight: 600;
}
.sidebar-nav .service-hall-ul .service-hall-li:last-child {
  position: relative;
}
.sidebar-nav .service-hall-ul .service-hall-li:last-child .service-hall-img {
  position: absolute;
  top: 10px;
  right: 36px;
}
.table-row {
  display: table-row;
}
.top-box-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  box-shadow: 0 5px 12px 0 rgba(118, 113, 113, 0.4);
  -webkit-transform: translateZ(0);
}
.top-box-fixed .main-logo img {
  width: 260px;
  height: auto;
}
.top-box-fixed .logo-box {
  height: 60px;
  line-height: 60px;
}
.top-box-fixed.header-box1 .menu-list {
  margin-top: 14px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.display-table {
  display: table;
}
.bussiness-house.col-xs-9 {
  width: 22%;
  float: right;
  padding: 0;
}
.logo-box {
  height: 80px;
  line-height: 80px;
  padding: 0;
}
.logo-box > a {
  display: inline-block;
  width: 230px;
}
.logo-box > a > img {
  width: 371px;
  height: auto;
}
.main-container {
  z-index: 800;
  margin: 0 auto;
  width: 1200px;
}
.footer-footer {
  background: #e8e8e8;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.main-container.footer-div {
  text-align: center;
  margin-top: 27px;
  height: 187px;
  padding-top: 34px;
  overflow: hidden;
}
.main {
  float: right !important;
}
.main-box {
  min-height: 990px;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.app {
  background: #fff;
}
.app.table-cell {
  vertical-align: top;
}
.table-row {
  box-shadow: 0 10px 10px #e2e2e2;
}
.sidebar.table-cell {
  min-height: 1015px;
  width: 240px;
  vertical-align: top;
  background-color: #f9f9f9;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.two-col-input > span:nth-child(even),
.input-right {
  margin-left: 124px;
}
.remove-margin-left {
  margin-left: 0 !important;
}
.search-input-div > span > input:not(.more-input),
.search-input-div > span select,
.search-input-div > span .my-multi-select {
  width: 270px;
}
.search-input-div > span > input.more-input {
  width: 123px;
}
.search-input-div > span > .my-multi-select {
  right: 2px;
}
.deal-list-part tr th {
  white-space: nowrap;
}
.deal-list-part tr td .prj-short-names {
  width: 113px;
  white-space: nowrap;
}
.deal-list-part tr td .manage-user-name {
  width: 54px;
  white-space: nowrap;
}
.nav-tabs.first-nav-tabs-login + div > div > div.search-input-div > span:nth-child(even) {
  margin-left: 124px;
}
.nav-tabs.first-nav-tabs-login + div > div > div.search-input-div > span > span.my-multi-select {
  right: 2px;
  width: 270px;
}
.nav-tabs.first-nav-tabs-login + div > div > div.search-input-div > span > input.more-input {
  width: 123px;
}
.nav-tabs.first-nav-tabs-login + div > div > div.search-input-div > span > input:not(.more-input) {
  width: 270px;
}
.nav-tabs.first-nav-tabs-login + div > div > div.search-input-div > :last-child {
  margin-left: 124px;
}
.company-info {
  padding-top: 33px;
  text-align: center;
}
.company-info .company-avatar img {
  width: 141px;
  height: 141px;
}
.my-buss {
  cursor: default;
}
.copyright.table-cell {
  display: block;
  margin-top: 19px;
}
.copyright.table-cell p.yu-inter {
  margin-top: 4px;
}
.footer-info.display-table hr {
  width: 601px;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
}
.footer-info.display-table .table-cell p {
  width: 1200px;
}
.frendly-link {
  width: 100%;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}
.frendly-link span {
  color: #888;
}
.frendly-link a {
  color: #ff6501;
  margin-left: 5px;
  cursor: pointer;
}
.frendly-link .first-a {
  margin-left: 5px;
}
.frendly-link a:hover {
  color: #ff6501;
}
.frendly-link a:active {
  color: #ff6501;
}
.frendly-link a {
  color: #888;
}
.wrap-box {
  max-width: 1200px;
  margin: 0 auto;
}
/*公共部分结束*/
/*tradeHall start*/
.modal.block-show {
  display: block !important;
}
.bidding-result-list .list-project-code,
.prj-list-all .list-project-code,
.list-content .list-project-code,
.all-hall-delist .list-project-code,
.main-container .list-project-code {
  color: #39AAE6;
  cursor: pointer;
}
.bidding-result-list .list-project-code:hover,
.prj-list-all .list-project-code:hover,
.list-content .list-project-code:hover,
.all-hall-delist .list-project-code:hover,
.main-container .list-project-code:hover {
  color: #0e90d2;
  text-decoration: underline;
}
.all-hall-delist {
  overflow-x: auto;
}
.abort {
  margin: 0 auto;
}
.pt30 {
  padding-top: 30px;
}
.prj-short-names {
  font-size: 14px;
  color: #808182;
  line-height: 22px;
  height: 22px;
  text-align: left;
  width: 200px;
}
.prj-short-names > span {
  margin-left: 5px;
}
.prj-code {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  max-width: 160px;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 22px;
  height: 22px;
  margin-bottom: 5px;
}
.prj-code > span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.deal-list-content .list-project-code {
  color: #39AAE6;
  cursor: pointer;
}
.deal-list-content .list-project-code:hover {
  color: #0e90d2;
  text-decoration: underline;
}
.bidding-result-list td.prj-content-status {
  width: 180px;
}
.bidding-result-list td.prj-channel {
  width: 215px;
}
.list-project-name {
  display: inline-block;
  width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.manage-user-name {
  display: inline-block;
  width: 104px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.list-project-name.todo-project {
  margin-top: 5px;
}
.content-head {
  overflow: hidden;
  padding-bottom: 10px;
}
.content-head p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.content-head.bussiness-house .pull-left {
  text-indent: 0;
  font-size: 18px;
}
.content-head.bussiness-house .pull-left span {
  display: inline-block;
  height: 23px;
  line-height: 23px;
}
.content-head.bussiness-house .pull-left .marquee-name {
  float: left;
  width: 350px;
}
.content-head.bussiness-house .pull-left .region-content {
  margin-top: 1px;
}
.word-fold {
  word-break: break-all;
}
.region-content {
  position: relative;
  border: 1px solid #bab7b7;
  min-width: 55px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #b1b1b1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.detail.region-content {
  top: -1px;
}
.channelId {
  display: none;
}
.content-head p span {
  margin-left: 8px;
}
.content-head p:after {
  content: '';
  width: 4px;
  height: 18px;
  top: 10%;
  left: 0;
  position: absolute;
  background: #ff9622;
  border-radius: 10px;
}
.content-head a {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.main-box,
.content-block {
  margin-top: 30px;
  background-color: #fff;
}
.regist-notice-ok.modal-body {
  padding: 0;
}
.agree-regist {
  width: 700px;
  margin-top: 202px;
  padding-right: 32px;
  background-color: #fff;
  margin-left: 173px;
}
.qex-tabs > .hall-search.no-login {
  margin: 0 10px 0 10px;
}
.qex-trade-tab {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  color: #444;
  /*此样式不通用*/
}
.qex-trade-tab .multi-select-container {
  margin-top: 5px;
}
.qex-trade-tab .my-multi-select {
  position: absolute;
  top: -5px;
  right: 43px;
  width: 230px;
}
.qex-trade-tab.no-login .search-input-item {
  width: 380px;
}
.qex-trade-tab.no-login .search-input-item > label:nth-child(1) {
  width: 80px;
}
.qex-trade-tab.no-login .search-input-item > .my-multi-select {
  width: 230px;
  right: 52px;
}
.qex-trade-tab.no-login input:not(.more-input) {
  width: 230px;
}
.qex-trade-tab.no-login input.more-input {
  width: 103px;
}
.padding-left-50 {
  padding-left: 50px;
}
#scaleContainer {
  right: 0px;
}
.reset-trade-tab {
  overflow: inherit;
}
.qex-trade-tab span {
  display: inline-block;
}
.qex-trade-tab span.manage-user.last-user input {
  margin-right: 31px;
}
.qex-trade-tab .search-div {
  margin-right: 1px;
}
.qex-data-tab ul.nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 920px;
  font-size: 16px;
}
.qex-data-tab ul.nav-tabs li {
  float: left;
  text-align: center;
  cursor: pointer;
}
.qex-data-tab ul.nav-tabs > li > a {
  display: block;
}
.qex-data-tab-login ul.second-nav-tabs {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}
.qex-trade-tab hr {
  margin-top: 0;
  margin-bottom: 8px;
}
.qex-trade-tab .regist-deadline {
  margin-left: 57px;
}
.second-page-content input {
  vertical-align: middle;
}
.prj-type > select {
  width: 90px;
  margin-right: 26px;
  margin-left: 5px;
  vertical-align: middle;
}
.issue-date input,
.regist-deadline input,
.financing-name input,
.fund-use select,
.last-arrival-date input,
.credit-rating select,
.financing-industry select,
.business-nature select,
.enterprise-size select,
.be-listed select,
.release-date input,
.channel input {
  margin-left: 6px;
}
select {
  vertical-align: middle;
}
/*未登录开始*/
.search-input-div select {
  width: 90px;
  margin-left: 5px;
}
.content-main,
.content-main > div,
.regist-info,
.content-block {
  position: relative;
}
.content-main > div.loading {
  position: absolute;
}
.first-nav-tabs .qex-trade-tab.no-login > .lost-more {
  margin: 15px 34px 50px 0;
}
.content-main.qex-data-tab-login {
  width: 920px;
  margin: 0 auto;
}
.nav-tabs.second-nav-tabs.no-login li {
  width: 234px;
}
.start-rate.no-login input {
  width: 44px;
}
.issue-date.no-login,
.qex-trade-tab .regist-deadline.no-login {
  margin-left: 28px;
}
.issue-date.no-login input,
.regist-deadline.no-login input {
  width: 90px;
}
.issue-date.no-login input:last-child,
.regist-deadline.no-login input:last-child {
  margin-left: 2px;
}
.issue-date.no-login input:first-child,
.regist-deadline.no-login input:first-child {
  margin-right: 1px;
}
/*未登录结束*/
/*地区查询*/
.area {
  width: 300px;
}
.area .field-wrapper {
  display: inline-block;
}
.area .region-label {
  font-weight: 200;
}
table.content-table > tbody > tr:nth-child(odd) {
  background: #f9f9f9;
}
table.content-table > tbody > tr:hover {
  background: rgba(140, 140, 140, 0.14);
}
table.content-table > tbody > tr:hover > td.to-detail > span {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #ff9622;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
table.content-table > tbody > tr:hover > td.to-detail > span:hover {
  background: #CB240C;
  border: 1px solid #CB240C;
}
.search-more {
  color: #169BD5;
  cursor: pointer;
  float: right;
  margin-right: 97px;
  margin-top: 8px;
}
.search-div {
  display: block;
  margin-top: 30px;
  margin-right: 30px;
}
ul.first-nav-tabs + div > div > div.search-div.lost-more {
  float: right;
  margin: 15px 15px 50px 0;
}
.qex-trade-tab .search-div.lost-more {
  float: right;
  margin: 15px 15px 50px 0;
}
.clear:after {
  content: "";
  clear: right;
  visibility: hidden;
  display: block;
  height: 0;
}
.prj-reset {
  display: inline-block;
  min-width: 60px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: #ededed;
  color: #888;
  text-align: center;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.prj-reset:hover {
  color: #fff;
  background: #ff9622;
  border: 1px solid #ff9622;
}
.prj-search {
  display: inline-block;
  min-width: 60px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: #ff9622;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #ff9622;
  vertical-align: top;
}
.prj-search:hover {
  background: #CB240C;
  border: 1px solid #CB240C;
}
.apply-publish {
  display: inline-block;
  float: right;
  width: 88px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: mediumseagreen;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.apply-publish:hover {
  background: green;
}
.content-main.qex-data-tab {
  width: 920px;
  margin: 0 auto;
}
.content-main.qex-data-tab.bid-result-all-list {
  width: 920px;
}
.nav-tabs.second-nav-tabs {
  border: 0;
  background: #f9f9f9;
  border-bottom: 4px solid #ff9622;
}
.nav-tabs.first-nav-tabs {
  width: 1160px;
  margin: 0 auto !important;
}
.nav-tabs.first-nav-tabs > li {
  width: 150px;
  font-size: 18px;
  padding-bottom: 5px;
}
.nav-tabs.first-nav-tabs > li:hover {
  color: #ff9622;
  border-bottom: 4px solid #ff9622;
}
.nav-tabs.first-nav-tabs > li.active {
  color: #ff9622;
  border-bottom: 4px solid #ff9622;
}
.nav-tabs.first-nav-tabs-login > li {
  width: 150px;
  font-size: 18px;
  padding-bottom: 5px;
}
.nav-tabs.first-nav-tabs-login > li:hover {
  color: #ff9622;
  border-bottom: 4px solid #ff9622;
}
.nav-tabs.first-nav-tabs-login > li.active {
  color: #ff9622;
  border-bottom: 4px solid #ff9622;
}
.nav-tabs.second-nav-tabs li {
  width: 172px;
  height: 60px;
  line-height: 60px;
}
.qex-data-tab-login ul.second-nav-tabs > li {
  width: 192px;
  height: 60px;
}
.nav-tabs.second-nav-tabs li.active {
  color: #ffffff;
  font-weight: bold;
  background: #ff9622;
}
.nav-tabs.second-nav-tabs li:hover:not(.active) {
  background: #e8e8e8;
  border-bottom: 1px solid #ff9622;
}
.nav-tabs.second-nav-tabs li:hover:not(.active) > span:nth-child(2) > i {
  background-color: #ff9622;
  color: #FFFFFF;
}
.nav-tabs.second-nav-tabs li.active > span:nth-child(2) > i,
.nav-tabs.second-nav-tabs li:hover > span:nth-child(2) > i {
  color: #ff9622;
  background: #FFFFFF;
}
.nav-tabs.second-nav-tabs li:hover + li:after,
.nav-tabs.second-nav-tabs li:hover + li:before {
  width: 0;
}
.nav-tabs.second-nav-tabs li:before {
  content: '';
  width: 1px;
  height: 1.8em;
  top: 28%;
  left: 0;
  background: #d9d9d9;
  position: absolute;
}
.list-tabs.nav-tabs.second-nav-tabs li:before {
  width: 0;
}
.list-tabs.nav-tabs.second-nav-tabs li:after {
  content: '';
  width: 1px;
  height: 1.8em;
  top: 28%;
  right: 0;
  background: #d9d9d9;
  position: absolute;
}
.nav-tabs.second-nav-tabs li.active:before,
.nav-tabs.second-nav-tabs li:hover:before,
.nav-tabs.second-nav-tabs li:first-child:before {
  width: 0;
}
.nav-tabs.second-nav-tabs li.removeBefore:before {
  width: 0;
}
.nav-tabs.second-nav-tabs.list-tabs li {
  text-align: center;
}
.nav-tabs.second-nav-tabs.list-tabs li.active:after,
.nav-tabs.second-nav-tabs li:hover:after {
  width: 0;
}
.nav-tabs.second-nav-tabs.list-tabs li.removeBefore:after,
.nav-tabs.second-nav-tabs li:first-child:before,
.nav-tabs.second-nav-tabs li:hover:after {
  width: 0;
}
.nav-tabs.second-nav-tabs li > a {
  color: #000;
  border: 0;
  line-height: 32px;
}
.nav-tabs.second-nav-tabs li.active > a {
  color: #FA6700;
}
.nav-tabs.second-nav-tabs li > a:hover {
  border: 0;
}
.console-bun-span {
  display: inline-block;
}
.console-num,
.console-num-large {
  display: inline-block;
  position: relative;
  top: 3.5px;
  padding: 0 3px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  color: #f9f9f9;
  font-style: normal;
  font-size: 14px;
  background: #fb6706;
  /* border-top: 1px solid #fb6706; */
  /* border-bottom: 1px solid #ff9622; */
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.console-num-start {
  position: relative;
  display: inline-block;
  top: 3.5px;
  width: 14px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAYAAACgADyUAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAYFJREFUOI2Fkr9LXEEQxz8z807lEoOFcFGCJKXF1f4BgRiStCGtkMLCv0BMkTKdkCYklX1AEAtT2VlaWBtt5cDG+AP17e5YvKj77u7pwJdldvfDd2Z2xb9OMxCnpzD3lrS9ibbaz2J58Qn3dyBd8OcOT3SQugsDVuL1xQHOa1R/24jP2/hEB5CiAZoM25vrgp+ZylxMHPZfGObYDmflFrBjPy7fwyAEUHB8UtuIZVwVZc+d5QfaoL/ULsIHK9qzD0EARShDni+oyC/g32OgIpDpjaptEK8gXsHSUxDDzAYdpZ7PYKNDh1Gh5/cg3nc+2orNBU5koNQ8e5yfdGh4AoCQKid1h0w9VDqoMEy3EICKQqb9lLybktOvGFLNWUlKpnV3PuqIkctTfRAAhU29yvOtePR3DegAveYhQRGPDrCWAQ5uL0EC1/7iFow+fMj5l5uOofwj4l+A3SbgvscqujGkHVG+Ofx8DAKQsDj2Gfy7Q1uEBCQg/l+rcAqg8OpjAnADbVGeG3gyb/QAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
}
.console-num-end {
  position: relative;
  display: inline-block;
  top: 3.5px;
  width: 14px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAYAAACgADyUAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAWFJREFUOI2VlL1KQ0EQRs/cXQkmUYIgxtb0eQVJKlOIhWhhaRGtfAF7WyvfQEEExUIFW63SGkiljY0BFYKJN8Rkd6wier2J1w+m2OE7Oz8sK/2tlPJNInRAmqjeIXJpgqkT7zsdVY9Jz375AkC+h8nm8ibQCiJnoBXn2w/ADhEF0QTwDtwDR8CaUVvy6DpwCkyOA6Nq2HyhjEjXhc+HvvsKvV4iEODD5AubKjI3bDspCPBh1VYV3QWy/wEBGqA3zrfX7Xif4GQAzYfhEZBz0NWRFU2go6KGSjG+Yjo3ro0n2q18PNhrAZmRzSC4kTO6QRcjsZMsKDyO3apzDtTBQQdMCkwK790KcP3HVn9pWqFqrV1KDA76IQL7KBdAPSkowJ4qRTs/swiQBFxw25MHCBmbnagAIcS/1QxQADaAY+epScCtLS+XgJehyQI/fgDXbr2DNMHXEbkyE+mqH4Rv0ds/AT1jfQEvPOQBAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.content-table-overflow-x {
  overflow: auto;
  width: 100%;
}
.content-table-overflow-x .content-table th {
  width: auto;
  min-width: 98px;
  white-space: nowrap;
}
.content-table-overflow-x .content-table td {
  width: auto;
  min-width: 98px;
  white-space: nowrap;
}
.content-table.table {
  width: auto;
  min-width: 100%;
}
.content-table.table tbody tr td div.can-move {
  color: #0e90d2;
  cursor: pointer;
}
.content-table.table tbody tr td div.can-move:hover {
  color: #fb6706;
}
.content-table thead {
  background: rgba(255, 150, 34, 0.2);
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
}
.content-table thead tr {
  height: 80px;
}
.trade-index-login > thead > tr > th {
  white-space: nowrap;
}
.table > thead:first-child > tr:first-child > th {
  padding-top: 34px;
  text-align: left;
}
.table-thead-center > thead:first-child > tr:first-child > th {
  text-align: center;
}
.content-table.table > thead > tr > th,
.content-table.table > tbody > tr > td {
  border-bottom: 0;
  width: 145px;
  font-size: 14px;
  padding-left: 20px;
  text-align: left;
}
.content-table.table > thead > tr > th.text-center,
.content-table.table > tbody > tr > td.text-center {
  text-align: center;
}
.table.content-table.trade-index-login-off > thead > tr > th,
.content-table.table.trade-index-login-off > tbody > tr > td {
  width: 170px;
}
.content-table.table > thead > tr > th.to-button,
.content-table.table > tbody > tr > td.to-detail {
  width: 95px;
  text-align: center;
}
.trade-index-login.content-table.table > thead > tr > th,
.trade-index-login.content-table.table > tbody > tr > td {
  width: 125px;
}
.trade-index-login.content-table.table > thead > tr > th.to-button,
.trade-index-login.content-table.table > tbody > tr > td.to-detail {
  width: 95px;
}
.trade-index-login.content-table.table > tbody > tr > td {
  font-weight: 600;
}
.trade-index-login.content-table.table > tbody > tr > td.first-td,
.trade-index-login.content-table.table > tbody > tr > td.to-detail {
  font-weight: 200;
}
.trade-index-login.content-table.table > tbody > tr > td.prj-content-status {
  width: 135px;
}
.content-table.table > thead > tr > th {
  vertical-align: top;
  text-align: left;
}
.content-table.table > tbody > tr > td {
  vertical-align: middle;
}
.content-table.table > tbody > tr > td.bid-user-no {
  padding-left: 20px;
}
.content-table.table > tbody > tr > td.bid-amt {
  padding-left: 10px;
}
.content-table.table > thead > tr > th.text-nomber,
.content-table.table > tbody > tr > td.text-nomber {
  width: 50px;
}
.content-table.table > thead > tr > th.text-bid-nomber,
.content-table.table > tbody > tr > td.text-bid-nomber {
  width: 90px;
}
.content-table.table > thead > tr > th.audit-msg,
.content-table.table > tbody > tr > td.audit-msg {
  word-break: break-all;
}
.word-wrap {
  word-break: break-all;
}
.content-table.table > thead > tr > th.audit-msg,
.content-table.table > tbody > tr > td.audit-msg {
  word-break: break-all;
}
.content-table.table > thead > tr > th.text-user-name {
  padding-left: 15px;
}
.content-table tbody.prj-content-title > tr {
  height: 91px;
  color: #666;
  font-size: 12px;
}
.prj-content-title .prj-content-listedAmt {
  color: #ff9622;
}
.prj-content-title .prj-content-listedRate,
.prj-content-title .prj-content-rentAmt {
  color: #ffa200;
}
.prj-content-title .prj-content-status {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  line-height: 22px;
}
.prj-content-title .prj-content-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  line-height: 22px;
}
.expire-delay-time {
  margin-left: 2px;
  color: #000;
}
.to-detail span {
  display: block;
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #ff6a02;
  margin-bottom: 5px;
}
.text-transaction {
  color: #ff9622 !important;
}
.bid-prj-detail.to-detail span,
.to-bid-detail.to-detail span,
.list-prj-detail.to-detail span {
  background: #ffffff;
  border: 1px solid #ff9622;
  border-radius: 4px;
  width: 88px;
  height: 28px;
  line-height: 27px;
  color: #fb6600;
}
.to-detail span:hover {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #ff9622;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.content-table.table > thead > tr > th.to-button.to-handle span,
.content-table.table > tbody > tr > td.to-detail.to-handle span {
  width: 80px;
  height: 30px;
  display: inline-block;
}
.content-table.table > thead > tr > th.to-button.to-handle span.move-to,
.content-table.table > tbody > tr > td.to-detail.to-handle span.move-to {
  width: 88px;
}
.content-table.table > thead > tr > th.to-button.to-handle span:hover,
.content-table.table > tbody > tr > td.to-detail.to-handle span:hover {
  background: #ff9622;
}
.data-request-empty {
  height: 360px;
  background: url(/gfp-front/images/no-quest-6da849e5.png) no-repeat 50%;
}
.delist-empty,
.result-empty {
  display: inline-block;
  margin-top: 10px;
  height: 30px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.second-page-content.rules-box.trade-content {
  background: #fff;
  min-height: 500px;
  padding: 0 20px 0 20px;
  width: 960px;
}
.second-page-content.rules-box.trade-content.off-login {
  background: #fff;
  padding: 0;
  width: 1200px;
  min-height: 500px;
  box-shadow: 0 10px 10px #ddd;
}
/*tradeHall end*/
/*prjDetail start*/
.regist-make-ok,
.orange-tips {
  font-size: 16px;
  color: #ff9622;
  line-height: 28px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.regist-make-ok div:last-child {
  font-size: 15px;
}
.content-head.prj-type-head {
  border: 0;
  position: relative;
}
.content-head.prj-type-head .pull-left {
  font-size: 18px;
}
.content-prj-type {
  margin-top: 35px;
}
.type-title {
  color: #999;
}
.type-title > div {
  display: inline-block;
  min-width: 201px;
  margin-left: 30px;
  border: 1px solid #e5e5e5;
  height: 100px;
  text-align: center;
  background: #FBFDFF;
  overflow: hidden;
}
.attention-btn {
  position: absolute;
  right: 0;
  display: inline-block;
}
.attention-btn .attention {
  display: inline-block;
  text-align: center;
  margin-left: 0;
  padding: 1px 13px;
  color: #fff;
  background: #ff9800;
  border: none;
  cursor: pointer;
  transition-duration: 300ms;
}
.attention-btn .attention:hover {
  background: #ff8b39;
  border-color: #ff9800;
}
.attention-btn .border-attention {
  display: inline-block;
  text-align: center;
  margin-left: 0;
  padding: 1px 13px;
  color: #ff9800;
  background: #fff;
  border: 1px solid #ff9800;
  cursor: pointer;
  transition-duration: 300ms;
}
.attention-btn .cancel-attention {
  display: inline-block;
  text-align: center;
  color: #ff9800;
  border: 1px solid #ff9800;
  background: none;
  margin-left: 0;
  padding: 1px 13px;
  cursor: pointer;
}
.attention-btn .cancel-attention:hover {
  color: #fff;
  background: #ff9800;
}
.type-title > .type-content:first-child {
  margin-left: 0;
}
.type-title .content-title {
  margin: 0 auto;
  padding-bottom: 6px;
  padding-top: 22px;
  color: #444;
}
.type-content {
  margin-top: 13px;
  font-size: 14px;
  color: #999;
}
.type-content > div.first-child {
  min-width: 134px;
  padding-bottom: 6px;
}
.type-content > div.last-child {
  font-size: 20px;
  color: #ff9622;
}
.work-date {
  color: #ffa200;
  display: inline-block;
}
.prj-type-main {
  color: #009900;
}
.type-content > div.prj-financing-amount {
  color: #ff6a02;
  font-size: 30px;
  width: 447px;
  line-height: normal;
  overflow: hidden;
}
.type-content > div.prj-financing-amount > span {
  white-space: nowrap;
}
.prj-publish {
  color: #ababab;
  margin-top: 38px;
  padding-top: 18px;
  margin-bottom: 18px;
  font-size: 12px;
  height: 50px;
  line-height: 14px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  position: relative;
}
.first-span {
  position: absolute;
  left: 0;
}
.formal-span {
  position: absolute;
  right: 0;
}
.pre-span {
  position: absolute;
  right: 0;
}
.publish-date,
.prj-number,
.prj-end-function {
  color: #000;
  font-size: 13px;
}
.publish-date {
  display: inline-block;
}
.prj-number {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.prj-publish div {
  margin-top: 15px;
}
.show-btn {
  height: 34px;
  line-height: 34px;
  margin-left: 20px;
  color: #ff6600;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  display: block;
  float: right;
}
.show-btn:hover {
  color: #CB240C;
}
.show-btn.border-btn {
  width: 100px;
  border: 1px solid #ff9622;
  border-radius: 4px;
  line-height: 32px;
}
.show-btn.border-btn:hover {
  background: #CB240C;
  color: #fff;
}
.show-btn.background-btn {
  color: #ffffff;
  text-align: center;
  background: #ff9622;
  font-weight: bold;
  line-height: 32px;
  width: 100px;
}
.show-btn.background-btn:hover {
  background: #ff8b39;
}
.show-btn.background-btn:active {
  background: #ee8423;
}
.content-head .query-regist {
  margin-left: 10px;
}
.content-main.prj-content-main {
  position: relative;
}
.prj-content-main .last-amount {
  margin-left: 20px;
}
.prj-content-main .finance-leasing,
.prj-content-main .leaseAssessValue,
.prj-content-main .other-channel {
  display: table-row;
}
.todo-tab.content-main {
  margin-top: 20px;
}
.todo-tab table tbody tr {
  height: 90px;
  font-size: 12px;
}
.table.content-table {
  margin-bottom: 0;
}
.todo-tab table tbody tr .prj-content-date {
  color: #888;
}
.todo-tab table tbody tr .prj-content-remark {
  color: #ff9622;
}
.todo-tab table tbody tr .to-read {
  color: #32a9f2;
  cursor: pointer;
}
.todo-tab table.table tbody tr .operation-todo,
.todo-tab table.table thead tr .operation-todo {
  width: 110px;
}
.table.info-table {
  width: 916px;
  margin-left: 3px;
  margin-bottom: 38px;
  border-bottom: 1px solid #e6e6e6;
}
.table.info-table tr td {
  word-break: break-all;
  padding: 16px 8px;
}
.table.info-table.file-upload-list {
  width: 98.5%;
}
.table.info-table:last-child {
  margin-bottom: 43px;
}
.table.info-table tr.highlight {
  background: #fff3ce !important;
}
.table.info-table tr .survey-item {
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  padding-left: 20px;
  height: 30px;
  line-height: 28px;
  word-break: break-all;
}
.table.info-table tr .survey-item.is-modify {
  background-color: #F9ECE4;
}
.table.info-table tr td:first-child {
  width: 276px;
  color: rgba(51, 51, 51, 0.8);
}
.table.info-table.file-list tr:first-child {
  background: #f9f9f9;
}
.table.info-table.file-list tr td:first-child {
  width: 215px;
  /*background: #f9f9f9;*/
}
.table.info-table.file-list tr td a {
  color: #337AB7;
  display: inline-block;
  width: 160px;
  text-align: left;
  vertical-align: bottom;
  cursor: pointer;
}
/* .table.info-table.file-list tr td{
  white-space: nowrap;
} */
.table.info-table.file-list tr td img {
  display: inline-block;
  width: 13px;
  height: 15px;
  margin-top: -2px;
  margin-right: 4px;
}
.search-input-div input:focus,
.search-input-div select:focus {
  border: 1px solid #ff9622;
  background: #FFFFFF;
  outline: none;
}
.table.info-table.file-list .description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 600px;
  display: inline-block;
  vertical-align: bottom;
}
/*.general-manager-table tr td:first-child {*/
/*background: #f9f9f9;*/
/*}*/
modal-header p:after {
  content: '';
  width: 2px;
  height: 18px;
  top: 10%;
  right: 0;
  position: absolute;
  background: #ff9622;
  border-radius: 10px;
}
.modal-header p.pull-center {
  text-align: center;
}
#regist-notice-third .modal-content,
#regist-notice-second .modal-content,
#regist-notice-first .modal-content {
  position: relative;
}
#detail-bidding-notice,
#show-regists,
#show-attachment-list,
.regist-notice-modal,
#create-pre-prj,
#apply-download-access,
#verify-download-access,
#chargin-rules-modal,
#compositive-notice,
#show-project-list,
#show-assess-score {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  overflow-x: auto;
  display: block;
}
#chargin-rules-modal .modal-content {
  width: 960px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#show-attachment-list .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-header,
.regist-notice-modal .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#compositive-notice .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#show-assess-score .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  padding: 0;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  background: #f3f3f3;
}
#compositive-notice .modal-content {
  height: 100%;
}
#compositive-notice .modal-content .modal-body {
  height: 85%;
  width: 100%;
  overflow-y: auto;
  padding-left: 50px;
}
#compositive-notice .modal-content .modal-body .rule-score-info {
  margin-top: 10px;
}
.prj-info-table tr td span.show-modal-btn {
  margin-left: 20px;
  font-size: 12px;
  color: #39aae6;
  cursor: pointer;
}
/*申请下载权限弹窗和审核下载权限弹窗*/
.apply-dialog.modal-dialog,
.verify-dialog.modal-dialog {
  width: 600px;
  height: 600px;
  margin: 15% auto;
}
.apply-dialog.modal-dialog .modal-header,
.verify-dialog.modal-dialog .modal-header {
  background: #f2f2f2;
  height: 50px;
  font-size: 16px;
}
.apply-dialog.modal-dialog .apply-dialog-body,
.verify-dialog.modal-dialog .apply-dialog-body {
  height: 300px;
  padding-left: 30px;
}
.apply-dialog.modal-dialog .infor-item,
.verify-dialog.modal-dialog .infor-item {
  display: inline-block;
  width: 48%;
}
.apply-dialog.modal-dialog .apply-reason-wrap,
.verify-dialog.modal-dialog .apply-reason-wrap {
  margin-top: 20px;
}
.apply-dialog.modal-dialog .red-require,
.verify-dialog.modal-dialog .red-require {
  color: red;
}
.apply-dialog.modal-dialog .apply-reason,
.verify-dialog.modal-dialog .apply-reason {
  width: 400px;
  height: 100px;
  vertical-align: text-top;
}
.apply-dialog.modal-dialog .agree-survey,
.verify-dialog.modal-dialog .agree-survey {
  vertical-align: sub;
}
.apply-dialog.modal-dialog .apply-submit-wrap,
.verify-dialog.modal-dialog .apply-submit-wrap {
  text-align: center;
  margin-top: 30px;
}
.apply-dialog.modal-dialog .verify-btn-wrap,
.verify-dialog.modal-dialog .verify-btn-wrap {
  text-align: center;
}
.apply-dialog.modal-dialog .btn-wrap,
.verify-dialog.modal-dialog .btn-wrap {
  margin-top: 30px;
}
.apply-dialog.modal-dialog .apply-dialog-submit,
.verify-dialog.modal-dialog .apply-dialog-submit,
.apply-dialog.modal-dialog .verify-dialog-submit,
.verify-dialog.modal-dialog .verify-dialog-submit,
.apply-dialog.modal-dialog .verify-sure-btn,
.verify-dialog.modal-dialog .verify-sure-btn {
  border: none;
  padding: 4px 20px;
  outline: none;
  border-radius: 5px;
  color: #fff;
  background-color: #33aee9;
}
.apply-dialog.modal-dialog .verify-sure-btn,
.verify-dialog.modal-dialog .verify-sure-btn {
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  font-size: 12px;
}
.apply-dialog.modal-dialog .verify-dialog-table,
.verify-dialog.modal-dialog .verify-dialog-table {
  width: 100%;
  table-layout: fixed;
}
.apply-dialog.modal-dialog .verify-dialog-table .verify-item,
.verify-dialog.modal-dialog .verify-dialog-table .verify-item {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  padding: 0;
  padding-left: 5px;
  height: 180px;
  line-height: 28px;
  width: 200px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
}
.apply-dialog.modal-dialog .verify-dialog-table .verify-item-ie,
.verify-dialog.modal-dialog .verify-dialog-table .verify-item-ie {
  word-break: break-all;
}
.apply-dialog.modal-dialog .verify-dialog-table .verify-item-not-ie,
.verify-dialog.modal-dialog .verify-dialog-table .verify-item-not-ie {
  word-break: break-all;
}
.apply-dialog.modal-dialog .verify-dialog-table .verify-item-content,
.verify-dialog.modal-dialog .verify-dialog-table .verify-item-content {
  font-size: 12px;
}
.apply-dialog.modal-dialog .verify-dialog-table .no-apply,
.verify-dialog.modal-dialog .verify-dialog-table .no-apply {
  text-align: center;
}
.verify-dialog.modal-dialog {
  /* width: 850px; */
  width: 80%;
  height: 500px;
  /* overflow-y: auto; */
}
.modal-body.verify-dialog-body {
  overflow-y: auto;
  height: 500px;
}
.pre-prj-new-dialog.modal-dialog {
  width: 500px;
  height: 300px;
  margin: 15% auto;
}
.pre-prj-new-dialog.modal-dialog .modal-header {
  background: #f2f2f2;
  height: 50px;
  font-size: 16px;
}
.pre-prj-new-dialog.modal-dialog .create-notice {
  height: 130px;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
}
.pre-prj-new-dialog.modal-dialog .create-notice .red-require {
  color: red;
}
.pre-prj-new-dialog.modal-dialog .create-notice .area {
  margin-top: 10px;
}
.pre-prj-new-dialog.modal-dialog .create-notice .area .field-wrapper select {
  width: 120px;
}
.pre-prj-new-dialog.modal-dialog .create-notice input {
  vertical-align: top;
  margin-left: 10px;
}
.pre-prj-new-dialog.modal-dialog .create-notice label {
  margin-bottom: 0;
  font-weight: normal;
}
.pre-prj-new-dialog.modal-dialog .modal-footer .btn {
  width: 87px;
  background: #fff;
}
.pre-prj-new-dialog.modal-dialog .modal-footer .btn.cancel-create {
  border: 1px solid #999;
  color: #999;
}
.pre-prj-new-dialog.modal-dialog .modal-footer .btn.cancel-create:hover {
  border: 1px solid #ffa200;
  color: #ffa200;
}
.pre-prj-new-dialog.modal-dialog .modal-footer .btn.to-create-billboard {
  border: 1px solid #ffa200;
  color: #ffa200;
}
.pre-prj-new-dialog.modal-dialog .modal-footer .btn.to-create-billboard:hover {
  background: #ffa200;
  color: #fff;
}
/*预公告详情查看关注列表*/
.attention-modal#show-regists .modal-dialog.prj-detail-dialog {
  width: 769px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  height: 46px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-header .pull-center .modal-title {
  line-height: 48px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-header .pull-center .modal-close {
  line-height: 30px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-body {
  padding-top: 41px;
  padding-left: 51px;
  padding-right: 60px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info {
  overflow-x: hidden;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info > table thead tr {
  height: 39px;
  line-height: 39px;
  background: #f6fcfd;
  font-size: 12px;
  color: #39AAE6;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info > table tbody tr {
  height: 40px;
  line-height: 39px;
  font-size: 12px;
  color: #333333;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info > table .name-width-hidden {
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 80px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-footer #pagination-list .total {
  padding-right: 25px;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-footer #pagination-list .page-size-choose {
  display: none;
}
.attention-modal#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-footer #pagination-list .row {
  margin: 0;
}
#show-project-list .modal-dialog.prj-detail-dialog {
  width: 769px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  height: 46px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-header .pull-center .modal-title {
  line-height: 48px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-header .pull-center .modal-close {
  line-height: 30px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-body {
  padding-top: 41px;
  padding-left: 51px;
  padding-right: 60px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info {
  overflow-x: hidden;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info > table thead tr {
  height: 39px;
  line-height: 39px;
  background: #f6fcfd;
  font-size: 12px;
  color: #39AAE6;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info > table tbody tr {
  height: 40px;
  line-height: 39px;
  font-size: 12px;
  color: #333333;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-info > table .name-width-hidden {
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 80px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-footer #pagination-list .total {
  padding-right: 25px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-footer #pagination-list .page-size-choose {
  display: none;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-footer #pagination-list .row {
  margin: 0;
}
.regist-notice-modal .modal-dialog.prj-detail-dialog.ie-dialog {
  margin: 10% auto;
}
.modal-dialog.prj-detail-dialog.ie-dialog {
  margin: 3% auto;
  height: 80%;
}
.modal-dialog.prj-detail-dialog {
  margin: 15% auto;
  height: 80%;
}
.modal-dialog.prj-detail-dialog.prj-regist-dialog {
  margin: 23% auto;
  height: 100%;
}
#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#show-attachment-list .modal-dialog.prj-detail-dialog .modal-content .modal-header,
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-header,
.regist-notice-modal .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  padding: 0;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  background: #f3f3f3;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body {
  padding: 0;
  margin: 15px;
  background: #F2F8FF;
  font-size: 12px;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .pull-right {
  padding-top: 4px;
  padding-right: 6px;
  cursor: pointer;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .pull-right span.icon {
  font-size: 20px;
}
.modal-body.regist-notice {
  font-size: 14px;
  line-height: 28px;
  color: #888;
}
.modal-body.regist-notice .body-title {
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-body.regist-notice .compositive-rule .edit-block-tips {
  margin: 0;
  margin-top: 10px;
  text-indent: 2em;
}
.modal-body.regist-notice .compositive-rule .edit-block-tips span.highlight {
  color: #ff6600;
}
.modal-body.regist-notice .compositive-rule .btn-upload {
  border: 0;
  font-size: 14px;
  color: #ff6600;
}
.modal-body.regist-notice .compositive-rule .btn-upload.btn-banned {
  color: #e2e2e2;
  background: #fff;
}
.modal-body.regist-notice .compositive-rule .btn-upload.btn-banned:hover {
  color: #e2e2e2;
}
.modal-body.regist-notice .compositive-rule .btn-upload:hover {
  color: #d62839;
  background: #fff;
}
.modal-body.regist-notice .compositive-rule .file-upload-list tbody tr td {
  line-height: 53px;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body.mast-notice {
  font-size: 14px;
  height: 82%;
  overflow-y: auto;
  background: #fff;
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-right: 10px;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body.mast-notice > div {
  margin-top: 6px;
  color: #444;
  width: 100%;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body.mast-notice > div.body-title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 14px;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body.mast-notice > p.rule-bid {
  margin-left: 0;
  margin-right: 15px;
  line-height: 28px;
  color: #666666;
  text-indent: 2em;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body.mast-notice > p strong {
  font-weight: bold;
}
#detail-bidding-notice .modal-dialog.prj-detail-dialog .modal-content .modal-body.mast-notice > div > span:first-child {
  font-weight: 600;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  padding-right: 10px;
}
#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  padding-right: 10px;
}
#show-attachment-list .modal-dialog.prj-detail-dialog .modal-content .modal-header {
  padding-right: 10px;
}
#show-project-list .modal-dialog.prj-detail-dialog .modal-content .modal-body {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-top: 29px;
}
#show-regists .modal-dialog.prj-detail-dialog .modal-content .modal-body {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-top: 29px;
}
#show-attachment-list .modal-dialog.prj-detail-dialog .modal-content .modal-body {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-top: 29px;
}
#regist-notice-first .prj-detail-dialog .modal-header,
#regist-notice-second .prj-detail-dialog .modal-header {
  padding: 0;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  background: #f3f3f3;
}
#regist-notice-second .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-notice > div:first-child,
#regist-notice-first .modal-dialog.prj-detail-dialog .modal-content .modal-body.regist-notice > div:first-child {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
  margin-top: 4px;
}
#regist-notice-second .modal-footer,
#regist-notice-first .modal-footer {
  margin-top: 15px;
}
/*竞价结果查询开始*/
.bid-prj-content > div > div {
  line-height: 25px;
}
#bindding-result-other.modal-show,
#bindding-result.modal-show,
#turnover-modal.modal-show {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  overflow-x: auto;
  display: block;
}
#bindding-result-other .bid-prj-content,
#bindding-result .bid-prj-content,
#turnover-modal .bid-prj-content {
  color: #888;
  font-size: 12px;
  font-weight: 200;
  overflow: hidden;
}
.bid-prj-content .bid-prj-left {
  float: left;
  width: 380px;
}
.bid-prj-content .bid-prj-right {
  float: left;
  width: 380px;
}
.bid-prj-content .bid-prj-right i {
  width: 220px;
  display: inline-block;
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.bid-prj-content .bid-prj-left > span,
.bid-prj-content .bid-prj-right > span {
  width: 150px;
  display: inline-block;
  text-align: right;
}
.bid-prj-content .bid-prj-left i {
  width: 200px;
  display: inline-block;
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
i {
  font-style: normal;
  color: #444;
}
.bid-prj-content .four-left {
  margin-left: 48px;
}
.bid-prj-content .five-left {
  margin-left: 36px;
}
.bid-prj-content .left-12 {
  margin-left: 12px;
}
.bid-prj-content .left-11-negative {
  margin-left: -11px;
}
.bid-prj-content .left-23 {
  margin-left: 23px;
}
.bid-prj-content .left-24 {
  margin-left: 24px;
}
.bid-prj-content .left-48 {
  margin-left: 48px;
}
.bid-prj-content .left-60 {
  margin-left: 60px;
}
.bid-prj-content .left-71 {
  margin-left: 71px;
}
.bid-prj-content > .bid-prj-right > .bid-candidate-rate {
  position: relative;
}
.relateve {
  position: relative;
  height: 24px;
}
.left-514 {
  position: absolute;
  left: 514px;
}
.left-490 {
  position: absolute;
  left: 490px;
}
.left-71 i {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  display: inline-block;
  width: 194px;
}
.bid-prj-content .left-72 {
  margin-left: 72px;
}
.bindding-result-dialog .modal-header {
  padding: 0;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
  background: #f3f3f3;
}
.bindding-result-dialog .content-head,
.regis-record,
.delay-bid-record,
.free-bid-record,
.bid-result-over {
  margin-left: 15px;
}
.bindding-result-dialog .close-bid-result {
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.bindding-result-dialog .close-bid-result .btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #ff9622;
  font-size: 15px;
  color: #fff;
  margin: 12px auto;
  padding: 0;
}
.bindding-result-dialog .close-bid-result .btn:hover {
  background: #CB240C;
}
.bindding-result-dialog .close-bid-result .btn a {
  text-decoration: none;
  color: #fff;
}
/*竞价结果查询结束*/
.content-main .prj-title {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
.content-main .prj-title span {
  margin-left: 10px;
  font-size: 18px;
}
.content-main .prj-title .file-list-tab {
  margin-left: 10px;
  padding: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  background-color: #33aee9;
}
.tab-href {
  margin-left: 0 !important;
}
.content-main .prj-title .file-list-tab.disable {
  background-color: #ccc;
}
.content-main .project-tips {
  margin-bottom: 10px;
  text-indent: 30px;
}
.content-main .tips-text {
  color: #ff9622;
  font-size: 13px;
  word-break: break-all;
}
.content-main .prj-title:after {
  content: '';
  width: 4px;
  height: 18px;
  top: 10%;
  left: 0;
  position: absolute;
  background: #ff9622;
  border-radius: 10px;
}
.bid-mast-tokown.modal-dialog.prj-detail-dialog {
  height: 80%;
}
.bid-mast-tokown.modal-dialog.prj-detail-dialog .modal-content {
  height: 100%;
}
.modal-dialog.prj-detail-dialog.bid-regist-info .modal-content {
  height: 80%;
  overflow: hidden;
}
.modal-dialog.prj-detail-dialog.bid-regist-info .modal-content .regist-info {
  height: 86%;
  overflow-y: auto;
  width: 100%;
}
.modal-open .modal.trade-bid-modal {
  top: 0;
  overflow-y: hidden;
}
.trade-modal {
  overflow: hidden;
}
.modal-dialog.bindding-result-dialog .modal-content {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .modal-dialog.bindding-result-dialog {
    width: 600px;
  }
  .modal-dialog.prj-detail-dialog {
    width: 600px;
    margin: 12% auto;
  }
}
@media (min-width: 960px) {
  .modal-dialog.prj-detail-dialog {
    width: 900px;
    margin: 15% auto;
  }
  .modal-dialog.prj-detail-dialog.bid-regist-info {
    height: 80%;
  }
  .modal-dialog.bindding-result-dialog {
    width: 912px;
    margin: 12% auto;
    height: 80%;
  }
  .modal-dialog.bindding-result-dialog .modal-content {
    height: 100%;
    position: relative;
  }
  .modal-dialog.bindding-result-dialog .modal-body {
    height: 75%;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
  }
}
.modal-close {
  float: right;
  cursor: pointer;
  font-size: 20px;
  padding-top: 8px;
  padding-right: 10px;
}
.modal-footer {
  text-align: center;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}
.modal-footer.makesuer-things {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.btn.makesure-all,
.btn.to-regist,
.btn.to-makeuser {
  background: #ff9622;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  margin-right: 26px;
}
.btn.makesure-all:hover,
.btn.to-regist:hover,
.btn.to-makeuser:hover {
  background: #d62839;
}
.btn.makesure-all {
  width: 358px;
}
.btn.to-regist {
  width: 232px;
}
.btn.close-compositeve {
  background: #ff9622;
  border-radius: 4px;
  width: 140px;
  height: 42px;
  line-height: 30px;
  color: #fff;
}
.btn.close-compositeve:hover {
  background: #d62839;
}
.btn.cancel-regist {
  background: #fff;
  border: 1px solid #ff6501;
  color: #ff6501;
  width: 230px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0;
}
.btn.cancel-regist:hover {
  background: #ff6501;
  color: #fff;
}
.regist-notice-ok > div:first-child {
  width: 69px;
  height: 70px;
  float: left;
  margin-right: 29px;
  margin-top: 12px;
}
.regist-notice-content {
  width: 463px;
  height: 110px;
  display: inline-block;
  font-size: 16px;
}
.regist-notice-ok .icon.icon-3 {
  font-size: 69px;
  color: #31b029;
}
.regist-notice-ok > div > div:first-child {
  font-size: 22px;
  margin-bottom: 17px;
}
.notice-content-second {
  margin-bottom: 8px;
}
.regist-notice-ok > div > div .work-datetime,
.regist-make-ok .work-datetime {
  color: #ff6501;
}
.regist-notice .amount {
  color: #fb6706;
}
.btn.to-makeuser {
  width: 140px;
  margin-top: 40px;
  margin-right: 376px;
}
.regist-pull-ok,
.submit-scheme {
  margin-left: 14px;
  margin-bottom: 10px;
  color: #ff9622;
}
.regist-pull-ok {
  margin-top: 10px;
}
.regist-pull-ok > div {
  word-wrap: break-word;
}
.regist-pull-ok span {
  word-wrap: break-word;
}
.submit-scheme.top-more {
  position: relative;
  top: 5px;
}
.submit-scheme .delister-prebid-show {
  float: none;
  margin-bottom: 6px;
}
.submit-scheme .delister-prebid-show .delister-bid-title {
  float: left;
}
.submit-scheme .delister-prebid-show .delister-bid-title .delister-bid-price {
  text-indent: 15px;
}
.delister-bid {
  display: inline-block;
  margin-left: 14px;
  width: 58%;
  padding-bottom: 22px;
}
.delister-bid .delister-bid-tips {
  position: absolute;
  width: 760px;
}
.delister-bid-unauthor,
.lister-bid-confirm,
.delister-hasbid {
  display: inline-block;
  margin-left: 14px;
  width: 60%;
  min-height: 26px;
}
.delister-bid-region {
  position: relative;
  float: left;
  line-height: 1;
  font-size: 14px;
}
.delister-bid-region .delister-bid-check {
  height: 30px;
  line-height: 30px;
}
.delister-bid-label {
  margin-bottom: 16px;
  color: #444444;
  font-weight: normal;
}
.orange-text {
  color: #ff9622;
  white-space: nowrap;
}
.delister-bid-input {
  width: 210px;
  height: 28px;
  margin-left: 10px;
  padding: 0 4px;
  vertical-align: middle;
}
.delister-bid-tips,
.delister-bid-unauthor {
  line-height: 1;
  color: #ff9622;
}
.tips-sign:before {
  content: '!';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #ff9622;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.delister-prebid-show {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.delister-prebid-show .delister-bid-title {
  color: #888;
}
.delister-prebid-show .delister-bid-price {
  text-indent: 28px;
  color: #ff9622;
}
.delister-bid-countdown {
  display: inline-block;
  float: left;
  width: 38%;
  text-align: center;
}
.lister-bid-content {
  position: relative;
  float: left;
}
.lister-bid-confirm {
  margin-left: 10px;
  line-height: 33px;
  color: #ff9622;
  min-height: 60px;
  margin-top: 20px;
}
.bid-content-label {
  font-weight: normal;
  color: #444;
  margin: 0 10px;
  display: block;
}
.bid-content-label.market-label {
  margin-left: 113px;
  display: block;
}
.bid-content-label .bid-content-input {
  vertical-align: -2px;
}
/*报名信息*/
.regist-info table thead tr {
  height: 60px;
  line-height: 60px;
  background: #f6fcfd;
}
.regist-info table tbody.regists-content tr {
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 12px;
  word-break: break-all;
}
table tbody.regists-content tr td {
  color: #444;
  line-height: 25px;
}
table tbody.regists-content tr .bidName {
  color: #ff9622;
}
table tbody.regists-content tr .depositAudit {
  color: #ffa200;
}
table tbody.regists-content tr .remark {
  word-wrap: break-word;
  max-width: 200px;
}
table tbody.regists-content tr .auditReject {
  color: #888;
}
table tbody.regists-content tr .small-color {
  color: #888;
}
table tbody.regists-content tr .small-color.red-color {
  color: #fb6706;
}
.regist-info table tr th,
.regist-info table tr td {
  border-bottom: 1px solid #efefef;
  width: 168px;
  font-weight: 100;
  text-align: center;
}
.regist-info table tr th,
.regist-info table tr td.bidName {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.regist-info table thead tr th:first-child,
.regist-info table tbody tr td:first-child {
  width: 120px;
}
.regist-info table thead tr th.third,
.regist-info table tbody tr td.third {
  width: 240px;
}
.bidding-system-countdown {
  display: inline-block;
  width: 55%;
  color: #000;
  margin-left: 14px;
  text-align: left;
  line-height: 34px;
}
.bidding-system-countdown .countdown-img {
  display: inline-block;
  vertical-align: top;
}
.bidding-system-countdown .countdown-img .icon {
  line-height: 32px;
  font-size: 20px;
}
.bidding-system-countdown .countdown-times {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  width: 17px;
  font-size: 13px;
  color: #fff;
  background: #fb6706;
  margin-right: 5px;
  margin-left: 6px;
  text-align: center;
}
.bid-server-time {
  display: block;
  width: 240px;
  height: 20px;
  line-height: 20px;
  color: #444;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 3px;
  text-align: left;
}
.bid-detail-table {
  width: auto;
  max-width: 2000px;
}
.bid-result-over {
  overflow: auto;
}
.table.bid-detail.header-table {
  margin-bottom: 0;
}
.table.bid-detail.header-table tr:first-child > th {
  white-space: nowrap;
}
.table.bid-detail.header-table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table.bid-detail.header-table {
  margin-bottom: 0;
}
.bid-detail.content-table thead tr,
.bid-detail.content-table tbody tr {
  height: 60px;
}
.table.bid-detail > thead:first-child > tr:first-child > th {
  padding-top: 22px;
}
.table.bid-detail > thead:first-child > tr:first-child th.listed-rate-float {
  padding-left: 20px;
  padding-right: 20px;
}
.bid-detail .listed-rate-float {
  position: relative;
}
.bid-detail .listed-rate-float .show-explain {
  position: absolute;
  top: 21px;
  right: 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid red;
  border-radius: 50%;
  font-size: 12px;
  color: red;
  text-align: center;
  cursor: help;
}
.bid-detail .listed-rate-float .explain-content {
  position: absolute;
  top: 5px;
  left: -20px;
  font-size: 12px;
  color: #ff9622;
  white-space: nowrap;
}
.show-red-explain {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid red;
  border-radius: 50%;
  font-size: 12px;
  color: red;
  text-align: center;
  cursor: help;
  margin: 0 6px;
}
/*报名信息完*/
/*prjDetail end*/
/*提醒事项 开始*/
.todo-count {
  margin-left: 10px;
  color: #ff9622;
}
/*提醒事项 完*/
.bootbox {
  top: 0 !important;
}
/*评选方案页面 开始*/
.main-section {
  margin-bottom: 150px;
}
.main-section .main-container .wrap-box .warter-mark {
  position: fixed;
  top: 35%;
  left: 45%;
}
.main-section .main-container .wrap-box .rule-score-div,
.main-section .main-container .wrap-box .assess-score-div {
  min-height: 500px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block,
.main-section .main-container .wrap-box .assess-score-div .content-block {
  background: none;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main .title,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main .title {
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td {
  height: 30px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  color: #434343;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td .text-long,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td .text-long,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td .text-long,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td .text-long {
  line-height: 14px;
  font-weight: 200;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.first,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.first,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.first,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.first {
  padding-left: 10px;
  padding-right: 5px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.content,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.content,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.content,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.content {
  padding-left: 32px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.content.no-score,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.content.no-score,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.content.no-score,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.content.no-score {
  padding-left: 6px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.content div,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.content div,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.content div,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.content div {
  width: 126px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.last,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.last,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.last,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.last,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.fourth,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.fourth,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.fourth,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.fourth {
  text-align: center;
  font-weight: normal;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.last .can-click,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.last .can-click,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.last .can-click,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.last .can-click,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.fourth .can-click,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.fourth .can-click,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.fourth .can-click,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.fourth .can-click {
  color: #39AAE6;
  cursor: pointer;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.last .can-click:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.last .can-click:hover,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.last .can-click:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.last .can-click:hover,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.fourth .can-click:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.fourth .can-click:hover,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.fourth .can-click:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.fourth .can-click:hover {
  color: #0e90d2;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr td.fourth,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr td.fourth,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr td.fourth,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr td.fourth {
  padding-top: 10px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table thead tr,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table thead tr {
  width: 860px;
  background-color: #f9f9f9;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr.second-rule td.last span,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr.second-rule td.last span {
  font-size: 12px;
  color: #39aae6;
  cursor: pointer;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table tbody tr.second-rule td.last span.no-click,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table tbody tr.second-rule td.last span.no-click {
  color: #333;
  cursor: auto;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table {
  margin: 0 auto;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table thead tr td.last,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table thead tr td.last,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table tbody tr td.last,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table tbody tr td.last {
  padding-top: 0;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table thead tr td.last span,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table thead tr td.last span,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table tbody tr td.last span,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table tbody tr td.last span {
  color: #39AAE6;
  cursor: pointer;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table thead tr td.last span:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table thead tr td.last span:hover,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table tbody tr td.last span:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table tbody tr td.last span:hover {
  color: #0e90d2;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main table.score-table tbody tr td.first div,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main table.score-table tbody tr td.first div {
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main .back-to-detail,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main .back-to-detail {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main .back-to-detail span,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main .back-to-detail span {
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  width: 86px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main .back-to-detail span.btn-detail,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main .back-to-detail span.btn-detail {
  border: 1px solid #fb6600;
  color: #fb6600;
  margin-left: 20px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main .back-to-detail span.btn-detail:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main .back-to-detail span.btn-detail:hover {
  background: #fb6600;
  color: #ffffff;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main .back-to-detail span:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main .back-to-detail span:hover {
  border: 1px solid #f8520e;
  color: #f8520e;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info {
  position: relative;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row {
  overflow: hidden;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-key,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-key,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-key,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-key,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .row-key,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .row-key,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .row-key,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .row-key {
  font-size: 12px;
  color: #888888;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-value,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-value,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-value,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-value,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .row-value,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .row-value,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .row-value,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .row-value {
  display: inline-block;
  font-size: 12px;
  color: #444444;
  margin-left: 20px;
  width: 165px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  text-overflow: ellipsis;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-value.score,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-value.score,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-value.score,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-value.score,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .row-value.score,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .row-value.score,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .row-value.score,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .row-value.score {
  width: auto;
  vertical-align: middle;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .orange-tips,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .orange-tips,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .orange-tips,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .orange-tips,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .orange-tips,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last .orange-tips,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .orange-tips,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last .orange-tips {
  font-size: 12px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first {
  float: left;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .last,
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .last {
  position: absolute;
  left: 488px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row {
  margin-bottom: 4px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-key,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .first-row .first .row-key {
  margin-left: 3em;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-key,
.main-section .main-container .wrap-box .assess-score-div .content-block .content-main #compositiveFromModule .member-info .last-row .first .row-key {
  margin-left: 1em;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn {
  width: 86px;
  height: 30px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 4px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-back,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-back {
  border: 1px solid #b3b3b3;
  color: #666666;
  margin-right: 10px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-back:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-back:hover {
  border: 1px solid #fb6600;
  color: #fb6600;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-back.btn-detail,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-back.btn-detail {
  border: 1px solid #fb6600;
  color: #fb6600;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-back.btn-detail:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-back.btn-detail:hover {
  background: #fb6600;
  color: #ffffff;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-draft,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-draft {
  border: 1px solid #fb6600;
  color: #fb6600;
  margin-right: 10px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-draft:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-draft:hover {
  background: #fb6600;
  color: #ffffff;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-save,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-save {
  background: #fb6600;
  color: #ffffff;
  margin-right: 10px;
}
.main-section .main-container .wrap-box .rule-score-div .content-block .edit-submit-box .btn.btn-save:hover,
.main-section .main-container .wrap-box .assess-score-div .content-block .edit-submit-box .btn.btn-save:hover {
  background: #CB240C;
}
#show-assess-score .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#show-assess-score .modal-footer span.btn {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 17px;
  background: #fb6600;
  color: #ffffff;
}
#show-assess-score .modal-footer span.btn:hover {
  background: #CB240C;
}
.assess-score-dialog {
  margin: 15% auto;
  height: 60%;
  width: 600px;
}
.assess-score-info {
  height: 90%;
}
.assess-score-info .show-assess-rule-content {
  position: relative;
  padding: 10px 0 10px 20px;
  /*margin-bottom: 40px;*/
}
.assess-score-info .show-assess-rule-content div.last {
  left: 20px;
  top: 35px;
}
.assess-score-info .show-assess-rule-content div.last span.last {
  margin-left: 20px;
}
.assess-score-info .show-assess-rule-content div.last span.left-more {
  margin-left: 80px;
}
.assess-score-info .assess-score-div {
  height: 80%;
  overflow-y: auto;
}
.assess-score-info .assess-score-div .assess-score-list {
  width: 93%;
  margin: 0 auto;
}
.assess-score-info .assess-score-div .assess-score-list > thead > tr > td.first,
.assess-score-info .assess-score-div .assess-score-list > thead > tr > td.last {
  border: 1px solid #e6e6e6;
}
.assess-score-info .assess-score-div .assess-score-list td {
  border: 1px solid #e6e6e6;
}
.assess-score-info .assess-score-div .assess-score-list td.first {
  background: #f9f9f9;
}
.assess-score-info .assess-score-div .assess-score-list td.first div {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-assess-rule-content {
  position: relative;
  line-height: 25px;
  margin-bottom: 10px;
}
.show-assess-rule-content div span {
  font-size: 12px;
  color: #888;
}
.show-assess-rule-content div span.last {
  margin-left: 20px;
}
.show-assess-rule-content div span.last.row-value {
  color: #444;
}
.show-assess-rule-content div.last {
  position: absolute;
  left: 451px;
  top: 0;
}
.rule-score-info {
  margin-top: 10px;
}
.rule-score-info .title tr {
  background: #ebf6fc;
}
.rule-score-info .title tr td {
  color: #434343;
}
.rule-score-info thead tr,
.rule-score-info tbody tr {
  height: 41px;
  line-height: 41px;
  font-size: 12px;
}
.rule-score-info thead tr td.first,
.rule-score-info tbody tr td.first {
  border: 1px solid #cfdde5;
  padding: 0;
  text-align: center;
}
.rule-score-info thead tr td.second,
.rule-score-info tbody tr td.second {
  border: 1px solid #cfdde5;
  padding-left: 18px;
  padding-right: 18px;
}
.rule-score-info thead tr td.second span,
.rule-score-info tbody tr td.second span {
  float: left;
}
.rule-score-info thead tr td.third,
.rule-score-info tbody tr td.third {
  border: 1px solid #cfdde5;
  text-align: center;
}
.rule-score-info thead tr td.last,
.rule-score-info tbody tr td.last {
  border: 1px solid #cfdde5;
  text-align: center;
}
.rule-score-info thead .first-rule,
.rule-score-info tbody .first-rule {
  background: #fffbf7;
}
.rule-score-info thead .first-rule td,
.rule-score-info tbody .first-rule td {
  color: #434343;
  font-weight: 600;
}
.rule-score-info thead .first-rule td.second div,
.rule-score-info tbody .first-rule td.second div {
  width: 458px;
  word-wrap: break-word;
}
.rule-score-info thead .first-rule.highlight,
.rule-score-info tbody .first-rule.highlight {
  background: #fff3ce !important;
}
.rule-score-info thead .second-rule,
.rule-score-info tbody .second-rule {
  background: #fff;
}
.rule-score-info thead .second-rule td,
.rule-score-info tbody .second-rule td {
  font-weight: 200;
  padding: 0;
  text-align: left;
}
.rule-score-info thead .second-rule td.second div,
.rule-score-info tbody .second-rule td.second div {
  width: 458px;
  word-wrap: break-word;
}
.rule-score-info thead .second-rule td.last,
.rule-score-info tbody .second-rule td.last {
  text-align: center;
}
.rule-score-info thead .second-rule td.last span,
.rule-score-info tbody .second-rule td.last span {
  font-size: 12px;
  color: #434343;
  cursor: none;
}
.compositive-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=15);
  opacity: 0.15;
  background-color: #000;
  z-index: 2000;
  display: block;
}
.compositive-loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.compositive-rule {
  padding-bottom: 10px;
}
.compositive-rule .edit-block-tit {
  overflow: hidden;
  margin: 38px 0 30px;
}
.compositive-rule .edit-block-tips {
  margin: 0 0 20px 8px;
}
.compositive-rule p.pull-left {
  position: relative;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.compositive-rule p.pull-left span {
  margin-left: 8px;
}
.compositive-rule p.pull-left:after {
  content: '';
  width: 4px;
  height: 18px;
  top: 10%;
  left: 0;
  position: absolute;
  background: #ff9622;
  border-radius: 10px;
}
.compositive-rule .btn {
  width: 89px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
  margin-right: 19px;
}
.compositive-rule .btn-upload {
  overflow: hidden;
  position: relative;
  margin-left: 8px;
  border: 1px solid #fb6600;
  color: #fb6600;
}
.compositive-rule .btn-upload:hover {
  background: #fb6600;
  color: #ffffff;
}
.compositive-rule .btn-upload input {
  position: absolute;
  top: 0;
  font-size: 100px;
  right: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  cursor: pointer;
}
.compositive-rule .btn-banned {
  background: #e2e2e2;
  border: 1px solid #b3b3b3;
  color: #666;
}
.compositive-rule .btn-banned:hover {
  background: #e2e2e2;
  color: #666;
}
.compositive-rule .btn-banned input {
  cursor: default;
}
.compositive-rule .file-upload-list {
  table-layout: fixed;
  margin-top: 20px;
}
.compositive-rule .file-upload-list thead:first-child tr {
  background: #f6fcfd;
  color: #39AAE6;
}
.compositive-rule .file-upload-list thead:first-child tr td {
  padding: 0 10px;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  line-height: 40px;
}
.compositive-rule .file-upload-list thead:first-child tr .file-index {
  width: 50px;
}
.compositive-rule .file-upload-list thead:first-child tr .file-name {
  width: 230px;
}
.compositive-rule .file-upload-list thead:first-child tr .file-layout {
  width: 110px;
}
.compositive-rule .file-upload-list thead:first-child tr .upload-result {
  width: 90px;
}
.compositive-rule .file-upload-list thead:first-child tr .file-description {
  width: 250px;
}
.compositive-rule .file-upload-list thead:first-child tr .file-exec {
  text-align: center;
}
.compositive-rule .file-upload-list tbody tr {
  color: #4b4b4b;
}
.compositive-rule .file-upload-list tbody tr td {
  border-width: 1px 0;
  line-height: 74px;
}
.compositive-rule .file-upload-list .uploading {
  color: #fb6600;
}
.compositive-rule .file-upload-list .upload-suc {
  color: #9eca6f;
}
.compositive-rule .file-upload-list .upload-fail {
  color: #d62839;
}
.compositive-rule .file-upload-list input[type=text] {
  display: inline-block;
  padding: 6px 10px 5px;
  line-height: 14px;
  font-size: 12px;
  color: #666666;
  border: 1px solid #b3b3b3;
}
.compositive-rule .file-upload-list .error-field {
  border: 1px solid #fb6600 !important;
}
.compositive-rule .file-upload-list .error-tips {
  position: absolute;
  padding: 0 10px;
  top: -36px;
  left: 0;
  height: 30px;
  background: #fff9f5;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  min-width: 220px;
  color: #fb6600;
  border: 1px solid #fb6600;
}
.compositive-rule .file-upload-list .error-tips:before,
.compositive-rule .file-upload-list .error-tips:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border: 5px solid;
}
.compositive-rule .file-upload-list .error-tips:before {
  left: 15px;
  top: 29px;
  border-color: #fb6600 transparent transparent transparent;
}
.compositive-rule .file-upload-list .error-tips:after {
  left: 15px;
  top: 28px;
  border-color: white transparent transparent transparent;
}
.compositive-rule .file-preview-list {
  table-layout: fixed;
}
.compositive-rule .file-preview-list thead:first-child tr {
  background: #f9f9f9;
}
.compositive-rule .file-preview-list thead:first-child tr td {
  padding: 0 10px;
  border-top: 1px solid #eee;
  line-height: 30px;
}
.compositive-rule .file-preview-list thead:first-child tr .file-index {
  width: 60px;
}
.compositive-rule .file-preview-list thead:first-child tr .file-name {
  width: 260px;
}
.compositive-rule .file-preview-list thead:first-child tr .file-layout {
  width: 120px;
}
.compositive-rule .file-preview-list thead:first-child tr .file-description {
  width: 300px;
}
.compositive-rule .file-preview-list thead:first-child tr .file-exec {
  text-align: center;
}
.compositive-rule .file-preview-list .file-modified,
.compositive-rule .file-preview-list .file-added {
  background: #fff3ce;
}
.compositive-rule .file-preview-list .file-deleted {
  background: #e2e2e2;
}
.compositive-rule .table tbody tr td {
  overflow: hidden;
  padding: 0 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compositive-rule .table tbody tr td:last-child {
  text-align: center;
}
.compositive-rule .table .file-td-input {
  overflow: visible;
}
.compositive-rule .table .file-td-input .error-tips {
  top: -10px;
}
.compositive-rule .table .file-td-input input[type=text] {
  width: 100%;
}
.compositive-rule .table .btn-file-exec {
  padding: 0 10px;
  color: #39AAE6;
  cursor: pointer;
}
.compositive-rule .table .btn-file-exec:hover {
  color: #fb6600;
}
.compositive-rule .table .btn-file-exec:focus,
.compositive-rule .table .btn-file-exec:visited {
  text-decoration: none;
}
.compositive-rule .table.info-table:last-child {
  margin-bottom: 28px;
}
.bankGroupBox {
  display: inline-block;
  vertical-align: middle;
  height: 79px;
}
.bankGroupBox .bankGroupChooseBox {
  width: 260px;
  line-height: 26px;
  font-size: 14px;
  color: #495060;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 26px;
}
.bankGroupBox .bankGroupChooseBox label {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 16px;
  color: #495872;
}
.bankGroupBox .bankGroupChooseBox label:first-child {
  margin-right: 40px;
}
.bankGroupBox .bankGroupChooseBox label input,
.bankGroupBox .bankGroupChooseBox .radio_on {
  display: none;
}
.bankGroupBox .bankGroupChooseBox .pos {
  vertical-align: top;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.bankGroupBox .bankGroupChooseBox .radio_bg {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #B3B4B8;
  border-radius: 50%;
}
.bankGroupBox .bankGroupChooseBox label:hover .radio_bg,
.bankGroupBox .bankGroupChooseBox label input:checked + span.pos span.radio_bg {
  border: 1px solid #ff9622;
}
.bankGroupBox .bankGroupChooseBox label input:checked + span.pos span.radio_bg .radio_on {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff9622;
}
.bankGroupBox .bankGroupMsg {
  border: 1px dashed #B3B4B8;
  padding: 8px 10px;
  line-height: 20px;
  display: inline-block;
}
.bankGroupBox .bankGroupMsg span:first-child {
  margin-bottom: 8px;
}
.bankGroupBox .bankGroupMsgBox {
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0;
}
.bankGroupBox .bankGroupMsgBox input {
  display: none;
}
.bankGroupBox .bankGroupMsgBox span {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 3px;
  margin-right: 6px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.bankGroupBox .bankGroupMsgBox input:checked + span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAFfke11AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwNjAxMzg0RTVGQTExRTVBMkE4RDBDMzEwNDc1MEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwNjAxMzg1RTVGQTExRTVBMkE4RDBDMzEwNDc1MEM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTA2MDEzODJFNUZBMTFFNUEyQThEMEMzMTA0NzUwQzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTA2MDEzODNFNUZBMTFFNUEyQThEMEMzMTA0NzUwQzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BDNb5AAAAflBMVEX86N3qVwnqVQb859zsZBzezsbrXhP96+HxkFzwiFHwhEvobCnylmT50bzvez362sn73c761cLxjFb//Pr4wqXmfUb2s5DsZR786N7saCLrYBb86uD97OPrXxT4x63++vj5zbbudjXpXxbrWw/3waPndTjrWQzqVATd3d3///8D8Jj0AAAAlUlEQVR42mLQ0GDQUAcIIAYgqa4JEEAMGpqa6iBCEyCAgHwNBk1NEQYxXgEgrQkQQGBBIAWk2TUF1TmAtLw6s6YmQACB1GlA1IKAKIRmUgXSDJqM6qwMmrLqiiyaIHkhcU1NmDoNgACDmqeJhavAxo3gyjGpqysBucw8jFyaElLqyioQxTJ86mrqktIIvcKc/DCjUAAAXRMbJngZQtMAAAAASUVORK5CYII=) center center no-repeat;
}
/*评选方案页面 结束*/
/*预公告审批原因 开始*/
.cutout-reason {
  display: inline-block;
  width: 100%;
  word-break: break-all;
  white-space: normal;
}
/*预公告审批原因 结束*/
/*审核员查看我的项目 开始*/
.assess-project-div .assess-project-table.table tbody tr td.first {
  color: #32a9f2;
  cursor: pointer;
}
.assess-project-div .assess-project-table.table tbody tr td.first:hover {
  color: #0e90d2;
}
.assess-project-div .model-page .table > tbody > tr > td {
  border-top: 0;
}
/*审核员查看我的项目 结束*/
/*基准利率对比 开始*/
.bank-interest {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.bank-interest .up-down,
.bank-interest .float-rate {
  color: #fb6706;
}
.bank-interest.billboard-edit {
  position: absolute;
  top: 32px;
  left: 0;
  white-space: nowrap;
}
.bank-interest.pre-bid-submit {
  position: relative;
  top: 6px;
  left: 280px;
  font-size: 12px;
}
.bank-interest.start-bid {
  position: absolute;
  width: 320px;
  left: 48%;
  top: 16px;
}
.bank-interest.market-bid {
  position: absolute;
  width: 320px;
  left: 48%;
  top: 50px;
}
/*基准利率对比 结束*/
/*评审员在线打分*/
.rule-score-marking .marking-ipt {
  height: 28px;
  padding: 2px 5px;
  line-height: 24px;
  border: 1px solid #b3b3b3;
}
.rule-score-marking .marking-ipt.error-field {
  border: 1px solid #fb6600;
}
.rule-score-marking table .fourth,
.rule-score-marking table .last {
  padding: 5px 5px !important;
}
/*成交录入列表 开始*/
.deal-num {
  margin-left: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #333;
  border-radius: 50%;
  border: 1px solid #fb6600;
  font-size: 12px;
  text-align: center;
}
/*成交录入列表 结束*/
/*搜索条件样式*/
.search-input-item {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  white-space: nowrap;
  width: 390px;
}
.search-input-item label.search-input-label {
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: normal;
}
.search-input-item input,
.search-input-item select {
  width: 103px;
  margin: 0 4px;
  height: 34px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 34px;
  border: 1px solid #b3b3b3;
}
.search-input-item input[type="radio"] {
  height: 24px;
  width: auto;
  line-height: 20px;
}
.search-input-item input.search-input-name,
.search-input-item input.search-input-code,
.search-input-item select,
.search-input-item input.more-input {
  width: 230px;
  height: 34px;
  text-indent: 10px;
}
.search-input-item .field-wrapper select {
  width: 100px;
}
.search-input-item label.search-input-tab {
  margin: 0px -3px;
  font-weight: normal;
}
.search-input-item .require {
  color: red;
}
.table {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.edit-submit-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.edit-submit-box .btn {
  width: 86px;
  height: 30px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 4px;
}
.edit-submit-box .btn.btn-back {
  border: 1px solid #b3b3b3;
  color: #666666;
  margin-right: 10px;
}
.edit-submit-box .btn.btn-back:hover {
  border: 1px solid #fb6600;
  color: #fb6600;
}
.edit-submit-box .btn.btn-back.btn-detail {
  border: 1px solid #fb6600;
  color: #fb6600;
}
.edit-submit-box .btn.btn-back.btn-detail:hover {
  background: #fb6600;
  color: #ffffff;
}
.edit-submit-box .btn.btn-draft {
  border: 1px solid #fb6600;
  color: #fb6600;
  margin-right: 10px;
}
.edit-submit-box .btn.btn-draft:hover {
  background: #fb6600;
  color: #ffffff;
}
.edit-submit-box .btn.btn-save {
  background: #fb6600;
  color: #ffffff;
  margin-right: 10px;
}
.edit-submit-box .btn.btn-save:hover {
  background: #CB240C;
}
/*缴费信息设置开始*/
.service-setting .warn {
  border-color: #ff9622;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 150, 34, 0.6);
}
.service-setting table {
  min-width: 100%;
}
.service-setting table td:not(.fixed-width) {
  min-width: 150px !important;
}
.service-setting table td.fixed-width {
  min-width: 80px !important;
}
.content-main .operat-btn {
  text-align: right;
  margin-bottom: 10px;
}
.content-main .submit-btn {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.content-main .upload-file {
  min-height: 400px;
  margin-top: 20px;
}
.content-main .payment-memo {
  margin-top: 10px;
}
/*文字换行的label*/
.pre-wrap-label {
  position: relative;
  top: 10px;
  text-align: right;
}
/*缴费记录开始*/
.payment-records.table td {
  min-width: 200px !important;
}
/*添加缴费记录*/
.payment-add-record .require {
  color: red;
}
.payment-add-record .error {
  position: absolute;
  left: 118px;
  bottom: -22px;
}
/*服务费确认详情开始*/
.service-charge-detail .download-btn {
  text-align: right;
}
.service-charge-detail .confirm-btns {
  text-align: center;
  margin-top: 20px;
}
.service-charge-detail .confirm-btns button + button {
  margin-left: 20px;
}
.service-charge-detail .info-template {
  min-height: 200px;
}
.service-charge-detail .info-template h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}
.service-charge-detail .info-template h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.service-charge-detail .info-template p {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  text-indent: 40px;
}
.service-charge-detail .info-template h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.service-charge-detail .service-detail {
  width: auto;
  min-width: auto !important;
}
.service-charge-detail .service-detail tr > th {
  padding: 10px !important;
}
.service-charge-detail .service-detail tr > td {
  padding: 10px !important;
}
.service-charge-detail .service-detail thead tr {
  height: auto;
}
.reject-box {
  margin: 20px 0;
}
.reject-box > div {
  height: 110px;
}
.reject-box > div label {
  text-align: right;
}
.reject-box .require {
  color: red;
}
/*服务费确认列表*/
.service-fee-list .project-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 22px;
  height: 22px;
  margin-bottom: 5px;
  max-width: 160px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}.help-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  margin-top: 24px;
}
.help-main a {
  color: #888;
}
.mao-div {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 10px;
}
#about-us-help,
#follow-help,
#enroll-help {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 757px;
}
#enroll-help {
  top: 1528px;
}
#follow-help {
  top: 1412px;
}
.mao-span-first {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20px;
}
.list-nav-tab {
  overflow: hidden;
  width: 1200px;
  height: 60px;
  position: fixed;
  display: flex;
  top: 0;
  z-index: 100;
}
.list-nav-tab.fixed {
  position: fixed;
}
.list-nav-tab.relative {
  position: relative;
}
.list-nav-tab div {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background: #f9f9f9;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.list-nav-tab div.active {
  border-top: 4px solid #ff9622;
  line-height: 56px;
  background: #fff;
  border-bottom: 0;
  border-right: 1px solid #e5e5e5;
}
.list-nav-tab div.first {
  border-right: 1px solid #e5e5e5;
}
.list-nav-tab div.second {
  border-right: 1px solid #e5e5e5;
}
.list-nav-tab div.last {
  border-right: 0;
}
.list-content-help,
.delist-content-help,
.billboard-content-help {
  text-align: center;
}
.list-content-help .list-nav-top,
.delist-content-help .list-nav-top,
.billboard-content-help .list-nav-top {
  width: 1200px;
  z-index: 100;
  height: 80px;
  padding-top: 30px;
  background: #fff;
}
.list-content-help .list-nav-top a span,
.delist-content-help .list-nav-top a span,
.billboard-content-help .list-nav-top a span {
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 46px;
  cursor: pointer;
  margin-left: -14px;
}
.list-content-help .list-nav-top a span i,
.delist-content-help .list-nav-top a span i,
.billboard-content-help .list-nav-top a span i {
  font-size: 22px;
  color: #999;
  font-style: italic;
}
.list-content-help .list-nav-top a span i span,
.delist-content-help .list-nav-top a span i span,
.billboard-content-help .list-nav-top a span i span {
  display: inline;
  font-size: 13px;
  margin-left: 3px;
}
.list-content-help .list-nav-top a span.active i,
.delist-content-help .list-nav-top a span.active i,
.billboard-content-help .list-nav-top a span.active i {
  color: #fff;
}
.list-content-help .list-nav-top a span.help-regist,
.delist-content-help .list-nav-top a span.help-regist,
.billboard-content-help .list-nav-top a span.help-regist,
.list-content-help .list-nav-top a span.help-login,
.delist-content-help .list-nav-top a span.help-login,
.billboard-content-help .list-nav-top a span.help-login {
  width: 164px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAAqCAYAAAA9D/DpAAAAAXNSR0IArs4c6QAAA8hJREFUeAHtnUtoE0EYx928moiBCpa8e/PUg6gnD+JB8SKeBKFYFavFg6IHURAvUhQPFjyIHnxdvIleFEG0CuJBEbS00oMePOSlEMFgVYJ5+R9I2jBN05nNZpew/4WwM7Mz8+388uebfJvdWWNNY6vX60Y2mz2KrPiMIB9uHuPefQQMw6hi1JPJZPJyI20LBENYKRQKsVKpdB8i3GmLVRrpJwJvfD7fWDweT9tx0h7hGSlGO1D3rY3tlUplFrPnfjtGYGQymQmI8pYdxmijvwlg6r7n9/tPRaPRP70aiQcdi9+M3EhgVQJwXOPlcnkmn89vXbWyyQpCkCMm27KZCwlAlBsxhb/FzHpW/NyzGoGRTqfrVnfK/lxDYDoUCh0aGhr6ZtWIhYfkRgJmCexCQDyXy+X2mu1AbkdBykSY1yKAaXtDtVp9jCj8BtJBrcZtKnPKbgOFRaYJzCMSH02lUp/M9kAPaZYc27UjIP7he4+A52S7gypl9JAqlFhHmwA85VP8w3MkFosVdBrTQ+rQYl1lAvCUe3DNcg7XLHcrN0JFClKHFuvqEogi4HmGgGcKAg2oNOaUrUKJdbomgCl8xuPxjCYSic+dOqOH7ESHxywjAA+5uVarfUTAc6xTpxRkJzo8ZikBiHItPrchyofFYnF9u84pyHZUWNZTAhDlvoWFhVkIc4dsiIKUiTBvCwGIMgVDr3AvxSWkfU2jDGqaJLh3jAACnneBQOBAJBL5SkE69jXQsETgF4R5glO2RIVZRwkszd2OngaNu5pA65S9+GPS1UQ4eEcIQIg1BDRX8KjtRaQr4iQoSEe+ChqFADOgcHB4ePh1Kw0KspUG07YQgBgfhcPhicHBwZ+yQQpSJsJ8zwhAiH/R+WncwHtnJSMU5EpkWG4pAYhR6eYKCtJS7OxMJgAhIm6pX0Pgch7pf/JxOU9BykSYt5LAd6/XexjrAj1X7ZSCVCXFeloE4A1NPcJAQWphZmUFAiWI8RwCl+sKdZdVoSCXIWFBFwS6fgyWguyCPpsuEcDjCTfxeMIZeMfSUql+ioLUZ8YWLQQgwB8Q4zjE+KSl2HSSgjSNjg1BYDoYDFq62JQPCv+N60TriJcENAiUoZsLuLY4hb2lq+eJ+yHnNU6EVV1OAAL8ghUptiGKvmq1GAVaIci7LmfM4SsSgADFks5bcKH7g2IT7Wrifx3xOpAX2PMNDNr4XNOgiMDlOKboB70esUe43YGBgTHsX/baGPvvSwLitSCb7BCjoLO4RnTDU4oF8MWHL04SdFy8wUE58uKk/9DhHIanj6hwAAAAAElFTkSuQmCC);
}
.list-content-help .list-nav-top a span.help-regist.active,
.delist-content-help .list-nav-top a span.help-regist.active,
.billboard-content-help .list-nav-top a span.help-regist.active,
.list-content-help .list-nav-top a span.help-login.active,
.delist-content-help .list-nav-top a span.help-login.active,
.billboard-content-help .list-nav-top a span.help-login.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAAqCAYAAAA9D/DpAAAAAXNSR0IArs4c6QAAA7NJREFUeAHtnTtoFEEYx/+zCWqhVhYq2AhiISo+Ci2CRcRGrIRAMCom5uEDLUSbNBJMZbAJPhLUxk5IowTEF0gKg6ghioUWFgoqKCi+ECWO/7l45rK53M3e7e5x3n9D7m5nv5lv9rd/vpnvbh8GfxdrYdCJNr62wWIVixdkt+m9JglMUAs9aESvacJEWgSMc2Q7sITOr1CIjWk5lp8qIWAwQl20mEG8SqPHQSYySoxpsK5OHxYN7Pi47UJTGjtg6KgdvzGYhjP5qHoCl7EQR0wfviW1JwHF2JZU42r3vyPQii8YswewIak9Czh3dAmMFhHwI2CxginOfeYdxzPTPb9a3laGDVtvaxmKwHQCt7m6hwnP2+nFpa8FpVdVTRHAVjJ4YjuxIy4WEmRcJGu3nUUcY69RlGftScwrF4MEWS5B1Z8kYHEQb/CQU8DV5SCRIMuhp7phAi5BfsCvEg+HN/iuK6nxJSW7qASGMRf7TD/eR6moCBmFlmyjENiOn0x4OrAtSiUJMgot2UYjYLGYFW5QlH1MeOb4VJYgfSjJphwC7gSeY/ymcpS/8Kws1pAEWYyQtsdDwGIdf+F5zGi5v1CDSmoK0dG2pAgMoQ7t5jw+hh0oQoaJaD0NAjt5Us84h/AtYWcSZJiI1tMhYLGMorzLIfwUE576rFMJMktC7+kTsHD662bCM8Joudx1QHPI9A+DPOYjYPCZxYcUIfPBUVllCBjYf2N3ZXogryJAAgajHLx3Met+qQgpRVSOgGFaA/TymtcGJ0bXEUXIyh2O2vZs8JpRcTeFeC8XhCJkLg19TovAEMW4NixG51wRMq1DID+OwHf+H+U1OBdnwyFBzkZG5fESMBhjVGxmVHxeqGEN2YXoaFscBNxdo84wcdlUTIzOmSJkHMjVRn4CBu94AdheM4Cb+Q1mlipCzmSikngIDPOU3DWcL3qL0blVhIwHvlqZIvCDQ/QJRsX+qSL/TxKkPytZFifwjCbNFOPT4qb5LTRk5+ei0qgEDM5hKTZyiC5ZjM6lImRU8LIPE/jAIbqVUfF6eEMp6xJkKdRUJ0tg8mZTA/HdbKqe6v7K1Hx+1oPeRcCDwC/adGMAfYanjHnYe5sEbM5NRLWIgC+BF7xAazPniqfjFqPrQMC/S749kV3NE3C3dF7PX1weJUXCZO6C2oVbjJR6AkNSlKu/3U8MXJ3mAq4mvStBJuzWoYVzyTtJO1P7VUjAPRYEPFUsBTE6Opnn1LgPenCSo6Alh0BFHpz0B/bis2FY2wHjAAAAAElFTkSuQmCC);
  color: #fff;
}
.list-content-help .list-nav-top a span.help-call,
.delist-content-help .list-nav-top a span.help-call,
.billboard-content-help .list-nav-top a span.help-call,
.list-content-help .list-nav-top a span.help-second,
.delist-content-help .list-nav-top a span.help-second,
.billboard-content-help .list-nav-top a span.help-second {
  width: 177px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAAAqCAYAAAD8iLpFAAAAAXNSR0IArs4c6QAABMtJREFUeAHtnUloHEcUhmekkRhkZCKUSNF6ECQ5hBxiXXwJvoRcTE4GgyzFxkLBoGxkBUcQTEAxOIvJYoOxsbEjWRDIyfhifDG65CLlYHJIAjpoFwpEWCQKo81fjdPQoJ6Rqqa7BDN/Q6uqX/er1/XXrzevq6uq0zMzM73b29uXU6nUQXZtQsAZgXQ6PVpXVzfY2Nj4yLkQB8W00VlaWurK5XKjkPmwQxlSEQJhBKaqqqp629vbfwkLk8xXmcKbm5unMPoK2WH+m7aSNKiyyx6BLpzh+Ozs7BBpnl9J1zjvicNGCC+OcPwjN9ARlisvBGwRwCE+wCu/0dbWNmOra3P9DhIb5ZWVlYbV1dWrEPmYTWG6VghEIPA3ZH6zo6Pj54hzsYgiSRyUjFceIP8tZK4LZEqFgAsCEPladXX1e62trf+66BfTKUpiozg3N/fC1tbWGER+uVhBOicEdkMAIv9OeNFDePHrbtfanN+VxKYwCFyLVz7PTbxPfk86NjehaysKgRxEPguRL8Kn7ThqbkXI+fn51zY2Nm5i+Nk4jKuMikbgXjabPdXU1LRYKgpWJDbGFhYWnoHIN/DIR0s1Lv3KRgBPvMx+mu7du6UgYU3iwBjhxTsQ+QLH2UCmVAi4IACRv4fIn5D+56TvohToQOSXIPIYxy8GMqVCwAUBCPwwk8n0tLS0/Gar7+yJA0OQOEsPxtf0YAwGMqVCwBEB44k/7OzsNGN59ryVTOLAEkR+HSJfh9RPBzKlQsARgTt45X76lP/ai35sJDbGlpeXW9bW1m6RfXUvxnWNECiCwAIvR07SFXe/yDX5U7GS2JSIJ04z+OMj0mEOa/JW9EcIOCBAnGz6kb/ioW+I/HqhImIncWCIPuXuzc3N25D5+UCmVAg4IjDBC5ITkPmPKP3EhsoRz0zU1NQc4j/oepRhyYSABQLdOMPJ6enp/iidxDxx2BjhxXEe+q4geyosV14IOCDwU319/ZmGhoaVQNcLiY0xwotO3vSNkDWD77UJAWcE+HWf5qGvj1/7cVOINxIbY/wkVJsR/2Q/M3kj0yYEXBCAyJvoDRMnf55YTFzoxiBvLCOXCpUveeUgAJHzTtibJ1Y4UTnkSrqm+xJO6MEu6WatqPL9PtgtLi4eWF9f/44IIrJrpKKgV2VLQgDv+w88epdxFTu6bBMLJ/5/2WGmNT1X0t1LWQikUhOQuIfJpn9GgRE7iSGtXjtHIS2ZNQIQ1/9rZw0Asm4nKRRGwP8AIA3FLNwaOmONgN+hmIQPGhRv3UZSKICA/0Hxmp5UoCkktkaA+Nf/9CQI/DZe+EvuVhNFrZtMCmEEIPAPvD7+mNTPRFFN2Q/Dr3wpCEBa/1P26fvV4imltJp0wwj4XTyFsKGW3ocvSD9gj71vOVwz5csegRw1/JQXF9/giWMZDLYrISGvFhQse175qSCkTWRBwaJDMXl4G2BGxiTeVyti+mnnsrUCgc3SrofiXhHTABbpibXIdtlyaT8q5n+RbbzvEWqqzx3sR3OXmU28r5fPHWQC3AgZMhD4HMdnyRcNMwIdpUIgCgHIu8F+jtDBrGmd+IeM8uGEPgEW1RSSOSLg/RNgabxvH573EjesjzE6tprUniCA1x3hY4xv+f4Y42MEY8aAiZ9mGQAAAABJRU5ErkJggg==);
}
.list-content-help .list-nav-top a span.help-call.active,
.delist-content-help .list-nav-top a span.help-call.active,
.billboard-content-help .list-nav-top a span.help-call.active,
.list-content-help .list-nav-top a span.help-second.active,
.delist-content-help .list-nav-top a span.help-second.active,
.billboard-content-help .list-nav-top a span.help-second.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAAAqCAYAAAD8iLpFAAAAAXNSR0IArs4c6QAABRBJREFUeAHtnV2IVVUUx/97HMUMoqAgg3oIqodQ0SLsIYQKX6KnICitSKwpyQKzHpoIiaaHPqSypiwpKksQeopepILBhyRSUfHBAh8SNCgogsKa7PTbdxw5c+fMzNnn40rc/4bD3Xuds9a657/XWWftffZHyB7RGmUa5bhITkagDgJBn2iBNoRt+r2OmFTeEBmyR3W1/uUPZFqZKsDXG4EpCAQd14DWhLe1bwq9xcJAlI3C41qsW8iOKGDOTkagKgJZxyHu5Q0/nG3BnHuQOp44rwevvAoz/hivfGWe7rwRqIDAmAZ1XxjViQq8pVmmPSl45TGen2VI+Ky0FF9oBIoRWKUzOoRXvqv4dDPUaZ44LzZ7WOspv86xKE933ghUQGAHPE+Ed/VnBd5ZWWY14shJeHEd4cUuwovls0rySSMwFwJBx2hz3RPe0cG5Lk05Py2c6GYmvDhGo28lyrdyLus+77IRKI1A1nGI+7IhbcoyLKqhlCSI8GI1qj/ElC9vSL/F9C8Ce2j0PUCj76e6EMzpifMKiGf20Jm9FNoXebrzRqACAqv1jw7jGO+owDuFJckT5zl5JWzEI78EbWGe7rwRSEYgaBsh69Nhi04n88JQ2YijMp6iJfzs4rg+lp2MQA0Ejmg+jb63dDRVRlI40S2c8OKIrtCNPAqj3edcNgKJCCzRuL7jDb8hka+eJ84rQ/mdhBfvQ7s0T3feCCQjEPQ5trQOJ/lLGd5a4US3AsKLxdA+4ri9+5zLRiARgVOap/vp4v1yLr5GjTgq6/T/DWkz2RGO+ZHmZAQqIhB7k1/BKw/jlcdnktG4EU8q4kvfDXw3/5TytZM0/xqBSggE7adP+V4afd8X8ddq2BUJnKTxGtjPMPsVlGOc7GQEqiOQ4RDHdYCBROuKhLTmifPKUH434y+2Q7s4T3feCCQjELRbF2govKbfJnl7YsRRGY2+q4hvdhLfxMH3TkagDgI/0uhby9t+bxTSMyOOyrLdqP5KwxjycxTnRZqTEaiIwBmsd0S36fnWYuIZ/1iGCTsZgSYQODsSrmee2OFEE7VmGWcRmBJO9MQTdxp20iHHwzbC2gjEht0iLZuMh6O8Vj1xtlkXsgLBG+gp7BqpfUMW0E8I/MHcz8eZFTKty7Y1I+587JiY1nRNPyHte20BgfixQ4xw264fiqQ3Hk7Ez87Ev0/xte4bwgcbcBHqppVFIDbdXsaObp7JgKOgRj2xBwCVrRtfVwKB0gOAGvPEnaGY0mH+nEewlaghXzILAnEoprS0zAi2KKW2J2apooU6pVdx+cmDmWe5DZ/qTwROY5FPEjokTbKoZcSED56e1J/G1sZd9356En2/j3En33J4fl0bVdpfMt9kmttNVebXRZiSPXG2UZfpL30Ab+2p1v1VT77bAgR+hvYgA95rLQGRZMSED148paAmTKqEQGOLp5QyYhpvC3RSL/JXN3GU4ql0W2bqBwT+5iafYXT51hDoDmggzWmQXlCwAZQtYgKB87GgIOHDer68HeB58YqYNsS6COzAjlY0vSJm/FOFnhjvewnG+x7nW10cuS4q5v8fIBD0K1b2EMbb2qLtg90wYMAT2x3I2x10Y+NyMgJjzN/p3XYHNN4GCR9eYELn17h979eRXF9mOIdAYL3LAT1L3++tbe/XEXV2wgm8r7cAO1cDztRC4HxsAcbAnbV434N4X+9hV6v2zIxL3Eln7HIG7vRsD7uI+n93MhNjBdVrxAAAAABJRU5ErkJggg==);
  color: #fff;
}
.list-content-help .list-nav-top a span.help-my-delist,
.delist-content-help .list-nav-top a span.help-my-delist,
.billboard-content-help .list-nav-top a span.help-my-delist,
.list-content-help .list-nav-top a span.help-bid-result,
.delist-content-help .list-nav-top a span.help-bid-result,
.billboard-content-help .list-nav-top a span.help-bid-result,
.list-content-help .list-nav-top a span.help-release,
.delist-content-help .list-nav-top a span.help-release,
.billboard-content-help .list-nav-top a span.help-release {
  width: 169px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAAAqCAYAAADI8XtZAAAAAXNSR0IArs4c6QAAA5lJREFUeAHtnc1rE0EYxrPbRlcURSQHMYEiCCJID4ogCD2oFw9CD4IHexEqCAoeFQ/SmyAICgpFawXRevLg3YLeiqce9A/IB0kI5GIDIZ8+b2Di2iSb7O7MprDPwnY+Njvz5jcP75vZ7s5a+Xx+qdvtvsZ+KMGNBKZIwLKsP+j+N/a1dDr9FuWumGPJn1wudwoi3UD2nJS5kcC0CUCg3xzHWUqlUsWeSMUgiHQfxPoUBx8g36+ftrHsP74ERKjwqFcHxAihXgOW9xBqKr54+M33CgEI9c6ASMW4SqVyvF6vf4BQL+8VY2lHPAlApFtDRSo4IFC7UCg8RLqCfTaeiPitp00AIt0ZKVJlHGb/FzudzieU51QdUxKIksBYkYox1Wr1SK1WewOPeiNK49gXCQiBiUSqUGFStYz8C4j1gKpjSgKmCfgSqRhTLBbPtFqtzxDqWdPGsX0SEAK+RSonQaAOvOpzZO9KmRsJmCQQSKTKIAh1EYJdQ/moqmNKAroJhBKpGIPLVJl2uy2z/0u6jWN7JCAEQotUGoE3nYFYnyB9jN2WOm4koIuAFpEqYxD+F5D/CKGeUHVMSSAsAa1eL5PJfMd/COZh1NewhvF8ElAEtHpS1aik8Kr34VGfIbvfXc88CfglYEykYgj+pToPoco11dN+DePnSUAR0BruVaMqxb2A28lk8rxt2+uqjikJ+CVg1JO6jclmszdRXsV+2F3PPAmMIxCZSMWQcrl8stFobCD8XxhnGI+TgCJgNNyrTpiSQBgCkXlShvswwxTvc42LtFQqHWw2my8R4m/HGzW/fVACRkXKS1BBh4XnuQkY+02Ki/n38NjJFq+RunEzH4SAdk8K73kM4nwHY64HMYjnkMBuAlpFyhtMduNlWQcBLeEeIX0GAl2BQZvI8w4oHSPDNvoEQntS3vTcZ8mMIQKhPCm85yLuyt+Gbbwr39AAsdlEIpBIEdIdTJBeIf0CiHy+iUoySsB3uOcjzUbHg40PIeDLkyK8L+OZ+5/woHzmfghMVpkhMJEn5TI7ZuCz1ckIjBUpfntywbLJWPJThgiMDPcI6TYE+gjpD/Q9Z6h/NksCngRGLv3IRXQ9ufFghAQg0sFFdDE54nLkEQ4Cu/ImAJH+W44cYZ0vdvDmxaMRE4BAN/Ew55XexAnek6/IiXgA2J03AREoXpFzS16RM4vJUe9lYziFLxvz5sajhglAmDvo4hf2/1429hcp9loE74zVfgAAAABJRU5ErkJggg==);
}
.list-content-help .list-nav-top a span.help-my-delist.active,
.delist-content-help .list-nav-top a span.help-my-delist.active,
.billboard-content-help .list-nav-top a span.help-my-delist.active,
.list-content-help .list-nav-top a span.help-bid-result.active,
.delist-content-help .list-nav-top a span.help-bid-result.active,
.billboard-content-help .list-nav-top a span.help-bid-result.active,
.list-content-help .list-nav-top a span.help-release.active,
.delist-content-help .list-nav-top a span.help-release.active,
.billboard-content-help .list-nav-top a span.help-release.active {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAAAqCAYAAADI8XtZAAAAAXNSR0IArs4c6QAAA6hJREFUeAHtnT9oFEEUxr85g39QIiIWKoIIAVEkgiIogkKCRQrBQrAwjWDUqGAhWCgi2ggiokXOqFFBTEQ7ewUrCRaSwjSWgvZqp2b85mDD5O7M7rp/7nb4FjY7+3Zz8+Y3H+/tzN3uGnsaw7AY47oKWkSgswR+sPpZ1DCBOh4ZQ1VyMe6PPYU+bqZo2uX2tYhAxwkYvKEeh80DfKs5Z8w4PmM99rF4h2tDvc6uRQQ6RsBigCH0mbVgQG1aGFWHKNOnNK9rOqRdESifQA0jLSJ1XtgRxlWqmGIdKN8r1SgCCwhMN9L9AhN33HUAZXqIxcsU6+/m49oXgdIIGGxvG0l9B5j+93J/klF1s29XWQTKItA2kvqVc1D1ngLdSdsr366yCJRFIDaS+o5wTvUkBXuX6wrfrrIIFEkglUidI0z/2yjSFyzuKNIxfbYIRARi0310YrRl+p/FBuzhfj2yaSsCRRJIHUl9Z5j+jzCqTnBd49tVFoE8CWQSqXPEjmITJ6kmWdyfp2P6LBGICKRO99E/Rlszhi8YxEHu3+Cc6lxk11YE8iKQOZL6jtgzOECZPmf63+jbVRaBLAQyR1K/clPHO/Sgn7bXvl1lEchCINdI6jvCqarz3L/FqLrMt6ssAmkJFCZS5wiF2k+RujnVrWkd0/kiEBHINd1HHxptOac6g17s5oDqSWTTVgTSEig0kvrOcE71GKPqONde366yCMQRKE2kzhGO/rdw9O9uU3HfWGkRgUQECk33iTzQSSIQQ6A0kTbS/Rw+KorG9IgOtxAoPN3bi1iJ77jHmk+01C6DCCQgUKhINQWVoAd0SiyBwtI90/s51j7NVXOksd2gExYjkHsktWexFr/wmJUeXqxiHROBpARyFal+YJIUu85LQyAXkdqXWMKHolxlxVc4ei/sEiJNw3RuOAQyi1Q/eg5HDN3akkxRr3H7yB9+P69f5Xdr/wbh139FUnsNy/mMk9tM7aNBUFAjuppAapHqluau7s8gnUuV7pne3cMhPpCE7rkPUg7d2ahEkZRP2VtN9x9yPdqdzZBXIROIFSnTux5YFrICKtC2f4qUg6MaB0eX2IbrTPE9FWiLXAyRgMHPtiLVQ3RD7O3Ktqn1IbpM70Nszgyjp57yXNl+DchxvolkPpIyvS/FV9xk8y5wnbcH1Fw1pWoEDN7iPgYb15qMnn28/pxiG/SKnKp1ZKj+OoFaHHfvcjKc+9TLxkLt6Kq1i4MkCvNT88vG/gL/zq25gCuPqgAAAABJRU5ErkJggg==);
  color: #fff;
}
.list-content-help .list-nav-top a:first-child,
.delist-content-help .list-nav-top a:first-child,
.billboard-content-help .list-nav-top a:first-child {
  margin-left: 0;
}
.help-main .hr {
  border-bottom: 1px dashed #979797;
  width: 559px;
  margin: 0 auto;
}
/*会员注册 开始*/
.regist-help {
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
}
.regist-help > div {
  margin-left: 101px;
  float: left;
}
.regist-help > div > div {
  color: #888;
}
.regist-help > div .tike-div {
  color: #000;
  text-align: left;
  margin-left: 16px;
}
.regist-help > div .tike-div span {
  color: #ff9622;
}
.regist-help > div .show-regist-content img {
  margin-right: 7px;
}
.regist-help .to-regist {
  margin-left: 39px;
  margin-top: 190px;
  text-align: left;
  color: #888;
}
.regist-help .to-regist:last-child {
  margin-top: 50px;
}
.regist-help .to-regist img {
  margin-right: 29px;
}
.regist-help .shu-img {
  position: absolute;
  left: 149px;
  top: 249px;
  height: 54px;
  width: 1px;
}
/*会员注册 结束*/
/*联系我们 开始*/
.about-us-help {
  margin-top: 97px;
  margin-bottom: 101px;
  position: relative;
  overflow: hidden;
}
.about-us-help > img {
  margin-left: 102px;
  float: left;
}
.about-us-help .about-us-content {
  position: absolute;
  right: 98px;
}
.about-us-help .about-us-content > div {
  color: #888;
}
.about-us-help .about-us-content .tike-div {
  color: #000;
  margin-left: 20px;
}
.about-us-help .about-us-content .tike-div span {
  color: #ff9622;
}
.about-us-help .about-us-content .show-regist-content img {
  margin-right: 7px;
}
.about-us-help .about-us-content .to-regist {
  margin-top: 198px;
  margin-left: 110px;
}
.about-us-help .about-us-content .to-regist:last-child {
  margin-top: 50px;
}
.about-us-help .about-us-content .to-regist img {
  margin-right: 33px;
  position: relative;
  top: -1px;
}
.about-us-content .shu-img {
  position: absolute;
  right: 139px;
  top: 257px;
  height: 54px;
  width: 1px;
}
.about-us-help .about-us-float {
  position: absolute;
  top: 115px;
  left: 462px;
}
.about-us-help .about-us-float > div {
  color: #666;
}
.about-us-help .about-us-float > div:first-child {
  color: #000;
  font-size: 22px;
}
.about-us-help .about-us-float > div.english {
  color: #888;
  font-size: 15px;
}
.about-us-help .about-us-float > .adress {
  margin-top: 20px;
}
.about-us-help .about-us-float > div:last-child {
  margin-top: 12px;
}
.about-us-help .about-us-float > .adress img {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 6px;
}
/*联系我们 结束*/
/*查看我的摘挂牌 开始*/
.to-login-help {
  position: relative;
  margin-top: 80px;
  margin-bottom: 150px;
}
.to-login-help > div {
  margin-left: 101px;
  float: left;
}
.to-login-help > div > div {
  color: #888;
  text-align: left;
}
.to-login-help > div .tike-div {
  color: #000;
  text-align: left;
  margin-left: 15px;
}
.to-login-help > div .tike-div span {
  color: #ff9622;
}
.to-login-help > div .show-regist-content img {
  margin-right: 7px;
}
.to-login-help .to-login-content {
  margin-left: 39px;
  margin-top: 190px;
  text-align: left;
}
.to-login-help .to-regist {
  text-align: left;
  margin-left: 39px;
  margin-top: 50px;
}
.to-login-help .to-regist img,
.to-login-help .to-login-content img {
  margin-right: 29px;
  margin-top: -2px;
}
.to-login-help > div .shu-img1,
.to-login-help > div .shu-img2,
.to-login-help > div .shu-img3 {
  position: absolute;
  top: 269px;
  left: 149px;
  height: 54px;
  width: 1px;
}
.to-login-help.billboard-login-help > div .shu-img1 {
  top: 253px;
}
.to-login-help > div .shu-img2 {
  top: 339px;
}
.to-login-help > div .shu-img3 {
  top: 409px;
}
.to-login-help .platform-name {
  position: absolute;
  right: 112px;
  top: 12px;
  color: #888;
}
.to-login-help .to-login-first {
  margin-bottom: 101px;
}
.to-login-help .my-delist-list-botton {
  position: absolute;
  background: #ffffff;
  box-shadow: -1px -2px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  width: 281px;
  height: 61px;
  line-height: 61px;
  color: #444;
  top: 978px;
  left: 45px;
}
.to-login-help .my-delist-list-botton:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 4px;
  height: 60px;
  background: #FA6700;
}
.to-login-help .my-delist-list-botton span.blue_back {
  margin-right: 8px;
  background: #33aee9;
  display: inline-block;
  width: 24px;
  height: 25px;
  color: #fff;
  padding: 4px;
  font-size: 15px;
  border-radius: 3px;
}
a.to-my-delist {
  color: #000;
  cursor: default;
}
.to-regist.my-delist a {
  cursor: default;
}
.to-login-help .my-delist-list-botton img {
  position: absolute;
  right: 23px;
  top: 21px;
}
/*查看我的摘挂牌 结束*/
/*我的摘牌登录 开始*/
.list-login-help {
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
}
.list-login-help > div {
  margin-left: 101px;
  float: left;
}
.list-login-help > div > div {
  color: #888;
  text-align: left;
}
.list-login-help > div .tike-div {
  color: #000;
  text-align: left;
  margin-left: 15px;
}
.list-login-help > div .tike-div span {
  color: #ff9622;
}
.list-login-help > div .show-regist-content img {
  margin-right: 7px;
}
.list-login-help .to-login-content {
  margin-left: 39px;
  margin-top: 190px;
  text-align: left;
}
.list-login-help .to-regist {
  text-align: left;
  margin-left: 39px;
  margin-top: 50px;
}
.list-login-help .to-regist img,
.list-login-help .to-login-content img {
  margin-right: 29px;
  margin-top: -2px;
}
.list-login-help > div .shu-img1,
.list-login-help > div .shu-img2 {
  position: absolute;
  top: 249px;
  left: 149px;
  height: 54px;
  width: 1px;
}
.rule-compositive.list-login-help > div .shu-img1 {
  top: 228px;
}
.list-login-help > div .shu-img2 {
  top: 319px;
}
.list-login-help .platform-name {
  position: absolute;
  right: 112px;
  top: 12px;
  color: #888;
}
.list-login-help .to-login-first {
  margin-bottom: 101px;
}
.list-login-help .to-login-second {
  margin-left: -310px;
}
/*我的摘牌登录 结束*/
/*我的摘牌报名 开始*/
.enroll-help {
  margin-top: 105px;
  margin-bottom: 100px;
  position: relative;
}
.enroll-help > div {
  float: left;
  margin-left: 101px;
}
.enroll-help > div .tike-div {
  color: #000;
  text-align: left;
  margin-left: 15px;
}
.enroll-help > div .tike-div span {
  color: #ff9622;
}
.enroll-help > div .show-regist-content img {
  margin-right: 7px;
}
.enroll-help .to-regist {
  text-align: left;
  margin-left: 39px;
  margin-top: 226px;
}
.enroll-help .to-regist:last-child {
  margin-top: 50px;
}
.enroll-help .to-regist img {
  margin-right: 29px;
  margin-top: -2px;
}
.enroll-help > div .shu-img {
  position: absolute;
  top: 264px;
  left: 149px;
  height: 54px;
  width: 1px;
}
/*我的摘牌报名 结束*/
/*我的摘牌立即报名 开始*/
.enroll-now-help,
.bid-list-help {
  margin-top: 102px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.enroll-now-help > img,
.bid-list-help > img {
  float: left;
  margin-left: 101px;
}
.enroll-now-help > img.img-2,
.bid-list-help > img.img-2 {
  margin-top: 101px;
  margin-left: 400px;
}
.enroll-now-help > div,
.bid-list-help > div {
  position: absolute;
  right: 100px;
}
.enroll-now-help > div .tike-div,
.bid-list-help > div .tike-div {
  color: #000;
  text-align: left;
  margin-left: 15px;
}
.enroll-now-help > div .tike-div span,
.bid-list-help > div .tike-div span {
  color: #ff9622;
}
.bid-list-help > div .tike-div > div {
  margin-left: 70px;
}
.bid-list-help > div .show-regist-content {
  text-align: left;
}
.bid-list-help > div .show-regist-content img {
  margin-right: 7px;
}
.bid-list-help > div .to-regist.first {
  margin-top: 150px;
}
.bid-list-help > div .to-regist {
  text-align: left;
  margin-top: 50px;
  margin-left: 260px;
}
.bid-list-help > div .to-regist img {
  margin-right: 33px;
}
.bid-list-help > div .shu-img1,
.bid-list-help > div .shu-img2 {
  position: absolute;
  top: 229px;
  right: 165px;
  height: 54px;
  width: 1px;
}
.bid-list-help > div .shu-img2 {
  top: 300px;
}
.enroll-now-help .to-regist {
  text-align: right;
  margin-right: 42px;
  margin-top: 226px;
}
.enroll-now-help .to-regist:last-child {
  margin-top: 50px;
  margin-right: 55px;
}
.enroll-now-help .to-regist img {
  margin-right: 29px;
  margin-top: -2px;
}
.enroll-now-help > div .shu-img {
  position: absolute;
  top: 264px;
  right: 149px;
  height: 54px;
  width: 1px;
}
/*我的摘牌立即报名 结束*/
/*我的摘牌竞价结果 开始*/
.bid-result-help {
  margin-top: 92px;
  margin-bottom: 151px;
  position: relative;
  overflow: hidden;
}
.bid-result-help > .bid-result-first-div {
  float: left;
  text-align: left;
  margin-left: 100px;
}
.bid-result-help > img.to-login-first {
  margin-right: 103px;
}
.bid-result-help > img.to-login-second {
  margin-left: 100px;
  margin-top: 80px;
  float: left;
}
.bid-result-help > div .show-regist-content {
  margin-top: 6px;
  color: #888;
}
.bid-result-help > div .show-regist-content img {
  margin-right: 7px;
}
.bid-result-help > div .show-regist-content > div {
  margin-left: 15px;
}
.bid-result-help > div .tike-div {
  color: #000;
  text-align: left;
  margin-left: 16px;
}
.bid-result-help > div .tike-div span {
  color: #ff9622;
}
.bid-result-help .bid-result-second-div {
  position: absolute;
  text-align: left;
  top: 862px;
  right: 146px;
}
.bid-result-help .bid-result-second-div .to-regist:last-child {
  margin-top: 48px;
}
.bid-result-help .bid-result-second-div .to-regist img {
  margin-right: 33px;
}
.bid-result-help .bid-result-second-div .shu-img {
  position: absolute;
  top: 19px;
  right: 125px;
}
/*我的摘牌竞价结果 结束*/
/*我的预公告 开始*/
/*登录 开始*/
.billboard-login-help {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 100px;
}
.billboard-login-help > div .shu-img1 {
  position: absolute;
  top: 253px;
  left: 149px;
  height: 54px;
  width: 1px;
}
.billboard-login-help .billboard-login-content {
  margin-left: 39px;
  margin-top: 215px;
  text-align: left;
}
.billboard-login-help .to-login-second {
  float: left;
  margin-left: 102px;
}
.billboard-login-help .billboard-detail-content {
  position: absolute;
  bottom: 398px;
  right: 257px;
}
.billboard-login-help .billboard-detail-content .to-tab img,
.billboard-login-help .billboard-detail-content .to-detail img {
  margin-right: 29px;
}
.billboard-login-help .billboard-detail-content .to-detail {
  margin-top: 47px;
}
.billboard-login-help .billboard-detail-content .shu-img {
  position: absolute;
  top: 19px;
  left: 9px;
}
/*登录 结束*/
/*发布预公告 开始*/
.billboard-follow-help .tike-div p {
  text-indent: 5em;
}
/*关注预公告 结束*/
/*发布预公告 开始*/
.billboard-release-help {
  overflow: hidden;
  margin-bottom: 47px;
}
.billboard-release-help > div {
  right: 239px;
}
.billboard-release-help > div .tike-div {
  margin-left: 72px;
  margin-top: 60px;
}
.billboard-release-help > div .to-regist {
  margin-left: 178px;
}
.billboard-release-help > div .shu-img1 {
  position: absolute;
  top: 249px;
  right: 167px;
  height: 54px;
  width: 1px;
}
.billboard-release-help .img-1 {
  margin-left: 63px;
}
.billboard-release-help .img-2 {
  float: right;
  margin-right: 125px;
}
.billboard-release-help .my-release {
  position: absolute;
  left: 115px;
  bottom: 408px;
}
.billboard-release-help .my-release .tike-div {
  margin: 0;
}
/*关注预公告 结束*/
/*我的预公告 结束*/
