@font-face {
	font-family: 'iconfont';
	src: url(../icons/iconfont.eot);
	src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
		url(../icons/iconfont.woff) format('woff'),
		url(../icons/iconfont.ttf) format('truetype'),
		url(../icons/iconfont.svg#iconfont) format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Thin.woff2');
	font-weight: 200;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Light.woff2');
	font-weight: 300;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC.woff2');
	font-weight: 400;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
	font-weight: 500;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2');
	font-weight: 600;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Black.woff2');
	font-weight: 700;
}

@font-face {
	font-family: 'DIN';
	src: url('../fonts/D-DIN-PRO-500-Medium.otf');
}

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	list-style: none;
	color: var(--color2);
	font-family: 'DIN', 'HarmonyOSSansSC';
	font-weight: 300;
	line-height: 1.6;
	font-size: 1.6rem;
}

p {
	margin: 1rem 0;
	line-height: 1.8;
}

img {
	display: block;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color);
}

::selection {
	background: var(--color);
	color: #fff;
}

.flexBoxs {
	display: flex;
	flex-wrap: wrap;
}

html,
body {
	font-size: 62.5%;
	width: 100%;
	position: relative;
	--color: #d50707;
	--color2: #252525;
	-webkit-font-smoothing: antialiased;
}


.w_all {
	width: 94%;
	margin: 0 auto;
}

.w_all2 {
	width: 33vw;
	margin: auto;
}

header.shows {
	opacity: 1;
	transition: all 0.5s ease;
}

.banner.shows::before {
	opacity: 0;
	transition: all 0.6s ease;
}

.banner.shows .txt h2 {
	color: #fff;
	transition: all 0.6s ease;
}

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all 0.6s ease;
	padding: 2rem 0;
	opacity: 0;
}

header.active {
	background: rgba(255, 255, 255, 0.5);
	padding: 1rem 0;
	backdrop-filter: blur(5px);
}

header.header2 {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
}

header.hide {
	transform: translateY(-100%);
}

header .navbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo img {
	height: 2.8rem;
	position: relative;
	z-index: 9999;
	filter: invert(1) brightness(1000);
}

header.active .logo img,
header.header2 .logo img {
	filter: none;
}

header ul {
	display: flex;

}

header ul li {
	position: relative;
	margin: 0 3.2vw;
}

header ul li h2 {
	font-size: 1.6rem;
	color: #fff;
	transition: all 0.6s;
	display: block;
}

header.active ul .wave-text .char,
header.header2 ul .wave-text .char {
	color: var(--color2);
	text-shadow: rgba(0, 0, 0, 0.6) 0px 3rem 0px;
}

.word {
	display: block;
	overflow: hidden;
	color: inherit;
	line-height: 1;
}

.wave-text .char {
	color: #fff;
	display: inline-block;
	text-shadow: rgba(255, 255, 255, 0.6) 0px 3rem 0px;
	transition: 0.5s;
}

.wave-text:hover .char {
	transform: translateY(-3rem);
}

header .ll {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.8rem;
	padding: 0px 0 0px 3.6rem;
	background: rgba(89, 3, 3, 0.5);
	border-radius: 0.6rem;
	cursor: pointer;
	backdrop-filter: blur(1rem);
	transition: all 0.75s cubic-bezier(0.43, 0.195, 0.02, 1);
	overflow: hidden;
	position: relative;
}

header .ll h2 {
	font-size: 1.6rem;
	color: #fff;
	transition: all 0.75s cubic-bezier(0.43, 0.195, 0.02, 1);
	transform: translateY(0.1rem);
}

header .ll .ss {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.75s cubic-bezier(0.43, 0.195, 0.02, 1);
	pointer-events: none;
	background: rgba(89, 3, 3, 0.5);
	width: 4.8rem;
	height: 4.8rem;
}

header .ll .ss img {
	width: 1.8rem;
	filter: invert(1) brightness(1000);
	transition: transform 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

header .ll .ss.before img {
	transform: translateX(-2.4rem);
}

header .ll .ss.before {
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateX(-100%);
}

header .ll .ss.after {
	position: relative;
	transform: translateX(0%);
	margin-left: 3.6rem;
}

header .ll:hover .ss {
	background: rgba(89, 3, 3, 0.5);
}

header .ll:hover .ss.before img {
	transform: translateX(0);
}

header .ll:hover .ss.before {
	transform: translateX(0%);
}

header .ll:hover h2 {
	transform: translateX(4.8rem) translateY(0.1rem);
}

header .ll:hover .ss.after {
	transform: translateX(4.8rem);
}

header .ll:hover .ss.after svg {
	transform: translateX(2.4rem);
}

.navBtn {
	z-index: 99999;
	cursor: pointer;
	display: none;
	margin-left: 2rem;
}

.navBtn span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px auto;
}

