.consult-text{
    font-size: 18px;
    color: rgba(16,16,16,1);
    font-family: "DM Sans", sans-serif;
    margin-right: 80px;
}
.logo-img{
    width: 150px;
    height: 36px;
}

.img-brand{
    width: 158px;
    height: 78px;
    border-radius: 10px;
    background-color: rgba(229,229,229,1);
}

.swiper-item-space{
    /* width: 180px !important; */
    /* margin-right: 0 !important; */
}

.select-title{
    color: rgba(0,0,0,0.85);
    font-size: 39px;
    font-family: "DM Sans", sans-serif;
}
.select-title-right{
    color: rgba(0,0,0,0.85);
    font-size: 24px;
    text-align: right;
    font-family: "DM Sans", sans-serif;
    padding-right: 32px;
}
.select-explain{
    color: rgba(108, 108, 108, 1) !important;
    font-size: 16px;
}

.advantage-title{
    color: rgba(255,255,255,1) !important;
    font-size: 40px !important;
    font-family: "DM Sans", sans-serif !important;
    margin-top: 20px !important;
    white-space: nowrap; /* 添加这行防止换行 */
}
@media (max-width: 1790px) {
    .advantage-title {
        font-size: 30px !important; /* 在小屏幕上减小字体 */
        white-space: nowrap;
    }
}
@media (max-width: 1330px) {
    .advantage-title {
        font-size: 28px !important; /* 在小屏幕上减小字体 */
        white-space: normal;
    }
}

.home-bg{
    border: 4px solid #74b1e5;
    border-radius: 33px;
}
.home-bg-left{
    height: 350px !important;
    border: 4px solid #4890e9;
    border-radius: 20px;
}

.server-bg{
    width: 625px;
    height: 744px;
}

.advantage-title-mar{
    margin-bottom: 10px;
}

