@media screen and (max-width: 767px) {
    .square_selected {
        padding-top: 20rem;
    }

    .square_top_title {
        font-size: 10rem;
    }

    .square_top_sub {
        font-size: 4rem;
        margin-top: 4rem;
        margin-bottom: 6rem;
    }

    .square_top_search {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10rem;
    }

    .type_nav_box {
        margin-bottom: 10rem;
    }

    .type_nav_list {
        width: 100%;
    }

    .type_nav_item {
        padding: 0 6rem 4rem;
        font-size: 8rem;
    }

    .square_selected_list {
        column-count: 2;
        padding: 8rem 0;
        column-gap: 3rem;
    }

    .square_selected_item,
    .square_selected_item>img,
    .square_selected_item video {
        border-radius: 4rem;
    }

    /* 作品 */
    .square_selected_works_type {
        font-size: 4rem;
        padding: 0 5rem;
        height: 10rem;
        top: 6rem;
        left: 6rem;
        border-radius: 2rem;
    }

    .square_selected_works_info {
        /* height: 30rem; */
        /* line-height: 8rem; */
        border-bottom-left-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
        padding: 2rem 1.5rem;
    }

    .square_selected_works_info_title {
        font-size: 5rem;
    }

    .square_selected_works_info_btn_box {
        font-size: 4rem;
    }

    .square_selected_works_info_btn {
        padding: 3rem 4rem;
        border-radius: 4rem;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        -o-border-radius: 4rem;
    }

    /* 模型 */
    .square_selected_modle_info {
        font-size: 6rem;
        /*line-height: 8rem;
        */border-radius: 4rem;
        padding: 2rem;
}

    .square_selected_modle_info_name {
        font-size: 5rem;
    }

    .square_selected_modle_info_title {
        font-size: 4rem;
        margin-top: 1rem;
    }

    .square_selected_item_type {
        font-size: 4rem;
        padding: 0 5rem;
        height: 10rem;
        top: 4rem;
        left: 4rem;
        border-radius: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .square_selected {
        padding-top: 6.4rem;
    }

    .square_top_title {
        font-size: 2.8rem;
    }

    .square_top_sub {
        font-size: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 3.2rem;
    }

    .square_top_search {
        width: 54.8rem;
        height: 6.4rem;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }

    .type_nav_box {
        margin-bottom: 2.4rem;
    }

    .type_nav_list {
        min-width: 10rem;
    }

    .type_nav_item {
        padding: 0 2.7rem 1.4rem;
        font-size: 1.8rem;
    }

    .square_selected_item,
    .square_selected_item>img,
    .square_selected_item video {
        border-radius: 1.2rem;
    }

    /* 作品 */
    .square_selected_works_type {
        padding: 0 1.1rem;
        height: 3rem;
        font-size: 1.4rem;
        top: 1.2rem;
        left: 1.2rem;
        border-radius: 0.5rem;
    }

    .square_selected_works_info {

        height: 8rem;
        line-height: 1.6rem;
        border-bottom-left-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
        padding: 0.3rem 1rem;
    }

    .square_selected_works_info_title {
        font-size: 1.4rem;
    }

    .square_selected_works_info_btn_box {
        font-size: 1.2rem;
    }

    .square_selected_works_info_btn {
        padding: 0.3rem 0.6rem;
        border-radius: 1rem;
    }

    /* 模型 */
    .square_selected_modle_info {
        font-size: 1.4rem;
        height: 6.8rem;
        padding: 1.4rem 1.4rem 1.4rem 1.4rem;
        line-height: 1.6rem;
    }

    .square_selected_modle_info_name {
        font-size: 1.6rem;
    }

    .square_selected_modle_info_title {
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }

    .square_selected_item_type {
        font-size: 1.4rem;
        line-height: 3rem;
        top: 1.2rem;
        left: 1.2rem;
        border-radius: 0.5rem;
        padding: 0 1.1rem;
        height: 3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1919px) {
    .square_selected_list {
        padding: 1rem;
        column-count: 5;
        column-gap: 1.6rem;
    }
}

@media screen and (min-width: 1920px) {
    .square_selected_list {
        padding: 1rem;
        column-count: 6;
        column-gap: 1.6rem;
    }
}

.square_selected {
    background: url('../images/inspiration_bg.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* margin-top: 8rem; */

    padding-bottom: 7.4rem;
}

.square_top_title {
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.square_top_sub {
    font-weight: 500;
    color: #8C8C8C;
    text-align: center;
}



.search_input_box .el-input__wrapper {
    border-radius: 6rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    box-shadow: none;
    box-sizing: border-box;
}

/* 作品/模型 导航 */


.type_nav_list {
    display: flex;

    justify-content: center;
}

.type_nav_item {

    cursor: pointer;
    color: #666;

    font-weight: 700;
}

.item_active {
    color: #000;
    border-bottom: 2px solid #222;
}



.square_selected_item {
    break-inside: avoid;
    position: relative;
    margin-bottom: 1.6rem;
    /* line-height: 0; */
    overflow: hidden;
    /* border-radius: 1.2rem; */
    cursor: pointer;
}

.square_selected_item:hover img {
    transform: scale(1.1);
}

/* .square_selected_item:hover .square_selected_modle_info, */
.square_selected_item:hover .square_selected_works_info {
    /* display: inline-block; */
    display: block;
}

.square_selected_item:hover .square_selected_work_type {
    display: flex;
}

.square_selected_item:hover .square_selected_works_type {
    display: flex;
}

.square_selected_item>img {
    width: 100%;
    /* border-radius: 1.2rem; */
    transition: all .2s ease-in-out;
    transform: scale(1);
}

.square_selected_item video {
    width: 100%;
    /* border-radius: 1.2rem; */
}

/* 作品 */
.square_selected_works_type {
    background: rgba(0, 0, 0, 0.5);
    /* background-color: rgba(148, 148, 148, 0.55); */
    position: absolute;
    font-weight: 500;
    color: #FFFFFF;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.square_selected_works_info {
    width: 100%;
    color: #fff;
    /* background-color: rgba(148, 148, 148, 0.55); */
    position: absolute;
    bottom: 0;


    box-sizing: border-box;
    display: none;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);
}

.square_selected_works_info_title {
    line-height: 110%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*设置最大行数为2*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.square_selected_works_info_btn_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;

}

.square_selected_works_info_btn {
    cursor: pointer;

    border: 1px solid #fff;
}

/* 模型 */
.square_selected_modle_info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    border-radius: 1.1rem;
    box-sizing: border-box;
    /* background-color: rgba(0, 0, 0, .3); */
    /* display: none; */
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);
}

.square_selected_modle_info_name {
    font-weight: bold;
    color: #e7e9eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.square_selected_modle_info_title {

    color: #e7e9eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.square_selected_item_type {
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);

}

.square_selected_work_type {
    display: none;
}