header.on .navBtn span,
header.active .navBtn span,
header.header2 .navBtn span {
	background: var(--color2);
}

.nav_btn_active {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nav_btn_active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
	opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
	margin-top: -59%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
}

.banner .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 6;
	overflow: hidden;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
}

.banner .txt h2 {
	font-size: 6rem;
	font-weight: 400;
}

.banner .txt>div {
	width: 120px;
	height: 120px;
}

.more h6 {
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
	font-weight: 400;
	color: #fff;
}

.more h6 img {
	width: 2.6rem;
	margin-top: -2px;
	margin-left: 1.5rem;
	filter: invert(1) brightness(1000);
	transition: all 0.5s ease;
	will-change: transform;
}


.more span {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}

.more i {
	background: #fff;
	width: 3px;
	height: 3px;
	border-radius: 3rem;
	margin-right: 5px;
	transition: all 0.5s ease;
}

.more .i2 {
	width: 25px;
	transform-origin: 50% 50% 0px;
}

.more:hover .i2 {
	width: calc(100% - 10px);
}

.more:hover img {
	transform: rotate(45deg);
}

.title {
	margin-bottom: 8vh;
}

.title .top {
	width: max-content;
}

.title .top h3 {
	font-size: 1.8rem;
	margin: 0 0 -1rem;
}

.title .top span {
	width: 100%;
	height: 1px;
	display: inline-block;
	background: var(--color2);
	transform-origin: 0 0;
}

.title h4 {
	font-size: 3rem;
}

.title p {
	margin-top: 2rem;
}

.titleCenter {
	text-align: center;
}

.index_bars {
	padding: 15vh 0;
}

.index_about {
	position: relative;
}

.index_about video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
}

.index_about .contain {
	justify-content: space-between;
	position: relative;
	z-index: 6;
}

.index_about .txt {
	width: 50%;
}

.txtMove h6,
.txtMove h6 span {
	font-size: 4rem;
	line-height: 1.4;
	font-family: 'HarmonyOSSansSC';
}

.txtMove .h62,
.txtMove .h62 span {
	font-weight: 400;
	color: var(--color);
}

.txtMove {
	position: relative;
	height: 114px;
}

.txtMove .t0 {
	position: absolute;
}

.txtMove .bottom {
	opacity: 0.1;
}

.index_about .tt2 {
	width: 72%;
	margin-top: 3vh;
}

.index_about .tt2 h6,
.index_about .tt2 h6 span {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
}

.index_about dl {
	width: 26%;
}

.index_about dl dd:not(:last-of-type) {
	padding: 0 0 10vh 0;
}

.index_about dl dd h5 {
	font-size: 3rem;
	font-weight: 400;
}

.index_about dl dd h5 strong {
	font-size: 8rem;
	margin-right: 1rem;
	font-weight: bold;
	line-height: 1;
}

.index_about dl dd p {
	margin: 0.8rem 0 0;
}

.works-wrap {
	position: relative;
}

.works {
	position: sticky;
	top: 0;
	width: 100%;
	background: #000;
	padding-bottom: 0;
	overflow: hidden;
	height: 100vh;
}

.works .contain {
	position: relative;
	justify-content: space-between;
	height: 100%;
}

.works .ll {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.works .title h3,
.works .title h4 {
	color: #fff;
}

.works .title .top span {
	background: #fff;
}

.works .uls {
	height: 50%;
	margin-bottom: 15%;
	padding: 0% 0 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.works .uls::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3%;
	width: 100%;
	height: 33.3%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0));
	z-index: 3;
	pointer-events: none;
}

.works .uls::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3%;
	width: 100%;
	height: 33.3%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0));
	z-index: 3;
	pointer-events: none;
}

.works .ll ul {
	position: relative;
	will-change: transform;
}

.works ul li:first-of-type {
	padding-top: 12%;
}

.works ul li:last-of-type {
	padding-bottom: 8%;
}

.works ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	transition: all 0.5s ease;
	padding-right: 10%;
	margin: 5vh 0;
}

