html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  background: #fff;
  min-width: 1200px;
  overflow-x: hidden;
  font-family: Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', '\5fae\8f6f\96c5\9ed1', 'SimSun', sans-serif;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dd,
dl,
form {
  margin: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0 ;
}
ul {
  padding-left: 0;
  list-style-type: none;
}
i,
em {
  font-style: normal;
}
big {
  font-size: 16px;
}
small {
  font-size: 12px;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: inherit;
}
a:hover {
  color: #1d6fb8;
}
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
  display: block;
}
input,
select,
textarea {
  outline: 0;
  font-family: inherit;
  font-size: 100%;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
}
input[type=submit] {
  cursor: pointer;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  font-size: 16px;
  line-height: 2.5;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
::-moz-selection {
  color: #fff;
  background: #39f;
}
::selection {
  color: #fff;
  background: #39f;
}
::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder {
  color: #aaa;
}
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 31.92px;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  box-sizing: border-box;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  padding: 0 1em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  min-width: 4em;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  border-color: #eeeeee;
  background-color: #999999;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #ccc;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #1d6fb8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #0f3a60;
  background-color: #0f3a60;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #1d6fb8;
  background-color: #1d6fb8;
}
.btn-auxiliary {
  color: #fff;
  background-color: #ff6e0a;
}
.btn-auxiliary:hover,
.btn-auxiliary:focus,
.btn-auxiliary.focus,
.btn-auxiliary:active,
.btn-auxiliary.active,
.open > .dropdown-toggle.btn-auxiliary {
  color: #fff;
  border-color: #a34300;
  background-color: #a34300;
}
.btn-auxiliary.disabled,
.btn-auxiliary[disabled],
fieldset[disabled] .btn-auxiliary,
.btn-auxiliary.disabled:hover,
.btn-auxiliary[disabled]:hover,
fieldset[disabled] .btn-auxiliary:hover,
.btn-auxiliary.disabled:focus,
.btn-auxiliary[disabled]:focus,
fieldset[disabled] .btn-auxiliary:focus,
.btn-auxiliary.disabled.focus,
.btn-auxiliary[disabled].focus,
fieldset[disabled] .btn-auxiliary.focus,
.btn-auxiliary.disabled:active,
.btn-auxiliary[disabled]:active,
fieldset[disabled] .btn-auxiliary:active,
.btn-auxiliary.disabled.active,
.btn-auxiliary[disabled].active,
fieldset[disabled] .btn-auxiliary.active {
  border-color: #ff6e0a;
  background-color: #ff6e0a;
}
.btn-success {
  color: #fff;
  background-color: #25ae88;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  border-color: #135a46;
  background-color: #135a46;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  border-color: #25ae88;
  background-color: #25ae88;
}
.btn-info {
  color: #fff;
  background-color: #4fcbf0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  border-color: #119ec8;
  background-color: #119ec8;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.btn-warning {
  color: #fff;
  background-color: #fec14c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #e39501;
  background-color: #e39501;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  border-color: #eea236;
  background-color: #fec14c;
}
.btn-danger {
  color: #fff;
  background-color: #fd7b6d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  border-color: #fc2008;
  background-color: #fc2008;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  border-color: #fd7b6d;
  background-color: #fd7b6d;
}
.btn-link {
  font-weight: normal;
  color: #1d6fb8;
  border-radius: 0;
  padding: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  color: #23527c;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  text-decoration: none;
  color: #555555;
}
.btn-lg {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  min-width: 7em;
}
.btn-sm {
  font-size: 12px;
  height: 27.6px;
  line-height: 27.6px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 7px;
}
.btn .jon,
.form-mark .jon {
  line-height: 1.2;
  margin: 0;
  vertical-align: baseline;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.btn-ghost {
  background: none;
  border-color: inherit;
}
.btn-ghost.btn-primary {
  border-color: #1d6fb8;
}
.btn-ghost.btn-auxiliary {
  border-color: #ff6e0a;
}
.btn-ghost.btn-success {
  border-color: #25ae88;
}
.btn-ghost.btn-info {
  border-color: #4fcbf0;
}
.btn-ghost.btn-warning {
  border-color: #fec14c;
}
.btn-ghost.btn-danger {
  border-color: #fd7b6d;
}
.btn.btn-ghost:hover {
  color: #fff;
}
.text-muted {
  color: #999999;
}
.text-primary,
.btn-ghost.btn-primary {
  color: #1d6fb8;
}
a.text-primary:hover {
  color: #0f3a60;
}
.text-auxiliary,
.btn-ghost.btn-auxiliary {
  color: #ff6e0a;
}
a.text-auxiliary:hover {
  color: #a34300;
}
.text-success,
.btn-ghost.btn-success {
  color: #25ae88;
}
a.text-success:hover {
  color: #135a46;
}
.text-info,
.btn-ghost.btn-info {
  color: #4fcbf0;
}
a.text-info:hover {
  color: #119ec8;
}
.text-warning,
.btn-ghost.btn-warning {
  color: #fec14c;
}
a.text-warning:hover {
  color: #e39501;
}
.text-danger,
.btn-ghost.btn-danger {
  color: #fd7b6d;
}
a.text-danger:hover {
  color: #fc2008;
}
.bg-primary {
  color: #fff;
  background-color: #1d6fb8;
}
a.bg-primary:hover {
  background-color: #0f3a60;
}
.bg-auxiliary {
  color: #fff;
  background-color: #ff6e0a;
}
a.bg-auxiliary:hover {
  background-color: #a34300;
}
.bg-muted {
  background: #eeeeee;
}
.bg-success {
  color: #fff;
  background-color: #25ae88;
}
a.bg-success:hover {
  background-color: #135a46;
}
.bg-info {
  color: #fff;
  background-color: #4fcbf0;
}
a.bg-info:hover {
  background-color: #119ec8;
}
.bg-warning {
  color: #fff;
  background-color: #fec14c;
}
a.bg-warning:hover {
  background-color: #e39501;
}
.bg-danger {
  color: #fff;
  background-color: #fd7b6d;
}
a.bg-danger:hover {
  background-color: #fc2008;
}
.dl dt {
  font-weight: 700;
  padding: 0 .5em;
}
.dl dd {
  padding: 0 .5em;
}
.dl-table dt {
  float: left;
  clear: left;
  overflow: hidden;
  width: 10em;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
}
.dl-table dd {
  margin-left: 11em;
  padding: 0;
}
.flex-col {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-center {
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-control {
  line-height: 38px;
  height: 38px;
  padding: 0 8px;
  display: block;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.1s;
  box-sizing: border-box;
  vertical-align: middle;
  transition: border-color ease-in-out 0.1s;
  color: #555555;
  border: 1px solid #e8e9eb;
  background: #fff;
  border-radius: 4px;
  *padding: 0;
}
.form-control:focus {
  border-color: #1d6fb8;
  outline: 0;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control.blank {
  border-width: 0 0 1px 0;
  background: none;
}
.form-control.blank:focus {
  box-shadow: none;
  border-radius: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
select.form-control {
  min-width: 4em;
  padding: 8px 10px;
}
input[type='search'] {
  -webkit-appearance: none;
}
textarea.form-control {
  height: 119px;
  line-height: 1.7;
}
textarea.input-lg {
  height: 217.6px;
  font-size: 16px;
}
textarea.input-sm {
  height: 61.2px;
  font-size: 12px;
}
.form-group {
  margin-bottom: 14px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  line-height: normal;
  padding-left: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}
.form-group .radio,
.form-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.radio label,
.checkbox label {
  font-weight: normal;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline,
.form-inline .radio + .radio,
.form-inline .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 8px;
}
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 {
  height: 38px;
  line-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.form-group-sm .form-control {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 5px 8px;
}
.form-group-sm .form-control-static {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  min-height: 30px;
  padding: 5px 8px;
}
.input-lg {
  font-size: 16px;
  line-height: 48px;
  height: 48px;
}
.form-group-lg .form-control {
  font-size: 16px;
  height: 48px;
  padding: 4.32727273px 8px;
}
.form-group-lg .form-control-static {
  font-size: 16px;
  line-height: 1.3333333;
  height: 48px;
  min-height: 38px;
  padding: 8px 16px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38px;
}
.has-feedback .input-group .form-control {
  padding-right: 0;
}
.form-group .form-control-feedback {
  line-height: 38px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  pointer-events: none;
}
.has-feedback .input-group .form-control {
  padding-left: 38px;
}
.form-group-lg .form-control-feedback,
.input-lg + .form-control-feedback {
  line-height: 48px;
  width: 48px;
  height: 48px;
}
.form-group-sm .form-control-feedback,
.input-sm + .form-control-feedback {
  line-height: 30px;
  width: 30px;
  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: #25ae88;
}
.has-success .form-control {
  border-color: #25ae88;
}
.has-success .form-control:focus {
  border-color: #135a46;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #25ae88;
  background-color: #135a46;
}
.has-success .form-control-feedback {
  color: #25ae88;
}
.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: #fec14c;
}
.has-warning .form-control {
  border-color: #fec14c;
}
.has-warning .form-control:focus {
  border-color: #e39501;
}
.has-warning .input-group-addon {
  color: #fec14c;
  border-color: #fec14c;
  background-color: #e39501;
}
.has-warning .form-control-feedback {
  color: #fec14c;
}
.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: #fd7b6d;
}
.has-error .form-control {
  border-color: #fd7b6d;
}
.has-error .form-control:focus {
  border-color: #fc2008;
}
.has-error .input-group-addon {
  color: #fd7b6d;
  border-color: #fd7b6d;
  background-color: #fc2008;
}
.has-error .form-control-feedback {
  color: #fd7b6d;
}
.help-block {
  display: block;
  margin-top: 8px;
  margin-bottom: 11.9px;
  color: #999999;
}
.form-inline .form-group .help-block {
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-static {
  display: inline-block;
  margin: 0 1em;
}
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
  width: auto;
}
.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 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  min-width: 5em;
}
.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: 10px;
}
.form-horizontal .control-label {
  margin-bottom: 0;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: right;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 2%;
}
.form-horizontal .form-group-lg .control-label {
  height: 48px;
  line-height: 48px;
}
.form-horizontal .form-group-sm .control-label {
  height: 30px;
  line-height: 30px;
}
.form-mark {
  display: inline-block;
  margin: 0 0.3em;
  color: #fd7b6d;
  vertical-align: text-top;
  line-height: normal;
}
big.form-mark {
  font-size: 1.5em;
}
.input-group {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
  line-height: 1.3333333;
  height: 48px;
  padding: 8px 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 12px;
  line-height: 1.5;
  height: 30px;
  padding: 0 8px;
}
.input-group-sm > .input-group-addon {
  width: 30px;
  height: 28px;
  padding: 0;
}
.input-group-lg > .input-group-addon {
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-group-addon {
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #eeeeee;
  color: #555555;
  border: 1px solid #e8e9eb;
  border-left-width: 0;
  border-right-width: 0;
  width: 38px;
  box-sizing: content-box;
  height: 36px;
  line-height: 36px;
  border-right-width: 1px\9;
}
.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 {
  vertical-align: middle;
  white-space: nowrap;
}
.input-group-addon.input-sm {
  font-size: 12px;
  padding: 5px 8px;
}
.input-group-addon.input-lg {
  font-size: 16px;
  padding: 8px;
}
.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-left-width: 1px;
}
.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-right-width: 1px;
}
.input-group-btn {
  font-size: 14px;
  position: relative;
  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 {
  margin-left: -1px;
}
.row {
  display: table;
  width: 102%;
  -webkit-transition: 0.2s width ease;
  transition: 0.2s width ease;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  clear: both;
  content: '';
}
.row > [class*="span-"] {
  float: left;
  margin-right: 2%;
  *margin-right: 1.89%;
}
.row > .span-1 {
  width: 6.33333333%;
}
.row > .span-2 {
  width: 14.66666667%;
}
.row > .span-3 {
  width: 23%;
}
.row > .span-4 {
  width: 31.33333333%;
}
.row > .span-5 {
  width: 39.66666667%;
}
.row > .span-6 {
  width: 48%;
}
.row > .span-7 {
  width: 56.33333333%;
}
.row > .span-8 {
  width: 64.66666667%;
}
.row > .span-9 {
  width: 73%;
}
.row > .span-10 {
  width: 81.33333333%;
}
.row > .span-11 {
  width: 89.66666667%;
}
.row > .span-12 {
  width: 98%;
}
/*
* 无间距模式
*/
.full-row {
  width: 100%;
  -webkit-transition: 0.2s width ease;
  transition: 0.2s width ease;
  *zoom: 1;
}
.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: '';
}
.full-row > [class*='span'] {
  float: left;
}
.full-row > .span-1 {
  width: 8.33333333%;
  *width: 8.22333333%;
}
.full-row > .span-2 {
  width: 16.66666667%;
  *width: 16.55666667%;
}
.full-row > .span-3 {
  width: 25%;
  *width: 24.89%;
}
.full-row > .span-4 {
  width: 33.33333333%;
  *width: 33.22333333%;
}
.full-row > .span-5 {
  width: 41.66666667%;
  *width: 41.55666667%;
}
.full-row > .span-6 {
  width: 50%;
  *width: 49.89%;
}
.full-row > .span-7 {
  width: 58.33333333%;
  *width: 58.22333333%;
}
.full-row > .span-8 {
  width: 66.66666667%;
  *width: 66.55666667%;
}
.full-row > .span-9 {
  width: 75%;
  *width: 74.89%;
}
.full-row > .span-10 {
  width: 83.33333333%;
  *width: 83.22333333%;
}
.full-row > .span-11 {
  width: 91.66666667%;
  *width: 91.55666667%;
}
.full-row > .span-12 {
  width: 100%;
  *width: 99.89%;
}
/*
* 工具
*/
.row > .pull-right,
.full-row > .pull-right {
  float: right;
}
.row > .center {
  position: relative;
  left: -1%;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.full-row > .center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.pull-left-1 {
  position: relative;
  left: -8.33333333%;
}
.pull-left-2 {
  position: relative;
  left: -16.66666667%;
}
.pull-left-3 {
  position: relative;
  left: -25%;
}
.pull-left-4 {
  position: relative;
  left: -33.33333333%;
}
.pull-left-5 {
  position: relative;
  left: -41.66666667%;
}
.pull-left-6 {
  position: relative;
  left: -50%;
}
.pull-left-7 {
  position: relative;
  left: -58.33333333%;
}
.pull-left-8 {
  position: relative;
  left: -66.66666667%;
}
.pull-left-9 {
  position: relative;
  left: -75%;
}
.pull-left-10 {
  position: relative;
  left: -83.33333333%;
}
.pull-left-11 {
  position: relative;
  left: -91.66666667%;
}
.pull-left-12 {
  position: relative;
  left: -100%;
}
.pull-right-1 {
  position: relative;
  left: 8.33333333%;
}
.pull-right-2 {
  position: relative;
  left: 16.66666667%;
}
.pull-right-3 {
  position: relative;
  left: 25%;
}
.pull-right-4 {
  position: relative;
  left: 33.33333333%;
}
.pull-right-5 {
  position: relative;
  left: 41.66666667%;
}
.pull-right-6 {
  position: relative;
  left: 50%;
}
.pull-right-7 {
  position: relative;
  left: 58.33333333%;
}
.pull-right-8 {
  position: relative;
  left: 66.66666667%;
}
.pull-right-9 {
  position: relative;
  left: 75%;
}
.pull-right-10 {
  position: relative;
  left: 83.33333333%;
}
.pull-right-11 {
  position: relative;
  left: 91.66666667%;
}
.pull-right-12 {
  position: relative;
  left: 100%;
}
@media only screen and (max-device-width: 1024px) {
  /*
* 中屏
*/
  .row > .midd-1 {
    width: 6.33333333%;
  }
  .row > .midd-2 {
    width: 14.66666667%;
  }
  .row > .midd-3 {
    width: 23%;
  }
  .row > .midd-4 {
    width: 31.33333333%;
  }
  .row > .midd-5 {
    width: 39.66666667%;
  }
  .row > .midd-6 {
    width: 48%;
  }
  .row > .midd-7 {
    width: 56.33333333%;
  }
  .row > .midd-8 {
    width: 64.66666667%;
  }
  .row > .midd-9 {
    width: 73%;
  }
  .row > .midd-10 {
    width: 81.33333333%;
  }
  .row > .midd-11 {
    width: 89.66666667%;
  }
  .row > .midd-12 {
    width: 98%;
  }
  /*
* 工具
*/
  .midd-hide {
    display: none;
  }
  .midd-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .midd-1 {
    width: 8.33333333%;
  }
  .full-row > .midd-2 {
    width: 16.66666667%;
  }
  .full-row > .midd-3 {
    width: 25%;
  }
  .full-row > .midd-4 {
    width: 33.33333333%;
  }
  .full-row > .midd-5 {
    width: 41.66666667%;
  }
  .full-row > .midd-6 {
    width: 50%;
  }
  .full-row > .midd-7 {
    width: 58.33333333%;
  }
  .full-row > .midd-8 {
    width: 66.66666667%;
  }
  .full-row > .midd-9 {
    width: 75%;
  }
  .full-row > .midd-10 {
    width: 83.33333333%;
  }
  .full-row > .midd-11 {
    width: 91.66666667%;
  }
  .full-row > .midd-12 {
    width: 100%;
  }
}
@media only screen and (max-device-width: 640px) {
  /*
* 小屏栅格
*/
  .row > .smal-1 {
    width: 6.33333333%;
  }
  .row > .smal-2 {
    width: 14.66666667%;
  }
  .row > .smal-3 {
    width: 23%;
  }
  .row > .smal-4 {
    width: 31.33333333%;
  }
  .row > .smal-5 {
    width: 39.66666667%;
  }
  .row > .smal-6 {
    width: 48%;
  }
  .row > .smal-7 {
    width: 56.33333333%;
  }
  .row > .smal-8 {
    width: 64.66666667%;
  }
  .row > .smal-9 {
    width: 73%;
  }
  .row > .smal-10 {
    width: 81.33333333%;
  }
  .row > .smal-11 {
    width: 89.66666667%;
  }
  .row > .smal-12 {
    width: 98%;
  }
  /*
* 工具
*/
  .smal-hide {
    display: none;
  }
  .smal-show {
    display: block;
  }
  .smal-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 清除位移
*/
  [class*='pull-left-'],
  [class*='pull-right-'] {
    right: auto;
    left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .smal-1 {
    width: 8.33333333%;
  }
  .full-row > .smal-2 {
    width: 16.66666667%;
  }
  .full-row > .smal-3 {
    width: 25%;
  }
  .full-row > .smal-4 {
    width: 33.33333333%;
  }
  .full-row > .smal-5 {
    width: 41.66666667%;
  }
  .full-row > .smal-6 {
    width: 50%;
  }
  .full-row > .smal-7 {
    width: 58.33333333%;
  }
  .full-row > .smal-8 {
    width: 66.66666667%;
  }
  .full-row > .smal-9 {
    width: 75%;
  }
  .full-row > .smal-10 {
    width: 83.33333333%;
  }
  .full-row > .smal-11 {
    width: 91.66666667%;
  }
  .full-row > .smal-12 {
    width: 100%;
  }
}
@font-face {
  font-family: "jrico";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.ion {
  font-family: "jrico" !important;
  display: inline-block;
  font-size: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../img/ico.png);
}
.ico:before {
  content: '\3000';
}
.ico1_1 {
  background-position: 0px 0px;
}
.ico1_2 {
  background-position: -25px 0px;
}
.ico1_3 {
  background-position: -50px 0px;
}
.ico1_4 {
  background-position: -75px 0px;
}
.ico1_5 {
  background-position: -100px 0px;
}
.ico2_1 {
  background-position: 0px -25px;
}
.ico2_2 {
  background-position: -25px -25px;
}
.ico2_3 {
  background-position: -50px -25px;
}
.ico2_4 {
  background-position: -75px -25px;
}
.ico2_5 {
  background-position: -100px -25px;
}
.ico3_1 {
  background-position: 0px -50px;
}
.ico3_2 {
  background-position: -25px -50px;
}
.ico3_3 {
  background-position: -50px -50px;
}
.ico3_4 {
  background-position: -75px -50px;
}
.ico3_5 {
  background-position: -100px -50px;
}
.ico4_1 {
  background-position: 0px -75px;
}
.ico4_2 {
  background-position: -25px -75px;
}
.ico4_3 {
  background-position: -50px -75px;
}
.ico4_4 {
  background-position: -75px -75px;
}
.ico4_5 {
  background-position: -100px -75px;
}
.ico5_1 {
  background-position: 0px -100px;
}
.ico5_2 {
  background-position: -25px -100px;
}
.ico5_3 {
  background-position: -50px -100px;
}
.ico5_4 {
  background-position: -75px -100px;
}
.ico5_5 {
  background-position: -100px -100px;
}
.label {
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  margin: 0 .5em;
  padding: 0 .5em;
  cursor: default;
  color: #fff;
  border: 1px solid;
  background: #999999;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.label-sm {
  font-size: 12px;
  line-height: 1.6em;
}
.label-lg {
  font-size: 16px;
  line-height: 2em;
}
.label:first-child {
  margin-left: 0;
}
.label-list {
  white-space: normal;
}
.label-list .label {
  margin: 0 .6em .6em 0;
}
.label.label-primary {
  background: #1d6fb8;
}
.label.label-auxiliary {
  background: #ff6e0a;
}
.label.label-success {
  background: #25ae88;
}
.label.label-info {
  background: #4fcbf0;
}
.label.label-warning {
  background: #fec14c;
}
.label.label-danger {
  background: #fd7b6d;
}
*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.rect-4854 {
  padding-bottom: 48.54%;
}
.rect-50 {
  padding-bottom: 50%;
}
.rect-5625 {
  padding-bottom: 56.25%;
}
.rect-60 {
  padding-bottom: 60%;
}
.rect-618 {
  padding-bottom: 61.8%;
}
.rect-70 {
  padding-bottom: 70%;
}
.rect-75 {
  padding-bottom: 75%;
}
.rect-80 {
  padding-bottom: 80%;
}
.rect-90 {
  padding-bottom: 90%;
}
.rect-100 {
  padding-bottom: 100%;
}
.m {
  margin: 22.4px;
}
.m-0 {
  margin: 0;
}
.m-l {
  margin-left: 22.4px;
}
.m-t {
  margin-top: 22.4px;
}
.m-r {
  margin-right: 22.4px;
}
.m-b {
  margin-bottom: 22.4px;
}
.m-lr {
  margin-left: 22.4px;
  margin-right: 22.4px;
}
.m-tb {
  margin-top: 22.4px;
  margin-bottom: 22.4px;
}
.m-sm {
  margin: 14px;
}
.m-l-sm {
  margin-left: 14px;
}
.m-t-sm {
  margin-top: 14px;
}
.m-r-sm {
  margin-right: 14px;
}
.m-b-sm {
  margin-bottom: 14px;
}
.m-lr-sm {
  margin-left: 14px;
  margin-right: 14px;
}
.m-tb-sm {
  margin-top: 14px;
  margin-bottom: 14px;
}
.m-lg {
  margin: 33.6px;
}
.m-l-lg {
  margin-left: 33.6px;
}
.m-t-lg {
  margin-top: 33.6px;
}
.m-r-lg {
  margin-right: 33.6px;
}
.m-b-lg {
  margin-bottom: 33.6px;
}
.m-lr-lg {
  margin-left: 33.6px;
  margin-right: 33.6px;
}
.m-tb-lg {
  margin-top: 33.6px;
  margin-bottom: 33.6px;
}
.p {
  padding: 22.4px;
}
.p-0 {
  padding: 0;
}
.p-l {
  padding-left: 22.4px;
}
.p-t {
  padding-top: 22.4px;
}
.p-r {
  padding-right: 22.4px;
}
.p-b {
  padding-bottom: 22.4px;
}
.p-lr {
  padding-left: 22.4px;
  padding-right: 22.4px;
}
.p-tb {
  padding-top: 22.4px;
  padding-bottom: 22.4px;
}
.p-sm {
  padding: 14px;
}
.p-l-sm {
  padding-left: 14px;
}
.p-t-sm {
  padding-top: 14px;
}
.p-r-sm {
  padding-right: 14px;
}
.p-b-sm {
  padding-bottom: 14px;
}
.p-lr-sm {
  padding-left: 14px;
  padding-right: 14px;
}
.p-tb-sm {
  padding-top: 14px;
  padding-bottom: 14px;
}
.p-lg {
  padding: 33.6px;
}
.p-l-lg {
  padding-left: 33.6px;
}
.p-t-lg {
  padding-top: 33.6px;
}
.p-r-lg {
  padding-right: 33.6px;
}
.p-b-lg {
  margin-bottom: 33.6px;
}
.p-lr-lg {
  margin-left: 33.6px;
  margin-right: 33.6px;
}
.p-tb-lg {
  margin-top: 33.6px;
  margin-bottom: 33.6px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22.4px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.42857143;
  padding: 1em;
  vertical-align: inherit;
  border-top: 1px solid #ddd;
  font-weight: normal;
}
.table > thead > tr > th {
  vertical-align: bottom;
  font-weight: normal;
  background: #eeeeee;
}
.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-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}
.table-hover > tbody > tr:hover {
  background-color: #eeeeee;
}
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-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-device-width: 640px) {
  .table-responsive {
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
  }
}
.wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.fix {
  *zoom: 1;
  *clear: both;
}
.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}
.oh {
  overflow: hidden;
  *zoom: 1;
}
.l {
  float: left;
}
.r {
  float: right;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.justify {
  text-align: justify !important;
  overflow: hidden;
}
.justify:after {
  content: " 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888";
}
.hide {
  display: none;
}
.hidetext {
  font: 0/0 a;
  letter-spacing: -9px;
}
.arr {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.opc0 {
  opacity: 0 ;
  filter: alpha(opacity=0);
}
.UnpcPush textarea,
.PcPush textarea,
.MobilePush textarea,
.UnmobilePush textarea {
  display: none;
}
body:after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: 'Pc';
}
.PcMode:after {
  content: 'Pc' !important;
}
.UnpcPush,
.MobilePush {
  display: none;
}
img[data-src] {
  opacity: 0 ;
  filter: alpha(opacity=0);
}
@media only screen and (max-device-width: 1024px) {
  body:after {
    content: 'Pad';
  }
  body {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    min-width: 0;
  }
  body,
  input,
  textarea,
  button,
  select {
    font-size: 14px;
  }
  .wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
    min-width: 0;
  }
  .PcPush {
    display: none;
  }
  .UnpcPush {
    display: block;
  }
}
@media only screen and (max-device-width: 640px) {
  body:after {
    content: 'Mobile';
  }
  body,
  input,
  textarea,
  button,
  select {
    font-size: 16px;
  }
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .UnmobilePush {
    display: none;
  }
  .MobilePush {
    display: block;
  }
  img[data-src] {
    opacity: 1;
  }
}
/*ajax_page_index*/
.ajax_page_index{font-size: 14px; color: #383838; text-align: center; padding:30px 0px; }
.ajax_page_index a,.ajax_page_index span { color: #383838;display: inline-block; border: 1px solid #e7e7e7; padding: 5px 15px; vertical-align:middle; margin: 0 0 10px -1px; background:#fff; }
.ajax_page_index .goprev{margin-right: 10px;}
.ajax_page_index .gonext,.ajax_page_index .count {margin-left: 10px;}
.ajax_page_index a:hover,.ajax_page_index span{color:#fff; background: #e50012;}
.ajax_page_index span.goprev,.ajax_page_index span.gonext {color: #bdbdbd; background: #fff}
.ajax_page_index span.count { border: 0;background: 0;color: #383838;}
/*page_index*/
.page_index{font-size: 14px; color: #383838; text-align: center; padding:30px 0px;margin-top: 20px; }
.page_index a,.page_index span { color: #383838;display: inline-block; border: 1px solid #e7e7e7; padding: 5px 15px; vertical-align:middle; margin: 0 0 10px -1px; background:#fff; }
.page_index .goprev{margin-right: 10px;}
.page_index .gonext,.page_index .count {margin-left: 10px;}
.page_index a:hover,.page_index span{color:#fff; background: #e50012;}
.page_index span.goprev,.page_index span.gonext {color: #bdbdbd; background: #fff}
.page_index span.count { border: 0;background: 0;color: #383838;}