﻿/*!
* AppEx-Networks 2.0 (http://appexnetworks.com)
* Author zhwangart
*/
@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: 0.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: #007bff !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: #007bff;
}
.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: #ccc;
  color: #3a3f3b;
}
.btn-default::after {
  background: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #f9f9f9;
  border-color: #ccc;
  color: #3a3f3b;
}
.btn-default:active {
  background-color: #f9f9f9 !important;
  border-color: #ccc !important;
  color: #3a3f3b;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color:white!important;
}
.btn-primary::after {
  background-color: white;
  color: #007bff;
}
.btn-primary:active,
.btn-primary:focus{
  background-color: #007bff !important;
  border-color: #007bff !important;
  color:white !important;
} 
.btn-primary:hover{
  background-color: transparent !important;
  border-color: #007bff !important;
  color: #007bff !important;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary::after {
  background: #007bff;
  color: white;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
}
.btn-outline-white {
  background-color: transparent;
  border-color: white;
  color: white;
}
.btn-outline-white::after {
  background-color: white;
  color: #007bff;
}
.btn-outline-white:active,
.btn-outline-white:focus{
  color:white !important;
} 
.btn-outline-white:hover {
  background-color: white;
  color: #007bff!important;
}
.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 0.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 0.2s ease;
}
.aswitch + ins::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  transition: all 0.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 > .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: #fff
    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: #666 !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: #fff;
  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: 0.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: #ddd;
  background-color: #fff;
}
.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: 0.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: #666;
}
.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: #999;
}
.dropdown-menu > li > a:hover {
  color: #6589c6;
}
.dropdown-menu > .active a,
.dropdown-menu > .active a:focus,
.dropdown-menu > .active a:hover {
  background-color: #007bff !important;
  outline: 0;
  color: #fff !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: #999;
}
.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: 0.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: #fff;
}
.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: top right;
  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: #fff;
}
.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: #666;
  font-weight: normal;
}
.jumbotron-img > .img-mask {
  margin-top:60px;
  padding: 540px 0 120px; 
}
.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: #666;
  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: #ddd;
  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: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.panel .panel-heading > h2 {
  margin-bottom: 30px;
}
.panel .panel-heading > h2 ~ p {
  margin: 15px auto;
  color: #999;
}
@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: #fff;
}
.panel-light {
  background-color: #fafbfd;
}
.panel-base {
  background-color: #fff;
}
.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: #fff;
}
.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: #666;
  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); */
  background: #007bff;
  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: #fff !important;
}
.img-iceland {
  background-image: url(../images/jumbotron/lightwan_bgc_customer.png);
  /* -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 #fff;
}
.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: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card > .card-body {
  position: relative;
  padding: 15px;
  color: #999;
}
.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: #999;
}
.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: 0.25rem;
  border-color: #fff;
}
.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 #ddd;
  border-radius: 6px;
  padding: 15px;
}
.card-element > .card-icon-font > i {
  font-size: 42px;
  color: #007bff;
}
.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: 0.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: #ddd;
  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: #007bff;;
  box-shadow: 0 0 15px rgba(39, 64, 107, 0.2);
  color: #007bff;
}
.fake-table > .columns:nth-child(2) dt {
  background-color: #007bff;
  border-color: #007bff;
  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 #fff;
}
.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: #fff;
  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: #fff;
}
.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 #fff 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: #ddd;
}
.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: #ccc;
}
.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: #fff;
}
@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: #fff;
    border: solid 0.15rem #ccc;
    border-radius: 50%;
  }
  .events > .years > .calendar::after {
    z-index: 0;
    top: 7px;
    right: 0;
    height: 1px;
    background-color: #ccc;
  }
  .events > .years > .calendar > time {
    position: absolute;
    top: 15px;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 0.4rem;
    background-color: #6589c6;
    color: #fff;
  }
}
.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: #fff;
  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: 0.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: #ddd;
  background-color: #fff;
}
.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: 0.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: #fff;
  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: 1440px ) {
  .jumbotron-img > .img-mask{
    margin-top:60px;
    padding: 250px 0 120px!important;
  }
}
@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;
  } */
  .phone{
    width: 25%!important;
    height: 180px!important;
  }
   .jumbotron-img > .img-mask{
    padding: 110px 0 30px!important;
   }
   .lightwan_bgc_text h2{
     font-size: 16px!important;
     margin-bottom: 0px!important;
   }
   .lightwan_bgc_text h3{
     font-size: 12px!important;
     margin-top: 0px!important;
   }
}
.card_ul {
  margin-left: 0!important;
}
.card_ul > li{
  padding-left: 0!important;
}
#ltw_float{
  z-index:200;
}
.ltw_floatArea{
  position: fixed;
  bottom: 40px;;
  right: 24px;
}
.ltw_floatArea .ltw_right_float{
  background-image: radial-gradient(circle at 50% 0%, #007BFF 0%, #338AFF 84%);
  box-shadow: 0 0 10px 0 rgba(216,221,224,0.50);
  border-radius: 24px;
  width: 48px;
  height: 127px;
  color:#fff;
  padding:18px 16.5px 0;
}
.ltw_floatArea .ltw_right_float:hover{
  cursor: pointer;
  box-shadow: 4px 0 12px 0 rgba(89,89,89,0.50);
}
.ltw_floatArea  .ltw_right_float_white{
  margin-top:16px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 #D8DDE0;
}
.ltw_floatArea  .ltw_right_float_white:hover{
  box-shadow: 4px 0 12px 0 #D8DDE0;
}
.ltw_floatArea .ltw_right_float .ltw_right_float_icon{
 width: 15px;
 height: 15px;
 color:#fff;
}
.ltw_floatArea .ltw_right_float .ltw_right_float_icon>img{
  width: 100%;
  height: 100%;
}
.ltw_right_float .ltw_right_float_text{
  margin-top:10px;
  writing-mode:horizontal-tb;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 500; 
}
.ltw_right_float_white .ltw_right_float_text{
  color:#81838A;
}
.ltw_mobile_showTab{
  display: none!important;
}
.ltw_partner_topArea_button{
  text-align: center;
  margin-top:0;
}
.ltw_right_float .ltw_right_hoverArea,
.ltw_right_float .ltw_right_hoverArea_blue
{
  position: absolute;
  right: 13vw;
  top:0px;
  background: rgba(0,0,0,0.75);
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12), 0 6px 16px 0 rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05);
  border-radius: 0.533vw;
  display: none;
}
.ltw_right_float .ltw_right_hoverArea .ltw_right_hoverArea_text,
.ltw_right_float .ltw_right_hoverArea_blue .ltw_right_hoverArea_text{
  width: 20.266vw;
  height: 8.266vw;
  line-height:  8.266vw;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 3.733vw;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-block;
}
.ltw_right_float .ltw_right_hoverArea .ltw_right_hoverArea_outer,
.ltw_right_float .ltw_right_hoverArea_blue .ltw_right_hoverArea_outer{
  height: 0;
  width: 0;
  display: inline-block;
  border-left: 1vw solid rgba(0,0,0,0.75);
  border-top: 1vw solid transparent;
  border-right: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12), 0 6px 16px 0 rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05);
  position: absolute;
  right: -1.866vw;
  top: 3.133vw;
}
@media (max-width: 768px ) {
  .ltw_mobile_showTab{
    display: block!important;
  }
   .ltw_floatArea{
    bottom: 15.2vw;
    right: 6.4vw;
  }
   .ltw_floatArea .ltw_right_float{
    height: 9.6vw;
    width: 9.6vw;
    padding: 2.5vw 2.5vw 0;
    border-radius: 50%;
    box-shadow:none;
    position: relative;
  }
  .ltw_floatArea  .ltw_right_float_white{
    box-shadow: 0 0 10px 0 #CAD3D8;
  }
  .ltw_floatArea .ltw_right_float:hover{
    box-shadow: 4px 0 12px 0 rgba(89,89,89,0.50);
  }
  .ltw_floatArea .ltw_right_float_blue:hover .ltw_right_hoverArea_blue{
    display: block;
  }
  .ltw_floatArea .ltw_right_float_white:hover .ltw_right_hoverArea{
    display: block;
  }
  .ltw_floatArea .ltw_right_float .ltw_right_float_icon{
    width: 4.6vw;
    height: 4.6vw;
    color:#fff;
   }
   .ltw_floatArea .ltw_right_float .ltw_right_float_text{
    display: none;
  }
  .ltw_footerArea_info{
    margin-bottom: 20px!important;
  }
  .ltw_footerArea_info>a{
    color:#007bff !important;
  }
  .ltw-aws-img-title{
    width: 80%!important;
    text-align: center!important;
  }
  .cascading .ltw-aws-layer{
    width: 95%;
    min-width: 95%;
  }
  .cascading .ltw-aws-layer-toggle{
    right: -15px;
  }
}
.lightwan_bgc_text{
  color:#345345;
  text-align: left;
}
.lightwan_bgc_text h2{
 font-size: 40px;
}
.lightwan_bgc_text h3{
  font-size: 18px;
 }