.works ul li:hover a {
	transform: translateX(10px);
}

.works ul li.active a {
	transform: translateX(10px);
}

.works ul li h5 {
	font-size: 6rem;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	transition: all 0.5s ease;
}

.works ul li p {
	font-size: 1.8rem;
	color: #fff;
	opacity: 0.4;
	margin: 0;
}

.works .rr {
	width: 50%;
	padding: 3% 0 0%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.works .rr .bbs {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	margin: 3rem 0;
}

.works .rr .bbs:last-of-type {
	margin-bottom: 8rem;
}

.works .rr a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

.works .rr .bbs b img {
	width: 100%;
	opacity: 1;
	transition: all 0.8s ease;
}

.works .rr .bbs:hover b img {
	transform: scale(1.06);
	opacity: 0.7;
}

.works .tt {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 3rem;
	box-sizing: border-box;
}

.works-ph {
	display: none;
}

.adv ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}

.adv ul li a {
	overflow: hidden;
	height: 0;
	display: none;
}

.adv ul li b {
	display: block;
	position: relative;
	height: 23vw;
	border-radius: 2rem;
}

.adv ul li b img {
	width: 16rem;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.adv ul li b img:nth-of-type(2) {
	opacity: 0;
}

.adv ul li b:hover img {
	opacity: 0;
}

.adv ul li b:hover img:nth-of-type(2) {
	opacity: 1;
}

.adv ul li h6 {
	font-size: 2rem;
	font-weight: 500;
	margin: 2.5rem 0 0;
}

.service {
	width: 100%;
	background: #000;
}

.service .contain {
	position: relative;
	justify-content: space-between;
}

.service .ll {
	width: 39%;
}

.service .title h3,
.service .title h4 {
	color: #fff;
}

.service .title .top span {
	background: #fff;
}

.service .ll .tt1 {
	margin-top: 15vh;
}

.service .txtMove h6,
.service .txtMove h6 span {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.6;
}

.service .txtMove .h62,
.service .txtMove .h62 span {
	color: #dddddd;
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 1.5rem;
}

.service ul {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 50%;
}

.service ul li {
	padding: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.service ul li .tl {
	width: calc(100% - 8rem);
	align-items: center;
	display: flex;
}

.service ul li .tl img {
	width: 0;
	height: 8.5vh;
	border-radius: 0.5rem;
	transition: all 0.5s ease;
}

.service ul li .tl h5 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
	will-change: transform;
	transition: all 0.5s ease;
}

.service ul li .tr {
	background-color: #222;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	padding: 25px;
	display: flex;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}

.service ul li .tr .line1 {
	background-color: #fff;
	width: 2px;
	height: 30%;
	position: absolute;
	transition: all 0.5s ease;
}

.service ul li .tr .line2 {
	background-color: #fff;
	width: 30%;
	height: 2px;
	position: absolute;
}

.service ul li .tt {
	width: 100%;
	padding: 0 12.8vh;
	box-sizing: border-box;
	display: none;
}

.service ul li .tt p {
	color: #fff;
	margin: 0;
}

.service ul li:hover .tl img {
	width: 10vh;
}

.service ul li:hover .tl h5 {
	margin-left: 2.5rem;
}

.service ul li.active .tr .line1 {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.partner {
	background: #eeeeee;
	padding-bottom: 8rem !important;
}

.partner .title {
	margin: 0 auto 4rem;
}

.partner ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 5vw 0% 6vw;
	box-sizing: border-box;
}

.partner ul li {
	position: relative;
}

.partner ul b {
	position: relative;
	display: flex;
	z-index: 6;
	align-items: center;
	justify-content: center;
}

.partner ul b img {
	height: 2.6vw;
	margin: auto;
	object-fit: cover;
}

.partner ul b img:first-of-type {
	display: none;
}

.partner ul li:hover b img {
	display: none;
}

.partner ul li:hover b img:nth-of-type(1) {
	display: block;
}

.partner ul p {
	text-align: center;
	font-family: 'HarmonyOSSansSC';
	position: absolute;
	width: 100%;
	bottom: -7rem;
	z-index: 6;
	color: #aeafb1;
	margin: 0;
	transition: all 0.5s ease;
}

.partner ul li::before {
	content: '';
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform .4s;
	z-index: 1;
	height: 14vw;
	width: 14vw;
}

.partner ul li:hover::before {
	transform: translate(-50%, -50%) scale(1);

}

.partner ul li:hover p {
	color: var(--color2);
}

.index_case {
	background: #f9f9f9;
	position: relative;
}

.index_case .title {
	margin: 0 auto;
	position: relative;
	z-index: 6;
}

.index_case .contain {
	position: relative;
	z-index: 6;
	margin-top: 12rem;
}

.index_case .swiper-container {
	overflow: hidden;
}

.index_case .swiper-slide a {
	display: block;
	background: #fff;
	border-radius: 1rem;
	padding: 2rem 3rem;
	box-sizing: border-box;
}

.index_case .swiper-slide .tops {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.index_case .swiper-slide .tops span {
	display: flex;
	align-items: center;
}

.index_case .swiper-slide .tops span i {
	width: 6px;
	height: 6px;
	background: #e9e9e9;
	border-radius: 50%;
	margin-right: 3px;
}

.index_case .swiper-slide .tops span i:nth-of-type(4n+1) {
	background: var(--color2);
}

.index_case .swiper-slide:nth-of-type(4n+2) .tops span i:nth-child(-n+2) {
	background: var(--color2);
}

.index_case .swiper-slide:nth-of-type(4n+3) .tops span i:nth-child(-n+3) {
	background: var(--color2);
}

.index_case .swiper-slide:nth-of-type(4n+4) .tops span i:nth-child(-n+4) {
	background: var(--color2);
}

.index_case h6 {
	font-size: 1.4rem;
	font-weight: 500;
}

.index_case .swiper-slide .txt {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s ease;
}

.index_case .swiper-slide .aa {
	overflow: hidden;
	width: 30%;
	border-radius: 0.5rem;
}

.index_case .swiper-slide .aa img {
	width: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}

.index_case .swiper-slide:hover .aa img {
	transform: scale(1.08);
}

.index_case .swiper-slide .bb {
	width: 65%;
}

.index_case p {
	font-weight: 400;
	line-height: 1.5;
	font-size: 1.5rem;
}

.index_case .rr2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 3;
}

.index_case .bl::after {
	display: none;
}

.index_case .bl {
	position: absolute;
	right: inherit;
	margin: 0;
	left: 0%;
	top: 0%;
	width: 50%;
	height: 100%;
	cursor: none;
	overflow: hidden;
}

.index_case .swiper-button-next {
	left: initial;
	right: 0%;

}

.cursor-btn {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	border-bottom: 1px solid var(--color2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	transition:
		opacity 0.3s,
		transform 0.2s ease-out
}

.cursor-btn.active {
	transform: translate(-50%, -50%) scale(1);
}

footer {
	width: 100%;
	background: #000;
	position: relative;
}

footer .bar1 {
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
}

footer .title {
	margin: 0;
}

footer .title h3,
footer .title h4 {
	color: #fff;
}

footer .title .top span {
	background: #fff;
}


footer .bar2 {
	position: relative;
	justify-content: space-between;
	align-items: flex-start;
}

footer .bar2 .ll {
	width: 42%;
	position: sticky;
	top: 10%;
}

footer .bar2 .ll .lltxt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
}

footer .bar2 .ll .t1 {
	width: max-content;
}

footer .bar2 .ll .t1>img {
	width: 20rem;
	border-radius: 50%;
}

footer .bar2 .ll .t1 .circle {
	z-index: 10;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	margin-top: -1rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
	border-radius: 2rem;
	animation: 1.5s ease-in-out 0s infinite normal none running pulse;
}

@keyframes pulse {
	0% {
		transform: scale(1);

	}

	50% {
		transform: scale(1.2);

	}

	100% {
		transform: scale(1);

	}
}

footer .bar2 .ll .t1 .circle::before {
	content: '';
	background-color: #ced0ce;
	outline-color: #83838e;
	outline-offset: 0.2rem;
	outline-width: 0.5px;
	outline-style: solid;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
}

footer .bar2 .ll .t1 .logo2 img {
	height: 1.2rem;
	margin: 3rem auto 0;
}

footer .bar2 .t2 {
	width: 55%;
}

footer .bar2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem 0;
}

