<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Project: CSS Assets
 * Author: lisuping
 * Date: 2016-08-22
 */
/***
Tables
***/
/***
color
***/
.c-orange {
  color: #fe8144; }

.bg-danger {
  background-color: #fe8144;
  color: #fff !important; }

.bg-white {
  background-color: #fff; }

/*默认table*/
table {
  width: 100%;
  empty-cells: show;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

table th {
  font-weight: normal; }

table th.w166 {
  width: 166px; }

/*带水平线*/
.table th {
  font-weight: bold; }

.table &gt; tbody &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; td {
  padding: 12px;
  line-height: 26px; }

/*.table td{text-align:left}*/
.table tbody tr.success &gt; td {
  background-color: #dff0d8; }

.table tbody tr.error &gt; td {
  background-color: #f2dede; }

.table tbody tr.warning &gt; td {
  background-color: #fcf8e3; }

.table tbody tr.info &gt; td {
  background-color: #d9edf7; }

.table tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

/*带横向分割线*/
.table-border {
  font-size: 14px; }

.table-border th {
  color: #818181;
  font-size: 14px; }

.table-border th, .table-border td {
  border-bottom: 1px solid #efefef;
  height: 36px;
  vertical-align: middle; }

.table-border tbody tr:last-child td {
  border: 0; }

/*th带背景*/
.table-bg thead th {
  background-color: #F5FAFE;
  border-left: 1px solid #ddd;
  height: 40px;
  padding: 0;
  font-weight: normal;
  text-align: center; }

.table-bgline-none thead th {
  border: 0; }

/*带外边框*/
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0; }

.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.table-border.table-bordered {
  border-bottom: 0; }

.table-bordered.table-bg {
  border-bottom: 0; }

/*奇数行背景设为浅灰色*/
.table-striped {
  border: 1px solid #ddd; }

/*竖直方向padding缩减一半*/
.table-condensed th, .table-condensed td {
  padding: 4px 5px; }

/*鼠标悬停样式*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f5f5; }

/*定义颜色*/
/*悬停在行*/
.table tbody tr.active, .table tbody tr.active &gt; td, .table tbody tr.active &gt; th, .table tbody tr .active {
  background-color: #F5F5F5 !important; }

/*成功或积极*/
.table tbody tr.success, .table tbody tr.success &gt; td, .table tbody tr.success &gt; th, .table tbody tr .success {
  background-color: #DFF0D8 !important; }

/*警告或出错*/
.table tbody tr.warning, .table tbody tr.warning &gt; td, .table tbody tr.warning &gt; th, .table tbody tr .warning {
  background-color: #FCF8E3 !important; }

/*危险*/
.table tbody tr.danger, .table tbody tr.danger &gt; td, .table tbody tr.danger &gt; th, .table tbody tr .danger {
  background-color: #F2DEDE !important; }

/*第一更td背景色*/
.table-td-firstbg tbody tr td:first-child {
  background-color: #f7f8f9;
  width: 15%;
  padding: 20px 0;
  text-align: center;
  font-size: 16px; }

/*表格文字对齐方式，默认是居左对齐*/
.table .text-c th, .table .text-c td {
  text-align: center; }

/*整行居中*/
.table .text-r th, .table .text-r td {
  text-align: right; }

/*整行居右*/
.table th.text-l, .table td.text-l {
  text-align: left !important; }

/*单独列居左*/
.table th.text-c, .table td.text-c {
  text-align: center !important; }

/*单独列居中*/
.table th.text-r, .table td.text-r {
  text-align: right !important; }

/*单独列居右*/
.table-w90 {
  width: 95%;
  margin: 0 auto; }

.table-border-r thead th {
  border: 0; }

.table-border-r td {
  border-right: 1px solid #efefef;
  border-bottom: 6px solid #fff; }

.table-border-r td:last-child {
  border: 0; }

.table-bordenone-bg &gt; thead &gt; tr &gt; th {
  background-color: #e8ecef; }

.table-bordenone-bg &gt; tbody &gt; tr &gt; td {
  background-color: #f4f7f8;
  vertical-align: middle; }

.table-bordenone &gt; tbody &gt; tr &gt; td, .table-bordenone &gt; tbody &gt; tr &gt; th, .table-bordenone &gt; tfoot &gt; tr &gt; td, .table-bordenone &gt; tfoot &gt; tr &gt; th, .table-bordenone &gt; thead &gt; tr &gt; td, .table-bordenone &gt; thead &gt; tr &gt; th {
  border: 1px solid #fff; }

/***
Forms
***/
/*默认表单状态*/
.input-text, .textarea {
  border: solid 1px #ddd;
  padding: 4px;
  line-height: 20px;
  width: 200px;
  transition: all 0.2s linear 0s; }

.textarea {
  height: 100px; }

/*默认高度，自己可以设置*/
.input-text:hover, .textarea:hover {
  border: solid 1px #b3b3b3; }

/*得到焦点后*/
.input-text.focus, textarea.focus {
  border: solid 1px #33aaff \9;
  border-color: rgba(82, 168, 236, 0.8); }

/*不可点击*/
.input-text.disabled, .textarea.disabled, .input-text.disabled.focus, .textarea.disabled.focus {
  background-color: #ededed;
  cursor: default;
  border-color: #ddd;
  box-shadow: inset 0 2px 2px #e8e7e7; }

/*文件域 input-file*/
.btn-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer; }

.upload-url {
  width: 200px;
  cursor: pointer; }

.input-file {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 99em;
  opacity: 0;
  filter: alpha(opacity=0); }

.btn-upload .icon-add, .btn-upload .icon-minus {
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 36px; }

.btn-uploadpic {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff url(../../images/main/icon-add.png) no-repeat 0 0;
  text-indent: -99em; }

/*文本框尺寸*/
.input-big {
  font-size: 16px;
  padding: 10px 5px; }

/*大*/
.input-small {
  width: 200px; }

/*小*/
.input-mini {
  width: 108px; }

/*迷你*/
/*文本宽度*/
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.form-horizontal .form-group {
  margin-bottom: 15px;
  /*overflow: hidden;*/
  min-height: 42px; }
.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  width: 20%;
  float: left; }
.form-horizontal .control-con {
  width: 78%;
  float: right;
  line-height: 34px;
  position: relative; }
  .form-horizontal .control-con .card {
    width: 187px;
    height: 42px;
    position: absolute;
    padding: 0;
    top: 0; }
    .form-horizontal .control-con .card:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 4px;
      width: 187px;
      border: 1px solid #327eda;
      height: 42px;
      background: url("../../images/v2/selected.png") no-repeat right top; }
    .form-horizontal .control-con .card .name {
      position: absolute;
      right: 18px;
      top: 6px; }
.form-horizontal .form-control {
  background-color: #FFFFFF;
  height: 42px;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 4px;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px; }
.form-horizontal .for-code {
  background-color: #fff2ea;
  border: 1px solid #fe8144;
  color: #fe8144;
  border-radius: 4px;
  padding: 8px 8px;
  vertical-align: middle; }

.form-data .control-label {
  margin-right: 10px; }
.form-data .control-input {
  border: 1px solid #efefef;
  height: 30px;
  padding: 0 10px; }
.form-data .w116 {
  width: 116px; }
.form-data .w140 {
  width: 140px; }

.inputdiv {
  position: relative;
  line-height: 42px; }
  .inputdiv em {
    position: absolute;
    right: 16px;
    top: 0px; }
  .inputdiv .input-text {
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    border: 1px solid #efefef;
    border-radius: 4px;
    font-size: 14px; }
  .inputdiv .input-text:hover.focus {
    border: solid 1px #33aaff \9;
    border-color: rgba(82, 168, 236, 0.8); }

/***
color
***/
.c-orange {
  color: #fe8144; }

.bg-danger {
  background-color: #fe8144;
  color: #fff !important; }

.bg-white {
  background-color: #fff; }

/***
Buttons
***/
.btn-w132 {
  width: 108px; }

.btn-w-m {
  min-width: 120px; }

.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, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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: 1px solid #ddd; }

.btn-default:hover {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #ddd; }

.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 &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open &gt; .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 &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open &gt; .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 &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open &gt; .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: #fe8144;
  border-color: #fe8144; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #fb6b25;
  border-color: #fb6b25; }

.btn-warning:active, .btn-warning.active, .open &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-white, .btn-white:hover {
  color: inherit;
  background: transparent;
  border: 1px solid #fff; }

.btn-warning:active,
.btn-warning.active,
.open &gt; .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-warning.btn-outline {
  color: #f8ac59; }

.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 &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open &gt; .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 &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px; }

.btn-xs, .btn-group-xs &gt; .btn {
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 4px; }

.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%; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-outline:hover {
  color: #fff; }

.btn-gray, .btn-gray:hover {
  background-color: #d0d0d0;
  color: #fff; }

.badge {
  background-color: #d1dade;
  color: #fff;
  font-size: 12px;
  min-width: 10px;
  padding: 0 5px;
  line-height: 20px;
  display: inline-block;
  text-align: center; }

.badge-ouline {
  border: 1px solid #fe8144;
  color: #333333;
  background-color: transparent; }

.label {
  color: #5e5e5e;
  font-size: 10px;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 2px; }

.label-sm {
  padding: 6px 14px;
  font-size: 14px; }

.label-primary, .badge-primary {
  background-color: #1ab394;
  color: #FFFFFF; }

.label-success, .badge-success {
  background-color: #327eda;
  color: #FFFFFF; }

.label-warning, .badge-warning {
  background-color: #fe8144;
  color: #FFFFFF; }

.label-warning-light, .badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff; }

.label-danger, .badge-danger {
  background-color: #fe2711;
  color: #FFFFFF; }

.label-info, .badge-info {
  background-color: #46c98a;
  color: #FFFFFF; }

.label-inverse, .badge-inverse {
  background-color: #262626;
  color: #FFFFFF; }

.label-white, .badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E; }

.label-white, .badge-disable {
  background-color: #2A2E36;
  color: #8B91A0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination &gt; li {
  display: inline-block;
  margin: 0 5px; }

.pagination &gt; li.pre a {
  color: #fff;
  background-color: #d0d0d0; }

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  border-radius: 4px;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #666666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #efefef; }

.pagination &gt; li.active &gt; a, .pagination &gt; li:hover a {
  border-color: #327eda;
  color: #327eda; }

/***
alerts
***/
/***
color
***/
.c-orange {
  color: #fe8144; }

.bg-danger {
  background-color: #fe8144;
  color: #fff !important; }

.bg-white {
  background-color: #fff; }

body .layui-layer-btn {
  text-align: center; }

body .layui-layer-btn .layui-layer-btn0 {
  background-color: #fe8144;
  border-color: transparent; }

body .layui-layer-btn a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 35px; }

body .layui-layer-title {
  border-bottom: 1px solid #efefef;
  padding: 0 10px;
  height: 61px;
  line-height: 61px;
  font-size: 16px;
  background-color: transparent;
  width: 90%;
  margin: 0 auto; }

body .layui-layer-setwin .layui-layer-close1 {
  background-position: -83px -39px; }

body .layui-layer-ico {
  background: url(../../lib/layer/skin/default/icon.png) no-repeat; }

body .layui-layer-setwin a {
  width: 18px;
  height: 18px; }

body .layui-layer-setwin {
  top: 20px; }

body .demo-class1 .layui-layer-btn .layui-layer-btn0 {
  background-color: #fff;
  border: 1px solid #fe8144;
  color: #fe8144; }

body .demo-class1 .layui-layer-btn .layui-layer-btn1 {
  background-color: #fe8144;
  border-color: transparent;
  color: #fff; }

body .demo-class2 .layui-layer-btn .layui-layer-btn0 {
  background-color: #fe8144;
  border-color: transparent;
  color: #fff; }

body .demo-class2 .layui-layer-btn .layui-layer-btn1 {
  background-color: #fe8144;
  border-color: transparent;
  color: #fff; }

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px; }
  .alert i {
    vertical-align: middle;
    float: left;
    margin: 0 10px 50px 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert &gt; p, .alert .alert &gt; ul {
    margin-bottom: 0; }
  .alert &gt; 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: #b8650a;
  background-color: #f5ece6;
  border-color: #f5ece6; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #333;
  background-color: #fff8f8;
  border-color: #fe2711; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

/***
Tabs
***/
/***
color
***/
.c-orange {
  color: #fe8144; }

.bg-danger {
  background-color: #fe8144;
  color: #fff !important; }

.bg-white {
  background-color: #fff; }

/* Tabs */
.tabs-container .panel-body {
  /*background: #fff;*/
  /* border: 1px solid #e7eaec;*/
  border-radius: 2px;
  /*padding: 0 20px;*/
  position: relative; }

.tabs-container .nav-tabs &gt; li.active &gt; a,
.tabs-container .nav-tabs &gt; li.active &gt; a:hover,
.tabs-container .nav-tabs &gt; li.active &gt; a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff; }

.tabs-container .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .nav-tabs &gt; li.active &gt; a,
.tabs-container .nav-tabs &gt; li.active &gt; a:hover,
.tabs-container .nav-tabs &gt; li.active &gt; a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
  overflow: hidden; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec; }

.tabs-container .nav-tabs &gt; li a:hover {
  background: transparent;
  border-color: transparent; }

.tabs-container .tabs-below &gt; .nav-tabs,
.tabs-container .tabs-right &gt; .nav-tabs,
.tabs-container .tabs-left &gt; .nav-tabs {
  border-bottom: 0; }

.tabs-container .tabs-left .panel-body {
  position: static; }

.tabs-container .tabs-left &gt; .nav-tabs,
.tabs-container .tabs-right &gt; .nav-tabs {
  width: 20%; }

.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%; }

.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%; }

.tabs-container .tab-content &gt; .tab-pane,
.tabs-container .pill-content &gt; .pill-pane {
  display: none; }

.tabs-container .tab-content &gt; .active,
.tabs-container .pill-content &gt; .active {
  display: block; }

.tabs-container .tabs-below &gt; .nav-tabs {
  border-top: 1px solid #e7eaec; }

.tabs-container .tabs-below &gt; .nav-tabs &gt; li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-container .tabs-below &gt; .nav-tabs &gt; li &gt; a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-container .tabs-below &gt; .nav-tabs &gt; li &gt; a:hover,
.tabs-container .tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .tabs-left &gt; .nav-tabs &gt; li,
.tabs-container .tabs-right &gt; .nav-tabs &gt; li {
  float: none; }

.tabs-container .tabs-left &gt; .nav-tabs &gt; li &gt; a,
.tabs-container .tabs-right &gt; .nav-tabs &gt; li &gt; a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-container .tabs-left &gt; .nav-tabs {
  float: left;
  margin-right: 19px; }

.tabs-container .tabs-left &gt; .nav-tabs &gt; li &gt; a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-container .tabs-left &gt; .nav-tabs .active &gt; a,
.tabs-container .tabs-left &gt; .nav-tabs .active &gt; a:hover,
.tabs-container .tabs-left &gt; .nav-tabs .active &gt; a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff; }

.tabs-container .tabs-right &gt; .nav-tabs {
  float: right;
  margin-left: 19px; }

.tabs-container .tabs-right &gt; .nav-tabs &gt; li &gt; a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-container .tabs-right &gt; .nav-tabs .active &gt; a,
.tabs-container .tabs-right &gt; .nav-tabs .active &gt; a:hover,
.tabs-container .tabs-right &gt; .nav-tabs .active &gt; a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1; }

.tabbable-line &gt; .nav-tabs {
  border: none;
  margin: 0px; }
  .tabbable-line &gt; .nav-tabs &gt; li {
    margin-right: 2px; }
    .tabbable-line &gt; .nav-tabs &gt; li &gt; a {
      border: 0;
      margin-right: 0;
      color: #737373; }
      .tabbable-line &gt; .nav-tabs &gt; li &gt; a &gt; i {
        color: #a6a6a6; }
    .tabbable-line &gt; .nav-tabs &gt; li.open, .tabbable-line &gt; .nav-tabs &gt; li:hover {
      border-bottom: 4px solid #8ba8cd; }
      .tabbable-line &gt; .nav-tabs &gt; li.open &gt; a, .tabbable-line &gt; .nav-tabs &gt; li:hover &gt; a {
        border: 0;
        background: none !important;
        color: #333; }
        .tabbable-line &gt; .nav-tabs &gt; li.open &gt; a:focus, .tabbable-line &gt; .nav-tabs &gt; li:hover &gt; a:focus {
          border: 0; }
        .tabbable-line &gt; .nav-tabs &gt; li.open &gt; a &gt; i, .tabbable-line &gt; .nav-tabs &gt; li:hover &gt; a &gt; i {
          color: #a6a6a6; }
      .tabbable-line &gt; .nav-tabs &gt; li.open .dropdown-menu, .tabbable-line &gt; .nav-tabs &gt; li:hover .dropdown-menu {
        margin-top: 0px; }
    .tabbable-line &gt; .nav-tabs &gt; li.active {
      border-bottom: 4px solid #416798;
      position: relative; }
      .tabbable-line &gt; .nav-tabs &gt; li.active &gt; a {
        border: 0;
        color: #333; }
        .tabbable-line &gt; .nav-tabs &gt; li.active &gt; a:focus {
          border: 0; }
        .tabbable-line &gt; .nav-tabs &gt; li.active &gt; a:hover {
          border: 0; }
        .tabbable-line &gt; .nav-tabs &gt; li.active &gt; a &gt; i {
          color: #404040; }
.tabbable-line &gt; .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0; }
  .portlet .tabbable-line &gt; .tab-content {
    padding-bottom: 0; }

.tabbable-line.tabs-below &gt; .nav-tabs &gt; li {
  border-top: 4px solid transparent; }
  .tabbable-line.tabs-below &gt; .nav-tabs &gt; li &gt; a {
    margin-top: 0; }
  .tabbable-line.tabs-below &gt; .nav-tabs &gt; li:hover {
    border-bottom: 0;
    border-top: 4px solid #8ba8cd; }
  .tabbable-line.tabs-below &gt; .nav-tabs &gt; li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #416798; }
.tabbable-line.tabs-below &gt; .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }

.tabs-container .bg-tp &gt; .nav-tabs {
  line-height: 50px; }

.tabs-container .bg-tp &gt; .nav-tabs &gt; li &gt; a {
  width: 155px;
  text-align: center;
  display: block;
  font-size: 16px; }

.tabs-container .bg-tp &gt; .nav-tabs &gt; li.active &gt; a {
  border: 0;
  border-bottom: 2px solid #327eda; }

.tabs-container .bg-bg &gt; .nav-tabs {
  line-height: 60px;
  background-color: #f4f8fd;
  border: none; }

.tabs-container .bg-bg &gt; .nav-tabs &gt; li &gt; a {
  width: 215px;
  text-align: center;
  display: block;
  font-size: 18px; }

.tabs-container .bg-bg &gt; .nav-tabs &gt; li.active &gt; a {
  border: 0;
  border-bottom: 2px solid #327eda; }

.tabs-container .bg-bg-xl &gt; .nav-tabs {
  line-height: 48px;
  background-color: #f4f8fd;
  border: none; }

.tabs-container .bg-bg-xl &gt; .nav-tabs &gt; li &gt; a {
  width: 215px;
  text-align: center;
  display: block;
  font-size: 18px; }

.tabs-container .bg-bg-xl &gt; .nav-tabs &gt; li.active &gt; a {
  border: 0;
  border-bottom: 2px solid #327eda; }

.tabs-container .tab-row &gt; .nav-tabs {
  line-height: 48px;
  background-color: transparent;
  border: none; }

.tabs-container .tab-row &gt; .nav-tabs &gt; li &gt; a {
  padding: 0 20px;
  text-align: center;
  display: block;
  font-size: 18px;
  border-bottom: 2px solid #efefef; }

.tabs-container .tab-row &gt; .nav-tabs &gt; li.active &gt; a {
  border: 0;
  border-bottom: 2px solid #327eda;
  background-color: transparent; }

/*1 重定义浏览器默认样式*/
* {
  word-wrap: break-word; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0; }

ul, ol, dl {
  list-style-type: none; }

html, body {
  *position: static;
  font-size: 16px;
  line-height: 26px; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none; }

body, th, td, button, input, select, textarea {
  font-family: "Conv_HelveticaNeueLTStd-Lt","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei";
  font-size: 14px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

input, select, textarea {
  color: #555;
  background-color: #fff;
  border: solid 1px #ddd; }

body {
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

a, area {
  outline: none;
  blr: expression(this.onFocus=this.blur()); }

a {
  text-decoration: none;
  cursor: pointer;
  color: #666666; }

a:hover {
  text-decoration: none;
  outline: none;
  color: #327eda; }

a.ie6:hover {
  zoom: 1; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: none; }

:focus {
  outline: none; }

i {
  font-style: normal; }

/*sub,sup{vertical-align:baseline}*/
/*块*/
.block {
  display: block; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.inline {
  display: inline; }

/*img*/
img {
  border: 0;
  vertical-align: middle; }

a img, img {
  -ms-interpolation-mode: bicubic; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.passwordhide {
  opacity: 0;
  position: absolute;
  left: -1000px;
  top: -10000px;
  z-index: -100; }

/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0; }

time {
  display: inline; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border-width: 0;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px white  !important;
  -webkit-text-fill-color: #000 !important; }

/*清除浮动
*/
.cl:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cl, .clearfix {
  zoom: 1; }

/*1.1 布局(固定)
*/
.container, .l-w {
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.block-c {
  margin-left: auto;
  margin-right: auto; }

.l-w {
  width: 1000px; }

.l-w-750 {
  width: 750px; }

.l-w-600 {
  width: 600px; }

.l-w-500 {
  width: 500px; }

.l-w-400 {
  width: 400px; }

.l-w-200 {
  width: 200px; }

/*宽高度*/
.w96-b {
  width: 96%;
  margin: 0 auto; }

.w225 {
  width: 225px; }

.h865 {
  min-height: 865px; }

/*图标*/
.icon-other {
  background: url("../../images/v2/other.png") no-repeat;
  display: inline-block;
  vertical-align: middle; }

.icon {
  background: url("../../images/v2/common.png") no-repeat;
  display: inline-block;
  vertical-align: middle; }

.icon-wb, .icon-wx, .icon-qq {
  width: 17px;
  height: 13px; }

/*边线*/
.line-r {
  border-right: 1px solid #dde0e6; }

.line-r-dashed {
  border-right: 1px dashed #dde0e6; }

.line-b {
  border-bottom: 1px solid #efefef; }

.line-t {
  border-top: 1px solid #efefef; }

.line-b-dashed {
  border-bottom: 1px dashed #efefef; }

.line-orange {
  border-color: #fe8144; }

.line-dashed {
  border-style: dashed; }

/*加息*/
.jiaxi {
  font-size: 14px;
  color: #fe8144;
  background-color: #ffe6da;
  padding: 0 5px; }

/*3.1 排版*/
/*3.1.1 标题
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 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 {
  font-weight: 400;
  line-height: 1;
  color: #999; }

/*3.1 排版*/
.uppercase {
  text-transform: uppercase; }

/*文字大写*/
.lowercase {
  text-transform: lowercase; }

/*文字小写*/
.capitalize {
  text-transform: capitalize; }

/*首字母大写*/
/*3.1.3 对齐*/
.text-l {
  text-align: left; }

.text-r {
  text-align: right; }

.text-c {
  text-align: center; }

.va-t {
  vertical-align: top !important; }

.va-m {
  vertical-align: middle !important; }

.va-b {
  vertical-align: bottom !important; }

.m-auto {
  margin: 0 auto; }

/*3.1.4 定位*/
.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

.pos-f {
  position: fixed; }

/*3.1.5 浮动
*/
.l {
  float: left !important;
  _display: inline; }

.r {
  float: right !important;
  _display: inline; }

[class*="span"].r, .row-fluid [class*="span"].r {
  float: right; }

/*3.1.6 文字单行溢出省略号
*/
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*3.1.7 线条
*/
.line {
  font-size: 0px;
  line-height: 0px;
  border-top: solid 1px #ddd;
  float: none; }

.under-line {
  text-decoration: underline; }

/*3.1.8 外边距*/
.mlr10 {
  margin: 0 10px; }

.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

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

.mt-40 {
  margin-top: 40px; }

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

.mt-60 {
  margin-top: 60px; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

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

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-0 {
  margin-left: 0; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-0 {
  margin-right: 0; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.m-b-none {
  margin-bottom: 0; }

/*3.1.9 内填充*/
.pt-0 {
  padding-top: 0; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-120 {
  padding-top: 120px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-150 {
  padding-bottom: 150px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pd-5 {
  padding: 5px; }

.pd-10 {
  padding: 10px; }

.pd-15 {
  padding: 15px; }

.pd-20 {
  padding: 20px; }

.pd-30 {
  padding: 30px; }

.pd-40 {
  padding: 40px; }

.pd-50 {
  padding: 50px; }

/*3.1.10 边框，css3圆角*/
.bk-gray {
  border: solid 1px #ddd; }

.radius {
  border-radius: 4px; }

.radius10 {
  border-radius: 10px; }

.radius50 {
  border-radius: 50%; }

.radius-empty {
  width: 114px;
  height: 114px;
  border: 20px solid #fe8144;
  border-radius: 50%; }

/*背景色*/
.bg-red {
  background-color: #fe2711; }

.bg-gray {
  background-color: #d0d0d0; }

.bg-light-blue {
  background-color: #f4f8fd; }

/*3.1.11 css3阴影*/
.box-shadow {
  background-color: #fff;
  border: solid 1px #ddd\9;
  box-shadow: 1px 1px 2px 2px #ddd; }

.text-shadow {
  text-shadow: 1px 1px 2px 2px #ddd; }

/*3.1.12 行内分割竖线*/
.pipe {
  margin: 0 5px;
  color: #CCC;
  font-size: 10px !important; }

/*3.1.13 文字尺寸*/
.f-12 {
  font-size: 12px; }

.f-13 {
  font-size: 13px; }

.f-14 {
  font-size: 14px; }

.f-15 {
  font-size: 15px; }

.f-16 {
  font-size: 16px; }

.f-18 {
  font-size: 18px; }

.f-20 {
  font-size: 20px; }

.f-22 {
  font-size: 24px; }

.f-24 {
  font-size: 24px; }

.f-26 {
  font-size: 26px; }

.f-30 {
  font-size: 30px; }

.f-32 {
  font-size: 32px; }

.f-36 {
  font-size: 36px; }

.f-40 {
  font-size: 40px; }

.f-50 {
  font-size: 50px; }

.f-bold {
  font-weight: bold; }

.f-normal {
  font-weight: normal; }

/*3.1.14 文字行距*/
.l16 {
  line-height: 16px; }

.l18 {
  line-height: 18px; }

.l20 {
  line-height: 20px; }

.l22 {
  line-height: 22px; }

.l24 {
  line-height: 24px; }

.l26 {
  line-height: 26px; }

.l28 {
  line-height: 28px; }

.l30 {
  line-height: 30px; }

.l40 {
  line-height: 40px; }

.l50 {
  line-height: 50px; }

.l60 {
  line-height: 60px; }

/*3.1.17 固定高度*/
.h10 {
  height: 10px; }

.h20 {
  height: 20px; }

.h30 {
  height: 30px; }

.h40 {
  height: 40px; }

.h50 {
  height: 50px; }

.h60 {
  height: 60px; }

/*3.1.18 文字颜色*/
.c-red, .c-red a, a.c-red {
  color: red; }

.c-green, .c-green a, a.c-green {
  color: green; }

.c-blue, .c-blue a, a.c-blue {
  color: #416798; }

.c-white, .c-white a, a.c-white {
  color: white; }

.c-black, .c-black a {
  color: black; }

.c-gray, .c-gray a, a.c-gray {
  color: gray; }

.c-light-gray, .c-light-gray a, a.c-light-gray {
  color: #e8e8e8; }

.c-orange, .c-orange a, a.c-orange {
  color: #ff7610; }

/*3.1.19 文字颜色强调*/
.text-muted {
  color: #9197d4; }

a.text-muted:hover {
  color: #9197d4; }

.text-primary {
  color: #428BCA; }

a.text-primary:hover {
  color: #247dc9; }

.text-warning {
  color: #fe8144; }

a.text-warning:hover {
  color: #fe8144; }

.text-error {
  color: #fcd14b; }

a.text-error:hover {
  color: #fcd14b; }

.text-danger {
  color: #fe2711; }

a.text-danger:hover {
  color: #fe2711; }

.text-success {
  color: #327eda; }

a.text-success:hover {
  color: #327eda; }

.text-info {
  color: #1faef2; }

a.text-info:hover {
  color: #06c; }

.text-price {
  color: #f60; }

a.text-price:hover {
  color: #f60; }

.text-purple {
  color: #b1b6e1; }

.text-green {
  color: #00d7a9; }

.text-link {
  color: #327eda; }

.text-gray {
  color: #d0d0d0; }

/*3.1.20 缩略语*/
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/*3.1.21 z-index*/
.zindex1 {
  z-index: 100; }

.zindex2 {
  z-index: 100; }

.zindex3 {
  z-index: 300; }

.zindex4 {
  z-index: 400; }

.zindex5 {
  z-index: 500; }

.zindex6 {
  z-index: 600; }

.zindex7 {
  z-index: 700; }

.zindex8 {
  z-index: 800; }

.zindex9 {
  z-index: 900; }

.zindex10 {
  z-index: 1000; }

.zindex11 {
  z-index: 1100; }

.zindex12 {
  z-index: 1200; }

/*3.1.24 隐藏 显示*/
.hide {
  display: none; }

[hidden] {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.f-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

[class*="span"].hide, .row-fluid [class*="span"].hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

/*
3.1.25遮罩
*/
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background: url(../../images/main/backdrop.png) repeat 0 0;
  transition: all 0.3s ease-in; }

* html .mask {
  position: absolute;
  left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
  top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); }

/*
4.1列表
*/
ul.col-2 &gt; li {
  width: 50%; }

ul.col-3 &gt; li {
  width: 33.3%; }

ul.col-4 &gt; li {
  width: 25%; }

ul.col-5 &gt; li {
  width: 20%; }

.common-width {
  width: 1000px; }

.container {
  width: 100%;
  padding: 0; }

/***
Page footer
***/
.hs-footer {
  background-color: #252e39;
  color: #fff;
  padding-top: 36px; }
  .hs-footer a {
    color: #fff; }
  .hs-footer .item1 li {
    float: left;
    display: block;
    width: 459px; }
  .hs-footer .item1 .nav a {
    width: 150px;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px; }
  .hs-footer .item1 .code {
    text-align: center;
    width: 263px; }
    .hs-footer .item1 .code .code-inner {
      width: 263px;
      border-left: 1px solid #3b434d;
      border-right: 1px solid #3b434d; }
      .hs-footer .item1 .code .code-inner div, .hs-footer .item1 .code .code-inner img {
        width: 101px;
        margin: 0 auto; }
      .hs-footer .item1 .code .code-inner p {
        color: #f3f1f1;
        line-height: 22px;
        opacity: .5; }
  .hs-footer .item1 .contact {
    width: 310px;
    float: right; }
    .hs-footer .item1 .contact .phone {
      font-size: 34px;
      line-height: 0; }
      .hs-footer .item1 .contact .phone .icon-Iphone {
        width: 44px;
        height: 44px;
        margin-right: 20px; }
    .hs-footer .item1 .contact .contact-inner {
      padding-top: 10px; }
      .hs-footer .item1 .contact .contact-inner p {
        line-height: 26px; }
  .hs-footer .flink {
    border-top: 1px solid #3b434d;
    border-bottom: 1px solid #3b434d;
    overflow: hidden;
    line-height: 26px; }
    .hs-footer .flink .l {
      line-height: 50px; }
      .hs-footer .flink .l a {
        margin: 0 8px; }
  .hs-footer .ft {
    text-align: center;
    padding: 30px 0; }
    .hs-footer .ft .verification {
      line-height: 40px;
      overflow: hidden; }
      .hs-footer .ft .verification a {
        display: inline-block;
        margin: 0 10px;
        line-height: 40px;
        border-radius: 4px; }
      .hs-footer .ft .verification .icongray {
        width: 110px;
        height: 40px;
        background: url("../../images/v2/verifygray.png") no-repeat; }
      .hs-footer .ft .verification .verify1 {
        background-position: 0 0; }
      .hs-footer .ft .verification .verify2 {
        background-position: -120px 0; }
      .hs-footer .ft .verification .verify3 {
        background-position: -240px 0; }
      .hs-footer .ft .verification .verify4 {
        background-position: -360px 0; }
      .hs-footer .ft .verification .verify5 {
        background-position: -480px 0; }
    .hs-footer .ft p {
      font-size: 12px; }

.hs-simple-footer {
  background-color: #424b53;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white; }

/***
content
***/
/***
color
***/
.c-orange {
  color: #fe8144; }

.bg-danger {
  background-color: #fe8144;
  color: #fff !important; }

.bg-white {
  background-color: #fff; }

.plus {
  background-color: #fff;
  color: #f64a48;
  border: 1px solid #f64a48;
  margin-left: 5px;
  font-size: 12px;
  height: 22px;
  overflow: hidden;
  border-radius: 20px;
  padding-left: 6px; }
  .plus i {
    line-height: 16px;
    padding: 0 5px;
    margin-right: -1px;
    text-indent: 0;
    background-color: #f64a48;
    display: inline-block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff; }

.title-line span {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 0 60px; }
  .title-line span:after, .title-line span:before {
    content: '';
    position: absolute;
    top: 52%;
    background: #efefef;
    height: 1px; }
  .title-line span:after {
    right: 0;
    width: 680px; }
  .title-line span:before {
    width: 50px;
    left: 0; }

.u-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: dashed;
  *overflow: hidden; }

.arrow-top {
  border-width: 9px;
  top: -18px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb; }

.arrow-top2 {
  border-width: 8px;
  top: -16px;
  border-bottom-style: solid;
  border-bottom-color: #fbfbfb; }

.arrow-bottom {
  border-width: 9px;
  bottom: -18px;
  border-top-style: solid;
  border-top-color: #ebebeb; }

.arrow-bottom2 {
  border-width: 8px;
  bottom: -16px;
  border-top-style: solid;
  border-top-color: #fbfbfb; }

.arrow-left {
  border-width: 9px;
  left: -18px;
  border-right-style: solid;
  border-right-color: #ebebeb; }

.arrow-left2 {
  border-width: 8px;
  left: -16px;
  border-right-style: solid;
  border-right-color: #fbfbfb; }

.arrow-right {
  border-width: 9px;
  right: -18px;
  border-left-style: solid;
  border-left-color: #ebebeb; }

.arrow-right2 {
  border-width: 8px;
  right: -16px;
  border-left-style: solid;
  border-left-color: #fbfbfb; }

.hs-wrapper {
  background-color: #f2f2f2; }

.hs-wrapper.bg-white {
  background-color: #fff; }

.bid-item p {
  line-height: 26px;
  color: #818181;
  font-size: 12px; }

.bid-list5 td {
  border-bottom: 1px solid #eaebed;
  padding: 32px 0; }
.bid-list5 tr:last-child td {
  border: 0; }
.bid-list5 .td1 {
  width: 30%; }
.bid-list5 .td2 {
  width: 15%; }
.bid-list5 .td3 {
  width: 15%; }
.bid-list5 .td4 {
  width: 20%; }
.bid-list5 .td5 {
  width: 20%; }

.bid-list6 td {
  border-bottom: 1px dashed #eaebed;
  padding: 32px 0; }
.bid-list6 .td1 {
  width: 20%; }
.bid-list6 .td2 {
  width: 20%; }
.bid-list6 .td3 {
  width: 15%; }
.bid-list6 .td4 {
  width: 15%; }
.bid-list6 .td5 {
  width: 15%; }
.bid-list6 .td6 {
  width: 15%; }

.bid-border0 td {
  border: 0; }

.title-block {
  font-size: 18px;
  margin: 30px 0 10px 0; }

.desc-title {
  font-size: 18px;
  color: #77A4E7; }

.desc-con {
  font-size: 14px;
  line-height: 26px;
  padding: 20px 0; }
  .desc-con p {
    padding-bottom: 10px; }

.u-notes {
  display: none;
  position: relative;
  line-height: 1;
  padding: 5px;
  font-size: 12px;
  background-color: #fffbf9;
  color: #666666;
  border: 1px solid #fe8144;
  border-radius: 3px;
  white-space: nowrap; }

.u-notes .arrow-bottom {
  left: 6px;
  border-width: 6px;
  bottom: -12px;
  border-top-color: #fe8144; }

.u-notes .arrow-bottom2 {
  left: 7px;
  border-width: 5px;
  bottom: -10px;
  border-top-color: #fffbf9; }

/*#slider{width:430px;height:175px;position:relative;margin:0 auto;}
.scroll{width:380px;height:175px;margin:0 auto;overflow:hidden;position:relative; padding-top: 30px;}
.scrollContainer{position: relative;width:1815px;left:0px;}
.scrollContainer .current .inside{width:185px;height:133px; position: relative; z-index: 9999; margin-top: -20px; margin-left: -20px;}
.scrollContainer .panel{width:122px;height:82px;float: left;margin-right:0;display:inline;}
.panel .inside{display:block;position:relative; }
.inside img{height:100%;width:100%;}
.scroll li .inside span{ display:none;position:absolute;bottom:-30px; text-align:center; width: 185px;}
.scroll li.current .inside span{display:block;}
.btnMode a.btn-arr{background:url('../../images/v2/arr.png') no-repeat;}
.btnMode a.btn-arr{width:15px; height:27px;position:absolute;top:55px; }
.btnMode a.prev{left:0;background-position:0 0;}
.btnMode a.next{right:0;background-position:-14px 0;}*/
/***
Header
***/
.header {
  height: 120px;
  position: fixed;
  padding-top: 20px;
  z-index: 1000;
  width: 100%;
  text-shadow: 1px 1px 1px #000; }
  .header .header-wrap {
    height: 100%;
    position: relative; }
    .header .header-wrap .logo {
      display: block;
      float: left;
      width: 231px;
      height: 82px;
      background: url("../../images/pc/logo-bg-transparent.png") no-repeat;
      background-size: 100% auto; }
      .header .header-wrap .logo.complex {
        background: url("../../images/pc/complex/logo-bg-transparent.png") no-repeat;
        background-size: 100% auto; }
    .header .header-wrap .nav {
      height: 80px;
      padding-top: 20px;
      position: absolute;
      left: 300px;
      top: 0;
      width: 2000px; }
      .header .header-wrap .nav li.menu-item-text {
        float: left;
        margin-right: 0;
        cursor: pointer;
        border-radius: 16px; }
        .header .header-wrap .nav li.menu-item-text a {
          color: white;
          padding: 4px 20px;
          display: block; }
        .header .header-wrap .nav li.menu-item-text.active {
          background-color: #377BCC; }
        .header .header-wrap .nav li.menu-item-text:hover {
          background-color: #377BCC; }
  .header .lang-wrap {
    position: absolute;
    top: 10px;
    right: 100px;
    color: white; }
    .header .lang-wrap a {
      color: #ccc; }
      .header .lang-wrap a.active {
        font-size: 16px;
        color: white; }
  .header.bg-white, .header.bg-white-hover {
    border-bottom: 3px solid #ccc;
    background-color: white;
    text-shadow: none; }
    .header.bg-white .header-wrap .logo, .header.bg-white-hover .header-wrap .logo {
      background: url("../../images/pc/logo-bg-white.png") no-repeat;
      background-size: 100% auto; }
      .header.bg-white .header-wrap .logo.complex, .header.bg-white-hover .header-wrap .logo.complex {
        background: url("../../images/pc/complex/logo-bg-white.png") no-repeat;
        background-size: 100% auto; }
    .header.bg-white .header-wrap .nav li.menu-item-text &gt; a, .header.bg-white-hover .header-wrap .nav li.menu-item-text &gt; a {
      color: black; }
    .header.bg-white .header-wrap .nav li.menu-item-text.active, .header.bg-white-hover .header-wrap .nav li.menu-item-text.active {
      background-color: #DDDDDD; }
      .header.bg-white .header-wrap .nav li.menu-item-text.active span, .header.bg-white-hover .header-wrap .nav li.menu-item-text.active span {
        color: #377BCC; }
      .header.bg-white .header-wrap .nav li.menu-item-text.active &gt; a, .header.bg-white-hover .header-wrap .nav li.menu-item-text.active &gt; a {
        color: #416798; }
    .header.bg-white .header-wrap .nav li.menu-item-text:hover, .header.bg-white-hover .header-wrap .nav li.menu-item-text:hover {
      background-color: #DDDDDD; }
      .header.bg-white .header-wrap .nav li.menu-item-text:hover span, .header.bg-white-hover .header-wrap .nav li.menu-item-text:hover span {
        color: #377BCC; }
      .header.bg-white .header-wrap .nav li.menu-item-text:hover &gt; a, .header.bg-white-hover .header-wrap .nav li.menu-item-text:hover &gt; a {
        color: #416798; }
    .header.bg-white .lang-wrap, .header.bg-white-hover .lang-wrap {
      position: absolute;
      top: 10px;
      right: 100px;
      color: #666; }
      .header.bg-white .lang-wrap a.active, .header.bg-white-hover .lang-wrap a.active {
        font-size: 16px;
        color: black; }

.menu-wrap {
  height: 200px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 100px;
  display: none;
  left: 0;
  background-color: #DADADA;
  background-image: url("../../images/pc/shadow.png");
  background-repeat: no-repeat;
  background-position: center top; }
  .menu-wrap .menu-item {
    padding-top: 20px;
    display: none; }
    .menu-wrap .menu-item &gt; div {
      float: left; }
      .menu-wrap .menu-item &gt; div.menu-img {
        width: 300px; }
        .menu-wrap .menu-item &gt; div.menu-img .title {
          margin-bottom: 10px; }
        .menu-wrap .menu-item &gt; div.menu-img img {
          width: 200px; }
      .menu-wrap .menu-item &gt; div.menu-text {
        padding-top: 30px;
        margin-left: 30px;
        width: 300px;
        line-height: 30px; }
      .menu-wrap .menu-item &gt; div.menu-sub-item {
        margin-left: 100px; }
        .menu-wrap .menu-item &gt; div.menu-sub-item li {
          margin-bottom: 6px; }
          .menu-wrap .menu-item &gt; div.menu-sub-item li a {
            color: #666;
            display: block;
            width: 120px;
            border-bottom: 1px solid #aaa; }
            .menu-wrap .menu-item &gt; div.menu-sub-item li a:hover {
              color: #416798; }
          .menu-wrap .menu-item &gt; div.menu-sub-item li.active a {
            color: #416798; }

.page .banner img {
  width: 100%; }
.page .page-menu &gt; ul {
  border-bottom: 1px solid #ccc;
  display: table; }
  .page .page-menu &gt; ul &gt; li {
    padding: 10px 0;
    cursor: pointer;
    vertical-align: bottom;
    display: table-cell; }
    .page .page-menu &gt; ul &gt; li.active {
      border-bottom: 3px solid #377BCC; }
.page .page-menu-content .introduction {
  background-color: #F2F2F2; }
  .page .page-menu-content .introduction .intr-flexslider img {
    width: 100%; }
.page .page-menu-content .intr-flexslider {
  position: relative; }
  .page .page-menu-content .intr-flexslider &gt; ul li {
    padding-bottom: 14px;
    background-image: url(../../images/pc/bt-shadom.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat; }
    .page .page-menu-content .intr-flexslider &gt; ul li img {
      width: 100%; }
  .page .page-menu-content .intr-flexslider .flex-direction-nav li &gt; a {
    position: absolute;
    font-size: 60px;
    color: #416798;
    display: block;
    padding: 0 12px;
    margin-top: -68px; }
    .page .page-menu-content .intr-flexslider .flex-direction-nav li &gt; a.flex-prev {
      top: 50%;
      left: -80px; }
    .page .page-menu-content .intr-flexslider .flex-direction-nav li &gt; a.flex-next {
      top: 50%;
      right: -80px; }
.page .page-menu-content .left-sign {
  width: 94%;
  padding-left: 6%;
  background-image: url(../../images/pc/business/yinhao.png);
  background-repeat: no-repeat; }
.page .page-menu-content .left-blank {
  width: 94%;
  padding-left: 6%; }
.page .page-menu-content .left-dot {
  width: 98%;
  padding-left: 2%;
  position: relative; }
  .page .page-menu-content .left-dot i {
    font-size: 30px;
    line-height: 0;
    top: 10px;
    position: absolute;
    left: -5px; }
    .page .page-menu-content .left-dot i:after {
      content: "·"; }

/***
公司业务
***/
/***
新闻资讯
***/
.page-news .news-item-wrap {
  padding-top: 20px; }
  .page-news .news-item-wrap .news-item {
    padding-left: 246px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .page-news .news-item-wrap .news-item .img-wrap {
      position: absolute;
      left: 0;
      top: 20px;
      width: 230px; }
      .page-news .news-item-wrap .news-item .img-wrap img {
        max-width: 100%; }
    .page-news .news-item-wrap .news-item .content .title {
      font-size: 22px;
      margin-bottom: 10px; }
    .page-news .news-item-wrap .news-item .content .desc {
      font-size: 12px;
      min-height: 120px; }
    .page-news .news-item-wrap .news-item .content .more-text {
      margin-top: 20px; }
.page-news .page-num-wrap {
  margin: 15px 0; }
  .page-news .page-num-wrap span, .page-news .page-num-wrap a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    background-color: #003A84;
    color: white;
    margin-right: 8px;
    font-size: 10px; }
  .page-news .page-num-wrap span {
    background: none;
    color: #003A84;
    font-size: 30px; }
    .page-news .page-num-wrap span.current {
      display: block;
      background-color: #F18101;
      color: white;
      font-size: 10px; }
    .page-news .page-num-wrap span.prev {
      display: none;
      background-color: #003A84;
      color: white;
      font-size: 10px; }
    .page-news .page-num-wrap span.next {
      display: none; }

/***
新闻详情
***/
.page-news-desc .news-desc-title {
  font-size: 24px;
  text-align: center;
  margin: 32px 0 20px 0; }
.page-news-desc .news-desc-source {
  font-size: 12px;
  text-align: center;
  margin-bottom: 12px; }
.page-news-desc .news-desc-content img {
  max-width: 100%; }
.page-news-desc .nearby-page-wrap a {
  color: #ccc;
  cursor: default; }
  .page-news-desc .nearby-page-wrap a.no-empty {
    color: #666666;
    cursor: pointer; }

/***
联系我们
***/
.page-contact .intr-item-wrap {
  margin-top: 30px; }
  .page-contact .intr-item-wrap ul li {
    float: left;
    margin-top: 20px; }
    .page-contact .intr-item-wrap ul li &gt; div {
      padding: 8px 12px; }
      .page-contact .intr-item-wrap ul li &gt; div &gt; span {
        display: table-cell;
        border: 1px solid #e8e8e8;
        width: 100%;
        height: 100px;
        overflow: hidden;
        vertical-align: middle; }
        .page-contact .intr-item-wrap ul li &gt; div &gt; span img {
          width: 100%; }
.page-contact .contact-wrap .contact-text {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #ccc;
  width: 400px;
  margin: auto;
  margin-top: 30px; }
  .page-contact .contact-wrap .contact-text &gt; div {
    padding: 0 16px; }
.page-contact .contact-wrap .contact-map {
  height: 360px;
  border: 1px solid #ccc;
  -moz-box-shadow: 2px 2px 5px #333333;
  -webkit-box-shadow: 2px 2px 5px #333333;
  box-shadow: 2px 2px 5px #333333; }

/***
招贤纳士
***/
.page-recruit i.quotes-sign {
  position: absolute;
  left: -40px;
  top: -5px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../images/pc/business/yinhao.png);
  background-repeat: no-repeat; }
.page-recruit .light-gray-line {
  border-top: 1px solid #e8e8e8; }
.page-recruit .position-wrap {
  border-bottom: 1px solid #ccc; }
  .page-recruit .position-wrap .title {
    border-top: 1px solid #ccc;
    position: relative; }
    .page-recruit .position-wrap .title p {
      padding: 8px 30px;
      background-color: #F1F1F1; }
    .page-recruit .position-wrap .title .control-btn {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      padding: 10px 40px;
      cursor: pointer; }
      .page-recruit .position-wrap .title .control-btn i {
        width: 16px;
        height: 16px;
        display: block;
        background-image: url(../../images/pc/recruit/arrow-blue.png);
        background-position: 0px 0px; }
    .page-recruit .position-wrap .title .control-btn-left i {
      background-position: 16px 0px; }
  .page-recruit .position-wrap .content {
    display: none;
    border-top: 1px solid #ccc;
    background-image: url(../../images/pc/shadow-short.png);
    background-size: 80%;
    background-position: center top;
    background-repeat: no-repeat; }
    .page-recruit .position-wrap .content &gt; .padding-wrap {
      padding: 0 30px 20px 70px; }
      .page-recruit .position-wrap .content &gt; .padding-wrap .section {
        padding-top: 20px; }
        .page-recruit .position-wrap .content &gt; .padding-wrap .section .sub-title {
          font-weight: bold;
          position: relative; }
          .page-recruit .position-wrap .content &gt; .padding-wrap .section .sub-title .sign-num {
            position: absolute;
            left: -20px; }

/***
解决方案
***/
.page-plan .padding-wrap {
  padding: 0 30px 20px 40px; }
.page-plan .section {
  margin-top: 20px; }
  .page-plan .section .sub-title {
    font-weight: bold;
    position: relative; }
    .page-plan .section .sub-title .sign-num {
      position: absolute;
      left: -40px; }
.page-plan .center-line {
  position: relative;
  left: -75px; }

/***
投资者关系
***/
.page-relation .relation-table tr td {
  border: 1px solid #ccc; }
  .page-relation .relation-table tr td span {
    display: block;
    margin: 2px 4px; }
    .page-relation .relation-table tr td span.center {
      text-align: center; }
.page-relation .relation-item-wrap {
  padding-top: 20px; }
  .page-relation .relation-item-wrap .relation-item {
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .page-relation .relation-item-wrap .relation-item .img-wrap {
      position: absolute;
      left: 0;
      top: 0;
      width: 140px;
      display: none; }
      .page-relation .relation-item-wrap .relation-item .img-wrap img {
        width: 100%;
        max-width: 100%; }
    .page-relation .relation-item-wrap .relation-item .content .title {
      font-size: 18px;
      margin-bottom: 10px; }
    .page-relation .relation-item-wrap .relation-item .content .desc {
      font-size: 12px;
      min-height: 120px; }
    .page-relation .relation-item-wrap .relation-item .content .more-text {
      margin-top: 20px; }
.page-relation .page-num-wrap {
  margin: 15px 0; }
  .page-relation .page-num-wrap span, .page-relation .page-num-wrap a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    background-color: #003A84;
    color: white;
    margin-right: 8px;
    font-size: 10px; }
  .page-relation .page-num-wrap span {
    background: none;
    color: #003A84;
    font-size: 30px; }
    .page-relation .page-num-wrap span.current {
      display: block;
      background-color: #F18101;
      color: white;
      font-size: 10px; }
    .page-relation .page-num-wrap span.prev {
      display: none;
      background-color: #003A84;
      color: white;
      font-size: 10px; }
    .page-relation .page-num-wrap span.next {
      display: none; }

/*# sourceMappingURL=pages.css.map */
</pre></body></html>