@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
form,
blockquote,
dl,
dd,
pre {
	margin: 0;
}

@font-face {
	font-family: NotoSans;
	src: url(../fonts/AlimamaShuHeiTi-Bold.woff2);
}

button,
th,
td {
	padding: 0;
	outline: none;
}

ul,
ol,
textarea,
input {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,
img {
	border: 0;
}

select,
input,
img,
select {
	vertical-align: middle;
}

.button {
	color: #fff;
}

input {}

select,
textarea {}

h2 {
	font-weight: 700;
}

body {
	color: #444;
	background: #fff;
	font-family: "HanYiZongYiTiJian-1";
	letter-spacing: 1px;
	cursor: url("/static/upload/image/20241025/1729818182448309.png"), auto;
}

a,
a:hover,
a:visited {
	text-decoration: none;
	color: unset;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

.clear-fix::after {
	display: block;
	content: "";
	clear: both;
}

img {
	max-width: 100%;
}

.flex {
	display: flex;
}

.flex.clear-fix {
	display: flex;
	flex-wrap: wrap;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt20 {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.pad40 {
	padding: 0px 40px;
}

.pad80 {
	padding: 0px 80px;
}

.pad0 {
	padding: 0px;
}

.imgfit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.imgfit video {
	width: 100%;
	height: 100%;
	border: 0px;
}

.imgfit iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	min-height: 250px;
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 0%;
	opacity: 0.7;
	background-color: rgb(58, 58, 58, 0.5);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	transition: all 0.3s;
}

.swiper-button .swiper-button-next:after,
.swiper-button .swiper-button-prev:after {
	font-size: 14px;
	color: #fff;
}

.swiper-button .swiper-button-next:hover,
.swiper-button .swiper-button-prev:hover {
	opacity: 1;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
}

.swiper-button .swiper-button-next {
	opacity: 0;
}

.swiper-button .swiper-button-prev {
	opacity: 0;
}

.swiper-container:hover .swiper-button .swiper-button-next,
.swiper-container:hover .swiper-button .swiper-button-prev {
	opacity: 0.8;
}

.header {
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	transition: all 0.3s;
}


.header-con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}

.header .logo {
	padding: 10px 0;
}

.header .logo img {
	transition: all 0.3s;
}

.header .logo span {
	font-size: 16px;
	line-height: 70px;
	margin-left: 20px;
	color: #aaaaaa;
	transition: all 0.3s;
}

.header .logo span i.line {
	margin: 0px 10px;
	display: inline-block;
	width: 2px;
	height: 17px;
	margin-bottom: 1px;
	background-color: #aaaaaa;
	vertical-align: text-bottom;
}


.header-menulist .header-menuitem {
	display: flex;
	position: relative;
}


.header-menulist .header-menuitem a.muenlink {
	display: block;
	line-height: 70px;
	font-size: 16px;
	padding: 0px 15px;
	color: #aaaaaa;
	transition: all 0.2s;
}

.header-menulist .header-menuitem a.muenlink:hover,
.header-menulist .header-menuitem a.muenlink.active {
	color: #dddddd;
}

.header-menulist .header-menuitem .header-submenuitem {
	position: absolute;
	border-top: 1px solid #aaa;
	z-index: 10;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) rotateX(90deg);
	transform-origin: top;
	background-color: #f5f5f5;
	transition: all 0.3s;
}

.header-menulist .header-menuitem:hover .header-submenuitem {
	transform: translateX(-50%) rotateX(0deg);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.header-menulist .header-menuitem .header-submenuitem a {
	display: block;
	position: relative;
	width: 200px;
	padding: 0px 20px;
	line-height: 50px;
	transition: all 0.3s;
}

.header-menulist .header-menuitem .header-submenuitem a img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 9px;
	transition: all 0.3s;
	opacity: 0;
}

.header-menulist .header-menuitem .header-submenuitem a:hover {
	background-color: #ddd;
	padding-left: 35px;
	opacity: 1;
}

.header-menulist .header-menuitem .header-submenuitem a:hover img {
	opacity: 1;
}

.header-menulist .header-menuitem a.muenlink img {
	height: 9px;
	transform: rotate(90deg);
	margin-left: 15px;
}

.header-menulist {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.lanuage {
	margin-left: 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.lanuage .button {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	padding: 3px 15px;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	transition: all 0.3s;
}

.lanuage ul {
	transform: rotateX(90deg);
	transform-origin: top;
	display: block;
	position: absolute;
	top: 100%;
	transition: all 0.3s;
	border: 1px solid #aaa;
}

.lanuage ul li {
	line-height: 30px;
	font-size: 16px;
	padding: 3px 15px;
	color: #aaaaaa;
	transition: all 0.3s;
}

.lanuage ul li a {
	transition: all 0.3s;
}

.lanuage:hover ul {
	transform: rotateX(0deg);
}

.lanuage:hover .button {
	border-color: #dddddd;
	color: #dddddd;
}

.lanuage ul li:hover {
	background-color: #333;
	color: #dddddd;
}

.lanuage ul li:hover a {
	color: #dddddd;
}

.header.white {
	background-color: #fff;
	box-shadow: 0 10px 30px 0 rgba(255, 255, 255, 0.2);
}

.header.white span,
.header.white a.muenlink {
	color: #333333;
}

.header.white a.muenlink.active,
.header.white a.muenlink:hover {
	color: #000000;
}

.header.white .lanuage .button {
	color: #333333;
	border: 1px solid #333333;
}

.header.white .lanuage ul {
	border: 1px solid #333333;
	background-color: #fff;
}

.header.white .lanuage ul li:hover {
	background-color: #dfdfdf;
	color: #333333;
}

.header.white .logo img {
	filter: invert(100%);
}


.indexmain {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #000000;
}


.indexmain video {
	width: 100%;
	max-height: 100%;
	display: block;
	max-width: 800px;
	margin: auto;
	overflow: hidden;
	object-fit: contain;
}

.main {
	background-color: #000000;
	background-image: url("/template/skin/images/banner.jpg");
	background-attachment: fixed;
	background-size: cover;
	min-height: 100vh;
}

.main.background1 {
	background-image: url("/template/skin/images/banner1.jpg");
}

.banner {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

	.banner .overlayer {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.8);
	}



.banner .banner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #dddddd;
	position: relative;
	height: 100%;
}


.banner .banner-content {
	display: flex;
	align-items: center;
}

.banner .banner-content .left {
	width: 30%;
}

.banner .banner-content .right {
	width: 70%;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.banner .right-content {
	text-align: left;
	padding: 10px 30px 30px 0;
	border-right: 5px solid #dddddd;
}

.banner .right-content .p {
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: normal;
}

.banner .right-content .title {
	text-align: right;
	font-size: 50px;
}

.banner .right-content .subtitle {
	text-align: right;
	/* font-size: 24px; */
}

.banner .right-content .title+.subtitle {
	font-weight: bold;
}

.banner .banner-content h1 {
	font-size: 50px;
	padding-right: 30px;
}

.banner .banner-content .top-border {
	display: inline-block;
	border: 5px solid #dddddd;
	border-bottom: none;
	width: 250px;
	height: 40px;
}

.banner .banner-content .bottom-border {
	display: inline-block;
	border: 5px solid #dddddd;
	border-top: none;
	width: 250px;
	height: 40px;
}


.banner.reverse .banner-content h1 {
	padding: 0px 0px 0px 30px;
}


.banner.reverse .banner-content .right {
	text-align: right;
	align-items: flex-start;
}

.banner.reverse .right-content {
	border-right: none;
	border-left: 5px solid #dddddd;
	padding-left: 30px;
	padding-right: 0px;
	text-align: left;
}

.banner.reverse .right-content .title,
.banner.reverse .right-content .subtitle {
	text-align: left;
}





.common-title {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* .common-title .left-border {
	border: 5px solid #dddddd;
	border-right: none;
	width: 50px;
	height: 50px;
}

.common-title .right-border {
	border: 5px solid #dddddd;
	border-left: none;
	width: 50px;
	height: 50px;
} */


.common-title .center-title {
	padding: 0 30px 0;
	font-size: 50px;
	text-align: left;
}

.common-title .center-title.center {
	text-align: center;
}

.common-title .center-title h1 {
	letter-spacing: 4px;
}

.common-title .center-title p {
	font-size: 20px;
	text-transform: uppercase;
}

.structure .common-title {
	margin-bottom: 50px;
}

.structure .description {
	text-align: center;
	margin: 25px auto;
	font-size: 16px;
}

.structure {
	height: auto;
	position: relative;
}

.structure .col-md-4 {
	position: relative;
	height: 200px;
}

.structure .item {
	transition: all 0.3s;
	padding: 40px 20px 40px;
	border-radius: 5px;
	overflow: hidden;
	height: auto;
	transition: all 0.3s;
}

.structure .item.active {
	height: auto;
	top: 0;
	z-index: 2;
	padding: 10px 0px 10px;
}

.structure .item .background {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: all 0.3s;
	z-index: 1;
	display: none;
}

.structure .item.active .background {
	opacity: 0;
}

.structure .item .imgicon {
	width: 100%;
	text-align: center;
	padding: 15px 30px;
	position: relative;
	z-index: 2;
}

.structure .item .imgicon svg {
	width: 48px;
}

.structure .item.active .imgicon svg path {
	fill: #fff;
	transition: all 0.3s;
}

.structure .item.active .text {
	font-size: 16px;
	line-height: 24px;
	transition: all 0.3s;
	color: #dddddd;
	margin-bottom: 20px;
}

.structure .item.active .text span {
	color: #dddddd;
	transition: all 0.3s;
}



.structure .item .text {
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #444444;
}

.structure .item .text span {
	color: #0077ff;
}

.structure .item .circle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	background-color: rgba(0, 119, 255, 0.5);
	position: absolute;
	transition: all 0.4s;
	transition-delay: 0.3s;
	right: -100px;
	bottom: -100px;
	z-index: 0;
}

.structure .item .text span.bigtext {
	font-size: 28px;
}

.structure .item.active .circle {
	right: -200px;
	bottom: -200px;
}

.structure.origin .item.active {
	height: auto;
}

.structure.origin .item {
	height: auto;
}


.target .content,
.project .text-content {
	padding: 0px 15%;
}

.target .content p,
.project .text-content p {
	margin-top: 30px;
	text-align: center;
	color: #dddddd;
	font-size: 20px;
	line-height: 40px;
	/* word-break: break-all; */
}

.target .content span.bigtext {
	font-size: 28px;
}

.project .text-content span {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	margin-top: 50px;
}

.target+.target {
	margin-top: 150px;
}

.project .common-title {
	margin-top: 40px;
}

.project .common-title span.margin {
	margin: 0px 15px;
}



.project .common-title .left-border,
.project .common-title .right-border {
	height: 90px;
}


.project .description-btn {
	width: 200px;
	height: 50px;
	border: 2px solid #dddddd;
	margin: 50px auto 50px;
	position: relative;
}


.project .description-btn .description-content {
	display: block;
	text-align: center;
	width: 0;
	overflow: hidden;
}

.project .description-btn .overbox {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
	width: 200px;
	height: 50px;
	overflow: hidden;
	z-index: 1;
}

.project .description-btn.delay .overbox {
	width: 450px;
	height: 600px;
	top: 400%;
	border-radius: 15px;
	box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.15);
}

.project .description-btn .background {
	position: absolute;
	border-radius: 50%;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: all 1.5s;
	z-index: -1;
}


.project .description-btn.delay .background {
	width: 800px;
	height: 800px;
	background-color: #000000;
	background-size: cover;
	z-index: 0;
}

.project .description-btn .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition-delay: 1.5s;
	transition-delay: 0s;
}

.project .description-btn.delay .background img {
	opacity: 0;
}

.project .description-btn .text h1 {
	height: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.project .description-btn .text {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	width: 200px;
	height: 50px;
	overflow: hidden;
	z-index: 1;
}

.project .description-btn.delay .text {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	width: 200px;
	height: 50px;
	overflow: hidden;
	z-index: 1;
}

.project .description-btn.delay .text {
	padding: 15px 20px;
	width: 450px;
	height: 600px;
	border-radius: 15px;
}

.project .description-btn.delay .text h1 {
	color: #cc0000;
}

.project .description-btn .text p {
	color: #000000;
	margin-top: 20px;
	font-weight: normal;
	opacity: 0;
	letter-spacing: 2px;
	transition: margin-top 0.5s, opacity 0.5s, color 1s;
	font-size: 16px;
	line-height: 28px;
	transition-delay: 0s;
}

.project .description-btn.delay .text p span {
	display: inline-block;
	position: relative;
}

.project .description-btn .text p span::after {
	content: "";
	display: block;
	position: absolute;
	height: 0%;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
	background-color: #000000;
}

.project .description-btn .text .icon1 {
	position: absolute;
	right: 0;
	bottom: 40px;
	opacity: 0;
	width: 80%;
	transform: scale(1.1);
	transition: all 0.1s;
	z-index: 1;
}

.project .description-btn.delay .description-content {
	display: block;
	width: 100%;
	opacity: 1;
}

.project .description-btn.delay .text p {
	margin-top: 0;
	opacity: 1;
	color: #cc0000;
}

.project .description-btn.delay .text p span::after {
	height: 100%;
}

.project .description-btn.delay .text .icon1 {
	opacity: 0.8;
	transform: scale(1);
}

.project .description-btn.delay .description-content p:nth-child(1) {
	transition-delay: 1s;
}

.project .description-btn.delay .description-content p:nth-child(2) {
	transition-delay: 1.5s;
}

.project .description-btn.delay .description-content p:nth-child(3) {
	transition-delay: 2s;
}

.project .description-btn.delay .description-content p:nth-child(4) {
	transition-delay: 2.5s;
}

.project .description-btn.delay .description-content p:nth-child(5) {
	transition-delay: 3s;
}

.project .description-btn.delay .description-content p:nth-child(6) {
	transition-delay: 3.5s;
}

.project .description-btn.delay .description-content p:nth-child(7) {
	transition-delay: 4s;
}

.project .description-btn.delay .description-content p:nth-child(8) {
	transition-delay: 4.5s;
}

.project .description-btn.delay .description-content p:nth-child(9) {
	transition-delay: 5s;
}

.project .description-btn.delay .description-content p:nth-child(10) {
	transition-delay: 5.5s;
}

.project .description-btn.delay .description-content p:nth-child(11) {
	transition-delay: 6s;
}

.project .description-btn.delay .description-content p:nth-child(12) {
	transition-delay: 6.5s;
}

.project .description-btn.delay .description-content p:nth-child(13) {
	transition-delay: 7s;
}

.project .description-btn.delay .description-content p:nth-child(14) {
	transition-delay: 7.5s;
}

.project .description-btn.delay .description-content p:nth-child(15) {
	transition-delay: 8s;
}

.project .description-btn.delay .description-content p:nth-child(16) {
	transition-delay: 8.5s;
}

.project .description-btn.delay .description-content p:nth-child(17) {
	transition-delay: 9.2s;
}

.project .description-btn.delay .description-content p:nth-child(18) {
	transition-delay: 10s;
}

.project .description-btn.delay .description-content p:nth-child(1) span::after {
	transition-delay: 10.3s;
}

.project .description-btn.delay .description-content p:nth-child(2) span::after {
	transition-delay: 10.6s;
}

.project .description-btn.delay .description-content p:nth-child(3) span::after {
	transition-delay: 10.9s;
}

.project .description-btn.delay .description-content p:nth-child(4) span::after {
	transition-delay: 11.2s;
}

.project .description-btn.delay .description-content p:nth-child(5) span::after {
	transition-delay: 11.5s;
}

.project .description-btn.delay .description-content p:nth-child(6) span::after {
	transition-delay: 11.8s;
}

.project .description-btn.delay .description-content p:nth-child(7) span::after {
	transition-delay: 12.1s;
}

.project .description-btn.delay .description-content p:nth-child(8) span::after {
	transition-delay: 12.4s;
}

.project .description-btn.delay .description-content p:nth-child(9) span::after {
	transition-delay: 12.7s;
}

.project .description-btn.delay .description-content p:nth-child(10) span::after {
	transition-delay: 13s;
}

.project .description-btn.delay .description-content p:nth-child(11) span::after {
	transition-delay: 13.3s;
}

.project .description-btn.delay .description-content p:nth-child(12) span::after {
	transition-delay: 13.6s;
}

.project .description-btn.delay .description-content p:nth-child(13) span::after {
	transition-delay: 13.9s;
}

.project .description-btn.delay .description-content p:nth-child(14) span::after {
	transition-delay: 14.2s;
}

.project .description-btn.delay .description-content p:nth-child(15) span::after {
	transition-delay: 14.5s;
}

.project .description-btn.delay .description-content p:nth-child(16) span::after {
	transition-delay: 14.8s;
}

.project .description-btn.delay .description-content p:nth-child(17) span::after {
	transition-delay: 15.1s;
}

.project .description-btn.delay .description-content p:nth-child(18) span::after {
	transition-delay: 15.4s;
}


.project .description-btn.delay .description-content .icon1 {
	transition-delay: 11s;
}

.project .description-btn.delay .background img {
	transition: all 12s;
}


.rule-list {
	position: relative;
	align-content: center;
	justify-content: space-between;
}


.rule-list .rule-item {
	transition: all 0.3s;
	width: 100%;
	/* height: 500px; */
	display: flex;
	margin-top: 40px;
}

.rule-list .rule-item h1 {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1;
	height: auto;
	margin-top: 13px;
}

.rule-list .rule-item span {
	vertical-align: middle;
	letter-spacing: 4px;
	width: 50%;
}

.rule-list .rule-item h1 svg {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.rule-list .rule-item .rule-content {
	width: 50%;
	overflow: hidden;
	color: #ffffff;
	/* height: 500px; */
	transition: all 0.3s;
	position: relative;
}

.rule-list .rule-item .rule-content .circle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	background-color: rgba(0, 119, 255, 0.5);
	position: absolute;
	transition: all 0.4s;
	transition-delay: 0.3s;
	right: -200px;
	bottom: -200px;
	z-index: 0;
}

.rule-list .rule-item .rule-content p {
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #dddddd;
}

.rule-list .rule-item .rule-content h2 {
	line-height: 24px;
	color: #999999;
	font-style: oblique;
}


/* .rule-list .rule-item:hover .rule-content .circle {
	right: -100px;
	bottom: -100px;
}
 */


.banner .right-content .subtitle {
	font-size: 20px;
	text-transform: uppercase;
}

.banner-content.member .right {
	width: 100%;
}


.banner-content.member .right .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.banner-content.member .right .flex .img {
	width: calc(40px * 3 + 6px);
	margin-top: -45px;
	position: relative;
}

.banner-content.member .right .flex .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: url(../images/overlay.png);
}


.banner-content.member .right .flex .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}