footer .bar2 ul li {
	width: 46%;
}

footer .bar2 ul li.li1 {
	width: 100%;
}

footer .bar2 ul li p {
	color: #fff;
	margin: 0;
	opacity: 0.5;
	font-size: 1.4rem;
}

footer .bar2 ul li a {
	display: block;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: #fff;
	transition: all 0.5s ease;
	font-size: 1.4rem;
}

footer .bar2 ul li:last-of-type a {
	text-decoration: none;
}

.follow {
	margin-top: 1rem;
}

.follow .imgs {
	display: flex;
	margin-top: 1rem;
}

.follow .imgs b {
	position: relative;
	margin-right: 1rem;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.5s ease;
}

.follow .img1 {
	width: 3.2rem;
	filter: invert(1) brightness(1000);
}

.follow .img2 {
	position: absolute;
	left: 50%;
	top: 5rem;
	width: 10rem;
	transform: translateX(-50%);
	opacity: 0;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 1rem;
}

.follow b:hover {
	overflow: inherit;
}

.follow b:hover .img2 {
	opacity: 1;
	top: 4rem;
	transition: all 0.5s ease;
}

footer .bar2 .rr {
	width: 50%;
	padding-top: 5rem;
}

footer .bar2 .tt1 p {
	color: #fff;
}

