*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	color: #3d4c63;
	background: #fff;
	font: 14px/1.5 CamphorProForXiaoMi-Regular, "Microsoft Yahei", sans-serif;
	outline: 0
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: inherit
}

img {
	max-width: 100%;
	border: none
}

em,
i {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
select,
textarea {
	font-size: 12px;
	color: #444;
	font-family: CamphorProForXiaoMi-Regular, "Microsoft Yahei", sans-serif;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
	background: #fff;
	border: 1px solid #bbb
}

.false:focus {
	border: 2px solid #ff1531;
	background: #fff
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

::-ms-clear,
::-ms-reveal {
	display: none
}

.fix {
	*zoom: 1
}

.fix:after,
.fix:before {
	display: block;
	content: "";
	height: 0;
	clear: both
}

.c {
	clear: both
}

.col-l,
.l {
	float: left
}

.col-r,
.r {
	float: right
}

.ani {
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.unselect {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}

.wp {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto
}

.h50 {
	height: 50px;
	clear: both;
	overflow: hidden
}

.h100 {
	height: 100px;
	clear: both;
	overflow: hidden
}

nav.nav {
	display: flex;
}

@font-face {
	font-family: CamphorProForXiaoMi-Bold;
	src: url(../fonts/CamphorProForXiaoMi-Bold.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-SemiBold;
	src: url(../fonts/CamphorProForXiaoMi-Bold.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Heavy;
	src: url(../fonts/CamphorProForXiaoMi-Heavy.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-ExtraBold;
	src: url(../fonts/CamphorProForXiaoMi-Heavy.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Light;
	src: url(../fonts/CamphorProForXiaoMi-Light.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Medium;
	src: url(../fonts/CamphorProForXiaoMi-Medium.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Regular;
	src: url(../fonts/CamphorProForXiaoMi-Regular.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Thin;
	src: url(../fonts/CamphorProForXiaoMi-Thin.otf)
}

.global-fav {
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, .04);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	pointer-events: auto;
}

.global-fav .fav-icon {
	background: url(../images/like-icon.svg) no-repeat center center/contain;
	width: 17px;
	height: 16px;
	opacity: .5;
	position: relative;
	z-index: 2;
}

.global-fav:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-ms-transform: translateY(110%);
	-o-transform: translateY(110%);
	transform: translateY(110%);
	transition: transform .5s ease;
}

.global-fav.on:after,
.global-fav:hover:after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.global-fav.on,
.global-fav:hover {
	border: 1px solid transparent;
}

.global-fav:hover .fav-icon {
	background-image: url(../images/like-icon-b.svg);
	opacity: 1;
}

.global-fav.on .fav-icon {
	/*background-image: url(../images/center-icon1.svg)*/
	background-image: url(../images/center-icon1-b.svg);
	opacity: 1;
}

.global-fav.on:hover .fav-icon {
	background-image: url(../images/center-icon1-b.svg)
}

.global-fav.del .fav-icon {
	background-image: url(../images/center-icon2.svg)
}

.global-fav.del:hover .fav-icon {
	background-image: url(../images/center-icon2-b.svg)
}

.global-fav.edit .fav-icon {
	background-image: url(../images/edit.svg)
}

.global-fav.edit:hover .fav-icon {
	background-image: url(../images/edit-b.svg)
}

.global-tab {
	max-width: 1472px;
	margin: 0 auto;
	border-radius: 49px;
	border: 2px solid rgba(255, 255, 255, .2);
	height: 90px;
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
	justify-content: center;
}

.g-t-item {
	font-family: CamphorProForXiaoMi-Medium;
	color: #6d6d6d;
	font-size: 24px;
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-transform: capitalize;
	height: 100%;
}

.g-t-item.on {
	font-family: CamphorProForXiaoMi-Bold;
	color: #fff
}

.g-t-bg {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	width: calc(50% - 10px);
	border-radius: 39px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%);
	pointer-events: none;
	-webkit-transition: all .45s ease-in-out, -webkit-transform .45s ease-in-out;
	transition: all .45s ease-in-out, -webkit-transform .45s ease-in-out;
	transition: all .45s ease-in-out, transform .45s ease-in-out;
	transition: all .45s ease-in-out, transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
}

.global-tab[data-index="0"] .g-t-bg {
	right: auto;
	left: 0
}

.global-tab[data-index="1"] .g-t-bg {
	right: auto;
	left: 50%
}
.nav-item+.nav-item {
    margin-left: 1rem;
}

.gall-list {
	padding-right: 120px;
	max-width: 1472px;
	margin: 110px auto 200px
}

.gall-item {
	position: relative;
	margin-bottom: 110px;
	display: flex;
	justify-content: flex-end
}

.gall-pic {
	display: block;
	width: 1065px
}

.gall-pic-con {
	padding-top: 46.76%;
	position: relative
}

.gall-pic-con .img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 4px solid #171717;
	box-shadow: 0 0 16px 0 rgba(1, 5, 0, .63);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	will-change: transform;
	overflow: hidden
}

.gall-pic-con .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .7s cubic-bezier(.24, .06, .45, .95) 0s;
	transition: -webkit-transform .7s cubic-bezier(.24, .06, .45, .95) 0s;
	transition: transform .7s cubic-bezier(.24, .06, .45, .95) 0s;
	transition: transform .7s cubic-bezier(.24, .06, .45, .95) 0s, -webkit-transform .7s cubic-bezier(.24, .06, .45, .95) 0s
}

.gall-pic-con .img:nth-child(1) {
	z-index: 4
}

.gall-item.active .gall-pic-con .img:nth-child(2) {
	opacity: 1;
	transform: rotate(-2deg);
	z-index: 2
}

.gall-item.active .gall-pic-con .img:nth-child(3) {
	opacity: 1;
	transform: rotate(-4deg);
	z-index: 1
}

.gall-txt {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100px;
	z-index: 5
}

.gall-tit {
	font-family: CamphorProForXiaoMi-Bold;
	font-weight: 700;
	font-size: 46px;
	color: #fff;
	white-space: pre-line;
	text-transform: capitalize;
	line-height: 56px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.gall-face {
	display: block;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden
}

.gall-face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gall-user {
	margin-top: 10px
}

.gall-name {
	font-family: CamphorProForXiaoMi-Bold;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize
}

.gall-dev {
	font-size: 15px;
	color: rgba(236, 245, 242, .8)
}

.gall-item:hover .img:nth-child(1) img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.gall-item:hover .img:nth-child(2) {
	opacity: 1
}

.gall-item:hover .img:nth-child(3) {
	opacity: 1
}

.gall-item:hover .gall-tit {
	color: transparent;
	line-height: 56px;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff
}

.m-pop {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.m-pop.show {
	opacity: 1;
	pointer-events: auto
}

.index-intro .txt {
	display: none;
	max-width: 1235px;
	font-size: 22px;
	color: #ffffff;
	line-height: 38px;
	opacity: 0.7;
	/* text-transform: capitalize; */
	margin-bottom: 50px;
}

.pop-mask {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .88
}

.pop-con {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pop-close {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	cursor: pointer;
	background-color: rgba(255, 255, 255, .1);
	background-image: url(../images/close-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 14px auto;
	background-size: 14px auto
}

.pop-title {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	font-size: 24px;
	color: #fff;
	white-space: nowrap
}

.footer {
	padding: 35px 0;
	background: #0b0b0b;
	position: relative;
	z-index: 2;
}

.fd-wp {
	max-width: 1500px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fd-l {
	display: flex;
	align-items: center;
}

.fd-logo {
	width: 224px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden
}

.fd-logo img {
	display: block !important;
	max-width: 100%;
	max-height: 100%;
}

.btn-group {
	margin-left: 57px;
	max-height: 26px;
}

.btn-group a {
	display: inline-block;
	margin-right: 27px
}

.btn-group a img {
	width: 20px;
	height: 20px
}

.copyright {
	font-size: 16px;
	color: #fff;
	margin-left: 86px;
}

.fd-r {
	float: right;
	overflow: hidden;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	position: relative;
	cursor: pointer
}

.fd-r i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	background-image: url(../images/arrow-up.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.g-btn.fd-r .h__container {
	z-index: 1;
}

.g-btn.fd-r:hover i {
	background-image: url(../images/arrow-up-b.svg);
}

.g-btn.fd-r:hover .h__c {
	transform: translate3d(0, -50%, 1px) translateY(-33px);
}

.g-btn {
	position: relative;
}

.g-btn .h__container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 100px;
	z-index: -1
}

.g-btn .h__c {
	position: absolute;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background-color: #fff;
	transition: transform .5s ease;
	top: 100%;
	z-index: -1
}

.g-btn:hover .h__c {
	transform: translate3d(0, -50%, 1px) translateY(-24px);
}

.g-btn:hover {
	background: 0 0;
	border: 1px solid transparent;
}

.g-btn:hover i {
	background-image: url(../images/arrow-rt-b.svg);
}

.g-btn span {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-transform: capitalize;
}

.g-btn i {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.g-btn:hover span {
	color: #000
}

.cursor {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	margin-top: -15px;
	margin-left: -15px;
	pointer-events: none;
}

.cursor.focus:before,
.cursor.focus:after {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.cursor:After {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;

}

.cursor:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}

@media only screen and (max-width: 1500px) {
	.fd-wp {
		max-width: 1200px;
		padding: 0 20px
	}

	.global-tab {
		max-width: 1200px;
		padding-left: 20px;
		padding-right: 20px
	}
}

.page-name {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.g-t-item {
		font-size: 18px
	}

	.cursor {
		display: none
	}
}

@media only screen and (max-width: 996px) {
	.page-nav-war {
		display: none !important;
	}

}


@media only screen and (max-width: 767px) {
	.footer {
		height: auto
	}

	.fd-l {
		float: none
	}

	.logo {
		float: none
	}

	.btn-group {
		margin-left: 0;
		float: none;
		width: 100%;
		margin-top: 20px
	}

	.copyright {
		float: none;
		margin: 20px 0 0
	}

	.fd-r {
		float: none;
		margin: 20px auto
	}

	.logo {
		width: 60px;
		height: auto
	}

	.global-tab {
		height: 60px
	}
}

body {
	background-color: #000
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 29px 74px 30px 60px ;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	pointer-events: auto
}

.header.black {
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header.black .page-name {
	font-size: 20px;
}

.header.op0 {
	opacity: 0;
	pointer-events: none;
}

.header.black .hd-logo,
.header.black .hd-slogan {
	width: 46.65px;
}

.page-name {
	font-family: CamphorProForXiaoMi-SemiBold;
	font-size: 24px;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-transform: capitalize;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.hd-l {
	display: flex;
	align-items: center
}

.hd-logo {
	width: 46.65px;
	box-sizing: content-box;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.hd-logo img {
	display: block;
	height: 100%;
	width: 100%;
}

.hd-logo2 {
	height: 60px;
	margin-left: 50px;
}

.hd-logo2 img {
	display: block;
	/* height: 100%; */
}

.hd-slogan {
	width: 50px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.hd-slogan img {
	display: block;
	width: 100%
}

.hd-r {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.hd-r .user {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, .08);
	margin-right: 15px
}

.hd-r .user img {
	display: block;
	width: 100%
}


.hd-r .menu {
	display: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	padding-left: 10px;
}

.hd-r .menu b {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transform-origin: center center
}

.hd-r .menu b+b {
	margin-top: 4px
}

.hd-r .menu.open b:nth-child(1) {
	transform: translate(0, 7px) rotate(45deg)
}

.hd-r .menu.open b:nth-child(2) {
	opacity: 0
}

.hd-r .menu.open b:nth-child(3) {
	transform: translate(0, -5px) rotate(-45deg)
}

.site-hamburger-animation {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100vw;
	background-color: transparent;
	transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.6s, 1s;
	pointer-events: none;
	clip-path: circle(0 at 96.35vw 4.166vw);
	z-index: 980;
}

.page-nav.open+.site-hamburger-animation {
	transition-delay: 0.2s, 0s;
	background-color: #000;
	-webkit-clip-path: circle(100%) !important;
	clip-path: circle(100%) !important;
	pointer-events: none;
}

.page-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 1;
	pointer-events: none;
	z-index: 990;
	padding-left: 80px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.4s, 1s;
}

.page-nav.open {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	transition-delay: 0.6s, 1s;
	pointer-events: auto;
}

.page-nav-warp {
	display: flex;
}


.nav-item+.nav-item {
	margin-left: 1rem;
}

.menu-item {
	position: relative;
	/* border: 1px solid #f0f0f0; */
	border-radius: 100vw;

	/* padding: 10px 15px 10px; */
	position: relative;
	z-index: 2;
	height: 30px;
}


.page-nav-war li a:hover {
	color: #000;

}

.page-nav-war a {
     z-index: 1;
	color: #fff;
}

.menu-item {

	display: flex;
	align-items: center;
}

/* .page-nav-warp a, */
.page-nav-warp .menu-item {
	border: 1px solid #f0f0f0;
	border-radius: 100vw;
	
	position: relative;
	z-index: 2;
	padding: 6px;

}

.page-nav-warp li {
	display: block !important;
}

.page-nav-warp .menu-item a {
	margin-bottom: .16rem;
	color: #fff;
	padding: .12rem 1.24rem .08rem;
}

.page-nav-warp .menu-item ::marker {}

/* .page-nav-warp a:hover, */
.page-nav-warp .menu-item:hover,
/* .page-nav-s.on */
.page-nav-warp .menu-item.current-menu-item {
	color: transparent;
}

.mi-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 223px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 36px;
	margin-top: 10vh;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mi-link:hover {
	border: 1px solid transparent;
}

.mi-link span {
	font-size: 26px;
	color: #fff;
	margin-right: 15px
}

.mi-link:hover .h__c {
	transform: translate3d(0, -50%, 1px) translateY(-27px);
}

.mi-link i {
	background-image: url(../images/arrow-rt.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 12px;
	height: 12px;
}

.btn-love {
	position: absolute;
	z-index: 9999;
	right: 25px;
	top: 0px;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 40px;
	cursor: pointer;
	border: 1px #fff solid;
	border-radius: 100%;
	background: #ffffff26;
	opacity: 0;
	-webkit-transition: opacity .7s cubic-bezier(.24, .06, .45, .95) 0s;
	transition: opacity .7s cubic-bezier(.24, .06, .45, .95) 0s;
	transition: opacity .7s cubic-bezier(.24, .06, .45, .95) 0s;
	transition: opacity .7s cubic-bezier(.24, .06, .45, .95) 0s,
		opacity .7s cubic-bezier(.24, .06, .45, .95) 0s;
}

.photo-item:hover .btn-love {
	opacity: 0.5;
}

.photo-item:hover .btn-love:hover {
	opacity: 1;
}

.btn-love.on {
	opacity: 1 !important;
}

.btn-love.on {
	background-color: #fff;
}

.btn-love:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 0px;
	margin: 0 auto;
	background: url(../images/web_heart_animation.png) 0 0 no-repeat;
	background-size: 2900%;
	height: 40px;
	width: 40px;
	transform: scale(1.4);
}

.btn-love.on:after {
	-webkit-animation: heart-burst steps(28) 0.8s 1 both;
	animation: heart-burst steps(28) 0.8s 1 both;
}

.gall-item:hover .global-fav {
	opacity: 1;
}

.gall-item .global-fav {
	bottom: 25px;
	right: 25px;
	z-index: 10;
	position: absolute;
	opacity: 0;
}

.gall-item .global-fav.on {
	opacity: 1;
}

.photo-item .global-fav {
	opacity: 0;
}

.photo-item .global-fav.on {
	opacity: 1;
}

.photo-item:hover .global-fav {
	opacity: 1;
}

.filter-select {
	position: relative
}

.filter-select .show {
	height: 58px;
	border-radius: 29px;
	background: linear-gradient(to right, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .1) 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.filter-select .show.on {
	border-radius: 29px 29px 0 0;
	background: linear-gradient(to right, #686868 0, #d6d6d6 100%);
}

.filter-select .show.hover {
	border-radius: 29px 29px 0 0;
	background: linear-gradient(to right, #686868 0, #d6d6d6 100%);
}

.filter-select .show.hover span,
.filter-select .show.on span {
	color: #ffffff;
}

.filter-select .show span {
	color: #616161;
	font-size: 19px;
	text-transform: capitalize;
	font-family: CamphorProForXiaoMi-Medium
}

.filter-select .show i {
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 100%;
	background-image: url(../images/select-down.png);
	background-image: -webkit-image-set(url(../images/select-down.png) 1x, url(../images/select-down@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 9px;
	background-size: auto 9px
}

.filter-select .select-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 36px 30px 10px;
	background: #131313;
	border-radius: 0 0 20px 20px;
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}

.filter-select .select-list .select-opt {
	color: #616161;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 26px;
	font-family: CamphorProForXiaoMi-Medium;
}

.filter-select .select-list .select-opt.on {
	opacity: 1
}

.filter-select .show.on+.select-list {
	opacity: 1;
	pointer-events: auto;
}

.filter-select .select-list.open {
	opacity: 1;
	pointer-events: auto
}

.show-con {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	overflow: hidden;
}

.show-con:hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	padding-left: 20px;
	height: auto;
	border-radius: 40px 40px 40px 40px;
	/*background     : linear-gradient(to right, #686868 0, #d6d6d6 100%);*/
	min-height: 58px;
}

.show-con:hover:After {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 58px;
	z-index: 1;
	background-color: #131313;
	border-radius: 0 0 29px 29px;
}

.show-con .selected-s {
	padding: 0 20px;
	height: 58px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.show-con .selected-s:after {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	bottom: 15px;
	width: 1px;
	background-color: #fff;
	opacity: .6;
}

.show-con .selected-s em {
	color: #ffffff;
	font-size: 18px;
	opacity: 1;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.show-con .selected-s .del {
	width: 14px;
	height: 14px;
	background-image: url(../images/close-icon.png);
	background-image: -webkit-image-set(url(../images/close-icon.png) 1x, url(../images/close-icon@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
}

.select-opt label {
	position: relative;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	display: block;
}

.select-opt label input {
	position: absolute;
	left: -9999px;
}

.select-opt label span {
	position: relative;
	padding-left: 45px;
	text-transform: capitalize;
}

.select-opt label span:after {
	content: '';
	width: 30px;
	height: 30px;
	border: 1px solid #FFFFFF;
	opacity: 0.45;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select-opt label input:checked+span {
	color: #ffffff;
}

.select-opt label input:checked+span:After {
	border: 9px solid #FFFFFF;
	opacity: 1
}

.courses-item-con .global-fav {
	position: absolute;
	top: 25px;
	right: 25px;
	opacity: 0;
}

.courses-item-con:hover .global-fav {
	opacity: 1;
}

.courses-item-con .global-fav.on {
	opacity: 1;
}

.m-pop2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.pop-mask2 {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}

.pop-con2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 70px 100px 48px;
	background-color: #111111;
}

.pop-con2 .txt {
	font-size: 19px;
	color: #ffffff;
	line-height: 29px;
	opacity: .45;
	text-align: center;
	white-space: pre-line;
	text-transform: capitalize;
	margin-bottom: 40px;
	font-family: 'CamphorProForXiaoMi-Medium';
}

.pop-con2 .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 206px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	background: rgba(255, 255, 255, .2);
	text-transform: capitalize;
	font-size: 17px;
	color: #ffffff;
	font-family: 'CamphorProForXiaoMi-SemiBold';
}



@media only screen and (max-width: 1500px) {
	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.hd-logo,
	.hd-slogan {
		width: 46.65px
	}

	.hd-r .user {
		width: 40px;
		height: 40px
	}

	.page-name {
		font-size: 24px
	}

	.page-nav-warp a {
		font-size: 13px
	}
}

@media only screen and (max-width: 1199px) {
	.header {
		padding: 20px
	}

}

@media only screen and (max-width: 959px) {
	.header.black .hd-logo,
.header.black .hd-slogan {
	width: 30px
}
	.page-name {
		display: none
	}

	.page-nav {
		padding: 0;
		text-align: center
	}

	.page-nav-warp {
		text-align: center
	}

	.mi-link {
		margin: 10vh auto 0
	}

	.header {
		padding: 10px 20px;
		background-color: #000
	}

	.fd-wp {
		align-items: flex-end;
	}

	.fd-l {
		display: block;
	}

	.copyright {
		margin-left: 0;
		font-size: 12px;
		opacity: .5;
	}

	.btn-group {
		margin: 13px 0;
		line-height: 1;
		font-size: 0;
	}

	.btn-group a img {
		width: 15px;
		height: 15px;
		display: block;
		opacity: .5;
	}

	.footer {
		padding: 30px 20px;
	}

	.fd-r {
		width: 33px;
		height: 33px;
	}

	.fd-r i {
		width: 12px;
		height: 12px;
	}

	.g-btn.fd-r:hover .h__c {
		transform: translate3d(0, -50%, 1px) translateY(-15px);
	}
}

@media only screen and (max-width: 767px) {
	.page-nav-warp a {
		font-size: 30px
	}

	.global-tab {
		padding: 10px;
	}

	.g-t-item {
		flex: 0 0 50%
	}

	.g-t-bg {
		width: calc(50% - 10px);
	}

	.global-tab[data-index="0"] .g-t-bg {
		left: 0;
	}

}

/*remake css*/
.global-btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 465px;
	height: 90px;
	border: 1px solid rgba(255, 255, 255, .3);
	background: linear-gradient(to right, rgba(13, 13, 13, .8) 0, rgba(34, 34, 34, .8) 100%);
	border-radius: 45px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.global-btn1 span {
	text-transform: capitalize;
	font-size: 26px;
	color: #fff;
	margin-right: 20px;
	font-family: CamphorProForXiaoMi-SemiBold;
	position: relative;
	top: 2px;
	text-transform: capitalize;
}

.global-btn1 i {
	display: block;
	background-image: url(../../images/arrow-rt.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 12px;
	height: 12px;
}


img#hove-img {
	/* padding-top: 20px; */
	width: auto;
}

img#hover-img {
	padding-top: 10px;
	width: auto;
}

/* .hd-logo2 a img {

	width: 150px !important;
	object-fit: contain !important;
	padding-top: 8px;
} */

.page-nav-war li {
	position: relative;
	background-color: transparent;
  }
  
  .page-nav-war li::before {
	content: '';
	position: absolute;
	border-radius:100vw;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #fff;
	transition: width 0.4s ease-out;
	color: #000;
  }
  
  .page-nav-war li:hover::before {
	width: 100%;
  }
  .hdnav {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.nav-item {
	position: relative
}


.g-btn {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 100vw;
	z-index: 2
}

.g-btn.disabled {
	pointer-events: none
}

.g-btn-content {
	position: relative;
	border: 1px solid #f0f0f0;
	border-radius: 100vw;
	/* padding: 0.12rem
 1.24rem
 0.08rem
; */
	padding: 10px 15px 10px;
	position: relative;
	z-index: 2;
	/* height: 30px; */
}

.g-btn_text_wrapper {
	height: 17px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}


.g-btn_text {
	line-height: 0.8;
	font-size: 16px;
	/* text-transform: capitalize;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg); */
	/* transform-style: preserve-3d;
	will-change: trsform; */
	color: #000;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

.g-btn_text.top {
	margin-bottom: 18px;
	color: #fff;
	line-height: 16px;

}

.g-btn:hover .g-btn_text {
	transform: translate3d(0, -31px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.g-btn_bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 0%;
	height: 100%;
	line-height: 30px;
	font-size: 16px;
	border-radius: 100vw;
	background-color: #f8f8f8;
	will-change: width, height;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

.g-btn:hover .g-btn_bg {
	width: 100%;
	height: 100%
}

.sub-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: left;
	pointer-events: none;
	z-index: 1
}

.sub-nav .g-btn {
	opacity: 0;
	pointer-events: none;
	margin-top: 16px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.nav-item:hover .sub-nav {
	pointer-events: auto
}

.nav-item:hover .sub-nav .g-btn {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.footer-new {
	padding: 0 30px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 20
}

.fd-media {
	display: flex;
	align-items: center
}

.fd-media a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.fd-media a:hover {
	opacity: .8
}

.fd-media a+a {
	margin-left: 42px
}

.fd-media a img {
	display: block;
	max-height: 100%
}

.copyright {
	color: #fff;
	font-size: 16px
}

.fd-link {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 20px;
	font-family: CamphorProForXiaoMi-Medium;
	color: #fff;
	display: flex;
	align-items: center
}

.fd-link i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(https://event.c.mi.com/global/xiaomiImagery/wp-content/themes/xiaomi-imagery/assets/pc/images/vc-r-w.svg) no-repeat center center/contain;
	margin-left: 20px;
	position: relative;
	top: -1px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.fd-link:hover i {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px)
}
.index-courses{
	text-align: center;
	line-height: 90px;
}

/* 9.15需求 */
.nav-item+.nav-item {
	position: relative;
}

.sub-nav {
	position: absolute;
	top: 100%;
	left: 0;
	/* width: 100%; */
	text-align: left;
	/* pointer-events: none; */
	z-index: 1;
}

.sub-nav .g-btn {
	opacity: 0;
	pointer-events: none;
	margin-top: .16rem;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.nav-item:hover .sub-nav {
	pointer-events: auto
}

.nav-item:hover .sub-nav .g-btn {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.sub-nav .g-btn {
    background-color: rgba(0, 0, 0, 0.6);
}