.banner-content.member .right .flex .img .losetext {
	position: absolute;
	z-index: 10;
	bottom: -30px;
	left: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
}

.banner-content.member .right-content .p {
	margin-top: 12px;
}

span.mark1 {
	color: #dd0000 !important;
	background-color: transparent;
	cursor: pointer;
	white-space: nowrap;
	/*text-decoration: line-through;*/
}


.banner.reverse .banner-content.member .right-content .flex {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}

.moverlayer {
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0;
}

.moverlayer.open {
	transform: translateY(0%);
	z-index: 100;
	opacity: 1;
}

.moverlayer .close-click {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.4);
	background-color: #fff;
	padding: 80px 50px;
	width: 800px;
	height: 550px;
	border: 10px solid #dd0000;
	transition: all 0.3s;
	z-index: 10;
}



.message h1 {
	font-size: 36px;
	color: #dd0000;
	display: flex;
	align-items: center;
}

.message h1 span {
	margin-left: 15px;
}

.message p {
	margin-top: 15px;
	font-size: 20px;
}

.message .tips {
	margin-top: 15px;
}

.message .tips .t1 {
	font-size: 20px;
	color: #dd0000;
}

.message .tips .t2 {
	font-size: 26px;
	color: #dd0000;
}

.message .tips .t3 {
	font-size: 32px;
	color: #dd0000;
}


