body{
    background: #F2F4F7;
}
/*.index-top-main{*/
/*    width: 100vw;*/
/*    height: 597px;*/
/*    !*background: url("../img/index/index_top_bg.png") no-repeat center;*!*/
/*    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)), url('../img/index/index_top_bg.png');*/
/*    background-size: cover;*/
/*}*/
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #C6C6C6; }
input::-moz-placeholder { /* Firefox 19+ */ color: #C6C6C6; }
input:-ms-input-placeholder { /* IE 10+ */ color: #C6C6C6; }
input:-moz-placeholder { /* Firefox 18- */ color: #C6C6C6; }
.index-top-main {
    height: 597px;
    /*background: url("../img/index/index_top_bg.png");*/
    background: url("https://video.kuaijing365.com/kuaijing365/2025/img/index/index_top_bg.png");
    background-size: cover, auto;
    background-position: center, center;
    position: relative;
}

.index-top-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 80%, #F2F4F7);
    pointer-events: none; /* 确保不会影响点击事件 */
}

.index-top-title{
    padding-top: 200px;
}
.index-top-title > h2{
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #2d3755;
    margin-bottom: 11px;
}
.index-top-title > p{
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    text-align: left;
    color: #2d3755;
}



/*
搜索
*/
.index-search{
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    z-index: 2;
}
.index-search-item{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index-search-input{
    height: 50px;
    line-height: 50px;
    width: 500px;
    background: #FFFFFF;
    padding: 0px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px 0px 0px 8px;
    font-size: 20px;
}
.index-search-input::placeholder{

}
.index-search-input:focus{
    outline: none;
}





.index-search-icon{
    width: 80px;
    height: 50px;
    background: #2D3755;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
}

.search-search-mian-kefu{
    cursor: pointer;
    width: 80px;
    height: 50px;
    background: #2D3755;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    margin-left: 20px;
}



.index-top-item{
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 2;*/
    margin-top: 100px;
    margin-bottom: 100px;
}
.index-top-item>ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.index-top-item>ul>li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-top-icon{

}
.index-top-icon img{
    width: 48px;
    height: 48px;
}
.index-top-h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #2d3755;
}
.index-top-h2>span{
    font-size: 18px;
}
.index-top-p1{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333333;
}
.index-top-p2{
    font-size: 16px;
    text-align: center;
    color: #999999;
}


.index-center{
    margin-bottom: 100px;
}
.index-center-main{
    /*margin-top: 92px;*/
}






.index-bottom-main{
    margin-top: 60px;
    margin-bottom: 60px;
}
.index-bottom-item{
    position: relative;
}
.index-bottom-item > img{
    height: 180px;
    width: 100%;
}

.index-bottom-text{
    position: absolute;
    top: 49px;
    left: 40px;
}
.index-bottom-title{
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
}
.index-bottom-text-item{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.index-bottom-text-item > a{
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: left;
    color: #999999;
    margin-right: 25px;
}







.fuwu_pos{
    margin-bottom: 100px;
}
.fuwu_title{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.fuwu_list_main{
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* 最小宽度为100px，最大宽度等分 */

    column-gap: 20px;
    row-gap: 20px;
}
.index_fuwu_item {
    background: #fff;
    border-radius: 7px;
}
.index_fuwu_item:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 20px rgba(16, 85, 189, .1);
    transform: translate(0, -.25rem) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.index_fuwu_item_img {
    margin: 10px 10px 25px 10px;
    background: #7e889a;
    height: 217px;
}
.index_fuwu_item_img >img{
    width: 100%;
    height: 100%;
}
/* 新增CSS样式 */
/* 服务商模块样式增强 */
.index_fuwu_item .index_fuwu_item_img {
    position: relative;
    overflow: hidden; /* 新增：防止遮罩溢出 */
}

/* 遮罩层样式 */
.index_fuwu_item .qr_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    opacity: 0;
    transition: opacity 0.3s;
}

/* 鼠标悬停时显示遮罩 */
.index_fuwu_item:hover .qr_mask {
    opacity: 1;
}

/* 二维码容器样式优化 */
.index_fuwu_item .qr_code_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(255,255,255,0.9);
    padding: 20px; /* 增加内边距 */
    border-radius: 8px;
    max-width: 240px; /* 最大宽度 */
    width: 100%; /* 自适应宽度 */

    display: flex;          /* 新增：使用flex布局 */
    justify-content: center;/* 水平居中 */
    align-items: center;    /* 垂直居中 */
}

/* 二维码图片样式 */
.index_fuwu_item .qr_code_container img {
    max-width: 180px;
    height: auto;
    display: block;         /* 确保图片为块级元素 */
}

/* 悬停时显示二维码 */
.index_fuwu_item:hover .qr_code_container {
    opacity: 1;
}




.index_fuwu_item_title {
    padding: 13px 10px 9px 10px;
    border-top: 1px solid #d8d8d8;

    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #999999;
}






































