html[lang^="zh-"]{
    font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}
html, body{
    height: 100%;
    margin: 0;
}
.align-center{
    display: flex;
    justify-content: center;
}
a{
    color: black;
    text-decoration: none;
    word-break: break-all;
}
a:visited{
    color: black;
    text-decoration: none;
}
a:hover{
    color: black;
    text-decoration: none;
}
a:link{
    color: black;
    text-decoration: none;
}
header{
    width: 100%;
    height: 100vh;
    color: white;
    display: block;
    overflow: hidden;
}
.header-inside{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.cover{
    position: fixed;
    z-index: -1000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.cover .cover-item-bg{
    position: absolute;
    top: 50%; 
    left: 50%;
    z-index: -20;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 101%; 
    width: auto;
    max-width: initial;
    height: auto;
    overflow: hidden;
}
.cover .cover-item{
    position: absolute;
    top: 50%; 
    left: 50%;
    z-index: -10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 101%; 
    width: auto;
    max-width: initial;
    height: auto;
    overflow: hidden;
}

.cover-title{
    font-size: 3.5rem;
    position: relative;
    top: 70vh;
    left: 10%;
    text-shadow:
    1px  1px 2px black,
    1px -1px 2px black,
   -1px  1px 2px black,
   -1px -1px 2px black;
}
div .cover-sub-title{
    font-size: 1rem;
}
.cover-title-inside{
    font-size: 3.5rem;
    position: relative;
    top:51vh;
    left: 10%;
    text-shadow:
    1px  1px 2px black,
    1px -1px 2px black,
   -1px  1px 2px black,
   -1px -1px 2px black;
}
.container-inside{
    min-height: 496px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.container-inside main{
    background-color: white;
    max-width: 1060px;
    padding: 10px 30px
}
.container-inside .main-content{
    padding: 0 5px;
}
.container{
    background-color: white;
    margin: 0 25px;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px;
}

footer{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    font-size: 1rem;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}
img{
    max-width: 1000px;
    width: 100%;
    height: auto;
}
video{
    max-width: 1000px;
    width: 100%;
    height: auto;
}

main{
    padding-top: 30px;
    flex: 1;
}
.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
.wrapper > div{
    display: flex;
}
.main-content{
    max-width: 1000px;
}
.page-section{
    width: 96%;
    padding: 2%;
    text-align: center;
    overflow: hidden;
}
.page-section h1{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 30px 30px 0 0;
    background-color: aquamarine;
    margin: 0;
}
.page-section video, .page-section img{
    max-width: initial;
    width: 100%;
    height: auto;
}


/* Shine */
figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.pagination-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-item{
    float: left;
    box-sizing: border-box;
    margin: 12px;
    font-size: 1.2rem;
    border: 2px solid lightseagreen;
    border-radius: 10px;
    list-style-type: none;
}
.pagination-item a{
    display: block;
    border: 2px solid lightseagreen;
    padding: 12px;
    border-radius: 10px;
}
.pagination-item a:hover{
    background-color: teal;
}
.pagination-current-item{
    padding: 12px;
    background-color: lightseagreen;
    color: white;
}
div .pagination-current-item:hover{
    background-color: lightseagreen;
    color: white;
}

.cover-inside{
    display: flex;
    justify-content: center;
}
.cover-inside .cover-item{
    width: 100%;
    height: auto;
    max-width: 1120px;
    
}
.badge{
    width: 3.5rem;
    height: auto;
    vertical-align: top;
}
.inline-block{
    display: inline-block;
}
.search-container{
    width: 100%;
    text-align: right;
    position: relative;
}
#search{
    width: 100%;
    max-width: 350px;
    height: 45px;
    font-size: 1.2rem;
    margin-right: 0;
    z-index: 100;
    border: 1px solid #ccc;
    padding-inline: 0;
    padding-left: 10px;
}
.search-container svg{
    width: 2.2rem;
    height: auto;
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 8px;
    color: #CCC;
}
#result{
    position: absolute;
    top:47px;
    right: 0;
    width: 100%;
    max-width: 360px;
}
#result a{
    display: block;
    text-align: left;
    padding: 7px 0 7px 3px;
    border: 1px solid #ccc;
    background-color: white;
    overflow: hidden;
    font-weight: bold;
}

.hide{
    display: none;
}


@media only screen and (max-width: 768px) {
    .wrapper{
        grid-template-columns: 1fr;
    }
    .cover-title-inside, .cover-title{
        font-size: 2.5rem;
    }
    .badge{
        width: 2.5rem;
    }
    footer{
        font-size: 0.6rem;
    }
    .page-section h1{
        font-size: 1rem;
    }
    .pagination-other-item{
        display: none;
    }
    .container-inside{
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .page-section h1{
        font-size: 1.2rem;
    }
    .pagination-other-item{
        display: none;
    }
}