.introduce-left{
    height: 700px;
    overflow-y: auto;
     /* 隐藏滚动条但仍可滚动 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
/* 隐藏 Webkit 浏览器的滚动条 (Chrome, Safari) */
.introduce-left::-webkit-scrollbar {
    display: none;
}

.introduce-item-tile{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;

}
.introduce-item-tile-img{ 
    width: 55px;
    height: 55px;
}
.introduce-item-tile-name{
    color: rgba(0,0,0,0.85);
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    margin-left: 15px;
}

.introduce-item-cont{
    margin-top: 20px;
    color: rgba(108,108,108,1);
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}
.introduce-item-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .introduce-right-cont{
    width: 946px;
    height: 618px;
    border-radius: 15px;
    background-color: rgba(39, 84, 229, 1);
} */
/* 产品介绍右侧图片区域 */
.introduce-right-cont {
    width: 100%;
    height: 618px;
    border-radius: 15px;
    /* background-color: rgba(39, 84, 229, 1); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    /* box-sizing: border-box; */
    margin-left: 20px;
}

.introduce-right-img {
    width: 100%;
    height: 80%;
    /* object-fit: contain; */
    transition: opacity 0.3s ease;
}

/* 左侧列表项悬停效果 */
/* .sticky-fixed-panel2 {
    transition: all 0.3s ease;
}

.sticky-fixed-panel2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */

/* 当前选中项的特殊样式 */
/* .sticky-fixed-panel2.active {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */

.ju-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply{
    padding-top: 0px !important;
}
.apply-div{
    display: flex;
    padding-bottom: 20px;
    /* padding-left: 100px;
    padding-right: 100px; */
}
.apply-left{ 
    padding-top: 20px;
    text-align: center;
}
.apply-left-img{
    width: 600px;
    height: 100%;
}
.apply-right{
    padding-top:66px;
    margin-left: 20px;
    flex: 1;
}
.apply-right-top{
    text-align: center;
}
.apply-right-img{
    width: 340px;
    height: 48px;
}
.apply-right-tips{
    color: rgba(15,64,245,0.5);
    font-size: 20px;
}
/* .form-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
} */

/* h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
} */
 .apply-form-div{
    padding-top: 20px;
 }
.form-row{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.form-group {
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
    flex: 1;
}
.form-group-row{
    display: flex;
    margin-bottom: 20px;
    flex: 1;
    align-items: flex-start !important;
}
.form-group label {
    width: 120px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    color: rgba(0,0,0,1);
    margin-top: 9px;
}

.form-control {
    flex: 1;
    padding: 10px;
    border: 0px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease;
    background-color: rgba(239,239,239,0.44);
}
.form-group-input { 
    flex: 1;
}

.form-control:focus {
    border-color: red;
    border: 1px solid #007bff;
    background-color: rgba(239,239,239,0.44);
    box-shadow: none;
}

.form-control.error {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

/* .select-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
} */
.select-control {
    background-color: rgba(239,239,239,0.44);;
    border: 0px solid #ccc;
    border-radius: 6px;
    padding: 3px 15px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 45px;
    outline: none;
    color: #000;
}
.select-control:focus {
    border-color: #007bff;
    border: 1px solid #007bff;
    background-color: rgba(239,239,239,0.44);
    box-shadow: none;
}

.select-control.error {
    border-color: #dc3545;
}

/* 设置下拉菜单的最大高度和滚动 */
.nice-select .list {
    max-height: 300px !important; /* 控制下拉菜单最大高度 */
    overflow-y: auto; /* 启用垂直滚动 */
    scrollbar-width: thin; /* Firefox 滚动条样式 */
    scrollbar-color: #888 #f1f1f1;
}

/* WebKit 浏览器滚动条样式 */
.nice-select .list::-webkit-scrollbar {
    width: 6px;
}
.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.nice-select .list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #555;
}



.textarea-control {
    border: 0;
    outline: none;
    background-color: rgba(239,239,239,0.44);
    padding: 10px;
    width: 100%;
    height: 100px;
    resize: none;
    font-family: inherit;
    border-radius: 5px;
}

.textarea-control:focus {
    border: 1px solid #007bff !important;
    background-color: rgba(239,239,239,0.44);
    box-shadow: none;
    outline: none;
}
.textarea-control.error {
    border-color: #dc3545;
}

.form-control::placeholder,
.textarea-control::placeholder {
    color: #b9b6b6; /* 灰色 placeholder */
    font-size: 14px; /* 可选：调整字体大小 */
    font-family: "DM Sans", sans-serif; /* 可选：统一字体 */
    opacity: 1; /* 确保颜色完全显示 */
}

.submit-btn {
    background-color: #5A99E9;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    float: right;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.bottom-logo-left{
    margin-top: 18px !important;
}
.bottom-logo-img{
    width: 185px;
    height: 46px;
}

.bottom-tips{
    color: rgba(108, 108, 108, 1);
    font-size: 12px;
    text-align: center;
}
.bottom-commpy{
    border-top: 1px solid rgba(5, 17, 26, 0.2);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
    color: rgba(108,108,108,1);
    font-size: 14px;
    flex-wrap: wrap;
}
.bottom-div{
    padding-bottom: 118px !important;
}

/* Webkit浏览器滚动条样式 (Chrome, Safari, Edge等) */
::-webkit-scrollbar {
    width: 6px; /* 垂直滚动条宽度 */
    height: 6px; /* 水平滚动条高度 */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景色 */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1; /* 滚动条滑块颜色 */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8; /* 滚动条滑块悬停颜色 */
}

/* Firefox浏览器滚动条样式 */
* {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

#applyForm {
    scroll-margin-top: 100px !important; /* 根据需要调整这个值，通常是头部高度+一些间距 */
}

.index-bottom-bg {
    position: relative;
}

.index-bottom-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url('../img/new-add/footer-dot.png'); */
    opacity: 0.1;
    z-index: -1;
}

.botoom-flex{
    display: flex !important;
    /* flex-wrap: nowrap !important; */
}
.botoom-flex-item{ 
        flex: 1 !important;
    }
@media (max-width: 768px) { 
    .botoom-flex-item{ 
        flex: none !important;
    }
}


.appear-left{
    width: 500px;
    height: 447px;
}
.aa{
   background: url('../img/home-3/focus-bg.png');
   background-size: 100% 100%; /* 拉伸填满容器 */
   background-repeat: no-repeat; 
}
/* 公司介绍的样式 */
.company-introduction-title {
    /* font-size: 36px !important; */
    font-family: "DM Sans", sans-serif;
}
.company-introduction-name { 
    color: rgba(0,0,0,1);
    font-size: 35px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    padding-bottom: 20px;
}
.company-introduction {
    margin: 40px auto;
    width: 80%;
    max-width: 800px;
    line-height: 1.8;
    color: #333;
    
}

.company-name {
    color: rgba(0,0,0,1);
    font-size: 24px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
}
.company-name-child {
    font-size: 18px !important;
}

.company-content {
    font-size: 18px;
    text-indent: 2em; /* 第一行空两个字间隔 */
    margin-bottom: 20px;
    color: rgba(108,108,108,1);
    font-family: "DM Sans", sans-serif;
}

.company-content p {
    margin: 15px 0;
}

.company-content strong {
    font-weight: normal;
}

.company-contact-bg{
    background: linear-gradient(180deg, rgba(237,241,241,0) 0%,rgba(237,241,255,1) 100%) !important;
    color: rgba(16,16,16,1) !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: "DM Sans", sans-serif !important;
}
.company-bottom-tips{
    color: rgba(0,0,0,1);
    font-size: 28px;
    font-family: "DM Sans", sans-serif;
    padding-bottom: 50px;
}
.company-bottom-btn{
    border-radius: 35px;
    color: rgba(255,255,255,1);
    font-size: 20px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    padding: 10px 80px;
    background-color: #007bff;
}
.company-bottom-btn:hover{
    background-color: #0056b3;
}

/* 小屏表单样式 */
@media (max-width: 1398px) { 
    .apply-left-img{
        width: 500px !important;
    }
    
}
.max-scr-form{
    display: block !important;
}
.min-scr-form{
    display: none !important;
}
@media (max-width: 1199px) { 
    .max-scr-form{
        display: none !important;
    }
    .min-scr-form{
        display: block !important;
    }
}

.apply-min-div {
    display: flex;
    padding-bottom: 120px;
    flex-direction: column;
}
.apply-min-left{
    margin-top: 20px;
}
.apply-left-min-img{
    width: 100%;
    height: 100%;
}
.apply-right-min-img{
    width: 100%;
    height: 100%;
}
.apply-min-right{
    padding-top:66px;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}
.apply-right-min-img{
    width: 275px;
    height: 48px;
}
.apply-right-min-tips{
    color: rgba(15,64,245,0.5);
    font-size: 16px;
}

.form-min-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 10px;
}
.form-min-group label {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    color: rgba(0,0,0,1);
}

