/* @font-face {
	font-family: FZLTHJW--GB1-0;
	src: url(方正兰亭黑.TTF);
} */

img {
	width: 100%;
	/* display: block; */
}

.body.fixed {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.content-body {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}
.body .computer {
	display: block;
}

.body-ipad .computer {
	display: none;
}
.reel-main-kv{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.swiper-container-horizontal>.kv-pagination.swiper-pagination-bullets {
	width: auto;
	display: flex;
	height: 10px;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}

.swiper-container-horizontal>.kv-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 60px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	margin-right: 10px;
	background: #FFFFFF;
	opacity: 1;
	position: relative;
	border: 1px solid #B4A085;
	overflow: hidden;
}

.swiper-container-horizontal>.kv-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 10px;
	background: #B4A085;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	-webkit-transition: width ease 0.6s;
	-moz-transition: width ease 0.6s;
	-ms-transition: width ease 0.6s;
	-o-transition: width ease 0.6s;
	transition: width ease 0.6s;
}

.swiper-container-horizontal>.kv-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	height: 10px;
	border-radius: 0;
	margin-right: 10px;
	background: #FFFFFF;
	opacity: 1;
}

.swiper-container-horizontal>.kv-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	width: 60px;
}

.reel-main-kv .swiper-slide{
	height: 100vh;
}
.hide .reel-main-kv{
	opacity: 0;
}
.body-ipad .section3,
.body-ipad .section2 {
	background-attachment: inherit;
}
.section3{
	overflow: hidden;
}
.body-ipad .section3{
	background-image: none;
}
.body-ipad .section3::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../images/sect-bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1440px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
}

.section1 {
	/* background-color: #ffffff; */
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.tc {
	text-align: center !important;
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.logo {
	width: 103px;
}

.bg-img-bottom {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	min-width: 1100px;
}

.wrap1280 {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	min-width: 1100px;
}

.hv-scale {
	overflow: hidden;
}

.hv-scale>img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}

.hv-scale:hover>img {
	transform: scale(1.05);
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.view-more {
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2.5px;
	padding-right: 30px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.view-more::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/arr-w.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: calc(50% - 7px);
	-webkit-transition: right ease .4s;
	-moz-transition: right ease .4s;
	-ms-transition: right ease .4s;
	-o-transition: right ease .4s;
	transition: right ease .4s;

}

.view-more:hover::after {
	right: 0;
}

.header {
	padding: 10px 40px;
	height: 120px;
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	transition: all 950ms linear 200ms;
}

.header2 {
	position: fixed;
	z-index: 19;
	height: 72px;
	background: #FFFFFF;
	padding: 20px 60px;
	top: -100%;
	transition: all 950ms cubic-bezier(0.6, 0, 0.1, 1) 200ms;
}
.header.ani {
	position: fixed;
	height: 72px;
	padding: 20px 60px;
	top: 0;
	transition: all 550ms linear 0ms;
}

.header.scrolling{
	top: -100%;
	transition: all 950ms cubic-bezier(0.6, 0, 0.1, 1) 200ms;
}

.first-screen {
	height: calc(100vh + 70px);
	position: relative;
	/* margin-top: -120px; */
}

.first-screen:before {
	content: "";
	display: inline-block;
	width: 50%;
	height: 70px;
	background-image: url(../images/circle.svg);
	background-size: auto 70px;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	bottom: -71px;
	left: 0;
	z-index: 3;
	-webkit-transition: bottom linear 300ms 200ms;
	-moz-transition: bottom linear 300ms 200ms;
	-ms-transition: bottom linear 300ms 200ms;
	-o-transition: bottom linear 300ms 200ms;
	transition: bottom linear 300ms 200ms;
}

.first-screen:after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 70px;
	background-image: url(../images/circle-r.svg);
	background-size: auto 70px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	bottom: -71px;
	right: 0;
	z-index: 3;
	-webkit-transition: bottom linear 300ms 200ms;
	-moz-transition: bottom linear 300ms 200ms;
	-ms-transition: bottom linear 300ms 200ms;
	-o-transition: bottom linear 300ms 200ms;
	transition: bottom linear 300ms 200ms;
}

.first-screen.up:before,
.first-screen.up:after {
	bottom: -1px;
}

.kv-box {
	height: 100%;
	background-attachment: fixed;
}

.language {
	position: absolute;
	top: 50%;
	right: 116px;
	transform: translateY(-50%);
	min-width: 45px;
	height: 30px;
	padding: 4px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #1A1919;
	cursor: pointer;
}
.lang{
	line-height: 22px;
	position: relative;
	padding-right: 15px;
}
.lang:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 4px;
	right: 0;
}

.lang-list{
	width: 120px;
	background: #FFFFFF;
	padding: 20px 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 30px;
	display: none;
}
.lang-list li{
	padding: 10px 12px;
	font-size: 16px;
	color: #1A1919;
	letter-spacing: 0;
	text-align: center;
}
.lang-list li:hover{
	background-color: #eeeeee;
}
.language.open .lang-list{
	display: block;
}
.hamburg {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	cursor: pointer;
	width: 36px;
	height: 36px;
}

.hamburg span {
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 2px;
	background: #444444;
	top: 50%;
	transform: translateY(-50%);
}

.hamburg span::after {
	content: "";
	display: inline-block;
	width: 36px;
	height: 2px;
	background: #444444;
	position: absolute;
	top: -10px;
	left: 0;
	cursor: pointer;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.hamburg span::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 2px;
	background: #444444;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.menuopen .hamburg span:before,
.menuopen .hamburg span::after,
.menuopen .hamburg span {
	background: #444;
	box-shadow: none;
}

.menuopen .hamburg span:before,
.menuopen .hamburg span::after {}

.menuopen .hamburg span {
	height: 0;
}

.menuopen .hamburg span:before {
	top: 0;
	transform: rotate(45deg);
}

.menuopen .hamburg span::after {
	top: 0;
	transform: rotate(-45deg);
}

.menu-box {
	padding: 150px 100px 80px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 18;
	height: 100vh;
	overflow-y: auto;
	display: none;
}

.menu-con {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.menu-pic {
	flex: 1;
	max-width: 720px;
	margin-bottom: 40px;
	transform: translateY(30px);
	opacity: 0;
	transition: opacity linear 500ms 0, transform linear 500ms 0;
}

.menu-pic.up {
	transform: translateY(0px);
	opacity: 1;
	transition: opacity linear 700ms 300ms, transform linear 700ms 300ms;
}

.tips-box {
	text-align: right;
}

.tips-box .footer-c-item {
	justify-content: flex-end;
}

.menu-list {
	margin-right: 70px;
}

.menu-list ul li {
	margin-bottom: 20px;
}

.menu-list ul li a h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-align: left;
}

.menu-list ul li a h1 {
	font-weight: normal;
	font-size: 36px;
	color: #333333;
	letter-spacing: 4px;
	text-align: left;
	/* text-transform: uppercase; */
	white-space: nowrap;
}

.menu-list ul li:hover a h1,
.menu-list ul li:hover a h3 {
	color: #B4A085;
}

.section {
	position: relative;
}

.about-reel {
	position: relative;
	/* padding-top: 72px; */
}

.bg-leaf {
	width: 436px;
	position: absolute;
	left: 240px;
	top: 75px;
}

.about-reel-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 3;
}


.about-reel-txt {
	text-align: center;
	position: relative;
	z-index: 5;
	width: 365px;
}

.about-reel-pic {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	overflow: hidden;
	width: 400px;
	height: 600px;
	transform: translateY(60px);
	opacity: 0;
}

.about-reel-map {
	width: 220px;
	transform: translateY(60px);
	opacity: 0;
}

.bg-reel-opacity {
	width: 560px;
	opacity: 0.05;
	position: absolute;
	right: 104px;
	top: 115px;
	transform: translateY(60px);
	opacity: 0;
}

.bg-reel-black {
	width: 175px;
	position: absolute;
	right: 45px;
	top: 295px;
	transform: translateY(60px);
	opacity: 0;
}

.showinopc {
	opacity: 0.05;
	transform: translateY(-10px);
	transition: opacity linear 800ms 500ms, transform linear 1000ms 1.3s;
}

.showin {
	opacity: 1;
	transform: translateY(-10px);
	transition: opacity linear 800ms 500ms, transform linear 1000ms 1.3s;
}

.title h3 {
	font-weight: lighter;
	font-size: 18px;
	color: #000000;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.title h1 {
	font-size: 36px;
	color: #000000;
	letter-spacing: 4px;
	margin-bottom: 40px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 80px;
}
.about-reel-title{
	background-image: url(../images/sm-leaf.png);
	background-position: 12px 0;
	background-repeat: no-repeat;
	background-size: 132px;
	max-width: 305px;
	margin: 0 auto;
	padding: 48px 0 40px;
}
.en .about-reel-title{
	padding: 80px 0 60px;
	background-position: 15px 0;
}
.about-reel-title h1{
	margin-bottom: 0;
	text-transform: none!important
}
.vip-modal-con h1{
	text-transform: none!important
}
.about-reel-txt p {
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 28px;
	margin-top: 15px;
}
.content-body{
	background-image: url(../images/bgbg.png);
	background-position: center 50px;
	background-repeat: no-repeat;
	background-size: 1440px;
	position: relative;
}

