.c-record {
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FAF9 100%);
    padding: 120px 0 50px 0;
}

.record-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.record-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.record-title {
    font-weight: 500;
    font-size: 48px;
    color: #313332;
}

.record-title-en {
    font-weight: 400;
    font-size: 16px;
    color: #B4BBB9;
}

.record-laypage-all {
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
}

.record-list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E8E8E8;
    padding: 20px;
}

.record-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.item-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    background: #313332;
}

.record-item-title {
    font-weight: 400;
    font-size: 20px;
    color: #313332;
    line-height: 48px;
}

.project-name {
    width: 900px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.project-name:hover {
    color: #07BD80;
}

.record-right {
    display: flex;
    flex: 1;
}

.color-status-3 {
    color: #109AFC;
    white-space: nowrap;
}

.color-status-1 {
    color: #07BD80;
    white-space: nowrap;
}

.color-status-2 {
    color: #109AFC;
    white-space: nowrap;
}

.record-date {
    white-space: nowrap;
    min-width: 100px;
    margin-left: 320px;
}

.inquiry {
    position: absolute;
    top: 44%;
    left: 12.67%;
    right: 0;
    width: 43.3%;
    display: flex;
    flex-direction: column;
}

.inquiry-desc {
    font-weight: 400;
    font-size: 26px;
    color: #313332;
    line-height: 48px;
    text-align: left;
}
/* 轮播图 */
.banner-box{
    position: relative;
    .banner-img-box{
        height: 7rem;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    }
    .banner-query{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        .query-box{
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            h1{
                font-size: 0.6rem;
                line-height: 0.6rem; 
                span{
                     color: #09BD81;                                         
                }
            }
            p{
                font-weight: 400;
                font-size: 0.26rem;
                color: #313332;
                line-height: 0.26rem;
                margin-top: 0.34rem;
            }
            .layui-input-group{
                margin-top: 0.6rem;
                width: 49.30%;
                border: 1px solid #09BD81;
                border-radius: 0.32rem;
                overflow: hidden;
                .layui-input{
                    width: 100%;
                    height: 0.64rem;
                    background-color: #FFFFFF;
                    border-radius: 0;
                    border: 1px solid #fff;
                    padding-left: 0.32rem;
                    font-weight: 400;
                    font-size: 0.2rem;
                    color: #333;                  
                }
                .layui-input:focus, .layui-textarea:focus {
                    border-color: #ffffff !important;
                    box-shadow: 0 0 0 3px rgba(22, 183, 119, .08);
                }
                .layui-input:hover, .layui-textarea:hover {
                    border-color: #fff !important;
                }
                .layui-input-split{
                    border-left: none;                                    
                }
                .layui-input-suffix{
                    width: 1.58rem;
                    padding-right: 0.04rem;
                    background-color: #fff;
                    
                    span{
                        display: block;
                        width: 100%;
                        height: 0.56rem;
                        line-height: 0.56rem;
                        background-color: #09BD81;
                        border-radius: 0.28rem;
                        margin-right: -0.02rem;
                        color: #fff;
                        font-size: 0.26rem;
                        font-weight: 400;
                        cursor: pointer;
                    }
                }
            }
        }
    }
}
@media (max-width: 800px) {
    .banner-box {
        .banner-query {
            .query-box {
                .layui-input-wrap {
                   width: 80%;
                }
            }
        }
    }
}
/* 轮播图 */
/* 表格 */
.record-tbody{
    border-top: 1px solid #E8E8E8;
    
    tr:nth-child(1){  
        td{
            padding-top: 0.34rem;
        }            
    }
    tr{ 
       td{
            font-weight: 400;
            font-size: 0.2rem;
            color: #313332;
            padding: 0.13rem 0;
            line-height: 0.48rem;
       }
       .color-status-3 {
            color: #109AFC;
            white-space: nowrap;
        }
        
        .color-status-1 {
            color: #07BD80;
            white-space: nowrap;
        }
        
        .color-status-2 {
            color: #109AFC;
            white-space: nowrap;
        }
       td:nth-child(3) {
            width: 1.5rem;
            text-align: right;
       }
    }
}
.record-laypage-all .layui-box{
    text-align: center;
}
/* 表格 */