:root {

    --primary-color: #2d8cf0;
    --active-color: #007bff;
    --blue-color: #007bff;
    --red-color: #ff0000;
    --el-color-primary: #2d8cf0;
    --el-color-primary-light-3: #0078D7;
    --el-color-primary-light-9: #fff9f2 !important;
    --el-color-primary-light-7: #ffe3c4 !important;
}
a:hover {
    color: var(--active-color) !important;
}
.hover:hover {
    background: var(--active-color) !important;
}
svg {
    vertical-align: middle;
}
.mt-20 {
    margin-top: 20px;
}
.navbar-logo {
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    height: 60px;
}
.logo-box {
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-box .logo-title {
    font-style: normal;
    font-size: 22px;
    color: #333;
    font-weight: 350;
    /*    字间距*/
    letter-spacing: 1.2px;
    margin-left: 5px;
}
.navbar-form {
    padding-top: 5px !important;
}
.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.vertical-align-middle {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}
.navbar-header {
    width: auto;
}
.navbar-white .navbar-nav > li > a {
    color: #121212;
    font-weight: 500;
}
.navbar-white .navbar-nav > .active > a {
    background-color: inherit;
    color: var(--active-color);
    font-weight: 500;
}
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
    color: var(--active-color);
}
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
    color: var(--active-color);
    background-color: #f5f5f5;
    font-weight: 500;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.navbar-toggle:focus {
    outline: 0;
}
.btn-captcha {
    background-color: var(--active-color) !important;
    color: #fff !important;
    border-color: var(--active-color) !important;
}
.btn-info {
    color: #fff;
    background-color: #5882d9;
    border-color: #5882d9;
}
.btn-info:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #355db0;
    border-color: #355db0;
}
.btn-info:hover {
    color: #fff;
    background-color: #355db0;
    border-color: #355db0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #355db0;
    border-color: #355db0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #355db0;
    border-color: #355db0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #355db0;
    border-color: #355db0;
}
.btn-info .badge {
    color: #5882d9;
    background-color: #fff;
}
.skin-white {
    padding-top: 60px;
}
.tourpage-hero {
    position: relative;
    padding: 100px 0 140px;
    color: #fff;
}
.tourpage-hero .tourpage-hero-desc {
    position: relative;
    z-index: 2;
}
.tourpage-hero h1,
.tourpage-hero p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    color: #fff;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
}
.tourpage-hero h1 {
    margin-top: 50px;
    margin-bottom: 44px;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
.tourpage-hero p {
    font-size: 18px;
    line-height: 1.7;
}
.tourpage-hero h1,
.tourpage-hero p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
/*.tourpage-hero .hero-bg-item {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/
.tourpage-hero-desc a {
    display: block;
    padding: 2px 16px;
    font-size: 1em;
    border: 1px solid white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 50px;
    text-align: left;
    line-height: 180%;
}
.tourpage-hero-desc a:visited,
.tourpage-hero-desc a:link {
    color: white;
    background-size: 18px;
}
.tourpage-hero-desc i {
    font-size: 14px;
}
.tourpage-hero-desc a:hover {
    border: 1px solid #f7f7f7;
    color: #f7f7f7 !important;
    text-decoration: none;
}
.ldcms-banner {
    position: relative;
    padding-bottom: 80px;
    background: linear-gradient(-45deg, #3c00a4, #01065b);
    background-size: 160% 100%;
    -webkit-animation: navbaranimation 5s ease infinite;
    -moz-animation: navbaranimation 5s ease infinite;
    animation: navbaranimation 5s ease infinite;
}
/*.ldcms-banner .row {*/
/*    padding: 0;*/
/*}*/
.ldcms-banner .btns {
    width: 450px;
    margin: 30px -15px 0;
}
.banner-content-box {
    position: relative;
}
.box-shadow {
    box-shadow: 0 0 15px #5b20d2;
}
.box-radius {
    border-radius: 4px;
}
.addon-list .addon-item {
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
}
.addon-list .addon-item .addon-img {
    border-radius: 8px 8px 0 0;
}
.addon-list .addon-item .addon-module-img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.addon-list .addon-item .addon-module-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.addon-list .addon-item .title {
    font-weight: 700;
    text-align: center;
}
.addon-list .addon-item .title a {
    color: #000;
    font-size: 16px;
}
@media (min-width: 1400px) {
    .container {
        max-width: 75%;
        width: auto;
    }
    .banner-vod {
        width: 680px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .navbar-white .navbar-brand {
        padding: 0;
    }
}
/*@media (max-width: 1400px) {*/
/*    .ldcms-banner .row {*/
/*        padding: 0 240px*/
/*    }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*    .ldcms-banner {*/
/*    }*/
/*    .ldcms-banner .row {*/
/*        padding: 0px 180px*/
/*    }*/
/*}*/
.banner-vod {
    border-radius: 10px;
    overflow: hidden;
}
.banner-vod .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}
.banner-vod video {
    width: 100%;
}
.banner-vod img {
    width: 100%;
}
#features .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#features .row > .column {
    display: flex;
    flex-direction: column;
}
#features .row > .column > .pix-content {
    height: 100%;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
    display: flex;
    /*align-items: center;*/
}
#features .row > .column > .pix-content > .pix-icon {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#features .row > .column > .pix-content > .pix-icon i {
    font-size: 24px;
}
#features .right .secondary-font {
    font-size: 15px;
}
#features .right p {
    font-size: 13px;
    margin: 0;
}
.pixicon-color-1 {
    background-color: #f0faf4;
}
.pixicon-color-1 i {
    color: #01065b;
}
.pixicon-color-2 {
    background-color: #fdf6e4;
}
.pixicon-color-2 i {
    color: #d39100;
}
.pixicon-color-3 {
    background-color: #fcf3f4;
}
.pixicon-color-3 i {
    color: #d12940;
}
.pixicon-color-4 {
    background-color: #f4f7fd;
}
.pixicon-color-4 i {
    color: #2e80dd;
}
.pixicon-color-5 {
    background-color: #f7edfa;
}
.pixicon-color-5 i {
    color: #a6559d;
}
.pixicon-color-6 {
    background-color: #effce8;
}
.pixicon-color-6 i {
    color: #80da57;
}
.pixicon-color-7 {
    background-color: #f0f2fc;
}
.pixicon-color-7 i {
    color: #454d69;
}
.pixicon-color-8 {
    background-color: #fff4e6;
}
.pixicon-color-8 i {
    color: #016fff;
}
.pixicon-color-9 {
    background-color: #f4f7fd;
}
.pixicon-color-9 i {
    color: #2e80dd;
}
.pixicon-color-10 {
    background-color: #fcf3f4;
}
.pixicon-color-10 i {
    color: #d12940;
}
.pixicon-color-11 {
    background-color: #fdf6e4;
}
.pixicon-color-11 i {
    color: #d39100;
}
.pixicon-color-12 {
    background-color: #effce8;
}
.pixicon-color-12 i {
    color: #80da57;
}
.pixicon-color-13 {
    background-color: #f0f2fc;
}
.pixicon-color-13 i {
    color: #454d69;
}
.pixicon-color-14 {
    background-color: #fff4e6;
}
.pixicon-color-14 i {
    color: #016fff;
}
.pixicon-color-15 {
    background-color: #f0faf4;
}
.pixicon-color-15 i {
    color: #01065b;
}
.pixicon-color-16 {
    background-color: #f7edfa;
}
.pixicon-color-16 i {
    color: #a6559d;
}
.addon-filter .nav-pills > li {
    margin: 0 15px 0 0;
}
.nav-pills > li > a {
    padding: 5px 15px;
}
.nav-pills > li.active > a {
    border: none;
    color: #fff;
    background: #016fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.home-more {
    padding: 5px 15px;
    height: 32px;
    line-height: 32px;
    color: #016fff;
}
.btn-success-light {
    background: none;
    border-color: #016fff;
    color: #016fff;
}
.btn-success-light:hover,
.btn-success-light:active,
.btn-success-light.hover {
    background: none;
    border-color: #016fff;
    color: #016fff;
    box-shadow: none !important;
}
.tabs-wrapper .tabs-group .content {
    min-height: auto;
}
.tag {
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #016fff;
    background: rgba(165, 177, 240, 0.2);
    border-radius: 3px;
}
.tag[href]:focus,
.tag[href]:hover {
    background-color: #016fff;
    color: #fff !important;
}
.article-list .article-title a:hover {
    color: #5882d9;
}
.article-list {
    background: none;
}
.article-list .article-item {
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
}

