@charset "UTF-8";
/*!
* AppEx-Networks 2.0 (http://appexnetworks.com)
* Author zhwangart
*/
/*== Spacing
//
$spacing-small:          .75rem;
$spacing-single:         1rem;
$spacing-double:         2rem;
$spacing-triple:         3rem;
$spacing-big:            6rem;
*/
@font-face {
  font-family: "FzltHei";
  src: url("../webfonts/FzltHei.eot");
  src: url("../webfonts/FzltHei.eot?#iefix") format("embedded-opentype"), url("../webfonts/FzltHei.woff") format("woff"), url("../webfonts/FzltHei.ttf") format("truetype"), url("../webfonts/FzltHei.svg#FzltHei") format("svg");
  font-style: normal;
  font-weight: normal; }
@keyframes rotate-clockwise {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
@keyframes rotate-anticlockwise {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(-360deg); } }
@keyframes rotate-playback {
  to {
    transform: rotate(0); } }
@keyframes scrolling-logo {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-99%); } }
@media (min-width: 768px) {
  @keyframes bg-img-size {
    from {
      background-size: 150%; }
    to {
      background-size: 100%; } } }
body {
  font-family: "FzltHeis", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-weight: normal;
  color: #3a3f3b;
  background-color: #fafbfd;
  backface-visibility: hidden;
  overflow-x: hidden; }