.message .btn {
	display: block;
	margin: auto;
	width: 120px;
	height: 40px;
	text-align: center;
	border: 3px solid #dd0000;
	color: #dd0000;
	font-size: 20px;
	margin-top: 30px;
	height: auto;
	transition: all 0.3s;
}

.message .btn:hover {
	background-color: #dd0000;
	color: #fff;
}



.moverlayer.open .message {
	transform: translate(-50%, -50%) scale(1);
}

.moverlayer .waring1 {
	width: 3000px;
	height: 100px;
	background-image: url(../images/waring1.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	transform: translate(-2000px, 1678px) rotate(-40deg);
	position: absolute;
	left: -200px;
	bottom: -80px;
	transition: all 0.5s;
}


.moverlayer.open .waring1 {
	transform: translate(0, 0) rotate(-40deg);
	transition-delay: 0.6s;
	display: none;
}

.moverlayer .waring2 {
	width: 3000px;
	height: 100px;
	background-image: url(../images/waring2.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	transform: translate(2000px, 352px) rotate(10deg);
	position: absolute;
	right: 0;
	top: 100px;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	display: none;
}

.moverlayer.open .waring2 {
	transform: translate(0, 0) rotate(10deg);
	transition-delay: 0.8s;
	display: none;
}


.moverlayer .waring3 {
	width: 3000px;
	height: 100px;
	background-image: url(../images/waring4.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	transform: translate(-3000px, -315px) rotate(6deg);
	position: absolute;
	right: 0;
	top: 730px;
	left: -302px;
	transition: all 0.8s;
	z-index: 100;
	display: none;
}

.moverlayer.open .waring3 {
	transform: translate(0, 0) rotate(6deg);
	transition-delay: 1s;
	display: none;
}


.moverlayer .waring4 {
	width: 3000px;
	height: 100px;
	background-image: url(../images/waring6.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	transform: translate(3000px, -528px) rotate(-10deg);
	position: absolute;
	right: 0;
	top: 230px;
	left: -302px;
	transition: all 0.8s;
	display: none;
}

.moverlayer.open .waring4 {
	transform: translate(0, 0) rotate(-10deg);
	transition-delay: 0.4s;
	display: none;
}


.moverlayer .waring5 {
	width: 3000px;
	height: 100px;
	background-image: url(../images/waring1.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	transform: translate(-3000px, 2517px) rotate(-40deg);
	position: absolute;
	top: 0px;
	left: -600px;
	transition: all 0.5s;
	display: none;
}


.moverlayer.open .waring5 {
	transform: translate(0, 0) rotate(-40deg);
	transition-delay: 1.3s;
	display: none;
}

#translate {
	display: none;
}


.member-title {
	padding: 20vh 0 0;
	background-color: rgba(0, 0, 0, 0.8);
}


.member-title .common-title .center-title h1 {
	text-align: center;
	font-size: 50px;
	color: #dddddd;
}

.member-title .common-title .center-title p {
	text-align: center;
	font-size: 20px;
	color: #dddddd;
}

.menu-panel {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	padding: 0;
	transform-origin: top;
	transform: rotateX(90deg);
	transition: all 0.3s;
	border-top: 2px solid #333333;
}

.menu-panel .container {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}


.menu-panel .col50 h1 {
	display: block;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	transition: all 0.3s;
	padding: 3px 20px;
}

.menu-panel .col50 a:hover h1 {
	color: #000;
	background-color: #dfdfdf;
}

.header-menuitem:hover .menu-panel {
	transform: rotateX(0deg);
}

#origin .origin,
#structure .structure {
	padding: 0px 15%;
}

#slzw {
	height: auto;
	padding: 150px 0;
}

#zlzx {
    height: auto;
    padding: 35vh 0;
}

#qsrwb {
	height: auto;
	padding: 150px 0;
}

