@charset "UTF-8";
/**
 * @file
 * @auth tangting
 * @date 202016/12/29
 */
/**
 * @file
 * @auth jinguangguo
 * @date 2017/1/22
 */
/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/18
 */
/*
 * 布局函数
 */
/*
    $layout-width
*/
.layout-wrapper {
  min-height: 100%;
  margin-top: -60px; }
  .layout-wrapper .layout-wrapper-box {
    padding-top: 60px; }
    .layout-wrapper .layout-wrapper-box .layout-loading {
      height: 704px;
      line-height: 704px;
      background-color: #fff;
      text-align: center; }
    .layout-wrapper .layout-wrapper-box .layout-header {
      height: 28px;
      background-color: #282828; }
    .layout-wrapper .layout-wrapper-box .layout-content {
      width: 1200px;
      margin: 16px auto;
      background-color: #fff; }
      .layout-wrapper .layout-wrapper-box .layout-content-box {
        padding: 40px 32px;
        margin-bottom: 16px;
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(125, 125, 125, 0.04); }
        .layout-wrapper .layout-wrapper-box .layout-content-box:last-child {
          margin-bottom: 0; }
    .layout-wrapper .layout-wrapper-box .layout-body {
      display: -ms-flexbox;
      display: flex;
      width: 1200px;
      margin: 24px auto;
      margin-bottom: 56px; }
      .layout-wrapper .layout-wrapper-box .layout-body .layout-body-nav {
        -ms-flex: 0 0 176px;
            flex: 0 0 176px;
        min-height: 704px;
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(125, 125, 125, 0.04); }
      .layout-wrapper .layout-wrapper-box .layout-body .layout-body-module {
        -ms-flex: 0 0 992px;
            flex: 0 0 992px;
        margin-left: 16px;
        box-sizing: border-box; }

.layout-wrapper-simple {
  min-height: 100%;
  margin-top: -68px; }
  .layout-wrapper-simple .layout-wrapper-box {
    padding-top: 68px; }
    .layout-wrapper-simple .layout-wrapper-box .layout-loading {
      height: 704px;
      line-height: 704px;
      background-color: #fff;
      text-align: center; }
    .layout-wrapper-simple .layout-wrapper-box .layout-header {
      height: 28px;
      background-color: #282828; }
    .layout-wrapper-simple .layout-wrapper-box .layout-content {
      width: 1200px;
      margin: 16px auto;
      background-color: #fff; }
      .layout-wrapper-simple .layout-wrapper-box .layout-content-box {
        padding: 40px 32px;
        margin-bottom: 16px;
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(125, 125, 125, 0.04); }
        .layout-wrapper-simple .layout-wrapper-box .layout-content-box:last-child {
          margin-bottom: 0; }
    .layout-wrapper-simple .layout-wrapper-box .layout-body {
      display: -ms-flexbox;
      display: flex;
      width: 1200px;
      margin: 24px auto;
      margin-bottom: 56px; }
      .layout-wrapper-simple .layout-wrapper-box .layout-body .layout-body-nav {
        -ms-flex: 0 0 176px;
            flex: 0 0 176px;
        min-height: 704px;
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(125, 125, 125, 0.04); }
      .layout-wrapper-simple .layout-wrapper-box .layout-body .layout-body-module {
        -ms-flex: 0 0 992px;
            flex: 0 0 992px;
        margin-left: 16px;
        box-sizing: border-box; }

.layout-normal {
  width: 1200px;
  margin: 0 auto; }

.layout-web {
  padding-top: 160px;
  text-align: center; }

/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: Hiragino Sans gb, Microsoft YaHei;
  color: #333;
  background-color: #f8f8f8; }

body, input, select, textarea {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: grayscale; }

i, em, strong {
  font-style: normal; }

a {
  color: #00d0a6;
  text-decoration: none;
  transition: color 0.4s; }
  a:hover, a:active, a:link, a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }

input, textarea {
  box-sizing: border-box;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  outline: 0;
  font-size: 14px;
  word-break: break-all; }
  input::-ms-clear, input ::-ms-reveal, textarea::-ms-clear, textarea ::-ms-reveal {
    display: none; }
  input:hover, textarea:hover {
    border: 1px #a9a9a9 solid; }
  input:focus, textarea:focus {
    border: 1px #00d0a6 solid; }
  input[disabled="disabled"], textarea[disabled="disabled"] {
    background-color: #f5f5f5; }
    input[disabled="disabled"]:hover, textarea[disabled="disabled"]:hover {
      border: 1px #ccc solid; }
    input[disabled="disabled"]:focus, textarea[disabled="disabled"]:focus {
      border: 1px #ccc solid; }

input {
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px; }
  input[block] {
    display: block;
    width: 100%; }

textarea {
  padding: 8px;
  resize: none; }

button {
  border: 0 none;
  cursor: pointer;
  border-radius: 2px; }
  button:focus {
    outline: none; }

.icon {
  vertical-align: baseline; }

.icon-g {
  display: inline-block;
  margin-right: 3px; }

.icon-bank {
  color: #00d0a6; }

.icon-ABC {
  color: #158e7d; }

.icon-BOC {
  color: #a40139; }

.icon-CCB {
  color: #002c77; }

.icon-GDB {
  color: #da362a; }

.icon-CMB {
  color: #d60f48; }

.icon-CMBC i {
  font-style: normal; }

.icon-ICBC {
  color: #fa0201; }

.icon-PAB {
  color: #fe330a; }

.icon-SPDB {
  color: #466dbd; }

.icon-BCM {
  color: #1D2087; }

.icon-BOB {
  color: #CC3333; }

.icon-CIB {
  color: #003399; }

.icon-CITIC {
  color: #D8050B; }

.icon-CZB {
  color: #CC9933; }

.icon-bank-other {
  color: #56ABE4; }

.icon-HXB {
  color: #CC3333; }

.icon-PSBC {
  color: #007E3E; }

.icon-CEB {
  color: #DDA922; }

.icon-zfb {
  color: #00aaee; }

.icon-BANK_OTHER {
  color: #00d0a6; }

.icon-info {
  color: #0084ff; }

.icon-arrow-right {
  color: #777; }

.input {
  width: 256px; }
  .input--small {
    width: 128px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff; }

::-webkit-input-placeholder {
  color: #ccc; }

.item-color-link {
  color: #00bb95;
  cursor: pointer; }

.item-color-link:hover {
  color: #00bb95;
  cursor: pointer; }

/**
 * @file 常用功能类&通用原子类
 * @auth jinguangguo
 * @date 2016/10/17
 */
.fn-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.fn-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all; }

.fn-disabled {
  cursor: not-allowed;
  pointer-events: none; }

.fn-selected {
  background-color: #00d0a6;
  color: #fff; }

.fn-link-normal {
  color: #333; }
  .fn-link-normal:hover {
    color: #00d0a6; }

.fn-font-gray {
  color: #999; }

.fn-mt15 {
  margin-top: 15px; }

.fn-mt10 {
  margin-top: 10px; }

.fn-mt5 {
  margin-top: 5px; }

.fn-mb20 {
  margin-bottom: 20px; }

.fn-mb24 {
  margin-bottom: 24px; }

.fn-mb15 {
  margin-bottom: 15px; }

.fn-mb10 {
  margin-bottom: 10px; }

.fn-mb5 {
  margin-bottom: 5px; }

.fn-mb40 {
  margin-bottom: 40px; }

.fn-block {
  display: block;
  width: 100%; }

.fn-none {
  display: none; }

.fn-red {
  color: #ed0d2a; }

.fn-green {
  color: #00bb95; }

.fn-green-link {
  cursor: pointer;
  color: #00bb95; }

.fn-orange {
  color: #ff6000; }

.fn-gray {
  color: #999; }

.fn-ta-left {
  text-align: left; }

.fn-ta-right {
  text-align: right; }

.fn-ta-center {
  text-align: center; }

.fn-input-error {
  border: 1px #f9504b solid; }
  .fn-input-error:focus {
    border: 1px #f9504b solid; }
  .fn-input-error:hover {
    border: 1px #f9504b solid; }

.fn-input-highlight {
  border: 1px solid #00d0a6; }

.fn-inline {
  display: inline; }

.fn-inline-b {
  display: inline-block; }

/**
 * @file
 * @auth jinguangguo
 * @date 2016/11/30
 */
[class^="col"] {
  box-sizing: border-box; }

.col-xs-1 {
  float: left;
  width: 8.333333%; }

.col-xs-2 {
  float: left;
  width: 16.666667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.333333%; }

.col-xs-5 {
  float: left;
  width: 41.666667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.333333%; }

.col-xs-8 {
  float: left;
  width: 66.666667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.333333%; }

.col-xs-11 {
  float: left;
  width: 91.666667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
.ui-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 24px;
  color: #333; }

.ui-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  min-width: 64px;
  height: 40px;
  line-height: 40px;
  background-color: #00d0a6;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 14px; }
  .ui-btn:hover {
    background-color: #129CFF;
    color: #fff; }
  .ui-btn:active {
    background-color: #007df1;
    color: #fff; }
  .ui-btn--block {
    display: block;
    width: 100%; }
  .ui-btn--small {
    height: 24px;
    line-height: 24px; }
  .ui-btn--default {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc; }
    .ui-btn--default:hover {
      background-color: #fafafb;
      color: #333;
      border: 1px solid #a9a9a9; }
    .ui-btn--default:active {
      background-color: #fafafb;
      color: #fff;
      border: 1px solid #a9a9a9; }
  .ui-btn--gray {
    background-color: #f6f6f6;
    color: #666;
    border: 1px solid #ccc; }
    .ui-btn--gray:hover {
      background-color: #fafafb;
      color: #666;
      border: 1px solid #a9a9a9; }
    .ui-btn--gray:active {
      background-color: #fafafb;
      color: #333;
      border: 1px solid #00d0a6; }
  .ui-btn--dashed {
    background-color: #fff;
    color: #333;
    border: 1px dashed #ccc; }
    .ui-btn--dashed:hover {
      background-color: #fafafb;
      color: #333;
      border: 1px dashed #a9a9a9; }
    .ui-btn--dashed:active {
      background-color: #fafafb;
      color: #333;
      border: 1px dashed #00d0a6; }
  .ui-btn[disabled] {
    pointer-events: none;
    box-shadow: none;
    opacity: .65; }

.ui-tip {
  min-height: 16px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap; }
  .ui-tip .text {
    color: #999; }
  .ui-tip .error {
    color: #f9504b; }
  .ui-tip a {
    color: #00d0a6;
    text-decoration: none;
    transition: color 0.4s; }
    .ui-tip a:link, .ui-tip a:visited, .ui-tip a:hover, .ui-tip a:active {
      text-decoration: none; }
    .ui-tip a:hover {
      color: #129CFF;
      text-decoration: none; }
    .ui-tip a:active {
      color: #007df1; }

.ui-loading {
  text-align: center;
  padding: 10px 0; }
  .ui-loading .text {
    color: #999; }

/**
 * @file 放置一些公共模块样式
 * @auth jinguangguo
 * @date 2016/10/19
 */
.m-loading {
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 0; }
  .m-loading > .rect {
    display: inline-block;
    margin-right: 4px;
    background-color: #ddd;
    height: 100%;
    width: 6px;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
    .m-loading > .rect:last-child {
      margin-right: 0; }
  .m-loading > .rect2 {
    animation-delay: -1.1s; }
  .m-loading > .rect3 {
    animation-delay: -1.0s; }
  .m-loading > .rect4 {
    animation-delay: -0.9s; }
  .m-loading > .rect5 {
    animation-delay: -0.8s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.m-loading-point > .bounce {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 100%;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.m-loading-point > .bounce1 {
  animation-delay: -0.32s; }

.m-loading-point > .bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.m-tab {
  position: relative;
  border-bottom: 1px #e6e6e6 solid; }
  .m-tab .history {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1; }
  .m-tab ul.list {
    transform: translate(0, 2px);
    font-size: 16px; }
    .m-tab ul.list li.item {
      float: left; }
      .m-tab ul.list li.item .item-link {
        display: inline-block;
        padding-bottom: 10px;
        color: #666; }
        .m-tab ul.list li.item .item-link--active {
          border-bottom: 2px #00d0a6 solid;
          cursor: default;
          pointer-events: none;
          color: #00d0a6;
          font-weight: bold; }
          .m-tab ul.list li.item .item-link--active:hover {
            color: currentColor; }
      .m-tab ul.list li.item:after {
        margin: 0 16px;
        color: #eaeaea;
        content: '|';
        font-size: 12px; }
      .m-tab ul.list li.item:last-child:after {
        content: ''; }

.m-center-tab {
  position: relative;
  text-align: center;
  font-family: 'Microsoft YaHei', 'hiragino sans gb', 'Arial', sans-serif; }
  .m-center-tab ul.list li.foot-item {
    margin-right: 20px;
    display: inline-block;
    font-size: 12px; }
    .m-center-tab ul.list li.foot-item .item-link {
      display: block;
      line-height: 56px;
      color: #333; }
      .m-center-tab ul.list li.foot-item .item-link--active {
        border-bottom: 2px #000000 solid;
        pointer-events: none; }

.m-table-flex .tbody .tr, .m-table > table > tbody tr {
  line-height: 46px;
  height: 46px; }

.m-table-flex {
  width: 100%;
  min-height: 320px;
  text-align: left; }
  .m-table-flex .tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .m-table-flex .th {
    text-align: left;
    height: 46px;
    line-height: 46px;
    background-color: #e3e9f7; }
  .m-table-flex .th, .m-table-flex .td {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 16px; }
  .m-table-flex .thead {
    border-bottom: 1px #eaeaea solid; }
  .m-table-flex .tbody .ui-loading {
    padding: 30px 0; }
  .m-table-flex--min-height {
    min-height: 491px; }

.m-table {
  min-height: 320px;
  text-align: left; }
  .m-table > table {
    width: 100%;
    font-size: 14px;
    color: #333; }
    .m-table > table > thead th {
      text-align: left;
      height: 46px;
      line-height: 46px;
      background-color: #e3e9f7; }
    .m-table > table > tbody tr:nth-child(odd) {
      background-color: #fff; }
    .m-table > table > tbody tr:nth-child(even) {
      background-color: #f2f5fb; }
    .m-table > table > tbody tr td.link-data {
      color: #00bb95; }
    .m-table > table > tbody .ui-loading {
      padding: 30px 0; }
  .m-table th, .m-table td {
    overflow: hidden;
    padding-left: 20px;
    vertical-align: middle; }

.m-left-nav {
  width: 176px;
  background-color: #ffffff; }
  .m-left-nav .title {
    position: relative;
    padding-left: 56px;
    margin: 40px 0 32px 0;
    font-size: 16px;
    color: #333333;
    line-height: 24px; }
    .m-left-nav .title .title-icon, .m-left-nav .title .title-text {
      vertical-align: middle;
      font-weight: bold; }
    .m-left-nav .title i, .m-left-nav .title .img {
      position: absolute;
      left: 24px;
      top: 0;
      font-size: 24px; }
  .m-left-nav a.item-link {
    display: block;
    padding-left: 56px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666; }
    .m-left-nav a.item-link:hover {
      background-color: #fafafb;
      color: #666666; }
    .m-left-nav a.item-link--active {
      color: #ffffff;
      background-color: #333;
      pointer-events: none; }
      .m-left-nav a.item-link--active:hover {
        color: #ffffff;
        background-color: #333; }

.m-tab-sub {
  font-family: 'Microsoft YaHei', 'hiragino sans gb', 'Arial', sans-serif; }
  .m-tab-sub ul.list {
    font-size: 14px; }
    .m-tab-sub ul.list li.item {
      float: left;
      margin-right: 24px; }
      .m-tab-sub ul.list li.item .item-link {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 4px 8px;
        border-radius: 2px;
        border: 1px solid #666;
        color: #666; }
        .m-tab-sub ul.list li.item .item-link .icon-bank {
          color: #666; }
        .m-tab-sub ul.list li.item .item-link .tab-text {
          padding-left: 4px; }
        .m-tab-sub ul.list li.item .item-link--active {
          border: 1px solid #00d0a6;
          color: #00d0a6;
          cursor: default;
          pointer-events: none; }
          .m-tab-sub ul.list li.item .item-link--active .icon-bank {
            color: #00d0a6; }
          .m-tab-sub ul.list li.item .item-link--active:hover {
            color: currentColor; }
          .m-tab-sub ul.list li.item .item-link--active .tab-text .triangle {
            width: 12px;
            height: 12px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url("../img/check.png"); }

.m-panel {
  border-radius: 2px;
  border: 1px solid #eaeaea;
  box-shadow: 1px 1px 5px rgba(125, 125, 125, 0.04);
  font-size: 14px; }
  .m-panel > .title {
    background-color: #f8f8f8;
    padding: 0 24px;
    height: 40px;
    line-height: 40px; }
  .m-panel > .content {
    padding: 0 24px;
    height: 64px;
    line-height: 64px;
    background-color: #fff;
    font-weight: bold; }

.m-form-dialog, .m-form-page {
  font-size: 13px; }
  .m-form-dialog .comp-help, .m-form-page .comp-help {
    margin-bottom: 24px; }
  .m-form-dialog .col-row, .m-form-page .col-row {
    margin-bottom: 16px;
    line-height: 12px; }
    .m-form-dialog .col-row-line, .m-form-page .col-row-line {
      margin-bottom: 24px;
      border-bottom: 1px #eaeaea dashed; }
    .m-form-dialog .col-row:after, .m-form-page .col-row:after {
      content: "";
      display: table;
      clear: both; }
    .m-form-dialog .col-row:last-child, .m-form-page .col-row:last-child {
      margin-bottom: 0; }
    .m-form-dialog .col-row .ui-tip, .m-form-page .col-row .ui-tip {
      margin-top: 2px;
      font-size: 12px;
      white-space: nowrap; }
    .m-form-dialog .col-row--btns, .m-form-page .col-row--btns {
      margin-top: 24px; }
  .m-form-dialog .col-rowheight, .m-form-page .col-rowheight {
    margin-bottom: 32px; }
  .m-form-dialog .col-label, .m-form-page .col-label {
    float: left;
    box-sizing: border-box;
    padding-top: 14px;
    margin-right: 10px;
    text-align: right; }
  .m-form-dialog .col-input, .m-form-dialog .col-text, .m-form-page .col-input, .m-form-page .col-text {
    float: left; }
    .m-form-dialog .col-input .comp-verify-code, .m-form-dialog .col-text .comp-verify-code, .m-form-page .col-input .comp-verify-code, .m-form-page .col-text .comp-verify-code {
      float: right;
      width: 120px; }
  .m-form-dialog .col-text > .text, .m-form-page .col-text > .text {
    display: block;
    min-height: 40px;
    line-height: 40px; }
  .m-form-dialog .col-tip, .m-form-page .col-tip {
    float: left;
    padding-top: 14px;
    padding-left: 16px; }
    .m-form-dialog .col-tip .icon, .m-form-dialog .col-tip .link, .m-form-page .col-tip .icon, .m-form-page .col-tip .link {
      vertical-align: middle;
      margin-right: 4px; }
    .m-form-dialog .col-tip .icon, .m-form-page .col-tip .icon {
      font-size: 15px; }

.m-form-dialog .col-label {
  width: 94px; }

.m-form-dialog .col-input, .m-form-dialog .col-text {
  width: 256px; }

.m-form-dialog .modal-body .comp-help {
  margin-bottom: 24px; }

.m-form-tip {
  color: #999; }
  .m-form-tip > ul.list > li.item {
    margin-bottom: 12px; }
    .m-form-tip > ul.list > li.item:last-child {
      margin-bottom: 0; }
    .m-form-tip > ul.list > li.item .item-right {
      float: right; }
    .m-form-tip > ul.list > li.item .item-left > .text {
      vertical-align: middle; }
    .m-form-tip > ul.list > li.item .item-left > .comp-popover {
      display: inline-block;
      vertical-align: middle; }
    .m-form-tip > ul.list > li.item--line {
      margin: -2px 0 10px 0;
      border-bottom: 1px #eaeaea solid; }

.m-form-page {
  padding-left: 24px;
  padding-right: 24px; }
  .m-form-page .col-label {
    width: 128px; }
  .m-form-page .col-input, .m-form-page .col-text {
    width: 255px; }
  .m-form-page .col-row--tip {
    margin-top: 24px;
    height: 86px;
    line-height: 1.4; }

.m-block-content {
  background-color: #fff;
  margin: 20px 0;
  padding: 40px 60px; }

.m-review {
  padding-bottom: 26px; }
  .m-review > .review_title {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .m-review > .review_cont {
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px; }
    .m-review > .review_cont .review_cont_left, .m-review > .review_cont .review_cont_right {
      -ms-flex: 1;
          flex: 1; }
    .m-review > .review_cont .cont_item {
      color: #333;
      line-height: 44px;
      display: -ms-flexbox;
      display: flex; }
      .m-review > .review_cont .cont_item .item_title {
        width: 126px; }

.m-arr-tab .tab_title {
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
  float: left; }

.m-arr-tab .cont_list > .cont_item {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid #e8e8e8; }
  .m-arr-tab .cont_list > .cont_item > .item_from {
    width: 430px; }
    .m-arr-tab .cont_list > .cont_item > .item_from .from_id, .m-arr-tab .cont_list > .cont_item > .item_from .from_address {
      height: 40px;
      line-height: 40px; }
  .m-arr-tab .cont_list > .cont_item > .item_arrow {
    width: 110px; }
    .m-arr-tab .cont_list > .cont_item > .item_arrow .arrow_no, .m-arr-tab .cont_list > .cont_item > .item_arrow .arrow_pic {
      height: 40px;
      line-height: 40px; }
  .m-arr-tab .cont_list > .cont_item > .item_to {
    width: 360px; }
    .m-arr-tab .cont_list > .cont_item > .item_to .to_type, .m-arr-tab .cont_list > .cont_item > .item_to .to_address {
      height: 40px;
      line-height: 40px; }
    .m-arr-tab .cont_list > .cont_item > .item_to .contract_fail {
      color: #ff7747; }
  .m-arr-tab .cont_list > .cont_item > .item_spe .spe_time, .m-arr-tab .cont_list > .cont_item > .item_spe .spe_fee {
    height: 40px;
    line-height: 40px; }

.m-arr-tab .cont_list > .cont_item:first-child {
  border-top: 1px solid #e8e8e8; }

.m-trade-table {
  min-height: 320px;
  text-align: left; }
  .m-trade-table > table {
    width: 100%;
    font-size: 14px;
    color: #333; }
    .m-trade-table > table > thead th {
      text-align: left;
      height: 46px;
      line-height: 46px;
      background-color: #e3e9f7; }
    .m-trade-table > table > tbody tr:nth-child(odd) {
      background-color: #f2f5fb; }
    .m-trade-table > table > tbody tr:nth-child(even) {
      background-color: #fff; }
    .m-trade-table > table > tbody tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .m-trade-table > table > tbody tr td.link-data {
        color: #00bb95; }
      .m-trade-table > table > tbody tr td {
        height: 45px;
        line-height: 45px;
        font-size: 14px; }
      .m-trade-table > table > tbody tr:hover {
        cursor: pointer; }
        .m-trade-table > table > tbody tr:hover .detail-trade {
          display: block; }
    .m-trade-table > table > tbody .ui-loading {
      padding: 30px 0; }
    .m-trade-table > table > tbody .contract_fail {
      color: #ff7747; }
    .m-trade-table > table > tbody .to_type {
      height: 40px;
      line-height: 40px; }
    .m-trade-table > table > tbody .detail-trade {
      display: none; }
      .m-trade-table > table > tbody .detail-trade .module-trade-flex {
        display: -ms-flexbox;
        display: flex; }
      .m-trade-table > table > tbody .detail-trade .trade-from, .m-trade-table > table > tbody .detail-trade .trade-arrow, .m-trade-table > table > tbody .detail-trade .trade-to {
        font-size: 12px;
        text-align: left;
        height: 45px;
        line-height: 45px;
        display: inline-block; }
      .m-trade-table > table > tbody .detail-trade .trade-from {
        text-align: center; }
  .m-trade-table th, .m-trade-table td {
    padding-left: 20px;
    vertical-align: middle; }

/**
 * @file
 * @auth jinguangguo
 * @date 2017/1/9
 */
.animate-modal-enter-active, .animate-modal-leave-active {
  transition: opacity 0.4s; }

.animate-modal-enter, .animate-modal-leave-active {
  opacity: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?qz7234");
  src: url("fonts/icomoon.eot?qz7234#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qz7234") format("truetype"), url("fonts/icomoon.woff?qz7234") format("woff"), url("fonts/icomoon.svg?qz7234#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ABC:before {
  content: "\e900"; }

.icon-allow-down:before {
  content: "\e901"; }

.icon-arrow-down:before {
  content: "\e902"; }

.icon-arrow-down2:before {
  content: "\e903"; }

.icon-arrow-left:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e905"; }

.icon-arrow-up:before {
  content: "\e906"; }

.icon-arrow-up2:before {
  content: "\e907"; }

.icon-BANK_OTHER:before {
  content: "\e908"; }

.icon-bank:before {
  content: "\e909"; }

.icon-BCM:before {
  content: "\e90a"; }

.icon-BOB:before {
  content: "\e90b"; }

.icon-BOC:before {
  content: "\e90c"; }

.icon-cancel-circle:before {
  content: "\e90d"; }

.icon-CCB:before {
  content: "\e90e"; }

.icon-CEB:before {
  content: "\e90f"; }

.icon-check:before {
  content: "\e910"; }

.icon-checkmark:before {
  content: "\e911"; }

.icon-checkmark2:before {
  content: "\e912"; }

.icon-CIB:before {
  content: "\e913"; }

.icon-CITIC:before {
  content: "\e914"; }

.icon-clock:before {
  content: "\e915"; }

.icon-clock1:before {
  content: "\e916"; }

.icon-close:before {
  content: "\e917"; }

.icon-CMB:before {
  content: "\e918"; }

.icon-CMBC .path1:before {
  content: "\e919";
  color: #009b89; }

.icon-CMBC .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: #2c5082; }

.icon-CNY:before {
  content: "\e91b"; }

.icon-cwzx:before {
  content: "\e91c"; }

.icon-CZB:before {
  content: "\e91d"; }

.icon-day:before {
  content: "\e91e"; }

.icon-eye-close:before {
  content: "\e91f"; }

.icon-eye-open:before {
  content: "\e920"; }

.icon-finance:before {
  content: "\e921"; }

.icon-g:before {
  content: "\e922"; }

.icon-GDB:before {
  content: "\e923"; }

.icon-GOP:before {
  content: "\e924"; }

.icon-hand:before {
  content: "\e925"; }

.icon-home:before {
  content: "\e926"; }

.icon-homepage:before {
  content: "\e927"; }

.icon-HXB:before {
  content: "\e928"; }

.icon-ICBC:before {
  content: "\e929"; }

.icon-increase:before {
  content: "\e92a"; }

.icon-info:before {
  content: "\e92b"; }

.icon-jydt:before {
  content: "\e92c"; }

.icon-lock:before {
  content: "\e92d"; }

.icon-notification:before {
  content: "\e92e"; }

.icon-person:before {
  content: "\e92f"; }

.icon-plus:before {
  content: "\e930"; }

.icon-price:before {
  content: "\e931"; }

.icon-PSBC:before {
  content: "\e932"; }

.icon-qrcode:before {
  content: "\e933"; }

.icon-recharge-step1:before {
  content: "\e934"; }

.icon-recharge-step2:before {
  content: "\e935"; }

.icon-recharge-step3:before {
  content: "\e936"; }

.icon-record:before {
  content: "\e937"; }

.icon-sfrz:before {
  content: "\e938"; }

.icon-shezhi:before {
  content: "\e939"; }

.icon-SPDB:before {
  content: "\e93a"; }

.icon-success:before {
  content: "\e93b"; }

.icon-technology:before {
  content: "\e93c"; }

.icon-tuichu:before {
  content: "\e93d"; }

.icon-USD .path1:before {
  content: "\e93e";
  color: #3fa3ff; }

.icon-USD .path2:before {
  content: "\e93f";
  margin-left: -1em;
  color: #2796fd; }

.icon-wdzh:before {
  content: "\e940"; }

.icon-xiaoxi:before {
  content: "\e941"; }

.icon-zfb:before {
  content: "\e942"; }

.icon-zfb2:before {
  content: "\e943"; }

.icon-zichan:before {
  content: "\e944"; }

/**
 * @file
 * @auth jinguangguo
 * @date 2017/1/18
 */
/**
 * @file
 * @auth
 * @date 2016/10/18
 */
.layout-footer {
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 14px;
  background: #ebf0f9; }
  .layout-footer .footer-wrapper {
    margin: 0 auto;
    width: 1200px; }
    .layout-footer .footer-wrapper span:first-child {
      float: left; }
    .layout-footer .footer-wrapper span:last-child {
      float: right;
      color: #00d0a6; }
      .layout-footer .footer-wrapper span:last-child a {
        overflow: hidden; }

/**
 * @file
 * @auth
 * @date 2016/10/18
 */
.layout-nav {
  position: relative;
  z-index: 2;
  background-color: #fff; }
  .layout-nav .nav-wrapper .left, .layout-nav .nav-wrapper .right .menu .list .item-link {
    height: 100px;
    line-height: 100px; }
  .layout-nav .nav-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
    .layout-nav .nav-wrapper .left {
      float: left; }
      .layout-nav .nav-wrapper .left .img {
        vertical-align: middle; }
    .layout-nav .nav-wrapper .right {
      position: relative;
      left: 210px;
      float: left;
      z-index: 1; }
      .layout-nav .nav-wrapper .right .menu .list .item {
        float: left;
        margin-right: 90px;
        font-size: 16px; }
        .layout-nav .nav-wrapper .right .menu .list .item-link {
          display: block;
          box-sizing: border-box;
          padding: 0 2px;
          color: #777;
          cursor: pointer; }
          .layout-nav .nav-wrapper .right .menu .list .item-link:hover {
            text-decoration: none;
            color: #00d0a6; }
          .layout-nav .nav-wrapper .right .menu .list .item-link--active {
            border-bottom: 2px solid #00d0a6;
            color: #00d0a6;
            font-weight: bold; }

/**
 * @file
 * @auth Tangting
 * @date 2016/12/29
 */
/**
 * @file
 * @auth Tangting
 * @date 2017/2/15
 */
.contract-cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px; }
  .contract-cont .contract-addr, .contract-cont .contract-cont-inner h2, .contract-cont-inner .contract-cont h2 {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px; }
  .contract-cont .contract-addr span {
    display: inline-block;
    margin-left: 15px; }
  .contract-cont-inner {
    width: 100%;
    padding: 40px 60px 60px;
    margin-bottom: 80px;
    background: #fff; }
    .contract-cont-inner .contract-overview {
      position: relative;
      margin-bottom: 45px; }
      .contract-cont-inner .contract-overview ul {
        padding-top: 25px;
        border-top: 1px solid #e8e8e8;
        line-height: 44px; }
        .contract-cont-inner .contract-overview ul li > b {
          position: absolute;
          width: 125px;
          font-weight: normal; }
        .contract-cont-inner .contract-overview ul li > span {
          display: inline-block;
          padding-left: 125px; }
      .contract-cont-inner .contract-overview .function_events {
        position: absolute;
        top: 85px;
        right: 90px; }
        .contract-cont-inner .contract-overview .function_events > dl {
          float: left; }
          .contract-cont-inner .contract-overview .function_events > dl:last-child {
            margin-left: 90px; }
          .contract-cont-inner .contract-overview .function_events > dl dt {
            margin-bottom: 20px; }
          .contract-cont-inner .contract-overview .function_events > dl dd {
            width: 180px;
            height: 210px;
            line-height: 32px;
            padding: 10px 20px;
            border: 1px solid #d9d9d9;
            overflow: auto; }
            .contract-cont-inner .contract-overview .function_events > dl dd span {
              display: block; }
    .contract-cont-inner .deal-record {
      position: relative; }
      .contract-cont-inner .deal-record .comp-pager {
        position: absolute;
        right: 0;
        top: 0; }

.module-contract .contract-cont {
  width: 1200px;
  margin: 0 auto; }
  .module-contract .contract-cont .search-box {
    position: relative;
    width: 640px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 40px; }
    .module-contract .contract-cont .search-box > input {
      display: block;
      width: 100%;
      height: 50px;
      border: 1px #d6d6d6 solid;
      border-radius: 6px;
      padding-right: 110px;
      background: transparent; }
      .module-contract .contract-cont .search-box > input:focus {
        border: 1px #00d0a6 solid;
        color: #333; }
    .module-contract .contract-cont .search-box-btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 110px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border: 1px solid transparent;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      font-size: 18px;
      color: #fff;
      background: #00bb95; }
      .module-contract .contract-cont .search-box-btn:hover {
        background: #00b08c;
        cursor: pointer; }
    .module-contract .contract-cont .search-box-delete {
      position: absolute;
      top: 18px;
      right: 125px;
      width: 14px;
      height: 14px; }
  .module-contract .contract-cont .contract-block {
    width: 100%;
    margin: 20px 0 90px; }
    .module-contract .contract-cont .contract-block table tbody td:first-child {
      position: relative; }
    .module-contract .contract-cont .contract-block table td span {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 46px;
      background-color: #00d0a6; }
    .module-contract .contract-cont .contract-block table tr:hover {
      cursor: pointer; }
      .module-contract .contract-cont .contract-block table tr:hover span {
        display: block; }
    .module-contract .contract-cont .contract-block table tr:nth-child(odd):hover {
      background-color: #f9fbfe; }
    .module-contract .contract-cont .contract-block table tr:nth-child(even):hover {
      background-color: #eef2f9; }






/************************************************
*					2018 06 27					*
************************************************/

a{color:#3799ba;}
input:focus, textarea:focus{border:1px #3799ba solid;}
.icon-bank {color:#3799ba;}

.icon-ABC {color: #3799ba;}

.icon-PSBC {color: #006cac;}
.icon-BANK_OTHER {color: #006cac;}

.item-color-link {color: #1782a0}
.item-color-link:hover {color: #1782a0}

.comp-pager .pagination > li.item > a.item-link{color: #3799ba !important;}


.fn-selected {background-color: #3799ba;}
.fn-link-normal:hover {color: #3799ba;}
.fn-green {color: #1782a0;}
.fn-green-link {color: #1782a0;}
.fn-input-highlight {border: 1px solid #3799ba;}


.ui-btn {background-color:#3799ba;}
.ui-btn--gray:active {border:1px solid #3799ba;}
.ui-btn--dashed:active {border:1px dashed #3799ba;}
.ui-tip a {color:#3799ba;}


.m-tab ul.list li.item .item-link--active {
	border-bottom: 2px #3799ba solid;
	color: #3799ba;
}
.m-table > table > thead th {
	padding:20px 0 20px 20px;
	line-height:23px;
}

.m-table > table > tbody tr td.link-data{color: #1782a0;}
.m-tab-sub ul.list li.item .item-link--active {
	border: 1px solid #3799ba;
	color: #3799ba;
}
.m-tab-sub ul.list li.item .item-link--active .icon-bank {color: #3799ba; }
.m-trade-table > table > tbody tr td.link-data {color: #1782a0;}



.layout-footer .footer-wrapper span:last-child {color: #3799ba}


.layout-nav .nav-wrapper .right .menu .list .item-link:hover {
	text-decoration: none;
	color: #3799ba;
}
.layout-nav .nav-wrapper .right .menu .list .item-link--active {
	border-bottom: 2px solid #3799ba;
	color: #3799ba;
}


.module-index .index-header {background: #64bee1 url("../img/bg.png") no-repeat center;}
.module-index .index-header-cont .search-box .search-box-input:focus::-webkit-input-placeholder, .module-index .index-header-cont .search-box .search-box-input:hover::-webkit-input-placeholder, .module-index .index-header-cont .search-box .search-box-input.activeInput::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #1782a0;
}
.module-index .index-header-cont .search-box .search-box-input:-moz-placeholder:focus, .module-index .index-header-cont .search-box .search-box-input:-moz-placeholder:hover, .module-index .index-header-cont .search-box .search-box-input.activeInput:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #1782a0;
}
.module-index .index-header-cont .search-box .search-box-input:focus::-moz-placeholder, .module-index .index-header-cont .search-box .search-box-input:hover::-moz-placeholder, .module-index .index-header-cont .search-box .search-box-input.activeInput::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #1782a0;
}
.module-index .index-header-cont .search-box .search-box-input:-ms-input-placeholder:focus, .module-index .index-header-cont .search-box .search-box-input:-ms-input-placeholder:hover, .module-index .index-header-cont .search-box .search-box-input.activeInput:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #1782a0;
}
.module-index .index-header-cont .search-box-input:focus, .module-index .index-header-cont .search-box-input:hover{color: #1782a0;}

.module-contract .contract-cont {margin: 80px auto 0;}
.module-contract .contract-cont .search-box > input:focus {border: 1px #3799ba solid;}
.module-contract .contract-cont .search-box-btn {background: #3799ba;}
.module-contract .contract-cont .search-box-btn:hover {background: #1782a0;}
.module-contract .contract-cont .contract-block table td span {background-color: #3799ba;}

.m-block-content.balance{
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:start;
	padding:30px 50px
}
.m-block-content.balance>.balance-title{
	font-size:20px;
	font-weight:700;
	color:#333
}
.m-block-content.balance>.balance-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	width:905px
}
.m-block-content.balance>.balance-list.collapse{
	height:28px;
	overflow:hidden
}
.m-block-content.balance>.balance-list li{
	width:300px;
	line-height:2;
	text-align:center;
	margin-top:15px
}
.m-block-content.balance>.balance-list li:nth-child(1),.m-block-content.balance>.balance-list li:nth-child(2),.m-block-content.balance>.balance-list li:nth-child(3){margin-top:0}
.m-block-content.balance>.balance-list li:not(:nth-child(3n)){border-right:1px solid #e5e5e5}
.m-block-content.balance>.balance-list li:last-child{border-right:none}
.m-block-content.balance>.balance-btns .morebtn{color:#1782a0;cursor:pointer;line-height:2}
.m-block-content.balance>.balance-btns .morebtn.disabled{color:#ccc;cursor:default}
.m-block-content.balance>.balance-btns .morebtn .tip{
	position:absolute;
	top:-8px;
	right:8px;
	padding:2px 6px;
	color:#333;
	background:#ededed;
	display:none
}
.m-block-content.balance>.balance-btns .morebtn:hover .tip{display:block}
.comp-block .block-id{text-align:center;font-size:16px}






.header{width:100%;margin:0;padding:0;position:fixed;top:0;z-index:100000;}
.header{height:80px;background-color:#11161c;opacity:0.7;}
.header .nav_wrap{width:100%;max-width:1200px;height:80px;margin:0 auto;text-align:left;font-size:22px;color:#fff;font-weight:500;line-height:80px;}
.header .nav_wrap .logo{height:80px;margin:0 0 0 10px;color:#fff;line-height:80px;}
.header .nav_wrap .logo img{width:auto;height:30px;margin:25px 0 0;}
.header .nav_wrap .menu{height:80px;line-height:70px;display:inline;float:right;}
.header .nav_wrap .menu li{height:80px;display:inline;float:left;}
.header .nav_wrap .menu li a{height:80px;padding:0 15px;font-size:15px;font-weight:500;color:#fff;line-height:80px;display:inline-block;}
.header .nav_wrap .menu li a:hover,
.header .nav_wrap .menu li a:active,
.header .nav_wrap .menu li a:focus,
.header .nav_wrap .menu li a.on{color:#1dd7fe;}


.tt_bg{width:100%;height:100%;background:#030406 url(../img/tt_bg.jpg) center bottom no-repeat;background-size:100%;z-index:1;}

.hcontainer{width:100%;max-width:1200px;margin:0 auto;padding:220px 0 265px;position:relative;}
.cxit{margin:0 0 40px;text-align:center;font-size:50px;font-weight:300;color:#fff;line-height:80px;display:block;}
.cxit b{color:#1dd7fe;}
.cbxt{margin:0 0 40px;padding:0 20px;text-align:center;font-size:17px;font-weight:300;color:#fff;line-height:25px;display:block;}


.footer{width:100%;margin:0;padding:40px 0;background-color:#1c1d21;text-align:left;font-size:12px;font-weight:300;color:#45464d;line-height:22px;position:relative;}
.footer .f_case{max-width:960px;margin:0 auto;position:relative;}
.footer .f_logo{margin:0;padding:0;position:relative;}
.footer .f_txt{margin:0;padding:0;text-align:left;}
.footer .f_txt span{letter-spacing:1px;}
