.banner-wrap {
    width: 100%;
    /* height: 690px; */
}

.banner-img {
    width: 100%;
    height: 100%;
}

.mySwipers .swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition: 1s linear 2s;
    transform:scale(1,1);
}
.mySwipers .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition: 5s linear;
    transform:scale(1.07,1.07);
}	

.mySwipers:hover .m-swiper-button-next,
.mySwipers:hover .m-swiper-button-prev {
    opacity: 1 !important;
}

.mySwipers .m-swiper-button-next{
    right: 0;
}
.mySwipers .m-swiper-button-pre{
    left: 0;
}

.mySwipers .m-swiper-button-next,
.mySwipers .m-swiper-button-prev {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    opacity: 0 !important;
    transition: all 0.3s !important;
    cursor: pointer;
}
.n-swiper, .c-swiper, .e-swiper{
    position: relative;
}
.e-swiper-wrap:hover .e-swiper-button-prev,
.e-swiper-wrap:hover .e-swiper-button-next,
.c-swiper-wrap:hover .c-swiper-button-prev,
.c-swiper-wrap:hover .c-swiper-button-next,
.n-swiper-wrap:hover .n-swiper-button-prev,
.n-swiper-wrap:hover .n-swiper-button-next{
    opacity: 1;
}
.e-swiper-button-prev, .e-swiper-button-next,
.c-swiper-button-prev, .c-swiper-button-next,
.n-swiper-button-prev, .n-swiper-button-next{
    width: 140px;
    height: 140px;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 164px;
    z-index: 10;
    cursor: pointer;
}
.e-swiper-button-prev,
.c-swiper-button-prev,
.n-swiper-button-prev{
    left: -140px;
}
.e-swiper-button-next,
.c-swiper-button-next,
.n-swiper-button-next{
    right: -140px;
}


.content-wrap {
    padding-top: 78px;
    padding-bottom: 80px;
}

.content-wrap-bg-odd {
    background: url(../../xny-images/index/bg-odd.png) no-repeat;
    
    /* background: red; */
    background-size: 100% 100%;
}

.content-wrap-bg-even {
    background: url(../../xny-images/index/bg-even.png) no-repeat;
    background-size: 100% 100%;
}

.bg-cydcfh {
    background: url(../../xny-images/index/dcfh-bg.png) no-repeat;
}

.bg-cdxn {
    background: url(../../xny-images/index/cdxn-bg.png) no-repeat;
}

.bg-nesta {
    background: url(../../xny-images/index/nesta-bg.png) no-repeat;
}

.content-wrap .detail-btn {
    width: 120px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 0px;
    border: 1px solid #405FF2;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
    font-size: 15px;
    color: #405FF2;
}
.content-wrap .detail-btn:hover{
    animation: bg 0.5s;
    animation-fill-mode: forwards, forwards;
}

@keyframes bg {
    0%{
        background: #fff;
        color: #0074FF;
    }
    100%{
        background: linear-gradient(90deg, #0074FF 0%, #039EFF 100%);
        color: #fff;
        border-radius: 24px;
        border: none;
    }
}

.content-wrap .content-title {
    height: 48px;
    margin-bottom: 48px;
}

.content-wrap .content-title img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.content-wrap .content-title .title-text {}

.content-search-wrap {
    /* height: 172px; */
    padding: 40px;
    margin-bottom: 30px;
    background: #F8F9F9;
}

.el-select>.el-input {
    height: 48px !important;
}

.el-select>.el-input>.el-input__inner {
    height: 48px !important;
}

.content-search-wrap .search-btn {
    width: 146px;
    height: 48px;
    background: linear-gradient(90deg, #0074FF 0%, #039EFF 100%);
    box-shadow: 0px 0px 25px 0px rgba(64, 95, 242, 0.1);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
}

.content-search-wrap .search-btn:hover{
    animation: a 0.5s;
    animation-fill-mode: forwards;
}

.content-wrap .content-list {
    
}

.swiper-wrap {
    /* width: 100%; */
}

.content-wrap .content-list .content-item {
    width: 284px !important;
    height: 428px;
    position: relative;
    margin: 0 8px !important;
    /* background-color: #fff; */
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.09), 0px 0px 3px 0px rgba(0,0,0,0.09) inset;
    /* box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09); */
}

/* .content-wrap .content-list .content-item:first-child {
    margin-left: 0 !important;
} */
.content-wrap .content-list .content-item .car-img::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 268px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
}
.content-wrap .content-list .content-item:hover .car-img::before{
    animation: img_bg_car .5s;
    animation-fill-mode: forwards;
}

