@charset "utf-8";


main.c_index {
	left: 0;
    right: 0;
	width: 100%;
    max-width: unset!important;
}


main.c_index section{
    padding: 12rem calc(50% - 40rem);
    position: relative;
}
main.c_index section:nth-child(odd) {
    background: var(--P);
}
main.c_index section:nth-child(odd).footer_copyright {
    background: unset;
}
main.c_index section:nth-child(even).footer_copyright {
    background: var(--P);
}
main.c_index .index_title_block {
	margin: 0;
	height: 100dvh;
}

main.c_index .c_title {
    font-size: 1.6rem;
    width: 80rem;
    position: absolute;
    top: 4rem;
    text-align: center;
    color: var(--main);
}
main.c_index .c_title.c_desc {
    font-size: 1rem;
    top: 8rem;
    color: var(--B);
}
main.c_index .postlist_out.listtype_card{
    grid-template-columns: repeat(4,1fr);
}
main.c_index .postlist_out.gallery_list_index{
    grid-template-columns: repeat(3,1fr);
    gap: 0;
}
main.c_index .postlist_out.gallery_list_index .cat_block,
main.c_index .postlist_out.gallery_list_index .cat_album_out,
main.c_index .postlist_out.gallery_list_index .postlist_top a.imgarea{
    border-radius: 0;
}
main.c_index .postlist_out.gallery_list_index .gallery_postlist_tags,
main.c_index .postlist_out.gallery_list_index .little_card_title{
    opacity: 0;
}
main.c_index .postlist_out.gallery_list_index .postlist:hover .gallery_postlist_tags,
main.c_index .postlist_out.gallery_list_index .postlist:hover .little_card_title{
    opacity: 1;
}
main.c_index .postlist_out.gallery_list_index .postlist {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
main.c_index .postlist_out.gallery_list_index:hover .postlist {
    filter: brightness(0.5);
}
main.c_index .postlist_out.gallery_list_index .postlist:hover {
    filter: none;
    z-index: 10;
}

/* cover_list_index瀑布流 */
main.c_index .postlist_out.cover_list_index .postlist {
    width: calc((100% - 4 * var(--margin)) / 5);
	padding: 0;
	margin: 0 0 var(--margin) 0;
}
main.c_index .postlist_out.cover_list_index .gallery_postlist_tags {
	display: none;
}
main.c_index .postlist_out.cover_list_index .imgarea {
    display: flex;
}
main.c_index .postlist_out.cover_list_index .imgarea .box_img {
	aspect-ratio: unset;
}
.cat_index_gallery_section {
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}
.cat_index_gallery_section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 0;
}
.cat_index_gallery_section > .gallery_list_index {
    position: relative;
    z-index: 1;
}
main.c_index .postlist .cat_album_title {
    transform: translateY(calc(100% + 1rem));
    opacity: 0;
}
main.c_index .postlist:hover .cat_album_title {
	transform: translateY(0);
	-webkit-transform: translateY(0);
    opacity: 1;
}



main.c_index .postlist_out.gallery_list_index .postlist_top .imgarea .cat_album_out {
	display: grid;
}
@media (max-width:2100px) {
    main.c_index section {
        padding: 12rem calc(50% - 30rem);
    }
	main.c_index .c_title {
		width: 60rem;
	}
	main.c_index .postlist_out.listtype_card{
		grid-template-columns: repeat(3,1fr);
	}
	main.c_index .postlist_out.cover_list_index .postlist {
		width: calc((100% - 3 * var(--margin)) / 4);
	}
}
@media (max-width:1700px) {
	main.c_index .postlist_out.cover_list_index .postlist {
		width: calc((100% - 2 * var(--margin)) / 3);
	}
}
@media (max-width:1520px) {
    main.c_index section {
        padding: 12rem calc(50% - 30rem);
    }
	main.c_index .c_title {
		width: 60rem;
	}
	main.c_index .postlist_out.listtype_card{
		grid-template-columns: repeat(3,1fr);
	}
	main.c_index .postlist_out.cover_list_index .postlist {
		width: calc((100% - 3 * var(--margin)) / 4);
	}
}
@media (max-width:1200px) {
    main.c_index section {
        padding: 12rem calc(50% - 20rem);
    }
	main.c_index .c_title {
		width: 40rem;
	}
	main.c_index .postlist_out.listtype_card{
		grid-template-columns: repeat(2,1fr);
	}
	main.c_index .postlist_out.cover_list_index .postlist {
		width: calc((100% - 2 * var(--margin)) / 3);
	}
}
@media (max-width:850px) {
    main.c_index section {
        padding: 12rem calc(4rem + var(--margin));
	}
	main.c_index .c_title {
		width: calc(100% - 8rem - 2 * var(--margin));
	}
	main.c_index .postlist_out.listtype_card .postlist_abstract {
		display: none;
	}
}
@media (max-width:750px) {
	main.c_index .postlist_out.cover_list_index .postlist {
		width: calc((100% - 1 * var(--margin)) / 2);
	}
}
@media (max-width: 650px){
    main.c_index section {
        padding: 12rem var(--margin);
	}
	main.c_index .c_title {
		width: calc(100% - 2 * var(--margin));
	}
}
.bone_block .postlist_top a.imgarea{
    margin: 0;
}
.bone_title {
	background: var(--O);
    height: 1.5rem;
    display: block;
    margin: 0.25rem 4rem 0 0.25rem;
    border-radius: 0.5rem;
}
.bone_desc {
    background: var(--P);
    height: 1.2rem;
    display: block;
    margin: 0.5rem 0 0;
    border-radius: 0.5rem;
}