/* 使用Flexbox布局替换table-cell */
.article-list .article-item .media {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
}

.article-list .article-item .media-left {
    flex-shrink: 0 !important;
    width: 160px;
}

.article-list .article-item .media-body {
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    /* 确保省略号正常显示 */
    width: auto !important;
}
.article-list .media-body .article-tag {
    position: relative;
}
.addon-img {
    height: 360px;
}
.addon-img img {
    object-fit: contain;
}
.hot-tags .tags {
    position: static;
    right: 0;
    top: 0;
    z-index: 999;
    width: auto;
    height: auto;
    overflow: hidden;
}
.more .list-unstyled > li {
    padding: 0 4px;
}
.tabs-wrapper .tabs-group .content > li.active > a,
.tabs-wrapper .tabs-group .content > li:focus > a,
.tabs-wrapper .tabs-group .content > li:hover > a {
    color: #016fff;
}
.column-dl {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    display: flex;
    margin: 0;
}
.column-dl dt {
    width: 90px;
}
.split-line {
    display: inline-block;
    margin-left: 9pt;
    margin-right: 9pt;
    width: 1px;
    height: 14px;
    vertical-align: -2px;
    background-color: #eee;
}
.sidenav .list-group .list-group-item.active {
    border-left: 2px solid #01065b;
}
.sidenav .list-group .list-group-item.active > a {
    color: #01065b;
}
.navbar-nav ul.dropdown-menu > li.active > a {
    color: #01065b;
    background-color: #f5f5f5;
}
.card {
    --bs-card-spacer-y: 1.2rem;
    --bs-card-spacer-x: 1.2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: #eee;
    --bs-card-border-radius: 0.25rem;
    --bs-card-box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
    --bs-card-inner-border-radius: calc(0.25rem - 1px);
    --bs-card-cap-padding-y: 0.6rem;
    --bs-card-cap-padding-x: 1.2rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card .card-header {
    padding-top: 1.3rem;
    padding-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card .card-header:first-child {
    border-radius: 1rem 1rem 0 0;
}
.card .card-header .card-title {
    margin-bottom: 0;
    padding-left: 10px;
    border-left: 3px solid #01065b;
    line-height: 1;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.version-item .card-header {
    border-bottom: 1px solid #eee;
    padding: 0 0 14px;
    margin-bottom: 18px;
}
@media (min-width: 992px) {
    .version-item .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.version-item .card-header .title {
    position: relative;
    padding-left: 10px;
}
@media (max-width: 768px) {
    .version-item .card-header .title {
        margin-bottom: 14px;
    }
}
.version-item .card-header .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 18px;
    background-color: #01065b;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}
.fw-bold {
    font-weight: 700 !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.download-page-header {
    position: relative;
    padding-bottom: 80px;
    background: linear-gradient(-45deg, #84db56, #01065b) center;
    background-size: 150% 110%;
    -webkit-animation: navbaranimation 5s ease infinite;
    -moz-animation: navbaranimation 5s ease infinite;
    animation: navbaranimation 5s ease infinite;
}
.page-header-svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    bottom: 0;
    margin-bottom: -1px;
}
.page-header-svg svg {
    height: 60px;
    width: 100%;
    fill: #fff;
    overflow: hidden;
    transform: scale(1);
}
.page-header-svg .separator-waves-parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.page-header-svg .separator-waves-parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.page-header-svg .separator-waves-parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.page-header-svg .separator-waves-parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.page-header-svg .separator-waves-parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    to {
        transform: translate3d(85px, 0, 0);
    }
}
@-webkit-keyframes navbaranimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes navbaranimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes navbaranimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
pre {
    border: none !important;
    padding: 5px !important;
    background-color: #f9f9f9;
}
pre .hljs {
    background: none !important;
}
.article-list .img-zoom {
    display: block;
     border-radius: 8px;
}
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-bubbles li {
    position: absolute;
    bottom: -160px;
    width: 40px;
    height: 40px;
    background-color: #ffdfd1;
    list-style: none;
    animation: square 12s infinite;
    transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    animation-delay: 2s;
    animation-duration: 7s;
}
.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    animation-duration: 8s;
    background-color: #ffffff4d;
}
.bg-bubbles li:nth-child(5) {
    left: 70%;
    width: 70px;
    height: 70px;
}
.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: #fff3;
}
.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 2s;
}
.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation-delay: 4s;
    animation-duration: 15s;
}
.bg-bubbles li:nth-child(9) {
    border-radius: 50%;
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-color: #ffffff4d;
}
.bg-bubbles li:nth-child(10) {
    left: 85%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation-delay: 5s;
}
@keyframes square {
    0% {
        opacity: 0.2;
        transform: translateY(0) rotate(45deg);
    }
    to {
        opacity: 0.5;
        transform: translateY(-800px) rotate(180deg);
    }
}
.btn-success:hover,
.btn-primary:hover,
.btn-info:hover,
.btn-captcha:hover {
    color: #fff !important;
}
@media (max-width: 1023px) {
    .tourpage-hero h1 {
        font-size: 40px;
        text-align: center;
        margin: 30px 0 10px;
    }
    .tourpage-hero p {
        font-size: 18px;
        text-align: center;
    }
    .ldcms-banner .btns {
        margin: 30px auto 0;
    }
}
@media (max-width: 767px) {
    .tourpage-hero {
        padding: 20px 0 40px;
    }
    .tourpage-hero h1 {
        font-size: 30px;
        text-align: center;
        margin: 30px 0 10px;
    }
    .tourpage-hero p {
        font-size: 15px;
        text-align: center;
    }
    .ldcms-banner .btns {
        width: 100%;
        margin: 0;
    }
    .ldcms-banner .btns > .row > div > a {
        margin: 5px 0;
        text-align: center;
    }
    #features .row > .column > .pix-content {
        flex-direction: column;
        align-items: center;
    }
    #features .right .secondary-font {
        text-align: center;
    }
    #features .row {
        margin: -7.5px;
    }
    #features .col-xs-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .container .navbar-collapse {
        margin-left: -280px;
    }
}
@media (max-width: 479px) {
    .tourpage-hero p {
        font-size: 14px;
    }
}