@keyframes img_bg_car {
    0%{
        opacity: 1;
    }
    40%{
        opacity: 1;
    }
    100%{
        height: 202px;
        opacity: 1;
    }
}

.content-wrap .content-list .content-item .logo-img {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 170px;
    right: 24px;
}

.content-wrap .content-list .content-item .car-img {
    width: 284px;
    height: 218px;
    background: url(../../xny-images/index/car_bg.png) no-repeat center center;
    background-size: calc(100% - 20px) calc(100% - 20px);
    position: relative;
}

.content-wrap .content-list .content-item .car-img>img {
    width: 220px;
    /* height: 100%; */
    position: relative;
}

.content-wrap .content-list .content-item .car-info {
    padding: 0 24px;
    height: 170px;
    position: relative;
}

.content-wrap .content-list .content-item .car-info .year {
    width: 57px;
    height: 21px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(5, 11, 32, 0.4);
    font-weight: 400;
    font-size: 14px;
    color: rgba(5, 11, 32, 0.6);
    line-height: 21px;
    text-align: center;
    margin: 20px 0 14px 0;
}

.content-wrap .content-list .content-item .car-info .car-name {
    height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 28px;
    
}

.content-wrap .content-list .content-item .car-info .car-msg {
    height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 28px;
    margin-bottom: 2px;
}

.content-wrap .content-list .content-item .car-info .car-ver {
    height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(5, 11, 32, 0.85);
    line-height: 24px;
    margin-bottom: 20px;
}

.content-wrap .content-check-new-btn,
.content-wrap .content-check-all-btn {
    display: block;
    width: 284px;
    height: 48px;
    box-shadow: 0px 0px 25px 0px rgba(64, 95, 242, 0.1);
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 60px;
    position: relative;
    border-radius: 0px;
}