.tour_list_index {
    position: relative;
}
#tourmap_index {
    width: 100%;
    max-height: 35rem;
    height: calc(100dvh - 9rem - 2 * var(--margin));
    mask-image: 
        linear-gradient(to top, transparent, black 15%),
        linear-gradient(to bottom, transparent, black 15%),
        linear-gradient(to left, transparent, black 15%),
        linear-gradient(to right, transparent, black 15%);
    mask-composite: intersect;
    -webkit-mask-image: 
        linear-gradient(to top, transparent, black 15%),
        linear-gradient(to bottom, transparent, black 15%),
        linear-gradient(to left, transparent, black 15%),
        linear-gradient(to right, transparent, black 15%);
    -webkit-mask-composite: destination-in;
    -webkit-mask-repeat: no-repeat;
}

@media (max-width: 900px){
	#tourmap_index {
		max-height: 25rem;
		-webkit-mask-image: unset;
		border-radius: 0.5rem;
		box-shadow: var(--box-shadow-thin);
	}
}
@media (max-width: 500px){
	#tourmap_index {
		max-height: 20rem;
	}
}
.map_bottom_info {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    max-width: 90%;
    z-index: 1;
}

.amap_see {
    color: #fff;
    background: var(--theme-60);
    padding: 0.5rem;
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    font-size: 0.8rem;
    cursor: pointer;
    margin-top: 0.5rem;
    display: inline-block;
}



.c_index .gallery_list_index .postlist {
    padding: 0;
}
.c_index .gallery_list_index .cat_album_out {
    grid-template-columns: repeat(2, 1fr);
}
.c_index .gallery_list_index .cat_album_out .box_img {
    aspect-ratio: 1;
    height: auto;
}
.c_index .gallery_list_index .postlist:hover .box_img {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
}
.c_index .gallery_list_index .little_card_title {
    margin: 0.5rem;
    border-radius: var(--radius);
    backdrop-filter: blur(1rem);
    color: #fff;
}



main.c_index .c_author {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}
main.c_index .c_author .logo {
	display: flex;
    justify-content: center;
    margin-top: 5rem;
}
main.c_index .c_author .logo .avatar {
    width: 5rem;
    height: 5rem;
}
main.c_index .c_title_media {
    font-size: 4.5rem;
    color: var(--A);
    margin: 2rem 0 -2rem;
}
.c_media_swiper {
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,1) 10rem, rgba(0,0,0,1) calc(100% - 10rem), rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,1) 10rem, rgba(0,0,0,1) calc(100% - 10rem), rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    width: 100%;
    overflow: hidden;
}
.c_media_swiper .swiper-slide {
    width: 10rem; /* 或 min-width，根据需要 */
    flex-shrink: 0; /* 不允许收缩 */
    box-shadow: var(--box-shadow-grey);
    border-radius: var(--radius);
}
.c_media_swiper .swiper-wrapper {
    margin-bottom: var(--margin);
}
@media (max-width:650px) {
	.c_media_swiper .swiper-slide {
		width: 7rem;
	}
}
.c_media_swiper .box_img {
	aspect-ratio: 2 / 3;
	width: 100%;
    filter: brightness(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c_media_swiper .box_img:hover{
    filter: brightness(0.75);
}
.little_card_name {
    color: #fff;
    inset: auto 0.5rem 0.5rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
    background: var(--O);
    border-radius: 0.5rem;
    min-width: 3rem;
    cursor: default;
    position: absolute;
    text-align: center;
    font-size: 0.8rem;
    margin: 0;
    z-index: 1;
    backdrop-filter: blur(1rem);
}
.c_media_swiper .swiper-slide .little_card_name{
	opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c_media_swiper .swiper-slide:hover .little_card_name{
	opacity: 1;
}

@media (max-width:750px) {
	#steam_games,
	#book_list,
	#movie_list{
		grid-template-columns: repeat(3,1fr)!important;
	}
}

.index_getmore {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.index_getmore .anniu {
	color: var(--C);
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    background: var(--background);
    border-radius: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    letter-spacing: 2px;
    cursor: pointer;
}
.index_getmore .anniu i {
    color: var(--theme);
}