/*----------------------------------------------------------------------
	* Front - Responsive Website Template version 1.2.
	* Copyright 2018 Htmlstream
	* Licensed under Bootstrap Themes (https://themes.getbootstrap.com/licenses/)
------------------------------------------------------------------------*/
/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 16px;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #1e2022;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  overflow-x: hidden;
}
main {
  position: relative;
  overflow: hidden;
}
p {
  color: #77838f;
  line-height: 1.7;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #1e2022;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.h1 > a:hover,
.h2 > a:hover,
.h3 > a:hover,
.h4 > a:hover,
.h5 > a:hover,
.h6 > a:hover {
  color: #1164ff;
}
h1.text-white > a,
h2.text-white > a,
h3.text-white > a,
h4.text-white > a,
h5.text-white > a,
h6.text-white > a,
.h1.text-white > a,
.h2.text-white > a,
.h3.text-white > a,
.h4.text-white > a,
.h5.text-white > a,
.h6.text-white > a {
  color: #fff;
}
figure {
  margin-bottom: 0;
}
svg {
  margin-bottom: -0.4375rem;
  vertical-align: baseline;
}
.member-ul {
  width: 100%;
}
.member-ul li {
  float: left;
  margin-left: 120px;
  margin-bottom: 80px;
  height: 300px;
}
.member-ul li {
  margin-top: 20px;
  text-align: center;
}
.member-ul li p {
  width: 156px;
  margin-top: 20px;
  text-align: center;
}
.member-ul li:nth-of-type(4n-3) {
  margin-left: 57px;
}
.member-ul li img,
.member-ul li a {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background-color: #e6e6e6;
  transition: all 0.3s;
}
.member-ul li img:hover {
  box-shadow: 0 0 10px #666;
}
.member-ul li a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  border-radius: 50%;
}
.member-ul li a:hover {
  background-color: #36aafd;
}
.join-us div,
.join-us div span {
  transition: all 0.3s;
}
.join-us div:hover {
  background-color: #36aafd !important;
}
.join-us div:hover span {
  transform: scale(1.3);
}
.s-contact-normal {
  color: #1e2022;
}
.s-contact-normal:hover {
  color: #1e2022;
}
/*------------------------------------
    Highlight Color
  ------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #377dff;
}
::selection {
  color: #fff;
  background-color: #377dff;
}
.bg-primary ::-moz-selection {
  color: #377dff;
  background-color: #fff;
}
.bg-primary ::selection {
  color: #377dff;
  background-color: #fff;
}
/*------------------------------------
    Animate.css
  ------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/*------------------------------------
    Alert
  ------------------------------------*/
.alert-text {
  color: inherit;
}
/*------------------------------------
    Border Radius Pill
  ------------------------------------*/
.rounded-pill {
  border-radius: 6.1875rem;
}
.rounded-top-pill {
  border-top-left-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem;
}
.rounded-right-pill {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}
.rounded-bottom-pill {
  border-bottom-right-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}
.rounded-left-pill {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}
.rounded-top-left-pill {
  border-top-left-radius: 6.1875rem;
}
.rounded-bottom-left-pill {
  border-bottom-left-radius: 6.1875rem;
}
.rounded-pseudo {
  border-radius: 0.25rem;
}
.rounded-pseudo::before,
.rounded-pseudo::after {
  border-radius: 0.25rem;
}
.rounded-top-pseudo {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-top-pseudo::before,
.rounded-top-pseudo::after {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/*------------------------------------
    Buttons
  ------------------------------------*/
.btn {
  cursor: pointer;
}
/*------------------------------------
    Dropwodn
  ------------------------------------*/
.dropdown-menu {
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 5px 15px rgba(55, 125, 255, 0.075),
    0 5px 15px rgba(119, 131, 143, 0.075);
}
/*------------------------------------
    Margin Spacing
  ------------------------------------*/
.ml-offset-3 {
  margin-left: -1rem;
}
.mt-offset-5 {
  margin-top: -2rem;
}
.mt-offset-6 {
  margin-top: -2.5rem;
}
.mt-offset-9 {
  margin-top: -4rem;
}
.mb-offset-9 {
  margin-bottom: -4rem;
}
/* Gutters X */
.mx-gutters-2 {
  margin-right: -8px;
  margin-left: -8px;
}
.mx-gutters-2 > .col,
.mx-gutters-2 > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
/* Gutters X */
.mx-gutters-5 {
  margin-right: -32px;
  margin-left: -32px;
}
.mx-gutters-5 > .col,
.mx-gutters-5 > [class*="col-"] {
  padding-right: 32px;
  padding-left: 32px;
}
/*------------------------------------
    Pagination
  ------------------------------------*/
.page-link {
  text-align: center;
  min-width: 2.25rem;
}
.page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.page-item .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/*------------------------------------
    Custombox
  ------------------------------------*/
.custombox-lock {
  overflow: auto;
}
.u-custombox-no-scroll.custombox-lock {
  margin-right: 1.0625rem;
  overflow: hidden;
}
/*------------------------------------
    Dzsparallaxer
  ------------------------------------*/
.dzsparallaxer {
  color: inherit;
}
/*--------------------------------------------------
    Fancybox
  ----------------------------------------------------*/
.u-fancybox-theme .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.u-fancybox-theme .fancybox-slide--iframe .fancybox-content {
  position: static;
}
.u-fancybox-theme .fancybox-bg {
  background-color: #1e2022;
}
.fancybox-controls--canzoomIn .fancybox-placeholder,
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit;
}
.fancybox-slide.has-animation {
  display: block;
}
.fancybox-is-sliding .fancybox-slide.has-animation,
.fancybox-slide--current.has-animation,
.fancybox-slide--next.has-animation,
.fancybox-slide--previous.has-animation {
  display: none;
}
.fancybox-is-sliding .fancybox-slide.has-animation.animated,
.fancybox-slide--current.has-animation.animated,
.fancybox-slide--next.has-animation.animated,
.fancybox-slide--previous.has-animation.animated {
  display: block;
}
.u-blur-30 {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
/*------------------------------------
    Fileuploader
  ------------------------------------*/
/* Default Style */
.fileuploader {
  margin-top: 0;
}
/* Front Style */
.u-fileuploader-input {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px dashed #e7eaf3;
  border-radius: 0.25rem;
  padding: 2rem 0;
  text-align: center;
}
.u-fileuploader-input__icon {
  display: block;
  color: #377dff;
  font-size: 2.5rem;
}
/* Dragging State */
.u-fileuploader-input__inner,
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  transition: all 0.3s ease-in-out;
}
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__inner {
  opacity: 0.6;
}
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}
.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__btn {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
/*------------------------------------
    Slick
  ------------------------------------*/
[data-lazy] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.slick-cloned [data-scs-animation-in] {
  opacity: 0;
}
.u-slick {
  background: url(../image/slick-carousel-preloader-primary.svg)
    no-repeat 50% 50%;
}
.u-slick .js-next,
.u-slick .js-prev {
  opacity: 0;
}
.u-slick.slick-initialized {
  background: none;
}
.u-slick.slick-initialized .js-slide,
.u-slick.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.u-slick.slick-initialized .js-next,
.u-slick.slick-initialized .js-prev {
  opacity: 1;
}
.u-slick .js-slide,
.u-slick .js-thumb {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.u-slick .js-slide:first-child,
.u-slick .js-thumb:first-child {
  height: auto;
}
/*------------------------------------
    Typed.js
  ------------------------------------*/
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------
    List
  ------------------------------------*/
.u-list {
  margin-bottom: 0;
}
.u-list__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.u-list__link {
  display: block;
  color: #828286;
  font-size: 0.875rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.u-header__mega-menu-wrapper-v3 .u-list__link {
  /* min-height: 115px;(原本115 增加知识模块后90) */
  min-height: 90px;
}
.u-list__link.active {
  color: #377dff;
}
.u-list__link-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  vertical-align: inherit;
  width: 1rem;
  font-size: 0.75rem;
}
.u-list .disabled,
.u-list:disabled {
  color: #8c98a4;
}
.u-list .active .u-list__link {
  color: #377dff;
}
p.describe{
  margin-top: -0.2rem;
}
/* Air Style */
.u-list--air .disabled,
.u-list--air:disabled {
  background-color: rgba(140, 152, 164, 0.1);
}
.u-list--air .active .u-list__link,
.u-list--air .active.u-list__link {
  background-color: rgba(55, 125, 255, 0.1);
  color: #377dff;
}
/* Light */
.u-list--light .u-list__link {
  color: #77838f;
}
.u-list--light .u-list__link:hover {
  color: #377dff;
}
/* White */
.u-list--white .u-list__link {
  color: rgba(255, 255, 255, 0.7);
}
.u-list--white .u-list__link:hover {
  color: #fff;
}
.u-list--white .active .u-list__link {
  color: #fff;
}
/*------------------------------------
    Header Default
  ------------------------------------*/
.u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.u-header__section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
}
.u-header__section-divider {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.u-header__shadow-on-show-hide {
  box-shadow: none;
}
.js-header-fix-moment .u-header__shadow-on-show-hide {
  box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
}
/* Topbar Nav Link */
.u-header__topbar-nav-link {
  color: #77838f;
  font-weight: 300;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.u-header__topbar-nav-link:hover {
  color: #1e2022;
}
/* Navbar */
.u-header__navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.u-header__navbar-brand {
  width: 9.375rem;
  padding-top: 0;
  padding-bottom: 0;
}
.js-header-fix-moment .u-header__navbar-brand-default {
  display: none;
}
.u-header__navbar-brand-on-scroll {
  display: none;
}
.js-header-fix-moment .u-header__navbar-brand-on-scroll {
  display: block;
}
.u-header__navbar-nav {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
/* Nav Item */
.u-header__nav-item:hover .u-header__nav-link,
.u-header__nav-item:focus .u-header__nav-link {
  color: #377dff;
}
/* Nav Link */
.u-header .active > .u-header__nav-link {
  color: #377dff;
}
.u-header__nav-link {
  color: #5a5f69;
}
.u-header__nav-link-icon {
  font-size: 0.625rem;
  margin-left: 0.25rem;
  transition: all 0.3s ease;
}
/* Sub Menu */
.u-header__sub-menu .active > .u-header__sub-menu-nav-link {
  color: #377dff;
}
.u-header__sub-menu-menu-gutter--y .dropdown-item:first-child {
  padding-top: 1rem;
}
.u-header__sub-menu-menu-gutter--y .dropdown-item:last-child {
  padding-bottom: 1rem;
}
.u-header__sub-menu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.u-header__sub-menu-nav-link-icon {
  font-size: 0.625rem;
  transition: all 0.3s ease;
}
/* Mega Menu */
.u-header__mega-menu-width-v1 {
  width: 100%;
}
.w-23 {
  width: 23%;
}
.pr0 > div {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .u-header__mega-menu-width-v1 {
    width: 900px;
  }
}
.u-header__mega-menu-wrapper-v1 {
  padding: 1.5rem 1.5rem 1.5rem 1.6875rem;
}
/* Banner v1 */
.u-header__banner-v1 {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom-left-radius: 0.25rem;
}
.u-header__banner-v1::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 32, 34, 0.5);
  border-bottom-left-radius: 0.25rem;
  content: "";
}
.u-header__banner-v1-content {
  z-index: 1;
}
.u-header__banner-v1-content:not(.u-content-centered-y) {
  position: relative;
}
.u-header__banner-v1-title {
  color: #fff;
  font-size: 1rem;
}
.u-header__banner-v1-text {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}
/* Banner v2 */
.u-header__banner-v2 {
  background-color: #f6f9fc;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.u-header__banner-v2-title {
  color: #377dff;
  font-size: 1.5625rem;
}
/* Shop */
/* Hide Content */
.u-header.js-header-fix-moment .u-header__hide-content {
  display: none;
}
/* Header Fix Top */
.u-header--fix-top {
  position: fixed;
}
.u-header.u-header--fix-top[data-effect-compensation] {
  transition: none;
}
/*------------------------------------
    Header Helpers
  ------------------------------------*/
.u-header--invisible {
  display: none;
}
.u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.u-header--faded {
  opacity: 0;
  visibility: hidden;
}
.u-header__section--hidden {
  position: relative;
}
.u-header[data-header-fix-effect] {
  transition: 0.3s ease;
}
.u-header.u-header--untransitioned {
  transition: none;
}
.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}
/*------------------------------------
    Header Default
  ------------------------------------*/
.u-header__navbar-nav-scroll {
  max-width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
.u-header__navbar-nav-scroll .u-header__navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*------------------------------------
    Fullscreen
  ------------------------------------*/
.u-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.u-fullscreen--toggler {
  z-index: 1001;
}
.u-fullscreen__container,
.u-fullscreen__overlay {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.u-fullscreen__container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.u-fullscreen__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(
    150deg,
    rgba(45, 21, 130, 0.95) 0%,
    rgba(25, 160, 255, 0.95) 100%
  );
  background-repeat: repeat-x;
  transition-delay: 0.5s;
}
.u-fullscreen.u-fullscreen--showed {
  visibility: visible;
}
.u-fullscreen.u-fullscreen--showed .u-fullscreen__container,
.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  opacity: 1;
  visibility: visible;
}
.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  transition-delay: 0s;
}
.u-fullscreen.u-fullscreen--showed .u-fullscreen__container {
  transition-delay: 0.5s;
}
/*------------------------------------
    Header Fullscreen Style
  ------------------------------------*/
.u-fullscreen__nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.u-fullscreen__nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.u-fullscreen__nav-link {
  display: inline-block;
  color: #fff;
  font-size: 1.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .u-fullscreen__nav-link {
    font-size: 1.75rem;
  }
}
.u-fullscreen__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.u-fullscreen__submenu {
  position: relative;
  transition: 0.3s ease-in-out;
}
.u-fullscreen__submenu .u-fullscreen__nav-list {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
}
.u-fullscreen__submenu-nav-link {
  display: inline-block;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.u-fullscreen__submenu-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.u-fullscreen__submenu-list {
  list-style: none;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
  margin-bottom: 0;
}
.u-fullscreen__submenu-list-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.u-fullscreen__submenu-list-link:hover {
  color: #fff;
}
.carbon {
  color: #666;
  text-align: center;
}
.carbon .pc-img {
  margin-right: 4px;
}
.carbon .m-img {
  display: none;
}
/*------------------------------------
    Header Navbar Background Colors
  ------------------------------------*/
.u-header--navbar-bg .u-header__nav-item:hover .u-header__nav-link {
  color: white;
}
.u-header--navbar-bg .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.u-header--navbar-bg .u-header__nav-link:hover {
  color: white;
}
.u-header--navbar-bg .u-unfold-wrapper,
.u-header--navbar-bg .u-header__topbar-nav-link,
.u-header--navbar-bg .u-btn-text-secondary {
  color: rgba(255, 255, 255, 0.6);
}
.u-header--navbar-bg .u-unfold-wrapper:hover,
.u-header--navbar-bg .u-header__topbar-nav-link:hover,
.u-header--navbar-bg .u-btn-text-secondary:hover {
  color: white;
}
.u-header--navbar-bg .u-hamburger-inner,
.u-header--navbar-bg .u-hamburger-inner::before,
.u-header--navbar-bg .u-hamburger-inner::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.u-header--navbar-bg .u-hamburger:hover .u-hamburger-inner,
.u-header--navbar-bg .u-hamburger:hover .u-hamburger-inner::before,
.u-header--navbar-bg .u-hamburger:hover .u-hamburger-inner::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .u-header--navbar-bg .u-header__sub-menu {
    border-left-width: 0.1875rem;
    border-left-style: solid;
    border-left-color: #045cff;
  }
}
.u-header--navbar-bg .navbar-text {
  color: rgba(255, 255, 255, 0.6);
}
/*------------------------------------
    Header Submenu Background Colors
  ------------------------------------*/
.u-header--sub-menu-dark-bg .u-header__sub-menu {
  background-color: #1e2022;
}
.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-title {
  color: rgba(255, 255, 255, 0.8);
}
.u-header--sub-menu-dark-bg .u-list__link {
  color: #8c98a4;
}
.u-header--sub-menu-dark-bg .u-list__link:hover {
  color: #377dff;
}
.u-header--sub-menu-dark-bg .u-header__banner-v2 {
  background-color: #1c1d1f;
}
.u-header--sub-menu-dark-bg .u-header__banner-v2-text {
  color: #8c98a4;
}
@media (min-width: 576px) {
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu {
    background-color: #1e2022;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-sm .u-list__link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-sm .u-list__link:hover {
    color: #377dff;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__banner-v2 {
    background-color: #1c1d1f;
  }
  .u-header--sub-menu-dark-bg-sm .u-header__banner-v2-text {
    color: #8c98a4;
  }
}
@media (min-width: 768px) {
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu {
    background-color: #1e2022;
  }
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-md .u-list__link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-md .u-list__link:hover {
    color: #377dff;
  }
  .u-header--sub-menu-dark-bg-md .u-header__banner-v2 {
    background-color: #1c1d1f;
  }
  .u-header--sub-menu-dark-bg-md .u-header__banner-v2-text {
    color: #8c98a4;
  }
}
@media (min-width: 992px) {
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu {
    background-color: #1e2022;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-lg .u-list__link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-lg .u-list__link:hover {
    color: #377dff;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__banner-v2 {
    background-color: #1c1d1f;
  }
  .u-header--sub-menu-dark-bg-lg .u-header__banner-v2-text {
    color: #8c98a4;
  }
}
@media (min-width: 1200px) {
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu {
    background-color: #1e2022;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .u-header--sub-menu-dark-bg-xl .u-list__link {
    color: #8c98a4;
  }
  .u-header--sub-menu-dark-bg-xl .u-list__link:hover {
    color: #377dff;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__banner-v2 {
    background-color: #1c1d1f;
  }
  .u-header--sub-menu-dark-bg-xl .u-header__banner-v2-text {
    color: #8c98a4;
  }
}
/*------------------------------------
    Transparent Header
  ------------------------------------*/