.content-body-video{
	background-attachment: fixed;
}
.section2 {
	/* padding-top: 225px; */
	/* background-image: url(../images/sectbg2.png); */
	/* background-position: center 0; */
	/* background-repeat: no-repeat; */
	/* background-size: 1440px; */
	/* position: relative; */
	/* background-attachment: fixed; */
	/* transition: all linear 1500ms 800ms; */
	/* margin-top: -225px; */

}

.section2.bgup {
	background-position: center 0px;
}

.section2::before {
	/* content: "";
	display: inline-block;
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(255, 255, 255, 1); */
}

.section2::after {
	/* content: "";
	display: inline-block;
	width: 100%;
	height: 101%;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(255, 255, 255, 1);
	transition: all linear 1000ms 300ms; */
}

.section2.show::after {
	/* background-color: rgba(255, 255, 255, 0); */
}

.slogan-sect {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.slogan-box {
	position: relative;
}

.slogan-box::after {
	content: "";
	display: inline-block;
	width: 30%;
	height: calc(100% + 220px);
	position: absolute;
	top: -120px;
	right: calc((100vw - 1440px)/2 - 5px);
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%);
	z-index: 2;

}

.slogan-box::before {
	content: "";
	display: inline-block;
	width: 30%;
	height: calc(100% + 240px + 220px);
	position: absolute;
	top: -120px;
	left: calc((100vw - 1440px)/2 - 5px);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%);
	z-index: 2;
}

.slogan {
	margin-bottom: 20px;
	height: 60px;
}

.slogan span {
	font-weight: normal;
	display: inline-block;
	height: 60px;
}

.slogan-en {
	text-align: right;
}

.slogan img {
	display: block;
}

.news-events-container {
	position: relative;
	margin-top: 120px;
	z-index: 3;
}

.news-events {
	position: relative;
}

.news-events.disable:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.news-events-container .title {
	position: absolute;
	top: 40px;
	z-index: 3;
	left: calc((100vw - 1440px)/2 + 80px);
	/* left: 80px; */
}

.news-events .events-swiper {
	/* padding-right: 140px; */
	height: 680px;
}

.news-events .events-swiper>.swiper-wrapper {
	padding-right: 140px;
	box-sizing: border-box;
}

.swiper-container-vertical>.swiper-pagination-bullets.events-pagination {
	width: 140px;
	position: absolute;
	top: inherit;
	bottom: 0;
	/* right: 0; */
	right: calc((100vw - 1440px)/2 - 0px);
	padding-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
	z-index: 2;
}

.swiper-pagination-lock {
	display: block;
}

.events-pagination .swiper-pagination-bullet-active {
	position: relative;
}

.events-pagination .swiper-pagination-bullet-active::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url(../images/drt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 6px;
	left: -29px;
	transition: all .4s;

}

.events-pagination::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 80px;
	background-color: #B4A085;
	position: absolute;
	top: 0;
	right: 0;
}

.events-pagination::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #B4A085;
	position: absolute;
	top: 0;
	right: 0;
}

.events-pagination .swiper-pagination-bullet {
	width: 100%;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	letter-spacing: 2px;
	margin: 0 0 18px 0 !important;
	opacity: 1;
}

.events-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 8px !important;
}

.events-pagination .swiper-pagination-bullet-active {
	color: #333333;
}

.events-slide {
	padding-top: 188px;
	position: relative;
}

.left-events-info {
	background: rgba(180, 160, 133, 1);
	padding: 80px 0 80px 80px;
	width: 940px;
	height: 492px;
	box-sizing: border-box;
}

.right-events-pic {
	width: 600px;
	height: 600px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.shadow-txt {
	width: 600px;
	height: 240px;
	display: flex;
	display: -webkit-flex;
	/* align-items: center; */
	font-weight: bold;
	text-transform: uppercase;
	/* white-space: nowrap; */
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 6.4px;
	position: relative;
	z-index: 2;
	text-shadow: 0px 0px 1px #C3B39D;
	/* text-stroke: 1px #C3B39D; */
	/* -webkit-text-stroke: 1px #C3B39D; */
}

.event-time {
	margin-top: 40px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.left-events-info .view-more {
	margin-top: 40px;
}

/* .swiper-slide p {
	transform: translateX(-200px);
	opacity: 0;
	transition: all .4s;
} */

/* .ani-slide p {
	transform: translateX(0);
	opacity: 1;
} */

.events-inner-swiper {
	overflow: visible;
}

.events-inner-pagination.swiper-pagination-bullets {
	position: absolute;
	z-index: 5;
	width: auto;
	display: flex;
	bottom: 100px;
	left: inherit;
	right: 300px;
	transform: translateX(50%);

}

.swiper-container-horizontal>.events-inner-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 60px;
	height: 10px;
	border-radius: 0;
	border: 1px solid #B4A085;
	background-color: #ffffff;
	margin: 0 5px;
	opacity: 1;
}

.swiper-container-horizontal>.events-inner-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #B4A085;
}

.swiper-events-next,
.swiper-events-prev {
	position: absolute;
	top: 300px;
	z-index: 5;
	width: 60px;
	height: 60px;
	transform: translateY(-80%);
	cursor: pointer;
}

.swiper-events-next.swiper-button-disabled,
.swiper-events-prev.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-events-next {
	right: -30px;
}

.swiper-events-prev {
	right: calc(600px - 30px);
}

.swiper-events-prev::after,
.swiper-events-next::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.swiper-events-prev::after {
	background-image: url(../images/next.svg);
	transform: rotate(-180deg);
}

.swiper-events-next::after {
	background-image: url(../images/next.svg);
}

.sect2-leaf {
	position: absolute;
}

.sect2-leaf-r {
	top: -270px;
	width: 800px;
	/* right: 200px; */
	right: calc((100vw - 1440px)/2);
	transform: rotateZ(-360deg) rotateZ(-80deg);
	z-index: 0;
}

.sect2-leaf-l {
	top: 150px;
	width: 600px;
	left: calc((100vw - 1440px)/2 - 100px);
	transform: rotateZ(-30deg);
	z-index: -1;
}
.section4{
	padding-top: 120px;
}
h1.text-transform-normal{
	text-transform: unset;
}
.video-poster,
.video-index-cover{
	position: relative;
}
.video-index-cover .video-poster{
	position: relative;
	border-top: 4px solid rgba(180, 160, 133, 0.8);
}
.play-reel-video{
	position: relative;
	height: 560px;
	max-width: 996px;
    margin: 0 auto;
    text-align: center;
    background: #000000;
}
.reel-video{
	max-width: 996px;
}
.common-poster{
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.video-p-poster{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.8;
}
.common-poster .career {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 6px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 20px;
	position: absolute;
	bottom:104px;
	width: 100%;
	margin-bottom: 0;
}
.video-top-txt{
	position: absolute;
	bottom: 70px;
	width: 100%;
}
.video-top-txt .tt{
	font-weight: bold;
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 6px;
	text-align: center;
	line-height: 56px;
	margin-bottom: 20px;
}
.video-top-txt .dd{
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	line-height: 24px;
}
.video-container{
	padding-top: 132px;
	margin-bottom: 120px;
}
.video-logo{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
	text-align: center;
}
.video-logo img{
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 100px;
}
.main-video{
	position: relative;
}
.play-icon{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -42%);
	width: 60px;
	height: 60px;
	cursor: pointer;
	/* opacity: 0; */
}
.section3 {
	padding-top: 120px;
}
.section4{
	padding-top: 120px;
	background-image: url(../images/sect-bg3.png);
	background-position: center 175px;
	background-repeat: no-repeat;
	background-size: 1440px;
	position: relative;
	background-attachment: fixed;
	transition: all linear 1500ms 800ms;
}
.section3 {
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(../images/sect-bg3.png);
	background-position: center 175px;
	background-repeat: no-repeat;
	background-size: 1440px;
	position: relative;
	background-attachment: fixed;
	transition: all linear 1500ms 800ms;

}

.section3.bgup {
	background-position: center 75px;
}

.section3::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(255, 255, 255, 1);
	transition: all linear 1000ms 300ms;
}

.section3.show::after {
	background-color: rgba(255, 255, 255, 0);
}

.section3 .title {
	position: relative;
	z-index: 3;
}

.floor-accordion {
	height: 680px;
	display: flex;
	display: -webkit-flex;
}

.floor-accordion {
	position: relative;
	z-index: 3;
}

/* 
.floor-accordion::before {
	content: "";
	display: inline-block;
	width: 900px;
	height: 900px;
	background-image: url(../images/leaf1.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -280px;
	left: 40%;
	z-index: -1;
	transform: translateX(-50%) rotateY(-180deg) rotateZ(-80deg);
} */

.accordion-col {
	width: 25%;
	overflow: hidden;
	position: relative;
	display: flex;
	display: -webkit-flex;
	cursor: pointer;
}

.accordion-col:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	z-index: 1;
	opacity: 0.4;
	/* transition: opacity 550ms cubic-bezier(0.6, 0, 0.1, 1) 1300ms; */
	transition: all 1550ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
	pointer-events: none;
}

.accordion-col:hover:before {
	opacity: 0;
}

