/* 遮罩 */
.mask{
    position: fixed;
    top: 0;
    left:0;
    /* left: calc(9.9rem + 1px); */
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0,0,0,0.65);
    display: none;
}
.mask-art{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,0.5);
    display: none;
}
.mask-share{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0);
    display: none;
}
.mask-video{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
    height: 100%;
    z-index: 99;
	background-color: black;
	background-size: 192rem auto;
	opacity: 0.65;
    display: none;
}
.magicPointerHover {
	box-shadow: 0 0 0 6px black;
}
#cursor {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	pointer-events: none;
	will-change: transform;
}
#cursor.arrow .cursor__circle{
    width: 6px;
    height: 6px;
}

@media (hover: hover) and (pointer: fine) {
	.cursor__circle {
		width: 14px;
		height: 14px;
		margin-top: -50%;
		margin-left: -50%;
		border-radius: 50%;
		background: black;
		opacity: 0.9;
		transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			box-shadow 0.2s;
	}

}
  
  
* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans TC';
}


html,body {
	height: 100%;
	width: 100%;
}

li {
	list-style: none;
	cursor: pointer;
}
video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.z10 {
	z-index: 10;
}

.z5 {
	z-index: 5;
}

.z1 {
	z-index: 1;
}

.img-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.img-color {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: unset;
	border-bottom: 1px solid white;
}

/* 左菜单 */
.menu-list-left {
	position: fixed;
	height: 100%;
	left: -10rem;
}

.menu-left-line {
	width: 1px;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
	position: fixed;
	left: 9.6rem;
	z-index: 11;
}

.menu-right-line {
	width: 1px;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
	position: fixed;
	right: 9.6rem;
	z-index: 2;
}

.menu-list-left-icon {
	width: 4rem;
	height: 3rem;
	position: absolute;
	margin: 0 auto;
	top: 4rem;
	left: 2.8rem;
	cursor: pointer;
	background-size: 100% 100%;
	z-index: 15;
}

.menu-list-left-scroll {
	left: 3.9rem;
	width: 1.6rem;
	height: 9.1rem;
	background: url(../images/v3/official_scroll.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	margin: 0 auto;
	/* top: calc(100% - 27.3rem); */
	z-index: 15;
	bottom: 4.5rem;
}
.menu-list-left-scroll-box {
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/v3/official_scroll_box.png) no-repeat 100% 100%;
	background-size: 100% auto;
	padding-top: 3rem;
	margin-left: 0.2rem;
	animation-name: scroll-line;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}

@keyframes scroll-line {
	0% {
		padding-top: 3rem;
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	100% {
		padding-top: 8rem;
		opacity: 0;
	}
}

.menu-list-left-content {
	height: 100%;
	width: 52.9rem;
	position: fixed;
	top: 0;
	left: calc(-53.3rem + 1px);
	background-color: #F5F5F5;
	overflow: hidden;
}

#hamburger-1 {
	transform: scale(0.8);
}

.hamburger .line {
	width: 4rem;
	height: 0.5rem;
	background-color: black;
	display: block;
	margin: 0.8rem auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}



.menu-list-left-content a {
	color: black;
	text-decoration: unset;
}

.menu-list-left-content ul {
	width: 60%;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
	padding-left: 10.3rem;
	margin-left: 9.6rem;
}

.menu-list-left-content li.move {
	transition: 0.2s;
	margin-left: -1.6rem;
}

.menu-list-left-content li {
	margin: 2.5rem 0;
}

.menu-list-left-content .box {
	width: 0.5rem;
	height: 0.5rem;
	background-color: #1657d9;
	margin-bottom: 0.25rem;
	margin-right: 1rem;
	display: inline-block;
	opacity: 0;
}

.box-txt {
	width: fit-content;
	display: inline-block;
	font-size: 1.6rem;
}

.move:hover {
	color: #4da1ff;
	transform: translateX(-1rem);
}

.move:hover .menu-list-left-content .box {
	opacity: 1;
}

.menu-list-left-content .menu-list-line {
	margin-left: 1.6rem;
	width: 4rem;
	height: 5rem;
	border-left: 1px solid black;
	cursor: unset;
}

.menu-list-left-share {
	bottom: 3rem;
	position: absolute;
	padding-left: 9.4rem;
	height: 3.2rem;
	margin-left: 9.6rem;
}

.menu-list-left-share .icon {
	width: 3.3rem;
	height: 3.3rem;
	display: inline-block;
	margin-left: 1rem;
}

/* 右菜单 */
.menu-list-right {
	position: fixed;
	right: 0;
	width: 9.6rem;
	height: 100%;
	z-index: 2;
}

.menu-list-right-page {
	position: absolute;
	right: 12.4rem;
	top: 4.8rem;
	width: 20rem;
	text-align: right;
	letter-spacing: 1px;
}

.menu-list-right-page span {
	font-size: 1.6rem;
	color: black;
	font-weight: bold;
	display: inline-block;
}

.menu-list-right-share {
	position: relative;
	top: 4.6rem;
	width: 3.2rem;
	margin: 0 auto;
	overflow: hidden;
}
.menu-list-right-share li{
	width: 3.2rem;
	height: 3.2rem;
	padding-bottom:3rem;
}

