* {
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 1600px;
    overflow-x: hidden;
}
/* page */
.page {
    text-align: center;
}

.page ul li {
    display: inline-block;
    vertical-align: middle;
    /* border: 1px solid #484343; */
    border-radius: 3px;
    box-sizing: border-box;
}

.page a {
    text-decoration: none;
}

.page a,
.page span {
    display: inline-block;
    vertical-align: middle;
    /* min-width: 2.7778rem; */
    margin: 0 .2rem;
    line-height: 1.6rem;
    color: #474342;
    /* font-weight: 600; */
    border: 1px solid #ccc;
    font-size: 12px;
    color: #ccc;
    padding: 0 0.8rem;
    box-sizing: border-box;
    border-radius: 3px;
}
.disabled>a {
    color: #000;
    background: transparent
}

.page>ul>a:hover {
    background: #44403f;
    /* color: #FFFFFF; */
    /* border-radius: 10%; */
}

.page .page-num-current {
    /* color: #fff; */
    background: #eeeeee;
    border-radius: 10%;
    /* border: 1px solid #44403f; */
}

/* page */

/* position */
.breadcrumb {
    width: 100%;
}
.breadcrumb_box {
    width: 70%;
    margin: 0 auto;
    padding: 1rem 0.9rem;
    box-sizing: border-box;
    font-size: 16px;
    color: #404040;
    display: flex;
    gap: 0.6rem 0;
    flex-wrap: wrap;
    align-items: center;
    line-height: 12px;
    background: #f7f7f7;
}
.breadcrumb a {
    color: #404040;
    font-size: 16px;
}
/* position */


a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.Edition {
    margin: 0 auto;
    width: 70%;
    padding: 0 0.9rem;
    box-sizing: border-box;
}

/* header */
.header {
    width: 100%;
    /* background-color: #fff; */
    box-sizing: border-box;
    min-width: 1600px;
}
.header_box {
    width: 100%;
    box-sizing: border-box;
}
.header_head {
    opacity: 1;
    /* position: relative; */
    position: fixed;
    z-index: 999;
    /* pointer-events: none; */
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 1.2rem 0; */
    box-sizing: border-box;
    transition: all .3s ease;
    min-width: 1600px;
}
.header_head .header_head_bg {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    /* image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges;  */


    image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}