#qsrwb .project {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-content: center; */
}

.login-container {
	width: 100%;
	opacity: 0.9;
	padding: 50px 40px;
	margin: 50px auto;
	/*    box-shadow: 0 0 50px rgba(255, 255, 255, 0.25);*/
	transition: all 0.3s ease;
}

#loginForm {
	margin: auto;
	width: 420px;
}

.login-title {
	text-align: center;
	font-size: 64px;
	font-weight: 500;
	letter-spacing: 25px;
	color: #f9f9f9;
	margin-bottom: 8vh;
	position: relative;
}

.login-title::after {
	content: "";
	display: block;
	width: 40vw;
	height: 3px;
	background-color: #f9f9f9;
	margin: 1.5vh auto 0;
}

.login-form-group {
	margin-bottom: 3vh;
	position: relative;
}

.login-input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	color: #444;
	transition: all 0.3s ease;
	outline: none;
}

.login-input:focus {
	border-color: #dd0000;
	box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1);
}

.login-input::placeholder {
	color: #aaa;
	letter-spacing: 0;
}

.login-btn {
	width: 100%;
	height: 52px;
	background-color: #666;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 2px;
}

.login-btn:hover {
	background-color: #444;
	box-shadow: 0 0 15px rgba(100, 100, 100, 0.2);
}