a, input, textarea, button, label {
  outline: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

a:hover {
  text-decoration: none; }

textarea {
  resize: none; }

label {
  font-weight: inherit;
  font-size: small; }

ul, ol {
  padding-left: 1.5em; }

a {
  text-decoration: none;
  color: #3a3f3b;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  a:hover, a:focus {
    outline: none;
    color: #1a1f1b; }
  a.underline {
    text-decoration: underline; }
  a.link-gt::after {
    content: "\e68e";
    padding-left: .3rem;
    font-family: "iconfont";
    font-size: smaller; }

a.text-default:hover, a .text-default:hover {
  color: #121212; }

a.text-standard:hover, a .text-standard:hover {
  color: #27406b; }

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

.text-default, a.text-default {
  color: #3a3f3b !important; }

.text-standard, a.text-standard {
  color: #6589c6 !important; }

.text-danger, a.text-danger {
  color: #e2694d !important; }

.text-info, a.text-info {
  color: #74a2d1 !important; }

.title-specified {
  position: relative;
  margin-bottom: 30px; }
  .title-specified::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: #6589c6; }

.btn-longer {
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .btn-longer {
      padding-right: 30px;
      padding-left: 30px; } }

.form-control {
  position: relative;
  box-shadow: inset 0 0 0 0; }
  .form-control:focus {
    border-color: #6589c6;
    box-shadow: 0 0 0 2px rgba(109, 192, 101, 0.225); }

.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-shadow: none; }
  .btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    left: -50%;
    opacity: 0;
    transform: skew(45deg) scale(1.1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .btn:hover::after {
    opacity: 1;
    width: 200%; }
  .btn:active::after {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset; }

.input-group-btn > .btn.btn-sm {
  height: 30px; }

.btn-link {
  color: #6589c6; }
  .btn-link:hover {
    color: #527bbf; }

.btn-default {
  background-color: #f9f9f9;
  border-color: #cccccc;
  color: #3a3f3b; }

.btn-default::after {
  background: white; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #f9f9f9;
  border-color: #cccccc;
  color: #3a3f3b; }

.btn-default:active {
  background-color: #f9f9f9 !important;
  border-color: #cccccc !important;
  color: #3a3f3b; }

.btn-primary {
  background-color: #6589c6;
  border-color: #6589c6;
  color: white; }

.btn-primary::after {
  background-color: #527bbf; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #6589c6;
  border-color: #527bbf;
  color: white; }

.btn-primary:active {
  background-color: #27406b !important;
  border-color: #27406b !important;
  color: white; }

.btn-outline-primary {
  background-color: transparent;
  border-color: #6589c6;
  color: #6589c6; }

.btn-outline-primary::after {
  background: #6589c6;
  color: white; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: transparent;
  border-color: #6589c6;
  color: white; }

.btn-outline-primary:active {
  background-color: #27406b !important;
  border-color: #27406b !important;
  color: white; }

.btn-outline-white {
  background-color: transparent;
  border-color: white;
  color: white; }

.btn-outline-white::after {
  background-color: white; }

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: transparent;
  border-color: white;
  color: #3a3f3b; }

.btn-outline-white:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #27406b; }

.btn-downstream {
  margin-top: 45px; }

.btn-downstream > .list-inline {
  margin-bottom: inherit; }

.acheck,
.aswitch,
.abtncheck {
  position: absolute;
  opacity: 0; }

.acheck + ins {
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  transition: all .2s ease; }

.acheck + ins::before {
  font-family: 'iconfont';
  font-size: large;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #a9a9a9; }

.acheck:checked + ins::before {
  color: #6589c6; }

.acheck[type="radio"] + ins::before {
  content: "\e64b"; }

.acheck[type="radio"]:checked + ins::before {
  content: "\e64c"; }

.acheck[type="checkbox"] + ins::before {
  content: "\e651"; }

.acheck[type="checkbox"]:checked + ins::before {
  content: "\e64f"; }

.acheck.acheck-btn + ins {
  background-color: white;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 5px 10px 5px 30px;
  line-height: 1.5; }

.acheck.acheck-btn + ins::before {
  left: 5px; }

.acheck.acheck-btn:hover + ins {
  border-color: #527bbf; }

.acheck.acheck-btn:checked + ins {
  border-color: #6589c6;
  color: #527bbf; }

.acheck.acheck-btn[type="checkbox"] + ins::before {
  content: "\e651"; }

.acheck.acheck-btn[type="checkbox"]:checked + ins::before {
  content: "\e64f"; }

.aswitch + ins {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  border-radius: 12px;
  border: solid 2px #ddd;
  background-color: #ddd;
  padding-left: 24px;
  text-decoration: none;
  transition: all .2s ease; }

.aswitch + ins::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  transition: all .2s ease; }

.aswitch:checked + ins {
  border-color: #6589c6;
  background-color: #6589c6; }

.aswitch:checked + ins::before {
  left: 18px; }

.aswitch:checked:disabled + ins {
  cursor: no-drop;
  border-color: #9cbf99;
  background-color: #9cbf99; }

.aswitch:disabled + ins {
  cursor: no-drop;
  background-color: #efefef; }

.form-gropu-line {
  position: relative; }

.form-gropu-line > label {
  position: absolute;
  z-index: 2;
  left: 15px;
  width: 75px;
  top: 50%;
  transform: translateY(-50%); }

.form-gropu-line > label::after {
  content: "*";
  color: #e2694d;
  float: right; }

.form-gropu-line > label.noafter::after {
  content: none;
}

.form-gropu-line > .form-control {
  padding-left: 100px; }

.form-group-rss {
  padding-top: 15px;
  width: 80%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .form-group-rss {
      margin-right: inherit;
      margin-left: inherit; } }

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  vertical-align: middle; }
  .form-select::-ms-expand {
    display: none; }
  .form-select:not([multiple]):not([size]) {
    background: white url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.55rem center/1.25rem 1.25rem;
    padding-right: 1rem; }
  .form-select:disabled, .form-select.disabled {
    background-color: #ededed !important;
    color: #666666 !important; }

.form-freetrial {
  position: relative;
  z-index: 3;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
  border-radius: 4px;
  color: #3a3f3b;
  box-shadow: 0 3px 15px rgba(22, 76, 13, 0.1); }
  .form-freetrial > form {
    padding: 15px 30px; }
  .form-freetrial > .form-heading {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #eeeeee;
    border-radius: 4px 4px 0 0;
    padding: 15px;
    margin-bottom: 15px; }

.header {
  position: relative;
  z-index: 9;
  padding: 7px 0;
  transition: all 0.5s ease-in-out 0s; }
  .header .navbar .navbar-collapse {
    background-color: white;
    text-align: center; }
  @media (min-width: 768px) {
    .header .navbar {
      margin-top: 25px; }
      .header .navbar .navbar-collapse {
        background-color: inherit;
        text-align: inherit; } }
  .header .topbar {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    display: none; }
    @media (min-width: 768px) {
      .header .topbar {
        display: block; } }
  .header.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
  .header.header-translucent {
    background-color: rgba(255, 255, 255, 0.5); }
  .header.header-white, .header.header-specter {
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075); }
  .header.header-specter .topbar {
    top: -30px;
    opacity: 0; }
  .header.header-specter .navbar {
    margin-top: 0; }
  .header.header-specter .navbar-brand-appex {
    padding: 11px 15px;
    margin-top: 0; }

.topbar {
  font-size: small;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .topbar::after {
    content: "";
    display: table;
    clear: both; }
  .topbar .list-inline {
    margin-bottom: 0; }

.footer {
  background-color: #fafbfd;
  padding: 60px 0 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer {
      text-align: inherit; } }

.scrolling-logo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .075;
  animation: scrolling-logo 45s infinite linear;
  will-change: transform; }

.scrolling-logo .img-logo {
  width: 150px;
  margin: 45px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

.logo-wall {
  margin: -15px; }
  .logo-wall ul, .logo-wall ol {
    margin-bottom: 0; }
  .logo-wall .img-logo {
    width: 120px;
    margin: 15px; }

.anad {
  position: relative; }

.anad.anad-bfreetrial {
  z-index: 1;
  font-size: medium;
  margin-top: 50%;
  transform: translateY(-50%); }

.anad.anad-bfreetrial .ad-title {
  margin-bottom: 30px;
  color: #27406b; }

.list-menu {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 30px; }
  .list-menu > li {
    display: inline-block;
    margin: 0 5px; }
    .list-menu > li > a {
      display: block;
      padding: 7px 0;
      text-decoration: none;
      font-weight: 600; }
      .list-menu > li > a:hover {
        color: #27406b; }
    .list-menu > li::before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      height: 1px;
      background-color: transparent;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .list-menu > li:hover::before, .list-menu > li.active::before {
      background-color: #6589c6; }
    .list-menu > li.active::before {
      height: 2px; }
    .list-menu > li.active > a {
      color: #527bbf; }
  @media (min-width: 768px) {
    .list-menu {
      margin: 0;
      padding-right: 20px; }
      .list-menu > li {
        display: block;
        margin: 0;
        padding: 1px 0;
        line-height: 1; }
        .list-menu > li > a {
          padding: 7px 20px 7px 0;
          text-align: right; }
          .list-menu > li > a:hover {
            color: #27406b; }
        .list-menu > li::before {
          content: '';
          position: absolute;
          right: 0;
          left: auto;
          bottom: auto;
          width: 1px;
          height: 15px !important;
          background-color: transparent;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .list-menu > li:hover::before, .list-menu > li.active::before {
          background-color: #6589c6; }
        .list-menu > li.active::before {
          width: 2px; }
        .list-menu > li.active > a {
          color: #527bbf; } }

.list-menu.nav a, .list-menu.nav a:hover, .list-menu.nav a:focus, .list-menu.nav a:active {
  background-color: inherit;
  border: inherit; }

.search-list {
  padding: 15px;
  border-radius: 0.4rem;
  box-shadow: 0 1px 15px 0 rgba(39, 64, 107, 0.1); }

.list-engine-results > li {
  border-bottom: solid 1px #ededed;
  margin-bottom: 15px;
  padding: 0 15px; }
  .list-engine-results > li:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.color-match {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  .color-match::after {
    content: "";
    display: table;
    clear: both; }
  .color-match > li {
    position: relative;
    float: left;
    margin: 15px;
    height: 80px;
    border-style: solid;
    border-width: 1px; }
    .color-match > li:nth-child(1), .color-match > li:nth-child(3) {
      border-color: #dddddd;
      background-color: white; }
    .color-match > li:nth-child(2) {
      border-color: #6589c6;
      background-color: #6589c6; }
    .color-match > li:nth-child(4) {
      border-color: #3a3f3b;
      background-color: #3a3f3b; }
    .color-match > li > img {
      height: 100%; }
    .color-match > li > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }
  .color-match.color-match-3 > li {
    border-radius: 0.4rem; }

.jobs {
  padding-top: 30px; }

.jobs-position {
  padding: 15px 0; }
  .jobs-position .jobs-position-name {
    margin-bottom: 15px; }
  .jobs-position dl > dt {
    margin-bottom: 7px; }

.layout-img-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center; }
  .layout-img-text:not(:first-child) {
    padding-top: 60px;
    margin-top: 60px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ededed; }
  .layout-img-text > .layout-text {
    padding: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .layout-img-text > .layout-text {
        width: 61.8%; } }
    .layout-img-text > .layout-text img {
      width: 100%; }
    .layout-img-text > .layout-text.layout-mean {
      width: 100%; }
      @media (min-width: 768px) {
        .layout-img-text > .layout-text.layout-mean {
          width: 50%; } }
  .layout-img-text > .layout-img {
    padding: 5%;
    width: 100%; }
    @media (min-width: 768px) {
      .layout-img-text > .layout-img {
        width: 38.2%; } }
    .layout-img-text > .layout-img img {
      width: 100%; }
    .layout-img-text > .layout-img.layout-mean {
      width: 100%; }
      @media (min-width: 768px) {
        .layout-img-text > .layout-img.layout-mean {
          width: 50%; } }

.cascading {
  position: relative;
  margin-bottom: 45px; }
  .cascading .layer-toggle {
    position: absolute;
    z-index: 2;
    top: -9px;
    right: -45px;
    font-size: larger;
    background: none; }
  .cascading .layer {
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    opacity: .55;
    cursor: pointer;
    -webkit-transition: all 0.9s ease-in-out 0s;
    -moz-transition: all 0.9s ease-in-out 0s;
    -o-transition: all 0.9s ease-in-out 0s;
    transition: all 0.9s ease-in-out 0s; }
    .cascading .layer.layer-front {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 1;
      transform: translate(30px, 30px);
      cursor: default; }

.navbar {
  margin-bottom: inherit;
  border-radius: inherit;
  border: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .navbar.navbar-default {
    background-color: transparent; }
    .navbar.navbar-default .navbar-nav > li {
      padding: 7px 15px; }
      @media (min-width: 768px) {
        .navbar.navbar-default .navbar-nav > li:last-child {
          padding-right: inherit; } }
      .navbar.navbar-default .navbar-nav > li > a {
        position: relative;
        padding: 7px 0;
        color: #3a3f3b !important; }
        .navbar.navbar-default .navbar-nav > li > a::before {
          content: "";
          position: absolute;
          bottom: 2px;
          left: 0;
          height: 1px;
          width: 100%;
          background-color: #27406b;
          transform: scale(0); }
        .navbar.navbar-default .navbar-nav > li > a:hover::before {
          transform: scale(1);
          transition: all 0.5s ease-in-out 0s; }
      .navbar.navbar-default .navbar-nav > li.active > a {
        background-color: transparent !important; }
        .navbar.navbar-default .navbar-nav > li.active > a::before {
          height: 2px;
          transform: scale(1); }
    .navbar.navbar-default .navbar-nav > .open a, .navbar.navbar-default .navbar-nav > .open a:focus, .navbar.navbar-default .navbar-nav > .open a:hover {
      background-color: transparent;
      color: #666666; }

.dropdown-menu {
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  min-width: 120px;
  right: auto !important;
  left: 50% !important; }
  @media (min-width: 768px) {
    .dropdown-menu {
      margin-left: -60px; } }
  .dropdown-menu > li {
    text-align: center; }
    .dropdown-menu > li > h6 {
      padding: 3px 20px;
      margin: 0;
      color: #999999; }
    .dropdown-menu > li > a:hover {
      color: #6589c6; }
  .dropdown-menu > .active a, .dropdown-menu > .active a:focus, .dropdown-menu > .active a:hover {
    background-color: #6589c6 !important;
    outline: 0;
    color: white !important;
    text-decoration: none; }
  .dropdown-menu .arrow-up {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: none; }
    @media (min-width: 768px) {
      .dropdown-menu .arrow-up {
        display: inline-block; } }

.navbar-brand-appex {
  padding: 7px 15px; }
  @media (min-width: 768px) {
    .navbar-brand-appex {
      margin-top: -15px; } }
  .navbar-brand-appex > img {
    height: 100%; }

.navbar-page {
  border-bottom: solid 1px #ededed;
  padding: 15px;
  text-align: center; }
  .navbar-page > nav a {
    display: inline-block;
    margin: 7px;
    padding: 9px 20px;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.8; }
    .navbar-page > nav a i {
      font-size: x-large; }
    .navbar-page > nav a:hover {
      background-color: #f9f9f9;
      color: #6589c6; }

.jumbotron {
  position: relative;
  margin-bottom: inherit;
  border-style: none;
  border-radius: inherit; }
  .jumbotron h1, .jumbotron h2 {
    position: relative;
    margin-bottom: 30px; }
  .jumbotron h3, .jumbotron h4, .jumbotron p {
    line-height: inherit;
    color: #999999; }
  .jumbotron h1 {
    font-size: 26px; }
    @media (min-width: 768px) {
      .jumbotron h1 {
        font-size: 36px; } }
  .jumbotron h3 {
    font-size: 16px; }
    @media (min-width: 768px) {
      .jumbotron h3 {
        font-size: 20px; } }
  .jumbotron p {
    padding-top: 15px;
    font-weight: inherit;
    font-size: medium; }
  .jumbotron.jumbotron-appex {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    background-color: #fafbfd;
    box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.025); }
    @media (min-width: 768px) {
      .jumbotron.jumbotron-appex {
        height: 100vh;
        min-height: 100vh; } }
    .jumbotron.jumbotron-appex .canvas-particle {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      opacity: .3;
      display: none; }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-appex .canvas-particle {
          display: block; } }
    .jumbotron.jumbotron-appex .container {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
      .jumbotron.jumbotron-appex .container.text-center h3, .jumbotron.jumbotron-appex .container.text-center h4, .jumbotron.jumbotron-appex .container.text-center p {
        padding-right: 10%;
        padding-left: 10%; }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-appex .container {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    .jumbotron.jumbotron-appex .learn-more {
      position: absolute;
      z-index: 2;
      bottom: 30px;
      text-align: center;
      left: 50%;
      transform: translateX(-50%);
      display: none; }
      @media (min-width: 768px) {
        .jumbotron.jumbotron-appex .learn-more {
          display: inline-block; } }
    @media (min-width: 768px) {
      .jumbotron.jumbotron-appex.jumbotron-appex-small {
        height: 75vh;
        min-height: 75vh; } }
    .jumbotron.jumbotron-appex.jumbotron-appex-small .container {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -25%); }
    .jumbotron.jumbotron-appex.jumbotron-appex-mini {
      height: 55vh;
      min-height: 55vh;
      background-color: white; }
      .jumbotron.jumbotron-appex.jumbotron-appex-mini .container {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%); }

/* 图片背景的-巨幕-面板 */
.jumbotron-img {
  position: relative;
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: inherit;
  padding: 0;
  text-align: center; }
  .jumbotron-img > .img-mask {
    position: relative; }
    .jumbotron-img > .img-mask.img-mask-dark {
      background-color: rgba(0, 0, 0, 0.35);
      color: white; }
      .jumbotron-img > .img-mask.img-mask-dark h3, .jumbotron-img > .img-mask.img-mask-dark p {
        color: #fafbfd;
        font-weight: normal; }
    .jumbotron-img > .img-mask.img-mask-light {
      background-color: rgba(255, 255, 255, 0.35);
      color: #3a3f3b; }
      .jumbotron-img > .img-mask.img-mask-light h3, .jumbotron-img > .img-mask.img-mask-light p {
        color: #666666;
        font-weight: normal; }
  .jumbotron-img > .img-mask {
    padding: 165px 0 90px; }

.carousel-customer-evaluation .carousel-inner {
  width: 80%;
  margin: 0 auto; }
.carousel-customer-evaluation .carousel-control {
  background: transparent;
  width: 48px;
  height: 48px;
  border: solid 1px #ededed;
  border-radius: 50%;
  color: #666666;
  text-align: center;
  text-shadow: none;
  line-height: 2.5;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%); }
  .carousel-customer-evaluation .carousel-control:hover {
    border-color: #6589c6;
    color: #6589c6; }
.carousel-customer-evaluation .customer-evaluation {
  padding: 15px 0 45px;
  text-align: center; }
  .carousel-customer-evaluation .customer-evaluation blockquote {
    border-left: none; }
    .carousel-customer-evaluation .customer-evaluation blockquote::before {
      content: "\e64d";
      font-family: "iconfont";
      font-size: xx-large;
      color: #dddddd;
      display: inline-block;
      margin-bottom: 15px; }
  .carousel-customer-evaluation .customer-evaluation .img-logo {
    position: relative;
    height: 72px;
    margin: 15px auto; }

.grid {
  display: flex;
  margin: -15px -15px 15px;
  flex-flow: row wrap;
  justify-content: space-between; }
  .grid .columns {
    padding: 15px; }
    .grid .columns.column-nine {
      border-style: solid;
      border-width: 1px;
      border-color: #ededed transparent transparent #ededed;
      width: 33.3333333333%;
      text-align: center;
      vertical-align: middle; }
      .grid .columns.column-nine:nth-child(1), .grid .columns.column-nine:nth-child(2), .grid .columns.column-nine:nth-child(3) {
        border-top-color: transparent; }
      .grid .columns.column-nine:nth-child(1), .grid .columns.column-nine:nth-child(4), .grid .columns.column-nine:nth-child(7) {
        border-left-color: transparent; }
  .grid.grid-seamless {
    margin: 15px 0; }
    .grid.grid-seamless .columns {
      padding: 15px; }
  .grid.grid-inline {
    justify-content: center;
    font-size: 0; }
    .grid.grid-inline::after {
      content: "";
      display: table;
      clear: both; }
    .grid.grid-inline .columns {
      float: none;
      display: inline-block;
      word-spacing: 0;
      font-size: 14px; }
      .grid.grid-inline .columns h4 {
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis; }

.panel {
  position: relative;
  padding: 30px 0;
  margin-bottom: inherit;
  border-radius: inherit;
  box-shadow: none; }
  .panel.panel-high {
    padding-top: 90px;
    padding-bottom: 90px; }
  .panel .panel-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center; }
    .panel .panel-heading::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 50px;
      height: 2px;
      border-radius: 2px;
      background-color: #dddddd;
      left: 50%;
      transform: translateX(-50%); }
    .panel .panel-heading > h2 {
      margin-bottom: 30px; }
      .panel .panel-heading > h2 ~ p {
        margin: 15px auto;
        color: #999999; }
        @media (min-width: 768px) {
          .panel .panel-heading > h2 ~ p {
            max-width: 80%; } }
  .panel .panel-body {
    position: relative;
    padding: 15px 0; }

.panel-dark {
  background-color: #3a3f3b;
  color: white; }

.panel-light {
  background-color: #fafbfd; }

.panel-base {
  background-color: white; }

.panel-img {
  position: relative;
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: inherit;
  padding: 0;
  background-attachment: fixed; }
  .panel-img > .img-mask {
    position: relative; }
    .panel-img > .img-mask.img-mask-dark {
      background-color: rgba(0, 0, 0, 0.35);
      color: white; }
      .panel-img > .img-mask.img-mask-dark h3, .panel-img > .img-mask.img-mask-dark p {
        color: #fafbfd;
        font-weight: normal; }
    .panel-img > .img-mask.img-mask-light {
      background-color: rgba(255, 255, 255, 0.35);
      color: #3a3f3b; }
      .panel-img > .img-mask.img-mask-light h3, .panel-img > .img-mask.img-mask-light p {
        color: #666666;
        font-weight: normal; }
  .panel-img > .img-mask {
    padding: 90px 0; }
    .panel-img > .img-mask.img-mask-dark {
      background-color: rgba(0, 0, 0, 0.75); }

.panel-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3);
  padding: 60px 0;
  color: white; }

.panel-wavy {
  background-image: url(../images/wavy.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.panel-bfreetrial {
  overflow: hidden; }

.img-brainstorming {
  background-image: url(../images/jumbotron/jumbotron-brainstorming.jpg); }

.img-desktop {
  background-image: url(../images/jumbotron/jumbotron-desktop.jpg);
  background-position: top center; }

.img-happy {
  background-image: url(../images/jumbotron/jumbotron-happy.jpg);
  background-size: cover;
  background-position: bottom right; }

.img-keyboard {
  background-image: url(../images/jumbotron/jumbotron-keyboard.jpg);
  background-size: cover;
  background-position: top center; }
  .img-keyboard h1, .img-keyboard h3 {
    color: white !important; }

.img-iceland {
  background-image: url(../images/jumbotron/jumbotron-iceland.jpg);
  -webkit-animation: bg-img-size 15s linear;
  -moz-animation: bg-img-size 15s linear;
  -o-animation: bg-img-size 15s linear;
  animation: bg-img-size 15s linear; }

.img-office {
  background-image: url(../images/jumbotron/jumbotron-office.jpg);
  background-size: cover;
  background-position: center; }

.img-br {
  background-image: url(../images/jumbotron/jumbotron-b&r.jpg);
  background-size: cover;
  background-position: bottom;
  text-shadow: 0 2px 1px white; }

.img-huge {
  background-image: url(../images/jumbotron/jumbotron-huge.jpg); }

.img-bright {
  background-image: url(../images/jumbotron/jumbotron-lightgreen.jpg);
  background-size: cover;
  background-position: top;
  -webkit-animation: bg-img-size 15s linear;
  -moz-animation: bg-img-size 15s linear;
  -o-animation: bg-img-size 15s linear;
  animation: bg-img-size 15s linear; }

.img-polygons {
  background-image: url(../images/jumbotron/jumbotron-polygons.jpg);
  background-size: cover;
  background-position: top;
  -webkit-animation: bg-img-size 15s linear;
  -moz-animation: bg-img-size 15s linear;
  -o-animation: bg-img-size 15s linear;
  animation: bg-img-size 15s linear; }

.img-geometric {
  background-image: url(../images/jumbotron/jumbotron-geometric.jpg);
  background-size: cover;
  background-position: top left;
  -webkit-animation: bg-img-size 15s linear;
  -moz-animation: bg-img-size 15s linear;
  -o-animation: bg-img-size 15s linear;
  animation: bg-img-size 15s linear; }

.card {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 15px 0 rgba(39, 64, 107, 0.1);
  text-align: left; }
  .card.card-flat {
    box-shadow: none; }
  .card > figure {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
    .card > figure > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3;
      background-color: rgba(255, 255, 255, 0);
      display: block; }
  .card > figure img,
  .card > img {
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .card > figure img + .card-body,
    .card > img + .card-body {
      background-color: white;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .card > .card-body {
    position: relative;
    padding: 15px;
    color: #999999; }
    .card > .card-body > h4 {
      margin-bottom: 15px;
      white-space: nowrap;
      color: #3a3f3b; }
    .card > .card-body .caption {
      height: 80px;
      overflow: hidden; }
  .card > .card-footer {
    padding: 15px; }
  .card.card-animating {
    overflow: hidden; }
    .card.card-animating:hover > figure img,
    .card.card-animating:hover > img {
      transform: scale(1.075); }

.card-branch {
  margin-bottom: 30px;
  padding: 15px 0 0;
  text-align: center; }
  .card-branch address {
    padding: 0 15px;
    min-height: 42px;
    color: #999999; }
  .card-branch .avatars {
    position: relative;
    text-align: center; }
    .card-branch .avatars::before {
      content: "";
      position: absolute;
      z-index: 0;
      right: 0;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      background-color: #ededed; }
    .card-branch .avatars > img {
      position: relative;
      display: inline-block;
      z-index: 1;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      border-style: solid;
      border-width: .25rem;
      border-color: white; }
      .card-branch .avatars > img:not(:first-child) {
        margin-left: -10%; }

.thumbnail-centered {
  position: relative;
  border-top: solid 1px #eee;
  margin-top: 20%; }

.thumbnail-centered img {
  margin-top: -15%;
  width: 30%; }

.card-advantage,
.card-partner,
.card-element,
.card-branch,
.card-scenario {
  text-align: center; }

.card-advantage > .card-icon-img {
  padding: 30px; }
  .card-advantage > .card-icon-img > img {
    max-width: 72px; }
.card-advantage > .card-body > p {
  height: 80px; }

.card-partner > .card-icon-font {
  padding: 30px; }
  .card-partner > .card-icon-font > i {
    font-size: 64px; }

.card-element > .card-icon-font {
  display: inline-block;
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: 15px; }
  .card-element > .card-icon-font > i {
    font-size: 42px;
    color: #6589c6; }

.card-support {
  position: relative;
  overflow: hidden;
  padding-top: 45px; }
  .card-support > .card-icon-font {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(15%, -15%);
    opacity: .125; }
    .card-support > .card-icon-font > i {
      font-size: 96px; }
  .card-support .card-body {
    padding: 30px; }
    .card-support .card-body > h4 {
      margin-bottom: 30px; }

.card-scenario > .card-icon-img {
  display: inline-block;
  width: 140px;
  border-style: solid;
  border-width: 0;
  border-color: #ededed;
  border-radius: 50%;
  background-color: #f9f9f9;
  padding: 15px; }
  .card-scenario > .card-icon-img > img {
    width: 100%; }

/* 缩略图-二维码 */
.thumbnail-appex-qrcode {
  background: none;
  border: none; }
  @media (min-width: 992px) {
    .thumbnail-appex-qrcode {
      text-align: right; } }

.thumbnail-appex-qrcode > img {
  width: 120px; }

.media .media-left {
  padding-right: 20px; }

blockquote {
  border: none;
  font-size: inherit; }
  blockquote footer {
    font-size: 100%; }
  blockquote .media .media-left {
    width: 30%;
    display: none;
    text-align: center; }
    @media (min-width: 768px) {
      blockquote .media .media-left {
        display: table-cell; } }
    blockquote .media .media-left::before {
      content: "\e64d";
      font-family: "iconfont";
      font-size: 64px;
      color: #dddddd;
      display: inline-block;
      margin-bottom: 15px; }

.list-media {
  list-style: none;
  padding-left: inherit; }
  .list-media > li {
    position: relative; }
    .list-media > li .media-object {
      position: absolute;
      left: -2em;
      max-width: 2em; }
      .list-media > li .media-object > i {
        color: #6589c6;
        font-size: large; }

.fake-table {
  display: table;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 30px rgba(22, 76, 13, 0.2);
  margin: 15px 0; }
  .fake-table > .columns {
    position: relative;
    z-index: 0;
    display: table-cell;
    width: 33.333333333%; }
    .fake-table > .columns:not(:first-child) {
      text-align: center; }
    .fake-table > .columns:nth-child(2) {
      z-index: 1;
      border-style: solid;
      border-width: 2px;
      border-color: #6589c6;
      box-shadow: 0 0 15px rgba(39, 64, 107, 0.2);
      color: #6589c6; }
      .fake-table > .columns:nth-child(2) dt {
        background-color: #6589c6;
        border-color: #6589c6;
        color: white; }
        .fake-table > .columns:nth-child(2) dt::before {
          content: "";
          position: absolute;
          top: -6px;
          right: -2px;
          left: -2px;
          height: 5px;
          background-color: #27406b; }
    .fake-table > .columns dt, .fake-table > .columns dd {
      position: relative;
      border-bottom: solid 1px #eeeeee;
      height: 70px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .fake-table > .columns dt, .fake-table > .columns dd {
          height: auto; } }
    .fake-table > .columns dt {
      padding: 11px 15px;
      background-color: #fafbfd; }
    .fake-table > .columns dd {
      padding: 7px 15px; }
      .fake-table > .columns dd:last-child {
        border-bottom: none; }

.table-support > thead > tr > th,
.table-support > tbody > tr > td {
  padding: 15px; }
  .table-support > thead > tr > th:first-child,
  .table-support > tbody > tr > td:first-child {
    font-weight: bold; }
  .table-support > thead > tr > th:not(:first-child),
  .table-support > tbody > tr > td:not(:first-child) {
    width: 26%; }
.table-support > thead > tr > th {
  font-size: large; }

.macbook {
  position: relative; }
  .macbook > .macbook-screen {
    background-color: transparent;
    border-style: solid;
    border-radius: 15px;
    border-color: white;
    border-width: 30px 20px 20px;
    box-shadow: 0 30px 45px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05) inset;
    margin: 0 30px;
    padding: 15px; }
    .macbook > .macbook-screen > img {
      width: 100%; }
  .macbook > .macbook-keyboard {
    background-color: white;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
    border-bottom: solid 10px #ededed;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin: -5px -30px 0;
    height: 15px; }
  .macbook > .breach {
    position: absolute;
    left: 50%;
    background-color: #ededed;
    width: 15%;
    height: 5px;
    border-radius: 3px;
    border-bottom: solid 1px white;
    transform: translateX(-50%); }

.browser-safari {
  box-shadow: 0 5px 30px rgba(39, 64, 107, 0.125);
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }
  .browser-safari > .browser-heading {
    position: relative;
    background: linear-gradient(180deg, #fefefe 20%, #f6f6f6 90%);
    box-shadow: inset 0 1px 0 0.05px white;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 4px 4px 0 0;
    padding: 3px 5px; }
    .browser-safari > .browser-heading::after {
      content: "";
      display: table;
      clear: both; }
    .browser-safari > .browser-heading > .browser-btn {
      display: inline-block;
      float: left;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 1px;
      line-height: 1; }
      .browser-safari > .browser-heading > .browser-btn:nth-child(1) {
        background-color: #fc605c; }
      .browser-safari > .browser-heading > .browser-btn:nth-child(2) {
        background-color: #fdbc40; }
      .browser-safari > .browser-heading > .browser-btn:nth-child(3) {
        background-color: #34c749; }
    .browser-safari > .browser-heading > h6 {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      text-shadow: 0 1px 0 white; }
  .browser-safari > .browser-body {
    border-style: solid;
    border-width: 1px;
    border-color: #f6f6f6 #e6e6e6 #e6e6e6 #e6e6e6;
    border-radius: 0 0 4px 4px;
    padding: 2.5% 5%; }
  @media (min-width: 768px) {
    .browser-safari > .browser-heading {
      padding: 9px 7px; }
      .browser-safari > .browser-heading > .browser-btn {
        width: 10px;
        height: 10px; }
    .browser-safari > .browser-body {
      padding: 5% 10%; } }

.icon-cascading {
  position: relative; }
  .icon-cascading::after {
    content: "";
    display: table;
    clear: both; }
  .icon-cascading > .icons {
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.125); }
    .icon-cascading > .icons:not(:first-child) {
      margin-left: -30px; }
    .icon-cascading > .icons:last-child {
      transform: scale(1.1); }

.icon-circle,
.icon-donut {
  position: relative;
  display: inline-block;
  border-radius: 50%; }
  .icon-circle > i, .icon-circle span, .icon-circle img,
  .icon-donut > i,
  .icon-donut span,
  .icon-donut img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.icon-circle {
  width: 64px;
  height: 64px; }
  .icon-circle > i, .icon-circle span {
    font-size: 32px; }

.icon-donut {
  width: 72px;
  height: 72px;
  color: #6589c6;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(101, 137, 198, 0.95); }
  .icon-donut > i, .icon-donut span {
    font-size: 32px; }

.colour-bg {
  background-color: #6589c6;
  color: white; }
  .colour-bg.colour-bg-default {
    background-color: #3a3f3b; }
  .colour-bg.colour-bg-standard {
    background-color: #6589c6; }
  .colour-bg.colour-bg-info {
    background-color: #74a2d1; }
  .colour-bg.colour-bg-danger {
    background-color: #e2694d; }

.chevron-up {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent; }
  .chevron-up::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent white transparent; }

.timeline {
  position: relative;
  padding: 30px 0;
  margin-bottom: 15px; }
  .timeline::after {
    content: "";
    display: table;
    clear: both; }
  .timeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ededed; }
  .timeline > .timeline-heading {
    position: relative; }
  .timeline > .time-card {
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 15px; }
    .timeline > .time-card:last-child {
      margin-bottom: 0; }
    .timeline > .time-card::before {
      content: "";
      position: absolute;
      left: -5px;
      top: 5px;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      transition: all 0.5s ease-in-out 0s; }
    .timeline > .time-card > .pubdate {
      line-height: 1;
      font-size: 1em;
      color: #999999; }
      .timeline > .time-card > .pubdate > small {
        display: none;
        font-size: small; }
    .timeline > .time-card > .bubble {
      position: relative;
      padding: 7px; }
      .timeline > .time-card > .bubble > h5 {
        margin: 0 0 15px;
        font-size: 16px;
        font-weight: 600; }
    .timeline > .time-card:nth-child(odd) {
      padding-right: 15px; }
      .timeline > .time-card:nth-child(odd)::before {
        background-color: #92dd8a;
        box-shadow: 0 0 0 5px rgba(146, 221, 138, 0.25); }
    .timeline > .time-card:nth-child(even) {
      padding-left: 15px; }
      .timeline > .time-card:nth-child(even)::before {
        background-color: #9fc1dd;
        box-shadow: 0 0 0 5px rgba(159, 193, 221, 0.25); }
  @media (min-width: 768px) {
    .timeline {
      position: relative;
      padding: 30px 0;
      margin-bottom: 15px; }
      .timeline::after {
        content: "";
        display: table;
        clear: both; }
      .timeline::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ededed;
        left: 50%;
        transform: translateX(-50%); }
      .timeline > .timeline-heading {
        position: relative; }
      .timeline > .time-card {
        position: relative;
        padding: 0 15px;
        margin-bottom: 15px; }
        .timeline > .time-card:last-child {
          margin-bottom: 0; }
        .timeline > .time-card::before {
          content: "";
          position: absolute;
          left: auto;
          top: 15px;
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          transition: all 0.5s ease-in-out 0s; }
        .timeline > .time-card > .pubdate {
          position: absolute;
          top: 7px;
          width: 100px;
          line-height: 1;
          font-size: 1.2em;
          color: #999999; }
          .timeline > .time-card > .pubdate > small {
            display: inline-block;
            font-size: small; }
        .timeline > .time-card > .bubble {
          position: relative;
          padding: 7px; }
          .timeline > .time-card > .bubble > h5 {
            margin: 0 0 15px;
            font-size: 16px;
            font-weight: 600; }
        .timeline > .time-card:nth-child(odd) {
          margin-right: 50%;
          padding-right: 15px;
          text-align: right; }
          .timeline > .time-card:nth-child(odd)::before {
            right: 0;
            margin-right: -5px;
            background-color: #92dd8a;
            box-shadow: 0 0 0 5px rgba(146, 221, 138, 0.25); }
          .timeline > .time-card:nth-child(odd) > .pubdate {
            right: -45px;
            text-align: left;
            transform: translateX(72px); }
        .timeline > .time-card:nth-child(even) {
          margin-left: 50%;
          padding-left: 15px; }
          .timeline > .time-card:nth-child(even)::before {
            left: 0;
            margin-left: -5px;
            background-color: #9fc1dd;
            box-shadow: 0 0 0 5px rgba(159, 193, 221, 0.25); }
          .timeline > .time-card:nth-child(even) > .pubdate {
            left: -45px;
            text-align: right;
            transform: translateX(-72px); } }

.datebook {
  padding-top: 15px;
  padding-bottom: 15px; }

.events {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 5px; }
  .events::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 1px;
    background-color: #dddddd; }
  .events > .years {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 15px; }
    .events > .years > .calendar,
    .events > .years > .awards {
      display: table-cell; }
    .events > .years > .calendar {
      position: relative;
      top: 3px;
      width: 60px; }
      .events > .years > .calendar::before, .events > .years > .calendar::after {
        content: "";
        position: absolute;
        left: 0; }
      .events > .years > .calendar::after {
        z-index: 0;
        top: 7px;
        right: 0;
        height: 1px;
        background-color: #cccccc; }
      .events > .years > .calendar > time {
        position: absolute;
        z-index: 1;
        top: -3px;
        display: inline-block;
        padding: 1px 7px;
        border-radius: 0.4rem;
        background-color: #6589c6;
        color: white; }
    @media (min-width: 768px) {
      .events > .years {
        position: relative;
        display: table;
        width: 100%;
        margin-bottom: 15px; }
        .events > .years > .calendar,
        .events > .years > .awards {
          display: table-cell; }
        .events > .years > .calendar {
          position: relative;
          top: 3px;
          padding-left: 30px;
          width: 120px; }
          .events > .years > .calendar::before, .events > .years > .calendar::after {
            content: "";
            position: absolute;
            left: 0; }
          .events > .years > .calendar::before {
            z-index: 1;
            top: 0;
            width: 15px;
            height: 15px;
            background-color: white;
            border: solid 0.15rem #cccccc;
            border-radius: 50%; }
          .events > .years > .calendar::after {
            z-index: 0;
            top: 7px;
            right: 0;
            height: 1px;
            background-color: #cccccc; }
          .events > .years > .calendar > time {
            position: absolute;
            top: 15px;
            display: inline-block;
            padding: 1px 7px;
            border-radius: 0.4rem;
            background-color: #6589c6;
            color: white; } }
    .events > .years > .awards {
      padding-left: 9px; }

.header {
  position: relative;
  z-index: 9;
  padding: 7px 0;
  transition: all 0.5s ease-in-out 0s; }
  .header .navbar .navbar-collapse {
    background-color: white;
    text-align: center; }
  @media (min-width: 768px) {
    .header .navbar {
      margin-top: 25px; }
      .header .navbar .navbar-collapse {
        background-color: inherit;
        text-align: inherit; } }
  .header .topbar {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    display: none; }
    @media (min-width: 768px) {
      .header .topbar {
        display: block; } }
  .header.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
  .header.header-translucent {
    background-color: rgba(255, 255, 255, 0.5); }
  .header.header-white, .header.header-specter {
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075); }
  .header.header-specter .topbar {
    top: -30px;
    opacity: 0; }
  .header.header-specter .navbar {
    margin-top: 0; }
  .header.header-specter .navbar-brand-appex {
    padding: 11px 15px;
    margin-top: 0; }

.topbar {
  font-size: small;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .topbar::after {
    content: "";
    display: table;
    clear: both; }
  .topbar .list-inline {
    margin-bottom: 0; }

.footer {
  background-color: #fafbfd;
  padding: 60px 0 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer {
      text-align: inherit; } }

.scrolling-logo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .075;
  animation: scrolling-logo 45s infinite linear;
  will-change: transform; }

.scrolling-logo .img-logo {
  width: 150px;
  margin: 45px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

.logo-wall {
  margin: -15px; }
  .logo-wall ul, .logo-wall ol {
    margin-bottom: 0; }
  .logo-wall .img-logo {
    width: 120px;
    margin: 15px; }

.anad {
  position: relative; }

.anad.anad-bfreetrial {
  z-index: 1;
  font-size: medium;
  margin-top: 50%;
  transform: translateY(-50%); }

.anad.anad-bfreetrial .ad-title {
  margin-bottom: 30px;
  color: #27406b; }

.list-menu {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 30px; }
  .list-menu > li {
    display: inline-block;
    margin: 0 5px; }
    .list-menu > li > a {
      display: block;
      padding: 7px 0;
      text-decoration: none;
      font-weight: 600; }
      .list-menu > li > a:hover {
        color: #27406b; }
    .list-menu > li::before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      height: 1px;
      background-color: transparent;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .list-menu > li:hover::before, .list-menu > li.active::before {
      background-color: #6589c6; }
    .list-menu > li.active::before {
      height: 2px; }
    .list-menu > li.active > a {
      color: #527bbf; }
  @media (min-width: 768px) {
    .list-menu {
      margin: 0;
      padding-right: 20px; }
      .list-menu > li {
        display: block;
        margin: 0;
        padding: 1px 0;
        line-height: 1; }
        .list-menu > li > a {
          padding: 7px 20px 7px 0;
          text-align: right; }
          .list-menu > li > a:hover {
            color: #27406b; }
        .list-menu > li::before {
          content: '';
          position: absolute;
          right: 0;
          left: auto;
          bottom: auto;
          width: 1px;
          height: 15px !important;
          background-color: transparent;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .list-menu > li:hover::before, .list-menu > li.active::before {
          background-color: #6589c6; }
        .list-menu > li.active::before {
          width: 2px; }
        .list-menu > li.active > a {
          color: #527bbf; } }

.list-menu.nav a, .list-menu.nav a:hover, .list-menu.nav a:focus, .list-menu.nav a:active {
  background-color: inherit;
  border: inherit; }

.search-list {
  padding: 15px;
  border-radius: 0.4rem;
  box-shadow: 0 1px 15px 0 rgba(39, 64, 107, 0.1); }

.list-engine-results > li {
  border-bottom: solid 1px #ededed;
  margin-bottom: 15px;
  padding: 0 15px; }
  .list-engine-results > li:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.color-match {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }
  .color-match::after {
    content: "";
    display: table;
    clear: both; }
  .color-match > li {
    position: relative;
    float: left;
    margin: 15px;
    height: 80px;
    border-style: solid;
    border-width: 1px; }
    .color-match > li:nth-child(1), .color-match > li:nth-child(3) {
      border-color: #dddddd;
      background-color: white; }
    .color-match > li:nth-child(2) {
      border-color: #6589c6;
      background-color: #6589c6; }
    .color-match > li:nth-child(4) {
      border-color: #3a3f3b;
      background-color: #3a3f3b; }
    .color-match > li > img {
      height: 100%; }
    .color-match > li > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }
  .color-match.color-match-3 > li {
    border-radius: 0.4rem; }

.jobs {
  padding-top: 30px; }

.jobs-position {
  padding: 15px 0; }
  .jobs-position .jobs-position-name {
    margin-bottom: 15px; }
  .jobs-position dl > dt {
    margin-bottom: 7px; }

.layout-img-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center; }
  .layout-img-text:not(:first-child) {
    padding-top: 60px;
    margin-top: 60px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ededed; }
  .layout-img-text > .layout-text {
    padding: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .layout-img-text > .layout-text {
        width: 61.8%; } }
    .layout-img-text > .layout-text img {
      width: 100%; }
    .layout-img-text > .layout-text.layout-mean {
      width: 100%; }
      @media (min-width: 768px) {
        .layout-img-text > .layout-text.layout-mean {
          width: 50%; } }
  .layout-img-text > .layout-img {
    padding: 5%;
    width: 100%; }
    @media (min-width: 768px) {
      .layout-img-text > .layout-img {
        width: 38.2%; } }
    .layout-img-text > .layout-img img {
      width: 100%; }
    .layout-img-text > .layout-img.layout-mean {
      width: 100%; }
      @media (min-width: 768px) {
        .layout-img-text > .layout-img.layout-mean {
          width: 50%; } }

.cascading {
  position: relative;
  margin-bottom: 45px; }
  .cascading .layer-toggle {
    position: absolute;
    z-index: 2;
    top: -9px;
    right: -45px;
    font-size: larger;
    background: none; }
  .cascading .layer {
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    opacity: .55;
    cursor: pointer;
    -webkit-transition: all 0.9s ease-in-out 0s;
    -moz-transition: all 0.9s ease-in-out 0s;
    -o-transition: all 0.9s ease-in-out 0s;
    transition: all 0.9s ease-in-out 0s; }
    .cascading .layer.layer-front {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 1;
      transform: translate(30px, 30px);
      cursor: default; }

h2, .h2 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 30px; } }

@media (min-width: 768px) {
  .grid .columns-five {
    width: 33.3333333333%; }
  .grid .column-4 {
    width: 50%; } }
@media (min-width: 992px) {
  .grid .columns-five {
    width: 20%; }
  .grid .column-1 {
    width: 8.3333333333%; }
  .grid .column-2 {
    width: 16.6666666667%; }
  .grid .column-3 {
    width: 25%; }
  .grid .column-4 {
    width: 33.3333333333%; }
  .grid .column-6 {
    width: 50%; }
  .grid .column-8 {
    width: 66.6666666667%; }
  .grid .column-9 {
    width: 75%; }
  .grid .column-10 {
    width: 83.3333333333%; }
  .grid .column-11 {
    width: 91.6666666667%; } }

.page-login {
  height: 100vh;
  background-color: #3a3f3b; }

.panel-login {
  position: relative;
  top: 50%;
  left: 50%;
  width: 640px;
  border-radius: 6px;
  background-color: #fafbfd;
  transform: translate(-50%, -50%); }
  .panel-login form {
    position: relative;
    z-index: 1;
    margin-left: 30%;
    background-color: white;
    box-shadow: -15px 0 30px rgba(0, 0, 0, 0.15);
    padding: 30px 10% 30px 30px;
    border-radius: 0 6px 6px 0; }
    .panel-login form > h2 {
      position: relative;
      margin-bottom: 45px; }
      .panel-login form > h2::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 60px;
        height: 2px;
        background-color: #6589c6; }
  .panel-login .brand {
    position: absolute;
    z-index: 0;
    top: 15%;
    left: -30px;
    width: 50%;
    height: 50px;
    padding: 10px 15px 10px 30px;
    background-color: #3a3f3b;
    border-radius: 6px 0 0 6px;
    box-shadow: -15px 0 30px rgba(0, 0, 0, 0.35); }
    .panel-login .brand > img {
      height: 100%; }

.header-dashboard {
  background: linear-gradient(90deg, #e54d00, #ffb700);
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 0; }

.navbar-inverse {
  border-style: none;
  border-radius: inherit;
  background-color: #171b21;
  margin-bottom: inherit; }

.navbar-inverse a {
  color: #f9f9f9; }

.navbar-inverse .navbar-brand-dashboard {
  color: #f9f9f9;
  font-weight: 600; }
  .navbar-inverse .navbar-brand-dashboard > small {
    font-weight: normal; }

.sidebar {
  position: fixed;
  top: 53px;
  bottom: 0;
  left: 0;
  width: 200px;
  background-color: #242b33;
  color: #f9f9f9; }

.sidebar a {
  color: #f9f9f9; }
  .sidebar a:hover {
    text-decoration: none; }

.sidebar .toggle-menu {
  display: block;
  padding: 7px;
  border-bottom: solid 1px #171b21;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
  text-align: center; }

.sidebar .toggle-menu::before {
  content: "\e695";
  font-family: "iconfont"; }

.menu, .submenu {
  list-style: none;
  padding-left: inherit; }
  .menu > li > a, .submenu > li > a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 7px 15px; }
    .menu > li > a > i, .submenu > li > a > i {
      margin-right: 5px; }

.menu > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #6589c6;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s; }
.menu > li.open > a::before {
  transform: scale(1); }

.submenu {
  display: none;
  position: relative;
  background-color: #171b21;
  padding: 1px 0; }
  .submenu.in {
    display: block; }
  .submenu > li.active > a {
    background-color: #6589c6; }

.dream-desk {
  position: relative;
  margin-top: 53px;
  margin-left: 200px; }

.panel-dashboard {
  box-shadow: none;
  background: none;
  padding: inherit; }
  .panel-dashboard .panel-heading {
    display: table;
    width: 100%;
    border-bottom: solid 1px #eee;
    margin-bottom: inherit;
    text-align: inherit; }
    .panel-dashboard .panel-heading::after {
      content: inherit; }
    .panel-dashboard .panel-heading .panel-title,
    .panel-dashboard .panel-heading .panel-tools {
      display: table-cell;
      vertical-align: middle; }
    .panel-dashboard .panel-heading .panel-title > h3 {
      margin: 0;
      font-weight: 400; }
      .panel-dashboard .panel-heading .panel-title > h3 > i {
        font-size: 24px; }
    .panel-dashboard .panel-heading .panel-tools ul {
      margin-bottom: inherit;
      text-align: right; }
  .panel-dashboard .panel-body {
    padding: 15px; }

.list-card {
  margin: -7px; }
  .list-card > li {
    float: left;
    padding: 7px; }
    @media (min-width: 576px) {
      .list-card > li {
        width: 50%; } }
    @media (min-width: 768px) {
      .list-card > li {
        width: 33.333333333%; } }
    @media (min-width: 992px) {
      .list-card > li {
        width: 25%; } }
    @media (min-width: 1400px) {
      .list-card > li {
        width: 20%; } }
    @media (min-width: 1600px) {
      .list-card > li {
        width: 16.666666666666667%; } }
  .list-card h4 {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis; }

.card-uploading {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden; }
  .card-uploading .loading {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.svg {
  overflow: hidden;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg); }
  .svg svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #6589c6; }

/*# sourceMappingURL=appex.min.css.map */
#switchLang {
  display: none;
  float: right;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px ) {
  #switchLang {
    display: block;
  }
  .grid .column-3-client{
    padding: 0;
    margin: 10px 0;
    width: 90%;
  }
  .phone{
    border-radius: 10px!important;
  }
  .client_text {
      margin:0;
      font-size: 4px;
  }
  /* .platforms{
    flex-direction: column!important;
    align-items: center;
    padding-top: 0!important;
  }
  .platform{
    width: 120px!important;
    margin-top:10px;
  } */
  .platform img{
    width: 48%!important;
    margin-bottom: 2%!important;
  }
  .phone{
    width: 25%!important;
    height: 180px!important;
  }
}
.card_ul {
  margin-left: 0!important;
}
.card_ul > li{
  padding-left: 0!important;
}