/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
�������أ�http://www.bootstrapmb.com
----------------------------------------------------------------
* Variable
* Common
* Custom Animation
* Subscribe
* Contact
* Footer
*  Banner One
* Page Header
* Main Menu
* Mobile Drawer
* Under construction
* host review
* hosting option
* data center
* Faq
* Main Header Two
* Main Header Three
* Main Header Four
* Banner Two
* Banner Three
* Banner Four
* Client Logo
* Pricing One
* Feature One
* Robust One
* Data Center Two
* Why Choose One
* Testimonial One
* Apps One
* Blog One
* Customar Rating
* Customar Rating
* Services One
* Pricing Two
* Awarded One
* Max Performance
* Testimonial Two
* Support One
* Footer Main Two
* Why Choose Two
* Right Hosting
* Choose Domain
* Services Two
* How It Work
* Comparision
* Comming Soon
* Sale One
* Faq Two
* Comparision Two
* VPS Hosting Page Banner
* Pricing Six
* Pay Less
* Database
* Feature Three
* Competitors
* Database Two
* Data Center Three
* Faster One
* Feature Six
* Get Started
* Game Hosting Page Banner
* Feature Seven
* Popular Games
* Why Choose Four
* Testimonial Four
* Game Server
* Get Access
* guides One
* Page Banner Four
* Buy Domain
* Benefits One
* Feature Nine
* Buy Domain Two
* About One
* About Page Img Box
* Services Page Why Choose
* comparision Page
* faster-wp-hosting
* Client Logo
--------------------------------------------------------------*/

/***********************
* Variable
***********************/
:root {
  --hostup-body-font: "Inter", sans-serif;
  --hostup-title-font: "Outfit", sans-serif;
  --hostup-base: #ffa065;
  --hostup-base-rgb: 255, 160, 101;
  --hostup-primary: #ff5a74;
  --hostup-primary-rgb: 255, 90, 116;
  --hostup-secondary: #3852ff;
  --hostup-secondary-rgb: 56, 82, 255;
  --hostup-black: #121212;
  --hostup-black-rgb: 18, 18, 18;
  --hostup-dark: #000932;
  --hostup-dark-rgb: 0, 9, 50;
  --hostup-gray: #c2c2c2;
  --hostup-gray-rgb: 194, 194, 194;
  --hostup-text: #666666;
  --hostup-text-rgb: 102, 102, 102;
  --hostup-white: #ffffff;
  --hostup-white-rgb: 255, 255, 255;
}

