.headerTwo {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}


.AllGift {
    padding: 50px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 999;
}

.AllGift_cen {
    width: 1400px;
    margin: 0 auto;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.AllGift_cen .AllGift_L {
    width: 20%;
    padding: 10px;
}

.AllGift_L_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 20px;
}

.AllGift_cen .AllGift_L .AllGift_LBom {
    display: flex;
    flex-direction: column;
}

.AllGift_cen .AllGift_L .AllGift_LBom a {
    display: block;
    padding: 13px 20px;
    padding-left: 0;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
}

.AllGift_cen .AllGift_L .AllGift_LBom a.act {
    color: #FF751E;
}

.AllGift_cen .AllGift_L .AllGift_LBom a:hover {
    color: #FF751E;
}

.AllGift_L_title h2 {
    width: 100%;
    color: #1C1C1C;
    font-size: 26px;
    font-weight: 500;
}


.AllGift_L_title .iconfont {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}


.AllGift_L_title .iconfont:hover {
    color: #FF751E;
}

.AllGift_cen .AllGift_list {
    width: 80%;
    padding: 10px;
}

.AllGift_list .AllGift_list_title {
    padding-bottom: 20px;
    font-size: 16px;
    color: #808080;

}

.AllGift_list .AllGift_list_title h2 {
    color: #FF751E;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 500;
    padding-bottom: 20px;
}

.AllGift_list .AllGift_list_title p {
    margin-bottom: 14.4px;
    line-height: 1.5;
    font-weight: 300;
}

.AllGift_list_menv {
    width: 100%;
}

.AllGift_list_menv_one {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.AllGift_list_menv_one p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #808080;
}

.AllGift_list_menv_one select {
    margin-bottom: 16px;
}

.AllGift_list_menv_one select {
    width: 230px;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.AllGift_list_menv_two {
    width: 100%;
    padding-bottom: 20px;
}

.AllGift_list_menv_two .AllGift_list_menv_twoTop {
    width: 100%;
}

.AllGift_list_menv_two .AllGift_list_menv_twoTop .iconfont {
    font-size: 24px;
    font-weight: bold;
    display: none;
}


.AllGift_list_menv_two ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.AllGift_list_menv_two ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    line-height: 1;
    color: #808080;
    position: relative;
}

.AllGift_list_menv_two ul li a:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #FF751E;
    transform: translateX(-50%);
}

.AllGift_list_menv_two ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.AllGift_list_menv_two ul li a.act::before {

    background: #FF751E;
}

.AllGift_list_all {
    width: 100%;
}

.AllGift_list_all ul {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
}

.AllGift_list_all ul li {
    width: 100%;
}

.AllGift_list_all ul li .gift_prc {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 1em;
    overflow: hidden;
}

.AllGift_list_all ul li .gift_prc img {
    display: block;
    width: 100%;
}

.AllGift_list_all ul li h2 {
    margin: .5em 0;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    height: 17.5px;
    overflow: hidden;
}

.AllGift_list_all ul li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #FF751E;
    color: #fff;
    padding: 0.32rem 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #FF751E;
    cursor: pointer;
    font-weight: 400;
    border-radius: 3px;
}

.Pagination {
    margin-top: 40px;
    padding-bottom: 10px;
}

/* 作品廊 */
.AllGift_list .AllGift_list_all_showcase {
    width: 100%;
}

.AllGift_list .AllGift_list_all_showcase ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    --grid-columns: 3;
}

.AllGift_list_all_showcase ul li {
    width: 100%;
    position: relative;
}

.AllGift_list_all_showcase ul li .showcase_box {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #FFFFFF;
    border: 2px solid #D6D6D6;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    border-radius: 3px;
}

.AllGift_list_all_showcase ul li .showcase_box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-color: #FF751E;
}

.AllGift_list_all_showcase ul li .showcase_box .showcase_prc {
    width: 100%;
    position: relative;
}

.showcase_box .showcase_prc .showcase_img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.showcase_box .showcase_prc .showcase_img img {
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}