/* 加入我们 */

.join-us-title{ 
    color: rgba(16,16,16,1) !important;
    font-size: 36px !important;
    font-family: "DM Sans", sans-serif;
}
.join-us-title-sub{
    color: rgba(108,108,108,1);
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    padding-top: 20px;
}
.join-us-item-cont{
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}
.join-us-item-left{
    flex: 1;
}
.join-us-item{
    display: flex;
    margin-bottom: 40px;
}
.join-us-itme-name{
    color: rgba(16,16,16,1);
    font-size: 28px;
    font-family: "DM Sans", sans-serif;
}

.join-us-item-icon-div{
    min-width: 60px;
    height: 60px;
    border-radius: 15px;
    background-color: rgba(147,210,243,0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-us-item-icon{
    width: 50px;
    height: 50px;
}
.join-us-item-text-div{
    padding-left: 20px;
}
.join-us-item-text-name{
    color: rgba(0,0,0,1);
    font-size: 19px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
}
.join-us-item-text{
    color: rgba(108,108,108,1);
    font-size: 17px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    padding-top: 10px;
}
.join-us-item-right{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-us-item-right-bg{
    width: 550px;
    height: 430px;
    border-radius: 35px;
}



/* 移动端适配 - 我们如何工作部分 */
@media (max-width: 768px) {
    .join-us-item-cont {
        display: flex;
        flex-direction: column;
    }
    
    .join-us-item-left {
        order: 1; /* 确保在上方 */
        width: 100%;
    }
    
    .join-us-item-right {
        order: 2; /* 确保在下方 */
        width: 100%;
        margin-top: 20px;
    }
    
    .join-us-item-right-bg {
        width: 100%;
        height: auto;
    }
}

.position-bg{
    background-color: rgba(239,239,239,0.5) !important;
}
.position-top{
    padding-top: 80px !important;
}
.position-name{
    color: rgba(16,16,16,1);
    font-size: 30px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
}
.position-name-text{
    color: rgba(108,108,108,1);
    font-size: 18px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    margin-top: 20px;
}
.position-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.position-btn-item{
    border-radius: 30px;
    background-color: rgba(15,64,245,0.26);
    color: rgba(15,64,245,1);
    font-size: 16px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    padding: 1px 20px;
}
.position-btn-gary{
    border-radius: 30px;
    background-color: rgba(255,255,255,1);
    color: rgba(154,154,154,1);
    font-size: 16px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    padding: 1px 20px;
    border: 1px solid rgba(154,154,154,1);
}
.position-item-div{
   display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    padding: 20px 0;
    margin: 40px 0;
    flex-wrap: wrap;
}
.position-item{
     flex: 1;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.position-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.position-item-icon{
    width: 60px;
    height: 50px;
    border-radius: 15px;
    background-color: rgba(147,210,243,0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}
.position-item-icon-img{
    width: 30px;
    height: 30px;
}
.position-item-name{
    color: rgba(0,0,0,1);
    font-size: 20px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    padding-top: 20px;
}
.position-item-nubmer{
    color: rgba(108,108,108,1);
    font-size: 14px;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    padding-top: 20px;
}
.position-item-addres-div{
    display: flex;
    column-gap: 10px;
    padding-top: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.position-item-addres{
    border-radius: 15px;
    background-color: rgba(239,239,239,0.71);
    color: rgba(154,154,154,1);
    font-size: 20px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    padding: 1px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;

}
.position-item-addres img{ 
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.position-addres-name{
    color: rgba(108,108,108,1);
}

/* 招聘流程卡片样式 */
.recruitment-process {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    margin: 40px 0;
    flex-wrap: wrap;
}

.recruitment-step {
    flex: 1;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    
}

.recruitment-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* 步骤编号 */
.step-number {
    width: 40px;
    height: 40px;
    background: #1a56ff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

/* 图标容器 */
.step-icon {
    width: 70px;
    height: 70px;
    background: #f0f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #1a56ff;
    font-size: 24px;
}
.step-icon-img{
    width: 24px;
    height: 24px;
}

/* 步骤标题 */
.step-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* 步骤描述 */
.step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 时间提示 */
.step-time {
    background: #f5f5f5;
    color: #999;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

/* 常见问题解答容器 */
.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    /* background: radial-gradient(50% 45% at center, rgba(231,238,253,1) 0%, rgba(231,238,238,0) 100%); */
    border-radius: 16px;
}
.faq-container-div{
    background: radial-gradient(50% 45% at center, rgba(231,238,253,1) 0%, rgba(231,238,238,0) 100%);
}

/* 单个FAQ卡片 */
.faq-item {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* 问题标题 */
.faq-question {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,1);
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

/* 问题前的图标 */
.faq-question::before {
    content: "Q:";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0,0,0,1);
    font-weight: bold;
}

/* 回答内容 */
.faq-answer {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 标题样式 */
.faq-title {
    text-align: center;
    font-size: 30px;
    color: rgba(16,16,16,1);
    margin-bottom: 30px;
}

/* 品牌滚动区域优化 */
.gt-brand-wrapper {
    overflow: hidden;
    position: relative;
}

.gt-brand-slider {
    overflow: visible !important;
}

.gt-brand-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    transition-duration: 0s !important;
}

/* 创建无缝循环动画 */
@keyframes scrollBrand {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.gt-brand-auto-scroll {
    animation: scrollBrand 30s linear infinite;
    display: flex;
    width: max-content;
    column-gap: 20px;
}

/* 鼠标悬停时暂停动画 */
/* .gt-brand-auto-scroll:hover {
    animation-play-state: paused;
} */

/* 隐藏Swiper默认的导航按钮 */
.gt-brand-slider .swiper-button-next,
.gt-brand-slider .swiper-button-prev {
    display: none !important;
}

.gt-brand-slider .swiper-pagination {
    display: none !important;
}
@keyframes scrollBrand {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* 轮播图整体样式 */
.swiper {
    width: 75%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
}


/* 小点样式 */
.spage {
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color:#ffffff;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    opacity: 1;
    
}

.swiper-pagination-bullet-active {
    background-color: #4095E5;
    transform: scale(1.3);
}

.mySwiper1{
    width: 100% !important;
    height: auto !important;
}

/* 浮层样式 */
.gt-benefit-content{
/* position: relative !important; */
}
.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tooltip:hover {
    opacity: 1;
    visibility: visible;
}

.tooltip-content h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
}
.title-tooltip{
    color: rgba(255,255,255,1);
    font-size: 20px;
    font-family: PingFangSC-regular;
}
.btn-seen-div{
    margin-top: 20px;
}

.btn-see-now {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 7px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    /* margin-top: 0px; */
}

.btn-see-now:hover {
    background-color: #0056b3;
}

.swiper{
    margin-left: 30px !important;
}

@media (max-width: 768px) {
   .swiper{
        margin-left: auto !important;
    } 
}