.u-header--bg-transparent:not(.js-header-fix-moment)
  .u-search-push-top[style*="display: block"]
  + .u-header__section {
  background-color: #fff;
}
.u-header--bg-transparent:not(.js-header-fix-moment) .u-header__section {
  background-color: transparent;
  box-shadow: none;
}
.u-header--bg-transparent:not(.js-header-fix-moment)
  .u-header__navbar-brand-collapsed {
  display: none;
}
@media (min-width: 576px) {
  .u-header--bg-transparent-sm:not(.js-header-fix-moment)
    .u-search-push-top[style*="display: block"]
    + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
  .u-header--bg-transparent-sm:not(.js-header-fix-moment)
    .u-header__navbar-brand-collapsed {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-header--bg-transparent-md:not(.js-header-fix-moment)
    .u-search-push-top[style*="display: block"]
    + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
  .u-header--bg-transparent-md:not(.js-header-fix-moment)
    .u-header__navbar-brand-collapsed {
    display: none;
  }
}
@media (min-width: 992px) {
  .u-header--bg-transparent-lg:not(.js-header-fix-moment)
    .u-search-push-top[style*="display: block"]
    + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
  .u-header--bg-transparent-lg:not(.js-header-fix-moment)
    .u-header__navbar-brand-collapsed {
    display: none;
  }
}
@media (min-width: 1200px) {
  .u-header--bg-transparent-xl:not(.js-header-fix-moment)
    .u-search-push-top[style*="display: block"]
    + .u-header__section {
    background-color: #fff;
  }
  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
  .u-header--bg-transparent-xl:not(.js-header-fix-moment)
    .u-header__navbar-brand-collapsed {
    display: none;
  }
}
@media (max-width: 575px) {
  .u-header--bg-transparent-sm .u-header__navbar-brand-collapse {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-header--bg-transparent-md .u-header__navbar-brand-collapse {
    display: none;
  }
}
@media (max-width: 991px) {
  .u-header--bg-transparent-lg .u-header__navbar-brand-collapse {
    display: none;
  }
}
@media (max-width: 1199px) {
  .u-header--bg-transparent-xl .u-header__navbar-brand-collapse {
    display: none;
  }
}
.u-header--bg-transparent .u-header__navbar-brand-collapse {
  display: none;
}
@media (max-width: 767px) {
  .u-header--bg-transparent .u-header__navbar-nav {
    background-color: #fff;
  }
  .u-header--bg-transparent .u-header__navbar-nav {
    padding: 1.5rem;
    margin-top: 1rem;
  }
}
/*------------------------------------
    Header White Nav Links
  ------------------------------------*/
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-header__nav-item:hover
  .u-header__nav-link {
  color: #fff;
}
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-header__nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-header__nav-link:hover {
  color: #fff;
}
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-unfold-wrapper,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-header__topbar-nav-link,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-btn-text-secondary {
  color: rgba(255, 255, 255, 0.7);
}
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-unfold-wrapper:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-header__topbar-nav-link:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment)
  .u-btn-text-secondary:hover {
  color: white;
}
@media (min-width: 576px) {
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-item:hover
    .u-header__nav-link {
    color: #fff;
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link {
    color: rgba(255, 255, 255, 0.9);
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link:hover {
    color: #fff;
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper:hover,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link:hover,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary:hover {
    color: white;
  }
}
@media (min-width: 768px) {
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-item:hover
    .u-header__nav-link {
    color: #fff;
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link {
    color: rgba(255, 255, 255, 0.9);
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link:hover {
    color: #fff;
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper:hover,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link:hover,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary:hover {
    color: white;
  }
}
@media (min-width: 992px) {
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-item:hover
    .u-header__nav-link {
    color: #fff;
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link {
    color: rgba(255, 255, 255, 0.9);
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link:hover {
    color: #fff;
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper:hover,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link:hover,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary:hover {
    color: white;
  }
}
@media (min-width: 1200px) {
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-item:hover
    .u-header__nav-link {
    color: #fff;
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link {
    color: rgba(255, 255, 255, 0.9);
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link:hover {
    color: #fff;
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-unfold-wrapper:hover,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-header__topbar-nav-link:hover,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-btn-text-secondary:hover {
    color: white;
  }
}
/*------------------------------------
    Navbar Expand
  ------------------------------------*/
.navbar-expand {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-expand.u-header__navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-expand .u-header__navbar-nav {
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-expand .navbar-nav .u-header__nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
.navbar-expand .navbar-nav .u-header__sub-menu {
  border-top-width: 0.1875rem;
  border-top-style: solid;
  border-top-color: #377dff;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
}
.navbar-expand .navbar-nav .u-header__sub-menu-nav-link {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.navbar-expand .navbar-nav .u-header__sub-menu-offset {
  margin-top: -1.1875rem;
}
.navbar-expand .navbar-nav .u-header__sub-menu .hs-has-sub-menu {
  padding: 0;
}
.navbar-expand
  .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
  right: 20%;
}
.navbar-expand .u-header__mega-menu-wrapper-v1 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-sm.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-sm .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-sm .navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  .navbar-expand-sm .navbar-nav .u-header__sub-menu {
    border-top-width: 0.1875rem;
    border-top-style: solid;
    border-top-color: #377dff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  .navbar-expand-sm .navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .navbar-expand-sm .navbar-nav .u-header__sub-menu-offset {
    margin-top: -1.1875rem;
  }
  .navbar-expand-sm .navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-sm
    .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-sm .u-header__mega-menu-wrapper-v1 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-md.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-md .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-md .navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .navbar-expand-md .navbar-nav .u-header__sub-menu {
    /* border-top-width: 0.1875rem;
    border-top-style: solid;
    border-top-color: #377dff; */
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  .navbar-expand-md .navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .navbar-expand-md .navbar-nav .u-header__sub-menu-offset {
    margin-top: -1.1875rem;
  }
  .navbar-expand-md .navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-md
    .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-md .u-header__mega-menu-wrapper-v1 {
    /* padding-top: 2.1875rem;
    padding-bottom: 0;
    padding-right: 2.5rem;
    padding-left: 2.5rem; */
    padding-top: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-lg.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  .navbar-expand-lg .navbar-nav .u-header__sub-menu {
    border-top-width: 0.1875rem;
    border-top-style: solid;
    border-top-color: #377dff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  .navbar-expand-lg .navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .navbar-expand-lg .navbar-nav .u-header__sub-menu-offset {
    margin-top: -1.1875rem;
  }
  .navbar-expand-lg .navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-lg
    .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-lg .u-header__mega-menu-wrapper-v1 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-xl.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-xl .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-xl .navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  .navbar-expand-xl .navbar-nav .u-header__sub-menu {
    border-top-width: 0.1875rem;
    border-top-style: solid;
    border-top-color: #377dff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
  }
  .navbar-expand-xl .navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .navbar-expand-xl .navbar-nav .u-header__sub-menu-offset {
    margin-top: -1.1875rem;
  }
  .navbar-expand-xl .navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }
  .navbar-expand-xl
    .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }
  .navbar-expand-xl .u-header__mega-menu-wrapper-v1 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (max-width: 575px) {
  .navbar-expand-sm .u-header__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-sm .u-header__nav-link-icon {
    margin-left: auto;
  }
  .navbar-expand-sm .hs-mega-menu-opened .u-header__nav-link-icon,
  .navbar-expand-sm .hs-sub-menu-opened .u-header__nav-link-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navbar-expand-sm
    .hs-sub-menu-opened
    > .u-header__sub-menu-nav-link
    .u-header__sub-menu-nav-link-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .navbar-expand-sm .u-header__sub-menu {
    border-left-width: 0.1875rem;
    border-left-style: solid;
    border-left-color: #377dff;
  }
  .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md .u-header__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-md .u-header__nav-link-icon {
    margin-left: auto;
  }
  .navbar-expand-md .hs-mega-menu-opened .u-header__nav-link-icon,
  .navbar-expand-md .hs-sub-menu-opened .u-header__nav-link-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navbar-expand-md
    .hs-sub-menu-opened
    > .u-header__sub-menu-nav-link
    .u-header__sub-menu-nav-link-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .navbar-expand-md .u-header__sub-menu {
    border-left-width: 0.1875rem;
    border-left-style: solid;
    border-left-color: #377dff;
  }
  .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .u-header__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-lg .u-header__nav-link-icon {
    margin-left: auto;
  }
  .navbar-expand-lg .hs-mega-menu-opened .u-header__nav-link-icon,
  .navbar-expand-lg .hs-sub-menu-opened .u-header__nav-link-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navbar-expand-lg
    .hs-sub-menu-opened
    > .u-header__sub-menu-nav-link
    .u-header__sub-menu-nav-link-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .navbar-expand-lg .u-header__sub-menu {
    border-left-width: 0.1875rem;
    border-left-style: solid;
    border-left-color: #377dff;
  }
  .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl .u-header__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-xl .u-header__nav-link-icon {
    margin-left: auto;
  }
  .navbar-expand-xl .hs-mega-menu-opened .u-header__nav-link-icon,
  .navbar-expand-xl .hs-sub-menu-opened .u-header__nav-link-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navbar-expand-xl
    .hs-sub-menu-opened
    > .u-header__sub-menu-nav-link
    .u-header__sub-menu-nav-link-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .navbar-expand-xl .u-header__sub-menu {
    border-left-width: 0.1875rem;
    border-left-style: solid;
    border-left-color: #377dff;
  }
  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none;
  }
}
.navbar-expand .u-header__nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-expand .u-header__nav-link-icon {
  margin-left: auto;
}
.navbar-expand .hs-mega-menu-opened .u-header__nav-link-icon,
.navbar-expand .hs-sub-menu-opened .u-header__nav-link-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.navbar-expand
  .hs-sub-menu-opened
  > .u-header__sub-menu-nav-link
  .u-header__sub-menu-nav-link-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-expand .u-header__sub-menu {
  border-left-width: 0.1875rem;
  border-left-style: solid;
  border-left-color: #377dff;
}
.navbar-expand .u-header__sub-menu .hs-has-sub-menu {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-expand .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
  -webkit-animation: none;
  animation: none;
}
@media (min-width: 576px) and (max-width: 991px) {
  .u-header:not(.u-header--full-container)
    .navbar-expand-sm
    .u-header__navbar-brand {
    padding-top: 1rem;
  }
  .u-header:not(.u-header--full-container)
    .navbar-expand-sm
    .u-header__navbar-brand-top-space {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-sm .u-header__mega-menu-wrapper-v2 {
    padding-right: 2.5rem;
  }
  .navbar-expand-sm .u-header__mega-menu-wrapper-v3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-header:not(.u-header--full-container)
    .navbar-expand-md
    .u-header__navbar-brand {
    padding-top: 1rem;
  }
  .u-header:not(.u-header--full-container)
    .navbar-expand-md
    .u-header__navbar-brand-top-space {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  [class*="navbar-expand"]:not(.navbar-expand-xl) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .u-header__mega-menu-wrapper-v2 {
    padding-right: 2.5rem;
  }
  .navbar-expand-lg .u-header__mega-menu-wrapper-v3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .u-header__mega-menu-wrapper-v2 {
    padding-right: 2.5rem;
  }
  .navbar-expand-xl .u-header__mega-menu-wrapper-v3 {
    padding-right: 0;
    padding-left: 0;
  }
}
/*------------------------------------
    Header Floating
  ------------------------------------*/
.u-header--floating:not([class*="u-header--floating--"]) {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2rem;
}
[class*="u-header--floating"].js-header-fix-moment {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
  margin-top: 0;
}
.u-header--floating.js-header-fix-moment {
  position: fixed;
}
.u-header--floating.js-header-fix-moment .u-header--floating__inner {
  box-shadow: none;
  border-radius: 0;
}
.u-header--floating__inner {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* Small devices */
@media (min-width: 576px) {
  .u-header--floating-sm {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  .u-header--floating-sm__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-header--floating-sm.js-header-fix-moment .u-header--floating-sm__inner {
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .u-header--floating-sm__inner {
    background-color: transparent;
    box-shadow: none;
  }
}
/* Medium devices */
@media (min-width: 768px) {
  .u-header--floating-md {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  .u-header--floating-md__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-header--floating-md.js-header-fix-moment .u-header--floating-md__inner {
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .u-header--floating-md__inner {
    background-color: transparent;
    box-shadow: none;
  }
}
/* Large devices */
@media (min-width: 992px) {
  .u-header--floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  .u-header--floating-lg__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-header--floating-lg.js-header-fix-moment .u-header--floating-lg__inner {
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .u-header--floating-lg__inner {
    background-color: transparent;
    box-shadow: none;
  }
}
/* Extra Large devices */
@media (min-width: 1200px) {
  .u-header--floating-xl {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }
  .u-header--floating-xl__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-header--floating-xl.js-header-fix-moment .u-header--floating-xl__inner {
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .u-header--floating-xl__inner {
    background-color: transparent;
    box-shadow: none;
  }
}
.u-header--floating__scrollbar {
  max-height: 50vh;
}
.u-header--floating__scrollbar.mCS_destroyed {
  position: static !important;
}
[class*="u-header--floating"]
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  margin: 0 24px;
}
/*------------------------------------
    Absolute Positions
  ------------------------------------*/
.u-header--abs-top,
.u-header--abs-bottom,
.u-header--abs-top-2nd-screen {
  position: absolute;
}
.u-header--abs-top {
  top: 0;
  bottom: auto;
}
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) {
  top: 100%;
  bottom: auto;
}
.u-header--abs-top-2nd-screen[data-header-fix-effect] {
  transition: none;
}
.u-header--abs-bottom:not(.js-header-fix-moment) {
  top: auto;
  bottom: 0;
}
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-unfold,
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-header__sub-menu,
.u-header--abs-bottom:not(.js-header-fix-moment) .u-unfold,
.u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu {
  top: auto;
  bottom: 100%;
}
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-unfold,
.u-header--abs-bottom:not(.js-header-fix-moment) .u-unfold {
  margin-bottom: 0.4375rem;
}
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment)
  [class*="navbar-expand"]
  .navbar-nav
  .u-header__sub-menu,
.u-header--abs-bottom:not(.js-header-fix-moment)
  [class*="navbar-expand"]
  .navbar-nav
  .u-header__sub-menu {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
}
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .slideInUp,
.u-header--abs-bottom:not(.js-header-fix-moment) .slideInUp {
  -webkit-animation-name: absoluteSlideInUp;
  animation-name: absoluteSlideInUp;
}
@media (min-width: 576px) {
  .u-header--abs-top-sm,
  .u-header--abs-bottom-sm,
  .u-header--abs-top-2nd-screen-sm {
    position: absolute;
  }
  .u-header--abs-top-sm {
    top: 0;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-sm[data-header-fix-effect] {
    transition: none;
  }
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment)
    .u-header__sub-menu,
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu,
  .u-header--abs-bottom-sm:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .slideInUp,
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}
@media (min-width: 768px) {
  .u-header--abs-top-md,
  .u-header--abs-bottom-md,
  .u-header--abs-top-2nd-screen-md {
    position: absolute;
  }
  .u-header--abs-top-md {
    top: 0;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-md[data-header-fix-effect] {
    transition: none;
  }
  .u-header--abs-bottom-md:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment)
    .u-header__sub-menu,
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu,
  .u-header--abs-bottom-md:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .slideInUp,
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}
@media (min-width: 992px) {
  .u-header--abs-top-lg,
  .u-header--abs-bottom-lg,
  .u-header--abs-top-2nd-screen-lg {
    position: absolute;
  }
  .u-header--abs-top-lg {
    top: 0;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-lg[data-header-fix-effect] {
    transition: none;
  }
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment)
    .u-header__sub-menu,
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu,
  .u-header--abs-bottom-lg:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .slideInUp,
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}
@media (min-width: 1200px) {
  .u-header--abs-top-xl,
  .u-header--abs-bottom-xl,
  .u-header--abs-top-2nd-screen-xl {
    position: absolute;
  }
  .u-header--abs-top-xl {
    top: 0;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }
  .u-header--abs-top-2nd-screen-xl[data-header-fix-effect] {
    transition: none;
  }
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment)
    .u-header__sub-menu,
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-unfold,
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu,
  .u-header--abs-bottom-xl:not(.js-header-fix-moment)
    [class*="navbar-expand"]
    .navbar-nav
    .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .slideInUp,
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp;
  }
}
.u-header--abs-top__inner,
.u-header--abs-bottom__inner,
.u-header--abs-top-2nd-screen__inner {
  max-height: 50vh;
}
.u-header--abs-top__inner.mCS_destroyed,
.u-header--abs-bottom__inner.mCS_destroyed,
.u-header--abs-top-2nd-screen__inner.mCS_destroyed {
  position: static !important;
}
[class*="u-header--abs"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}
/* Disable box-shadow on mobile device */
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment)
  [class*="navbar-expand"]
  .navbar-nav
  .u-header__sub-menu,
.u-header--abs-bottom:not(.js-header-fix-moment)
  [class*="navbar-expand"]
  .navbar-nav
  .u-header__sub-menu {
  box-shadow: none;
}
@-webkit-keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
/*------------------------------------
    Header Sidebar
  ------------------------------------*/
.u-header-sidebar__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.625rem;
}
.u-header-sidebar__content {
  padding: 3rem;
}
.u-header-sidebar__navbar-brand {
  display: block;
  width: 6.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.u-header-sidebar__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 3rem;
}
.u-header-sidebar__footer-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.u-header-sidebar__footer-link:hover {
  color: #fff;
}
/*------------------------------------
    Sticky Positions
  ------------------------------------*/
.u-header--sticky-top .u-header--sticky-top__inner {
  max-height: 50vh;
}
.u-header--sticky-bottom .u-header--sticky-bottom__inner {
  max-height: 50vh;
}
.u-header--sticky-top.mCS_destroyed,
.u-header--sticky-bottom.mCS_destroyed {
  position: static !important;
}
.u-header--sticky-top .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.u-header--sticky-bottom .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}
.u-header--sticky-top,
.u-header--sticky-bottom {
  position: fixed;
}
.u-header--sticky-top {
  bottom: auto;
  top: 0;
}
.u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}
.u-header--sticky-bottom .u-unfold,
.u-header--sticky-bottom .u-header__sub-menu {
  top: auto;
  bottom: 100%;
}
.u-header--sticky-bottom .u-unfold {
  margin-bottom: 0.4375rem;
}
.u-header--sticky-bottom .navbar-nav .u-header__sub-menu {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
}
.u-header--sticky-bottom .slideInUp {
  -webkit-animation-name: stickySlideInUp;
  animation-name: stickySlideInUp;
}
@media (min-width: 576px) {
  .u-header--sticky-top-sm,
  .u-header--sticky-bottom-sm {
    position: fixed;
  }
  .u-header--sticky-top-sm {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom-sm {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-bottom-sm .u-unfold,
  .u-header--sticky-bottom-sm .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--sticky-bottom-sm .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--sticky-bottom-sm .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--sticky-bottom-sm .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}
@media (min-width: 768px) {
  .u-header--sticky-top-md,
  .u-header--sticky-bottom-md {
    position: fixed;
  }
  .u-header--sticky-top-md {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom-md {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-bottom-md .u-unfold,
  .u-header--sticky-bottom-md .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--sticky-bottom-md .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--sticky-bottom-md .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--sticky-bottom-md .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}
@media (min-width: 992px) {
  .u-header--sticky-top-lg,
  .u-header--sticky-bottom-lg {
    position: fixed;
  }
  .u-header--sticky-top-lg {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom-lg {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-bottom-lg .u-unfold,
  .u-header--sticky-bottom-lg .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--sticky-bottom-lg .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--sticky-bottom-lg .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--sticky-bottom-lg .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}
@media (min-width: 1200px) {
  .u-header--sticky-top-xl,
  .u-header--sticky-bottom-xl {
    position: fixed;
  }
  .u-header--sticky-top-xl {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom-xl {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-bottom-xl .u-unfold,
  .u-header--sticky-bottom-xl .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }
  .u-header--sticky-bottom-xl .u-unfold {
    margin-bottom: 0.4375rem;
  }
  .u-header--sticky-bottom-xl .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(130, 130, 134, 0.1);
  }
  .u-header--sticky-bottom-xl .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp;
  }
}
/* Disable box-shadow on mobile device */
.u-header--sticky-bottom:not(.js-header-fix-moment)
  [class*="navbar-expand"]
  .navbar-nav
  .u-header__sub-menu {
  box-shadow: none;
}
@-webkit-keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
/*------------------------------------
    Header Center Aligned
  ------------------------------------*/
.u-header--center-aligned__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 0.5rem;
}
.u-header--center-aligned-sm__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .u-header--center-aligned-sm__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem;
  }
}
.u-header--center-aligned-md__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .u-header--center-aligned-md__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem;
  }
}
.u-header--center-aligned-lg__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .u-header--center-aligned-lg__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem;
  }
}
.u-header--center-aligned-xl__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (min-width: 1200px) {
  .u-header--center-aligned-xl__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  .u-header--center-aligned .navbar-expand-sm.u-header__navbar {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .u-header--center-aligned .navbar-expand-md.u-header__navbar {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .u-header--center-aligned .navbar-expand-lg.u-header__navbar {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .u-header--center-aligned .navbar-expand-xl.u-header__navbar {
    padding-top: 0;
  }
}
.u-header--center-aligned .navbar-expand.u-header__navbar {
  padding-top: 0;
}
/*------------------------------------
    Header Collapse
  ------------------------------------*/
.u-header-collapse__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.u-header-collapse__nav-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.u-header-collapse__nav-link {
  color: #1e2022;
}
.u-header-collapse__nav-pointer {
  position: relative;
}
.u-header-collapse__nav-pointer::before {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0.5rem;
  height: 0.31875rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5.1'%3E%3Cpath fill='%2377838f' d='M7.8,0.6L7.4,0.2C7.3,0.1,7.1,0,7,0C6.8,0,6.6,0.1,6.5,0.2L4,2.7L1.5,0.2C1.4,0.1,1.2,0,1,0C0.9,0,0.7,0.1,0.6,0.2L0.2,0.6 C0.1,0.7,0,0.9,0,1c0,0.2,0.1,0.3,0.2,0.5l3.3,3.4C3.7,5,3.8,5.1,4,5.1c0.2,0,0.3-0.1,0.5-0.2l3.3-3.4C7.9,1.4,8,1.2,8,1 C8,0.9,7.9,0.7,7.8,0.6z'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.u-header-collapse__nav-pointer.active::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.u-header-collapse__nav-link,
.u-header-collapse__submenu-nav-link {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.u-header-collapse__nav-link.active,
.u-header-collapse__submenu-nav-link.active {
  color: #377dff;
}
.u-header-collapse__submenu {
  position: relative;
  transition: 0.3s ease-in-out;
}
.u-header-collapse__submenu .u-header-collapse__nav-list {
  border-left: 2px solid #377dff;
  padding-left: 1rem;
}
.u-header-collapse__submenu-nav-link {
  color: #5a5f69;
}
.u-header-collapse__submenu-list {
  list-style: none;
  border-left: 2px solid #377dff;
  padding-left: 1rem;
  margin-bottom: 0;
}
.u-header-collapse__submenu-list-link {
  display: inline-block;
  color: #5a5f69;
}
.free_title11 {
  margin-top: 40px !important;
}
/*------------------------------------
    Avatar
  ------------------------------------*/
.u-avatar {
  width: 2.75rem;
  height: 2.75rem;
}
.u-xs-avatar {
  width: 1.25rem;
  height: 1.25rem;
}
.u-sm-avatar {
  width: 2rem;
  height: 2rem;
}
.u-md-avatar {
  width: 4rem;
  height: 4rem;
}
.u-lg-avatar {
  width: 5rem;
  height: 5rem;
}
.u-xl-avatar {
  width: 10rem;
  height: 10rem;
}
/*------------------------------------
    Avatar Bordered
  ------------------------------------*/
.u-sm-avatar--bordered {
  border: 2px solid #fff;
}
.u-xl-avatar--bordered {
  border: 7px solid #fff;
}
/*------------------------------------
    Badges
  ------------------------------------*/
.u-badge {
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.7;
  font-size: 0.625rem;
}
.u-badge-pos {
  position: absolute;
}
[class*="u-badge-border"] {
  border-style: solid;
  border-width: 2px;
  line-height: 1.4;
}
/* Positions */
.u-badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.u-badge-pos--top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-badge-pos--bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.u-badge-pos--bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.u-badge-pos--bottom-right-0 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.u-badge-pos--bottom-left-1 {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
}
/*------------------------------------
    Badge Sizes
  ------------------------------------*/
/* Extra Small */
.u-badge--xs {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 1.7;
  font-size: 0.5rem;
}
.u-badge--md {
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.7;
  font-size: 0.6875rem;
}
.u-badge-bigger {
  padding: 0.5rem 0.625rem;
}
/* Small */
.u-badge-bigger--sm {
  padding: 0.3125rem 0.5rem;
}
/*------------------------------------
    Badge Styles
  ------------------------------------*/
/* primary badge */
.u-badge-primary {
  color: #fff;
  background: #377dff;
}
/* secondary badge */
.u-badge-secondary {
  color: #fff;
  background: #77838f;
}
/* success badge */
.u-badge-success {
  color: #fff;
  background: #00c9a7;
}
/* info badge */
.u-badge-info {
  color: #1e2022;
  background: #00dffc;
}
/* warning badge */
.u-badge-warning {
  color: #1e2022;
  background: #ffc107;
}
/* danger badge */
.u-badge-danger {
  color: #fff;
  background: #de4437;
}
/* light badge */
.u-badge-light {
  color: #1e2022;
  background: #f6f9fc;
}
/* dark badge */
.u-badge-dark {
  color: #fff;
  background: #1e2022;
}
/* white badge */
.u-badge-white {
  color: #1e2022;
  background: #fff;
}
/* primary badge */
.u-badge-border-primary {
  color: #fff;
  background: #377dff;
  border-color: #fff;
}
/* secondary badge */
.u-badge-border-secondary {
  color: #fff;
  background: #77838f;
  border-color: #fff;
}
/* success badge */
.u-badge-border-success {
  color: #fff;
  background: #00c9a7;
  border-color: #fff;
}
/* info badge */
.u-badge-border-info {
  color: #1e2022;
  background: #00dffc;
  border-color: #fff;
}
/* warning badge */
.u-badge-border-warning {
  color: #1e2022;
  background: #ffc107;
  border-color: #fff;
}
/* danger badge */
.u-badge-border-danger {
  color: #fff;
  background: #de4437;
  border-color: #fff;
}
/* light badge */
.u-badge-border-light {
  color: #1e2022;
  background: #f6f9fc;
  border-color: #fff;
}
/* dark badge */
.u-badge-border-dark {
  color: #fff;
  background: #1e2022;
  border-color: #fff;
}
/* white badge */
.u-badge-border-white {
  color: #1e2022;
  background: #fff;
  border-color: #1e2022;
}
.u-badge-border-white {
  border-color: #fff;
}
/*------------------------------------
    Badge Bootstrap Styles
  ------------------------------------*/
.u-badge-white {
  color: #1e2022;
  background-color: #fff;
}
.u-badge-white[href]:hover,
.u-badge-white[href]:focus {
  color: #1e2022;
  background-color: #e6e6e6;
}
/*------------------------------------
    Buttons
  ------------------------------------*/
/* Pill Button */
.u-btn-pill {
  border-radius: 6.1875rem;
}
/*------------------------------------
    Buttons Bootstrap Style
  ------------------------------------*/
/* white */
.u-btn-white {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}
.u-btn-white:hover {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}
.u-btn-white:focus,
.u-btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.u-btn-white.disabled,
.u-btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
}
.u-btn-white:not([disabled]):not(.disabled):active,
.u-btn-white:not([disabled]):not(.disabled).active,
.show > .u-btn-white.dropdown-toggle {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.u-btn-white:hover,
.u-btn-white:not([disabled]):not(.disabled):active,
.u-btn-white:not([disabled]):not(.disabled).active,
.show > .u-btn-white.dropdown-toggle {
  color: #377dff;
}
/* facebook */
.u-btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.u-btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.u-btn-facebook:focus,
.u-btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.u-btn-facebook.disabled,
.u-btn-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
}
.u-btn-facebook:not([disabled]):not(.disabled):active,
.u-btn-facebook:not([disabled]):not(.disabled).active,
.show > .u-btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
/* google */
.u-btn-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}
.u-btn-google:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
}
.u-btn-google:focus,
.u-btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 65, 48, 0.5);
}
.u-btn-google.disabled,
.u-btn-google:disabled {
  background-color: #d14130;
  border-color: #d14130;
}
.u-btn-google:not([disabled]):not(.disabled):active,
.u-btn-google:not([disabled]):not(.disabled).active,
.show > .u-btn-google.dropdown-toggle {
  color: #fff;
  background-color: #a93325;
  border-color: #9e3023;
  box-shadow: 0 0 0 0.2rem rgba(209, 65, 48, 0.5);
}
/* twitter */
.u-btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.u-btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}
.u-btn-twitter:focus,
.u-btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.u-btn-twitter.disabled,
.u-btn-twitter:disabled {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.u-btn-twitter:not([disabled]):not(.disabled):active,
.u-btn-twitter:not([disabled]):not(.disabled).active,
.show > .u-btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
/* instagram */
.u-btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
.u-btn-instagram:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
}
.u-btn-instagram:focus,
.u-btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}
.u-btn-instagram.disabled,
.u-btn-instagram:disabled {
  background-color: #3f729b;
  border-color: #3f729b;
}
.u-btn-instagram:not([disabled]):not(.disabled):active,
.u-btn-instagram:not([disabled]):not(.disabled).active,
.show > .u-btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #2d516e;
  box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.5);
}
/* github */
.u-btn-github {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}
.u-btn-github:hover {
  color: #fff;
  background-color: #131619;
  border-color: #0e1011;
}
.u-btn-github:focus,
.u-btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 41, 46, 0.5);
}
.u-btn-github.disabled,
.u-btn-github:disabled {
  background-color: #24292e;
  border-color: #24292e;
}
.u-btn-github:not([disabled]):not(.disabled):active,
.u-btn-github:not([disabled]):not(.disabled).active,
.show > .u-btn-github.dropdown-toggle {
  color: #fff;
  background-color: #0e1011;
  border-color: #08090a;
  box-shadow: 0 0 0 0.2rem rgba(36, 41, 46, 0.5);
}
/*------------------------------------
    Custom Buttons
  ------------------------------------*/
/* primary button :hover, :focus, :active effects */
.u-btn-primary:hover,
.u-btn-primary:focus,
.u-btn-primary:active {
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
}
/* secondary button :hover, :focus, :active effects */
.u-btn-secondary:hover,
.u-btn-secondary:focus,
.u-btn-secondary:active {
  box-shadow: 0 4px 17px rgba(119, 131, 143, 0.35);
}
/* success button :hover, :focus, :active effects */
.u-btn-success:hover,
.u-btn-success:focus,
.u-btn-success:active {
  box-shadow: 0 4px 17px rgba(0, 201, 167, 0.35);
}
/* info button :hover, :focus, :active effects */
.u-btn-info:hover,
.u-btn-info:focus,
.u-btn-info:active {
  box-shadow: 0 4px 17px rgba(0, 223, 252, 0.35);
}
/* warning button :hover, :focus, :active effects */
.u-btn-warning:hover,
.u-btn-warning:focus,
.u-btn-warning:active {
  box-shadow: 0 4px 17px rgba(255, 193, 7, 0.35);
}
/* danger button :hover, :focus, :active effects */
.u-btn-danger:hover,
.u-btn-danger:focus,
.u-btn-danger:active {
  box-shadow: 0 4px 17px rgba(222, 68, 55, 0.35);
}
/* light button :hover, :focus, :active effects */
.u-btn-light:hover,
.u-btn-light:focus,
.u-btn-light:active {
  box-shadow: 0 4px 17px rgba(246, 249, 252, 0.35);
}
/* dark button :hover, :focus, :active effects */
.u-btn-dark:hover,
.u-btn-dark:focus,
.u-btn-dark:active {
  box-shadow: 0 4px 17px rgba(30, 32, 34, 0.35);
}
/* white button :hover, :focus, :active effects */
.u-btn-white:hover,
.u-btn-white:focus,
.u-btn-white:active {
  box-shadow: 0 4px 17px rgba(255, 255, 255, 0.35);
}
/* facebook button :hover, :focus, :active effects */
.u-btn-facebook:hover,
.u-btn-facebook:focus,
.u-btn-facebook:active {
  box-shadow: 0 4px 17px rgba(59, 89, 152, 0.35);
}
/* google button :hover, :focus, :active effects */
.u-btn-google:hover,
.u-btn-google:focus,
.u-btn-google:active {
  box-shadow: 0 4px 17px rgba(209, 65, 48, 0.35);
}
/* twitter button :hover, :focus, :active effects */
.u-btn-twitter:hover,
.u-btn-twitter:focus,
.u-btn-twitter:active {
  box-shadow: 0 4px 17px rgba(29, 161, 242, 0.35);
}
/* instagram button :hover, :focus, :active effects */
.u-btn-instagram:hover,
.u-btn-instagram:focus,
.u-btn-instagram:active {
  box-shadow: 0 4px 17px rgba(63, 114, 155, 0.35);
}
/* github button :hover, :focus, :active effects */
.u-btn-github:hover,
.u-btn-github:focus,
.u-btn-github:active {
  box-shadow: 0 4px 17px rgba(36, 41, 46, 0.35);
}
/*------------------------------------
    Air Button Styles
  ------------------------------------*/
/* primary air */
.u-btn-primary--air {
  color: #377dff;
  background: rgba(55, 125, 255, 0.1);
  border-color: transparent;
}
.u-btn-primary--air:hover,
.u-btn-primary--air:focus,
.u-btn-primary--air:active,
.u-btn-primary--air.active {
  color: #fff;
  background: #377dff;
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
}
/* secondary air */
.u-btn-secondary--air {
  color: #77838f;
  background: rgba(119, 131, 143, 0.1);
  border-color: transparent;
}
.u-btn-secondary--air:hover,
.u-btn-secondary--air:focus,
.u-btn-secondary--air:active,
.u-btn-secondary--air.active {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 17px rgba(119, 131, 143, 0.35);
}
/* success air */
.u-btn-success--air {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
  border-color: transparent;
}
.u-btn-success--air:hover,
.u-btn-success--air:focus,
.u-btn-success--air:active,
.u-btn-success--air.active {
  color: #fff;
  background: #00c9a7;
  box-shadow: 0 4px 17px rgba(0, 201, 167, 0.35);
}
/* info air */
.u-btn-info--air {
  color: #00dffc;
  background: rgba(0, 223, 252, 0.1);
  border-color: transparent;
}
.u-btn-info--air:hover,
.u-btn-info--air:focus,
.u-btn-info--air:active,
.u-btn-info--air.active {
  color: #1e2022;
  background: #00dffc;
  box-shadow: 0 4px 17px rgba(0, 223, 252, 0.35);
}
/* warning air */
.u-btn-warning--air {
  color: #ffc107;
  background: rgba(255, 193, 7, 0.1);
  border-color: transparent;
}
.u-btn-warning--air:hover,
.u-btn-warning--air:focus,
.u-btn-warning--air:active,
.u-btn-warning--air.active {
  color: #1e2022;
  background: #ffc107;
  box-shadow: 0 4px 17px rgba(255, 193, 7, 0.35);
}
/* danger air */
.u-btn-danger--air {
  color: #de4437;
  background: rgba(222, 68, 55, 0.1);
  border-color: transparent;
}
.u-btn-danger--air:hover,
.u-btn-danger--air:focus,
.u-btn-danger--air:active,
.u-btn-danger--air.active {
  color: #fff;
  background: #de4437;
  box-shadow: 0 4px 17px rgba(222, 68, 55, 0.35);
}
/* light air */
.u-btn-light--air {
  color: #f6f9fc;
  background: rgba(246, 249, 252, 0.1);
  border-color: transparent;
}
.u-btn-light--air:hover,
.u-btn-light--air:focus,
.u-btn-light--air:active,
.u-btn-light--air.active {
  color: #1e2022;
  background: #f6f9fc;
  box-shadow: 0 4px 17px rgba(246, 249, 252, 0.35);
}
/* dark air */
.u-btn-dark--air {
  color: #1e2022;
  background: rgba(30, 32, 34, 0.1);
  border-color: transparent;
}
.u-btn-dark--air:hover,
.u-btn-dark--air:focus,
.u-btn-dark--air:active,
.u-btn-dark--air.active {
  color: #fff;
  background: #1e2022;
  box-shadow: 0 4px 17px rgba(30, 32, 34, 0.35);
}
/* white air */
.u-btn-white--air {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.u-btn-white--air:hover,
.u-btn-white--air:focus,
.u-btn-white--air:active,
.u-btn-white--air.active {
  color: #1e2022;
  background: #fff;
  box-shadow: 0 4px 17px rgba(255, 255, 255, 0.35);
}
/* facebook air */
.u-btn-facebook--air {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.1);
  border-color: transparent;
}
.u-btn-facebook--air:hover,
.u-btn-facebook--air:focus,
.u-btn-facebook--air:active,
.u-btn-facebook--air.active {
  color: #fff;
  background: #3b5998;
  box-shadow: 0 4px 17px rgba(59, 89, 152, 0.35);
}
/* google air */
.u-btn-google--air {
  color: #d14130;
  background: rgba(209, 65, 48, 0.1);
  border-color: transparent;
}
.u-btn-google--air:hover,
.u-btn-google--air:focus,
.u-btn-google--air:active,
.u-btn-google--air.active {
  color: #fff;
  background: #d14130;
  box-shadow: 0 4px 17px rgba(209, 65, 48, 0.35);
}
/* twitter air */
.u-btn-twitter--air {
  color: #1da1f2;
  background: rgba(29, 161, 242, 0.1);
  border-color: transparent;
}
.u-btn-twitter--air:hover,
.u-btn-twitter--air:focus,
.u-btn-twitter--air:active,
.u-btn-twitter--air.active {
  color: #fff;
  background: #1da1f2;
  box-shadow: 0 4px 17px rgba(29, 161, 242, 0.35);
}
/* instagram air */
.u-btn-instagram--air {
  color: #3f729b;
  background: rgba(63, 114, 155, 0.1);
  border-color: transparent;
}
.u-btn-instagram--air:hover,
.u-btn-instagram--air:focus,
.u-btn-instagram--air:active,
.u-btn-instagram--air.active {
  color: #fff;
  background: #3f729b;
  box-shadow: 0 4px 17px rgba(63, 114, 155, 0.35);
}
/* github air */
.u-btn-github--air {
  color: #24292e;
  background: rgba(36, 41, 46, 0.1);
  border-color: transparent;
}
.u-btn-github--air:hover,
.u-btn-github--air:focus,
.u-btn-github--air:active,
.u-btn-github--air.active {
  color: #fff;
  background: #24292e;
  box-shadow: 0 4px 17px rgba(36, 41, 46, 0.35);
}
/*------------------------------------
    Button Sizes
  ------------------------------------*/
/* Wide */
.u-btn-wide {
  min-width: 9.6875rem;
}
.u-btn-wide--sm {
  min-width: 8.4375rem;
}
/* Extra Small */
.btn-xs {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.4375rem 0.9375rem;
}
.btn-sm {
  font-size: 0.875rem;
}
/* Icons */
.u-btn--icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
.u-btn--icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-btn--icon.btn-xs {
  font-size: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
/*------------------------------------
    Text Buttons Styles
  ------------------------------------*/
/* primary text button */
.u-btn-text-primary {
  color: #377dff;
  background: transparent;
}
.u-btn-text-primary:hover,
.u-btn-text-primary:focus,
.u-btn-text-primary:active {
  color: #1e2022;
}
/* secondary text button */
.u-btn-text-secondary {
  color: #77838f;
  background: transparent;
}
.u-btn-text-secondary:hover,
.u-btn-text-secondary:focus,
.u-btn-text-secondary:active {
  color: #1e2022;
}
/* success text button */
.u-btn-text-success {
  color: #00c9a7;
  background: transparent;
}
.u-btn-text-success:hover,
.u-btn-text-success:focus,
.u-btn-text-success:active {
  color: #1e2022;
}
/* info text button */
.u-btn-text-info {
  color: #00dffc;
  background: transparent;
}
.u-btn-text-info:hover,
.u-btn-text-info:focus,
.u-btn-text-info:active {
  color: #1e2022;
}
/* warning text button */
.u-btn-text-warning {
  color: #ffc107;
  background: transparent;
}
.u-btn-text-warning:hover,
.u-btn-text-warning:focus,
.u-btn-text-warning:active {
  color: #1e2022;
}
/* danger text button */
.u-btn-text-danger {
  color: #de4437;
  background: transparent;
}
.u-btn-text-danger:hover,
.u-btn-text-danger:focus,
.u-btn-text-danger:active {
  color: #1e2022;
}
/* light text button */
.u-btn-text-light {
  color: #f6f9fc;
  background: transparent;
}
.u-btn-text-light:hover,
.u-btn-text-light:focus,
.u-btn-text-light:active {
  color: #d4d7dd;
}
/* dark text button */
.u-btn-text-dark {
  color: #1e2022;
  background: transparent;
}
.u-btn-text-dark:hover,
.u-btn-text-dark:focus,
.u-btn-text-dark:active {
  color: #1e2022;
}
/* white text button */
.u-btn-text-white {
  color: #fff;
  background: transparent;
}
.u-btn-text-white:hover,
.u-btn-text-white:focus,
.u-btn-text-white:active {
  color: #1e2022;
}
/*------------------------------------
    Breadcrumb
  ------------------------------------*/
.breadcrumb-white {
  background-color: transparent;
}
.breadcrumb-white .breadcrumb-item {
  color: #fff;
}
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-white .breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-no-gutter {
  padding: 0 0;
}
/*------------------------------------
    Sidebar Navigation
  ------------------------------------*/
/* Disable content revealing on page load */
.u-sidebar[aria-labelledby] {
  opacity: 0;
}
.u-sidebar[aria-labelledby][role="tabpanel"] {
  opacity: 1;
}
.u-sidebar[aria-labelledby].u-unfold--css-animation,
.u-sidebar[aria-labelledby].u-unfold--jquery-slide {
  opacity: 1;
}
.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.u-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  width: 23.4375rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -13px 0 20px rgba(119, 131, 143, 0.08);
}
.u-sidebar__body,
.u-sidebar__content {
  height: 100%;
}
.u-sidebar--left {
  right: auto;
  left: 0;
  box-shadow: 13px 0 20px rgba(119, 131, 143, 0.08);
}
.u-sidebar__scroller {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.u-sidebar__container {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.u-sidebar__footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/*------------------------------------
    Sidebar Account
  ------------------------------------*/
.u-sidebar--account__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.3125rem;
}
.u-sidebar__content--account {
  padding: 1.5rem 3rem;
}
/* Holder */
.u-sidebar--account__holder {
  background-color: #f6f9fc;
  padding: 1.5rem 3rem;
}
.u-sidebar--account__holder-img {
  width: 3rem;
  border-radius: 0.25rem;
}
.u-sidebar--account__holder-text {
  display: block;
  font-size: 0.75rem;
  color: #8f95a0;
}
/* Toggle */
.u-sidebar--account__toggle-bg {
  position: relative;
  top: 0.0625rem;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 6.1875rem;
}
@media (max-width: 767px) {
  .u-sidebar--account__toggle-bg {
    padding-left: 0.25rem;
  }
}
.u-sidebar--account__toggle-bg:hover .u-sidebar--account__toggle-text {
  color: #377dff;
}
.u-sidebar--account__toggle-text {
  color: #1e2022;
  font-size: 0.75rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
@media (max-width: 767px) {
  .u-sidebar--account__toggle-text {
    display: none;
  }
}
.u-sidebar--account__toggle-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
/* List */
.u-sidebar--account__list {
  margin-bottom: 0;
}
.u-sidebar--account__list-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.u-sidebar--account__list-link {
  display: block;
  font-size: 0.875rem;
  color: #828286;
  border-radius: 0.25rem;
  padding: 0.625rem;
  transition: 0.2s ease-in-out;
}
.u-sidebar--account__list-link.active,
.u-sidebar--account__list-link:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.u-sidebar--account__list-link.active .u-sidebar--account__list-icon,
.u-sidebar--account__list-link:hover .u-sidebar--account__list-icon {
  color: #377dff;
}
.u-sidebar--account__list-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  vertical-align: inherit;
  width: 1.125rem;
  font-size: 0.8125rem;
  color: #8f95a0;
  transition: 0.2s ease-in-out;
}
.u-sidebar--account__list-divider {
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: #e4ecf7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* Footer Links */
.u-sidebar__footer--account {
  padding: 0 3rem 1.5rem;
}
.u-sidebar__footer--account__text {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.u-sidebar__footer--account__text:hover {
  color: #fff;
}
/*------------------------------------
    Sidebar Shopping Cart
  ------------------------------------*/
.u-sidebar--cart {
  background-color: #fff;
}
.u-sidebar--cart__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 13.4375rem;
}
.u-sidebar__content--cart {
  padding: 2.5rem;
}
/*------------------------------------
    Unfold (Drop Down)
  ------------------------------------*/
/* Disable content revealing on page load */
.u-unfold[aria-labelledby] {
  opacity: 0;
}
.u-unfold[aria-labelledby][role="tabpanel"] {
  opacity: 1;
}
.u-unfold[aria-labelledby].u-unfold--css-animation,
.u-unfold[aria-labelledby].u-unfold--jquery-slide {
  opacity: 1;
}
.u-unfold.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.u-unfold {
  position: absolute;
  z-index: 99;
  min-width: 8.4375rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(55, 125, 255, 0.075),
    0 5px 15px rgba(119, 131, 143, 0.075);
  padding: 1rem 1.5rem;
  border: none;
  margin-bottom: 0;
}
.u-unfold-wrapper {
  color: #77838f;
  font-weight: 300;
  font-size: 0.875rem;
}
.u-unfold-wrapper:hover {
  color: #1e2022;
}
.u-unfold-wrapper--light {
  color: #8f95a0;
}
.u-unfold-wrapper--light:hover {
  color: #fff;
}
.u-unfold__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.0625rem;
  margin-right: 0.5rem;
}
.u-unfold__icon-pointer {
  font-size: 0.625rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}
/*------------------------------------
    Unfold (Drop Down) - Country
  ------------------------------------*/
.u-unfold--country {
  box-shadow: 0 0 50px rgba(41, 74, 133, 0.2);
  padding: 0;
  margin-bottom: 2rem;
}
.u-unfold--country__link {
  display: block;
  background-color: #f6f9fc;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.u-unfold--country__content,
.border-radius-half {
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .u-unfold--country {
    min-width: 28.125rem;
  }
}
/*------------------------------------
    Clients
  ------------------------------------*/
.u-clients {
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
}
/*------------------------------------
    Divider
  ------------------------------------*/
.u-divider {
  position: relative;
  display: inline-block;
}
.u-divider::before,
.u-divider::after {
  position: absolute;
  top: 50%;
  content: "";
}
.u-divider::before {
  right: 100%;
  background-image: linear-gradient(45deg, transparent 0%, #bfc3ca 100%);
  background-repeat: repeat-x;
}
.u-divider::after {
  left: 100%;
  background-image: linear-gradient(45deg, #bfc3ca 0%, transparent 100%);
  background-repeat: repeat-x;
}
/*------------------------------------
    Divider Sizes
  ------------------------------------*/
/* Extra Small */
.u-divider--xs {
  font-size: 0.75rem;
}
.u-divider--xs::before,
.u-divider--xs::after {
  width: 2rem;
  height: 0.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-divider--xs::before {
  margin-right: 0.625rem;
}
.u-divider--xs::after {
  margin-left: 0.625rem;
}
.u-divider--xs::before,
.u-divider--xs::after {
  width: 2rem;
}
/*------------------------------------
    Divider Styles
  ------------------------------------*/
/* Text */
.u-divider--text {
  color: #8c98a4;
}
/*------------------------------------
    Vertical Divider
  ------------------------------------*/
.u-ver-divider {
  position: relative;
}
.u-ver-divider::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  content: "";
}
/* Breakpoint */
@media (max-width: 575px) {
  .u-ver-divider--none-sm::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-ver-divider--none-md::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .u-ver-divider--none-lg::after {
    display: none;
  }
  .customer-service {
    display: none !important;
  }
}
/*------------------------------------
    Divider Sizes
  ------------------------------------*/
/* Extra Small */
.u-ver-divider--xs::after {
  top: 50%;
  height: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Small */
.u-ver-divider--sm::after {
  top: 50%;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Large */
.u-ver-divider--lg::after {
  top: 50%;
  height: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Extra Large */
.u-ver-divider--xl::after {
  top: 50%;
  height: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*------------------------------------
    Datatable
  ------------------------------------*/
.u-datatable .dataTables_length,
.u-datatable .dataTables_filter,
.u-datatable .dataTables_info,
.u-datatable .dataTables_paginate {
  display: none;
}
.u-datatable__striped .odd {
  background-color: #f8fafd;
}
.u-datatable .u-datatable__trigger {
  cursor: pointer;
}
.u-datatable .u-datatable__trigger-icon::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  padding-right: 0.75rem;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.u-datatable__content td[colspan] {
  padding-left: 0;
  padding-right: 0;
}
.u-datatable .opened .u-datatable__trigger-icon::before {
  content: "\f106";
}
.u-datatable__thead-icon {
  display: block;
  line-height: 0.7;
  cursor: pointer;
  color: #bfc3ca;
}
.u-datatable__thead-icon:hover {
  color: #377dff;
}
/*------------------------------------
    DatePicker
  ------------------------------------*/
.u-datepicker {
  position: relative;
}
.u-datepicker .flatpickr-calendar {
  top: 3.75rem !important;
  left: 0 !important;
  box-shadow: 0 0.15rem 1rem 0.05rem rgba(140, 152, 164, 0.135);
}
.u-datepicker .flatpickr-calendar::before,
.u-datepicker .flatpickr-calendar::after {
  display: none;
}
.u-datepicker .flatpickr-months {
  position: relative;
  background-color: #377dff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.75rem;
}
.u-datepicker .flatpickr-months .cur-month,
.u-datepicker .flatpickr-months .cur-year {
  color: #fff;
}
.u-datepicker .flatpickr-current-month,
.u-datepicker .flatpickr-prev-month,
.u-datepicker .flatpickr-next-month {
  padding: 0;
}
.u-datepicker .flatpickr-prev-month,
.u-datepicker .flatpickr-next-month {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.u-datepicker .flatpickr-prev-month.flatpickr-prev-month,
.u-datepicker .flatpickr-next-month.flatpickr-prev-month {
  left: 0.75rem;
}
.u-datepicker .flatpickr-prev-month.flatpickr-next-month,
.u-datepicker .flatpickr-next-month.flatpickr-next-month {
  right: 0.75rem;
}
.u-datepicker .flatpickr-prev-month svg,
.u-datepicker .flatpickr-next-month svg {
  fill: rgba(255, 255, 255, 0.7);
}
.u-datepicker .flatpickr-prev-month:hover svg,
.u-datepicker .flatpickr-next-month:hover svg {
  fill: #fff;
}
.u-datepicker .flatpickr-weekday {
  color: #1e2022;
  text-transform: uppercase;
  font-weight: 500;
}
.u-datepicker .flatpickr-day {
  color: #1e2022;
  border-color: transparent;
}
.u-datepicker .flatpickr-day:focus,
.u-datepicker .flatpickr-day:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.u-datepicker .flatpickr-day.inRange {
  background-color: #e7eaf3;
  box-shadow: -5px 0 0 #e7eaf3, 5px 0 0 #e7eaf3;
}
.u-datepicker .flatpickr-day.today {
  color: #fff;
  background-color: #377dff;
}
.u-datepicker .flatpickr-day.prevMonthDay,
.u-datepicker .flatpickr-day.nextMonthDay {
  color: #e7eaf3;
}
.u-datepicker .flatpickr-day.prevMonthDay:focus,
.u-datepicker .flatpickr-day.prevMonthDay:hover,
.u-datepicker .flatpickr-day.nextMonthDay:focus,
.u-datepicker .flatpickr-day.nextMonthDay:hover {
  color: #97a4af;
  background-color: #e7eaf3;
}
.u-datepicker .flatpickr-day.disabled {
  color: #e7eaf3;
}
.u-datepicker .flatpickr-day.disabled:hover {
  color: #97a4af;
  background-color: #e7eaf3;
}
.u-datepicker .flatpickr-day.selected {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff;
}
.u-datepicker .flatpickr-day.selected:focus.prevMonthDay,
.u-datepicker .flatpickr-day.selected:focus.nextMonthDay,
.u-datepicker .flatpickr-day.selected:hover.prevMonthDay,
.u-datepicker .flatpickr-day.selected:hover.nextMonthDay {
  color: #377dff;
  background-color: transparent;
}
.u-datepicker .flatpickr-day.selected.startRange,
.u-datepicker .flatpickr-day.selected.endRange {
  color: #fff;
  background-color: #377dff;
}
.u-datepicker .numInputWrapper span.arrowUp,
.u-datepicker .numInputWrapper span.arrowDown {
  display: none;
}
.u-datepicker .numInputWrapper:hover {
  background-color: transparent;
}
/* Positions */
.u-datepicker--top .flatpickr-calendar {
  top: auto !important;
  bottom: 3.5rem !important;
}
/*------------------------------------
    Cubeportfolio
  ------------------------------------*/
.u-cubeportfolio .u-cubeportfolio__item {
  font-size: 0.875rem;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.u-cubeportfolio .u-cubeportfolio__item:first-child {
  padding-left: 0;
}
.u-cubeportfolio .u-cubeportfolio__item:last-child {
  padding-right: 0;
}
.u-cubeportfolio .u-cubeportfolio__item:hover {
  color: #1e2022;
}
.u-cubeportfolio .u-cubeportfolio__item.cbp-filter-item-active {
  color: #377dff;
  font-weight: 600;
  background-color: transparent;
  border: transparent;
}
.u-cubeportfolio .cbp-l-loadMore-stop {
  pointer-events: none;
  color: #77838f;
}
.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(55, 125, 255, 0.9);
}
/*------------------------------------
    Hover Animation Effects
  ------------------------------------*/
.u-cubeportfolio--reveal-v1 .cbp-l-caption-body {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
}
.u-cubeportfolio--reveal-v1 .cbp-caption:hover .cbp-l-caption-body {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/*------------------------------------
    Icon
  ------------------------------------*/
.u-icon {
  position: relative;
  z-index: 1;
  line-height: 0.7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 0.9375rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}
.u-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-icon__inner-bottom-minus {
  top: 90%;
}
/*------------------------------------
    Icon Default Styles
  ------------------------------------*/
/* primary */
.u-icon-primary {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}
.u-icon-primary[href]:hover {
  color: #fff;
  background-color: #1164ff;
  border-color: #045cff;
}
.u-icon-primary.disabled,
.u-icon-primary:disabled {
  background-color: #377dff;
  border-color: #377dff;
}
/* secondary */
.u-icon-secondary {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}
.u-icon-secondary[href]:hover {
  color: #fff;
  background-color: #65707b;
  border-color: #5f6a74;
}
.u-icon-secondary.disabled,
.u-icon-secondary:disabled {
  background-color: #77838f;
  border-color: #77838f;
}
/* success */
.u-icon-success {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}
.u-icon-success[href]:hover {
  color: #fff;
  background-color: #00a387;
  border-color: #00967d;
}
.u-icon-success.disabled,
.u-icon-success:disabled {
  background-color: #00c9a7;
  border-color: #00c9a7;
}
/* info */
.u-icon-info {
  color: #1e2022;
  background-color: #00dffc;
  border-color: #00dffc;
}
.u-icon-info[href]:hover {
  color: #fff;
  background-color: #00bdd6;
  border-color: #00b2c9;
}
.u-icon-info.disabled,
.u-icon-info:disabled {
  background-color: #00dffc;
  border-color: #00dffc;
}
/* warning */
.u-icon-warning {
  color: #1e2022;
  background-color: #ffc107;
  border-color: #ffc107;
}
.u-icon-warning[href]:hover {
  color: #1e2022;
  background-color: #e0a800;
  border-color: #d39e00;
}
.u-icon-warning.disabled,
.u-icon-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
/* danger */
.u-icon-danger {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}
.u-icon-danger[href]:hover {
  color: #fff;
  background-color: #cd2f22;
  border-color: #c22d20;
}
.u-icon-danger.disabled,
.u-icon-danger:disabled {
  background-color: #de4437;
  border-color: #de4437;
}
/* light */
.u-icon-light {
  color: #1e2022;
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}
.u-icon-light[href]:hover {
  color: #1e2022;
  background-color: #d9e6f2;
  border-color: #d0e0ef;
}
.u-icon-light.disabled,
.u-icon-light:disabled {
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}
/* dark */
.u-icon-dark {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}
.u-icon-dark[href]:hover {
  color: #fff;
  background-color: #0c0d0e;
  border-color: #060707;
}
.u-icon-dark.disabled,
.u-icon-dark:disabled {
  background-color: #1e2022;
  border-color: #1e2022;
}
/* white */
.u-icon-white {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}
.u-icon-white[href]:hover {
  color: #1e2022;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.u-icon-white.disabled,
.u-icon-white:disabled {
  background-color: #fff;
  border-color: #fff;
}
/* facebook */
.u-icon-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.u-icon-facebook[href]:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.u-icon-facebook.disabled,
.u-icon-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
}
/* google */
.u-icon-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}
.u-icon-google[href]:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
}
.u-icon-google.disabled,
.u-icon-google:disabled {
  background-color: #d14130;
  border-color: #d14130;
}
/* twitter */
.u-icon-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.u-icon-twitter[href]:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}
.u-icon-twitter.disabled,
.u-icon-twitter:disabled {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
/* instagram */
.u-icon-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}
.u-icon-instagram[href]:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
}
.u-icon-instagram.disabled,
.u-icon-instagram:disabled {
  background-color: #3f729b;
  border-color: #3f729b;
}
/* github */
.u-icon-github {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}
.u-icon-github[href]:hover {
  color: #fff;
  background-color: #131619;
  border-color: #0e1011;
}
.u-icon-github.disabled,
.u-icon-github:disabled {
  background-color: #24292e;
  border-color: #24292e;
}
/*------------------------------------
    Icon Air Styles
  ------------------------------------*/
/* primary air */
.u-icon-primary--air {
  color: #377dff;
  background: rgba(55, 125, 255, 0.1);
}
.u-icon-primary--air[href]:hover,
.u-icon-primary--air[href]:focus,
.u-icon-primary--air[href]:active {
  color: #fff;
  background: #377dff;
}
/* secondary air */
.u-icon-secondary--air {
  color: #77838f;
  background: rgba(119, 131, 143, 0.1);
}
.u-icon-secondary--air[href]:hover,
.u-icon-secondary--air[href]:focus,
.u-icon-secondary--air[href]:active {
  color: #fff;
  background: #77838f;
}
/* success air */
.u-icon-success--air {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
}
.u-icon-success--air[href]:hover,
.u-icon-success--air[href]:focus,
.u-icon-success--air[href]:active {
  color: #fff;
  background: #00c9a7;
}
/* info air */
.u-icon-info--air {
  color: #00dffc;
  background: rgba(0, 223, 252, 0.1);
}
.u-icon-info--air[href]:hover,
.u-icon-info--air[href]:focus,
.u-icon-info--air[href]:active {
  color: #1e2022;
  background: #00dffc;
}
/* warning air */
.u-icon-warning--air {
  color: #ffc107;
  background: rgba(255, 193, 7, 0.1);
}
.u-icon-warning--air[href]:hover,
.u-icon-warning--air[href]:focus,
.u-icon-warning--air[href]:active {
  color: #1e2022;
  background: #ffc107;
}
/* danger air */
.u-icon-danger--air {
  color: #de4437;
  background: rgba(222, 68, 55, 0.1);
}
.u-icon-danger--air[href]:hover,
.u-icon-danger--air[href]:focus,
.u-icon-danger--air[href]:active {
  color: #fff;
  background: #de4437;
}
/* light air */
.u-icon-light--air {
  color: #f6f9fc;
  background: rgba(246, 249, 252, 0.1);
}
.u-icon-light--air[href]:hover,
.u-icon-light--air[href]:focus,
.u-icon-light--air[href]:active {
  color: #1e2022;
  background: #f6f9fc;
}
/* dark air */
.u-icon-dark--air {
  color: #1e2022;
  background: rgba(30, 32, 34, 0.1);
}
.u-icon-dark--air[href]:hover,
.u-icon-dark--air[href]:focus,
.u-icon-dark--air[href]:active {
  color: #fff;
  background: #1e2022;
}
/* facebook air */
.u-icon-facebook--air {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.1);
}
.u-icon-facebook--air[href]:hover,
.u-icon-facebook--air[href]:focus,
.u-icon-facebook--air[href]:active {
  color: #fff;
  background: #3b5998;
}
/* google air */
.u-icon-google--air {
  color: #d14130;
  background: rgba(209, 65, 48, 0.1);
}
.u-icon-google--air[href]:hover,
.u-icon-google--air[href]:focus,
.u-icon-google--air[href]:active {
  color: #fff;
  background: #d14130;
}
/* twitter air */
.u-icon-twitter--air {
  color: #1da1f2;
  background: rgba(29, 161, 242, 0.1);
}
.u-icon-twitter--air[href]:hover,
.u-icon-twitter--air[href]:focus,
.u-icon-twitter--air[href]:active {
  color: #fff;
  background: #1da1f2;
}
/* instagram air */
.u-icon-instagram--air {
  color: #3f729b;
  background: rgba(63, 114, 155, 0.1);
}
.u-icon-instagram--air[href]:hover,
.u-icon-instagram--air[href]:focus,
.u-icon-instagram--air[href]:active {
  color: #fff;
  background: #3f729b;
}
/* github air */
.u-icon-github--air {
  color: #24292e;
  background: rgba(36, 41, 46, 0.1);
}
.u-icon-github--air[href]:hover,
.u-icon-github--air[href]:focus,
.u-icon-github--air[href]:active {
  color: #fff;
  background: #24292e;
}
/*------------------------------------
    Icon Border Styles
  ------------------------------------*/
[class*="u-icon-brd"] {
  border-width: 0.0625rem;
  border-style: solid;
}
/* primary */
.u-icon-brd-primary {
  color: #377dff;
  background: transparent;
  border-color: #377dff;
}
.u-icon-brd-primary[href]:hover,
.u-icon-brd-primary[href]:focus,
.u-icon-brd-primary[href]:active {
  color: #fff;
  background: #377dff;
  border-color: #377dff;
}
/* secondary */
.u-icon-brd-secondary {
  color: #77838f;
  background: transparent;
  border-color: #77838f;
}
.u-icon-brd-secondary[href]:hover,
.u-icon-brd-secondary[href]:focus,
.u-icon-brd-secondary[href]:active {
  color: #fff;
  background: #77838f;
  border-color: #77838f;
}
/* success */
.u-icon-brd-success {
  color: #00c9a7;
  background: transparent;
  border-color: #00c9a7;
}
.u-icon-brd-success[href]:hover,
.u-icon-brd-success[href]:focus,
.u-icon-brd-success[href]:active {
  color: #fff;
  background: #00c9a7;
  border-color: #00c9a7;
}
/* info */
.u-icon-brd-info {
  color: #00dffc;
  background: transparent;
  border-color: #00dffc;
}
.u-icon-brd-info[href]:hover,
.u-icon-brd-info[href]:focus,
.u-icon-brd-info[href]:active {
  color: #1e2022;
  background: #00dffc;
  border-color: #00dffc;
}
/* warning */
.u-icon-brd-warning {
  color: #ffc107;
  background: transparent;
  border-color: #ffc107;
}
.u-icon-brd-warning[href]:hover,
.u-icon-brd-warning[href]:focus,
.u-icon-brd-warning[href]:active {
  color: #1e2022;
  background: #ffc107;
  border-color: #ffc107;
}
/* danger */
.u-icon-brd-danger {
  color: #de4437;
  background: transparent;
  border-color: #de4437;
}
.u-icon-brd-danger[href]:hover,
.u-icon-brd-danger[href]:focus,
.u-icon-brd-danger[href]:active {
  color: #fff;
  background: #de4437;
  border-color: #de4437;
}
/* light */
.u-icon-brd-light {
  color: #f6f9fc;
  background: transparent;
  border-color: #f6f9fc;
}
.u-icon-brd-light[href]:hover,
.u-icon-brd-light[href]:focus,
.u-icon-brd-light[href]:active {
  color: #1e2022;
  background: #f6f9fc;
  border-color: #f6f9fc;
}
/* dark */
.u-icon-brd-dark {
  color: #1e2022;
  background: transparent;
  border-color: #1e2022;
}
.u-icon-brd-dark[href]:hover,
.u-icon-brd-dark[href]:focus,
.u-icon-brd-dark[href]:active {
  color: #fff;
  background: #1e2022;
  border-color: #1e2022;
}
/* white */
.u-icon-brd-white {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.u-icon-brd-white[href]:hover,
.u-icon-brd-white[href]:focus,
.u-icon-brd-white[href]:active {
  color: #1e2022;
  background: #fff;
  border-color: #fff;
}
/* facebook */
.u-icon-brd-facebook {
  color: #3b5998;
  background: transparent;
  border-color: #3b5998;
}
.u-icon-brd-facebook[href]:hover,
.u-icon-brd-facebook[href]:focus,
.u-icon-brd-facebook[href]:active {
  color: #fff;
  background: #3b5998;
  border-color: #3b5998;
}
/* google */
.u-icon-brd-google {
  color: #d14130;
  background: transparent;
  border-color: #d14130;
}
.u-icon-brd-google[href]:hover,
.u-icon-brd-google[href]:focus,
.u-icon-brd-google[href]:active {
  color: #fff;
  background: #d14130;
  border-color: #d14130;
}
/* twitter */
.u-icon-brd-twitter {
  color: #1da1f2;
  background: transparent;
  border-color: #1da1f2;
}
.u-icon-brd-twitter[href]:hover,
.u-icon-brd-twitter[href]:focus,
.u-icon-brd-twitter[href]:active {
  color: #fff;
  background: #1da1f2;
  border-color: #1da1f2;
}
/* instagram */
.u-icon-brd-instagram {
  color: #3f729b;
  background: transparent;
  border-color: #3f729b;
}
.u-icon-brd-instagram[href]:hover,
.u-icon-brd-instagram[href]:focus,
.u-icon-brd-instagram[href]:active {
  color: #fff;
  background: #3f729b;
  border-color: #3f729b;
}
/* github */
.u-icon-brd-github {
  color: #24292e;
  background: transparent;
  border-color: #24292e;
}
.u-icon-brd-github[href]:hover,
.u-icon-brd-github[href]:focus,
.u-icon-brd-github[href]:active {
  color: #fff;
  background: #24292e;
  border-color: #24292e;
}
/*------------------------------------
    Icon Sizes
  ------------------------------------*/
/* Extra Small */
.u-icon--xs {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.625rem;
  border-radius: 0.25rem;
}
/* Small */
.u-icon--sm {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}
/* Medium */
.u-icon--md {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
/* Large */
.u-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.75rem;
  border-radius: 0.25rem;
}
.mg-b-9 {
  margin-bottom: 9rem !important;
}
.text-gray {
  color: #666666;
}
.lettter-space {
  letter-spacing: 0rem;
}
.line-blue {
  border-bottom: 0.2rem solid #377dff;
}
.u-icon--diy {
  width: 7rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 3rem;
  border-radius: 0.5rem;
  background-color: white;
}
/* diamond area*/
.horizontal-align-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.vertical-align-center {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.white-space-nowrap {
  white-space: nowrap;
}
.border-1 {
  border: 1px solid #f0f0f0;
}
.diamond-content {
  color: snow;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 0.875rem;
  color: #ffffff;
}
.diamond {
  width: 9rem;
  height: 9rem;
  position: relative;
  border-radius: 0.5rem;
  color: #4b8aff;
}
.diamond-icon {
  margin-top: 1.3rem;
  height: auto;
}
.diamond-bg {
  background-image: url("../image/hzx-logo.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center 16px;
}
.diamond-hover {
  position: absolute;
  background-color: #377dff;
  opacity: 0.9;
  top: 0;
  width: 0rem;
  height: 0rem;
}
.free-experenice-btn {
  width: 20.63rem;
  line-height: 3rem;
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.5rem;
  background-color: #f8b551;
  box-shadow: 0rem 0.31rem 0.63rem 0rem rgba(255, 153, 0, 0.5);
  border-radius: 1rem;
  color: #ffffff;
}
.bg-city {
  width: 100%;
  height: 2705px;
  position: absolute;
  top: 3050px;
  background: url("../image/bg3.jpg") no-repeat;
  background-size: cover;
}
.free-experenice-btn:hover {
  background-color: #f8cf4d;
  color: #ffffff;
}
.margin-top-8 {
  margin-top: 8rem;
}
.mt-10 {
  margin-top: 10rem;
}
.margin-top-9 {
  margin-top: 9rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.ts-rt-45deg {
  transform: rotate(45deg);
}
.ts-rt-l45deg {
  transform: rotate(-45deg);
}
.pb-10 {
  padding-bottom: 10rem;
}
.diamond-title {
  font-size: 1.125rem;
  letter-spacing: 0rem;
  color: #377dff;
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10rem;
  }
  .row > .ts-rt-45deg {
    margin: 33px 66px !important;
  }
  .row:nth-child(2) > .ts-rt-45deg {
    margin: -60px 66px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  .diamond-title {
    margin-bottom: 1.7rem !important;
  }
}
@media (max-width: 1200px) {
  .row > .ts-rt-45deg {
    margin: 33px 44px !important;
  }
  .row:nth-child(2) > .ts-rt-45deg {
    margin: -40px 44px !important;
  }
  .light-color-rectangle {
    display: none !important;
  }
  .rectangle-w34-h27 > img {
    transform: none !important;
  }
  .rectangle-w34-h27 {
    width: 100% !important;
    border: none !important;
  }
  .diamond-icon {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .row > .ts-rt-45deg {
    margin: 33px 30px !important;
  }
  .diamond-title {
    font-size: 1rem !important;
  }
  .row:nth-child(2) > .ts-rt-45deg {
    margin: -30px 30px !important;
  }
  .diamond,
  .diamond-hover {
    width: 7rem !important;
    height: 7rem !important;
  }
  .diamond-content {
    font-size: 12px !important;
  }
  .free-experenice-btn {
    font-size: 1.2rem;
  }
  .font-size-sm-30 {
    font-size: 30px;
  }
  .light-color-rectangle {
    left: 4.2rem !important;
  }
}
@media (max-width: 767px) {
  .light-color-rectangle {
    display: none !important;
  }
  .rectangle-w34-h27 {
    width: 100%;
    position: absolute;
    border: none !important;
  }
  .diamond {
    width: 5rem !important;
    height: 5rem !important;
  }
  .diamond-hover {
    display: none !important;
  }
  .diamond-icon {
    margin-top: 1rem;
  }
  .diamond-title {
    font-size: 0.5rem !important;
    margin-bottom: 1rem !important;
  }
  .translate-sm-left-top-1 {
    transform: translate(-1rem, -0.5rem);
  }
  .row > .ts-rt-45deg {
    margin-left: 10px !important;
  }
  .row:nth-child(2) > .ts-rt-45deg {
    margin-left: 10px !important;
    margin-top: -20px !important;
  }
  .carbon {
    width: 84%;
    margin: 0 auto;
    margin-top: -4rem;
  }
  .carbon .pc-img {
    display: none;
  }
  .carbon .m-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .u-w90-center {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .h2-text {
    font-size: 16px !important;
    font-weight: bolder !important;
  }
  .circle {
    transform: translateY(-0.1rem) !important;
  }
  .diamond {
    width: 3.5rem !important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
    text-align: center;
  }
  .diamond-hover {
    display: none !important;
  }
  .diamond-icon {
    display: none !important;
  }
  .diamond-title {
    position: absolute;
    bottom: auto !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .row > .ts-rt-45deg {
    margin: auto !important;
  }
  .row:nth-child(2) > .ts-rt-45deg {
    margin: auto !important;
  }
}
@media (max-width: 400px) {
  .diamond {
    width: 3.3rem !important;
    height: 3.3rem !important;
    line-height: 3.3rem !important;
    text-align: center;
  }
  .diamond-title {
    font-size: 0.5rem !important;
  }
  .u-label--word {
    font-size: 0.5rem !important;
    position: relative !important;
    transform: translate(0) !important;
  }
}
/*diamond end */
/*Graphic area */
@media (max-width: 767px) {
  .btn-go {
    width: 9rem !important;
    height: 2.5rem !important;
    line-height: 1rem !important;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .xs-display-none {
    display: none;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 4.5rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 4.5rem !important;
  }
  .padding-xs-lr-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .height-xs-75 {
    height: 75rem;
  }
  .arrow-left-top,
  .arrow-right-bottom {
    display: none !important;
  }
  .diamond-box {
    margin-bottom: 2rem !important;
  }
  .free-experenice-btn {
    margin-top: 4rem !important;
    line-height: 1.2rem !important;
    font-size: 0.8rem !important;
  }
  .content {
    text-align: center !important;
    font-size: 0.8rem !important;
    margin: auto;
    width: 100%;
  }
  .padding-xs-1 {
    padding: 1rem !important;
  }
  h2.h6.text-gray.lettter-space {
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 0.8rem !important;
    font-weight: bolder !important;
  }
  h3.title {
    text-align: center !important;
    margin: 1rem 0rem;
  }
  .light-color-rectangle {
    display: none !important;
  }
  .row img {
    transform: translate(0rem, 0rem) !important;
  }
  .rectangle-w34-h27 {
    width: 95% !important;
    height: 15rem !important;
    margin: 0px auto !important;
    border: none !important;
  }
  .btn-go {
    width: 7rem !important;
    height: 2rem !important;
    line-height: 0.5rem !important;
    font-size: 0.8rem !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.padding-l0-t2 {
  padding: 2rem 0rem;
}
.arrow-left-top {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  border: 0.8rem solid #377dff;
  border-right: none;
  border-bottom: none;
  top: 0rem;
  left: 0rem;
}
.arrow-right-bottom {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  border: 0.8rem solid #377dff;
  border-top: none;
  border-left: none;
  right: 0rem;
  bottom: 0rem;
}
.font-style-italic {
  font-style: italic;
}
h3.title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.5rem;
  line-height: 1.531rem;
  font-weight: bolder;
  margin-top: 0.7rem;
}
.content {
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 2rem;
  overflow: hidden;
}
.rectangle-w34-h27 {
  width: 90%;
  height: 23.75rem;
  border: solid 1px #377dff;
  position: relative;
}
li.nav-item {
  white-space: nowrap !important;
}
.light-color-rectangle {
  background-color: #f6f9ff;
  width: 90%;
  height: 90%;
  position: absolute;
  left: 8rem;
  bottom: 2rem;
}
.bottom-b10 {
  bottom: -10rem;
}
.btn-go {
  width: 10rem;
  height: 3.125rem;
  background-color: #377dff;
  box-shadow: 0rem 0.313rem 0.625rem 0rem rgba(55, 125, 255, 0.5);
  border-radius: 1.563rem;
  font-family: MicrosoftYaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}
.h20rem {
  height: 20rem;
}
.ts-x1-yt2 {
  transform: translate(2rem, -4rem);
}
/*Graphic area */
/* Extra Large */
.u-icon--xl {
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  border-radius: 0.25rem;
}
/* icon */
.icon-box {
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
}
.icon-box:hover {
  border-top: none;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.icon-box:hover .u-icon--diy {
  background-color: #377dff;
}
.icon-inner {
  height: 15rem;
  transform: translateY(-2.5rem);
}
.icon-btn {
  width: 9rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #eee;
  box-shadow: 0rem 1rem 1rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transform: translateY(50%);
  margin: 0px auto;
  transition: all 0.3s;
  font-size: 1rem;
  color: #666666;
}
.icon-box:hover .icon-btn {
  background-color: #f8b551;
  box-shadow: 0rem 1rem 1rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  color: #ffffff;
}
.icon-title {
  font-family: MicrosoftYaHei;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  padding-left: 40px;
  padding-right: 40px;
}
.ct-title {
  font-family: MicrosoftYaHeiLight;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.281rem;
  letter-spacing: 0rem;
  color: #666666;
}
/*------------------------------------
    Form
  ------------------------------------*/
.u-form {
  border-radius: 0.25rem;
}
.u-form__input {
  z-index: 2;
}
.u-form__append,
.u-form__prepend,
.u-form__prepend > .btn,
.u-form__append > .btn,
.u-form__text {
  background-clip: padding-box;
  transition: all 0.2s ease-in-out;
}
.u-form__prepend > .u-btn-white {
  border-right: none;
}
.u-form__append .btn {
  margin-left: 1px;
}
.u-form__append > .u-btn-white {
  border-left: none;
  border-color: transparent;
}
.u-form__text {
  position: relative;
}
.u-form__text-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-form .u-btn-white:hover,
.u-form .u-btn-white:focus,
.u-form .u-btn-white:active {
  box-shadow: none;
}
.u-form--no-brd .u-form__input,
.u-form--no-brd .u-form__text {
  border-color: transparent;
}
.u-form--white-brd .u-form__input,
.u-form--white-brd .u-form__text {
  border-color: #fff;
}
.u-form--no-addon-brd .u-form__input:not(:first-child) {
  border-left: none;
}
.u-form--no-addon-brd .u-form__input:not(:last-child) {
  border-right: none;
}
/* Position */
.u-form--position {
  position: relative;
}
.u-form--position .u-form__input:not(:first-child) {
  border-radius: 0.25rem;
}
.u-form--position .u-form__text {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.u-form--pill {
  border-radius: 6.1875rem;
}
.u-form--pill.u-form--no-brd {
  box-shadow: 0 0 25px rgba(119, 131, 143, 0.1);
}
.u-form--pill > .u-form__input:first-child {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}
.u-form--pill > .u-form__input:last-child {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}
.u-form--pill .u-form__prepend > .u-form__text,
.u-form--pill .u-form__prepend > .btn {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}
.u-form--pill .u-form__append > .u-form__text,
.u-form--pill .u-form__append > .btn {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}
/*------------------------------------
    Form Sizes
  ------------------------------------*/
.u-form .u-form__text {
  min-width: 3rem;
  font-size: 0.8125rem;
}
.u-form.u-form--pill > .u-form__input {
  padding-left: 24px;
  padding-right: 24px;
}
.u-form.u-form--pill .u-form__prepend > .u-form__text,
.u-form.u-form--pill .u-form__prepend > .btn {
  padding-left: 20px;
}
.u-form.u-form--pill .u-form__append > .u-form__text,
.u-form.u-form--pill .u-form__append > .btn {
  padding-right: 20px;
}
.u-form.u-form--pill .u-form__text {
  padding: 1rem 1rem;
}
.u-form.u-form--position > .u-form__input {
  padding-left: 3rem;
}
.u-form--sm .u-form__text {
  min-width: 2.6875rem;
}
.u-form--sm.u-form--pill > .u-form__input {
  padding-left: 22px;
  padding-right: 22px;
}
.u-form--sm.u-form--pill .u-form__prepend > .u-form__text,
.u-form--sm.u-form--pill .u-form__prepend > .btn {
  padding-left: 18px;
}
.u-form--sm.u-form--pill .u-form__append > .u-form__text,
.u-form--sm.u-form--pill .u-form__append > .btn {
  padding-right: 18px;
}
.u-form--sm.u-form--position > .u-form__input {
  padding-left: 2.75rem;
}
.u-form--sm.u-form--position .u-form__text-inner {
  font-size: 0.875rem;
}
.u-form--lg .u-form__text {
  font-size: 1.125rem;
  min-width: 3.875rem;
}
.u-form--lg .u-form__append > .btn,
.u-form--lg .u-form__prepend > .btn {
  font-size: 1.125rem;
}
.u-form--lg.u-form--pill > .u-form__input {
  padding-left: 30px;
  padding-right: 30px;
}
.u-form--lg.u-form--pill .u-form__prepend > .u-form__text,
.u-form--lg.u-form--pill .u-form__prepend > .btn {
  padding-left: 26px;
}
.u-form--lg.u-form--pill .u-form__append > .u-form__text,
.u-form--lg.u-form--pill .u-form__append > .btn {
  padding-right: 26px;
}
.u-form--lg.u-form--pill .u-form__text {
  padding: 1.125rem 1.125rem;
}
.u-form--lg.u-form--position > .u-form__input {
  padding-left: 4rem;
}
.u-form--lg.u-form--position .u-form__text-inner {
  font-size: 1.125rem;
}
/*------------------------------------
    Select
  ------------------------------------*/
.u-select .dropdown-item:hover,
.u-select .dropdown-item:focus,
.u-select .dropdown-item.active {
  color: #377dff;
}
.u-select.bootstrap-select li .dropdown-item.opt {
  padding-left: 0.375rem;
}
.u-select.bootstrap-select
  > .dropdown-toggle.bs-placeholder.u-btn-primary--air {
  color: #377dff;
}
.u-select.bootstrap-select
  > .dropdown-toggle.bs-placeholder.u-btn-primary--air:hover,
.u-select.bootstrap-select
  > .dropdown-toggle.bs-placeholder.u-btn-primary--air:focus,
.u-select.bootstrap-select
  > .dropdown-toggle.bs-placeholder.u-btn-primary--air:active,
.u-select.bootstrap-select
  > .dropdown-toggle.bs-placeholder.u-btn-primary--air.active {
  color: #fff;
}
.u-select .form-control {
  margin-bottom: 0.5rem;
}
/* Positions */
.u-select--right .dropdown-menu {
  left: auto !important;
  right: 0;
}
/*------------------------------------
    Success State
  ------------------------------------*/
.u-has-success .u-form.u-focus-state {
  box-shadow: 0 0 25px rgba(0, 201, 167, 0.1);
}
.u-has-success .u-form:focus,
.u-has-success .u-form.u-focus-state .u-form__append > .u-btn-white,
.u-has-success .u-form.u-focus-state .u-form__prepend > .u-btn-white,
.u-has-success .u-form.u-focus-state .u-form__text,
.u-has-success .u-form.u-focus-state .u-form__input,
.u-has-success .u-form.u-focus-state *:focus {
  border-color: #00c9a7;
}
.u-has-success .u-form.u-focus-state .u-form__text {
  color: #00c9a7;
}
/*------------------------------------
    Error State
  ------------------------------------*/
.u-has-error .u-form.u-focus-state {
  box-shadow: 0 0 25px rgba(222, 68, 55, 0.1);
}
.u-has-error .u-form:focus,
.u-has-error .u-form.u-focus-state .u-form__append > .u-btn-white,
.u-has-error .u-form.u-focus-state .u-form__prepend > .u-btn-white,
.u-has-error .u-form.u-focus-state .u-form__text,
.u-has-error .u-form.u-focus-state .u-form__input,
.u-has-error .u-form.u-focus-state *:focus {
  border-color: #de4437;
}
.u-has-error .u-form.u-focus-state .u-form__text {
  color: #de4437;
}
/*------------------------------------
    Focus States
  ------------------------------------*/
.u-form {
  transition: all 0.2s ease-in-out;
}
.u-form.u-focus-state {
  box-shadow: 0 0 25px rgba(55, 125, 255, 0.1);
}
.u-form:focus,
.u-form.u-focus-state .u-form__append > .u-btn-white,
.u-form.u-focus-state .u-form__prepend > .u-btn-white,
.u-form.u-focus-state .u-form__text,
.u-form.u-focus-state .u-form__input,
.u-form.u-focus-state *:focus {
  border-color: rgba(55, 125, 255, 0.5);
}
.u-form.u-focus-state .u-form__text {
  color: #377dff;
}
.u-form--white-brd.u-focus-state .u-form__input {
  border-color: #fff;
}
/*------------------------------------
    Tagsinput
  ------------------------------------*/
.u-tagsinput .bootstrap-tagsinput {
  width: 100%;
  border-color: #e7eaf3;
  border-radius: 0.25rem;
  box-shadow: none;
  padding: 0.25rem;
  padding-bottom: 0;
}
.u-tagsinput .bootstrap-tagsinput::before {
  content: "|";
  display: inline-block;
  width: 0.0625rem;
  line-height: 1;
  font-size: 0.625rem;
  opacity: 0;
  padding: 0.75rem 0;
}
.u-tagsinput .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 0.25rem;
  padding: 0.25rem 1.875rem 0.25rem 0.75rem;
  margin-bottom: 0.25rem;
  margin-right: 0;
}
.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"] {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  color: #77838f;
  font-size: 1.25rem;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "\00d7";
}
.u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #1e2022;
  box-shadow: none;
}
/*------------------------------------
    Summernote Editor
  ------------------------------------*/
.u-summernote-editor .note-editor.note-frame {
  border-color: #e7eaf3;
}
.u-summernote-editor .note-editor.note-frame .note-statusbar {
  background-color: #f8fafd;
  border-top-color: #e7eaf3;
}
.u-summernote-editor .note-toolbar {
  background-color: #f8fafd;
}
.u-summernote-editor .note-toolbar > .note-btn-group {
  border: 1px solid #e7eaf3;
  border-radius: 0.25rem;
  margin: 0.5rem 0.25rem;
}
.u-summernote-editor .note-btn,
.u-summernote-editor .note-frame * {
  color: #1e2022;
}
.u-summernote-editor .note-btn:focus,
.u-summernote-editor .note-btn:hover {
  color: #377dff;
  background-color: transparent;
}
.note-popover.popover {
  display: none;
}
/*------------------------------------
    Toggle State
  ------------------------------------*/
.u-toggle__default {
  display: inline-block;
}
.u-toggle__toggled {
  display: none;
}
.u-toggle.toggled .u-toggle__default {
  display: none;
}
.u-toggle.toggled .u-toggle__toggled {
  display: inline-block;
}
/*------------------------------------
    Checkbox Bordered
  ------------------------------------*/
.u-checkbox-brd {
  padding-left: 0;
  margin-right: 0;
}
.u-checkbox-brd__label {
  border: 1px solid #e7eaf3;
  cursor: pointer;
}
.u-checkbox-brd__input:checked ~ .u-checkbox-brd__label {
  border-color: #377dff;
}
/*------------------------------------
    Checkbox Button
  ------------------------------------*/
.u-checkbox-btn {
  color: #8f95a0;
  font-weight: normal;
  border-color: #d4d7dd;
}
.u-checkbox-btn:hover {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff;
}
.u-checkbox-btn:not(:disabled):not(.disabled):active,
.u-checkbox-btn:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}
/*------------------------------------
    Checkbox Switch
  ------------------------------------*/
.u-checkbox-switch {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}
.u-checkbox-switch__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.u-checkbox-switch__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e7eaf3;
  border-radius: 6.1875rem;
  padding: 0.25rem;
  transition: 0.3s;
}
.u-checkbox-switch__slider::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.4s;
}
.u-checkbox-switch__input:checked + .u-checkbox-switch__slider {
  background-color: #377dff;
}
.u-checkbox-switch__input:checked + .u-checkbox-switch__slider::before {
  left: calc(100% - 20px);
  -webkit-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}
/*------------------------------------
    File Attachment Button
  ------------------------------------*/
.u-file-attachment-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.u-file-attachment-btn__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}
/*------------------------------------
    File Attachment Input
  ------------------------------------*/
.u-file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 4.0625rem;
  margin-bottom: 0;
}
.u-file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}
.u-file-attachment-input:hover {
  background-color: #f3f7fb;
}
/*------------------------------------
    File Attachment v1
  ------------------------------------*/
.u-file-attachment-v1 {
  position: relative;
  top: 0.4375rem;
  overflow: hidden;
}
.u-file-attachment-v1 input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.u-file-attachment-v1__label {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.u-file-attachment-v1:hover .u-file-attachment-v1__label {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
/*------------------------------------
    Form Steps
  ------------------------------------*/
.u-form-steps__icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: 0.3s;
}
.u-form-steps .active {
  color: #377dff;
}
.u-form-steps .active .u-form-steps__icon {
  color: #fff;
  background-color: #377dff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*------------------------------------
    Form Modern
  ------------------------------------*/
.u-form--modern::before {
  right: 0;
}
.u-form--modern .u-form__input,
.u-form--modern .u-form__text {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
.u-form--modern > .u-form__input {
  padding-left: 0;
}
.u-form--modern > .u-form__input:focus {
  background-color: transparent;
}
.u-form--modern .u-form__text,
.u-form--modern.u-form--sm .u-form__text,
.u-form--modern.u-form--lg .u-form__text {
  border-radius: 0;
}
/* Focus State */
.u-form--modern.u-focus-state {
  box-shadow: 0 0 0 rgba(119, 131, 143, 0);
}
.u-form--modern:focus,
.u-form--modern.u-focus-state .u-form__append > .btn,
.u-form--modern.u-focus-state .u-form__prepend > .btn,
.u-form--modern.u-focus-state .u-form__text,
.u-form--modern.u-focus-state .u-form__input,
.u-form--modern.u-focus-state *:focus {
  box-shadow: 0 0 0 rgba(119, 131, 143, 0);
}
/* States */
.u-has-error .u-form--modern.u-focus-state,
.u-has-success .u-form--modern.u-focus-state {
  box-shadow: 0 0 0 rgba(119, 131, 143, 0);
}
.u-has-error .u-form--modern:focus,
.u-has-error .u-form--modern.u-focus-state .u-form__append > .btn,
.u-has-error .u-form--modern.u-focus-state .u-form__prepend > .btn,
.u-has-error .u-form--modern.u-focus-state .u-form__text,
.u-has-error .u-form--modern.u-focus-state .u-form__input,
.u-has-error .u-form--modern.u-focus-state *:focus,
.u-has-success .u-form--modern:focus,
.u-has-success .u-form--modern.u-focus-state .u-form__append > .btn,
.u-has-success .u-form--modern.u-focus-state .u-form__prepend > .btn,
.u-has-success .u-form--modern.u-focus-state .u-form__text,
.u-has-success .u-form--modern.u-focus-state .u-form__input,
.u-has-success .u-form--modern.u-focus-state *:focus {
  box-shadow: 0 0 0 rgba(119, 131, 143, 0);
}
/*------------------------------------
    Google Map v1
  ------------------------------------*/
.u-gmap-v1 {
  height: 15.625rem;
  border: 4px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 45px rgba(140, 152, 164, 0.125);
}
.u-gmap-v1
  .gm-style
  > div:first-child
  > div
  + div
  > div:last-child
  > div
  > div:first-child
  > div:first-child {
  display: none;
}
.u-gmap-v1 .gm-style-iw {
  min-width: 11.0625rem;
  background-color: #fff;
  text-align: center;
  overflow: inherit;
  box-shadow: 0 0 45px rgba(140, 152, 164, 0.4);
  border-radius: 0.25rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.u-gmap-v1 .gm-style-iw::before {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  width: 1rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.1 14.5'%3E %3Cpath fill='#fff' d='M9.8,13.5L15.9,3c0.8-1.3-0.2-3-1.7-3H2C0.5,0-0.5,1.7,0.3,3l6.1,10.5C7.1,14.8,9,14.8,9.8,13.5z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.u-gmap-v1 .gm-style-iw img {
  max-width: 100%;
}
.u-gmap-v1__info {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/*------------------------------------
    Go To
  ------------------------------------*/
.u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #377dff;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: 0.3s ease-out;
}
.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-go-to:hover,
.u-go-to:focus:hover {
  color: #fff;
  opacity: 1;
}
/*------------------------------------
    Got to Section - Vertical Arrow
  ------------------------------------*/
.u-go-to-ver-arrow {
  display: inline-block;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  padding: 2rem 1rem;
  border-radius: 6.1875rem;
}
.u-go-to-ver-arrow:hover .u-go-to-ver-arrow__inner {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.u-go-to-ver-arrow__inner {
  transition: 0.2s ease-in-out;
}
/*------------------------------------
    Got to Section - Modern
  ------------------------------------*/
.u-go-to-modern {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.125rem;
  color: #377dff;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(140, 152, 164, 0.2);
}
.u-go-to-modern .u-go-to-modern__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*------------------------------------
    Got to Section - Wave
  ------------------------------------*/
.u-go-to-wave {
  position: relative;
  width: 13.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}
.u-go-to-wave__icon {
  -webkit-transform: translateY(-175%);
  transform: translateY(-175%);
}
/*------------------------------------
    Hero v1
  ------------------------------------*/
.u-hero-v1 {
  position: relative;
}
.u-hero-v1__main {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .u-hero-v1__main {
    min-height: 40.625rem;
  }
}
@media (min-width: 992px) {
  .u-hero-v1__main {
    height: 70vh;
  }
  .margin-bottom-md-7 {
    margin-bottom: 7rem !important;
  }
}
.u-hero-v1__main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(38, 60, 100, 0.3);
  content: "";
}
.u-hero-v1__secondary {
  position: relative;
}
@media (min-width: 992px) {
  .u-hero-v1__secondary {
    height: 30vh;
  }
}
.u-hero-v1__last {
  position: absolute;
  bottom: 0;
  left: 58.333333%;
}
.u-hero-v1__last-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.u-hero-v1__last-next {
  color: #0049d0;
}
.u-hero-v1__last-prev {
  color: #962319;
}
/*------------------------------------
    Info v1
  ------------------------------------*/
.u-info-v1 {
  display: block;
  background-color: #fff;
  color: #1e2022;
  border: 1px solid #e7eaf3;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}
.u-info-v1:hover {
  background-color: #f8fafd;
}
/*------------------------------------
    Info v2
  ------------------------------------*/
.u-info-v2 {
  border: 1px solid #e7eaf3;
  transition: 0.3s;
}
.u-info-v2.active,
.u-info-v2:hover {
  border-color: rgba(55, 125, 255, 0.3);
  box-shadow: 0 0 35px rgba(55, 125, 255, 0.125);
}
/*------------------------------------
    Indicator Dots
  ------------------------------------*/
.u-indicator-dots {
  position: relative;
}
@media (min-width: 768px) {
  .u-indicator-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: 0.75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -0.375rem;
  }
}
/*------------------------------------
    Indicator Vertical Dashed
  ------------------------------------*/
.u-indicator-ver-dashed {
  position: relative;
}
.u-indicator-ver-dashed::after {
  position: absolute;
  top: 32px;
  left: 11px;
  height: 100%;
  border-left: 2px dashed #377dff;
  content: "";
}
/*------------------------------------
    Indicator Vertical Dashed Modern
  ------------------------------------*/
.u-indicator-ver-dashed-modern {
  position: relative;
}
.u-indicator-ver-dashed-modern::after {
  position: absolute;
  top: 32px;
  left: 11px;
  height: 75%;
  border-left: 2px dashed #e7eaf3;
  content: "";
}
/*------------------------------------
    Indicator Steps
  ------------------------------------*/
.u-indicator-steps {
  position: relative;
  padding-left: 2.5rem;
}
.u-indicator-steps::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.25rem;
  width: 2rem;
  height: 0.0625rem;
  border-top: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}
.u-indicator-steps::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.3125rem;
  width: 0.0625rem;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}
.u-indicator-steps:first-child::after {
  height: 50%;
  top: auto;
}
.u-indicator-steps:last-child::after {
  height: 50%;
  bottom: auto;
}
.u-indicator-steps__inner {
  min-width: 3rem;
}
/*------------------------------------
    Label
  ------------------------------------*/
.u-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.625rem 1.125rem;
  border-radius: 6.1875rem;
  transition: 0.2s ease-in-out;
}
.u-label--rounded {
  border-radius: 0.25rem;
}
/*------------------------------------
    Label Sizes
  ------------------------------------*/
/* Extra Small */
.u-label--xs {
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.7;
  padding: 0.25rem 1rem;
}
/* Small */
.u-label--sm {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}
/*------------------------------------
    Label Colors
  ------------------------------------*/
/* label primary */
.u-label--primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.u-label--primary[href]:hover,
.u-label--primary[href]:focus {
  color: #fff;
  background-color: #377dff;
}
/* label secondary */
.u-label--secondary {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
}
.u-label--secondary[href]:hover,
.u-label--secondary[href]:focus {
  color: #fff;
  background-color: #77838f;
}
/* label success */
.u-label--success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
.u-label--success[href]:hover,
.u-label--success[href]:focus {
  color: #fff;
  background-color: #00c9a7;
}
/* label info */
.u-label--info {
  color: #00dffc;
  background-color: rgba(0, 223, 252, 0.1);
}
.u-label--info[href]:hover,
.u-label--info[href]:focus {
  color: #1e2022;
  background-color: #00dffc;
}
/* label warning */
.u-label--warning {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}
.u-label--warning[href]:hover,
.u-label--warning[href]:focus {
  color: #1e2022;
  background-color: #ffc107;
}
/* label danger */
.u-label--danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}
.u-label--danger[href]:hover,
.u-label--danger[href]:focus {
  color: #fff;
  background-color: #de4437;
}
/* label light */
.u-label--light {
  color: #f6f9fc;
  background-color: rgba(246, 249, 252, 0.1);
}
.u-label--light[href]:hover,
.u-label--light[href]:focus {
  color: #1e2022;
  background-color: #f6f9fc;
}
/* label dark */
.u-label--dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}
.bg-word {
  height: 3rem;
  line-height: 3rem;
  padding: 0rem 1.5rem;
  position: relative;
}
.line-ddd {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  top: 60px;
}
.circle {
  background: yellow;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-0.4rem);
}
.h2-text {
  display: inline;
  color: snow;
}
.u-label--dark[href]:hover,
.u-label--dark[href]:focus {
  color: #fff;
  background-color: #1e2022;
}
/* label white */
.u-label--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.u-label--word {
  font-family: MicrosoftYaHeiLight;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.2rem;
  color: #377dff;
}
.ts-x-4 {
  transform: translateX(-4rem);
}
.ts-y-b4 {
  transform: translateY(4rem);
}
.u-label--white[href]:hover,
.u-label--white[href]:focus {
  color: #1e2022;
  background-color: #fff;
}
/*------------------------------------
    Links
  ------------------------------------*/
.u-link {
  display: inline-block;
}
.u-link__icon {
  position: relative;
  line-height: 0.7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #fff;
  background-color: #377dff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.u-link__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-link:hover .u-link__icon {
  background-color: #1164ff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*------------------------------------
    Link Muted
  ------------------------------------*/
.u-link-muted {
  color: #8c98a4;
  border-bottom: 1px dashed #97a4af;
}
.u-link-muted:hover {
  color: #1164ff;
  border-color: #1164ff;
}
/*------------------------------------
    Link Light
  ------------------------------------*/
.u-link-light {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}
.u-link-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
/*------------------------------------
    Link White
  ------------------------------------*/
.u-link-white {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.u-link-white:hover {
  color: #fff;
}
/*------------------------------------
    Mockup Browser v1
  ------------------------------------*/
.u-browser-v1 {
  position: relative;
  max-width: 53.125rem;
}
.u-browser-v1__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 85%;
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}
/*------------------------------------
    Mockup Devices v1
  ------------------------------------*/
.u-devices-v1 {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 40.625rem;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.u-devices-v1__tablet-svg,
.u-devices-v1__phone-svg {
  border-radius: 34px;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, 0.05);
}
.u-devices-v1__tablet {
  width: 26.875rem;
  height: 34.3125rem;
}
.u-devices-v1__phone {
  width: 13.75rem;
  height: 27.5rem;
  margin-right: 1.25rem;
}
/*------------------------------------
    Devices v2
  ------------------------------------*/
.u-devices-v2 {
  position: relative;
  overflow: hidden;
}
.u-devices-v2__tablet {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 1;
  width: 34.375rem;
  height: 50.875rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%;
}
@media (max-width: 991px) {
  .u-devices-v2__tablet {
    -webkit-transform-origin: 100% -40%;
    transform-origin: 100% -40%;
  }
}
.u-devices-v2__tablet-svg {
  border-radius: 2rem;
  box-shadow: 0 0 12px 8px rgba(30, 32, 34, 0.1);
}
.u-devices-v2__phone {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 1;
  width: 19.8125rem;
  height: 41.5625rem;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.u-devices-v2__phone--left-position {
  position: absolute;
  right: auto;
  left: 0;
  -webkit-transform-origin: 100% 40%;
  transform-origin: 100% 40%;
}
@media (max-width: 1199px) {
  .u-devices-v2__phone--left-position {
    -webkit-transform-origin: 100% 65%;
    transform-origin: 100% 65%;
  }
}
.u-devices-v2__phone-svg {
  border-radius: 3rem;
  box-shadow: 0 0 12px 8px rgba(30, 32, 34, 0.1);
}
/*------------------------------------
    Devices v3
  ------------------------------------*/
.u-devices-v3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 40%;
  border-radius: 4.0625rem;
  box-shadow: 10px 15px 55px 15px rgba(140, 152, 164, 0.1);
}
/*------------------------------------
    Mockup Devices v4
  ------------------------------------*/
.u-devices-v4 {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.u-devices-v4__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-devices-v4__laptop {
  width: 35.9375rem;
  height: 20.75rem;
}
.u-devices-v4__tablet-svg,
.u-devices-v4__tablet-ver-svg {
  border-radius: 22px;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, 0.05);
}
.u-devices-v4__tablet {
  width: 17.1875rem;
  height: 25.4375rem;
  margin-left: 1.5625rem;
}
.u-devices-v4__tablet-ver {
  width: 25rem;
  height: 16.875rem;
}
.u-devices-v4__phone {
  width: 6.25rem;
  height: 13.0625rem;
  margin-left: 1.5625rem;
}
.u-devices-v4__phone-svg {
  border-radius: 16px;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, 0.05);
}
/*------------------------------------
    Modal Window
  ------------------------------------*/
.u-modal-window {
  position: relative;
  display: none;
  max-height: 85vh;
  background-color: #fff;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.u-modal-window__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
/*------------------------------------
    Modal Window - Account
  ------------------------------------*/
.u-modal-window--account {
  width: 25rem;
}
/*------------------------------------
    Modal Window - Shopping Cart
  ------------------------------------*/
.u-modal-window--shopping-cart {
  width: 23.125rem;
}
/*------------------------------------
    Modal Window - Subscribe
  ------------------------------------*/
.u-modal-window--subscribe {
  width: 37.5rem;
}
/*------------------------------------
    Modal Window - Facebook
  ------------------------------------*/
.u-modal--facebook {
  width: 31.25rem;
  border-radius: 0.25rem;
}
.u-modal--facebook__content {
  position: relative;
  background-color: #3b5998;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.u-modal--facebook__content::after {
  position: absolute;
  left: 5rem;
  top: 100%;
  display: block;
  border-style: solid;
  border-width: 18px 22px 0 0;
  border-color: #3b5998 transparent transparent transparent;
  content: "";
}
.u-modal--facebook__space {
  padding: 2rem;
}
.u-modal--facebook__navbar {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.u-modal--facebook__navbar-logo {
  width: 7.5rem;
}
.u-modal--facebook__text {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
/*------------------------------------
    Nav
  ------------------------------------*/
.nav-link {
  color: #77838f;
}
/*------------------------------------
    Blog Overlay v1
  ------------------------------------*/
.u-blog-overlay-v1 {
  position: relative;
  z-index: 1;
  min-height: 23.75rem;
  border-radius: 0.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 0 0 50px rgba(140, 152, 164, 0.4);
  padding: 2rem;
}
.u-blog-overlay-v1::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    150deg,
    rgba(34, 48, 73, 0.675) 0%,
    rgba(90, 95, 105, 0.3) 100%
  );
  background-repeat: repeat-x;
  border-radius: 0.25rem;
  content: "";
}
/*------------------------------------
    Blog Thumb v1
  ------------------------------------*/
.u-blog-thumb-v1 {
  padding: 0.5rem;
  transition: 0.3s ease-in-out;
}
.u-blog-thumb-v1,
.u-blog-thumb-v1__img {
  border-radius: 0.25rem;
}
.u-blog-thumb-v1:hover {
  background-color: #196eff;
}
.u-blog-thumb-v1__img-wrapper {
  width: 5rem;
}
/*------------------------------------
    Vertical Progress Bar
  ------------------------------------*/
.u-progress-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f8fafd;
  height: 12.5rem;
}
/*------------------------------------
    Paging v1
  ------------------------------------*/
.u-paging-v1 .u-paging-v1__arrow-icon-prev,
.u-paging-v1 .u-paging-v1__arrow-icon-next {
  transition: 0.3s;
}
.u-paging-v1 .u-paging-v1__arrow-icon-prev {
  margin-right: 1rem;
}
.u-paging-v1 .u-paging-v1__arrow-icon-next {
  margin-left: 1rem;
}
.u-paging-v1:hover .u-paging-v1__arrow-icon-prev {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.u-paging-v1:hover .u-paging-v1__arrow-icon-next {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.u-paging-v1-view-all {
  color: #fff;
  text-align: center;
  background-color: #ffc107;
}
.u-paging-v1-view-all__icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}
.u-paging-v1-view-all:hover {
  color: #fff;
}
.u-paging-v1-view-all:hover .u-paging-v1-view-all__icon {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/*------------------------------------
    Pricing v1
  ------------------------------------*/
.u-pricing-v1 {
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
}
.u-pricing-v1-toggler:hover {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff;
}
.u-pricing-v1-toggler:not(:disabled):not(.disabled):active,
.u-pricing-v1-toggler:not(:disabled):not(.disabled).active,
.u-pricing-v1-toggler:not(:disabled):not(.disabled):active,
.u-pricing-v1-toggler:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}
.u-pricing-v1-toggler-pos.u-badge-pos {
  position: absolute;
}
.u-pricing-v1__header {
  position: relative;
  color: #fff;
  background-color: #377dff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 2rem 2rem 5rem;
}
.u-pricing-v1__content {
  background-color: #fff;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0 2rem 2rem;
}
.u-pricing-v1__content .disabled .u-icon {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
}
.u-pricing-v1__list-item {
  font-size: 0.875rem;
}
.u-pricing-v1 .disabled {
  color: #77838f;
}
/*------------------------------------
    Pricing v2
  ------------------------------------*/
.u-pricing-v2 {
  border-radius: 0.25rem;
  border: thin solid #e7eaf3;
  margin-top: 0.25rem;
}
.u-pricing-v2-wrapper {
  margin-top: -10rem;
}
.u-pricing-v2-toggler:not(:disabled):not(.disabled).active {
  color: #377dff;
}
.u-pricing-v2-toggler-pos.u-badge-pos {
  position: absolute;
}
.u-pricing-v2__header {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 2rem;
}
.u-pricing-v2__content {
  background-color: #fff;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 2rem;
}
.u-pricing-v2__list-item {
  font-size: 0.875rem;
}
/*------------------------------------
    Quantity
  ------------------------------------*/
.u-quantity {
  width: 4rem;
}
.u-quantity > .u-quantity__input {
  padding-right: 30px;
}
.u-quantity > .u-quantity__input:not(:last-child) {
  border-radius: 0.25rem;
}
.u-quantity__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.75rem;
  z-index: 3;
}
.u-quantity__arrows-inner {
  display: block;
  color: #77838f;
  cursor: pointer;
}
.u-quantity__arrows-inner:hover {
  color: #377dff;
}
/*------------------------------------
    Search Form - Push Top
  ------------------------------------*/
.u-search-push-top {
  display: none;
  background-color: #f6f9fc;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(130, 130, 134, 0.05);
}
.u-search-push-top__content {
  max-width: 50rem;
}
.u-search-push-top__close-btn {
  position: absolute;
  top: -1.5625rem;
  right: 0.4375rem;
}
@media (max-width: 575px) {
  .u-search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
/* Banner */
.u-search-push-top__banner {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(130, 130, 134, 0.05);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden;
}
.u-search-push-top__banner-container {
  position: relative;
  width: 75%;
  min-height: 11.5625rem;
}
.u-search-push-top__banner-img {
  position: absolute;
  bottom: -0.625rem;
  left: -0.625rem;
  transition: all 0.3s ease-in-out;
}
.u-search-push-top__banner:hover .u-search-push-top__banner-img:first-child {
  bottom: 0;
  left: 0;
}
/*------------------------------------
    Search Form - Classic
  ------------------------------------*/
.u-search-classic {
  position: absolute;
  z-index: 102;
  width: 23.125rem;
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(130, 130, 134, 0.15);
  border-radius: 0.25rem;
  padding: 1rem;
  transition: none;
}
.u-search-classic__addon {
  border: none;
}
.u-search-classic__addon-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*------------------------------------
    Slick
  ------------------------------------*/
.u-slick {
  position: relative;
}
.u-slick--transform-off.slick-transform-off .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}
/*------------------------------------
    Slick Equal Height
  ------------------------------------*/
.u-slick--equal-height .slick-list {
  height: 100%;
}
.u-slick--equal-height .slick-track {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.u-slick--equal-height .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
/*------------------------------------
    Slick Gutters
  ------------------------------------*/
/* Gutters X */
.u-slick--gutters-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.u-slick--gutters-1 .slick-slide {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.u-slick--gutters-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.u-slick--gutters-2 .slick-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.u-slick--gutters-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.u-slick--gutters-3 .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
/*------------------------------------
    Slick Zoom
  ------------------------------------*/
.u-slick-zoom .slick-slide .u-slick-zoom__slide {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.u-slick-zoom .slick-center .u-slick-zoom__slide {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*------------------------------------
    Slick Arrows
  ------------------------------------*/
.u-slick__arrow {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.u-slick__arrow:hover {
  color: #fff;
  background-color: #377dff;
}
.u-slick__arrow-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-slick__arrow-inner--left {
  left: 0;
}
.u-slick__arrow-inner--right {
  right: 0;
}
/* Offset */
@media (min-width: 992px) {
  .u-slick__arrow--offset.u-slick__arrow-inner--left {
    left: -2.5rem;
  }
  .u-slick__arrow--offset.u-slick__arrow-inner--right {
    right: -2.5rem;
  }
}
/* Vertical Center Alignment */
.u-slick__arrow-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*------------------------------------
    Slick Arrows Classic
  ------------------------------------*/
.u-slick__arrow-classic {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.u-slick__arrow-classic:hover {
  color: #fff;
  background-color: #377dff;
}
.u-slick__arrow-classic-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-slick__arrow-classic-inner--left {
  left: 0;
}
.u-slick__arrow-classic-inner--right {
  right: 0;
}
/*------------------------------------
    Slick Paging v1
  ------------------------------------*/
.u-slick__paging-v1 {
  position: absolute;
  right: 0;
  bottom: 2rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.u-slick__paging-v1 .u-paging__current {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1;
}
.u-slick__paging-v1 .u-paging__divider {
  position: relative;
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}
.u-slick__paging-v1 .u-paging__divider::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  content: "\002f";
}
.u-slick__paging-v1 .u-paging__total {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}
/*------------------------------------
    Slick Pagination
  ------------------------------------*/
.u-slick__pagination {
  padding-left: 0;
}
.u-slick__pagination:not(.u-slick__pagination--block) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.u-slick__pagination li {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  margin: 0 0.25rem;
  cursor: pointer;
}
.u-slick__pagination li span {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  box-sizing: border-box;
  background-color: #377dff;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: 0.3s ease-in-out;
}
.u-slick__pagination li.slick-active span {
  background-color: transparent;
  border-color: #377dff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* White Version */
.u-slick__pagination--white li span {
  background-color: #fff;
}
.u-slick__pagination--white li.slick-active span {
  border-color: #fff;
}
/* Block */
.u-slick__pagination--block li {
  display: block;
}
/* Vertical Center Alignment */
.u-slick__pagination-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  /* Vertical Option */
  .u-slick__pagination--vertical-lg li {
    display: block;
    margin: 0.25rem 0;
  }
  /* Vertical Option Positions */
  .u-slick__pagination--vertical-pos-v1-lg {
    position: absolute;
    top: 50%;
    left: -15.7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*------------------------------------
    Slick Pagination Modern
  ------------------------------------*/
.u-slick--pagination-modern {
  max-width: 12.5rem;
}
.u-slick--pagination-modern .slick-slide {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
}
.u-slick--pagination-modern .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*------------------------------------
    Slick Pagination Testimonials v1
  ------------------------------------*/
.u-slick--pagination-testimonials-v1__text {
  color: rgba(255, 255, 255, 0.7);
}
.u-slick--pagination-testimonials-v1 .slick-slide {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.u-slick--pagination-testimonials-v1 .slick-slide:hover {
  background: rgba(255, 255, 255, 0.15);
}
.u-slick--pagination-testimonials-v1 .slick-slide:hover.slick-center {
  background: #fff;
}
.u-slick--pagination-testimonials-v1 .slick-center {
  background: #fff;
}
.u-slick--pagination-testimonials-v1
  .slick-center
  .u-slick--pagination-testimonials-v1__title {
  color: #377dff;
}
.u-slick--pagination-testimonials-v1
  .slick-center
  .u-slick--pagination-testimonials-v1__text {
  color: #77838f;
}
/*------------------------------------
    Stats v1
  ------------------------------------*/
.u-stats-v1 {
  position: relative;
  min-height: 10rem;
}
.u-stats-v1__content {
  position: relative;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  box-shadow: 0 6px 24px 0 rgba(140, 152, 164, 0.125);
  margin-left: auto;
  margin-right: auto;
}
.u-stats-v1__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 2rem;
  text-align: center;
}
/*------------------------------------
    Stats v2
  ------------------------------------*/
.u-stats-v2 {
  position: relative;
  line-height: 0;
}
.u-stats-v2 .ct-point {
  stroke-width: 0.375rem;
}
.u-stats-v2__tooltip {
  color: #77838f;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 6px 15px 1px rgba(140, 152, 164, 0.2);
  padding: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.u-stats-v2__tooltip::before {
  border-width: 0.5rem;
  border-top-color: #fff;
  margin-left: -0.5rem;
}
.u-stats-v2__tooltip .chartist-tooltip-value {
  font-weight: 600;
}
/*------------------------------------
    Shopping Cart
  ------------------------------------*/
/* Title */
.u-shopping-cart-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #e4ecf7;
  padding: 1.5rem;
}
/* Item */
.u-shopping-cart-items-wrapper {
  padding: 1.5rem;
}
.u-shopping-cart-item-divider {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: #e4ecf7;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.u-shopping-cart-item-img-wrapper {
  width: 25%;
}
.u-shopping-cart-item-info-wrapper {
  width: 75%;
}
.u-shopping-cart-item-remover {
  cursor: pointer;
  color: #bfc3ca;
}
.u-shopping-cart-item-remover:hover {
  color: #1e2022;
}
.u-shopping-cart-item-description {
  font-size: 0.875rem;
}
.u-shopping-cart-item-price {
  color: #377dff;
}
.u-shopping-cart-item-other-info {
  color: #828286;
  font-size: 0.75rem;
}
/* Subtotal */
.u-shopping-cart-subtotal-bg {
  text-align: center;
  background-color: #f6f9fc;
  padding: 1.5rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.u-shopping-cart-subtotal-link {
  color: #8c98a4;
  font-size: 0.75rem;
}
/* Icon */
.u-shopping-cart-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 4.375rem;
  height: 4.375rem;
  font-size: 1.25rem;
  border-radius: 50%;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.u-shopping-cart-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*------------------------------------
    Background Colors
  ------------------------------------*/
.u-bg-transparent {
  background-color: transparent;
}
.u-bg-light-blue-50 {
  background-color: #f8fafd;
}
/*------------------------------------
    Background Gradients
  ------------------------------------*/
.u-gradient-half-primary-body-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
.u-gradient-half-primary-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
  background-repeat: repeat-x;
}
.u-gradient-half-primary-v2 {
  background-image: linear-gradient(
    0deg,
    rgba(55, 125, 255, 0.05) 0%,
    transparent 100%
  );
  background-repeat: repeat-x;
}
.u-gradient-half-primary-v3 {
  background-image: linear-gradient(
    0deg,
    rgba(55, 125, 255, 0.1) 0%,
    transparent 100%
  );
  background-repeat: repeat-x;
}
.u-gradient-half-primary-v4 {
  background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
  background-repeat: repeat-x;
}
.u-gradient-half-primary-v5 {
  background-image: linear-gradient(150deg, #377dff 0%, #2d1582 100%);
  background-repeat: repeat-x;
}
.u-gradient-half-info-v1 {
  background-image: linear-gradient(0deg, #377dff 0%, #00dffc 100%);
  background-repeat: repeat-x;
}
.u-gradient-half-warning-v1 {
  background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
  background-repeat: repeat-x;
}
.u-gradient-half-warning-v2 {
  background-image: linear-gradient(150deg, #ffc107 0%, #efa02e 100%);
  background-repeat: repeat-x;
}
.u-gradient-half-warning-v3 {
  background-image: linear-gradient(150deg, #ffc107 0%, #de4437 100%);
  background-repeat: repeat-x;
}
/*------------------------------------
    Background Overlay Gradients
  ------------------------------------*/
[class*="u-gradient-overlay-half"] {
  position: relative;
  z-index: 1;
}
[class*="u-gradient-overlay-half"]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.u-gradient-overlay-half-primary-video-v1::before {
  z-index: 2;
  background-image: linear-gradient(
    150deg,
    rgba(45, 21, 130, 0.9) 0%,
    rgba(25, 160, 255, 0.85) 100%
  );
  background-repeat: repeat-x;
}
.u-gradient-overlay-half-primary-v1::before {
  background-image: linear-gradient(
    150deg,
    rgba(45, 21, 130, 0.9) 0%,
    rgba(25, 160, 255, 0.85) 100%
  );
  background-repeat: repeat-x;
}
.u-gradient-overlay-half-primary-v2::before {
  background-image: linear-gradient(
    30deg,
    rgba(25, 160, 255, 0.85) 0%,
    rgba(45, 21, 130, 0.9) 100%
  );
  background-repeat: repeat-x;
}
.u-gradient-overlay-half-info-v1::before {
  background-image: linear-gradient(
    0deg,
    rgba(55, 125, 255, 0.92) 0%,
    rgba(0, 223, 252, 0.92) 100%
  );
  background-repeat: repeat-x;
}
.u-gradient-overlay-half-dark-v1::before {
  background-image: linear-gradient(0deg, #1e2022 0%, transparent 75%);
  background-repeat: repeat-x;
}
/*------------------------------------
    Text Colors
  ------------------------------------*/
.u-text-light {
  color: rgba(255, 255, 255, 0.7);
}
.u-text-light[href]:hover {
  color: #fff;
}
/*------------------------------------
    Fill Colors
  ------------------------------------*/
.u-fill-none {
  fill: none;
}
.u-fill-white {
  fill: #fff;
}
.u-fill-dark {
  fill: #1e2022;
}
.u-fill-primary {
  fill: #377dff;
}
.u-fill-primary-darker {
  fill: #196eff;
}
.u-fill-primary-lighter {
  fill: #19a0ff;
}
.u-fill-success {
  fill: #00c9a7;
}
.u-fill-success-lighter {
  fill: #13d7b6;
}
.u-fill-info {
  fill: #00dffc;
}
.u-fill-danger {
  fill: #de4437;
}
.u-fill-danger-lighter {
  fill: #ec5245;
}
.u-fill-warning {
  fill: #ffc107;
}
.u-fill-warning-lighter {
  fill: #fdd14e;
}
.u-fill-warning-darker {
  fill: #efa02e;
}
.u-fill-midnightblue {
  fill: #2d1582;
}
.u-fill-gray-50 {
  fill: #f0f4f7;
}
.u-fill-gray-75 {
  fill: #f7f7f7;
}
.u-fill-light-blue-50 {
  fill: #f8fafd;
}
.u-fill-light-blue-100 {
  fill: #f6f9fc;
}
.u-fill-light-blue-125 {
  fill: #e7eaf3;
}
/*------------------------------------
    Stop Colors
  ------------------------------------*/
.u-stop-color-white {
  stop-color: #fff;
}
.u-stop-color-primary {
  stop-color: #377dff;
}
.u-stop-color-primary-darker {
  stop-color: #196eff;
}
.u-stop-color-primary-lighter {
  stop-color: #19a0ff;
}
.u-stop-color-warning {
  stop-color: #ffc107;
}
.u-stop-color-warning-darker {
  stop-color: #efa02e;
}
.u-stop-color-danger {
  stop-color: #de4437;
}
.u-stop-color-danger-lighter {
  stop-color: #ec5245;
}
.u-stop-color-info {
  stop-color: #00dffc;
}
.u-stop-color-info-lighter {
  stop-color: #55eafe;
}
.u-stop-color-midnightblue {
  stop-color: #2d1582;
}
/*------------------------------------
    Stroke Colors
  ------------------------------------*/
.u-stroke-white {
  stroke: #fff;
}
.u-stroke-dark {
  stroke: #1e2022;
}
.u-stroke-primary {
  stroke: #377dff;
}
.u-stroke-primary-darker {
  stroke: #196eff;
}
.u-stroke-success {
  stroke: #00c9a7;
}
.u-stroke-danger {
  stroke: #de4437;
}
.u-stroke-warning {
  stroke: #ffc107;
}
.u-stroke-midnightblue {
  stroke: #2d1582;
}
.u-stroke-gray-50 {
  stroke: #f0f4f7;
}
.u-stroke-light-blue-125 {
  stroke: #e7eaf3;
}
.u-stroke-light-blue-150 {
  stroke: #97a4af;
}
/*------------------------------------
    Height
  ------------------------------------*/
.height-40vh {
  height: 40vh;
}
.height-60vh {
  height: 60vh;
}
.height-100vh {
  height: 100vh;
}
.min-height-100vh {
  min-height: 100vh;
}
.min-height-20 {
  min-height: 1.25rem;
}
.min-height-155 {
  min-height: 9.6875rem;
}
.min-height-300 {
  min-height: 18.75rem;
}
.min-height-380 {
  min-height: 23.75rem;
}
.min-height-450 {
  min-height: 28.125rem;
}
.min-height-550 {
  min-height: 34.375rem;
}
.min-height-600 {
  min-height: 37.5rem;
}
.min-height-620 {
  min-height: 38.75rem;
}
@media (min-width: 576px) {
  .height-100vh--sm {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .height-100vh--md {
    height: 100vh;
  }
  .min-height-100vh--md {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .height-100vh--lg {
    height: 100vh;
  }
  .min-height-auto--lg {
    min-height: auto;
  }
  .min-height-100vh--lg {
    min-height: 100vh;
  }
  .IE .min-height-100vh--lg {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .height-100vh--xl {
    height: 100vh;
  }
}
/*------------------------------------
    Opacity
  ------------------------------------*/
.opacity-0_2 {
  opacity: 0.2;
}
/*------------------------------------
    Overflow
  ------------------------------------*/
.overflow-hidden {
  overflow: hidden;
}
/*------------------------------------
    Position Spaces
  ------------------------------------*/
.position-absolute-top-0 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.position-absolute-top-right-0 {
  position: absolute;
  top: 0;
  right: 0;
}
.position-absolute-top-left-0 {
  position: absolute;
  top: 0;
  left: 0;
}
.position-absolute-top-bottom-0 {
  position: absolute;
  top: 0;
  bottom: 0;
}
.position-absolute-bottom-0 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.position-absolute-bottom-right-0 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.position-absolute-bottom-left-0 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 3.125rem;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.left-15x {
  left: 15%;
}
.left-50x {
  left: 50%;
}
.top-10x {
  top: 10%;
}
.top-20x {
  top: 20%;
}
.top-30x {
  top: 30%;
}
.top-40x {
  top: 40%;
}
.top-50x {
  top: 50%;
}
@media (min-width: 768px) {
  .position-absolute-top-left-0--md {
    position: absolute;
    top: 0;
    left: 0;
  }
  .position-absolute-top-right-0--md {
    position: absolute;
    top: 0;
    right: 0;
  }
  .position-absolute-bottom-right-0--md {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .position-absolute-top-left-0--lg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .position-absolute-bottom-0--lg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .position-absolute-top-right-0--lg {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*------------------------------------
    Transitions
  ------------------------------------*/
/* 3D Hover */
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
  line-height: 1.3 !important;
}
.transition-3d-hover:hover,
.transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
/*------------------------------------
    Typography Font Size
  ------------------------------------*/
.font-size-13 {
  font-size: 0.8125rem;
}
.font-size-14 {
  font-size: 0.875rem;
}
.font-size-20 {
  font-size: 1.25rem;
}
.font-size-26 {
  font-size: 1.625rem;
}
.font-size-32 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .font-size-48--md-down {
    font-size: 3rem;
  }
}
/*------------------------------------
    Line Height
  ------------------------------------*/
.text-lh-sm {
  line-height: 1.2;
}
.text-lh-md {
  line-height: 1.8;
}
/*------------------------------------
    Z-Index
  ------------------------------------*/
.z-index-minus-1 {
  z-index: -1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-4 {
  z-index: 4;
}
/*------------------------------------
    Space
  ------------------------------------*/
.u-space-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.u-space-1-top {
  padding-top: 2rem;
}
.u-space-1-bottom {
  padding-bottom: 2rem;
}
.u-space-2 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
.u-space-2-top {
  padding-top: 4.0625rem;
}
.u-space-2-bottom {
  padding-bottom: 4.0625rem;
}
.u-space-3 {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}
.u-space-3-top {
  padding-top: 8.125rem;
}
.u-space-3-bottom {
  padding-bottom: 8.125rem;
}
.u-space-4 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.u-space-4-top {
  padding-top: 12.5rem;
}
.u-space-4-bottom {
  padding-bottom: 12.5rem;
}
.u-space-5 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.u-space-5-top {
  padding-top: 15rem;
}
.u-space-5-bottom {
  padding-bottom: 15rem;
}
.u-space-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.u-space-0-top {
  padding-top: 0;
}
.u-space-0-bottom {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .u-space-3--sm {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .u-space-5-top--sm {
    padding-top: 15rem;
  }
}
@media (min-width: 768px) {
  .u-space-1-top--md {
    padding-top: 2rem;
  }
  .u-space-2-top--md {
    padding-top: 4.0625rem;
  }
  .u-space-5-top--md {
    padding-top: 15rem;
  }
}
@media (min-width: 992px) {
  .u-space-3--lg {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .u-space-3-top--lg {
    padding-top: 8.125rem;
  }
  .u-space-4--lg {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .u-space-4-top--lg {
    padding-top: 12.5rem;
  }
  .u-space-5-top--lg {
    padding-top: 15rem;
  }
  .u-space-5-bottom--lg {
    padding-bottom: 15rem;
  }
  .u-space-0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .u-space-bottom-0--lg {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .u-space-4-top--xl {
    padding-top: 12.5rem;
  }
  .u-space-5-top--xl {
    padding-top: 15rem;
  }
}
/*------------------------------------
    Hamburgers
  ------------------------------------*/
.u-hamburger {
  font-size: inherit;
  line-height: 0;
  padding: 0.25rem;
}
.u-hamburger:hover .u-hamburger__inner,
.u-hamburger:hover .u-hamburger__inner::before,
.u-hamburger:hover .u-hamburger__inner::after {
  background-color: #377dff;
}
.u-hamburger__box {
  width: 1.5625rem;
  height: 0.96875rem;
  display: inline-block;
  position: relative;
}
.u-hamburger__inner {
  display: block;
  top: 0.07812rem;
  margin-top: -0.07812rem;
}
.u-hamburger__inner,
.u-hamburger__inner::before,
.u-hamburger__inner::after {
  width: 4.27vw;
  height: 0.553vw;
  background-color: #8c98a4;
  border-radius: 0.27vw;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.u-hamburger__inner::before,
.u-hamburger__inner::after {
  content: "";
  display: block;
}
.u-hamburger__inner::before {
  top: 1.33vw;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.u-hamburger__inner::after {
  top: 2.67vw;
}
.u-hamburger[aria-expanded="true"] .u-hamburger__inner,
.u-hamburger .is-active .u-hamburger__inner {
  -webkit-transform: translate3d(0, 6.5px, 0) rotate(45deg);
  transform: translate3d(0, 6.5px, 0) rotate(45deg);
}
.u-hamburger[aria-expanded="true"] .u-hamburger__inner::before,
.u-hamburger .is-active .u-hamburger__inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.57143px, -4px, 0);
  transform: rotate(-45deg) translate3d(-3.57143px, -4px, 0);
  opacity: 0;
}
.u-hamburger[aria-expanded="true"] .u-hamburger__inner::after,
.u-hamburger .is-active .u-hamburger__inner::after {
  -webkit-transform: translate3d(0, -13px, 0) rotate(-90deg);
  transform: translate3d(0, -2.58vw, 0) rotate(-90deg);
}
.u-hamburger--white .u-hamburger__inner,
.u-hamburger--white .u-hamburger__inner::before,
.u-hamburger--white .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.8);
}
.u-hamburger--white:hover .u-hamburger__inner,
.u-hamburger--white:hover .u-hamburger__inner::before,
.u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #fff;
}
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner,
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before,
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after {
  background-color: #8c98a4;
}
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner,
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before,
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #377dff;
}
/*------------------------------------
    Background Image Style
  ------------------------------------*/
.u-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.u-bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.u-bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*------------------------------------
    Card
  ------------------------------------*/
.u-card-header {
  padding: 0;
  transition: 0.3s ease-in-out;
}
.u-card-header:hover {
  background-color: #f8fafd;
}
.u-card-btn {
  color: #1e2022;
  text-align: left;
  white-space: inherit;
}
.u-card-btn__arrow {
  color: #377dff;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
}
.collapsed .u-card-btn__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.u-card-body {
  color: #77838f;
}
/* Card Collapse */
.u-card-collapse__heading {
  cursor: pointer;
  color: #1e2022;
}
.u-card-collapse__heading-icon {
  transition: 0.3s;
}
.u-card-collapse__heading:hover {
  color: #377dff;
}
.u-card-collapse .collapsed .u-card-collapse__heading-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  /* Gutters X */
  .u-card--gutters-2-md {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .u-card--gutters-2-md > .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .u-card--gutters-4-md {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .u-card--gutters-4-md > .card {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  /* Gutters X */
  .u-card--gutters-2-lg {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .u-card--gutters-2-lg > .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .u-card--gutters-4-lg {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .u-card--gutters-4-lg > .card {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
/*------------------------------------
    Caret
  ------------------------------------*/
.dropdown-toggle::after {
  margin-left: 0.5rem;
}
/*------------------------------------
    Content Centered
  ------------------------------------*/
.u-content-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Vertical */
.u-content-centered-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .u-content-centered-y--md {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .u-content-centered-y--lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/*------------------------------------
    Media Player
  ------------------------------------*/
.u-media-player {
  color: #1e2022;
  transition: all 0.2s ease-in-out;
}
.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.u-media-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0.125rem;
}
.u-media-player__icon--box-shadow {
  box-shadow: 0 0 40px rgba(140, 152, 164, 0.3);
}
.u-media-player:hover .u-media-player__icon,
.u-media-player:focus .u-media-player__icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.u-media-player:hover .u-media-player__icon--primary,
.u-media-player:focus .u-media-player__icon--primary {
  background-color: #377dff;
}
.u-media-player:hover .u-media-player__icon--success,
.u-media-player:focus .u-media-player__icon--success {
  background-color: #00c9a7;
}
/* Colors */
.u-media-player:hover .u-media-player__icon--primary,
.u-media-player:hover .u-media-player__icon--success,
.u-media-player:focus .u-media-player__icon--primary,
.u-media-player:focus .u-media-player__icon--success {
  color: #fff;
}
.u-media-player__icon--primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.u-media-player__icon--success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
/* Large Size */
.u-media-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}
/* Extra Large Size */
.u-media-player__icon--xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1rem;
}
/* Positions */
.u-media-player--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .u-media-player--left-minus-50x-top-50x-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*------------------------------------
    Media Viewer
  ------------------------------------*/
.u-media-viewer {
  position: relative;
  display: block;
}
.u-media-viewer:hover .u-media-viewer__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.u-media-viewer__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-media-viewer__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #377dff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
}
.u-media-viewer__icon:hover,
.u-media-viewer__icon:focus {
  color: #fff;
}
.u-media-viewer__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*------------------------------------
    Sticky Blocks
  ------------------------------------*/
[class*="sticky-block"] {
  max-width: 100%;
}
/*------------------------------------
    Video Player
  ------------------------------------*/
.u-video-player {
  position: relative;
  background-color: #000;
}
.u-video-player__preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.u-video-player__played .u-video-player__preview {
  opacity: 0;
  pointer-events: none;
}
.u-video-player__btn {
  z-index: 3;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.u-video-player__played .u-video-player__btn {
  -webkit-animation: videoPlayerButton 0.4s ease-in-out forwards;
  animation: videoPlayerButton 0.4s ease-in-out forwards;
  pointer-events: none;
}
.u-video-player__btn:hover .u-video-player__icon,
.u-video-player__btn:focus .u-video-player__icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.u-video-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.u-video-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0.125rem;
}
/* Large Size */
.u-video-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}
/* Positions */
.u-video-player__centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
/*------------------------------------
    Skippy
  ------------------------------------*/
.u-skippy {
  display: none;
}
/*------------------------------------
    Accessibility
  ------------------------------------*/
:focus,
a:focus,
button:focus {
  outline: 0;
}
.form-control:focus {
  box-shadow: 0 0 0 0 transparent;
}
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  box-shadow: 0 0 0 0 transparent;
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent;
}
.page-link:focus {
  box-shadow: 0 0 0 0 transparent;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent;
}
.custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 transparent;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.IE .home-front figure {
  height: 750px;
}
footer a.weixin {
  position: relative;
}
footer a.weixin:hover {
  color: #377dff !important;
}
footer a.weixin > img {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -120px;
  top: -380px;
  transition: all 0.33s ease;
  border-radius: 12px 0;
  box-shadow: 0 4px 17px rgba(112, 117, 125, 0.35);
  z-index: 4;
}
footer a.weixin:hover > img {
  display: block;
  opacity: 1;
  visibility: visible;
  top: -280px;
}
.customer-service {
  position: fixed;
  right: 10px;
  bottom: 50%;
  z-index: 2;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 33px;
  background-color: #53adff;
  box-shadow: 7px 7px 12px 4px rgba(2, 25, 25, 0.05);
  display: flex;
  align-items: center;
}
.customer-service .details {
  position: absolute;
  visibility: hidden;
  transition: all 0.33s ease;
  cursor: auto;
  opacity: 0;
  margin-left: -430px;
  padding-right: 20px;
  transition: all 0.3s;
}
.customer-service .details .info {
  width: 300px;
  background-color: #fff;
  z-index: 0;
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
  color: #222;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 4px solid #53adff;
  position: relative;
}
.customer-service:hover .details {
  visibility: visible;
  opacity: 1;
  margin-left: -330px;
}
.customer-service .details .close {
  display: none;
}
@media screen and (max-width: 420px) {
  .customer-service {
    display: none;
    bottom: 50%;
    right: 5px;
    font-size: 0px;
    padding: 10px 12px;
  }
  .index-who-we-are {
    padding-bottom: 10rem;
    padding-top: 5rem;
  }
  footer .service {
    width: 48%;
  }
  footer .academy {
    width: 48%;
  }
  .customer-service:hover .details {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -80px;
  }
  .customer-service .details .close {
    position: absolute;
    right: 1.8rem;
    top: 0.5rem;
    color: #f00;
    display: inline-block;
  }
  .customer-service .details .close:hover {
    color: #f00;
  }
  .row img {
    max-width: 100%;
  }
}
/** active  */
#activity_bg {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: 0.5;
  filter: alpha(opacity=70);
}
#activity_show {
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 772px;
  height: 655px;
  z-index: 1002;
  overflow: auto;
  text-align: center;
}
#activity_btn_close {
  margin-top: 34px;
}
#activity_show {
  -webkit-animation: fadeleftIn 0.4s;
  animation: fadeleftIn 0.4s;
  -webkit-animation-name: popIn;
  animation-name: popIn;
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
#right_activity {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 300px;
  height: 311px;
  z-index: 1000;
  overflow: auto;
}
#activity_close_btn_gra {
  float: right;
}
#right_activity {
  -webkit-animation: fadeleftIn 0.4s;
  animation: fadeleftIn 0.4s;
  -webkit-animation-name: popIn2;
  animation-name: popIn2;
}
/** price pages  */
.price_title {
  width: 100%;
  height: 39px;
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #377dff;
}
.price_title .text-style-1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #377dff;
}
.price1 {
  margin: 9px;
  display: inline-block;
  width: 262px;
  height: 1610px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  transition: all 0.6s;
  /* 所有的属性变化在0.5s的时间段内完成 */
}
.price1:hover {
  transition: all 0.5s;
  /* 所有的属性变化在0.5s的时间段内完成 */
  transform: scale(1.02);
  /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
  border-color: #377dff;
}
.free_title {
  width: 70px;
  height: 70px;
  margin-top: 40px;
  margin-left: 96px;
  border-radius: 100%;
  background-color: #e5f9f6;
}
.free_title_text {
  width: 120px;
  height: 29px;
  margin-top: 68px;
  margin-left: 69px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}
.free_title_text2 {
  width: 120px;
  height: 29px;
  margin-top: 119px;
  margin-left: 69px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}
.blue_line {
  margin-top: 34px;
  margin-left: 110px;
  width: 40px;
  height: 1px;
  background-color: #377dff;
}
.free_price {
  width: 27px;
  height: 17px;
  margin-top: 68px;
  margin-left: 110px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #de4437;
}
.free_btn {
  width: 166px;
  height: 45px;
  margin-top: 60px;
  margin-left: 43px;
  background-color: #377dff;
  border-radius: 4px;
}
.free_btn:hover {
  cursor: pointer;
}
.free_btn_text {
  width: 64px;
  height: 17px;
  padding-top: 3px;
  margin-left: 51px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
}
.free_title1 {
  width: 72px;
  margin-top: 68px;
  margin-left: 91px;
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: 550;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.free_text {
  width: 210px;
  height: 350px;
  margin-left: 39px;
  margin-top: 25px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.free_text11 {
  width: 210px;
  height: 350px;
  margin-left: 26px;
  margin-top: 25px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.free_text .text-style-2 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #de4437;
}
.free_text11 .text-style-2 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #de4437;
}
.yes_img {
  width: 15px;
  height: 11px;
}
.free_title2 {
  width: 72px;
  margin-top: 120px;
  margin-left: 91px;
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: 550;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.free_title3 {
  width: 72px;
  margin-top: -50px;
  margin-left: 91px;
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: 550;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.free_title33,
.free_title77,
.free_title88 {
  width: 72px;
  margin-top: 50px;
  margin-left: 91px;
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: 550;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0c0c0c;
}
.free_title77 {
  margin-top: 50px;
}
.free_title88 {
  margin-top: 33px;
}
.free_text2,
.free_text3,
.free_text4,
.free_text5,
.free_text6,
.free_text7,
.free_text8 {
  width: 215px;
  margin-left: 39px;
  margin-top: 25px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.free_text4 {
  height: 40px;
}
.free_text6 {
  height: 205px;
}
.free_text7 {
  height: auto;
}
.free_text22 {
  width: 215px;
  height: 150px;
  margin-left: 26px;
  margin-top: 25px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.free_text2 .text-style-2 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #de4437;
}
.free_text22 .text-style-2 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #de4437;
}
.price2 {
  margin: 9px;
  display: inline-block;
  width: 262px;
  height: 1610px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  transition: all 0.6s;
  /* 所有的属性变化在0.5s的时间段内完成 */
}
.price2:hover {
  transition: all 0.5s;
  /* 所有的属性变化在0.5s的时间段内完成 */
  transform: scale(1.02);
  /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
  border-color: #377dff;
}
.free_price2 {
  margin-top: 28px;
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #de4437;
}
.price_midline {
  width: 1px;
  height: 5px;
  font-size: 20px;
  margin-left: 15px;
  margin-right: 15px;
  color: #dddddd;
}
.old_price {
  margin-top: 21px;
  height: 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #999999;
}
.price_count {
  margin-top: 7px;
  height: 17px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #e14538;
}
.price3 {
  margin: 9px;
  display: inline-block;
  width: 262px;
  height: 1610px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  transition: all 0.6s;
  /* 所有的属性变化在0.5s的时间段内完成 */
}
.price3:hover {
  transition: all 0.5s;
  /* 所有的属性变化在0.5s的时间段内完成 */
  transform: scale(1.02);
  /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
  border-color: #377dff;
}
.free_dinzhi {
  margin-top: 18px;
  height: 68px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.wenhao {
  width: 18px;
  height: 17px;
}
.free_tehui {
  width: 36px;
  height: 92px;
  padding-left: 224px;
}
/** price pages  */
@media screen and (max-width: 767px) {
  .price_box {
    flex-wrap: wrap;
  }
  .price_all {
    margin-left: 4%;
    width: 92%;
    margin-top: 40px;
    margin-bottom: 30px;
    height: auto;
    text-align: center;
  }
  .price_all .free_text4,
  .price_all .free_text5,
  .price_all .free_text7,
  .price_all .free_text8 {
    margin-left: 20% !important;
  }
  .free_text4 {
    height: auto;
    margin-top: 27px;
  }
  .price_title {
    width: 100%;
    height: 39px;
    font-family: MicrosoftYaHeiLight;
    font-size: 2.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #377dff;
  }
  .price_title .text-style-1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0px;
    color: #377dff;
  }
  .price1 {
    margin-left: 2%;
    width: 96%;
    display: inline-block;
    height: 2892px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
  }
  .price1:hover,
  .price2:hover,
  .price3:hover {
    transform: scale(1);
  }

  .free_title {
    width: 20%;
    height: auto;
    margin-top: 30px;
    margin-left: 40%;
    border-radius: 100%;
    background-color: #e5f9f6;
  }
  .free_title_text {
    width: 80%;
    height: 29px;
    margin-top: 23px;
    margin-left: 10%;
    font-family: MicrosoftYaHei;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .blue_line {
    margin-top: 34px;
    margin-left: 41%;
    width: 14%;
    height: 1px;
    background-color: #377dff;
  }
  .free_price {
    width: 90%;
    height: 17px;
    margin-top: 24px;
    margin-left: 3%;
    font-family: MicrosoftYaHei;
    font-size: 2.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #de4437;
  }
  .free_btn {
    width: 45%;
    height: 45px;
    margin-top: 40px;
    margin-left: 27.5%;
    background-color: #377dff;
    border-radius: 4px;
  }
  .free_btn_text {
    width: 90%;
    height: 17px;
    padding-top: 3px;
    margin-left: 5%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .free_title1 {
    width: 90%;
    margin-top: 18px;
    margin-left: 5%;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .free_text {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_title2,
  .free_title44 {
    width: 90%;
    /* margin-top: -157px; */
    margin-left: 5%;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .free_title2 {
    margin-top: 6px;
    margin-bottom: 27px;
  }
  .free_title44 {
    margin-top: 0;
  }
  .free_text2,
  .free_text3 {
    height: 150px;
    width: 60%;
    margin-left: 20%;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_title33 {
    width: 90%;
    margin-top: 0;
    margin-left: 5%;
    margin-bottom: 31px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .price2 {
    margin-left: 2%;
    width: 96%;
    display: inline-block;
    height: 2892px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
  }
  .free_tehui {
    width: 2%;
    height: 92px;
    padding-left: 90%;
  }
  .free_title3,
  .free_title66,
  .free_title10,
  .free_title11 {
    width: 90%;
    margin-top: -50px;
    margin-left: 5%;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .free_title66 {
    margin-top: 4px;
  }
  .free_text > div,
  .free_text2 > div,
  .free_text3 > div {
    width: 215px;
    height: 36px;
  }
  .free_text2 {
    height: auto;
  }
  .free_text3 {
    height: auto;
  }
  .free_title44 {
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .free_title10 {
    margin-top: 14px;
  }
  .free_title11 {
    margin-top: 14px !important;
  }
  .free_title77 {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 31px;
    margin-top: 13px;
  }
  .free_text5 {
    height: auto;
  }
  .free_title88 {
    width: 90%;
    margin-left: 5%;
    /* text-align: center; */
    margin-top: 0;
  }
  .free_title_text2 {
    width: 90%;
    height: 29px;
    margin-top: 76px;
    margin-left: 5%;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_text11 {
    width: 60%;
    height: 350px;
    margin-left: 20%;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_text22 {
    width: 60%;
    height: 150px;
    margin-left: 20%;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .price3 {
    margin: 9px;
    margin-left: 2%;
    display: inline-block;
    width: 96%;
    height: 458px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    transition: all 0.6s;
  }
  .member-ul {
    margin-top: -54px;
  }
  .member-ul li:nth-of-type(odd) {
    margin-left: 0.5rem;
  }
  .member-ul li:nth-of-type(2n) {
    margin-left: 3.5rem !important;
  }
  .member-ul li {
    width: 40%;
    height: 260px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .member-ul li img,
  .member-ul li a,
  .member-ul li a > div {
    width: 6.75rem;
    height: 6.75rem;
  }
  .member-ul li a {
    margin: 0 auto;
    display: block;
  }
  .member-ul li p {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .price_all {
    margin-top: 160px;
    margin-bottom: 30px;
    text-align: center;
  }
  .price_title {
    width: 100%;
    height: 39px;
    font-family: MicrosoftYaHeiLight;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #377dff;
  }
  .price_title .text-style-1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #377dff;
  }
  .price1 {
    margin: 9px;
    display: inline-block;
    width: 262px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
    border-radius: 4px;
    border: solid 1px hsl(0, 0%, 90%);
    transition: all 0.6s;
    /* 所有的属性变化在0.5s的时间段内完成 */
  }

  .free_title {
    width: 70px;
    height: 70px;
    margin-top: 40px;
    margin-left: 96px;
    border-radius: 100%;
    background-color: #e5f9f6;
  }
  .free_title_text {
    width: 120px;
    height: 29px;
    margin-top: 68px;
    margin-left: 69px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_title_text2 {
    width: 120px;
    height: 29px;
    margin-top: 119px;
    margin-left: 69px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
  }
  .blue_line {
    margin-top: 34px;
    margin-left: 110px;
    width: 40px;
    height: 1px;
    background-color: #377dff;
  }
  .free_price {
    width: 27px;
    height: 17px;
    margin-top: 68px;
    margin-left: 110px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #de4437;
  }
  .free_btn {
    width: 166px;
    height: 45px;
    margin-top: 60px;
    margin-left: 43px;
    background-color: #377dff;
    border-radius: 4px;
  }
  .free_btn:hover {
    cursor: pointer;
  }
  .free_btn_text {
    width: 64px;
    height: 17px;
    padding-top: 3px;
    margin-left: 51px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .free_title1 {
    width: 72px;
    margin-top: 68px;
    margin-left: 91px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .free_text {
    width: 210px;
    margin-left: 39px;
    margin-top: 25px;
    margin-bottom: 60px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_text11 {
    width: 210px;
    height: 350px;
    margin-left: 26px;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_text .text-style-2 {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #de4437;
  }
  .free_text11 .text-style-2 {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #de4437;
  }
  .yes_img {
    width: 15px;
    height: 11px;
  }
  .free_title2 {
    width: 72px;
    margin-top: 0;
    margin-left: 91px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .free_title3 {
    width: 72px;
    margin-top: -50px;
    margin-left: 91px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }

  .free_title33,
  .free_title44,
  .free_title55,
  .free_title66,
  .free_title88,
  .free_title99,
  .free_title10,
  .free_title11 {
    width: 72px;
    margin-left: 91px;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 550;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #0c0c0c;
  }
  .free_title33 {
    margin-top: 37px;
  }
  .free_title44 {
    margin-left: auto;
    margin-right: auto;
    width: 123px;
    margin-top: 50px;
  }
  .free_title55,
  .free_title66 {
    margin-top: 66px;
  }
  .free_title99 {
    margin-top: 122px;
  }
  .free_title10 {
    width: 100px;
    margin-top: 50px;
  }
  .free_title11 {
    margin-top: 80px;
  }
  .free_text2 {
    width: 215px;
    margin-left: 39px;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
  }
  .free_text22 {
    width: 215px;
    height: 150px;
    margin-left: 26px;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
  }

  .free_text2 .text-style-2,
  .free_text7 .text-style-2 {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #de4437;
  }
  .free_text3 .text-style-2,
  .free_text7 .text-style-2,
  .free_text22 .text-style-2 {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #de4437;
  }
  .price2 {
    margin: 9px;
    display: inline-block;
    width: 262px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    transition: all 0.6s;
    /* 所有的属性变化在0.5s的时间段内完成 */
  }
  .price-main {
    overflow: visible;
  }

  .free_price2 {
    margin-top: 28px;
    height: 20px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #de4437;
  }
  .price_midline {
    width: 1px;
    height: 5px;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
    color: #dddddd;
  }
  .old_price {
    margin-top: 21px;
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #999999;
  }
  .price_count {
    margin-top: 7px;
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #e14538;
  }
  .price3 {
    margin: 9px;
    display: inline-block;
    width: 262px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(208, 208, 208, 0.35);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    transition: all 0.6s;
    /* 所有的属性变化在0.5s的时间段内完成 */
  }

  .free_dinzhi {
    margin-top: 18px;
    height: 68px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
  }
  .wenhao {
    width: 18px;
    height: 17px;
  }
  .free_tehui {
    width: 36px;
    height: 92px;
    padding-left: 224px;
  }
}
/*********/
.navbar-expand-md .navbar-nav .nav-item .nav-link .underspan {
  transition: width 0.33s ease;
  display: block;
  background-color: white;
  width: 100%;
  height: 2px;
  border-radius: 52px;
}
.navbar-expand-md .navbar-nav .nav-item .nav-link .underspan1 {
  transition: width 0.33s ease;
  width: 0%;
  display: block;
  background-color: white;
  height: 3px;
}
.navbar-expand-md .navbar-nav .nav-item:hover .underspan {
  display: block;
  background-color: #377dff;
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:focus .underspan {
  transition: width 0.33s ease;
  display: block;
  background-color: #377dff;
  width: 100%;
  height: 3px;
}
/*********/
@-webkit-keyframes popIn2 {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
@keyframes popIn2 {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
.copyright {
  margin: -50px auto 133px;
}
.copyright .copyright-title {
  font-size: 40px;
  text-align: center;
}
.copyright .copyright-title span {
  color: #ff8100;
}
.copyright-box {
  width: 100%;
  text-align: center;
}
.copyright-box img {
  width: 90%;
}
.copyright-box .copyright-item {
  text-align: center;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 30px;
}
.copyright-box .copyright-item > div {
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .copyright .copyright-title {
    font-size: 24px;
  }
  .copyright-box .copyright-item > div {
    font-size: 16px;
  }
}
#content {
  font-family: MicrosoftYaHei;
}
#content .container .knowledge-banner {
  display: flex;
}
#content .container .knowledge-banner .banner-img {
  margin-right: 80px;
}
#content .container .knowledge-banner .banner-content {
  flex: 1;
}
#content .container .knowledge-banner .banner-content .banner-title {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
#content
  .container
  .knowledge-banner
  .banner-content
  .banner-title
  .banner-title-img {
  margin-right: 17px;
}
#content
  .container
  .knowledge-banner
  .banner-content
  .banner-title
  .banner-title-text {
  font-size: 36px;
  margin: 0;
  color: #377dff;
  font-weight: 800;
}
#content .container .knowledge-banner .banner-content .banner-desc .desc-text {
  font-size: 16px;
  color: #999;
  line-height: 36px;
  margin: 0;
}
#content .container .knowledge-banner .banner-content .banner-btn {
  display: inline-block;
  padding: 16px 93px;
  background-color: #377dff;
  border-radius: 8px;
  margin-top: 54px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#content .container .knowledge-banner .banner-content .banner-btn .btn-text {
  font-size: 16px;
  color: #fff;
}
#content .container .knowledge-banner .banner-content .banner-btn:hover {
  background-color: #1164ff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 1px 17px rgba(55, 125, 255, 0.8);
}
#content .container .knowledge-list-wrapper {
  margin-top: 191px;
  margin-bottom: 240px;
}
#content .container .knowledge-list-wrapper .knowledge-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 250px;
  padding: 85px 31px 0;
  border-radius: 10px;
  box-shadow: 0 8px 10px #e9f1ff, 1px 0px 5px #e9f1ff, -1px 0px 5px #e9f1ff;
  background-color: #fff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper {
  position: absolute;
  top: -56px;
  left: 76px;
  right: 76px;
  width: 98px;
  height: 112px;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  overflow: hidden;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .img-wrapper-child2 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .first-img {
  background: url("../image/knowledge-list1.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .second-img {
  background: url("../image/knowledge-list2.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .third-img {
  background: url("../image/knowledge-list3.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .fourth-img {
  background: url("../image/knowledge-list4.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-title {
  margin-bottom: 25px;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-title
  .title-text {
  margin: 0;
  font-size: 18px;
  color: #377dff;
  font-weight: 800;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-desc
  .desc-text {
  color: #999;
  font-size: 14px;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.first-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list1-active.png") no-repeat
    center center #377dff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.second-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list2-active.png") no-repeat
    center center #377dff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.third-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list3-active.png") no-repeat
    center center #377dff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.fourth-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list4-active.png") no-repeat
    center center #377dff;
}
#content .section-item .section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: MicrosoftYaHeiLight;
  color: #c5dafc;
  font-size: 16px;
  height: 126px;
  margin-bottom: 90px;
}
#content .section-item .section-title-wrapper .section-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 38px;
  font-size: 30px;
  color: #fff;
  background-color: #377dff;
}
#content .section-item .section-title-wrapper .section-title .title-text {
  height: 50px;
  line-height: 50px;
  font-weight: 100;
}
#content
  .section-item
  .section-title-wrapper
  .section-title
  .section-title-top {
  position: absolute;
  top: -36px;
  height: 36px;
  font-size: 16px;
  color: #c5dafc;
  font-weight: 100;
}
#content
  .section-item
  .section-title-wrapper
  .section-title
  .section-title-bottom {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: -40px;
  right: 38px;
  height: 40px;
  font-size: 16px;
  color: #c5dafc;
  font-weight: 100;
}
#content .section-item .section-title-wrapper .section-title .title-circle {
  position: relative;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #fff45c;
  border-radius: 50%;
  margin: 0 12px;
}
#content .section-item .section-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 210px;
}
#content .section-item .section-content .img-l {
  position: relative;
  left: -14px;
}
#content .section-item .section-content .img-r {
  position: relative;
  right: -14px;
}
#content .section-item .section-content .content-title {
  margin-top: 35px;
  font-size: 24px;
  color: #377dff;
  font-weight: 800;
  margin-left: 27px;
  margin-bottom: 20px;
}
#content .section-item .section-content .content-desc .content-desc-list {
  margin-bottom: 35px;
  color: #ecf0ff;
  padding-left: 27px;
  font-size: 26px;
}
#content
  .section-item
  .section-content
  .content-desc
  .content-desc-list
  .desc-list-item
  .desc-text {
  position: relative;
  bottom: 4.5px;
  color: #666666;
  font-size: 14px;
  margin: 0;
}
#content .section-item .section-content .content-btn {
  display: inline-block;
  margin-left: 22px;
  padding: 0 50px;
  border-radius: 8px;
  background-color: #ecf0ff;
  cursor: pointer;
  transition: all 0.2s;
}
#content .section-item .section-content .content-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #377dff;
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
}
#content .section-item .section-content .content-btn:hover .btn-text {
  color: #fff;
}
#content .section-item .section-content .content-btn .btn-text {
  color: #377dff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
}
#content .section-item .content-btn-wrapper {
  text-align: center;
}
#content .section-item .content-btn-wrapper .content-btn {
  display: inline-block;
  padding: 0 93px;
  background-color: #ecf0ff;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  transition: all 0.2s;
}
#content .section-item .content-btn-wrapper .content-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #377dff;
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
}
#content .section-item .content-btn-wrapper .content-btn:hover .btn-text {
  color: #fff;
}
#content .section-item .section-desc-wrapper {
  text-align: center;
  margin-bottom: 70px;
}
#content .section-item .section-desc-wrapper .section-desc {
  font-size: 14px;
  color: #999;
}
#content .section-item2 .section-content2 {
  justify-content: flex-start;
}
#content .section-item2 .section-content2 .section-content-right {
  margin-left: 200px;
}
#content .section-item3 {
  margin-bottom: 240px;
}
#content .section-item3 .section-content {
  margin-bottom: 100px;
}
#content .section-item3 .section-content .section-content-right {
  margin-left: 30px;
}
#content .section-item3 .section-content .section-content-right .content-title {
  margin-top: 0;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper {
  margin-left: -30px;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item {
  width: 138px;
  height: 200px;
  margin-left: 11px;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item:first-child {
  margin-left: 0;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item
  .item-text {
  text-align: center;
  margin: 0;
  color: #377dff;
  font-size: 14px;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item
  .item-text:first-child {
  margin-top: 90px;
}
#content .section-item3 .content-btn-wrapper .content-btn {
  margin-bottom: 0;
}
#content .section-item4 {
  margin-bottom: 240px;
}
#content .section-item4 .section-title-wrapper {
  margin-bottom: 40px;
}
#content .section-item4 .content-list-wrapper .content-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 64px;
}
#content .section-item4 .content-list-wrapper .content-list .content-list-item {
  text-align: center;
}
#content
  .section-item4
  .content-list-wrapper
  .content-list
  .content-list-item
  .item-img {
  margin-bottom: 26px;
}
#content
  .section-item4
  .content-list-wrapper
  .content-list
  .content-list-item
  .item-btn
  .btn-text {
  display: inline-block;
  padding: 0 17px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #377dff;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #e5e5e5;
}
#content
  .section-item4
  .content-list-wrapper
  .content-list
  .content-list-item:hover
  .btn-text {
  background-color: #ecf0ff;
}
#content .section-item4 .content-btn-wrapper .content-btn {
  padding: 0 93px;
}
#content .section-item5 {
  margin-bottom: 210px;
}
#content .section-item5 .item-img {
  margin-bottom: 65px;
  text-align: center;
}
#content .section-item5 .item-img .item-img-desc {
  position: absolute;
  left: -999px;
  z-index: -999;
  opacity: 0;
  color: transparent;
}
#content.edu-container {
  margin-top: 135px;
}
#content.edu-container .knowledge-banner {
  margin-bottom: 234px;
}
#content.edu-container .knowledge-banner .banner-img {
  margin-right: 120px;
}
#content.edu-container .knowledge-banner .banner-content .banner-title {
  margin-top: 118px;
}
#content.edu-container .knowledge-banner .banner-content .banner-btn {
  margin-top: 44px;
}
#content.edu-container .edu-section1 {
  margin-bottom: 234px;
}
#content.edu-container .edu-section1 .section-title-wrapper {
  margin-bottom: 28px;
}
#content.edu-container .edu-section1 .item-img {
  margin-bottom: 27px;
}
#content.edu-container .edu-section1 .section-desc-wrapper {
  width: 666px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 50px;
}
#content.edu-container .edu-section1 .section-desc-wrapper .desc-title {
  color: #377dff;
  font-size: 24px;
  font-weight: 800;
  margin-left: 26px;
  margin-bottom: 20px;
}
#content.edu-container .edu-section1 .section-desc-wrapper .section-desc-list {
  color: #ecf0ff;
  padding-left: 16px;
  font-size: 26px;
  margin: 0;
}
#content.edu-container
  .edu-section1
  .section-desc-wrapper
  .section-desc-list
  .desc-list-item
  .desc-text {
  position: relative;
  top: -3px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin: 0px;
  margin-left: 10px;
}
#content.edu-container .edu-section2 .section-content {
  margin-bottom: 230px;
}
#content.enterprise-container
  .enterprise-section1
  .section-content
  .section-content-left,
#content.enterprise-container
  .enterprise-section3
  .section-content
  .section-content-left,
#content.enterprise-container
  .enterprise-section5
  .section-content
  .section-content-left,
#content.enterprise-container
  .enterprise-section7
  .section-content
  .section-content-left {
  width: 460px;
}
#content.edu-container
  .edu-section2
  .section-content
  .section-content-left
  .content-title {
  margin-top: 55px;
}
#content.edu-container
  .edu-section2
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 50px;
}
#content.edu-container .edu-section3 {
  margin-bottom: 180px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-left
  .swiper-container {
  width: 541px;
  height: 372px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-left
  .swiper-container
  .swiper-pagination {
  bottom: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-left
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 6px;
}
#content.edu-container .edu-section3 .section-content .section-content-right {
  position: relative;
  top: -30px;
  margin-left: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .content-title {
  margin-left: 50px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .content-desc {
  margin-left: 22px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper {
  margin-bottom: 60px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item {
  position: relative;
  width: 120px;
  height: 180px;
  margin-left: 22px;
  padding: 22px 18px 0;
  border-radius: 10px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item:hover {
  background-color: rgba(236, 240, 255, 0.3);
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item:first-child {
  margin-left: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-title {
  text-align: center;
  font-size: 16px;
  color: #377dff;
  font-weight: 800;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-desc {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-num {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: rgba(236, 240, 255, 0.5);
  font-size: 100px;
  font-weight: 800;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .content-btn {
  margin-left: 50px;
}
#content.edu-container .edu-section4 .section-content .section-content-left {
  position: relative;
  top: 20px;
}
#content.edu-container .edu-section5 .section-content .section-content-right {
  margin-left: 94px;
  padding-top: 10px;
}
#content.edu-container
  .edu-section5
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list
  .desc-list-item
  .desc-text {
  line-height: 30px;
}
#content.edu-container .edu-section7 .section-content .section-content-right {
  margin-left: 172px;
  padding-top: 76px;
}
#content.edu-container
  .edu-section7
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.edu-container .edu-section8 .section-content .section-content-left {
  padding-top: 50px;
}
#content.edu-container
  .edu-section8
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.edu-container .edu-section9 .section-content {
  margin-bottom: 140px;
}
#content.edu-container .edu-section9 .section-content .section-content-right {
  padding-top: 34px;
  margin-left: 140px;
}
#content.edu-container
  .edu-section9
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.enterprise-container {
  margin-top: 162px;
}
#content.enterprise-container .knowledge-banner {
  margin-bottom: 180px;
}
#content.enterprise-container .knowledge-banner .banner-img {
  margin-right: 174px;
}
#content.enterprise-container .diamond-box {
  position: relative;
  margin-top: 0;
  margin-bottom: 235px;
  padding-bottom: 240px;
}
#content.enterprise-container .diamond-box .content-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#content.enterprise-container .enterprise-section1 {
  margin-bottom: 200px;
}
#content.enterprise-container .enterprise-section1 .section-title-wrapper {
  margin-bottom: 70px;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item {
  width: 360px;
  text-align: center;
  padding-bottom: 18px;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item
  .item-img {
  text-align: center;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item
  .item-title {
  text-align: center;
  font-size: 18px;
  color: #377dff;
  font-weight: 800;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item
  .bottom-line-wrapper
  .bottom-line {
  position: relative;
  z-index: -1;
  bottom: 14px;
  height: 21px;
  width: 100px;
  background-color: #ecf0ff;
  text-align: center;
  margin: 0 auto;
}
#content.enterprise-container .enterprise-section2 {
  margin-bottom: 0;
}
#content.enterprise-container .enterprise-section2 .section-desc-wrapper {
  margin-bottom: 65px;
}
#content.enterprise-container .enterprise-section3 .section-title-wrapper {
  margin-bottom: 70px;
}
#content.enterprise-container
  .enterprise-section3
  .section-content
  .section-content-left {
  padding-top: 20px;
}
#content.enterprise-container
  .enterprise-section3
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 50px;
}
#content.enterprise-container
  .enterprise-section4
  .section-content
  .section-content-right {
  margin-left: 50px;
}
#content.enterprise-container
  .enterprise-section5
  .section-content
  .section-content-left {
  padding-top: 40px;
}
#content.enterprise-container
  .enterprise-section6
  .section-content
  .section-content-right {
  margin-left: 100px;
}
#content.enterprise-container
  .enterprise-section6
  .section-content
  .section-content-right
  .content-title {
  margin-top: 26px;
}
#content.enterprise-container
  .enterprise-section6
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.enterprise-container
  .enterprise-section7
  .section-content
  .section-content-left {
  padding-top: 60px;
}
#content.enterprise-container .enterprise-section8 .section-content {
  margin-bottom: 150px;
}
#content.enterprise-container
  .enterprise-section8
  .section-content
  .section-content-right {
  margin-left: 115px;
}
@media screen and (max-width: 767px) {
  #content {
    margin-top: 40px !important;
  }
  #content .container .knowledge-banner {
    flex-wrap: wrap;
  }
  #content .container .knowledge-banner .banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
  }
  #content .container .knowledge-banner .banner-img img {
    max-width: 100%;
  }
  #content .container .knowledge-banner .banner-content .banner-title {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-img {
    display: flex;
    align-items: center;
    margin-right: 0.453333rem;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-img
    img {
    width: 1.04rem;
    height: 1.04rem;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-text {
    font-size: 26px;
    margin: 0;
    color: #377dff;
    font-weight: 800;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-desc
    .desc-text {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 0;
  }
  #content .container .knowledge-banner .banner-content .banner-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 20px;
  }
  #content .container .knowledge-banner .banner-content .banner-btn:hover {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  #content .container .knowledge-banner .banner-content .banner-btn .btn-text {
    font-size: 16px;
  }
  #content .container .knowledge-list-wrapper {
    margin-bottom: 100px;
  }
  #content .container .knowledge-list-wrapper .knowledge-list {
    flex-wrap: wrap;
  }
  #content
    .container
    .knowledge-list-wrapper
    .knowledge-list
    .knowledge-list-item {
    margin-bottom: 90px;
  }
  #content .section-item {
    margin-bottom: 180px;
  }
  #content .section-item .section-title-wrapper {
    font-size: 12px;
    height: 88px;
    margin-bottom: 20px !important;
  }
  #content .section-item .section-title-wrapper .section-title {
    position: relative;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  #content .section-item .section-title-wrapper .section-title .title-text {
    height: 40px;
    line-height: 40px;
    font-weight: 100;
  }
  #content
    .section-item
    .section-title-wrapper
    .section-title
    .section-title-top {
    position: absolute;
    top: -24px;
    height: 24px;
    font-size: 12px;
  }
  #content
    .section-item
    .section-title-wrapper
    .section-title
    .section-title-bottom {
    position: absolute;
    bottom: -24px;
    right: 20px;
    height: 24px;
    font-size: 12px;
  }
  #content .section-item .section-title-wrapper .section-title .title-circle {
    position: relative;
    top: 1px;
    width: 5px;
    height: 5px;
    background-color: #fff45c;
    border-radius: 50%;
    margin: 0 7px;
  }
  #content .section-item .section-desc-wrapper {
    margin-bottom: 45px !important;
  }
  #content .section-item .section-content {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #content .section-item .section-content .section-content-left {
    margin-bottom: 30px;
    width: 100%;
    top: 0 !important;
    padding-top: 0 !important;
  }
  #content .section-item .section-content .section-content-right {
    margin-left: 0;
    top: 0 !important;
    padding-top: 0 !important;
  }
  #content .section-item .section-content .img-l {
    position: static;
  }
  #content .section-item .section-content .img-r {
    position: static;
  }
  #content .section-item .section-content img {
    max-width: 100%;
  }
  #content .section-item .section-content .content-title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  #content .section-item .section-content .content-desc .content-desc-list {
    list-style: none;
    margin-bottom: 30px !important;
  }
  #content
    .section-item
    .section-content
    .content-desc
    .content-desc-list
    .desc-list-item {
    margin-bottom: 10px;
  }
  #content
    .section-item
    .section-content
    .content-desc
    .content-desc-list
    .desc-list-item
    .desc-text {
    line-height: 23px !important;
  }
  #content
    .section-item
    .section-content
    .content-desc
    .content-desc-list
    .desc-list-item
    .desc-text::before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: -27px;
    top: 5.5px;
    width: 10px;
    height: 10px;
    background-color: #ecf0ff;
    border-radius: 50%;
  }
  #content .section-item .section-content .content-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px;
    padding: 0 40px;
  }
  #content .section-item .section-content .content-btn:hover {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #content .section-item .section-content .content-btn .btn-text {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  #content .section-item2 .section-content2 {
    flex-direction: column-reverse;
  }
  #content .section-item2 .section-content2 .section-content-right {
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  #content .section-item2 .section-content2.m-margin-bottom {
    margin-bottom: 120px;
  }
  #content
    .section-item3
    .section-content
    .section-content-right
    .bottom-list-wrapper {
    margin-left: 0;
  }
  #content
    .section-item3
    .section-content
    .section-content-right
    .bottom-list-wrapper
    .bottom-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content
    .section-item3
    .section-content
    .section-content-right
    .bottom-list-wrapper
    .bottom-list
    .bottom-list-item {
    margin-left: 0;
  }
  #content .section-item3 .content-btn-wrapper {
    margin-top: 25px;
  }
  #content .section-item4 .content-list-wrapper .content-list {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  #content
    .section-item4
    .content-list-wrapper
    .content-list
    .content-list-item {
    width: 50%;
    margin-bottom: 20px;
  }
  #content
    .section-item4
    .content-list-wrapper
    .content-list
    .content-list-item
    .item-img {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #content
    .section-item4
    .content-list-wrapper
    .content-list
    .content-list-item
    .item-img
    img {
    width: 100%;
  }
  #content .section-item5 .item-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  #content .section-item5 .item-img img {
    max-width: 100%;
  }
  #content.edu-container .edu-section1 .section-title-wrapper .section-title {
    padding: 0 10px;
  }
  #content.edu-container
    .edu-section1
    .section-title-wrapper
    .section-title
    .title-text {
    font-size: 14px;
  }
  #content.edu-container .edu-section1 .section-desc-wrapper {
    width: 100%;
  }
  #content.edu-container
    .edu-section1
    .section-desc-wrapper
    .section-desc-list {
    padding-left: 16px;
    list-style: none;
  }
  #content.edu-container
    .edu-section1
    .section-desc-wrapper
    .section-desc-list
    .desc-list-item
    .desc-text {
    position: relative;
    top: -3px;
    font-size: 14px;
    color: #999;
    line-height: 23px !important;
    margin: 0px;
    margin-left: 10px;
  }
  #content.edu-container
    .edu-section1
    .section-desc-wrapper
    .section-desc-list
    .desc-list-item
    .desc-text::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 5.5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ecf0ff;
  }
  #content.edu-container .edu-section3 .section-content {
    flex-direction: column-reverse;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container {
    position: relative;
    left: -14px;
    width: 100vw;
    height: auto;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    max-width: 100%;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .mobile-blank {
    height: 15px;
    display: block !important;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination {
    bottom: 0px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 6px;
  }
  #content.edu-container .edu-section3 .section-content .section-content-right {
    position: static;
    margin-bottom: 20px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .content-title {
    margin-left: 27px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .content-desc {
    margin-left: 0;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper {
    margin-bottom: 30px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list {
    padding: 0;
    margin: 0 -10px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item {
    position: relative;
    width: 25%;
    height: 130px;
    margin-left: 0px;
    padding: 22px 7px 0;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item:first-child {
    margin-left: 0;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-title {
    font-size: 12px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-desc {
    font-size: 10px;
    position: relative;
    z-index: 1;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-num {
    position: absolute;
    bottom: -15px;
    right: 10px;
    color: #ecf0ff;
    font-size: 50px;
    font-weight: 800;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .content-btn {
    margin-left: 50px;
  }
  #content.edu-container .pc-view {
    display: none;
  }
  #content.enterprise-container .diamond-box {
    padding-bottom: 100px;
    margin-bottom: 200px !important;
  }
  #content.enterprise-container .diamond-box .row .diamond-bg {
    background-position: center 6px;
  }
  #content.enterprise-container
    .enterprise-section1
    .section1-list-wrapper
    .section1-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #content {
    margin-top: 200px;
  }
  #content .container .knowledge-banner .banner-img {
    width: 100%;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-desc
    .desc-text {
    text-align: center;
  }
  #content .section-item .section-content .section-content-right {
    width: 100%;
  }
  #content .section-item .section-content .section-content-right img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .section-item2 .section-content2 .section-content-left {
    width: 100%;
  }
  #content .section-item2 .section-content2 .section-content-left img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .section-item3 .section-content .section-content-left img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nav-login-btn-wrapper {
  display: none;
  font-weight: 400;
  font-size: 1rem;
}
.nav-login-btn-wrapper .login-btn {
  background-color: rgba(55, 125, 255, 0.1);
  color: #377dff;
  border-radius: 0.25rem !important;
  padding: 0.5rem 1rem;
  margin-right: 0.18rem;
}
.nav-login-btn-wrapper .reg-btn {
  background-color: #377dff;
  color: #377dff;
  border-radius: 0.25rem !important;
  color: #fff;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .nav-login-btn-wrapper {
    display: inline-block;
  }
  .navbar-brand {
    margin-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .nav-login-btn-wrapper {
    font-size: 0.875rem;
  }
  .nav-login-btn-wrapper .login-btn {
    padding: 0.375rem 0.5rem;
  }
  .nav-login-btn-wrapper .reg-btn {
    padding: 0.375rem 0.5rem;
  }
}
.admin-panel {
  display: none;
}
.page-not-found-container {
  width: 100%;
  text-align: center;
  margin-top: 10rem;
}
.page-not-found-container .not-found-title {
  width: 100%;
  height: 39px;
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #377dff;
}
/*
*   less
*/
#content {
  font-family: MicrosoftYaHei;
}
#content .container .knowledge-banner {
  display: flex;
  flex-wrap: wrap;
}
#content .container .knowledge-banner .banner-img {
  margin-right: 80px;
}
#content .container .knowledge-banner .banner-content {
  flex: 1;
}
#content .container .knowledge-banner .banner-content .banner-title {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
#content
  .container
  .knowledge-banner
  .banner-content
  .banner-title
  .banner-title-img {
  margin-right: 17px;
}
#content
  .container
  .knowledge-banner
  .banner-content
  .banner-title
  .banner-title-text {
  font-size: 36px;
  margin: 0;
  color: #377dff;
  font-weight: 800;
}
#content .container .knowledge-banner .banner-content .banner-desc .desc-text {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin: 0;
}
#content .container .knowledge-banner .banner-content .banner-btn {
  display: inline-block;
  padding: 16px 93px;
  background-color: #377dff;
  border-radius: 8px;
  margin-top: 54px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#content .container .knowledge-banner .banner-content .banner-btn .btn-text {
  font-size: 16px;
  color: #fff;
}
#content .container .knowledge-banner .banner-content .banner-btn:hover {
  background-color: #1164ff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 1px 17px rgba(55, 125, 255, 0.8);
}
#content .container .knowledge-list-wrapper {
  margin-top: 191px;
  margin-bottom: 240px;
}
#content .container .knowledge-list-wrapper .knowledge-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 250px;
  padding: 85px 31px 0;
  border-radius: 10px;
  box-shadow: 0 8px 10px #e9f1ff, 1px 0px 5px #e9f1ff, -1px 0px 5px #e9f1ff;
  background-color: #fff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper {
  position: absolute;
  top: -56px;
  left: 76px;
  right: 76px;
  width: 98px;
  height: 112px;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  overflow: hidden;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .img-wrapper-child2 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .first-img {
  background: url("../image/knowledge-list1.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .second-img {
  background: url("../image/knowledge-list2.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .third-img {
  background: url("../image/knowledge-list3.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .item-img-wrapper
  .img-wrapper-child1
  .fourth-img {
  background: url("../image/knowledge-list4.png") no-repeat center
    center #ecf0ff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-title {
  margin-bottom: 25px;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-title
  .title-text {
  margin: 0;
  font-size: 18px;
  color: #377dff;
  font-weight: 800;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-desc {
  margin-bottom: 43px;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item
  .knowledge-item-desc
  .desc-text {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.first-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list1-active.png") no-repeat
    center center #377dff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.second-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list2-active.png") no-repeat
    center center #377dff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.third-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list3-active.png") no-repeat
    center center #377dff;
}
#content
  .container
  .knowledge-list-wrapper
  .knowledge-list
  .knowledge-list-item.fourth-item:hover
  .img-wrapper-child2 {
  background: url("../image/knowledge-list4-active.png") no-repeat
    center center #377dff;
}
#content .section-item .section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: MicrosoftYaHeiLight;
  color: #c5dafc;
  font-size: 16px;
  height: 126px;
  margin-bottom: 90px;
}
#content .section-item .section-title-wrapper .section-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 38px;
  font-size: 30px;
  color: #fff;
  background-color: #377dff;
}
#content .section-item .section-title-wrapper .section-title .title-text {
  height: 50px;
  line-height: 50px;
  font-weight: 100;
}
#content
  .section-item
  .section-title-wrapper
  .section-title
  .section-title-top {
  position: absolute;
  top: -36px;
  height: 36px;
  font-size: 16px;
  color: #c5dafc;
  font-weight: 100;
}
#content
  .section-item
  .section-title-wrapper
  .section-title
  .section-title-bottom {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: -40px;
  right: 38px;
  height: 40px;
  font-size: 16px;
  color: #c5dafc;
  font-weight: 100;
}
#content .section-item .section-title-wrapper .section-title .title-circle {
  position: relative;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #fff45c;
  border-radius: 50%;
  margin: 0 12px;
}
#content .section-item .section-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 210px;
}
#content .section-item .section-content .img-l {
  position: relative;
  left: -14px;
}
#content .section-item .section-content .img-r {
  position: relative;
  right: -14px;
}
#content .section-item .section-content .content-title {
  margin-top: 35px;
  font-size: 24px;
  color: #377dff;
  font-weight: 800;
  margin-left: 27px;
  margin-bottom: 20px;
}
#content .section-item .section-content .content-desc .content-desc-list {
  margin-bottom: 35px;
  color: #56aefc;
  padding-left: 27px;
  font-size: 26px;
}
#content
  .section-item
  .section-content
  .content-desc
  .content-desc-list
  .desc-list-item
  .desc-text {
  position: relative;
  bottom: 4.5px;
  color: #666666;
  font-size: 14px;
  margin: 0;
}
#content .section-item .section-content .content-btn {
  display: inline-block;
  margin-left: 22px;
  padding: 0 50px;
  border-radius: 8px;
  background-color: #ecf0ff;
  cursor: pointer;
  transition: all 0.2s;
}
#content .section-item .section-content .content-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #377dff;
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
}
#content .section-item .section-content .content-btn:hover .btn-text {
  color: #fff;
}
#content .section-item .section-content .content-btn .btn-text {
  color: #377dff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
}
#content .section-item .content-btn-wrapper {
  text-align: center;
}
#content .section-item .content-btn-wrapper .content-btn {
  display: inline-block;
  padding: 0 93px;
  background-color: #ecf0ff;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  transition: all 0.2s;
}
#content .section-item .content-btn-wrapper .content-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #377dff;
  box-shadow: 0 4px 17px rgba(55, 125, 255, 0.35);
}
#content .section-item .content-btn-wrapper .content-btn:hover .btn-text {
  color: #fff;
}
#content .section-item .section-desc-wrapper {
  text-align: center;
  margin-bottom: 70px;
}
#content .section-item .section-desc-wrapper .section-desc {
  font-size: 14px;
  color: #666666;
}
#content .section-item2 .section-content2 {
  justify-content: flex-start;
}
#content .section-item2 .section-content2 .section-content-right {
  margin-left: 200px;
}
#content .section-item3 {
  margin-bottom: 240px;
}
#content .section-item3 .section-content {
  margin-bottom: 100px;
}
#content .section-item3 .section-content .section-content-right {
  margin-left: 30px;
}
#content .section-item3 .section-content .section-content-right .content-title {
  margin-top: 0;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper {
  margin-left: -30px;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item {
  width: 138px;
  height: 200px;
  margin-left: 11px;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item:first-child {
  margin-left: 0;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item
  .item-text {
  text-align: center;
  margin: 0;
  color: #377dff;
  font-size: 14px;
}
#content
  .section-item3
  .section-content
  .section-content-right
  .bottom-list-wrapper
  .bottom-list
  .bottom-list-item
  .item-text:first-child {
  margin-top: 90px;
}
#content .section-item3 .content-btn-wrapper .content-btn {
  margin-bottom: 0;
}
#content .section-item4 {
  margin-bottom: 240px;
}
#content .section-item4 .section-title-wrapper {
  margin-bottom: 40px;
}
#content .section-item4 .content-list-wrapper .content-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 64px;
}
#content .section-item4 .content-list-wrapper .content-list .content-list-item {
  text-align: center;
}
#content
  .section-item4
  .content-list-wrapper
  .content-list
  .content-list-item
  .item-img {
  margin-bottom: 26px;
}
#content
  .section-item4
  .content-list-wrapper
  .content-list
  .content-list-item
  .item-btn
  .btn-text {
  display: inline-block;
  padding: 0 17px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #377dff;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #e5e5e5;
}
#content
  .section-item4
  .content-list-wrapper
  .content-list
  .content-list-item:hover
  .btn-text {
  background-color: #ecf0ff;
}
#content .section-item4 .content-btn-wrapper .content-btn {
  padding: 0 93px;
}
#content .section-item5 {
  margin-bottom: 210px;
}
#content .section-item5 .item-img {
  margin-bottom: 65px;
  text-align: center;
}
#content .section-item5 .item-img .item-img-desc {
  position: absolute;
  left: -999px;
  z-index: -999;
  opacity: 0;
  color: transparent;
}
#content.edu-container {
  margin-top: 135px;
}
#content.edu-container .knowledge-banner {
  margin-bottom: 234px;
}
#content.edu-container .knowledge-banner .banner-img {
  margin-right: 120px;
}
#content.edu-container .knowledge-banner .banner-content .banner-title {
  margin-top: 118px;
}
#content.edu-container .knowledge-banner .banner-content .banner-btn {
  margin-top: 44px;
}
#content.edu-container .edu-section1 {
  margin-bottom: 234px;
}
#content.edu-container .edu-section1 .section-title-wrapper {
  margin-bottom: 28px;
}
#content.edu-container .edu-section1 .item-img {
  margin-bottom: 27px;
}
#content.edu-container .edu-section1 .section-desc-wrapper {
  width: 666px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 50px;
}
#content.edu-container .edu-section1 .section-desc-wrapper .desc-title {
  color: #377dff;
  font-size: 24px;
  font-weight: 800;
  margin-left: 26px;
  margin-bottom: 20px;
}
#content.edu-container .edu-section1 .section-desc-wrapper .section-desc-list {
  color: #56aefc;
  padding-left: 16px;
  font-size: 26px;
  margin: 0;
}
#content.edu-container
  .edu-section1
  .section-desc-wrapper
  .section-desc-list
  .desc-list-item
  .desc-text {
  position: relative;
  top: -3px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin: 0px;
  margin-left: 10px;
}
#content.edu-container .edu-section2 .section-content {
  margin-bottom: 230px;
}
#content.edu-container
  .edu-section2
  .section-content
  .section-content-left
  .content-title {
  margin-top: 55px;
}
#content.edu-container
  .edu-section2
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 50px;
}
#content.edu-container .edu-section3 {
  margin-bottom: 180px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-left
  .swiper-container {
  width: 541px;
  height: 372px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-left
  .swiper-container
  .swiper-pagination {
  bottom: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-left
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 6px;
}
#content.edu-container .edu-section3 .section-content .section-content-right {
  position: relative;
  top: -30px;
  margin-left: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .content-title {
  margin-left: 50px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .content-desc {
  margin-left: 22px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper {
  margin-bottom: 60px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item {
  position: relative;
  width: 120px;
  height: 180px;
  margin-left: 22px;
  padding: 22px 18px 0;
  border-radius: 10px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item:hover {
  background-color: rgba(236, 240, 255, 0.3);
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item:first-child {
  margin-left: 0;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-title {
  text-align: center;
  font-size: 16px;
  color: #377dff;
  font-weight: 800;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-desc {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #666666;
  margin-top: 18px;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-num {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: rgba(236, 240, 255, 0.5);
  font-size: 100px;
  font-weight: 800;
}
#content.edu-container
  .edu-section3
  .section-content
  .section-content-right
  .content-btn {
  margin-left: 50px;
}
#content.edu-container .edu-section4 .section-content .section-content-left {
  position: relative;
  top: 20px;
}
#content.edu-container .edu-section5 .section-content .section-content-right {
  margin-left: 94px;
  padding-top: 10px;
}
#content.edu-container
  .edu-section5
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list
  .desc-list-item
  .desc-text {
  line-height: 30px;
}
#content.edu-container .edu-section7 .section-content .section-content-right {
  margin-left: 172px;
  padding-top: 76px;
}
#content.edu-container
  .edu-section7
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.edu-container .edu-section8 .section-content .section-content-left {
  padding-top: 50px;
}
#content.edu-container
  .edu-section8
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.edu-container .edu-section9 .section-content {
  margin-bottom: 140px;
}
#content.edu-container .edu-section9 .section-content .section-content-right {
  padding-top: 34px;
  margin-left: 140px;
}
#content.edu-container
  .edu-section9
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.enterprise-container {
  margin-top: 162px;
}
#content.enterprise-container .knowledge-banner {
  margin-bottom: 180px;
}
#content.enterprise-container .knowledge-banner .banner-img {
  margin-right: 174px;
}
#content.enterprise-container .diamond-box {
  position: relative;
  margin-top: 0;
  margin-bottom: 235px;
  padding-bottom: 240px;
}
#content.enterprise-container .diamond-box .content-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#content.enterprise-container .enterprise-section1 {
  margin-bottom: 200px;
}
#content.enterprise-container .enterprise-section1 .section-title-wrapper {
  margin-bottom: 70px;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item {
  width: 360px;
  text-align: center;
  padding-bottom: 18px;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item
  .item-img {
  text-align: center;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item
  .item-title {
  text-align: center;
  font-size: 18px;
  color: #377dff;
  font-weight: 800;
}
#content.enterprise-container
  .enterprise-section1
  .section1-list-wrapper
  .section1-list
  .section1-list-item
  .bottom-line-wrapper
  .bottom-line {
  position: relative;
  z-index: -1;
  bottom: 14px;
  height: 21px;
  width: 100px;
  background-color: #ecf0ff;
  text-align: center;
  margin: 0 auto;
}
#content.enterprise-container .enterprise-section2 {
  margin-bottom: 0;
}
#content.enterprise-container .enterprise-section2 .section-desc-wrapper {
  margin-bottom: 65px;
}
#content.enterprise-container .enterprise-section3 .section-title-wrapper {
  margin-bottom: 70px;
}
#content.enterprise-container
  .enterprise-section3
  .section-content
  .section-content-left {
  padding-top: 20px;
}
#content.enterprise-container
  .enterprise-section3
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 50px;
}
#content.enterprise-container
  .enterprise-section4
  .section-content
  .section-content-right {
  margin-left: 50px;
}
#content.enterprise-container
  .enterprise-section5
  .section-content
  .section-content-left {
  padding-top: 40px;
}
#content.enterprise-container
  .enterprise-section6
  .section-content
  .section-content-right {
  margin-left: 100px;
}
#content.enterprise-container
  .enterprise-section6
  .section-content
  .section-content-right
  .content-title {
  margin-top: 26px;
}
#content.enterprise-container
  .enterprise-section6
  .section-content
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 45px;
}
#content.enterprise-container
  .enterprise-section7
  .section-content
  .section-content-left {
  padding-top: 60px;
}
#content.enterprise-container .enterprise-section8 .section-content {
  margin-bottom: 150px;
}
#content.enterprise-container
  .enterprise-section8
  .section-content
  .section-content-right {
  margin-left: 115px;
}
#content.live-container {
  margin-top: 162px;
}
#content.live-container .container .knowledge-banner .banner-img {
  margin-right: 45px;
}
#content.live-container
  .container
  .knowledge-banner
  .banner-content
  .banner-title {
  margin-top: 58px;
  margin-bottom: 15px;
}
#content.live-container
  .container
  .knowledge-banner
  .banner-content
  .banner-btn {
  margin-top: 46px;
}
#content.live-container .live-list-wrapper {
  margin-bottom: 184px;
}
#content.live-container .live-list-wrapper .live-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content.live-container .live-list-wrapper .live-list .live-list-item {
  position: relative;
  text-align: center;
  width: 250px;
  height: 320px;
  border-radius: 10px !important;
  background-color: #fff;
  padding: 0 32px;
  padding-top: 18px;
  margin-bottom: 10px;
  box-shadow: 0 8px 10px #e9f1ff, 1px 0px 5px #e9f1ff, -1px 0px 5px #e9f1ff;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-title {
  margin-top: 9px;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 800;
  color: #377dff;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-blank-wrapper {
  height: 2px;
  line-height: 2px;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-blank-wrapper
  .item-blank {
  vertical-align: bottom;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #377dff;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-desc {
  margin-top: 20px;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-desc
  .item-desc-text {
  line-height: 26px;
  margin: 0;
  color: #666666;
  font-size: 14px;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  border-radius: 0 0 10px 10px !important;
  background-color: #377dff;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item
  .item-img {
  width: 97px;
  height: 109px;
  margin: 0 auto;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.first-item
  .item-img {
  background: url("../image/live-list1.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.first-item:hover
  > .item-img {
  background: url("../image/live-list1-active.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.second-item
  .item-img {
  background: url("../image/live-list2.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.second-item:hover
  > .item-img {
  background: url("../image/live-list2-active.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.third-item
  .item-img {
  background: url("../image/live-list3.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.third-item:hover
  > .item-img {
  background: url("../image/live-list3-active.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.fourth-item
  .item-img {
  background: url("../image/live-list4.png") no-repeat center center;
}
#content.live-container
  .live-list-wrapper
  .live-list
  .live-list-item.fourth-item:hover
  > .item-img {
  background: url("../image/live-list4-active.png") no-repeat center center;
}
#content.live-container .live-section0 {
  margin-bottom: 170px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-left
  .swiper-container {
  width: 541px;
  height: 372px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-left
  .swiper-container
  .swiper-pagination {
  bottom: 6px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-left
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 6px;
}
#content.live-container .live-section0 .section-content .section-content-right {
  position: relative;
  top: -6px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .content-title {
  margin-left: 50px;
  margin-bottom: 42px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .content-desc {
  margin-left: 22px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper {
  margin-bottom: 55px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item {
  position: relative;
  width: 120px;
  height: 180px;
  margin-left: 22px;
  padding: 22px 0 0;
  border-radius: 10px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item.active {
  background-color: rgba(236, 240, 255, 0.3);
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item:first-child {
  margin-left: 0;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-title {
  text-align: center;
  font-size: 16px;
  color: #377dff;
  font-weight: 800;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-desc {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #666666;
  margin-top: 18px;
  padding: 0 25px;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .create-list-wrapper
  .create-list
  .create-list-item
  .item-num {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: rgba(236, 240, 255, 0.5);
  font-size: 100px;
  font-weight: 800;
}
#content.live-container
  .live-section0
  .section-content
  .section-content-right
  .content-btn {
  margin-left: 50px;
}
#content.live-container .live-section1 .section-title-wrapper {
  margin-bottom: 79px;
}
#content.live-container .live-section1 .section-content {
  margin-bottom: 170px;
}
#content.live-container
  .live-section1
  .section-content
  .section-content-left
  .content-title {
  margin-top: 62px;
  margin-bottom: 23px;
}
#content.live-container
  .live-section1
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 42px;
}
#content.live-container .live-section2 .section-content.section-content2 {
  margin-bottom: 170px;
}
#content.live-container
  .live-section2
  .section-content.section-content2
  .section-content-right {
  margin-left: 216px;
}
#content.live-container
  .live-section2
  .section-content.section-content2
  .section-content-right
  .content-title {
  margin-top: 55px;
  margin-bottom: 24px;
}
#content.live-container
  .live-section2
  .section-content.section-content2
  .section-content-right
  .content-desc
  .content-desc-list {
  margin-bottom: 38px;
}
#content.live-container .live-section3 .section-title-wrapper {
  margin-bottom: 79px;
}
#content.live-container .live-section3 .section-content {
  margin-bottom: 170px;
}
#content.live-container .live-section3 .section-content .section-content-left {
  margin-right: 20px;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-left
  .content-title {
  margin-top: 72px;
  margin-bottom: 23px;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 38px;
}
#content.live-container .live-section3 .section-content .section-content-right {
  position: relative;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-container {
  width: 507px;
  box-shadow: 0 10px 20px 0 rgba(55, 125, 255, 0.2);
  background-color: #eee;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 507px;
  background-color: #fff;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list
  .live-section4-list-item {
  width: 50%;
  padding: 29px 28px;
  border-right: 1px solid #ecf0ff;
  border-bottom: 1px solid #ecf0ff;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list
  .live-section4-list-item
  .item-title {
  color: #377dff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 800;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list
  .live-section4-list-item
  .item-desc {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-pagination {
  width: 507px;
  bottom: -44px;
}
#content.live-container
  .live-section3
  .section-content
  .section-content-right
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
#content.live-container
  .live-section4
  .section-content.section-content2
  .section-content-right {
  margin-left: 216px;
}
#content.live-container
  .live-section4
  .section-content.section-content2
  .section-content-right
  .content-title {
  margin-top: 47px;
}
#content.live-container .live-section5 .section-title-wrapper {
  margin-bottom: 79px;
}
#content.live-container .live-section5 .section-content {
  margin-bottom: 170px;
}
#content.live-container .live-section5 .section-content .section-content-left {
  margin-right: 20px;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-left
  .content-title {
  margin-top: 115px;
  margin-bottom: 23px;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-left
  .content-desc
  .content-desc-list {
  margin-bottom: 38px;
}
#content.live-container .live-section5 .section-content .section-content-right {
  position: relative;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-container {
  width: 507px;
  box-shadow: 0 10px 20px 0 rgba(55, 125, 255, 0.2);
  background-color: #eee;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 507px;
  background-color: #fff;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list
  .live-section4-list-item {
  width: 50%;
  padding: 29px 28px;
  border-right: 1px solid #ecf0ff;
  border-bottom: 1px solid #ecf0ff;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list
  .live-section4-list-item
  .item-title {
  color: #377dff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 800;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .live-section4-list
  .live-section4-list-item
  .item-desc {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-pagination {
  width: 507px;
  bottom: -44px;
}
#content.live-container
  .live-section5
  .section-content
  .section-content-right
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
#content.live-container .diamond-box {
  position: relative;
  margin-top: 0;
  margin-bottom: 200px;
  padding-bottom: 260px;
}
#content.live-container .diamond-box .diamond-icon {
  margin-top: 0.9rem;
}
#content.live-container .diamond-box .diamond-title {
  font-size: 16px;
}
#content.live-container .diamond-box .content-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#content.live-container .live-footer-wrapper {
  width: 100%;
  margin-bottom: 115px;
}
#content.live-container .live-footer-wrapper .live-footer {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  background-color: #377dff;
  padding: 0px 8px;
  padding-top: 110px;
  padding-bottom: 120px;
}
#content.live-container .live-footer-wrapper .live-footer .live-footer-bold {
  font-weight: 800;
}
#content.live-container .live-footer-wrapper .live-footer .footer-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 62px;
  text-align: center;
}
#content.live-container
  .live-footer-wrapper
  .live-footer
  .footer-btn-wrapper
  .footer-btn {
  padding: 16px 34px;
  background-color: #fff;
  color: #377dff;
  cursor: pointer;
  border-radius: 8px !important;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #content {
    margin-top: 40px !important;
  }
  #content .container .knowledge-banner {
    flex-wrap: wrap;
  }
  #content .container .knowledge-banner .banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
  }
  #content .container .knowledge-banner .banner-img img {
    max-width: 100%;
  }
  #content .container .knowledge-banner .banner-content .banner-title {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-img {
    display: flex;
    align-items: center;
    margin-right: 0.453333rem;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-img
    img {
    width: 1.04rem;
    height: 1.04rem;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-text {
    font-size: 26px;
    margin: 0;
    color: #377dff;
    font-weight: 800;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-desc
    .desc-text {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 0;
  }
  #content .container .knowledge-banner .banner-content .banner-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 20px;
  }
  #content .container .knowledge-banner .banner-content .banner-btn:hover {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  #content .container .knowledge-banner .banner-content .banner-btn .btn-text {
    font-size: 16px;
  }
  #content .container .knowledge-list-wrapper {
    margin-bottom: 100px;
  }
  #content .container .knowledge-list-wrapper .knowledge-list {
    flex-wrap: wrap;
  }
  #content
    .container
    .knowledge-list-wrapper
    .knowledge-list
    .knowledge-list-item {
    margin-bottom: 90px;
  }
  #content .section-item {
    margin-bottom: 180px;
  }
  #content .section-item .section-title-wrapper {
    font-size: 12px;
    height: 88px;
    margin-bottom: 20px !important;
  }
  #content .section-item .section-title-wrapper .section-title {
    position: relative;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  #content .section-item .section-title-wrapper .section-title .title-text {
    height: 40px;
    line-height: 40px;
    font-weight: 100;
  }
  #content
    .section-item
    .section-title-wrapper
    .section-title
    .section-title-top {
    position: absolute;
    top: -24px;
    height: 24px;
    font-size: 12px;
  }
  #content
    .section-item
    .section-title-wrapper
    .section-title
    .section-title-bottom {
    position: absolute;
    bottom: -24px;
    right: 20px;
    height: 24px;
    font-size: 12px;
  }
  #content .section-item .section-title-wrapper .section-title .title-circle {
    position: relative;
    top: 1px;
    width: 5px;
    height: 5px;
    background-color: #fff45c;
    border-radius: 50%;
    margin: 0 7px;
  }
  #content .section-item .section-desc-wrapper {
    margin-bottom: 45px !important;
  }
  #content .section-item .section-content {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #content .section-item .section-content .section-content-left {
    margin-bottom: 30px;
    width: 100%;
    top: 0 !important;
    padding-top: 0 !important;
  }
  #content .section-item .section-content .section-content-right {
    margin-left: 0;
    top: 0 !important;
    padding-top: 0 !important;
  }
  #content .section-item .section-content .img-l {
    position: static;
  }
  #content .section-item .section-content .img-r {
    position: static;
  }
  #content .section-item .section-content img {
    max-width: 100%;
  }
  #content .section-item .section-content .content-title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  #content .section-item .section-content .content-desc .content-desc-list {
    list-style: none;
    margin-bottom: 30px !important;
  }
  #content
    .section-item
    .section-content
    .content-desc
    .content-desc-list
    .desc-list-item {
    margin-bottom: 10px;
  }
  #content
    .section-item
    .section-content
    .content-desc
    .content-desc-list
    .desc-list-item
    .desc-text {
    line-height: 23px !important;
  }
  #content
    .section-item
    .section-content
    .content-desc
    .content-desc-list
    .desc-list-item
    .desc-text::before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: -27px;
    top: 5.5px;
    width: 10px;
    height: 10px;
    background-color: #ecf0ff;
    border-radius: 50%;
  }
  #content .section-item .section-content .content-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px;
    padding: 0 40px;
  }
  #content .section-item .section-content .content-btn:hover {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #content .section-item .section-content .content-btn .btn-text {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  #content .section-item2 .section-content2 {
    flex-direction: column-reverse;
  }
  #content .section-item2 .section-content2 .section-content-right {
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  #content .section-item2 .section-content2.m-margin-bottom {
    margin-bottom: 120px;
  }
  #content
    .section-item3
    .section-content
    .section-content-right
    .bottom-list-wrapper {
    margin-left: 0;
  }
  #content
    .section-item3
    .section-content
    .section-content-right
    .bottom-list-wrapper
    .bottom-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content
    .section-item3
    .section-content
    .section-content-right
    .bottom-list-wrapper
    .bottom-list
    .bottom-list-item {
    margin-left: 0;
  }
  #content .section-item3 .content-btn-wrapper {
    margin-top: 25px;
  }
  #content .section-item4 .content-list-wrapper .content-list {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  #content
    .section-item4
    .content-list-wrapper
    .content-list
    .content-list-item {
    width: 50%;
    margin-bottom: 20px;
  }
  #content
    .section-item4
    .content-list-wrapper
    .content-list
    .content-list-item
    .item-img {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #content
    .section-item4
    .content-list-wrapper
    .content-list
    .content-list-item
    .item-img
    img {
    width: 100%;
  }
  #content .section-item5 .item-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  #content .section-item5 .item-img img {
    max-width: 100%;
  }
  #content.edu-container .edu-section1 .section-title-wrapper .section-title {
    padding: 0 10px;
  }
  #content.edu-container
    .edu-section1
    .section-title-wrapper
    .section-title
    .title-text {
    font-size: 14px;
  }
  #content.edu-container .edu-section1 .section-desc-wrapper {
    width: 100%;
  }
  #content.edu-container
    .edu-section1
    .section-desc-wrapper
    .section-desc-list {
    padding-left: 16px;
    list-style: none;
  }
  #content.edu-container
    .edu-section1
    .section-desc-wrapper
    .section-desc-list
    .desc-list-item
    .desc-text {
    position: relative;
    top: -3px;
    font-size: 14px;
    color: #999;
    line-height: 23px !important;
    margin: 0px;
    margin-left: 10px;
  }
  #content.edu-container
    .edu-section1
    .section-desc-wrapper
    .section-desc-list
    .desc-list-item
    .desc-text::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 5.5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ecf0ff;
  }
  #content.edu-container .edu-section3 .section-content {
    flex-direction: column-reverse;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container {
    position: relative;
    left: -14px;
    width: 100vw;
    height: auto;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    max-width: 100%;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .mobile-blank {
    height: 15px;
    display: block !important;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination {
    bottom: 0px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 6px;
  }
  #content.edu-container .edu-section3 .section-content .section-content-right {
    position: static;
    margin-bottom: 20px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .content-title {
    margin-left: 27px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .content-desc {
    margin-left: 0;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper {
    margin-bottom: 30px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list {
    padding: 0;
    margin: 0 -10px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item {
    position: relative;
    width: 25%;
    height: 130px;
    margin-left: 0px;
    padding: 22px 7px 0;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item:first-child {
    margin-left: 0;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-title {
    font-size: 12px;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-desc {
    font-size: 10px;
    position: relative;
    z-index: 1;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-num {
    position: absolute;
    bottom: -15px;
    right: 10px;
    color: #ecf0ff;
    font-size: 50px;
    font-weight: 800;
  }
  #content.edu-container
    .edu-section3
    .section-content
    .section-content-right
    .content-btn {
    margin-left: 50px;
  }
  #content.edu-container .pc-view {
    display: none;
  }
  #content.enterprise-container .diamond-box {
    padding-bottom: 100px;
    margin-bottom: 200px !important;
  }
  #content.enterprise-container .diamond-box .row .diamond-bg {
    background-position: center 6px;
  }
  #content.enterprise-container
    .enterprise-section1
    .section1-list-wrapper
    .section1-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #content.live-container .container .knowledge-banner {
    flex-direction: column;
  }
  #content.live-container .container .knowledge-banner .banner-img {
    margin-right: 0 !important;
    text-align: center;
  }
  #content.live-container .container .knowledge-banner .banner-content {
    text-align: left !important;
  }
  #content.live-container
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-text {
    margin: 0 auto;
  }
  #content.live-container
    .container
    .knowledge-banner
    .banner-content
    .banner-btn {
    padding: 16px 54px;
  }
  #content.live-container .container .live-list-wrapper .live-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content.live-container .container .live-section0 .section-content {
    flex-direction: column-reverse;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container {
    position: relative;
    left: -14px;
    width: 100vw;
    height: auto;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 10px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    max-width: 100%;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .mobile-blank {
    height: 30px;
    display: block !important;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination {
    bottom: 0px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 6px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right {
    position: static;
    margin-bottom: 20px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .content-title {
    margin-left: 0px;
    margin-bottom: 4px !important;
    text-align: center;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper {
    margin-bottom: 30px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list {
    padding: 0;
    margin: 0 -10px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item {
    position: relative;
    width: 25%;
    height: 130px;
    margin-left: 0px;
    padding: 22px 0 0;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item:first-child {
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-title {
    font-size: 12px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-desc {
    font-size: 10px;
    position: relative;
    z-index: 1;
    padding: 0 25px !important;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-num {
    position: absolute;
    bottom: -15px;
    right: 10px;
    color: #ecf0ff;
    font-size: 50px;
    font-weight: 800;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .pc-view {
    text-align: left !important;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .pc-view
    .content-btn {
    margin-left: 0px;
  }
  #content.live-container .container .live-section1 .section-content {
    flex-direction: column;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left {
    text-align: left !important;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left
    .content-title {
    text-align: center;
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left
    .content-btn {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: -20px;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2 {
    flex-direction: column-reverse;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right {
    margin-left: 0;
    text-align: left !important;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right
    .content-title,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right
    .content-title {
    margin-left: 0;
    text-align: center;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right
    .content-desc,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right
    .content-btn,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right
    .content-btn {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: -20px;
  }
  #content.live-container .container .live-section3 .section-content {
    flex-direction: column;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left {
    text-align: left !important;
    margin-right: 0;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left
    .content-title {
    margin-left: 0;
    text-align: center;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left
    .content-btn {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: -20px;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-right
    .swiper-pagination {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  #content.live-container .container .live-section5 .section-content {
    flex-direction: column;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left {
    text-align: left !important;
    margin-right: 0;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left
    .content-title {
    margin-left: 0;
    text-align: center;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left
    .content-btn {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: -20px;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-pagination {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  #content.live-container .live-footer-wrapper .live-footer {
    font-size: 28px;
    padding: 50px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content {
    margin-top: 200px;
  }
  #content .container .knowledge-banner .banner-img {
    width: 100%;
  }
  #content
    .container
    .knowledge-banner
    .banner-content
    .banner-desc
    .desc-text {
    text-align: center;
  }
  #content .section-item .section-content .section-content-right {
    width: 100%;
  }
  #content .section-item .section-content .section-content-right img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .section-item2 .section-content2 .section-content-left {
    width: 100%;
  }
  #content .section-item2 .section-content2 .section-content-left img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .section-item3 .section-content .section-content-left img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #content.live-container .container .knowledge-banner {
    flex-direction: column;
  }
  #content.live-container .container .knowledge-banner .banner-img {
    margin-right: 0 !important;
    text-align: center;
  }
  #content.live-container .container .knowledge-banner .banner-content {
    text-align: center;
  }
  #content.live-container
    .container
    .knowledge-banner
    .banner-content
    .banner-title
    .banner-title-text {
    margin: 0 auto;
  }
  #content.live-container .container .live-list-wrapper .live-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #content.live-container .container .live-section0 .section-content {
    flex-direction: column-reverse;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container {
    position: relative;
    left: -14px;
    width: 100vw;
    height: auto;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 10px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    max-width: 100%;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .mobile-blank {
    height: 30px;
    display: block !important;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination {
    bottom: 0px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-left
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 6px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right {
    position: static;
    margin-bottom: 20px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .content-title {
    margin-left: 0px;
    margin-bottom: 4px !important;
    text-align: center;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper {
    margin-bottom: 30px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list {
    padding: 0;
    margin: 0 -10px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item {
    position: relative;
    width: 25%;
    height: 130px;
    margin-left: 0px;
    padding: 22px 0 0;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item:first-child {
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-title {
    font-size: 12px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-desc {
    font-size: 10px;
    position: relative;
    z-index: 1;
    padding: 0 60px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-num {
    position: absolute;
    bottom: -15px;
    right: 10px;
    color: #ecf0ff;
    font-size: 50px;
    font-weight: 800;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .pc-view {
    text-align: center;
  }
  #content.live-container
    .container
    .live-section0
    .section-content
    .section-content-right
    .pc-view
    .content-btn {
    margin-left: 0px;
  }
  #content.live-container .container .live-section1 .section-content {
    flex-direction: column;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left {
    text-align: center;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left
    .content-title {
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section1
    .section-content
    .section-content-left
    .content-btn {
    margin-bottom: 35px;
    margin-left: 0;
    margin-top: -10px;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2 {
    flex-direction: column-reverse;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right {
    margin-left: 0;
    text-align: center;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right
    .content-title,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right
    .content-title {
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right
    .content-desc,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section2
    .section-content.section-content2
    .section-content-right
    .content-btn,
  #content.live-container
    .container
    .live-section4
    .section-content.section-content2
    .section-content-right
    .content-btn {
    margin-bottom: 35px;
    margin-left: 0;
    margin-top: -10px;
  }
  #content.live-container .container .live-section3 .section-content {
    flex-direction: column;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left {
    text-align: center;
    margin-right: 0;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left
    .content-title {
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-left
    .content-btn {
    margin-bottom: 35px;
    margin-left: 0;
    margin-top: -10px;
  }
  #content.live-container
    .container
    .live-section3
    .section-content
    .section-content-right
    .swiper-pagination {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  #content.live-container .container .live-section5 .section-content {
    flex-direction: column;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left {
    text-align: center;
    margin-right: 0;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left
    .content-title {
    margin-left: 0;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left
    .content-desc {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-left
    .content-btn {
    margin-bottom: 35px;
    margin-left: 0;
    margin-top: -10px;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-pagination {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  #content.live-container
    .container
    .section-item
    .section-content
    .content-title {
    font-size: 20px;
  }
  #content.live-container
    .container
    .live-section0
    .section-content.section-content2
    .section-content-right
    .create-list-wrapper
    .create-list
    .create-list-item
    .item-desc {
    padding: 0 4px !important;
  }
  #content.live-container
    .container
    .live-section0
    .section-content.section-content2
    .section-content-right
    .pc-view {
    text-align: left;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right {
    width: 100%;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-container {
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(55, 125, 255, 0.2);
    background-color: #eee;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .live-section4-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .live-section4-list
    .live-section4-list-item {
    width: 50%;
    padding: 15px;
    border-right: 1px solid #ecf0ff;
    border-bottom: 1px solid #ecf0ff;
    min-height: 155px;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .live-section4-list
    .live-section4-list-item
    .item-title {
    color: #377dff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 800;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .live-section4-list
    .live-section4-list-item
    .item-desc {
    color: #999;
    font-size: 12px;
    line-height: 24px;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-pagination {
    width: 100%;
    bottom: -44px;
  }
  #content.live-container
    .container
    .live-section5
    .section-content
    .section-content-right
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  #content.live-container .diamond-box {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 580px) {
  #content.live-container .container.diamond-box {
    display: none;
  }
  #content.live-container .container.m-diamond-box {
    display: block !important;
  }
  #content.live-container .container.m-diamond-box .row .ts-rt-45deg {
    margin: 20px !important;
  }
  #content.live-container .diamond {
    width: 5rem !important;
    height: 5rem !important;
    line-height: 100% !important;
    text-align: center;
  }
  #content.live-container .diamond-hover {
    display: none !important;
  }
  #content.live-container .diamond-icon {
    display: block !important;
    width: 35% !important;
  }
  #content.live-container .diamond-title {
    position: absolute;
    bottom: 0 !important;
    margin-bottom: 1.3rem !important;
  }
}
.footer-bottom {
  padding-right: 8px;
  padding-left: 8px;
}
._aihecong_chat_button_body {
  bottom: 74px !important;
}
._aihecong_chat_button_list_body {
  width: auto !important;
}
