
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 至少撑满一屏 */
}

.sub_page .why_section,
.sub_page .team_section,
.sub_page .about_section,
.sub_page .service_section {
    flex: 1;
}


.header-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-area .header-top {
    padding-top: 0 !important;
}

.row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0 15px;*/
    box-sizing: border-box;
}

.row .f-sb {
    width: 100%;
}

.info_detail p,
.app-test p,
.faq-inner p,
.slider_section .detail-box p,
.about_section .detail-box p {
    text-align: left;
}

.service_section .box,
.why_section .box {
    height: calc(100% - 45px);
}


.owl-carousel {
    display: flex;
}

.navbar-brand img {
    width: auto;
    height: 50px;
}

.slider_section .detail-box .banner_box {
    margin-top: 25px;
}

.slider_section .detail-box .btn-box {
    margin-top: 0 !important;
}

.main-slider__video-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.main-slider__video-icon {
  position: relative;
  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;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: var(--bizro-base);
  background-color: var(--bizro-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider__video-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid rgba(var(--bizro-white-rgb), .20);
  border-radius: 50%;
}

.main-slider__video-icon:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 4px solid rgba(var(--bizro-white-rgb), .10);
  border-radius: 50%;
}

.main-slider__video-icon:hover {
  background-color: var(--bizro-base);
  color: var(--bizro-white);
}

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--bizro-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--bizro-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--bizro-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--bizro-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider__video-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--bizro-white);
  line-height: 16px;
  margin-left: 20px;
}

:root {
    --primary-color: #6A63FF;
    --seconday-color: #48D6D2;
    --bg-color: #0B1239;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --gray-color: #9D9D9D;
    --bizro-font: 'Roboto', sans-serif;
    --bizro-font-two: 'Inter Tight', sans-serif;
    --bizro-gray: #414651;
    --bizro-gray-rgb: 65, 70, 81;
    --bizro-white: #ffffff;
    --bizro-white-rgb: 255, 255, 255;
    --bizro-base: #1a73e9;
    --bizro-base-rgb: 28, 116, 233;
    --bizro-black: #0D121E;
    --bizro-black-rgb: 13, 18, 30;
    --bizro-primary: #F7F9FA;
    --bizro-primary-rgb: 247, 249, 250;
    --bizro-bdr-radius: 10px;
}

.text-inline {
    display: inline;
}

.info_section .info_col .info_col_a {
    margin: 5px 0;
    color: #da4bfd;
}