﻿.table-nowrap td, .table-nowrap th {
    white-space: nowrap
}

.table-vertical-border-striped > tbody > tr > td:not(:first-child):not(:last-child), .table-vertical-border-striped > thead > tr > th:not(:first-child):not(:last-child) {
    border-right: .0625rem solid rgba(33,50,91,.1)
}


.yspricing .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f5fb
}

.p-6 {
    padding: 2.5rem !important;
}

.section {
    padding: 100px 0;
    position: relative;
}
/*客服链接*/
.chatbox {
    position: fixed;
    right: 5%;
    bottom: 12%;
    width: 60px;
    height: 51px;
    background-color: #16ba58;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    border-top-left-radius: 3px;
    font-size: 20px;
    padding-top: 8px;
    -webkit-box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 30%);
}
.chatbox1 {
    position: fixed;
    right: 5%;
    bottom: 6%;
    background-color: #16ba58;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border-top-left-radius: 3px;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 30%);
}



.bd-footer {
    font-size: .875rem;
    text-align: center;
    background-color: #f7f7f7
}

    .bd-footer a {
/*        font-weight: 600;*/
        color: #495057
    }

        .bd-footer a:hover, .bd-footer a:focus {
            color: #007bff
        }

    .bd-footer p {
        margin-bottom: 0
    }

@media (min-width: 576px) {
    .bd-footer {
        text-align: left
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem
}

    .bd-footer-links li {
        display: inline-block
    }

        .bd-footer-links li + li {
            margin-left: 1rem
        }



.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem
}

    .bd-footer-links li {
        display: inline-block
    }

        .bd-footer-links li + li {
            margin-left: 1rem
        }



.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}
    .shape > svg {
        transform: scale(2);
        width: 100%;
        height: auto;
        transform-origin: top center;
    }


.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 100px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

@media (max-width: 767px) {
    .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto;
    }
}



.title-heading {
    line-height: 26px;
}

    .title-heading .heading {
        font-size: 45px !important;
        /* letter-spacing: 1px; */
    }

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 35px !important;
    }
}

.title-heading .para-desc {
    font-size: 18px;
}



.bg-gradient-primary {
    background: linear-gradient(to left, #614092 0%, #2443ac 100%);
}

.bg-gradient-primary {
    background: linear-gradient(to left, #614092 0%, #2443ac 100%);
}

.bg-overlay {
    background-color: rgba(60, 72, 88, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-4 {
    opacity: 0.4;
}