.login-btn:active {
	transform: scale(0.98);
}

.alert-danger {
	margin-top: 1rem;
	padding: 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(220, 38, 38, 0.2);
	background-color: rgba(220, 38, 38, 0.1);
	color: #dc2626;
	font-size: 1.5rem;
	text-align: center;
	display: none;
}

.alert-danger.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.welcome-text {
	font-size: 30px;
}

.welcome-title {
	text-align: center;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 40px;
	color: #f9f9f9;
	margin-bottom: 8vh;
	position: relative;
}

.welcome-title::after {
	content: "";
	display: block;
	width: 30vw;
	height: 3px;
	background-color: #f9f9f9;
	margin: 1.5vh auto 0;
}
.problem-set {
	position: relative;
	left: 0;
	right: 0;
/*	padding-bottom: 0px;*/
}

.problems {
	display: flex;
	flex-direction: column; 
	align-items: center; 
	gap: 20px; 
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0 100px 0;
}

.problem {
	background-image: url('../images/problem-bg.png');
	background-size: cover;
	width: 100%; 
	text-align: center; 
	padding: 20px; 
	box-sizing: border-box;
}

.problem-set-title {
	background-image: url('../images/problem-set-title.png');
	background-size: 100% 100%;
	position: absolute;
	top: 150px;
	height: 125px;
	left: 0;
	right: 0;
}

.problem-content {
    background-image: url("../images/problem-content-bg.png");
    background-size: 100% 100%;

    margin: auto;
    height: 750px;
    width: 500px;
}

.problem-content-list {
    padding: 150px 0;
    display: flex;
    flex-direction: column;
	gap:60px;
}

@media screen and (max-width: 768px) {
	.login-container {
		padding: 40px 30px;
		box-shadow: 0 5px 20px rgba(255, 255, 255, 0.08);
	}

	.login-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.login-form-group {
		margin-bottom: 24px;
	}

	.login-input,
	.login-btn {
		height: 48px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1200px) {}

.mobile_show {
	display: none;
}

.mobile_hide {
	display: block;
}

@media screen and (max-width: 768px) {
	.mobile_show {
		display: block;
	}

	.mobile_hide {
		display: none;
	}
}