.header_head_bgZ {
    opacity: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.header_head .header_head_box {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    /* justify-content: center; */
}
.header_head .header_log {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.header_head .header_log>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}
.header_head .header_title {
    color: #26478a;
    font-size: 37px;
    font-weight: 600;
    display: flex;
    gap: 0.3rem;
    align-items: center;
    flex-direction: column;
}
.header_head .header_title>span:last-child {
    font-size: 17.5px;
    font-weight: 500;
}
.header_foot {
    /* background-color: #fff; */
}
.header_footBox {
    position: relative;
    z-index: 99;
    width: 70%;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    background-color: #26478a;
}
.header_login {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(105%, -50%);
    color: #fff;
    font-size: 15px;
    background-color: #26478a;
    padding: 15px 8px;
    box-sizing: border-box;
    border-radius: 3px;
}
.login_select {
    display: flex;
    gap: 4px;
    align-items: center;
}
.login_select_admin {
    width: 35px;
    height: 35px;
}
.login_select_tag {
    width: 13px;
    height: 13px;
    transition: all 0.3s ease;
}
.login_select_tag_show {
    transform: rotate(180deg);
}
.login_options {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    right: 0;
    transform: translate(0, 115%);
    background-color: #26478a;
    padding: 5px 8px;
    border-radius: 2px;
    box-sizing: border-box;
    transition: all .5s ease;
}
.login_options a { 
    color: #fff;
    font-size: 15px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.login_options_show {
    opacity: 1;
    pointer-events: auto;
}









.header_list {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.header_list .header_item {
    color: #fff;
    width: 100%;
    flex: 1;
    font-size: 16px;
    padding: 0.6rem 0 0.45rem;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header_list .header_item img {
    opacity: 0;
    width: 50%;
    height: auto;
    object-fit: contain;
    display: block;
}
.header_list .header_item_active img {
    opacity: 1;
}
.header_list .header_item:hover {
    background: rgba(0, 0, 0, 0.15);
}
.header_list .header_item_box:hover .header_item_model {
    height: 23rem;
    opacity: 1;
    pointer-events: auto;
}
.header_list .header_item_active {
    background: rgba(0, 0, 0, 0.15);
}
.header_item_box {
    position: relative;
    flex: 1;
}
.header_item_model {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: 99999;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    transition: all .5s ease;
    overflow: hidden;
}
.header_item_model>a {
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 0.8rem 0;
    box-sizing: border-box;
    background-color: #26478a;
}
.header_item_model>a:hover::after {
    position: absolute;
    /* mix-blend-mode: multiply; */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.header_item_model_active::after {
    position: absolute;
    /* mix-blend-mode: multiply; */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.header_search {

}
.header_searchBox {
    height: 30px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 0 0.39rem;
    box-sizing: border-box;
}
.header_searchBox span {
    cursor: pointer;
    width: 150px;
    /* height: 100%; */
    /* line-height: 25px; */
    /* background: transparent; */
    /* outline: none; */
    /* border: none; */
    color: #ffffff8a;
    /* font-size: 16px; */
    font-size: 13px;
}
.header_searchBox input::placeholder {
    color: #7fc19b;
}
.header_searchBox img {
    height: 18px;
    width: 18px;
}

/* content */
.content {
    width: 100%;
    box-sizing: border-box;
}
.content_box {
    background-color: #fff;
}
.content_boxF {
    background-color: #f7f7f7;
}
/* content_information */
.content_information {
    position: relative;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    height: 21rem;
    padding: 1rem 0;
    box-sizing: border-box;
}
.information_model {
    position: absolute;
    top: 1rem;
    right: 0;
    transform: translate(120%, 0);
    display: flex;
    /* gap: 0.5rem; */
    flex-direction: column;
}
.information_model_item {
    cursor: pointer;
    /* background: #26478a; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
}
.informationMdel_img {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    width: auto !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
    transition: all 0.5s ease;
}
.information_model_item:hover .informationMdel_img {
    opacity: 1;
    pointer-events: auto;
}
.information_model_item>img {
    width: 55px;
    height: auto;
    object-fit: contain;
    display: block;
}
.information_model_item>span {
    font-size: 12px;
    color: #3f3f3f;
}
.cont_information_swiper {
    width: 60%;
    height: 100%;
}
.information_swiper_item {
    position: relative;
}
.information_swiper_item_model {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    font-size: 17px;
}
.information_swiper_item_model>span {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 显示的行数 */
    -webkit-box-orient: vertical;
    line-height: 1.5em; /* 每行的高度 */
    max-height: 1.5em; /* 最大高度为三行的高度 */
}
.information_swiper_item>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block
}
.cont_information_swiper .swiper-pagination {
    text-align: right;
}
.cont_information_swiper .swiper-pagination-bullet {
    background: #fff;
    /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .8); */
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}
.cont_information_tent {
    width: 40%;
    height: 100%;
}
.information_tent_title {
    color: #404040;
    /* background: #26478a; */
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* font-weight: 600; */
    letter-spacing: 2px;
    height: 1.75rem;
    line-height: 1.4;
    border-bottom: 1px solid #dddddd;
}
.information_tent_title>span:first-child {
    height: 100%;
    line-height: 1.4;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 3px solid #26478a;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.information_tent_title>span:last-child {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    gap: 0.2rem;
    align-items: center;
}
.information_tent_title>span:last-child>img {
    width: 7px;
    height: auto;
    object-fit: contain;
    display: block;
}
.information_tent_list {
    height: calc(100% - 2rem);
    overflow-x: hidden;
    overflow-y: scroll;
}
.information_tent_list::-webkit-scrollbar {
   display: none;
}
.information_tent_item {
    position: relative;
    padding: 0.8rem 0 0.8rem 0.6rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /* gap: 0.25rem; */
    /* flex-direction: column; */
    border-bottom: 1px solid #dddddd;
}
.information_tent_item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}
.information_tent_item>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 1.5em;
    transition: all .5s ease;
}
.information_tent_item>span:nth-child(1) {
    width: 70%;
    font-size: 15px;
    color: #404040;
}
.information_tent_item:hover span:nth-child(1) {
    color: #26478a;
}
.information_tent_item>span:nth-child(2) {
    font-size: 13px;
    color: #bababa;
}
.information_tent_item>span:nth-child(3) {
    font-size: 13px;
    color: #999;
}
/* content_IntCulHer */
.content_IntCulHer {
    padding: 1.5rem 0 0;
    box-sizing: border-box;
}
.IntCulHer_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}
.IntCulHer_title_tent {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 600;
    padding: 0 5px 10px;
    border-bottom: 4px solid #26478a;
    box-sizing: border-box;
}
.IntCulHer_title_more {
    font-size: 13px;
    line-height: 1.8;
    color: #5a5a5a;
    /* background-color: #26478a; */
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    display: flex;
    gap: 0.2rem;
    align-items: center;
}
.IntCulHer_title_more>img {
    width: 11px;
    height: auto;
    object-fit: contain;
    display: block;
}
.myIntCulHer_box {
    position: relative;
}
.IntCulHer_list {
    display: grid;
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.5rem 1rem;
    box-sizing: border-box;
}
.IntCulHer_swiper_left {
    position: absolute;
    left: -1rem;
    top: 1.5rem;
    /* transform: translate(0, -50%); */
    z-index: 999;
    width: 2rem;
    height: calc(100% - 5.5rem);
    background: #d9d9d9;
    margin-top: auto;
}
.IntCulHer_swiper_right {
    position: absolute;
    right: -1rem;
    top: 1.5rem;
    /* transform: translate(0, -50%); */
    z-index: 999;
    width: 2rem;
    height: calc(100% - 5.5rem);
    background: #d9d9d9;
    margin-top: auto;
}
.IntCulHer_swiper_left::after,
.IntCulHer_swiper_right::after {
    content: '' !important;
}
.IntCulHer_swiper_left img,
.IntCulHer_swiper_right img {
    width: 16px;
}
.IntCulHer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}
.IntCulHer_item:hover {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.IntCulHer_item_img {
    overflow: hidden;
}
.IntCulHer_item_img>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all .5s ease;
}
.IntCulHer_item:hover .IntCulHer_item_img>img {
    transform: scale(1.1);
}
.IntCulHer_item_title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    /* padding: 0.7rem 0.3rem; */
    box-sizing: border-box;

    height: 2.5rem;
    line-height: 2.5rem;
}
/* content_posters */
.content_posters {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    padding: 1.5rem 0;
    box-sizing: border-box;
}
.content_posters_img {
    width: 100%;
    overflow: hidden;
}
.content_posters_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
/* content_activity */
.content_activity {
    padding: 1.5rem 0;
    box-sizing: border-box;
}
.activity_list {
    display: grid;
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 1.5rem 0;
    box-sizing: border-box;
}
.activity_item {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    transition: all .5s ease;
}
.activity_item:hover {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.activity_item_img {
    overflow: hidden;
}
.activity_item_img>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all .5s ease;
}
.activity_item:hover .activity_item_img>img {
    transform: scale(1.1);
}
.activity_item_title {
    padding: 0.3rem 0.3rem 1rem;
    box-sizing: border-box;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.activity_item_title>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 1.5em;
}
.activity_item_title>span:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #3f3f3f;
}
.activity_item_title>span:last-child {
    font-size: 13px;
    color: #999999;
}
/* content_Inheritor */
.content_Inheritor {

}
.Inheritor_list {
    display: grid;
    gap: 2rem 5rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 1.5rem 0;
    box-sizing: border-box;
}
.Inheritor_item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.Inheritor_item_img {
    /* width: 30%; */
    overflow: hidden;
    width: 213px;
    height: 186px;
}
.Inheritor_item_img>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all .5s ease;
}
.Inheritor_item:hover .Inheritor_item_img>img {
    transform: scale(1.1);
}
.Inheritor_item_tent {
    flex: 1;
    height: 100%;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    padding: 0.35rem 0;
    box-sizing: border-box;
}
.Inheritor_item_tent>span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}
.Inheritor_item_tent>span:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    color: #494949;
}
.Inheritor_item_tent>span:last-child {
    margin-top: 0.3rem;
    color: #999999;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2.1em !important;
    max-height: 6.3em !important;
}
.Inheritor_item_tent>span:last-child * {
    white-space: pre-line !important;
    text-indent: 0 !important;
    color: #999999 !important;
    font-size: 13px !important;
    font-family: auto !important;
    font-weight: 500 !important;
    line-height: 2.1em !important;
}
/* logo_list */
.logo_list {
    font-size: 14px;
    color: #9c9c9c;
    /* margin-top: 2.5rem; */
    padding: 1.5rem 0;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    display: flex;
    gap: 0.7rem 2rem;
    flex-wrap: wrap;
}
.logo_item {
    font-size: 14px;
    color: #9c9c9c;
    /* border: 1px solid red; */
    box-sizing: border-box;
    overflow: hidden;
}
.logo_item:hover {
    color: #000;
}
.logo_item>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: all .5s ease;
}
.logo_item:hover img {
    transform: scale(1.2);
}


/* footer */
.footer {
    background-color: #26478a;
    margin-top: auto;
    min-width: 1600px;
}
.footer_box {
    width: 70%;
    margin: 0 auto;
    color: #bec6dd;
    font-size: 15px;
    padding: 1.5rem 0;
    box-sizing: border-box;
}
.footer_box a {
    color: #bec6dd;
    font-size: 15px;
}
.footer_box a:hover {
    color: #fff;
}
.footer_tag {
    display: flex;
    gap: 3.5rem;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #bec6dd;
    padding: 1rem 0;
    box-sizing: border-box;
}
.footer_tent {
    display: grid;
    flex-direction: column;
    text-align: center;
    gap: 0.6rem;
    justify-content: center;
    padding: 1rem 0;
    box-sizing: border-box;
}
.footer_tentTag {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.footer_tent_item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.footer_tent_itemI {
    margin-right: 1rem;
}
.footer_tent_Record {
    display: flex;
    gap: 0.2rem;
    align-items: center;
}
.footer_tent_Record img {
    width: 15px;
    height: auto;
    object-fit: contain;
    display: block;
}


/* backgroundImg */
.backgroundImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    min-width: 1600px;
}
.backgroundImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}