.content-wrap .content-check-new-btn:hover,
.content-wrap .content-check-all-btn:hover
{
    animation: a .5s;
    animation-fill-mode: forwards;
}
.content-wrap .content-check-new-btn {
    background: linear-gradient(90deg, #0074FF 0%, #039EFF 100%);
}

.content-wrap .content-check-all-btn {
    background: linear-gradient(-90deg, #0074FF 0%, #039EFF 100%);
    margin-left: 40px;
}

@keyframes a {
    0%{
        transform: scale(1);
        border-radius: 0;
    }
    25% {
        transform: scale(1.1);
        border-radius: 6px;
    }
    50% {
        border-radius: 12px;
    }
    75% {
        transform: scale(0.9);
        border-radius: 16px;
    }
    100% {
        transform: scale(1);
        border-radius:24px;
    }
}

.news-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.news-wrap .news-title {
    margin-bottom: 50px;
}

.news-wrap .news-content {
    width: 1235px;
    margin: 0 auto;
}

.news-wrap .news-content .news-item {
    width: 397px;
    background: #FFFFFF;
}
.news-wrap .news-content .news-item:nth-child(2){
    margin: 0 22px;
}

.news-wrap .news-content .news-item .news-img {
    width: 397px;
    height: 280px;
    position: relative;
}
.news-wrap .news-content .news-item .news-img::before{
    content: '';
    position: absolute;
    top: 00%;
    left: 00%;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
}
.news-wrap .news-content .news-item:hover .news-img::before{
    animation: img_bg .5s;
    animation-fill-mode: forwards;
}
@keyframes img_bg {
    0%{
        opacity: 1;
    }
    40%{
        opacity: 1;
    }
    100%{
        width: 100%;
        height: 100%;
        opacity: 1;
    }
}

.news-wrap .news-content .news-item .news-img>img {
    width: 100%;
    height: 100%;
}

.news-wrap .news-content .news-item .news-info {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.news-wrap .news-content .news-item .news-info .news-date {
    height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #050B20;
    line-height: 30px;
    text-align: left;
}

.news-wrap .news-content .news-item .news-info .news-msg {
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #050B20;
    line-height: 30px;
    text-align: left;
}

.news-wrap .news-content .news-item .news-info .news-more-btn {
    width: 100%;
    height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #405FF2;
    line-height: 20px;
    text-align: right;
    margin-top: 20px;
}
.news-wrap .news-content .news-item .news-info .news-more-btn:hover{
    text-decoration: underline;
}

/* AI 弹窗相关 */
.ai-wrap {
    position: fixed;
    right: 10px;
    top: 80%;
    z-index: 99;
}
.ai-wrap >.trigger-btn{
    width: 40px;
    height: 40px;
}
.ai-popup-wrap{
    width: 500px;
    /* height: 480px; */
    position: absolute;
    right: 50px;
    top: -500px;
    transform-origin: right 85%;
    transform: scale(0);
    transition: all .3s;
}
.ai-popup-wrap._show{
    transform: scale(1);
}
.ai-popup-header{
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient( 90deg, #0074FF 0%, #039EFF 100%);
}
.ai-popup-header > .logo{
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
.ai-popup-header > ._text{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
}
.ai-popup-header > .close-btn{
    width: 20px;
    height: 20px;
    margin-left: auto;
}
/* 消息列表 */
.ai-popup-content{
    width: 100%;
    height: 404px;
    background-color: #EFF2F5;
    box-sizing: border-box;
    padding: 10px;
    overflow-y: auto;
}
.message-item{
  width: fit-content;
  max-width: 330px;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.message-item.ai-message{
  background-color: #FFFFFF;
  margin-right: auto;
  color: rgba(0,0,0,0.85);
}
.message-item.my-message{
  background-color: #0180FF;
  margin-left: auto;
  color: rgba(255,255,255,0.85);
}
.message-item+.message-item{
  margin-top: 10px;
}

/* 输入组件 */
.ai-pupop-input-wrap{
    width: 100%;
    /* height: 120px; */
    background-color: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
}
/* 发送按钮 */
.ai-pupop-input-wrap > .ai-pupop-submit-btn{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0180FF;
    border-radius: 4px;
    width: 56px;
    height: 28px;
    margin-left: auto;
}

/* 输入框区域 ====================================== */

/* 容器 */
.ai-textarea-scroll-wrap {
  width: 100%;
  height: 80px; /* 固定高度 */
  position: relative;
  overflow: hidden; /* 隐藏原生滚动条 */
  margin-bottom: 5px;
}

/* 文本域 */
#myTextarea {
  display: -webkit-box;
  width: calc(100% - 10px); /* 留出滚动条宽度 */
  height: 80px;
  border: none;
  outline: none;
  resize: none; /* 禁止用户调整大小 */
  font-family: Arial;
  line-height: 1.5;
  /* scrollbar-width: none;  隐藏原生滚动条 (FireFox)  */
}

/* 隐藏原生滚动条 (WebKit) */
textarea::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

/* 自定义滚动条容器 */
.custom-scrollbar {
  width: 8px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  display: none; /* 默认隐藏 */
}

/* 滚动条滑块 */
.custom-scrollbar-thumb {
  width: 100%;
  background: #8b8b8b;
  border-radius: 4px;
  transition: background 0.3s;
  cursor: pointer;
}

/* 悬停时显示滚动条 */
.ai-textarea-scroll-wrap:hover .custom-scrollbar {
  display: block;
}

/* 滑块悬停效果 */
.custom-scrollbar-thumb:hover {
  /* background: #666; */
}

.custom-scrollbar {
  opacity: 0;
  transition: opacity 0.3s;
}

.ai-textarea-scroll-wrap:hover .custom-scrollbar {
  opacity: 1;
}
/* AI 相关 结束 */