.card {
    justify-content: space-between;
}
.card :hover {
    color: #1E88E5
}
.card > div {
width:245px;
background:#fff;
height:230px;
}
    .card > div:nth-child(n+4) {
    margin-top:15px;
    }
    .image {
        width: 222px;
        height: 142px
    }
.list li[data-v-847df03c]:nth-child(n+4) {
margin-top:20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
}
.newuser-welfare {
    width: 178px;
    margin: auto;
    background: #cbdeef;
    border-radius: 6px;
}
    .newuser-welfare .welfare-content {
        padding: 6px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .newuser-welfare .welfare-content .left {
            color: gray;
        }
            .newuser-welfare .welfare-content .left .title {
            color:#333;
            }
            .newuser-welfare .welfare-content .left span {
            color:red;
            }

/* 实时订单列表模块样式 */
.order-list-section {
    margin-top: 15px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.order-list-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.order-list-section .section-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.order-list-section .section-header .view-all {
    font-size: 12px;
    color: #1E88E5;
    text-decoration: none;
}

.order-list-section .order-table {
    overflow-x: auto;
}

.order-list-section .order-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.order-list-section .order-table th {
    text-align: left;
    padding: 8px 6px;
    background: #f8f9fa;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}

.order-list-section .order-table td {
    padding: 8px 6px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    white-space: nowrap;
}

.order-list-section .order-table tr:last-child td {
    border-bottom: none;
}

.order-list-section .order-table td a {
    color: #1E88E5;
    text-decoration: none;
}

.order-list-section .order-table td a:hover {
    text-decoration: underline;
}

.order-list-section .order-table .amount {
    color: #E53935;
    font-weight: 600;
}

.order-list-section .order-table .status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
}

.order-list-section .order-table .status-1 {
    background: #FFF3E0;
    color: #E65100;
}

.order-list-section .order-table .status-2 {
    background: #E3F2FD;
    color: #1976D2;
}

.order-list-section .order-table .status-3 {
    background: #E8F5E9;
    color: #388E3C;
}

.order-list-section .order-table .status-4 {
    background: #F3E5F5;
    color: #7B1FA2;
}

.order-list-section .order-table .status-5 {
    background: #E0F7FA;
    color: #00838F;
}

.order-list-section .order-table .status-6 {
    background: #E8F5E9;
    color: #2E7D32;
}

.order-list-section .order-table .status-7 {
    background: #F5F5F5;
    color: #9E9E9E;
}

/* 右侧迷你订单列表样式 */
.order-table-mini {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-top: 10px;
}

    .order-table-mini th {
        text-align: center;
        padding: 12px 10px;
        background: linear-gradient(135deg, #1E88E5 0%, #1e88e5 100%);
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        border-bottom: 2px solid #1565C0;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        white-space: nowrap;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

.order-table-mini th:last-child {
    border-right: none;
}

.order-table-mini thead tr {
    box-shadow: 0 2px 8px rgba(30, 136, 229, 0.2);
}

.order-table-mini td {
    padding: 10px 6px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.order-table-mini tr:last-child td {
    border-bottom: none;
}

.order-table-mini td a {
    color: #1E88E5;
    text-decoration: none;
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-table-mini td a:hover {
    text-decoration: underline;
}

.order-table-mini .order-amount {
    color: #E53935;
    font-weight: 600;
}

.order-table-mini .order-status {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
}

.order-table-mini .status-1 {
    background: #FFF3E0;
    color: #E65100;
}

.order-table-mini .status-2 {
    background: #E3F2FD;
    color: #1976D2;
}

.order-table-mini .status-3 {
    background: #E8F5E9;
    color: #388E3C;
}

.order-table-mini .status-4 {
    background: #F3E5F5;
    color: #7B1FA2;
}

.order-table-mini .status-5 {
    background: #E0F7FA;
    color: #00838F;
}

.order-table-mini .status-6 {
    background: #E8F5E9;
    color: #2E7D32;
}

.order-table-mini .status-7 {
    background: #F5F5F5;
    color: #9E9E9E;
}
.left-hover .card .el-card__body {
    text-align: center;
    display:block;
}
.an .el-tabs__item.is-active {
    color: #1E88E5;
    border-bottom: 2px solid #1E88E5;
}
.hotsale-li[data-v-09c2311f] {
height:auto;
}
    .hotsale-li[data-v-09c2311f] > a[data-v-09c2311f] {
        display: block;
        padding: 15px;
    }
.hotsale-ul li img[data-v-09c2311f] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
}
.hotsale-ul li a.quotenow {
margin-bottom:15px;
}
/*�Ƴ�����*/
.zhichengprocess.box2 {
    width: 100%;
    height: 416px;
    background: url(/images/index/bg1.jpg) no-repeat center;
    background-size: cover;
    margin: 30px auto 20px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.zhichengprocess .box-top {
    padding-top: 50px;
    margin-bottom: 29px;
}
    .zhichengprocess .box-top h2 {
        text-align: center;
        color: #ffffff;
        font-size: 26px;
    }
    .zhichengprocess .box-top p {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
        text-align: center;
    }
        .zhichengprocess .box-top p:first-child {
            color: #131414;
            font-size: 26px;
        }
        .zhichengprocess .box-top p:nth-child(2) {
            margin-bottom: 2px;
            margin-top: 9px;
        }
        .zhichengprocess .box-top p .span-color {
            font-size: 26px;
            font-weight: 400;
            color: #FFFFFF;
        }
        .zhichengprocess .box-top p:nth-child(2) span {
            margin: 0 20px;
        }
.zhichengprocess.box2 .b2-con {
    position: relative;
    display: flex;
    margin-bottom: 27px;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .zhichengprocess.box2 .b2-con .b2-box {
        display: flex;
        align-items: center;
        width: 49%;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
       .zhichengprocess.box2 .b2-con .b2-box:nth-last-child(-n+2) {
            margin-bottom: 0;
        }
        .zhichengprocess.box2 .b2-con .b2-box img {
            margin-right: 27px;
        }
        /*�µ�����*/
.section-wrapper.procedure {
    margin: auto;
    margin-top: 20px;
    height: 120px;
    background: #fff;
    clear: both;
    width: 1200px;
}

.section-tit {
    float: left;
    width: 260px;
    margin-left: 0;
    line-height: 120px;
    height: 120px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-right: 0;
}

.info-section .section-wrapper.procedure .procedure-items {
    float: left;
    height: 100%;
    background: #fff;
    padding-left: 20px;
}

.procedure-items .item {
    width: 114px;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 20px;
    text-align: center;
}

    .procedure-items .item .icon {
        border-radius: 0;
        background-image: url(/images/index/aipcba-icons.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
        margin: 29px auto 19px;
    }

    .procedure-items .item .prc-text {
        text-align: center;
        font-size: 14px;
        color: #999;
    }

    .procedure-items .item:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/images/index/aipcba-icons.png) -80px 0;
        top: 50%;
        right: -20px;
        margin-top: -10px;
    }
    .procedure-items .item:last-child:after {
        display: none;
    }

    .procedure-items .item .icon.p1 {
        background-position: -100px 0;
    }

    .procedure-items .item .icon.p2 {
        background-position: -100px -40px;
    }

    .procedure-items .item .icon.p3 {
        background-position: -100px -80px;
    }

    .procedure-items .item .icon.p4 {
        background-position: -100px -120px;
    }

    .procedure-items .item .icon.p5 {
        background-position: -100px -160px;
    }

    .procedure-items .item .icon.p6 {
        background-position: -100px -200px;
    }

    .procedure-items .item .icon.p7 {
        background-position: -100px -240px;
    }
.d-top[data-v-06754dc0] h2 {
    color: #333;
}
.bto[data-v-17b9ae7c] span.quote-now {
    display: flex;
    justify-content: center;
}
/*��������*/
.rongyuzizhi {
    width: 1200px;
    margin: 0 auto 20px;
}
    .rongyuzizhi .zhengshu-box li {
    text-align:center;
    }
        .rongyuzizhi .zhengshu-box li img {
            width: 285px;
            height: 368px;
        }
        /*�̳�����*/
.whyus {
    background: url(/images/index/bg2.jpg) no-repeat center;
    background-size: cover;
    padding:20px 0;
}
.whyus > div {
    height: 280px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 29px;
    margin: 36px auto;
}
.whyus .whyus-item {
    box-shadow: 0 2px 8px #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    background:#fff;
}
.whyus-item i.iconfont {
    margin-top: 54px;
    background-size: cover !important;
    width: 35px;
    height: 33px;
}
.whyus-item .item-title {
margin-top:20px;
font-weight:400;
}
.whyus-item > p {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #777;
}
.partner-ul li[data-v-236fac4b] {
    width: 190px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .partner-ul li[data-v-236fac4b]:nth-child(n+7) {
    margin-top:10px;
    }
.partner-ul-img[data-v-236fac4b] {
max-width:100%;
max-height:100%;
}
/*�����ܿ�*/
.pingzhiguankong {
    background: url(/images/pzgkbg.jpg) no-repeat;
    height: 500px;
}
    .pingzhiguankong .bold h2, .pingzhiguankong .bold a {
        color: #1E88E5;
    }
    .pingzhiguankong .logonei ul {
        float: left;
        background: #fefefe;
    }
    .pingzhiguankong .logonei ul li {
        float: left;
        width: 386px;
        height: 180px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #efefef;
    }
        .pingzhiguankong .logonei ul li h3 {
            float: left;
            width: 335px;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            margin-left: 32px;
            font-weight: bold;
            margin-top: 25px;
        }
        .pingzhiguankong .logonei ul li p {
            float: left;
            width: 320px;
            margin-left: 32px;
            line-height: 21px;
            margin-top: 10px;
            text-indent: 30px;
            font-size:14px;
        }
.me-two.el-divider--vertical {
    margin:0 4px;
}

.boxjs[data-v-17b9ae7c] .el-tabs__item {
    background-color: unset;

}
.boxjs[data-v-17b9ae7c] .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #1E88E5;
}
.boxjs[data-v-17b9ae7c] .el-tabs__item.is-active:hover {
color:#ffffff!important;
}
.quote-kj .uploadfiles {
    position: relative;
    width: 174px;
    height: 40px ;
    line-height: 40px;
    border-radius: 6px;
    background: #1E88E5;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor:pointer;
}
    .quote-kj .uploadfiles input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }
.el-select-dropdown {
    bottom: 36px;
}
.ulc .ulc-li {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 新Banner展示模块样式 - 全屏轮播 */
.main-banner {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.main-banner .main-banner-swiper {
    width: 100%;
    height: 300px;
}

.main-banner .banner-content {
    width: 100%;
    height: 100%;
}

.main-banner .banner-bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-banner .banner-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.main-banner .banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.main-banner .banner-left {
    flex: 1;
    padding-right: 40px;
}

.main-banner .banner-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.main-banner .banner-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin: 0 0 24px 0;
    max-width: 500px;
}

.main-banner .banner-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #fff;
    color: #1E88E5;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.main-banner .banner-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.main-banner .banner-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}

.main-banner .banner-right img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
    object-fit: cover;
}

.main-banner .swiper-slide:hover .banner-right img {
    transform: scale(1.05);
}

/* 导航按钮 */
.main-banner .main-prev,
.main-banner .main-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.main-banner .main-prev {
    left: 20px;
}

.main-banner .main-next {
    right: 20px;
}

.main-banner .main-prev:hover,
.main-banner .main-next:hover {
    background: #1E88E5;
}

.main-banner .main-prev::after,
.main-banner .main-next::after {
    font-size: 20px;
    color: #1E88E5;
    font-weight: bold;
}

.main-banner .main-prev:hover::after,
.main-banner .main-next:hover::after {
    color: #fff;
}

.main-banner .main-prev::after {
    content: '<';
}

.main-banner .main-next::after {
    content: '>';
}

/* 分页器 */
.main-banner .main-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.main-banner .main-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.main-banner .main-pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 6px;
    background: #fff;
}

/* 响应式 */
@media (max-width: 992px) {
    .main-banner .main-banner-swiper {
        height: 280px;
    }
    
    .main-banner .banner-inner {
        padding: 0 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .main-banner .banner-left {
        padding-right: 0;
        padding-bottom: 20px;
    }
    
    .main-banner .banner-left h2 {
        font-size: 24px;
    }
    
    .main-banner .banner-desc {
        font-size: 14px;
        margin: 0 0 16px 0;
    }
    
    .main-banner .banner-right {
        flex: 0 0 auto;
    }
    
    .main-banner .banner-right img {
        max-height: 150px;
    }
    
    .main-banner .main-prev,
    .main-banner .main-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .main-banner .main-banner-swiper {
        height: 250px;
    }
    
    .main-banner .banner-left h2 {
        font-size: 20px;
    }
    
    .main-banner .banner-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}