.index_sect {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.indexL{
 width: 220px;
 padding: 0 15px;
 min-height: 100vh;
 border-right: 1px solid #45474a;
 position: relative;
 z-index: 11;
     background: linear-gradient(to top, #36393e, #222222);
}
.indexL_box1{
    height: calc(100vh - 151px - 147px);
    overflow: auto;
}
.indexTop{
        padding-top: 30px;
    border-bottom: 1px solid #45474a;
}
.index_logo{
        display: inline-block;
    margin-bottom: 20px;
}
.index_ia{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #0cd6c9;
    line-height: 30px;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    height: 30px;
}
.index_ia  img{
        width: 14px;
    height: 16px;
}
.index_ia span{
        margin-left: 10px;
}
.indexNav{
        padding: 20px 0px;
}
.indexNav ul{
        list-style: none;
}
.indexNav ul li{
        padding: 5px 0px;
}
.indexNav ul li  a{
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    line-height: 30px;
    height: 30px;
}
.indexLi_img{
    width: 24px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexNav ul li  a span{
        font-size: 14px;
    color: #ffffff;
    /* line-height: 30px; */
    display: block;
    margin-left: 15px;
    font-weight: bold;
}
.indexNav ul li a:hover{
    background: #3a3b3c;
}
.indexSearch{
        background: #3a3b3c;
    padding: 5px 17px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    height: 30px;
}
.indexSearch input{
        font-size: 14px;
    border: none;
    background: transparent;
    line-height: 30px;
    width: calc(100% - 30px);
}
.indexSearch  button{
    background: transparent;
    border: none;
}
.indexSearch  button img{
    width: 15px;
    height: 16px;
}
.indexL_box2{

}
.indexL_share{
        border-bottom: 1px solid #4a4c51;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexL_share a{
        width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexL_a{
padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexL_a a{
        font-size: 12px;
    color: #999999;
    line-height: 30px;
        
}
.indexR{
    width: calc(100% - 250px - 30px - 30px);
    padding-right: 30px;
    height: 100vh;
    overflow: auto;
}
.indexR .index2{
    padding-bottom: 20px;
    background: transparent;
}
.indexR  .index2-tt{
    margin-bottom: 10px;
}
.indexR .index2 .index2-box{
    padding: 0px;
}
/* .indexR .index2Swiper .swiper-slide {
    background-image: url(../images/bg1.png);
} */
.indexR .index2-tt a h4{
    color: #232323;
}
.indexR  .index3{
    padding: 0px;
    padding-bottom: 20px;
    background: transparent;
}
.indexR  .pe-li-item h4{
    margin-bottom: 5px;
}
.indexR  .pe-li-item h4 a{
    color: #232323;
}
.indexR  .pe-li-icon .like{
    padding-left: 0px;
}
.indexR  .pe-li-img img{
    height: 273px;
}
.indexR  .ai-list{
    padding-top: 0px;
    grid-template-columns: repeat(4, 1fr);
}
.indexR .same button{
    border: 1px solid #ffffff;
    background: transparent;
        color: #fff;
    font-weight: 500;
}
.indexR .generate img{
        width: 15px !important;
    height: 21px !important;
}

/* 滚动条的整体样式 */
::-webkit-scrollbar {
    width: 2px; /* 设置滚动条的宽度 */
    height: 2px; /* 设置滚动条的高度 */
}

/* 滚动条的轨道部分 */
::-webkit-scrollbar-track {
    background-color: transparent; /* 设置滚动条轨道的颜色 */
}

/* 滚动条的滑块部分 */
::-webkit-scrollbar-thumb {
   background-color: transparent; /* 设置滑块的颜色 */
    border-radius: 2px; /* 设置滑块的圆角 */
    border: 1px solid transparent; /* 设置滑块的边框，使其看起来更圆滑 */
    background-clip: content-box; /* 使背景仅限于内容区域 */
}

/* 当滑块悬停时 */
::-webkit-scrollbar-thumb:hover {
   background-color: transparent; /* 滑块悬停时的颜色 */
}
.indexF{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 101px;
    width: calc(100% - 101px);
    height: 100vh;
    background: rgb(0, 0, 0, .3);
    z-index: 9;
    display: none;
}
.indexc{
    position: fixed;
    top: 0;
    left: -100%;
    width: 270px;
    height: 100vh;
    background: linear-gradient(to top, #36393e, #222222);
    padding: 20px;
    z-index: 10;
}
.indexTt{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexTt h4{
        font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.indexClose{
        width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;
}
.indexClose:hover{
    background: #3a3b3c;
}
.nav_close,
.index_h{
    display: none;
}
@media screen and (max-width: 1800px) {
    .indexR .pe-li-img img,
    .index2-list .pe-li-img img{
        height: 262px;
    }

}
@media screen and (max-width: 1700px) {
    .indexR .pe-li-img img,
    .index2-list .pe-li-img img{
        height: 243px;
    }
}
@media screen and (max-width: 1600px) {
        .indexR .pe-li-img img,
        .index2-list .pe-li-img img {
        height: 225px;
    }
    .ai-list,
    .index2-list .pe-list{
     row-gap: 15px;
    column-gap: 15px;
    }
}
@media screen and (max-width: 1500px){
        .indexR .pe-li-img img,
        .index2-list .pe-li-img img {
        height: 217px;
    }
}
@media screen and (max-width: 1400px){
        .indexR .pe-li-img img,
        .index2-list .pe-li-img img {
        height: 198px;
    }
}
@media screen and (max-width: 1300px){
    .indexR .pe-li-img img, .index2-list .pe-li-img img {
        height: 177px;
    }
}
@media screen and (max-width: 1200px){
    .indexR .pe-li-img img, .index2-list .pe-li-img img {
        height: 159px;
    }
}
@media screen and (max-width: 1100px){
    .ai-list,
    .indexR .ai-list,
    .index2-list .pe-list{
                grid-template-columns: repeat(2, 1fr);
    }
    .indexR .pe-li-img img, .index2-list .pe-li-img img {
        height: 280px;
    }
}
@media screen and (max-width: 95px){
    .indexR .pe-li-img img, .index2-list .pe-li-img img {
        height: 290px;
    }
}
@media screen and (max-width: 850px){
    .indexR .pe-li-img img, .index2-list .pe-li-img img {
        height: 250px;
    }
}
@media screen and (max-width: 750px){
    .indexR .pe-li-img img, .index2-list .pe-li-img img {
        height: 218px;
    }
}
@media screen and (max-width: 700px){
.indexL{
    position: fixed;
    left: -100%;
    top: 0px
}
.indexR{
    width: calc(100% - 30px) !important;
    padding: 0 15px !important;
}
.index_h{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.indexR .index2{
    padding-top: 10px;
}
.index_h_logo a{
    display: block;
    height: 31px;
}
.index_h_logo a img{
    max-width: 100%;
    max-height: 100%;
}
.index_h_img  a{
  background: #232323;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  border-radius: 20px;
  padding: 5px 20px;
}
    .navBtn {
        width: 24px;
        margin-right: 0px;
    }
    .index_logo{
        display: none !important;
    }
    .indexc{
    width: calc(100% - 141px);
}
.nav_close{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
.nav_close img{
    cursor: pointer;
}
.indexTop{
    padding-top: 15px;
}
}
@media screen and (max-width: 540px) {
    .indexR .pe-li-img img {
        height: 160px;
    }
}