body,
html {
	height: 100%;
	overflow: hidden;
	background: rgb(68 9 12);
}

.wrap * {
	box-sizing: border-box;
}

.sp {
	background: url('https://i0.cy.com/xtl/main/2025/0417/images/sp.png') no-repeat;
}

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

.swiper-container-m {
	width: 100%;
	height: 100%;
}

.swiper-slide-m {
	overflow: hidden;
}

.page {
	width: 1920px;
	height: 1080px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 0;
	margin-left: -960px;
	transform-origin: center top;
}

.page-bg {
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	display: block;
}

.arr-box {
	/* width: 94px;
	height: 60px; */
	width: 5.875rem;
	height: 3.75rem;
	position: absolute;
	bottom: 20px;
	left: 47%;
	z-index: 2;
}

.arr-box .arr {
	/* width: 94px;
	height: 60px; */
	width: 100%;
	height: 100%;
	background: url('//i0.cy.com/tlbbgl/main/2025/1208/screen1_arrow.png?1') no-repeat;
	background-size: 100% 100%;
	animation: flow 1s ease-in infinite alternate;
	-webkit-animation: flow 1s ease-in infinite alternate;
}

@keyframes flow {
	0% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}

@-webkit-keyframes flow {
	0% {
		-webkit-transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(5px);
	}
}

/*a:hover{text-decoration:none;animation: Light 1s 0s linear infinite;}*/
@keyframes Light {

	0%,
	100% {
		filter: brightness(100%);
	}

	50% {
		filter: brightness(120%);
	}
}

/*home*/
/*.page-bg{top: 50%;margin-top: -440px;}*/
/*==============================================
第一屏
================================================*/
.page0 {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transform: translateZ(0px) scale(1) !important;
	background-image: url('//i0.cy.com/tlbbgl/main/2026/0209/pc/page_bg.jpg?12');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left: 0;
	left: 0;
}

.page0 .page-bg0 {
	display: none;
}


.page0 .videobox {
	width: calc(100% + 1px);
	height: 100%;
	position: absolute;
	top: 0px;
	left: calc(50% - 1px);
	margin-left: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0f0f12;
	z-index: 2;
}

.videobox video::-webkit-media-controls-timeline {
	/* 隐藏Chrome和Safari的进度条 */
	display: none;
}

.videobox video::-moz-media-controls-timeline {
	/* 隐藏Firefox的进度条 */
	display: none;
}

.videobox video::-ms-media-controls-timeline {
	/* 隐藏IE和Edge的进度条 */
	display: none;
}