/***********************
* Common
***********************/
body {
  font-size: 16px;
  line-height: 2em;
  font-family: var(--hostup-body-font, "Inter", sans-serif);
  color: var(--hostup-text, #666666);
  padding-right: 0px !important;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h1 {
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

h2 {
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

h3 {
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

h4 {
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

h5 {
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

h6 {
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

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

.page-wrapper {
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.google-map iframe {
  border: none;
  display: block;
  width: 100%;
  height: 480px;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--hostup-primary, #ff5a74);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--hostup-base, #ffa065);
}

.scroll-to-top:hover i {
  color: #fff;
}

.preloader {
  position: fixed;
  background-color: var(--hostup-bg-black, #0d0421);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
}

.preloader__circle {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--hostup-base, #ffa065);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader__circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--hostup-primary, #ff5a74);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.preloader__circle:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  border: none;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.bootstrap-select > .dropdown-toggle::after {
  margin: 0;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--hostup-black, #121212);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--hostup-base, #ffa065);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bootstrap-select .dropdown-menu > li > a img {
  margin-right: 10px;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--hostup-black, #121212);
  color: #ffffff;
  cursor: pointer;
}

/***********************
* Custom Animation
***********************/
@-webkit-keyframes anime {
  0% {
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }

  20% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
  }

  40% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
  }

  100% {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
}

@keyframes anime {
  0% {
    width: 0px;
    height: 0px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }

  20% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.4);
  }

  40% {
    -webkit-box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 5px 60px 15px rgba(255, 255, 255, 0.2);
  }

  100% {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/***********************
* Footer
***********************/
.footer-main {
  background-color: #010b3c;
  padding-bottom: 30px;
  padding-top: 60px;
}

@media (min-width: 1200px) {
  .footer-main {
    padding-top: 135px;
  }
}

@media (min-width: 1200px) {
  .footer-main--normal-padding {
    padding-top: 120px;
  }
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-widget__title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
  margin: 0;
  margin-bottom: 14px;
}

.footer-widget__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.015em;
  color: #c2c2c2;
  margin-top: 16px;
  margin-bottom: 28px;
}

.footer-widget__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.footer-widget__phone i.icon {
  font-size: 26px;
  color: #fff;
  margin-right: 10px;
}

.footer-widget__phone a {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.footer-widget__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
}

.footer-widget__payment a {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.footer-widget__nav {
  margin: 0;
}

.footer-widget__nav li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 240%;
  letter-spacing: -0.015em;
  color: #c2c2c2;
  position: relative;
}

.footer-widget__nav li a {
  color: inherit;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(currentcolor),
      to(currentcolor)
    )
    0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-widget__nav li a:hover {
  background-size: 100% 1px;
}

.footer-widget__nav li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 10px;
}

.footer-widget__nav li a:hover {
  color: #fff;
}

.footer-widget__social {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 63px;
}

.footer-widget__social li + li {
  margin-left: 8px;
}

.footer-widget__social li a {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 992px) {
  .footer-widget__social li a {
    width: 55px;
    height: 55px;
  }
}

.footer-widget__social li a:hover {
  background-color: #fff;
  color: var(--hostup-black, #121212);
}

.footer-widget__contact {
  margin: 0;
}

.footer-widget__contact li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.015em;
  color: #c2c2c2;
}

.footer-widget__contact li + li {
  margin-top: 10px;
}

.footer-widget__contact li i {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}

.footer-widget__contact li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

@media (min-width: 1200px) {
  .footer-widget--services {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .footer-widget--contact {
    padding-left: 60px;
  }
}

.footer-bottom {
  background-color: var(--hostup-dark, #000932);
}

.footer-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px 0;
}

@media (min-width: 768px) {
  .footer-bottom__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-bottom__inner p {
  margin: 0;
  color: #c2c2c2;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom__inner p {
    text-align: left;
  }
}

.footer-bottom__inner p a {
  color: inherit;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(currentcolor),
      to(currentcolor)
    )
    0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom__inner p a:hover {
  background-size: 100% 1px;
}

.footer-bottom__inner p a:hover {
  color: #fff;
}

.footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.footer-bottom__links li {
  color: #c2c2c2;
}

.footer-bottom__links li a {
  color: inherit;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(currentcolor),
      to(currentcolor)
    )
    0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom__links li a:hover {
  background-size: 100% 1px;
}

.footer-bottom__links li a:hover {
  color: #fff;
}

.footer-bottom__links li + li::before {
  content: "-";
  margin-left: 9px;
  margin-right: 4px;
}

/* 导航栏******************************************** */
.main-header-one__logo {
  display: flex;
  align-items: center;
}

.main-header-one-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

/***********************
*  Banner One
***********************/
.banner-one {
  background-image: url(../images/background/banner-one-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 221px;
  padding-bottom: 90px;
}

.banner-one__left {
  position: relative;
  display: block;
  margin-top: 115px;
}

.banner-one__sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-one__sub-title-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-one__sub-title-icon span {
  font-size: 20px;
  color: #00c14d;
  position: relative;
  display: inline-block;
}

.banner-one__sub-title {
  color: var(--hostup-white);
  margin: 0;
  margin-left: 10px;
}

.banner-one__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 76px;
  color: var(--hostup-white);
  margin: 0;
  margin-top: 17px;
  margin-bottom: 15px;
}

.banner-one__text {
  color: var(--hostup-white);
  margin: 0;
  line-height: 32px;
  margin-bottom: 30px;
}

.banner-one__text .count-text {
  font-size: 18px;
  font-weight: 700;
}

.banner-one__btn {
  color: var(--hostup-white);
  -webkit-box-shadow: 0px 13px 24px rgba(229, 51, 42, 0.3);
  box-shadow: 0px 13px 24px rgba(229, 51, 42, 0.3);
}

.banner-one__btn:hover {
  color: var(--hostup-black);
}

.banner-one__btn:before {
  background: linear-gradient(-43.72deg, #ffa065 6.68%, #ff5a74 76.23%);
}

.banner-one__btn:after {
  background-color: var(--hostup-white);
}

.banner-one__right {
  position: relative;
  display: block;
}

.banner-one__img {
  position: relative;
  display: block;
}

.banner-one__img img {
  width: 100%;
}

/***********************
* Main Menu
***********************/
.main-header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: relative;
  background-color: var(--hostup-black, #121212);
}

@media (min-width: 992px) {
  .main-header-one {
    position: absolute;
    background-color: transparent;
  }
}

.main-header-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-header-one__nav {
  margin-left: auto;
}

.main-header-one__btn {
  font-size: 17px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  display: none;
  margin-left: 30px;
}

@media (min-width: 992px) {
  .main-header-one__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.main-header-one__btn:hover {
  color: var(--hostup-black, #121212);
}

.main-header-one__btn::before {
  background-image: linear-gradient(93.28deg, #ffa065 -5.32%, #ff5a74 105.23%);
}

.main-header-one__btn::after {
  background-color: #fff;
}

.main-header-one .language-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.main-header-one .language-switcher i {
  color: #fff;
  font-size: 18px;
  margin-right: 8px;
}

.main-header-one .language-switcher .bootstrap-select > .dropdown-toggle {
  font-size: 17px;
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
  font-weight: 400;
  color: #fff;
}

.main-header-one
  .language-switcher
  .bootstrap-select
  > .dropdown-toggle::after {
  margin-left: 8px;
  font-size: 12px;
}

.main-header-one__cart {
  margin-left: 30px;
}

.main-header-one__cart i {
  color: #fff;
  font-size: 18px;
}

.main-header-one .mobile-nav__toggler {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .main-header-one .mobile-nav__toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.main-header-one .mobile-nav__toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.main-header-one .mobile-nav__toggler span:nth-child(2) {
  margin-top: 3px;
  margin-bottom: 3px;
}

.main-menu__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}

.main-menu__list > li {
  position: relative;
  padding: 9px 0;
}

.main-menu__list > li + li {
  margin-left: 40px;
}

@media (min-width: 1270px) {
  .main-menu__list > li + li {
    margin-left: 58px;
  }
}

.main-menu__list > li > a {
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 17px;
}

.main-menu__list > li > a::after {
  content: "+";
  margin-left: 5px;
}

.main-menu__list > li > a:only-child::after {
  content: "";
}

.main-menu__list > li:hover > a
/* .main-menu__list > li.current > a  */ {
  text-shadow: 0 0 1px currentColor;
  /* color: var(--hostup-primary, #ff5a74); */
  color: rgb(250, 172, 20);
}

.main-menu__list > li > ul {
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  min-width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu__list > li > ul > li {
  position: relative;
}

.main-menu__list > li > ul > li > a {
  color: var(--hostup-black, #121212);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

.main-menu__list > li > ul > li > a:hover {
  background-color: var(--hostup-primary, #ff5a74);
  color: #fff;
}

.main-menu__list > li > ul > li > ul {
  left: 100%;
  top: 0%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  min-width: 220px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu__list > li > ul > li > ul > li > a {
  color: var(--hostup-black, #121212);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  font-family: var(--hostup-title-font, "Outfit", sans-serif);
}

.main-menu__list > li > ul > li > ul > li > a:hover {
  background-color: var(--hostup-primary, #ff5a74);
  color: #fff;
}

.main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu__list > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.sticky-header--cloned {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var(--hostup-black, #121212);
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .sticky-header--cloned {
    display: none !important;
  }
}

.sticky-header--cloned.sticky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.main-header-one__nav .main-menu__list > .megamenu {
  position: static;
}

.main-header-one__nav .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-header-one__nav .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.mobile-nav__container .domain-showcase .container {
  padding: 0;
}

.mobile-nav__container .domain-showcase .row {
  --bs-gutter-y: 30px;
}

.mobile-nav__container .domain-showcase [class*="col-"] {
  width: 100%;
}

.top-offer {
  position: relative;
  display: none;
}

@media (min-width: 992px) {
  .top-offer {
    display: block;
  }
}

.top-offer__dismiss {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #ced6f2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: var(--hostup-black, #121212);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top-offer__dismiss:hover {
  color: var(--hostup-base, #ffa065);
  border-color: var(--hostup-base, #ffa065);
}

.top-offer__dismiss i {
  font-size: 10px;
}

.top-offer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.top-offer p {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #121212;
}

.top-offer p > i {
  font-size: 35px;
  background-image: linear-gradient(93.28deg, #ffa065 -5.32%, #ff5a74 105.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 30px;
  position: relative;
  top: -7px;
}

.top-offer p > i:last-child {
  margin-right: 0;
  margin-left: 30px;
  top: 7px;
}

.top-offer p a {
  margin-left: 10px;
  color: #1061ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top-offer p a:hover {
  color: var(--hostup-primary, #ff5a74);
}

.top-offer p a span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}

.top-offer p a i {
  font-size: 12px;
  margin-left: 7px;
}

/***********************
* Mobile Drawer
***********************/
.mobile-nav__wrapper {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.9;
}

.mobile-nav__content {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: #010b3c;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__content::-webkit-scrollbar {
  display: none;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 10px;
}

.mobile-menu__list .menu-item-has-children button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--hostup-black, #121212);
  border: none;
  outline: none;
  float: right;
  margin-top: 5px;
}

.mobile-menu__list li.current > a {
  color: #fff;
}

.mobile-menu__list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > a {
  font-weight: 400;
  font-size: 14px;
  color: #c2c2c2;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  padding-left: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #c2c2c2;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 5px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu__list > li > ul > li > ul > li > a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #c2c2c2;
  display: block;
  line-height: 40px;
}

.mobile-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.mobile-nav__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}

.mobile-nav__social li {
  margin: 0 7px;
}

.mobile-nav__social li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--hostup-base, #ffa065);
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.mobile-nav__social li a:hover {
  color: #fff;
  background-color: var(--hostup-primary, #ff5a74);
}

.mobile-nav__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  position: relative;
  padding-left: 33px;
  color: #c2c2c2;
  font-size: 16px;
  line-height: 36px;
}

.mobile-nav__contact li > i {
  font-size: 16px;
  color: var(--hostup-base, #ffa065);
  position: absolute;
  top: 11px;
  left: 0;
}

.mobile-nav__contact li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-nav__contact li a:hover {
  color: #fff;
}

.mobile-nav__close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
}

.mobile-nav__close span {
  width: 2px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/***********************
* Why Choose One
***********************/
.why-choose-one {
  position: relative;
  display: block;
  background-color: #f5f7ff;
  padding: 120px 0 93px;
  z-index: 1;
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.08;
  z-index: -1;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-right: 14px;
}

.why-choose-one__img {
  position: relative;
  display: block;
}

.why-choose-one__img img {
  width: 100%;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-left: 70px;
}

.why-choose-one__title {
  font-size: 40px;
  font-weight: 700;
  color: var(--hostup-black);
  line-height: 50px;
  margin: 0;
  margin-bottom: 25px;
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin: 0;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 25px 48px 26px;
}

.why-choose-one__points li + li {
  margin-top: 15px;
}

.why-choose-one__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  background: linear-gradient(93.28deg, #ffa065 -5.32%, #ff5a74 105.23%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__content {
  margin-left: 35px;
}

.why-choose-one__content-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--hostup-black);
  margin: 0;
  margin-bottom: 5px;
}

.why-choose-one__text {
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 26px;
}

/* 具备ai能力 ***************************************************************/
.blog-one {
  position: relative;
  display: block;
  padding: 109px 0 90px;
  background-color: #fafbff;
  z-index: 1;
}

.blog-one__section-title {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.blog-one__section-title__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--hostup-black);
  margin: 0;
  margin-bottom: 9px;
}

.blog-one__section-title__text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  letter-spacing: -0.015em;
}

.blog-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__content {
  position: relative;
  display: block;
  padding: 35px 30px 25px;
}

.blog-one__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.blog-one__title a {
  color: var(--hostup-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--hostup-base);
}

.blog-one__text {
  margin: 0;
  line-height: 26px;
  letter-spacing: -0.015em;
  margin-top: 5px;
  margin-bottom: 22px;
}

.blog-one__btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--hostup-secondary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
}

.blog-one__btn:hover {
  color: var(--hostup-base);
}

.blog-one__user-and-date {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #333333;
  border-radius: 20px;
  padding-right: 23px;
  top: -20px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

.blog-one__user {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__user-img {
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.blog-one__user-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-one__user-name {
  font-size: 12px;
  color: var(--hostup-white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 12px;
  margin-left: 10px;
}

.blog-one__date {
  font-size: 12px;
  color: var(--hostup-white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 12px;
}

/*******************应用行业*****************************/
.applyContainer {
  width: 100%;
  background-color: rgb(238, 245, 253);
  padding-bottom: 160px;
  padding-top: 100px;
}

.applyCenter-container-title {
  height: 160px;
  line-height: 160px;
  text-align: center;
  font-size: 32px;
}

.applyCenter-container-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.smartAbs:hover {
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.smartAbs > img {
  /* width: 60px; */
  height: 60px;
}

.smartAbs > p {
  margin: 0;
}

.smartAbs .desc {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

@media (max-width: 435px) {
  .applyCenter-container-row {
    width: 384px;
    margin: 0 auto;
  }
  .smartAbs {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.2s linear;
    box-sizing: border-box;
    width: 384px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
  }
}

@media (min-width: 436px) and (max-width: 768px) {
  .applyCenter-container-row {
    width: 510px;
    margin: 0 auto;
  }
  .smartAbs {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.2s linear;
    box-sizing: border-box;
    width: 510px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .applyCenter-container-row {
    width: 960px;
    margin: 0 auto;
  }
  .smartAbs {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 25px;
    transition: all 0.2s linear;
    box-sizing: border-box;
    width: 310px;
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
}

@media (min-width: 1201px) {
  .applyCenter-container-row {
    width: 1200px;
    margin: 0 auto;
  }
  .smartAbs {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.2s linear;
    box-sizing: border-box;
    width: 224px;
    height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
}

/********************业务范围************************************/

.service-area {
  padding: 105px 0 93px;
}

.section-main-title {
  margin-bottom: 50px;
}

.service-single-box {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  padding: 67px 25px 64px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.service-single-box::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0154f7;
  z-index: -1;
  transition: 0.5s;
}

.service-single-box:hover::before {
  height: 100%;
}

.service-icon {
  margin-bottom: 23px;
}

.service-icon img {
  transition: 0.5s;
}

.service-single-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-title h4 a {
  color: #20292f;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}

.service-single-box:hover .service-title h4 a {
  color: #fff;
}

.serivice-discription p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 43px 0 0;
  transition: 0.5s;
}

.service-single-box:hover .serivice-discription p {
  color: #fff;
}

.underline .br-line {
  position: relative;
  overflow: hidden;
  height: 2px;
  width: 57px;
  background: #0154f7;
  left: 0;
  top: 20px;
  z-index: 1;
  transition: 0.5s;
}

.service-single-box:hover .underline .br-line {
  background: #fff;
}

.br-line:after,
.br-line:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 3px;
  left: 0;
  z-index: -1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
  transition: 0.5s;
}

.service-single-box:hover .br-line:after,
.br-line:before {
  background: #0154f7;
}

@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}

/********************团队优势*******************/

/* 关于我们 */

/* 合作流程 */
.process-content {
  height: 365px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px 0;
}

.process-content-title {
  text-align: center;
  margin: 50px 0;
}
.process-content-title > img {
  height: 36px;
}

.process-content-item {
  display: flex;
  justify-content: center;
}

/* .process-content-item > img {
  width: 1216px;
  height: 90px;
} */

.process-content-btn {
  width: 240px;
  height: 60px;
  border-radius: 4px;
  margin-top: 70px;
  background: linear-gradient(
    241deg,
    #74fff7 6%,
    #6cbeff 15%,
    #329cff 31%,
    #2e4cff 44%,
    #426cff 58%
  );
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 992px) {
  .process-content-image {
    content: url("/assets/images/cooperation/process2.png");
    width: 307px;
    height: 96px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .process-content-image {
    content: url("/assets/images/cooperation/process.png");
    width: 960px;
    height: 80px;
  }
}

@media (min-width: 1201px) {
  .process-content-image {
    content: url("/assets/images/cooperation/process.png");
    width: 1216px;
    height: 90px;
  }
}

/* 合作流程表单Model */
.modal-body-info {
  margin-bottom: 26px;

  font-weight: 500;
}

.modal-body-info > .modal-body-title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
}

.modal-body-title > .modal-body-sub {
  color: #1e42f4;
}

.modal-body-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}

/* 侧边栏================================================================ */
.sider-rotate {
  transform: rotateZ(180deg);
}
.Sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
}

.Sidebar-item1,
.Sidebar-item2,
.Sidebar-item3,
.Sidebar-item4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Sidebar-item > p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.SideBar-header {
  background: #436cff;
  border-radius: 10px;
}

/* .Sidebar-item1,
.Sidebar-item2,
.Sidebar-item3 {
  visibility: hidden;
} */

.SideBar-display {
  display: none;
}

.Sidebar-none {
  display: block;
}

.Sidebar-item1:hover,
.Sidebar-item2:hover,
.Sidebar-item3:hover,
.Sidebar-item4:hover {
  cursor: pointer;
}

.Sidebar-item-img {
  transition: 0.5s;
}

.Sidebar-item {
  position: relative;
}

.Sidebar-main-tel {
  position: absolute;
  display: none;
  top: 20px;
  left: -130px;
  width: 120px;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(179, 179, 179, 0.5);
  border-radius: 10px;
  text-align: center;
}

.Sidebar-main-img {
  position: absolute;
  top: -15px;
  left: -125px;
  display: none;
}

/* .Sidebar-main {
  position: absolute;
  top: 0;
  left: -290px;
  width: 280px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px #e3e8ff;
  border-radius: 5px;
}

.Sidebar-tab {
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}

.Sidebar-tab > .Sidebar-main-img {
  position: absolute;
  top: 0;
  left: -160px;
  display: none;
  transition: 0.5s;
}

.Sidebar-tab:hover {
  cursor: pointer;
  background-color: #e3e8ff;
}

.Sidebar-tab > .Sidebar-main-tel {
  width: 145px;
  height: 45px;
  position: absolute;
  top: 33px;
  left: -160px;
  display: none;
  transition: 0.5s;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(179, 179, 179, 0.5);
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
} */

@media (max-width: 500px) {
  .Sidebar-item1,
  .Sidebar-item2,
  .Sidebar-item3,
  .Sidebar-item4 {
    width: 65px;
    height: 70px;
  }
  .Sidebar-item > img,
  .Sidebar-item-img {
    width: 25px;
  }

  /* .Sidebar-main {
    position: absolute;
    top: 0;
    left: -190px;
    width: 180px;
  }
  .Sidebar-tab {
    height: 100px;
    padding: 15px;
  }

  .Sidebar-tab > .title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
  }

  .Sidebar-tab > .desc {
    font-size: 12px;
    color: #666666;
  } */
}

@media (min-width: 501px) {
  .Sidebar-item1,
  .Sidebar-item2,
  .Sidebar-item3,
  .Sidebar-item4 {
    width: 70px;
    height: 80px;
  }
  .Sidebar-item > img,
  .Sidebar-item-img {
    width: 30px;
  }

  /* .Sidebar-main {
    position: absolute;
    top: 0;
    left: -290px;
    width: 280px;
  }

  .Sidebar-tab {
    height: 120px;
    padding: 20px;
  }

  .Sidebar-tab > .title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
  }

  .Sidebar-tab > .desc {
    font-size: 18px;
    color: #666666;
  } */
}

/* 客服************************************************ */
.customer {
  width: 350px;
  height: 490px;
  position: fixed;
  /* background-color: #ffffff; */
  bottom: 0;
  right: 0;
  z-index: 11;
  /* box-shadow: 0px 4px 14px 0px rgba(211, 211, 211, 0.5); */
  border-radius: 5px;
  display: none;
}

#customer:hover {
  /* cursor: move; */
}

.customer-header {
  background: #436cff;
  border-radius: 15px 15px 0px 0px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.customer-header:hover {
  cursor: move;
}

.customer-header-title {
  color: #ffffff;
}

.customer-header-close {
  color: #ffffff;
  width: 30px;
  text-align: center;
}

.customer-header-close:hover {
  cursor: pointer;
}

.customer-main {
  background: #fbf9f9;
  height: 320px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow-x: hidden;
}

.customer-line {
  height: 1px;
  border: 1px solid #d4d4d4;
}

.customer-footer {
  height: 140px;
  background-color: #ffffff;
  border-radius: 0px 0px 15px 15px;
  position: relative;
}

.customer-footer-text {
  height: 80px;
}

#customer-footer-textarea {
  height: 80px;
  width: 100%;
  border: none;
  padding: 10px;
  margin: 0;
  resize: none;
  outline: none;
  box-sizing: border-box;
}

#customer-footer-textarea::placeholder {
  color: #333333;
}

.customer-footer-send {
  height: 50px;
  text-align: end;
  box-sizing: border-box;
  padding: 10px;
}

.socket-send {
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 80px;
  height: 40px;
}

.customer.show {
  display: block;
}

/* 聊天记录******************************************** */
.customer-main-message {
  display: flex;
  width: 330px;
  margin: 10px 0;
}

.customer-main-message-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.customer-main-message-info1 {
  display: inline-block;
  overflow-wrap: anywhere;
  background: #ffffff;
  padding: 4px 8px;
  color: #333333;
  border-radius: 10px;
  /* word-wrap: break-word; */
}

.customer-main-message-info2 {
  float: right;
  display: inline-block;
  overflow-wrap: anywhere;
  background-color: #5c79ff;
  padding: 4px 8px;
  color: #ffffff;
  border-radius: 10px;
  /* word-wrap: break-word; */
}

.customer-main-message-title {
  font-size: 12px;
}

.customer-main-message-left {
  text-align: left;
  width: 260px;
  margin-left: 10px;
}

.customer-main-message-right {
  width: 260px;
  margin-right: 10px;
}

.customer-main-message-right-title {
  text-align: right;
}

/* 历史记录******************************************************* */
.customer-main-history {
  text-align: center;
  color: #1061ff;
  height: 30px;
}

.customer-main-history:hover {
  cursor: pointer;
}

/* 表情包 ***************************************************************/

.customer-footer-send {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer-footer-send-icon:hover {
  cursor: pointer;
}

.customer-emoji-display {
  display: none;
}

.customer-emoji {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  overflow: auto;
  position: absolute;
  bottom: 100%;
  background-color: #ffffff;
}

/* 文件 ********************************* */
.fileUpload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
}

.fileUpload > img {
  width: 55px;
  height: 60px;
}

/* 底部 */
.footer-main-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-main-title {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 30px;
}

.footer-line {
  width: 100%;
  height: 1px;
  border: 1px solid #979797;
  margin: 45px 0;
}

.footer-main-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-main-info ul {
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.footer-main-info ul li {
  margin-bottom: 30px;
}

.footer-qrCode > img {
  width: 200px;
  height: 200px;
}