.message {
	margin-top: 5rem;
}

.message .ppps {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message .pp {
	width: 49.5%;
	box-sizing: border-box;
	margin: 0 0 1%;
	border-radius: 5px;
	padding: 1.2rem 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.message .pp2 {
	width: 100%;
}

.message .pp span {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.4rem;
	font-family: 'HarmonyOSSansSC';
}

.message .pp span img {
	width: 2rem;
}

.message .pps {
	background: none;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
}

.message .pp3 {
	display: block;
	width: 100%;
	background: var(--color2);
}

.message .pp p {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.message .pp p i {
	border: 1px solid #fff;
	padding: 0.4rem 1rem;
	border-radius: 5px;
	font-style: normal;
	margin: 0.5rem 0.8rem 0 0;
	color: #fff;
	font-size: 1.15rem;
	opacity: 0.6;
	font-family: 'HarmonyOSSansSC';
	transition: all 0.5s ease;
}

.message .pp p i.active {
	opacity: 1;
}

.message textarea {
	min-height: 12vh;
}

.message input::placeholder,
.message textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.message .code {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.message .code img {
	border-radius: 5px;
	height: 100%;
	position: relative;
	z-index: 9;
}

.pph {
	transition: all 0.5s ease;
	border: 1px solid #1b1b1f;
	position: relative;
}

.pph::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: var(--color2);
	z-index: 1;
	border-radius: 5px;
}

.pph:hover {
	border-color: #fff;
	box-sizing: border-box;
	background: #fff;
}

.pph:hover::before {
	border-radius: 10px;
}

.submit {
	margin-top: 1%;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	width: 100%;
	padding: 1.2rem 2rem;
	cursor: pointer;
	transition: all 0.5s ease;
}

.submit::before {
	background: #000;
}

.submit button {
	position: relative;
	z-index: 3;
	background: none;
	color: rgba(255, 255, 255, 1);
}

.message .tts p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.3rem;
}

.message .tts p a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.3rem;
	text-decoration: underline;
	transition: all 0.5s ease;
}

.message .tts p a:hover {
	color: rgba(255, 255, 255, 1);
}

footer .copy {
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .copy .tl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .copy p {
	margin: 0;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	font-family: 'HarmonyOSSansSC';
}

footer .copy .tl a {
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-left: 20px;
	transition: all 0.5s ease;
	font-family: 'HarmonyOSSansSC';
}

footer .copy .tl a img {
	width: 1.2rem;
	margin-right: 4px;
	margin-top: -2px;
}

footer .copy .tl a:hover {
	color: #fff;
}

.policy .txt p {
	margin: 1.5rem 0;
}

.policy .txt p strong {
	font-weight: 500;
	display: block;
	margin: 3rem 0 -0.5rem;
}

.all_back {
	position: fixed;
	right: 1.5%;
	bottom: 4rem;
	z-index: 99999999;
	display: none;
}

.all_back .aa {
	background: #fff;
	border-radius: 50%;
	margin: 1rem 0;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .02);
	transition: all 0.4s ease;
	box-shadow: 0 3rem 5rem 0 rgba(23, 33, 30, 0.05);
}

.all_back img {
	width: 50%;
}

.all_back .aa:hover {
	background: var(--color);
	transform: scale(1.06);
}

.all_back .aa:hover img {
	filter: invert(1) brightness(1000);
}