.aicollate {
    width: 100%;
    background-color: #F9FAFF;
    padding: 80px 0;

    & .sel-container {
        width: 1198px;
        margin: 0 auto;
        box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 50px 0;

        & .sel-title {
            width: 100%;
            font-size: 28px;
            font-weight: 600;
            color: #000;
            text-align: center;
        }

        & .sel-form {
            width: 38%;
            margin: 65px auto 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-flow: column wrap;
            row-gap: 20px;

            & .form-item {
                width: 100%;
                flex: 0 0 auto;
            }

            & .form-item .form-label {
                width: 100%;
                font-size: 18px;
                color: #303133;

                & span::after {
                    content: '*';
                    color: #F56C6C;
                    margin-left: 4px;
                }

                & span.nostar::after {
                    display: none;
                }
            }

            & .form-item .form-input {
                width: 100%;
                margin: 8px 0 0;

                & .datetime {
                    width: 100%;
                    height: 42px;
                }
            }
        }

        & .form-bottom {
            width: 38%;
            margin: 0 auto;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;

            & .upload-box {
                width: 100%;
                position: relative;
                padding: 20px 0 0;

                & .upload-demo {
                    width: 287px;
                }

                & .el-upload-list__item-info {
                    width: auto;
                    margin: 0;
                    padding: 0;
                }

                & .el-upload-list__item-name {
                    padding: 0;
                }

                & .el-upload-list__item-status-label {
                    position: relative;
                    right: 0;
                    left: 2px;
                    top: 2px;
                }

                & .el-icon--close {
                    position: relative;
                    right: 0;
                    left: 2px;
                    top: 9px;
                }

                & .upload-btn {
                    width: 88px;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    background-color: var(--btn-bg);
                    padding: 6px 0;
                    border-radius: 2px;
                    cursor: pointer;
                }

                & .upload-tips, & .upload-file {
                    width: 287px;
                    margin: 8px 0 0;
                    color: #606266;
                    font-size: 15px;
                }

                & .upload-file {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    gap: 2px;
                    flex-direction: row;
                }

                & .upload-file i, & .upload-file i svg {
                    width: 14px;
                    height: 14px;
                }

                & .upload-file i.res-icon svg {
                    width: 16px;
                    height: 16px;
                }
            }

            & .sumbit-btn {
                width: 58.5%;
                font-size: 20px;
                color: #fff;
                text-align: center;
                background-color: var(--btn-bg);
                margin: 50px auto 0;
                padding: 20px 0;
                border-radius: 8px;
                cursor: pointer;
            }
        }
    }
}

.high-quality {
    width: 100%;
    padding: 50px 0 80px;

    & .hq-container {
        width: 1200px;
        margin: 0 auto;

        & .hq-title {
            width: 100%;
            font-size: 28px;
            font-weight: 600;
            color: #000;
            text-align: center;
        }

        & .hq-list {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-flow: row wrap;
            --padd: calc(100% - 293px * 4);
            --m: calc(var(--padd) / 8);

            & .list-item {
                width: 293px;
                padding: 15px;
                border: 1px solid transparent;
                border-radius: 8px;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                flex-direction: row;
                flex: 0 0 auto;
                transition: box-shadow 0.5s cubic-bezier(.34, .69, .74, 1.4);
                margin: 50px var(--m);

                &:hover {
                    background-color: #fff;
                    border-color: rgba(0, 0, 0, 0.15);
                    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);

                    & .hq-info .hq-name, & .hq-info .hq-name a {
                        color: #2884DA;
                    }

                    & .hq-info .hq-name::after {
                        width: 0;
                        background-color: #2884DA;
                    }
                }

                & .hq-img {
                    width: 130px;
                    height: 170px;
                    overflow: hidden;

                    & img {
                        width: 100%;
                        object-fit: cover;
                    }
                }

                & .hq-info {
                    width: 128px;
                    height: 170px;
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction: column;
                }

                & .hq-info .hq-name {
                    width: 100%;
                    font-size: 18px;
                    color: #333;
                    position: relative;

                    & a {
                        color: #333;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    &::after {
                        content: '';
                        width: 90%;
                        height: 3px;
                        background-color: #F0F0F0;
                        position: absolute;
                        bottom: -6px;
                        left: 0;
                        /* transition: all 0.5s cubic-bezier(.23, -0.41, .76, .23); */
                        transition: all 0.5s cubic-bezier(.34, .69, .74, 1.4);
                    }
                }

                & .hq-info .hq-value {
                    width: 100%;
                    font-size: 12px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: flex-start;
                    flex-direction: row;

                    & span.lab {
                        color: #686869;
                        flex: 0 0 auto;
                    }

                    & span.txt {
                        color: #333;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                }
            }
        }
    }
}

@media only screen and (min-width: 750px) and (max-width: 1190px) {
    .aicollate .sel-container {
        width: 90%;

        & .sel-form {
            width: 60%;
        }

        & .form-bottom {
            width: 60%;
        }
    }

    .high-quality .hq-container {
        width: 100%;

        & .hq-list {
            padding: 0 30px;
            --padd: calc(100% - 293px * 2);
            --m: calc(var(--padd) / 4);

            & .list-item {
                margin: 20px var(--m);
            }
        }
    }
}

@media only screen and (max-width: 700px) {
    .aicollate {
        padding: 1.2rem 0 2rem;
    }

    .aicollate .sel-container {
        width: 96%;
        padding: 1.2rem 0.5rem;

        & .sel-title {
            font-size: 1.4rem;
        }

        & .sel-form {
            width: 92%;
            margin: 1.2rem auto 0;
            row-gap: 0.4rem;

            & .form-item .form-label {
                font-size: 0.8rem;
            }

            & .form-item:last-child {
                width: 100%;
                flex: 2 0 auto;
            }
        }

        & .form-bottom {
            width: 92%;

            & .upload-box {
                height: auto;
                padding: 0.5rem 0 0;
            }

            & .sumbit-btn {
                width: 40%;
                font-size: 1rem;
                padding: 0.4rem 0;
                margin: 0.4rem auto 0;
            }
        }
    }

    .high-quality {
        padding: 1rem 0 1.5rem;

        & .hq-container {
            width: 100%;

            & .hq-title {
                font-size: 1.4rem;
            }

            & .hq-list {
                justify-content: flex-start;
                align-items: center;
                flex-flow: column wrap;

                & .list-item {
                    width: 90%;
                    margin: 0.4rem auto;
                }

                & .list-item .hq-img {
                    width: 6.5rem;
                    height: 8.5rem;
                }

                & .list-item .hq-info {
                    width: calc(100% - 7rem);
                    height: 8.5rem;
                }
            }
        }
    }
}