.videobox+.videobox-mask {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

/* 初始加载的视频 */
.full-screen-videobox {
	width: calc(100% + 1px);
	height: 100%;
	position: absolute;
	top: 0px;
	left: calc(50% - 1px);
	margin-left: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0f0f12;
	z-index: 9999;
	display: none;
}

.swiper-slide .videobox video {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(108.5%);
	filter: brightness(108.5%);
}
.screen1-heading {
  width: 1013px;
  height: 477px;
  position: absolute;
  top: 10px;
  left: 217px;
  background: url('https://i0.cy.com/tlbbgl/main/2026/0209/pc/slogan.png') no-repeat center;
  background-size: 100% auto;
}

.header-right-box {
	position: fixed;
	top: 0px;
	right: 180px;
	z-index: 99;
	height: 93px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-right {
	width: 30px;
	height: 34px;
	background: url('//i0.cy.com/tlbbgl/main/2026/0121/music.png') no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
	animation: rotate 3s linear infinite both;
}

.close-music {
	animation: none;
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes flowPhone {
	0% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(3px);
	}
}

@-webkit-keyframes flowPhone {
	0% {
		-webkit-transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(5px);
	}
}

.screen1-box {
	margin-bottom: 140px;
	margin-top: -110px;
	margin-left: -33px;
	position: relative;
	z-index: 9;
}

.screen1-phone {
	/* width: 830px;
	height: 145px; */
	width: 51.875rem;
    height: 9.0625rem;
	padding: 0 2% 0 4%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: flowPhone 1s ease-in infinite alternate;
	-webkit-animation: flowPhone 1s ease-in infinite alternate;
	z-index: 2;
	position: relative;
	z-index: 3;
}
.screen1-phone::before{
  content: '';
  display: block;
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/screen-1-phone.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.0625rem;
  z-index: 0;
}

.screen1-phone .video {
	width: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.screen1-phone .video img {
	width: 120%;
}


.screen1-phone .btn-box{
  width: 209px;
  height: 136px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.screen1-phone .btn-box a{
  display: block;
  position: relative;
  font-size: 0;
}
.screen1-phone .btn-box a:hover{
  filter: brightness(1.1);
}
.screen1-phone .pre-dl{
  width: 209px;
  height: 136px;
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/dl_btn_pc.png') no-repeat center;
  background-size: 100% auto;
}
/* .screen1-phone .get-gift{
  width: 206px;
  height: 135px;
  background: url('https://i0.cy.com/tlbbgl/main/2025/0718/get_gift_btn.png') no-repeat center;
  background-size: 100% auto;
} */


.screen1-phone .reser {
  width: 206px;
  height: 135px;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; */
  position: relative;
}

.screen1-phone .reser a{
  display: none;
  /* width: 100%;
  height: 151px; */
  position: absolute;
  font-size: 0;
  width: 206px;
  height: 135px;
}

.screen1-phone .reser a:hover{
  filter: brightness(1.1);
}
.screen1-phone .reser a:first-child {
	display: block;
}
.screen1-phone .reser .reserBtn1{
	background: url('//i0.cy.com/tlbbgl/main/2026/0121/get_gift_btn.png') no-repeat center;
	background-size: 100% auto;
}
.screen1-phone .reser .reserBtn2{
	background: url('//i0.cy.com/tlbbgl/main/2026/0121/get_gift_btn1.png?v001') no-repeat center;
	background-size: 100% auto;
	/* background: url('https://i0.cy.com/tlbbgl/main/2025/0717/gw/pc/check.png') no-repeat center;
  background-size: 100% auto; */
}
.screen1-phone .reser .reserBtn3{
  width: 209px;
  height: 136px;
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/dl_btn_pc.png') no-repeat center;
  background-size: 100% auto;
  left: 0;
  /* background: url('https://i0.cy.com/tlbbgl/main/2025/0717/gw/pc/dl.png') no-repeat center;
  background-size: 100% auto; */
}

.screen1-phone .login {
	width: 120px;
  height: 128px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-left: 10px;
	position: relative;
	z-index: 5;
  z-index: 1;
  margin-left: 0;
}

.screen1-phone .login>div {
  width: 59px;
  height: 128px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.screen1-phone .login>div.login-register {
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/register_btn.png') no-repeat center;
  background-size: 100% auto;
}

.screen1-phone .login>div.login-charge {
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/charge_btn.png') no-repeat center;
  background-size: 100% auto;
}
.login-register a,.login-charge a{display: inline-block;width: 100%;height: 100%;}
.screen1-phone .login>div img {
	height: 90%;
}

.screen1-phone .benefit {
	width: 180px;
  height: 180px;
	position: relative;
	animation: pulseB 2s infinite;
  display: block;
  overflow: visible;
  margin-left: 20px;
}

.screen1-phone .benefit a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.screen1-phone .benefit::before{
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 259px;
  height: 271px;
  margin: -166px 0 0 -145px;
  background: url('https://i0.cy.com/tlbbgl/main/2026/0121/benefitBtn.png') no-repeat center;
  background-size: 100% auto;
}

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

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

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

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}


/*==============================================
二-五屏 公共title
================================================*/
.screen-heading {
	width: 100%;
	color: #e8c24c;
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	font-weight: normal;
	margin-top: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.screen-heading img {
	width: 474px;
	height: 119px;
	display: inline-block;
}

/*==============================================
第二屏
================================================*/
.screen2-desc {
	width: 100%;
	margin-top: 5px;
	color: #fffde8;
	font-size: 20px;
	font-family: 'MyCustomSong', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.screen2-desc p {
	padding-bottom: 5px;
}

.screen2-desc p:first-child {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.screen2-desc p b {
	color: #ffde00;
	font-size: 34px;
	margin: 0 6px;
}

.screen2-desc p.login {
	color: #ffcc00;
	font-size: 20px;
	font-family: 'HYQiHei', sans-serif;
	text-decoration: underline;
}

.screen2-desc p.login a {
	color: #fcff00;
}

/* 里程碑 */
.AppointmentProgress {
	width: 1900px;
	height: 1690px;
	margin: 0 auto;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/screen-2-phone.png') no-repeat top center;
	background-size: 100% auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.toNums li {
	position: absolute;
	width: 80px;
	height: 26px;
	top: 146px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/stbg.png') no-repeat center bottom;
	background-size: 100% 100%;
}

.toNums li span {
	display: inline-block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 28px;
	color: #432515;
}

.toNums li em {
	display: inline-block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 17px;
	color: #fdeb78;
}

.toNums li:nth-child(1) {
	left: 528px;
}

.toNums li:nth-child(2) {
	left: 736px;
}

.toNums li:nth-child(3) {
	left: 950px;
}

.toNums li:nth-child(4) {
	left: 1140px;
}

.toNums li:nth-child(5) {
	left: 1325px;
}

.toNums li {
	filter: grayscale(0.8);
}

.toNums .active {
	filter: grayscale(0);
}

.longProgress,
.longProgress_bg {
	width: 1100px;
	height: 100px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/long.png') no-repeat;
}

.longProgress {
	position: absolute;
	left: 430px;
	top: 180px;
}

.longProgress_bg {
	background-position: 0 -262px;
}

.step0 .longProgress_bg {
	width: 0;
}

.step1 .longProgress_bg {
	width: 364px;
}

.step2 .longProgress_bg {
	width: 500px;
}

.step3 .longProgress_bg {
	width: 692px;
}

.step4 .longProgress_bg {
	width: 876px;
}

.step5 .longProgress_bg {
	width: 100%;
}

.jpList li {
	position: relative;
	width: 120px;
	height: 370px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/jp001.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
}

.jpList li:nth-child(1) {
	left: 505px;
	top: 228px;
}

.jpList li:nth-child(2) {
	left: 712px;
	top: 228px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/jp002.png') no-repeat;
	background-size: 100% 100%;
}

.jpList li:nth-child(3) {
	left: 928px;
	top: 228px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/jp003.png') no-repeat;
	background-size: 100% 100%;
}

.jpList li:nth-child(4) {
	left: 1123px;
	top: 228px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/jp004.png') no-repeat;
	background-size: 100% 100%;
}

.jpList li:nth-child(5) {
	left: 1308px;
	top: 228px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/jp005.png') no-repeat;
	background-size: 100% 100%;
}

.jpList li {
	filter: grayscale(0.8);
}

.jpList li.active {
	filter: grayscale(0);
}

.jpList li::after {
	content: '';
	position: absolute;
	width: 170px;
	height: 56px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/unover.png') no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: -10px;
}

.jpList li.active::after {
	content: '';
	position: absolute;
	width: 170px;
	height: 56px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/over.png') no-repeat;
	background-size: 100% 100%;
	top: 0;
	left: -10px;
}

/*==============================================
第三屏
================================================*/
/* .page2{
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transform: translateZ(0px) scale(1) !important;
	background-image: url('https://i0.cy.com/tlbbgl/main/2025/0604/bg-screen-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left: 0;
	left: 0;
}

.page2 .page-bg {
	display: none;
} */
.page2 .screen-heading {
	display: inline-block;
}


.screen3-desc {
	width: 1595px;
	height: 625px;
	background: url('//i0.cy.com/tlbbgl/main/2025/1208/screen-3-phone.png') 0 0 no-repeat;
	background-size: 100% 100%;
	/* position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%); */
	position: relative;
	z-index: 2;
	padding: 51px 153px 3px 40px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}

div.news-list {
	width: 100%;
}

.news-list .swiper-container {
	/* width: 42%;
	height: 100%; */
	width: 587px;
	height: 349px;
	float: left;
}

.news-list .swiper-container .swiper-slide {
	/* height: calc(100% - 43px); */
}

.news-list .swiper-slide img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.screen-3 .swiper-container .swiper-pagination {
	height: 30px;
	bottom: 0;
	/* background-color: #ead9bc; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.screen-3 .swiper-pagination-dot {
	width: 26px;
	margin: 0 16px;
	cursor: pointer;
}

/* tabs */
.table_card {
	width: 806px;
	height: 349px;
	float: right;
	padding: 10px 14px;
	background-color: #fff9ef;
	box-sizing: border-box;
	position: relative;
}

.table_card .tab {
	height: 44px;
	font-size: 1.2em;
	border-bottom: 1px #d49e70 solid;
}

.table_card .tab li {
	color: #903e26;
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	margin-right: 5px;
	cursor: pointer;
}

.table_card .tab li.activ {
	border-bottom: 3px #c0750a solid;
}

.table_card .tab li.hot {
	/* background: url('/image/hot.png') no-repeat right 8px; */
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/hot.png') no-repeat right 8px;
	background-size: 23px 28px;
}

.table_card .more {
	height: 50px;
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}

.table_card .more img {
	height: 80%;
}

.table_card .tabCon {
	padding: 15px;
	height: calc(100% - 36px);
	box-sizing: border-box;
}

.table_card .tabCon .tabCon_box{
	height: calc(100% - 36px);
}
.table_card .tabCon .tabCon_box .tabCon_item {
	height: 100%;
	padding: 10px 14px;
	background: #f2e4ce;
	border: 1px solid #f2e4ce;
	border-radius: 2px;
	box-sizing: border-box;
	display: none;
}

.table_card .tabCon .tabCon_item.on {
	display: block;
}

.table_card .tabCon .tabCon_box .tip {
	color: #c4440e;
	font-size: 1.1em;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #ebd1a9;
}
.table_card .tabCon .tabCon_box .tip a{
	color: #903e26;
	font-size: 1.2em;
	font-weight: bold;
}
ul.newslist {
	height: calc(100% - 46px);
	padding: 10px 0;
	box-sizing: border-box;
}

.newslist li {
	font-size: 1.2em;
	padding: 6px 0;
}

.newslist li a {
    color: #9d321e;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.newslist li a span:nth-of-type(1) {
    color: #c0750a;
    flex: 0 0 auto;
    white-space: nowrap;
}

.newslist li a p {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist li a span:nth-of-type(2),
.newslist li a .time {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
}

/*end*/
.picture-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.picture-list li {
	width: 273px;
	height: 197px;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}

.picture-list li:nth-of-type(1) {
	padding-left: 0;
}

.picture-list li:nth-last-of-type(1) {
	padding-right: 0;
}

.picture-list li .img {
	width: 100%;
	height: calc(100% - 46px);
}

.picture-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.picture-list li .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #9d321e;
	font-size: 1em;
	/* font-family: 'MyCustomHan', sans-serif; */
	font-family: 'HYQiHei', sans-serif;
	text-align: center;
	background-color: #fff9ef;
}

/*==============================================
第四屏
================================================*/
.screen4-feature {
	width: 70%;
	height: 75%;
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	padding: 20px;
	box-sizing: border-box;
}

.screen4-feature .swiper-container {
	width: 100%;
	height: 100%;
}

.screen4-feature .swiper-container .swiper-wrapper {
	height: 86%;
}

.screen4-feature .swiper-container .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.screen4-feature .swiper-container .swiper-wrapper .slide-kuang {
	height: 100%;
	object-fit: inherit;
	background: url('//i0.cy.com/tlbbgl/main/2025/1208/kuang.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 6px;
	box-shadow: 1px 1px 30px #000;
}

.screen4-feature .swiper-container .swiper-wrapper .slide-kuang .slide-kuang-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.screen4-feature .swiper-container .swiper-wrapper img {
	height: 100%;
}

.screen4-feature .swiper-pagination-feature {
	height: 8%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.screen4-feature .swiper-pagination-dot-feature {
	width: 30px;
	margin: 0 20px;
	cursor: pointer;
}

.screen4-feature .swiper-button-feature-pre {
	position: absolute;
	top: 45%;
	left: -4%;
	cursor: pointer;
}

.screen4-feature .swiper-button-feature-next {
	position: absolute;
	top: 45%;
	right: -4%;
	cursor: pointer;
}

.screen-sfq {
	width: 1464px;
	height: 717px;
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	padding: 30px;
	padding-top: 0;
	box-sizing: border-box;
	background: url('//i0.cy.com/tlbbgl/main/2025/1208/screen5-bg.png') 0 0 no-repeat;
	background-size: 100% 100%;
}

.screen-sfq ul.sfq {
	width: 1290px;
	height: 600px;
	position: absolute;
	top: 60px;
	left: 202px;
}

.screen-sfq ul.sfq li.sfq_li {
	height: 100%;
	float: left;
	display: inline;
	cursor: pointer;
	position: relative;
	margin-right: 4px;
}

.screen-sfq ul.sfq li.sfq_li .content {
	width: 1080px;
	height: 100%;
	background: url('//i0.cy.com/tlbbgl/main/2025/1208/sfq_content.png') 0 0 no-repeat;
	background-size: 100% 100%;
	margin-right: 14px;
	padding: 10px 50px 10px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.screen-sfq ul.sfq li.sfq_li .content .img_wrapper {
	width: 100%;
	height: 90%;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}

.screen-sfq ul.sfq li.sfq_li .content .img_wrapper img {
	width: 100%;
}

.screen-sfq ul.sfq li.sfq_li .content .img_wrapper .more {
	width: 150px;
	height: 40px;
	position: absolute;
	right: 10px;
	bottom: 14px;
	z-index: 10;
}

.screen-sfq ul.sfq li.sfq_li .content .img_wrapper .video {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 43%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

.screen-sfq .fold {
	width: 50px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 244px;
}

.screen-sfq .unfold {
	width: 1079px !important;
	height: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	align-items: center;
}

.unfold .title {
	padding-right: 2px;
}

.screen-sfq .flex {
	display: flex !important;
}

/**music */
.music-control {
	width: 990px;
	height: 548px;
	position: absolute;
	top: 0;
	left: 0;
}

.music-progress {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 160px;
}

.music-progress .line {
	width: 415px;
	height: 10px;
	border-radius: 5px;
	background: #bf6a3f;
	position: relative;
}

/* .music-progress .line:before{content: '';width: 415px;height: 0px;border: 5px solid #282a3a;border-radius: 5px; top: 0;left: 0;position: absolute;box-sizing: border-box;} */
.music-progress .line i {
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	background: #dedede;
	border-radius: 5px;
	width: 0%;
}

.music-progress .time_zero {
	font-size: 1.2em;
	color: #282a3a;
	line-height: 1;
	margin-right: 10px;
	transform: translateY(2px);
}

.music-progress .time {
	font-size: 1.2em;
	color: #282a3a;
	line-height: 1;
	margin-left: 10px;
	transform: translateY(2px);
}

.jump {
	display: flex;
	justify-content: space-between;
	width: 29px;
	height: 16px;
	align-items: flex-end;
	margin-right: 10px;
}

.jump li {
	width: 5px;
	background: #ceaf6b;
	height: 16px;
	animation: wave 2s linear infinite;
	height: 100%;
}

.jump li:nth-child(1) {
	animation-duration: 1.4s;
}

.jump li:nth-child(2) {
	animation-duration: 1.2s;
}

.jump li:nth-child(3) {
	animation-duration: .8s;
}

.jump li:nth-child(4) {
	animation-duration: 1s;
}

.jump li:nth-child(5) {
	animation-duration: 1.3s;
}

.stop .jump li,
.stop .box_cd {
	animation-play-state: paused;
}

.control-wrap {
	width: 990px;
	height: 60px;
	position: absolute;
	bottom: 70px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.control-wrap .control-play {
	width: 74px;
	height: 74px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/btn_music_play.png') no-repeat 50% 0/100%;
}

.stop .control-wrap .control-play {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/btn_music_playing.png') no-repeat 50% 0/100%;
}

/*==============================================
第六屏
================================================*/
.page5 {
	width: 100vw;
	height: 100vh;
	transform: translateZ(0px) scale(1) !important;
	background-image: url('//i0.cy.com/tlbbgl/main/2025/1208/bg-screen-5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left: 0;
	left: 0;
}

.page5 .page-bg {
	display: none;
}

.page5 .screen-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.screen-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.screen-main .sectCon {
	width: 1314px;
	height: 702px;
	position: relative;

}

.sectCon .sectItem {
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
}

.sectCon .sectItem.on {
	display: block;
}

.sectCon img {
	width: auto;
	height: 100%;
	/* object-fit: none; */
	display: inline-block;
}

/* 左右切换按钮 */
.sectCon>.swiper-pagination-feature-navigation {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.sectCon>.swiper-pagination-feature-navigation img {
	cursor: pointer;
}

.sectCon>.swiper-pagination-feature-navigation img.swiper-button-feature-pre {
	margin-left: -100px;
}

.sectCon>.swiper-pagination-feature-navigation img.swiper-button-feature-next {
	margin-right: -100px;
}


/* 门派tabs */
.screen-main ul.tabSect {
	/* width: 52%;
	height: 3%; */
	width: 1107px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -60px;
	margin-bottom: 25px;
}

ul.tabSect li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

ul.tabSect li img {
	width: 40px;
	margin-right: 5px;
	display: none;
}

ul.tabSect li span {
	color: #f9f9c1;
	font-size: 1.1em;
	font-family: 'MyCustomSong', sans-serif;
}

ul.tabSect li img.no {
	display: block;
}

ul.tabSect li img.act {
	display: none;
}

ul.tabSect li.activ img.act {
	display: block;
}

ul.tabSect li.activ img.no {
	display: none;
}

/* 合作伙伴 */
ul.screen-partner {
	/* width: 53%;
	height: 10%; */
	width: 1185px;
	height: 138px;
	background: url('//i0.cy.com/tlbbgl/main/2025/1208/partner.png') 0 0 no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.screen-partner li {
	color: #88380a;
	font-size: 1.2em;
	font-family: 'MyCustomSong', sans-serif;
	margin-right: 10px;
}

.screen-partner li img {
	width: 90%;
}

.ss_bot {
	height: 110px !important;
	background-color: #f0f0f0;
}

/* 弹框 */
.pop {
	display: none;
	width: 416px;
	height: 540px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0626/model_bg.png') 0 0 no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pop#pop1 .close {
	position: absolute;
	top: 15px;
	right: 4px;
	cursor: pointer;
}

.pop .title {
	color: #823118;
	font-size: 1.5em;
	text-align: center;
	width: 330px;
	margin: 0 auto 20px;
}

.pop .title img {
	width: 100%;
}

.pop .num {
	width: 330px;
	height: 46px;
	color: #fff;
	font-size: 1em;
	padding: 0 20px;
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/model_tit_bg.png') 0 0 no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.pop .num img {
	height: 66%;
	cursor: pointer;
}

.pop .content {
	width: 330px;
	margin-bottom: 24px;
}

.pop .content p {
	font-size: 1em;
	line-height: 30px;
}

.pop .content span:nth-of-type(1) {
	color: #972d0c;
}
.pop .content .red {
	color: #972d0c;
}
.pop .content .bold {
	font-weight:bold;
}
.pop .content span:nth-of-type(2) {
	color: #482a21;
}

.pop .copy {
	width: 180px;
	height: 40px;
	cursor: pointer;
}

.pop .gotoRLR {
	width: 180px;
	height: 40px;
	cursor: pointer;
}
.pop .gotoRLR img {
	width: 100%;
}
.pop .copy img {
	width: 100%;
}

/* 首屏悬浮--玩家社群 */
.screen1-close-box {
	width: 83px;
	height: 145px;
	background: url(//i0.cy.com/tlbbgl/main/2025/1208/sidebtn.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	z-index: 99;
	top: 34%;
	right: 0px;
	cursor: pointer;
}

.screen1-close-box.none {
	display: none;
}


.screen1-open-box {
	width: 195px;
	height: 445px;
	position: absolute;
	z-index: 99;
	top: 34%;
	right: 0px;

}

.screen1-open-box.none {
	display: none;
}

.screen1-open-box .screen1-open {
	width: 194px;
	height: 434px;
	background: url('//i0.cy.com/tlbbgl/main/2026/0121/side_bg.png') no-repeat center;
	background-size: 100% auto;
	padding-top: 31px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	animation: flowOpen 0.5s ease-in infinite alternate;
	-webkit-animation: flowOpen 0.5s ease-in infinite alternate;
}

.screen1-open-box .screen1-open li {
	width: 156px;
	margin: 7px auto 0;
	cursor: pointer;
	position: relative;
}
.screen1-open-box .screen1-open li a{
  display: block;
  width: 156px;
  height: 36px;
}
.screen1-open-box .screen1-open .qiwei-btn{
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/qw.png') no-repeat center;
  background-position: center right;
}

.screen1-open-box .screen1-open .wan-btn{
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/jwq.png') no-repeat center;
   background-position: center right;
}
.screen1-open-box .screen1-open .dy-btn{
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/dy.png') no-repeat center;
   background-position: center right;
}
.screen1-open-box .screen1-open .lun-btn{
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/lt.png') no-repeat center;
   background-position: center right;
}
.screen1-open-box .screen1-open .gong-btn{
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/gzh.png') no-repeat center;
   background-position: center right;
}
.screen1-open-box .screen1-open .tieba-btn{
  background: url('//i0.cy.com/tlbbgl/main/2026/0121/tb.png') no-repeat center;
   background-position: center right;
}
.screen1-open-box .screen1-open li.upbtn {
	width: 100%;
	text-align: center;
	font-family: 'HYQiHei';
	font-size: 18.67px;
	color: #e3d68b;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: -20px;
	cursor: auto;
}

.screen1-open-box .screen1-open li.upbtn span {
	cursor: pointer;
	font-size: 18px;
}

.screen1-open-box .screen1-open li.upbtn img {
	width: 21px;
	display: inline-block;
	cursor: pointer;
}

.screen1-open-box .screen1-open li.upbtn .screen1-open-box-btnimg {
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/arrow.png') no-repeat center;
  background-size: 100% auto;
  width: 21px;
  height: 19px;
}



.screen1-open-box .screen1-open li img {
	width: 100%;
}

.screen1-open-box .screen1-open li div.logo {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	width: 118px!important;
	height: 111px!important;
	top: 50%;
	margin-top: -55px;
	left: -134px!important;
	background: url('//i0.cy.com/tlbbgl/main/2026/0121/qrcode_bg.png') no-repeat center!important;
	background-size: 100% auto!important;
	transform: scale(1)!important;
	overflow: visible;
}
.screen1-open-box .screen1-open li div.logo p{
  width: 160px;
  height: 48px;
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -85px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000000;
}
.screen1-open-box .screen1-open li div.logo img{
  display: block;
  width: 98px;
  height: 98px;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -49px;
}
/* .screen1-open-box .screen1-open li div.logo.wan-logo {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0714/ewm.png') 0 0 no-repeat;
	background-size: 100%;
}

.screen1-open-box .screen1-open li div.logo.dou-logo {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/dou_logo.png') 0 0 no-repeat;
	background-size: 100%;
}

.screen1-open-box .screen1-open li div.logo.lun-logo {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/open_lun_logo.png') 0 0 no-repeat;
	background-size: 100%;
	width: 200px;
	height: 258px;
	left: -254px;
}

.screen1-open-box .screen1-open li div.logo.gong-logo {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/open_gong_logo.png') 0 0 no-repeat;
	background-size: 100%;
	width: 200px;
	height: 258px;
	left: -254px;
}

.screen1-open-box .screen1-open li div.logo.tie-logo {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/open_tie_logo.png') 0 0 no-repeat;
	background-size: 100%;
}

.screen1-open-box .screen1-open li div.logo.qiwei-logo {
	background: url('https://i0.cy.com/tlbbgl/main/2025/0604/open_qiwei_logo.jpg') 0 0 no-repeat;
	background-size: 100%;
} */

.screen1-open-box .screen1-open li:hover div {
	display: block;
}

/* li div.logo.act {
	display: block;
} */

@keyframes flowOpen {
	0% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}

@-webkit-keyframes flowOpen {
	0% {
		-webkit-transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(5px);
	}
}
