* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: baseline;
    list-style: none;
}

html, body {
    font-family:'enfont','Noto Serif SC', serif;
    font-size:var(--textSize);
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    color: var( --color);
    background: var(--bgColor);
    width:100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-weight: 400;
    min-height: 100vh;
}
:root{
    --textSize:clamp(16px,1.25vw,28px);
    --color:#1e413a;
    --bgColor:#fdf9ed;
    --space:2.5rem;
    --space2:calc(var(--space)/2);
    --size:100%;
    --M:1.5rem;
}
a{
    color: var( --color);
    text-decoration: none;
}
.del-text,
.text{
    line-height: 1.6;
}
.del-text p,
.text p{
    padding-bottom: .5rem;
}
.del-text p:last-child,
.text p:last-child{
    padding-bottom: 0;
}
.text img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.text li{
    list-style: inside;
}

.home #header{
    display: none;
}
.open-menu{
    display: none;
}
.cover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-size{
    width: 85%;
    height: 80%;
    display: flex;
    flex-direction: column;
}
.cover-wrap{
    display: flex;
    height: 100%;
}
.cover-wrap>*{
    flex: 1;
    height: 100%;
}
.cover-menu ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: var(--space2);
}
.cover-menu ul li{
    opacity: 0;
    transform: translateX(-10px);
}
.cover-menu.menu-right ul li{
    transform: translateX(10px);
}
.cover-menu ul li a{
    padding: .5rem 0;
    display: flex;
    align-items: flex-start;
    font-size: clamp(1rem,2.5vw,5rem);
    --color2: transparent;
}
.header-menu ul li.current-menu-item,
.header-menu a:hover,
.cover-menu ul li a:hover{
    --color2: var(--color);
}
.page-title:before,
.header-menu a:before,
.menu-right.cover-menu ul li a:after,
.cover-menu ul li a:before{
    width:.7em;
    height: .7em;
    border-radius: 100%;
    border: currentColor solid 1px;
    content: '';
    display: block;
    flex: 0 0 .7em;
    margin: .1em .5em 0 0;
    background-color: var(--color2);
}
.menu-right.cover-menu ul li a:before{
    display: none;
}
.menu-right.cover-menu ul li a:after{
    margin: .1em 0 0 0.5em;
}

.menu-right ul{
    align-items: flex-end;
}
.menu-right.cover-menu ul li{
    text-align: right;
}
.cover-logo{
    padding: var(--space2);
    opacity: 0;
    transform: scale(1.5);
}
.cover-logo a{
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.cover-logo img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lng{
    opacity: 0;
}
.lng ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lng ul li.active{
  text-decoration: underline;
}
.lng ul li:first-child:after{
    display: inline-block;
    padding:0 .5rem;
    content: "/";
}

#wrapper{
    width: var(--size);
    margin: 0 auto;
    display: grid;
    height: 100vh;
    grid-template-columns: 25% 75%;
    grid-template-rows: 100vh;
}
#content{
    height: 100%;
    padding: var(--space2) 0;
}
#header{
    height: 100%;
    padding: var(--space2);
}
.header-wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.header-wrap .logo{
    padding: var(--space2);
    height: 60%;
}
.header-wrap .logo a{
    height: 100%;
    display: block;
}
.header-wrap .logo img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.header-menu{
    padding: var(--space2);
}
.header-menu ul li{
    padding: .25rem 0;
}
.header-menu a{
    display: flex;
}
.header-wrap .lng{
    opacity: 1;
    padding: var(--space2);
}
.header-wrap .lng ul{
    justify-content: flex-start;
}

.content-wrap{
    display: flex;
    height: 100%;
    position: relative;
    padding: var(--space2) 0;
}
.content-wrap:before{
    position: absolute;
    top:var(--space2);
    bottom: var(--space2);
    width: 1px;
    background-color:var(--color);
    content: '';
    left: 50%;
    transform: translateX(-50%);
}
.content-wrap.one:before{
    display: none;
}
.content-wrap>*{
    flex: 1;
    height: 100%;
    padding: 0 var(--space);
    overflow: hidden;
}
.page-title{
    font-size: var(--M);
    display: flex;
    padding-bottom: var(--space);
}
.scrollbar-track-y {
    width: 3px !important;
    background-color: transparent !important;
}
.scrollbar-thumb {
    border-radius: unset !important;
    width: 3px !important;
    background: rgba(0, 0, 0, 1) !important;
}
.scrollbar-track-x{
    display: none !important;
}

.swiper{
    height: 100%;
    --swiper-pagination-color:var(--color);
    --swiper-pagination-bullet-size:10px;
}
.swiper-slide{
    display: flex;
    flex-direction: column;

}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide p{
    padding-bottom: 2rem;
    font-size: 12px;
}
.swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
[lang="zh-Hans"] .text{
    text-align: justify;
}
[lang="zh-Hans"] .cover-menu ul li a,
[lang="zh-Hans"] .header-menu ul li a,
[lang="zh-Hans"] .page-title{
    font-family:'cnfont','Noto Serif SC', serif;
}
[lang="zh-Hans"] .page-title:before,
[lang="zh-Hans"] .header-menu a:before,
[lang="zh-Hans"] .menu-right.cover-menu ul li a:after,
[lang="zh-Hans"] .cover-menu ul li a:before{
    margin: .2em .5em 0 0;
}
[lang="zh-Hans"]  .menu-right.cover-menu ul li a:after {
    margin: .2em 0 0 0.5em;
}