.picture {
	width: 100%;
	min-width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: min-width linear 500ms;
	cursor: pointer;
}

.picture img {
	height: 100%;
	width: auto;
}

.accordionArticle-content {
	width: 420px;
	flex: 1;
	min-width: 420px;
	padding: 60px 40px;
	box-sizing: border-box;
}

.accordionArticle-tag {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	box-sizing: border-box;
	transition: all 550ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.accordionArticle-content p {
	font-size: 12px;
	color: #333333;
}
.en .accordionArticle-tag p{
    opacity: 0;
}
.open.accordion-col .accordionArticle-tag p,
.accordionArticle-tag p {
	font-size: 12px;
	color: #FFFFFF;
	transform: translateY(3rem);
	transition: all 550ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.accordionArticle-content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-top: 20px;
	transform: translateY(20px);
	opacity: 0;
	transition: opacity linear 700ms 800ms, transform linear 700ms 800ms;
}

.accordionArticle-content .scroll-floor {
	transform: translateY(20px);
	opacity: 0;
	transition: opacity linear 700ms 1s, transform linear 700ms 1s;
}

.open .accordionArticle-content h2 {
	opacity: 1;
	transform: translateY(0);
}

.open .accordionArticle-content .scroll-floor {
	opacity: 1;
	transform: translateY(0);
}

.open.accordion-col .accordionArticle-tag h2,
.accordionArticle-tag h2 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 20px;
	transform: translateY(3rem);
	transition: all 550ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.open.accordion-col .view-more,
.accordionArticle-tag .view-more {
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2.5px;
	margin-top: 60px;
	width: 60px;
	opacity: 0;
	transition: all 550ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.close.accordion-col .view-more,
.accordion-col:hover .view-more {
	opacity: 1;
}

.close.accordion-col .accordionArticle-tag h2,
.accordion-col:hover .accordionArticle-tag h2 {
	transform: translateY(0);
}

.close.accordion-col .accordionArticle-tag p,
.accordion-col:hover .accordionArticle-tag p {
	transform: translateY(0);
}

.scroll-floor {
	margin-top: 38px;
	height: 428px;
	overflow-y: auto;
	padding-right: 20px;
}

*::-webkit-scrollbar {
	width: 3px;
	height: 0px;
}
.vip-accordion-list::-webkit-scrollbar,
.scroll-floor::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

*::-webkit-scrollbar-thumb {
	background-color: #B4A085;
	border-radius: 0;
	width: 3px;
	height: 0px;
}
.vip-accordion-list::-webkit-scrollbar-thumb,
.scroll-floor::-webkit-scrollbar-thumb {
	background-color: #B4A085;
	border-radius: 0;
	width: 0px;
	height: 0px;
}

*::-webkit-scrollbar-track {
	background-color: rgb(26, 25, 25, 0.1);
	border-radius: 0;
	width: 3px;
	height: 0px;
}
.vip-accordion-list::-webkit-scrollbar-track,
.scroll-floor::-webkit-scrollbar-track {
	background-color: rgb(26, 25, 25, 0.1);
	border-radius: 0;
	width: 0px;
	height: 0px;
}

.scroll-floor>ul>li.floor-index {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	letter-spacing: 4px;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.scroll-floor>ul>li.floor-index::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 22px;
	right: 0;
	transform: rotateZ(-90deg);
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.scroll-floor>ul.down>li.floor-index::after {
	transform: rotateZ(0deg);
}

.scroll-floor>ul>li.floor-number span {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
}
.scroll-floor>ul>li.floor-number span:last-child{
	display: block;
	overflow: hidden;
	width: 54px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}
.scroll-floor>ul>li.floor-number a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.floor-number {
	padding: 0 10px;
	margin-top: 15px;
	display: none;
	height: auto;
	overflow-y: auto;
	max-height: 300px;
}
.down .floor-number{
	display: list-item;
}

.accordion-col.open:before {
	display: none;
	opacity: 0;
}

.accordion-col.open .picture {
	width: 120px;
	min-width: 120px;
}

.accordion-col.open {
	width: 540px;
}

.accordion-col.close {
	width: 300px;
}

.open .accordionArticle-tag {
	/* width: 0; */
}

.accordionArticle-tag p,
.accordionArticle-tag h2,
.accordionArticle-tag a {
	transition: all 950ms cubic-bezier(0.6, 0, 0.1, 1) 200ms;
}

.open .accordionArticle-tag {
	display: none;
}

.news-events-con {
	height: 680px;
	margin-top: 120px;
	/* position: sticky;
	position: -webkit-sticky;
	top: 0; */
}

.news-events-con-fixed {
	/* position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff; */
}

.footer {
	/* margin-top: 120px; */
	background-color: #ffffff;
	position: relative;
	z-index: 3;
}
.video-footer{
	background-color: transparent;
}

.footer-top {
	padding: 0 80px;
	box-sizing: border-box;
}

.footer-top .wrap {
	border-top: 1px solid #1A1919;
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.footer-tl {
	display: flex;
	display: -webkit-flex;
}

.footer-logo {
	width: 123px;
	margin-right: 100px;
}

.footer-service {
	margin-bottom: 18px;
}

.footer-service,
.footer-service a {
	display: inline-block;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 28px;
}

.footer-service a:hover {
	color: #B4A085;
}

.footer-contact p {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1.17px;
	margin-bottom: 20px;
}

.footer-c-item {
	display: flex;
	display: -webkit-flex;
}

.footer-c-item a {
	display: flex;
	display: -webkit-flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	position: relative;

}

.footer-c-item a:hover .icon {
	fill: #B4A085;
}

.footer-c-item a:hover .wechat-icon {
	fill: #B4A085;
	stroke: #B4A085;
}

.p-img {
	position: absolute;
	width: 250px;
	bottom: 36px;
	left: 0;
	transform: translateX(-110px);
	/* box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 15%); */
	display: none;
}

.footer-c-item a:hover .p-img {
	display: block;
}

.footer-c-item a:nth-child(2) {
	margin: 0 20px;
}

.footer-tr ul {
	display: flex;
	display: -webkit-flex;
}

.footer-tr ul li {
	width: 160px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B4A085;
	position: relative;
	cursor: pointer;
}

.footer-tr ul li::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background-color: #B4A085;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: width ease .4s;
	-moz-transition: width ease .4s;
	-ms-transition: width ease .4s;
	-o-transition: width ease .4s;
	transition: width ease .4s;
}

.footer-tr ul li:hover {
	border-bottom: none;
}

.footer-tr ul li:hover::after {
	width: 100%;
}

.footer-tr ul li:nth-child(2) {
	margin: 0 60px;
}

.footer-tr ul li .mid {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
}

.footer-tr ul li .small {
	font-size: 9px;
	color: #666666;
	white-space: nowrap;
}
.en .footer-tr ul li .small{
	margin-top: 10px;
}
.footer-tr ul li:hover .mid,
.footer-tr ul li:hover .small {
	color: #B4A085;
}

.footer-bottom {
	background: #EDEDED;
	height: 40px;
}

.footer-bottom .wrap {
	height: 40px;
	padding: 0 80px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	display: flex;
	display: -webkit-flex;
}

.global-lang {
	/* font-weight: bold; */
	font-size: 10px;
	color: #666666;
	letter-spacing: 0.83px;

}

.global-lang img {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	margin-bottom: 2px;
}

.privacy {
	/* font-weight: lighter; */
	text-decoration: underline;
	letter-spacing: 0.83px;
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}

.global-lang span {
	letter-spacing: 0.83px;
	display: inline-block;
	margin: 0 5px;
	color: #666666;
}

.footer-bottom .term {
	font-size: 10px;
	color: #666666;
	letter-spacing: 0.83px;
	text-align: right;
}

.right-index {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	z-index: 10;
	display: none;
}

.right-index li a {
	font-size: 14px;
	color: transparent;
	letter-spacing: 0;
	padding: 0 7px 0 8px;
	height: 20px;
	line-height: 20px;
	background: transparent;
	display: inline-block;
	margin: 2px 0;
	width: auto;
	border-right: 1px solid #1A1919;
	transition: all 550ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.right-index li.active a {
	background: #1A1919;
	color: #ffffff;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100vh;
	overflow-y:auto;
	background-color: #ffffff;
	display: none;
}

.modal.open {
	display: block;
}

.close-modal {
	width: 26px;
	height: 26px;
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.floor-modal-con,
.events-modal-con {
	display: flex;
	display: -webkit-flex;
	/* align-items: center; */
	height: 100%;
}
.dali-modal .floor-modal-con{
	align-items: center;
}

.floor-popup-img,
.events-popup-img {
	width: 52%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.floor-popup-con,
.events-popup-con {
	flex: 1;
	padding: 120px 80px;
	overflow-y: auto;
}

.events-popup-con h3 {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.floor-popup-con h1,
.events-popup-con h1 {
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.floor-popup-con h4{
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.events-popup-con h4 {
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 40px;
}

.floor-popup-con p,
.events-popup-con p {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
}

.services-modal-con{
	height: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}
.vip-modal-con{
	height: 100%;
	/* max-width: 980px; */
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.vip-accordion-list{
	height: calc(100vh - 170px);
	overflow-y: auto;
}
.vip-accordion-item{
	border: 1px solid #B4A085;
	margin: 10px auto;
	max-width: 980px;
}
.vip-accordion-title{
	display: flex;
	display: -webkit-flex;
	padding: 0 30px;
	align-items: center;
	font-size: 16px;
	color: #333333;
	height: 80px;
	cursor: pointer;
}
.openv .vip-accordion-title{
	background-color: #B4A085;
	color: #fff;
}
.vip-accordion-title span{
	width: 1px;
	height: 9px;
	background-color: #B4A085;
	display: inline-block;
	margin-right: 40px;
	position: relative;
	transition: transform 1s ease-in-out 0s;
}
.vip-accordion-title span::after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 1px;
	background-color: #B4A085;
	position: absolute;
	left: -4px;
	top: 4px;
	transition: transform 1s ease-in-out 0s;
}

.openv .vip-accordion-title span{
	background-color: #ffffff;
	transition: transform 1s ease-in-out 0s;
	transform: rotate(90deg) ;
}
.openv .vip-accordion-title span::after{
	background-color: #ffffff;
	transition: transform 1s ease-in-out 0s;
	transform: rotate(90deg) scale(0);
}
.vip-accordion-con{
	height: calc(100vh - 360px);
	overflow-y: auto;
	display: none;
}
.openv .vip-accordion-con{
	display: block;
}
.vip-popup-img {
	max-width: 800px;
	margin: 0 auto;
	height: 100%;
	overflow-y: auto;
	padding-right: 10px;
}

.services-popup-img {
	max-width: 600px;
	margin: 0 auto;
	height: 100%;
	/* overflow-y: auto;
	padding-right: 10px; */
}

.privacy-modal-content {
	max-width: 800px;
	margin: 30px auto;
	/* height: calc(100vh - 60px);
	overflow-y: auto;
	padding-right: 20px; */
}

.privacy-modal-content .title {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.privacy-modal-content p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}

.privacy-modal-content dl {
	margin-bottom: 30px;
}

.privacy-modal-content dl dt {
	margin-bottom: 15px;
}

.privacy-modal-content dl dd {
	margin-bottom: 15px;
	padding-left: 20px;
}

.dali-popup-img {
	max-width: 600px;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dali-popup-img p {
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}

.media-modal-con {
	height: 100vh;
	background-color: #f6f6f6;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.media-popup-content {
	max-width: 980px;
	/* margin: 0 auto; */
}

.media-popup-content .title h1 {
	margin-bottom: 30px;
}

.right-news-item {
	width: 100%;
	max-width: 980px;
	position: relative;
}

.right-news-item .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
	overflow: visible
}

.right-news-item .swiper {}

.news-con {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.news-box {
	position: relative;
}

.news-category {
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 30px;
	background: #B4A085;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;

}

.news-cover {
	width: 100%;
	height: calc(33.33vw * 0.6);
	max-height: 280px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.news-cover img {
	width: auto;
	height: 100%;
}

.news-txt {
	padding: 40px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	position: relative;
}

.news-prev-next {
	z-index: 3;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	bottom: 35px;
	left: -180px;
}

.swiper-news-prev-btn,
.swiper-news-next-btn {
	width: 60px;
	margin: 0 20px;
	cursor: pointer;
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-news-next-btn {
	right: -130px;

}

.swiper-news-prev-btn {
	left: -130px;
}

.swiper-news-prev-btn.swiper-button-disabled,
.swiper-news-next-btn.swiper-button-disabled {
	opacity: 0.5;
}

.news-date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}

.news-title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.news-des {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.news-more {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-right: 60px;
}

.news-more::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/arrow-b.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
	-webkit-transition: right ease .4s;
	-moz-transition: right ease .4s;
	-ms-transition: right ease .4s;
	-o-transition: right ease .4s;
	transition: right ease .4s;

}

.news-more:hover::after {
	right: 10px;
}

.news-modal-content {
	max-width: 800px;
	margin: 20px auto;
	/* padding-right: 20px; */
	/* height: 100vh; */
	/* overflow-y: auto; */
}

.news-pop-con .title {
	/* font-weight: bold; */
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

.news-pop-con .dds {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

.news-pop-con .dds .date {
	color: #999999;
	margin-left: 20px;
}

hr {
	color: #D8D8D8;
	background-color: #D8D8D8;
}

.news-pop-con .des-con {
	margin-top: 40px;
	text-align: center;
	padding: 0 80px;
	box-sizing: border-box;
}

.news-pop-con .des-con img {
	/* width: 480px; */
	display: block
}

.news-pop-con .des-con p {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
	text-align: justify;
	margin-bottom: 20px;
}
.event-slide{
	height: 555px;
	position: relative;
	margin-top: 220px;
	/* border-top: 4px solid #B4A085; */
	
}
.event-slide>img{
	border-top: 4px solid #B4A085;
}

.front-bg{
	width: 640px;
	height: 640px;
	position: absolute;
	top: -220px;
	right: 200px;
	z-index: 3;
}

.front-info{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	padding:140px 40px 40px;
	box-sizing: border-box;
}
.en .front-info{
	padding-top: 40px;
}
.tag,
.front-info .tag{
	display: inline-block;
	max-width: 130px;
	background: rgba(255,255,255,0.20);
	border: 1px solid #FFFFFF;
	padding: 2px 20px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	box-sizing: border-box;
	white-space: nowrap;
}
.en .tag,
.en .front-info .tag{
	max-width: 150px;
}
.front-info .shadow-txt{
	font-weight: bold;
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 6px;
	line-height: 56px;
	margin-top: 40px;
	width: 550px;
	height: auto;
}
.en .front-info .shadow-txt{
	font-size: 46px;
	line-height: 54px;
}
.front-info .event-time{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 60px;
}
.en .front-info .event-time{
	margin-top: 30px;
}
.front-info .view-more{
	margin-top: 20px;
}
.front-info::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.80) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.event-prev-next {
	display: flex;
	display: -webkit-flex;
	position: absolute;
	z-index: 2;
	bottom: 220px;
	right: 220px;
}

.event-button-prev,
.event-button-next {
	width: 30px;
	margin: 0 20px;
	cursor: pointer;
	opacity: 1;
}

.event-button-prev.swiper-button-disabled,
.event-button-next.swiper-button-disabled {
	opacity: 0.5;

}
.event-pagination {
	text-align: right;
	box-sizing: border-box;
	font-size: 36px;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	bottom: 260px;
	width: auto;
	right: 250px;
	left: unset;
}
.floor-p-t{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.store-logo{
	width: 120px;
}
.store-no{
	margin-left: 15px;
}
.pp-logo{
	display: block;
	position: absolute;
	width: 135px;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.pp-logo-sp{
	width: 108px;
}
.new-store-open{
	padding-top: 120px;
}
.store-prev-next .swiper-store-btn{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #B4A085;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: calc(50% - 20px);
	cursor: pointer;
}
.store-prev-next .swiper-store-btn img{
	width: 20px;
}
.store-slides{
	position: relative;
}
.store-prev-next .swiper-store-prev {
	left: -20px;
}
.store-prev-next .swiper-store-next {
	right: -20px;
}
.swiper-store .store-info{
	position: relative;
}
.swiper-store .store-info::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 50%;
	opacity: 0.8;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;    
}
.store-con{
	position: absolute;
	top: calc(100% - 200px);
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(180, 160, 133, 0.95); */
	background: rgba(180, 160, 133, 0);
	padding: 60px 40px;
	box-sizing: border-box;
	overflow: hidden;
	transition: top linear 500ms 100ms, background linear 400ms 200ms;
	z-index: 1;
}
.store-con::after{
	content: "";
	display: inline-block;
	width: 272px;
	height: 307px;
	background-image: url("../images/leaf-o.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -55px;
	bottom: -106px;
	z-index: 0;
	opacity: 0;
	transition: opacity ease 400ms 400ms;
}
.swiper-store .tag{
	max-width: 300px;
}
.store-name{
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.store-des{
	max-height: 220px;
	margin-top: 40px;
	overflow-y: auto;
	opacity: 0;
	position: relative;
	z-index: 1;
	transition: opacity ease 200ms 200ms;
}
.store-des p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 10px;
}
.aboutreel:hover{
	color: #B4A085;
	cursor: pointer;
}
.about-reel-flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.reel-slides{
	position: relative;
	width: 560px;
}
.reel-prev-next .swiper-reel-btn{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: calc(50% - 20px);
	cursor: pointer;
}
.reel-slides{
	position: relative;
}
.reel-prev-next .swiper-reel-prev {
	left: -20px;
}
.reel-prev-next .swiper-reel-next {
	right: -20px;
}
.history-video-con{
	margin-top: 80px;
	padding-left: 80px;
}
.history-video-con h2{
	font-size: 24px;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 40px;
	font-weight: normal;
}
.history-video-slide{
	position: relative;
	padding-bottom: 61px;
}
.history-video-slide .swiper-slide{
	width: 200px;
	position: relative;
	/* margin-right: 10px; */
}
.video-float-con{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 14px 10px;
	z-index: 1;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity ease 400ms 200ms;    
}
.video-slide-con{
	position: absolute;
	/* top: calc(50% - 50px); */
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(180, 160, 133, 0.95); */
	background: rgba(180, 160, 133, 0);
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	transition: top linear 500ms 100ms, background linear 400ms 200ms;
	z-index: 2;    
	display: flex;
	align-items: center;
}
.video-slide-con::after {
    content: "";
    display: inline-block;
    width: 139px;
    height: 191px;
    background-image: url(../images/leaf-o.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -37px;
    bottom: -60px;
    z-index: 0;
    opacity: 0;
    transition: opacity ease 400ms 400ms;    
}
.video-slide-con>div{
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.video-float-con .career,
.video-slide-con .career{
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 4px;
	line-height: 18px;
	text-transform: uppercase;
}
.video-float-con .name,
.video-slide-con .name{
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 24px;
}
.video-slide-con .name{
	line-height: 32px;
}
.history-video-slide .swiper-slide:hover .video-float-con{
	opacity: 0;
}
.history-video-slide .swiper-slide:hover .video-slide-con {
    top: 0;
    background: rgba(180, 160, 133, 0.95);
}
.history-video-slide .swiper-slide:hover .video-slide-con::after{
	opacity: 1;
}
.history-video-slide .swiper-slide::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50%;
    opacity: 0.8;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.video-pagination.swiper-pagination-progressbar{
	background: #FFFFFF;
	border: 1px solid #B4A085;
	width: 82.35%;
	height: 8px;
	bottom: 16px;
}
.video-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #B4A085;
}
.video-prev-next{
	position: absolute;
	bottom: 0;
	right: 8%;
	display: flex;
}
.video-prev-next .swiper-button-prev{
	margin-right: 20px;
}
.video-prev-next .video-slide-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #B4A085;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
/* media */
@media only screen and (min-width:769px) {
	.events-popup-con{
		max-height: 95vh;
		overflow-y: auto;
	}
	.store-info:hover .store-con{
		top: 0;
		background: rgba(180, 160, 133, 0.95);
	}
	.store-info:hover .store-des{
		opacity: 1;
	}
	.store-info:hover .store-con::after{
		opacity: 1;
	}
	.follow-me{
		width: 180px;
		height: 32px;
		position: fixed;
		bottom: 0;
		right: 10px;
		z-index: 10;
		cursor: pointer;
	}
	
	.follow-me:hover{
		height: calc(180px + 32px);
	}
	
	.follow-me-menu{
		width: 180px;
		height: 32px;
		background: #B4A085;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.43px;
	}
	.en .follow-me{
		width: 200px;
	}
	.en .follow-me:hover{
		height: calc(200px + 32px);
	}
	.en .follow-me-menu{
		width: 200px;
	}
	.follow-me:hover .down-svg{
		transform: rotate(180deg);
	}
	.follow-me-menu>span{
		margin: 0 10px;
	}
	.down-svg{
		width: 10px;
	}
	.wechat-fme{
		width: 180px;
		height: 180px;
	}
	.en .wechat-fme{
		width: 200px;
		height: 200px;
	}
	.wechat-fme img{
		display: block;
	}

	.news-box::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #000000;
		transition: all .2s cubic-bezier(0.55, .085, .68, .53), background-color .3s cubic-bezier(0.55, .085, .68, .53);
	}

	.news-box:hover::before {
		background-color: #B4A085;
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
		transition-timing-function: cubic-bezier(0.23, 1, .32, 1);
	}

	.news-box:hover .news-txt {
		background-color: #B4A085;
		color: #fff;
	}

	.news-box:hover * {
		color: #fff !important;
	}

	.news-box:hover .news-more::after {
		background-image: url(../images/arrow-w.svg);
	}

}

@media only screen and (min-width:1441px) {
	.swiper-container-vertical>.swiper-pagination-bullets.events-pagination {
		right: calc((100vw - 1440px)/2 - 2px);
	}
}

@media only screen and (max-width:1440px) {
    .content-body,
	.section2,
	.section3,
	.section4{
		background-size: 100%;
	}

	.slogan-box::before {
		left: 0;
	}

	.slogan-box::after {
		right: 0;
	}
}

@media only screen and (min-width:1366px) and (max-width:1439px) {
	.menu-list ul li a h1 {
		white-space: nowrap;
	}
	.section2 {
	    background-position: center 100px;
	}

	.swiper-container-vertical>.swiper-pagination-bullets.events-pagination {
		right: 0;
	}

	.shadow-txt {
		width: 550px;
		font-size: 42px;
		line-height: 60px;
		height: 182px;
	}

	.left-events-info {
		padding: 110px 0 90px 80px;
	}
}

@media only screen and (min-width:1280px) and (max-width:1365px) {
	.menu-list ul li a h1 {
		white-space: nowrap;
	}

	.swiper-container-vertical>.swiper-pagination-bullets.events-pagination {
		right: 0;
	}

	.shadow-txt {
		width: 550px;
		font-size: 42px;
		line-height: 60px;
		height: 182px;
	}

	.left-events-info {
		padding: 110px 0 90px 60px;
	}

	.wrap1280 {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.sect2-leaf-l {
		width: 500px;
		left: -80px;
		top: 200px;
	}

	.sect2-leaf-r {
		width: 600px;
	}

	.accordionArticle-content {
		width: 360px;
		min-width: 360px;
		padding: 60px 30px;
	}

	.news-events-container .title {
		left: 60px;
		top: 0;
	}

	.right-events-pic {
		width: 540px;
		height: 540px;
	}

	.news-events .events-swiper {
		height: 614px;
	}

	.events-slide {
		padding-top: 130px;
	}

	.events-inner-pagination.swiper-pagination-bullets {
		right: 270px;
	}

	.swiper-events-prev {
		right: calc(540px - 30px);
	}

	.news-cover {
		height: calc(33.33vw * 0.7);
	}
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
	.about-reel-flex{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.store-con{
		padding: 40px 30px;
	}
	.store-des{
		max-height: 200px;
		margin-top: 20px;
	}
	.store-con::after{
		width: 200px;
		height: 250px;
		right: -40px;
		bottom: -85px;
	}
	.right-index {
		right: 10px;
		margin-bottom: 5px;
	}

	.title h3 {
		font-size: 16px;
	}

	.title h1 {
		font-size: 32px;
	}

	.first-screen:after,
	.first-screen:before {
		background-size: 100%;
	}

	.menu-box {
		padding: 150px 60px 40px;
	}

	.menu-list ul li a h3 {
		font-size: 16px;
	}

	.menu-list ul li a h1 {
		font-size: 30px;
		white-space: nowrap;
	}

	.about-reel-pic {
		width: 250px;
		height: 400px;
	}

	.bg-leaf {
		width: 360px;
		left: 130px;
		top: 50px;
	}

	.bg-reel-opacity {
		width: 400px;
	}

	.bg-reel-black {
		width: 150px;
		top: 240px;
		right: 80px;
	}

	.swiper-container-vertical>.swiper-pagination-bullets.events-pagination {
		right: 0;
	}

	.shadow-txt {
		width: 550px;
		font-size: 32px;
		line-height: 40px;
		height: 130px;
	}

	.news-events .events-swiper {
		height: 520px;
	}

	.left-events-info {
		width: 760px;
		height: 380px;
		padding: 60px 0 60px 40px;
	}

	.wrap {
		min-width: 100%;
	}

	.wrap1280 {
		min-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.slogan {
		height: 50px;
	}

	.slogan span {
		height: 50px;
		line-height: 50px;
	}

	.slogan img {
		display: block;
	}

	.sect2-leaf-l {
		width: 400px;
		left: -80px;
		top: 100px;
	}

	.sect2-leaf-r {
		width: 500px;
		right: 0;
		top: -200px;
	}

	.accordionArticle-content {
		width: 305px;
		min-width: 305px;
		padding: 60px 20px;
	}

	.news-events-container .title {
		left: 40px;
		top: 40px;
	}

	.right-events-pic {
		width: 400px;
		height: 400px;
		top: 60px;
	}

	.events-inner-pagination.swiper-pagination-bullets {
		right: 200px;
	}

	.swiper-events-next,
	.swiper-events-prev {
		top: 250px;
	}

	.swiper-events-prev {
		right: calc(400px - 30px);
	}

	.events-slide {
		padding-top: 140px;
	}

	.accordionArticle-tag {
		padding: 40px 15px;
	}

	.accordion-col.open .picture {
		width: 80px;
		min-width: 80px;
	}

	.footer-bottom .wrap,
	.footer-top {
		padding: 0 40px;
	}

	.footer-logo {
		width: 110px;
		margin-right: 50px;
	}

	.footer-tr ul li:nth-child(2) {
		margin: 0 30px;
	}

	.news-cover {
		height: calc(33.33vw * 0.8);
	}

	.swiper-news-prev-btn {
		left: 0;
		margin: 0 10px;
	}

	.swiper-news-next-btn {
		right: 0;
		margin: 0 10px;
	}
	.front-bg{
		width: 600px;
		height: 600px;
		right: 16%;
	}
	.event-pagination{
		right: 20%;
		bottom: 160px;
	}
	.event-prev-next{
		right: 17%;
		bottom: 140px;
	}
	.event-slide{
		min-height: 400px;
		height: auto;
	}
	.video-pagination.swiper-pagination-progressbar{
		width: 80%;
		max-width: 900px;
	}
}
@media only screen and (max-width:1300px) {
	.en .video-top-txt{
		bottom: 50px;
	}
	.en .video-top-txt .tt{
		font-size: 40px;
		color: #FFFFFF;
		letter-spacing: 6px;
		text-align: center;
		line-height: 40px;
	}
	.en .video-top-txt .dd{
		font-size: 22px;
		color: #FFFFFF;
		letter-spacing: 2px;
		text-align: center;
		line-height: 20px;
	}

}
@media only screen and (min-width:1100px) and (max-width:1279px) {
	.wrap1280 {
		min-width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.section2{
		/* padding-top: 100px; */
		/* margin-top: -100px; */
	}


	.about-reel-pic {
		width: 330px;
		height: 530px;
	}

	.bg-leaf {
		width: 400px;
		left: 180px;
		top: 70px;
	}


	.right-events-pic {
		width: 460px;
		height: 460px;
		top: 0;
	}

	.sect2-leaf-r {
		width: 600px;
	}

	.left-events-info {
		padding: 60px 0 80px 60px;
	}

	.shadow-txt {
		width: 440px;
	}

	.events-inner-pagination.swiper-pagination-bullets {
		right: 230px;
	}

	.swiper-events-prev {
		right: calc(460px - 30px);
	}

	.news-cover {
		height: calc(33.33vw * 0.8);
	}

	.swiper-news-prev-btn {
		left: 0;
		margin: 0 10px;
	}

	.swiper-news-next-btn {
		right: 0;
		margin: 0 10px;
	}
	.about-reel-title{
		background-position: 18px 0;
	}
}
@media only screen and (max-width:1024px) {
	.en .video-top-txt{
		bottom: 40px;
	}
	.en .video-top-txt .tt{
		font-size: 32px;
		color: #FFFFFF;
		letter-spacing: 6px;
		text-align: center;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.en .video-top-txt .dd{
		font-size: 18px;
		color: #FFFFFF;
		letter-spacing: 2px;
		text-align: center;
		line-height: 20px;
	}

}
@media only screen and (min-width:769px) and (max-width:1120px) {
	.store-name{
		white-space: nowrap
	}
	.shadow-txt {
		width: 450px;
	}
	
	.section2{
		/* padding-top: 100px; */
		/* margin-top: -100px; */
	}

	.events-slide {
		padding-top: 120px;
	}

	.news-events .events-swiper {
		height: 500px;
	}

	.right-events-pic {
		top: 20px;
	}

	.news-events-container .title {
		top: 0;
	}

	.right-news-item {
		width: 80%;
		margin: 0 auto;
	}

	.news-cover {
		height: calc(33.33vw * 0.9);
	}

	.swiper-news-prev-btn {
		left: 0;
		margin: 0 10px;
	}

	.swiper-news-next-btn {
		right: 0;
		margin: 0 10px;
	}
	.video-pagination.swiper-pagination-progressbar{
		width: 70%;
	}
}

@media only screen and (max-width:1023px) {
	.about-reel-flex{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.reel-slides{
		width: 50%;
		max-width: 500px;
	}
	.about-reel-txt{
		margin-left: 20px;
	}
	.store-con{
		padding: 40px;
		top: calc(100% - 150px);
	}
	.store-prev-next .swiper-store-btn{
		box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 20%)
	}
	.store-prev-next .swiper-store-next{
		right: 0;
	}
	.store-prev-next .swiper-store-prev{
		left: 0;
	}
	.store-con::after{
		width: 150px;
		height: 180px;
		right: -35px;
		bottom: -65px;
	}
	.store-name{
		font-size: 20px;
		white-space: nowrap;
	}
	.store-des{
		max-height: 160px;
		margin-top: 20px;
	}
	.store-des p{
		font-size: 12px;
		line-height: 18px;
	}
	.wrap1280 {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 100%;
	    min-width: 100%;
	}
	.wrap {
		min-width: 100%;
	}
	.menu-pic{
		max-width: 500px;
	}
	.menu-list ul li a h1{
		white-space: nowrap;
	}
	.footer-top {
	    padding: 0 40px;
	    box-sizing: border-box;
	}
	.footer-bottom .wrap{
	    padding: 0 40px;
	}
	.footer-logo{
		width: 90px;
		margin-right: 20px;
	}
	.footer-tr ul li:nth-child(2){
		margin: 0 20px;
	}
	.first-screen:before,
	.first-screen:after{
		background-size: auto 46px;
		height: 46px;
	}
	.floor-popup-con, .events-popup-con{
		padding: 100px 40px;
	}
	.vip-popup-img{
		max-width: 600px;
	}
	.accordionArticle-tag{
		padding: 40px 30px;
	}
	.accordion-col.open .picture {
	    width: 60px;
	    min-width: 60px;
	}
	.accordionArticle-content{
		width: 280px;
		min-width: 280px;
		padding: 60px 5px 60px 20px;
	}
	.left-events-info{
		width: calc(100% - 140px);
		padding: 40px 0 40px 40px;
		height: 330px;
	}
	.right-events-pic{
		width: 360px;
		height: 360px;
		top: 0;
	}
	.news-events .events-swiper{
		height: 430px;
	}
	.swiper-events-prev{
		right: calc(360px - 30px);
	}
	.shadow-txt{
		width: 380px;
		font-size: 24px;
		line-height: 32px;
		height: 110px;
	}
	.events-slide{
		padding-top: 100px;
	}
	.swiper-events-next, .swiper-events-prev{
		top: 200px;
	}
	.events-inner-pagination.swiper-pagination-bullets{
		right: 180px;
	}
	.swiper-container-vertical>.swiper-pagination-bullets.events-pagination{
		right: 0;
	}
	.news-events-container .title{
		left: 20px;
	}
	.bg-leaf {
	    width: 300px;
	    position: absolute;
	    left: 100px;
	    top: 60px;
	}
	.bg-reel-opacity{
		width: 400px;
		right: 70px;
	}
	.bg-reel-black{
		width: 150px;
		top: 230px;
	}
	.about-reel{
		/* padding: 0 20px; */
		/* padding-top: 72px; */
	}
	.about-reel-pic{
		width: 250px;
		height: 350px;
	}
	.about-reel-map{
		width: 180px;
	}
	.privacy-modal-content{
		max-width: 700px;
		padding-right: 5px;
	}
	.menu-box{
		padding: 150px 40px 50px;
	}
	.menu-list ul li a h3{
		font-size: 16px;
	}
	.menu-list ul li a h1{
		font-size: 30px;
	}
	.menu-list{
		margin-right: 40px;
	}
	.tips-box{
		padding-right: 40px;
	}
	.front-bg{
		width: 500px;
		height: 500px;
		top: -150px;
		right: 100px;
	}
	.event-slide{
		height: auto;
		min-height: 300px;
		margin-top: 150px;
	}
	.front-info{
		padding-top: 100px;
	}
	.en .front-info{
		padding-top: 50px;
	}
	.front-info .shadow-txt{
		font-size: 30px;
		line-height: 40px;
		width: 100%;
	}
	.en .front-info .shadow-txt{
		font-size: 22px;
		line-height: 30px;
	}
	.event-pagination{
		right: 130px;
		bottom: 100px;
	}
	.event-prev-next{
		right: 100px;
		bottom: 80px;
	}
}
@media only screen and (max-width:900px) {
	.en .video-top-txt{
		bottom: 30px;
	}
	.en .video-top-txt .tt{
		font-size: 24px;
		color: #FFFFFF;
		letter-spacing: 6px;
		text-align: center;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.en .video-top-txt .dd{
		font-size: 16px;
		color: #FFFFFF;
		letter-spacing: 2px;
		text-align: center;
		line-height: 20px;
	}
	.store-con{
		padding: 30px;
		top: calc(100% - 150px);
	}
	.store-prev-next .swiper-store-btn{
		width: 30px;
		height: 30px;
		padding: 0;
	}
	.store-prev-next .swiper-store-next{
		right: 0;
	}
	.store-prev-next .swiper-store-prev{
		left: 0;
	}
	.store-name{
		font-size: 16px;
	}
	.swiper-store .tag{
		font-size: 13px;
	}
	.menu-box{
		padding: 120px 20px 40px;
	}
	.menu-right{
		max-width:450px;
	}
	.menu-list{
		margin-right: 20px;
	}
	.menu-list ul li a h1 {
		font-size: 28px;
	}
	.header{
		padding: 10px 20px;
		height: 100px;
	}
	.logo{
		width: 88px;
	}
	.hamburg{
		right: 20px;
	}
	.first-screen{
		/* margin-top: -80px; */
	}
	.first-screen::after,
	.first-screen:before{
		bottom: -1px;
	}
	.front-bg{
		width: 440px;
		height: 440px;
	}
	.front-info{
		padding-top: 40px;
	}
	.accordionArticle-tag{
		padding: 40px 15px;
	}
	.open.accordion-col .accordionArticle-tag h2, .accordionArticle-tag h2{
		font-size: 18px;
	}
	.accordion-col.open .picture{
		width: 40px;
		min-width: 40px;
	}
	.accordionArticle-content{
		padding: 60px 5px 60px 10px;
	}
	.accordion-col.close{
		width: 250px;
	}
	.footer-top{
		padding: 0 15px;
	}
	.scroll-floor{
		padding-right: 10px;
	}
	.footer-tr ul li{
		width: 150px;
		overflow: hidden;
	}
	.footer-tr ul li:nth-child(2){
		margin: 0 10px;
	}
}
.sp{
	display: none;
}
.pc{
	display: block;
}
@media only screen and (min-width:769px) {
	.modal.events-modal,
	.modal.floor-modal{
		height: 100vh;
		overflow-y: hidden;
	}
}
@media only screen and (max-width:768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.about-reel-flex{
		padding: 0;
	}
	.reel-slides{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.about-reel-txt{
		width: 460px;
		margin: 40px 0 20px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.reel-prev-next .swiper-reel-btn{
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}
	.reel-prev-next .swiper-reel-prev{
		left: 0;
	}
	.reel-prev-next .swiper-reel-next{
		right: 0;
	}
	.new-store-open{
		padding-top: 80px;
	}
	.floor-p-t{
		flex-wrap: wrap;
	}
	.store-title{
		width: 100%;
		position: relative;
		/* bottom: 40px; */
		bottom: 0px;
		left: 0;
		/* left: 20px; */
		z-index: 1;
	}
	.section1{
		overflow: hidden;
	}
	.section1::before {
	    content: "";
	    display: inline-block;
	    width: 100%;
	    height: 430px;
	    background-image: url(../images/bgl.png);
	    background-position: right top;
	    background-repeat: no-repeat;
	    background-size: 230px;
		transform: rotateY(180deg) rotateZ(-4deg);
	    position: absolute;
	    top: 60px;
	    right: 10px;
	    z-index: -1;
	}
	.newstore-modal{
		padding-top: 60px;
		background: rgba(180, 160, 133, 0.95);
	}
	.newstore-modal-con{
		padding: 40px 20px 0;
	}
	
	.newstore-modal::after{
		content: "";
		display: inline-block;
		width: 272px;
		height: 307px;
		background-image: url("../images/leaf-o.png");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		/* transform: rotateY(180deg) rotateZ(60deg); */
		right: -40px;
		bottom: -45px;
		z-index: 0;
		/* filter: blur(3px); */
	}
	.newstore-modal .tag{
		max-width: 300px;
		background: none;
	}
	.newstore-modal .store-des{
		max-height: 66vh;
		margin-top: 40px;
		opacity: 1;
	}
	.swiper-store{
		padding: 0 20px;
	}
	
	.language{
		right: unset;
		left: 20px;
	}
	.follow-me{
		width: 48px;
		height: 48px;
		position: fixed;
		bottom: 30px;
		right: 15px;
		z-index: 10;
		cursor: pointer;
	}
	.follow-me-menu{
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #B4A085;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.43px;
	}
	.wechat-fme{
		width: 250px;
		position: absolute;
		bottom: 50px;
		right: 0;
		display: none;
	}
	.follow-me:hover .wechat-fme{
		display: block;
	}
	
	/* .body::before{
		height: calc(100vh - 70px);
		background-image: url(../images/kv-sp.png);
	} */
	.swiper-container-horizontal>.kv-pagination.swiper-pagination-bullets {
		bottom: 90px;
	}
	.section2{
		padding-top: 0;
		margin-top: 0;
	}
	.news-events-container{
		margin-top: 80px;
	}
	.first-screen {
	    height: 100vh;
	}
	.menu-con{
		flex-wrap: wrap;
	}
	.menu-list{
		margin-right: 0;
		width: 100%;
	}
	.menu-right{
		width: 100%;
		margin-top: 40px;
	}
	.menu-right{
		max-width: 100%;
	}
	.tips-box .footer-contact,
	.tips-box{
		text-align: center;
		padding-right: 0;
	}
	.tips-box .footer-c-item{
		justify-content: center;
	}
	.menu-list ul li a h3{
		margin-bottom: 0;
		font-size: 14px;
	}
	.menu-list ul li a h1{
		font-size: 14px;
	}
	.menu-list ul li{
		margin-bottom: 0;
		padding: 16px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}
	.menu-list ul li:after{
		content: '';
		display: inline-block;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 15px;
		top: 20px;
		background-image: url(../images/mm.svg);
		background-size: 14px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.menuopen .header{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.right-index.pc{
		display: none!important;
	}
	.first-screen::after,
	.first-screen:before{
		background-size: auto 40px;
	    height: 40px;
		bottom: -1px;
	}
	.about-reel{
		margin: 0 auto;
	}
	.bg-leaf{
		left: -50px;
		width: 500px;
		transform: rotateZ(-20deg);
	}
	.about-reel{
		/* padding: 28px 0 0; */
	}
	.bg-reel-opacity{
		width: 250px;
		right: 60px;
		top: 60px;
	}
	.showinopc{
		opacity: 0.1;
	}
	.bg-reel-black{
		width: 120px;
		right: 40px;
		top: 140px;
	}
	.about-reel-flex{
		flex-direction: column;
	}
	.about-reel-pic{
		width: 100%;
		height: auto;
	}
	.about-reel-map{
		width: 50%;
		margin: 0 auto;
	}
	.about-reel-txt p{
		color: #666666;
		font-size: 14px;
		line-height: 28px;
	}
	.slogan{
		height: 40px;
		margin-bottom: 9px;
	}
	.slogan.slogan-cn{
		margin-bottom: 0;
	}
	.slogan span{
		height: 40px;
	}
	.slogan img{
		height: 100%;
		width: auto;
	}
	.floor-accordion{
		flex-wrap: wrap;
		height: auto;
	}
	.accordion-col{
		width: 100%;
		flex-wrap: wrap;
	}
	.accordion-col.open{
		width: 100%;
	}
	.picture{
		height: 300px;
	}
	 .accordionArticle-tag .view-more{
		 opacity: 1;
	 }
	.accordionArticle-content{
		width: 100%;
		min-width: 100%;
		min-height: 590px;
		display: none;
		position: relative;
	}
	.accordionArticle-content::after{
		content: "";
		display: inline-block;
		width: 253px;
		height: 430px;
		background-image: url(../images/bgl.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		top: 60px;
		right: 8px;
		z-index: 0;
	}
	.accordion-col.close{
		width: 100%;
	}
	.accordion-col.open .picture{
		width: 100%;
	}
	.open .accordionArticle-content{
		display: block;
		padding: 60px 20px;
	}
	.accordionArticle-content h2,
	.accordionArticle-content p,
	.scroll-floor{
		position: relative;
		z-index: 1;
	}
	
	.close-content{
		position: absolute;
		width: 26px;
		height: 26px;
		top: 28px;
		right: 28px;
	}
	.video-index-cover .video-poster{
		border-top: none;
	}
	.en .video-top-txt,
	.video-top-txt{
		bottom: 0;
		padding: 32px 20px 0;
		box-sizing: border-box;
		position: relative;
	}
	.en .video-top-txt .tt,
	.video-top-txt .tt{
		font-size: 24px;
		color: #333333;
		letter-spacing: 3px;
		text-align: center;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.en .video-top-txt .dd,
	.video-top-txt .dd{
		font-size: 18px;
		color: #333333;
		letter-spacing: 1.5px;
		text-align: center;
		line-height: 26px;
	}
	.section3{
		padding: 100px 0 60px;
	}
	.body-ipad .section3::before{
		top: 0;
	}
	.body-ipad .section3::before,
	.section3,
	.section4{
		background-size: 100%;
		background-position: center 30px;
	}
	.section4,
	.section3{
		background-attachment: inherit;
	}
	.section3::after{
		background-color: transparent;
	}
	.title h1{
		line-height: 50px;
		margin-bottom: 30px;
	}
	.picture{
		height: 400px;
	}
	.accordionArticle-tag{
		padding: 30px;
	}
	.open.accordion-col .view-more, 
	.accordionArticle-tag .view-more{
		margin-top: 30px;
	}
	.accordionArticle-tag p,
	.accordionArticle-tag h2{
		transform: translateY(0);
	}
	.bg-reel-opacity{
		opacity: 0.1;
		transform: translateY(0);
	}
	.bg-reel-black,
	.about-reel-pic,
	.about-reel-map{
		transform: translateY(0);
		opacity: 1;
	}
	.footer-top{
		padding: 0 20px;
	}
	.footer-top .wrap{
		padding: 60px 0;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.footer-tl{
		flex-direction: column;
		align-items: center;
		margin-bottom: 60px;
	}
	.footer-logo{
		width: 100px;
		margin: 0;
		margin-bottom: 60px;
	}
	.footer-contact p{
		margin-bottom: 10px;
	}
	.footer-contact{
		text-align: center;
	}
	.footer-c-item{
		justify-content: center;
	}
	.footer-tr ul li:nth-child(2){
		margin: 0 15px;
	}
	.footer-bottom{
		height: auto;
		padding: 20px 0;
	}
	.footer-bottom .wrap{
		height: auto;
		flex-direction: column;
	}
	.global-lang{
		margin-bottom: 10px;
	}
	.footer-bottom .term{
		text-align: center;
	}
	.lang-list li{
		white-space: nowrap;
	}
	.services-modal-con, .vip-modal-con{
		padding: 20px 0 20px;
	}
	.news-modal-content,
	.privacy-modal-content,
	.media-popup-content,
	.services-popup-img,
	.vip-popup-img{
		max-width: 90%;
		padding-right: 0;
	}
	.privacy-modal-content{
		margin: 20px auto;
		height: calc(100vh - 100px);
	}
	.news-pop-con .des-con{
		padding: 0 10px;
	}
	.news-modal-content{
		margin: 5px auto;
		height:calc(100vh - 70px)
	}
	.close-modal{
		top: 20px;
		right: 20px;
	}
	.news-cover{
		height: calc(50vw * 0.5);
	}
	.news-txt{
		padding: 20px;
	}
	.swiper-news-prev-btn{
		left: 0;
	}
	.swiper-news-next-btn{
		right: 0;
	}
	.menu-box{
		padding: 60px 15px 20px;
	}
	.pp-logo-menu{
		position: absolute;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding: 30px 20px 40px;
		box-sizing: border-box;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	}
	.event-slide{
		height: auto;
		margin-top: 125px;
	}
	.news-events-container .title{
		top: 0;
	}
	.front-bg{
		height: 100vw;
		position: relative;
		right: 0;
		width: 100%;
		top: 0;
	}
	.front-bg {
	    display: flex;
	    display: -webkit-flex;
	    align-items: center;
	    justify-content: center;
	    overflow: hidden;
	    visibility: visible!important;
	}
	.front-info{
		padding: 240px 40px 40px;
	}
	.event-prev-next{
		bottom: 28px;
		right: 50%;
		transform: translateX(50%);
	}
	.event-button-prev, .event-button-next{
		margin: 0 60px;
	}
	.event-pagination{
		bottom: 20px;
	}
	.event-pagination{
		font-size: 24px;
		right: 50%;
		transform: translateX(50%);
	}
	.footer-top::after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 430px;
		background-image: url(../images/bgl.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 253px;
		position: absolute;
		top: 140px;
		right: 30px;
		z-index: -1;
	}
	.content-body,
	.section2{
		background-image: none;
	}
	.section.section2::before{
		content: "";
		display: inline-block;
		width: 100%;
		height: 430px;
		background-image: url(../images/bgl.png);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 253px;
		position: absolute;
		top: -80px;
		right: 10px;
		z-index: 1;
	}
	.news-events-container{
		margin-top: 100px;
	}
	.picture img {
	    height: auto;
	    width: 100%;
	}
	.floor-modal-con,
	.events-modal-con{
		display: block;
		margin:60px 10px 20px 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		box-sizing: border-box;
		/* overflow-y: auto; */
		/* height: calc(100vh - 80px); */
	}
	.floor-popup-img, 
	.events-popup-img{
		width: 100%;
	}
	.floor-popup-con,
	.events-popup-con{
		padding: 40px 0 0;
	}
	.vip-accordion-list{
		padding: 0 20px;
		height: calc(100vh - 240px);
	}
	.vip-accordion-title{
		padding: 0 5px 0 20px;
	}
	.vip-accordion-title span{
		margin-right: 15px;
		min-width: 1px;
	}
	.vip-accordion-con {
	    height: calc(100vh - 430px);
	}
	.vip-modal-con{
		padding-top: 20px;
		height: calc(100vh - 100px);
	}
	.title h3{
		margin-bottom: 6px;
	}
	.media-modal{
		background-color: #f6f6f6;
		padding-top: 60px;
	}
	.media-modal-con{
		height: calc(100vh - 70px);
	}
	.media-modal-con{
		align-items: flex-start;
	}
	
	.about-reel-title h1{
		margin-bottom: 0;
	}
	.footer-service{
		text-align: center;
	}
	.en .front-info .shadow-txt {
	    font-size: 30px;
	    line-height: 40px;
	}
	.en .front-info{
		padding-top: 200px;
	}
	.history-video-con{
		padding-left: 20px;
	}
	.history-video-slide{
		padding-bottom: 26px;
	}
	.video-pagination.swiper-pagination-progressbar{
		width: calc(100% - 20px);
		bottom: 0;
	}
	.video-container{
		padding-top: 88px;
		margin-bottom: 80px;
	}
	.video-prev-next{
		display: none;
	}
	.common-poster .career{
		bottom:60px;
		
	}
}
.sp500{
		display: none;
}

	.about-reel-txt p:first-child{
		margin-top: 0;
	}
	    
@media only screen and (max-width:996px) {
	.reel-video{
		max-width: 100%;
		height: calc(100vw * 0.562);
		display: block;
		margin: 0 auto;
	}
	.play-reel-video{
		width: 100%;
		height: calc(100vw * 0.562);
	}
	.video-logo{
		bottom: 80px;
	}
	.video-logo img{
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 100px;
	}
}
@media only screen and (max-width:600px) {
	.common-poster .career{
		font-size: 24px;
		line-height: 32px;
		bottom: 40px;
	}
	.play-icon{
		width: 46px;
		height: 46px;
		/* opacity: 0; */
	}
	.video-logo{
		bottom: 30px;
	}
	.video-logo img{
		width: auto;
		height: auto;
		max-width: 150px;
		max-height: 40px;
	}
	/* .reel-video{
		max-width: 100%;
		height: auto;
		display: block;
	}
	.play-reel-video,
	.video-p-poster{
		width: 100%;
		height: auto;
	} */
}
@media only screen and (max-width:500px) {
	
	.about-reel-txt{
		width: 100%;
		margin: 40px 0 20px;
		
	}
	.dali-modal .modal-content{
		padding-bottom: 60px;
	}
	.kv-sp1{
		background-image: url(../images/reel-kv1-sp.png)!important;
	}
	.kv-sp2{
		background-image: url(../images/reel-kv2-sp.png)!important;
	}
	.kv-sp3{
		background-image: url(../images/reel-kv3-sp.png)!important;
	}
	.en .front-info{
		padding-top: 100px;
	}
	.sp500{
		display: block;
	}
	.header{
		height: 60px;
	}
	.language{
		min-width: 40px;
		height: 22px;
	}
	.header.ani{
		height: 48px;
		padding: 12px;
	}
	.lang{
		font-size: 12px;
		line-height: 12px;
	}
	.lang:after{
		width: 12px;
		height: 12px;
		top: 1px;
	}
	.hamburg{
		width: 24px;
		height: 14px;
	}
	.hamburg span{
		width: 24px;
		height: 1px;
	}
	.hamburg span::before{
		width: 24px;
		height: 1px;
		top: 7px;
	}
	.hamburg span::after{
		width: 24px;
		top: -7px;
		height: 1px;
	}
	.modal{
		padding-top: 60px;
		box-sizing: border-box;
	}
	.logo{
		width: 60px;
	}
	.about-reel-map{
		width: 90%;
	}
	.first-screen::after, 
	.first-screen:before {
	    background-size: auto 22px;
	    height: 22px;
	    bottom: -1px;
	}
	.bg-reel-opacity{
		width: 192px;
		right: 60px;
		top: 60px;
	}
	.bg-reel-black{
		width: 103px;
		right: 20px;
		top: 124px;
	}
	.bg-leaf{
		left: -50px;
		width: 225px;
		transform: rotateZ(-20deg);
	}
	.picture{
		height: 300px;
	}
	.section4{
		padding-top: 80px;
	}
	.section3{
		padding-top: 80px;
	}
	.title h1{
		margin-bottom: 40px;
	}
	.body-ipad .section3::before,
	.section3,
	.section4{
		background-size: 140%;
		background-position: center 30px;
	}
	.body-ipad .section3::before{
		transform: rotateZ(-15deg);
		transform-origin: top;
	}
	.footer-top::after{
		width: 253px;
		right: 36px;
		top: 210px;
	}
	.footer-tr{
		width: 100%;
	}
	.footer-tr ul{
		flex-wrap: wrap;
	}
	.footer-tr ul li{
		width: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: flex-end;
		padding-bottom: 0;
		border-bottom: none;
		overflow: hidden;
	}
	.footer-tr ul li::after{
		display: none;
	}
	.footer-tr ul li>div{
		flex: 1;
		padding-bottom: 10px;
		border-bottom: 1px solid #B4A085;
	}
	.footer-tr ul li>img{
		width: 160px;
		margin-right: 14px;
	}
	.footer-tr ul li:nth-child(2) {
	    margin: 20px 0;
	}
	.news-cover {
	    height: calc(100vw * 0.55);
	}
	.swiper-news-prev-btn, .swiper-news-next-btn{
		width: 40px;
		margin: 0;
	}
	.floor-modal-con,
	.events-modal-con{
		margin:10px 10px 0 20px;
	}
	.front-bg,
	.event-slide{
		height: 640px;
	}
	.front-bg{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		visibility: visible!important;
	}
	.front-bg>img{
		height: 100%;
		width: auto;
	}
	.front-info .shadow-txt{
		width: 100%;
		font-size: 32px;
		line-height: 40px;
		margin-top: 20px;
	}
	.front-info {
	    padding: 210px 20px 20px;
	}
	.front-info .event-time{
		margin-top: 40px;
	}
	.footer-service{
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-logo{
		margin-bottom: 40px;
	}
	
	.about-reel-title h1{
		margin-bottom: 0;
	}
}
@media only screen and (max-width:375px){
	.picture img {
	    height: 100%;
	    width: auto;
	}
}