.tabs-def__title {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    padding: 17px 0 15px;
    font-size: 13px;
    font-weight: 700;
    color: #373737;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
}

.tabs-def__title.active {
    color: #3D3D3D;
    border-color: #02E0DC;
}

.tabs-def__title--lg {
    width: 285px;
    height: 60px;
    font-size: 17px;
    line-height: 1;
    padding: 20px 80px;
    color: #fff;
    background-color: #36A4A6;
    border: none;
    border-radius: 8px 8px 0 0;
}

.tabs-def__title--lg:first-child {
    margin-right: -10px;
}

.tabs-def__title--lg:hover {
    color: #fff;
    background-color: #00B6CE;
}

.tabs-def__title--lg.active {
    color: #373737;
    background-color: #fff;
    z-index: 2;
}

.tabs-def--lg {
    margin-top: -60px;
}

.tabs-def__head--lg {
    background-color: transparent;
    box-shadow: none;
}

.tabs-def__title--pr {
    font-size: 14px;
    text-transform: none;
    margin: 0 15px;
}

.h-align-center {
    line-height: 30px;
    background-color: #02E0DC;
    color: white;
    position: relative;
    text-align: center;
    margin: 0 15px 20px;
    padding: 20px 30px;
    border-radius: 16px;
}

.l-row {
    display: flex; /* 开启 Flex 布局 */
    width: 100%; /* 父容器宽度（可自定义） */
    gap: 30px; /* 子元素之间的间距（可选） */
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

.l-row:last-child {
    margin-bottom: 0;
}

.l-col {
    flex: 1;
}

.price__head {
    font-size: 30px;
    line-height: 30px;
    background-color: #02E0DC;
    color: white;
    position: relative;
    text-align: center;
    padding: 20px 30px;
    border-radius: 16px 16px 0 0;
}

.price__title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: initial;
    margin: 0;
}

.price__title-s {
    font-size: 17px;
    margin-bottom: 10px;
}

.price__content {
    padding: 40px;
}

.price__content-main {
    color: #171717;
}

.price__sm-t {
    font-size: 14px;
    margin-bottom: 30px;
}

.price__list {
    font-size: 14px;
    margin-bottom: 30px;
}

.price__list li {
    line-height: 30px;
    position: relative;
    display: flex;
}

.price__list li.hot {
    color: #02E0DC;
}

.price__list li:before {
    content: "✔";
    color: #02E0DC;
    margin-right: 4px;
}

.h-bold {
    font-weight: bolder
}

.tabs-def--sec .tabs-def__title {
    padding: 15px 0;
    margin-right: 50px;
    border: 0
}

.tabs-def--sec .tabs-def__title:last-child {
    margin-right: 0
}

.tabs-def--tert .tabs-def__head {
    margin-bottom: 50px;
    box-shadow: none
}

.tabs-def--tert .tabs-def__title {
    padding: 10px 20px;
    margin-right: 5px;
    border-radius: 8px;
    border: 0
}

.tabs-def--tert .tabs-def__title:last-of-type {
    margin-right: 0
}

.tabs-def--tert .tabs-def__title.active, .tabs-def--tert .tabs-def__title:focus, .tabs-def--tert .tabs-def__title:hover {
    background-color: #f2f8ff
}

.tabs-def__head {
    box-shadow: 0 4px 11px rgba(0, 0, 0, .04)
}

.tabs-def__head-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tabs-def__head-in--center {
    justify-content: center
}

.tabs-def__panel {
    display: none;
    color: #373737;
    animation: fadeEffect .5s
}

.tabs-def__panel.active {
    display: block
}

.neo-layer .btn-group {
    display: flex;
    justify-content: center;
}

.neo-layer a {
    min-width: 320px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    text-align: center;
}

.h-image-center img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.price {
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.h-sticky {
    background-color: white;
    z-index: 1;
    position: sticky;
    top: 70px;
}

.link-arr {
    font-weight: 700;
    color: #4ad1cd;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}

@media (min-width: 992px) {
    .l-col {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .l-row {
        flex-direction: column;
    }

    .tabs-def__title--pr {
        margin: 0 10px;
    }
}

@media (min-width: 768px) {
    .neo-layer a:first-child {
        margin-right: 45px;
    }

    .neo-layer a:last-child {
        margin-left: 45px;
    }
}

@media (max-width: 767px) {
    .tabs-def__title--lg {
        width: 50%;
    }

    .neo-comparison .item .item-td {
        width: 100px
    }

    .neo-layer .btn-group {
        flex-direction: column;
        align-items: center;
        margin-bottom: -15px;
    }

    .neo-layer a:first-child {
        margin-bottom: 20px;
    }
}

.neo-submit.form-trial {
    background-image: url(../img/trial/illustration/background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.neo-submit.form-trial .explain, .neo-submit.form-trial .explain li {
    color: #ffffff;
}

.neo-submit .form {
    box-shadow: unset;
}

.trial-background {
    background-color: #eaeff2;
}

/** Trial Carousel **/
.neo-trial-carousel {
    position: relative;
    overflow: hidden;
}

.neo-trial-carousel .brand-title {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
}

.neo-trial-carousel .brand-title .container {
    width: 100%;
    text-align: center;
    padding: 0;
}

.neo-trial-carousel .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    padding: 120px 0 40px;
    text-align: center;
}

.neo-trial-carousel .item p {
    font-size: 16px;
    margin-bottom: 20px;
}

.neo-trial-carousel .item .addr {
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 40px;
}

.neo-trial-carousel .swiper-pagination {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
}

.neo-trial-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.banners-def {
    width: 100%;
    overflow: unset;
}

.banners-def .swiper-slide {
    width: unset;
    text-align: center;
}

.banners-def .swiper-slide img {
    height: 40px;
}