.lightwan_bgc_customer{
  background-image: url(../images/jumbotron/lightwan_bgc_customer.png);
 }
 .lightwan_bgc_partner{
  background-image: url(../images/jumbotron/lightwan_bgc_partner.png);
 }
 .lightwan_bgc_support{
  background-image: url(../images/jumbotron/lightwan_bgc_support.png);
 }
 .lightwan_bgc_resources{
  background-image: url(../images/jumbotron/lightwan_bgc_resources.png);
 }

.ltw_gallery{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  padding: 10px;
}
.ltw_gallery_item{
  width: 100%;
  max-width: 120px;
  margin:auto;
}
.ltw_gallery_item img{
  width: 100%;
  height: auto;
  display: block;
}
.ltw_gallery_text{
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ltw_gallery {
      grid-template-columns: repeat(5, 1fr);
  }
}
.vertical-middle{
  .columns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.lightwan_baidu{
  font-size: 1.5rem;
  img {
    width: 80%;
    height: auto;
    margin: 12px auto;
    display: block;
  }
  h4{
    font-weight: 600;
  }
  section{
    margin-top: 4.5rem;
  }
}
.lwt_text_indent_2{
  text-indent: 2em;
}
.ltw_image_desc{
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-size: 1.25rem;
}
 
html.han-la hanla:after {
	content: " ";
	display: inline;
	font-family: Arial;
	font-size: 0.89em;
}

html.han-la code hanla,
html.han-la pre hanla,
html.han-la kbd hanla,
html.han-la samp hanla {
	display: none;
}

html.han-la ol > hanla,
html.han-la ul > hanla {
	display: none;
}
html.han-la tr > hanla {
    display: none;
}