.menu-list-right-share .icon:hover .share-filter-shadow{
	transform: scale(0.95);
}
.menu-list-right-share-type-1{
	position: absolute;
    width: 36.2rem;
    right: 9.6rem;
    top: 11rem;
	background-color: rgb(0,0,0,0.55);
    outline: 1px solid #969696;
	padding-bottom: 2.5rem;
	z-index: 100;
	display: none;
}
.menu-list-right-share-type-1-list{
	width: 100%;
	color: white;
	display: flex;
    justify-content: space-around;
	align-items: center;
	padding-top: 2.5rem;
	font-size: 1.6rem;
}
.menu-list-right-share-type-1-list input{
	background-color: black;
    outline: unset;
    border: none;
	font-size: 1.6rem;
	color: white;
	cursor: pointer;
	width: 8rem;
}
.menu-list-right-share-type-2{
	width: 12rem;
	height: 13.3rem;
	position: absolute;
    right: 9.6rem;
    top: 11rem;
	display: none;
}
.share-code-show{
	width: 10rem;
	height: 10rem;
	position: absolute;
    top: 1rem;
    left: 1rem;
}

.menu-list-right-content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -2px;
}

.menu-list-right-content li {
	border-left: 3px solid #252525;
	margin-bottom: 2rem;
	padding-left: 1rem;
}

.menu-list-right-content span {
	display: inline-block;
	font-size: 1.2rem;
	height: 3rem;
	line-height: 3rem;
	opacity: 0;
	cursor: unset;
}

.menu-list-right-content .right-check {
	color: #1657d9;
	border-color: #1657d9;
}

.menu-list-right-content .check {
	opacity: 0;
	animation-name: check;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes check {
	0% {
		opacity: 0;
	}
	18%,82% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.sound {
	position: absolute;
	margin: 0 auto;
	width: 3rem;
	height: 2.2rem;
	right: 3.3rem;
	background: url(../images/official_sound_close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	top: calc(100% - 6rem);
}


/* 页脚 */
.footer {
	z-index: 15;

}

.footer-max {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.footer .content {
	height: 276px;
	width: 100%;
	background-color: #f9f9f9;
	border-top: 1px solid black;
}

.footer-mid {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 110rem;
	font-size: 1.2rem;
	font-family: "微软雅黑";
	color: black;
}

.footer-mid a {
	color: black;
	cursor: pointer;
	text-decoration: none;
}

.footer-mid-top {
	position: relative;
	width: 100%;
	height: 4.4rem;
	top: 5%;
}

.footer-line {
	margin: 0 0.5rem;
    color: #c6c2c2;
}

/* .footer-mid-img-1 {
	float: left;
	position: relative;
	width: 15.3rem;
	height: 100%;
	background: url(../images/official_footer_mid_1.png) no-repeat;
	background-size: 100% auto;
}

.footer-mid-img-2 {
	float: left;
	position: relative;
	width: 11.8rem;
	height: 100%;
	background: url(../images/official_footer_mid_2.png) no-repeat;
	background-size: 100% auto;
} */
.footer-coptyright{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.footer-coptyright-img {
    width: 14rem; 
    height: 5.7rem; 
}
.footer-coptyright-txt {
	margin-left: 2rem;
}

.footer-mid-top-txt {
	position: relative;
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
	font-size: 1.4rem;
}

.footer-mid-top-txt::before {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}

.footer-mid-down {
	position: relative;
	top: 7%;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}

.footer-mid-down-left {
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

.footer-mid-down-left p {
	margin-bottom: 1rem;
}

.footer-mid-down-right {
	margin-top: 1rem;
	width: 5rem;
    height: 5rem;
	background: url(../images/age.jpg) no-repeat;
	background-size: 100% auto;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mdjl-loading{
	background-color: #F1F1F1;
	z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
}
.mdjl-loading .logo-list{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    position: absolute;
}
.mdjl-loading .logo{
	width: 20rem; 
	height: 7.85rem;
}

.mdjl-load-line-left{
	background-color: black;
	width: 79.4rem;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	animation-name: load-line;
	animation-duration: 3.5s;
	animation-timing-function: ease-in;
}
@keyframes load-line {
	0% {
		width: 0;
	}
	100% {
		width: 79.4rem;
	}
}
.mdjl-load-line-right{
	background-color: black;
	width: 79.4rem;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	animation-name: load-line;
	animation-duration: 3.5s;
	animation-timing-function: ease-in;
}

.mdjl-load-num{
	top: 9.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	font-size: 1.4rem;
	/* animation-name: mdjl-load-num;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite; */
}
/* .mdjl-load-num span{
	display: inline-block;
}

.mdjl-load-num span:nth-child(1) {
	animation: mdjl-load-num 1s linear infinite;
}
.mdjl-load-num span:nth-child(2) {
	animation: mdjl-load-num 2s linear infinite;
	animation-delay: -0.5s;
}
.mdjl-load-num span:nth-child(3) {
	animation: mdjl-load-num 3s linear infinite;
	animation-delay: -1s;
} */

@keyframes mdjl-load-num {
	0%,10%,30%,50%,70%,90% {
		top: 9rem;
	}
	20%,40%,60%,80%,100% {
		top: 8.5rem;
	}
}