.showcase_box .showcase_prc .showcase_ico {
    width: 48px;
    position: absolute;
    right: 16px;
    top: -8px;
}

.showcase_box .showcase_prc .showcase_ico img {
    display: block;
    width: 100%;
}

.showcase_box .showcase_text {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.showcase_box .showcase_text .showcase_name_L {
    padding: 10px;
    width: 35%;
}

.showcase_box .showcase_text .showcase_name_L img {
    display: block;
    width: 100%;
}

.showcase_box .showcase_text .showcase_name {
    padding: 10px;
    width: 65%;
    line-height: 1;
}

.showcase_box .showcase_text .showcase_name h1 {
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
}

.showcase_box .showcase_text .showcase_name h1 a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #FF751E;
    font-weight: 500;
    line-height: 1;
}

.fyq {
    margin-top: 30px;
    margin-bottom: 10px;
}


/* 人气礼品 */

.popularity {
    width: 100%;
    background: #F4F4F4;
}

.popularity_cen {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
}

.popularity_nav {
    font-size: .92em;
    color: #767676;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 1em;
}

.popularity_nav a {
    transition: all 0.3s ease;
}

.popularity_nav a:hover {
    color: #000;
}

.popularity_title h1 {
    color: #1C1C1C;
    font-size: 59px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.popularity_title p {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    padding-bottom: 16px;
}

.popularity_menv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popularity_menv p {
    padding-bottom: 16px;
    color: #808080;
    font-size: 16px;
    line-height: 1.5;
}

.popularity_menv select {
    width: 230px;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 16px;
}

.popularity .AllGift_list_all ul li h2 {
    text-align: left;
}






/* 相关作品 */
.RelatedWorks {
    width: 100%;
    background: #F4F4F4;
}

.RelatedWorks_cen {
    width: 1280px;
    max-width: 96%;
    margin: 0 auto;
}

.RelatedWorks_cen .RelatedWorks_title {
    margin-bottom: 20px;
}

.RelatedWorks_cen .RelatedWorks_title h2 {
    color: #1C1C1C;
    font-size: 44.2px;
    font-weight: 500;
}

.RelatedWorks_bom {
    width: 100%;
}

.RelatedWorks_bom ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.RelatedWorks_bom ul li {
    width: 100%;
}

.RelatedWorks_bom ul li a {
    position: relative;
    width: 100%;
}

.RelatedWorks_bom ul li a .RelatedWorks_prc {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.RelatedWorks_bom ul li a .RelatedWorks_prc img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.RelatedWorks_bom ul li a .RelatedWorks_zi {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: rgba(105, 114, 125, .8);
}

.RelatedWorks_bom ul li a:hover .RelatedWorks_zi {
    opacity: 1;
}

.RelatedWorks_bom ul li a .RelatedWorks_zi h3 {
    color: #1C1C1C;
    font-size: 33.16px;
    font-weight: 500;
}




@media (max-width: 1300px) {
    
}

@media (max-width: 1024px) {
    .AllGift_list_all ul{
        grid-template-columns: repeat(3, 1fr);
    }

    .AllGift_cen .AllGift_L{
        width: 100%;
        position: relative;
    }
    .AllGift_L_title{
        padding-top: 0;
    }
    .AllGift_L_title .icon-ego-menu{
        display: block;
    }
    .AllGift_L_title .iconfont{
        display: block;
    }
    .AllGift_L_title .iconfont.hide{
        display: none;
    }
    .AllGift_cen .AllGift_L .AllGift_LBom{
        position: absolute;
        z-index: 2;
        width: calc(100% - 20px);
        background: #ffffff;
        padding: 10px 20px;
        box-sizing: border-box;
        display: none;
    }

    .AllGift_list .AllGift_list_all_showcase ul{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .AllGift_cen .AllGift_L{
        width: 100%;
    }
    .AllGift_cen .AllGift_list{
        width: 100%;
    }

    .AllGift_list_all ul{
        grid-template-columns: repeat(2, 1fr);
    }
    
}