:root {
	--minWidth: 1440px;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #232323;
}

.container {
	width: 100%;
	padding: 0;
	margin: 0;
}



/*  */

.nav-top-container {
	width: 100%;
	height: 90px;
	background: #000000;
	display: flex;
	align-items: center;
}

.web-logo {
	margin-left: 170px;
}

.web-tar {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 160px;
}

.nav-setting-layout {
	display: none;
}

.tab-item {
	width: 200px;
	height: 60px;
	color: #737373;
	text-align: center;
	cursor: pointer;
	margin-left: 30px;
}

.web-tar>div:nth-child(3) {
	width: 80px;
}

.tab-selected {
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	color: #FFFFFF;
}

.tab-item>span {
	line-height: 60px;
}

.nav-top-icon {
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin-left: 60px;
}

/*  */

.main-container {
	width: 100%;
}

/*  */

.phone-banner,
.phone-banner-title {
	display: none;
}

.creator-container {
	width: 100%;
}

.creator-container .banner {
	width: 100%;
	min-width: var(--minWidth);
}

.creator-container .banner img {
	width: 100%;
}

.content-layout {
	width: 100%;
	min-width: var(--minWidth);
	position: relative;
	overflow: hidden;
}

.intro-layout {
	padding: 0 18%;
}

.intro-layout>p:nth-child(3) {
	margin-top: 30px;
}

.intro-title {
	font-size: 90px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: jost-b;
	text-shadow: 5px 5px 2px #000000;
}

.intro-info {
	font-size: 22px;
	color: #B3B3B3;
}

.intro-layout .app-btn-layout {
	width: 100%;
	margin-top: 60px;
}

.intro-layout .app-btn-layout>img {
	width: 240px;
	height: 78px;
	margin-right: 24px;
	cursor: pointer;
}

.feature-layout {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature-layout>p {
	width: 65%;
	margin-top: 300px;
}

.pattern-item-layout {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 300px;
}

.feature-layout>div:nth-child(2) {
	margin-top: 10px;
}

.pattern-item-text {
	display: flex;
	flex-direction: column;
	/* width: 50%; */
}

.pattern-item-text>span {
	color: #DDDDDD;
	font-size: 60px;
	font-family: jost-b;
}

.pattern-item-text>span:nth-child(2) {
	font-size: 30px;
	font-family: jost-r;
}

.phone-frame {
	width: 400px;
	height: 780px;
	background-image: url(../img/web_phone_line.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 100px;
}

/* team work */
.team-work-layout {
	width: 100%;
	margin-top: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.team-work-layout>span {
	width: 90%;
	max-width: 1578px;
	color: #FFFFFF;
	font-size: 90px;
	font-weight: bold;
	font-family: jost-b;
	text-shadow: 5px 5px 2px #000000;
}

.team-work-layout>p {
	font-size: 22px;
	color: #DDDDDD;
	max-width: 1578px;
	margin-top: 20px;
	width: 90%;
	/* padding-left: 50px; */
}

.team-member-layout {
	width: 82%;
	min-width: 1578px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.member-item-layout {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 360px;
	height: 640px;
	background: #FFFFFF;
	border-radius: 20px;
}

.member-item-layout>img {
	margin-top: 30px;
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

.member-info-layout {
	display: flex;
	flex-direction: column;
}

.member-tag-layout {
	display: flex;
	width: 100%;
	padding-left: 30px;
}

.member-tag {
	border-bottom: 10px solid #98d3cf;
}

.member-tag>span {
	margin-top: 30px;
	/* width: 100%; */
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	padding: 0 8px;
	margin-bottom: -15px;
	display: block;
}

.member-info-layout>p {
	font-size: 21px;
	line-height: 25px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

/* team apps */
.team-apps-layout {
	width: 100%;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.team-apps-layout>span {
	width: 90%;
	max-width: 1578px;
	color: #FFFFFF;
	font-size: 48px;
	font-family: jost-m;
	text-shadow: 5px 5px 2px #000000;
}

.app-items-layout {
	display: flex;
	width: 82%;
	min-width: 1578px;
	justify-content: space-between;
	margin-top: 20px;
}

.app-item-layout {
	width: 760px;
	height: 220px;
	background: #333333;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.app-item-layout>img {
	width: 180px;
	height: 180px;
	margin-left: 21px;
}

.app-info-layout {
	display: flex;
	flex-direction: column;
	margin-left: 27px;
}

.app-info-layout>span {
	color: #FFFFFF;
	font-size: 40px;
	font-family: jost-b;
}

.app-info-layout>p {
	color: #B3B3B3;
	font-size: 20px;
	font-family: jost-r;
}

.followers-layout {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.followers-layout>img {
	width: 30px;
	height: 30px;
}

.followers-layout>span {
	color: #FFFFFF;
	font-size: 22px;
	font-family: jost-b;
	margin-left: 15px;
}

/* roadmap */
.roadmap-layout {
	width: 100%;
	/* max-width: 1578px; */
	margin-top: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.roadmap-layout>span {
	width: 90%;
	max-width: 1578px;
	color: #FFFFFF;
	font-size: 90px;
	font-weight: bold;
	font-family: jost-b;
	text-shadow: 5px 5px 2px #000000;
}

.roadmap-layout>p {
	font-size: 22px;
	color: #DDDDDD;
	max-width: 1578px;
	margin-top: 20px;
	width: 90%;
}

.roadmap-content {
	position: relative;
	width: 90%;
	max-width: 1578px;
	height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 60px;
}

.step-detail-layout {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #DAF2FF;
	border-radius: 2px;
}

.step-detail-bg {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

.step1-bg {
	width: 484px;
	height: 242px;
	bottom: 0;
	right: 0;
}

.step2-bg {
	width: 257px;
	height: 110px;
	top: 0;
	right: 200px;
}

.step3-bg {
	width: 524px;
	height: 160px;
	top: 0;
	right: 237px;
}

.step4-bg {
	width: 612px;
	height: 124px;
	top: 0;
	right: 227px;
}

.step5-bg {
	width: 457px;
	height: 160px;
	top: 0;
	right: 547px;
}

.step-content-close-icon {
	width: 78px;
	height: 78px;
	position: absolute;
	right: 60px;
	top: 60px;
	cursor: pointer;
}

.step-detail-title {
	margin-top: 67px;
	margin-left: 87px;
	position: relative;
	display: flex;
	align-items: flex-end;
}

#step-deail-title-bg {
	border-bottom: 48px solid #517DF3;
}

#step-deail-title-bg>span:nth-child(1) {
	font-size: 72px;
	color: #232323;
	font-family: jost-m;
	margin-bottom: -60px;
	display: block;
}

.step-detail-title>span {
	color: #232323;
	font-size: 32px;
	font-family: jost-m;
	margin-left: 5px;
}

.detail-content-layout {
	display: flex;
	justify-content: space-between;
	padding: 0 85px;
	margin-top: 95px;
}

.detail-content-layout .split-line {
	width: 2px;
	height: 410px;
	background: #5C5B5C;
	/* margin: 0 88px; */
}

.detail-content-item {
	display: flex;
	flex-direction: column;
	width: 45%;
}

.detail-content-item>p {
	color: #232323;
	font-size: 42px;
	font-weight: bold;
}

.detail-content-item .text-item-highlight {
	color: #232323;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}

.detail-content-item .text-item>img {
	/* width: 18px; */
	height: 25px;
	margin-left: -18px;
}

.roadmap-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.roadmap-step-layout {
	position: relative;
	border-radius: 10px;
}

.step-content {
	display: flex;
	flex-direction: column;
}

.step-tag {
	width: 200px;
	text-align: center;
}

.step-tag>img {
	width: 60px;
	height: 60px;
}

.step-content>p:nth-child(2) {
	color: #000000;
	font-size: 60px;
	font-family: jost-b;
}

.step-content>p>span:nth-child(2) {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
}


.step-content>span:nth-child(3) {
	color: #72767a;
	font-size: 24px;
	font-weight: bold;
}

.roadmap-content .step1 {
	background: #daf2ff;
	width: 49.3%;
	max-width: 778px;
	height: 363px;
}

.step1 .step-content {
	position: absolute;
	left: 40px;
	bottom: 50px;
}

.roadmap-content .step2 {
	background: #e0fffa;
	width: 49.3%;
	max-width: 778px;
	height: 363px;
}

.step2 .step-content {
	align-items: flex-end;
	position: absolute;
	right: 40px;
	top: 50px;
}

.roadmap-content .step3 {
	background: #fffeed;
	width: 31.36%;
	max-width: 495px;
	height: 363px;
}

.step3 .step-content {
	position: absolute;
	left: 40px;
	top: 50px;
}

.roadmap-content .step4 {
	background: #fffeed;
	/* width: 778px; */
	width: 41.69%;
	max-width: 658px;
	height: 363px;
}

.step4 .step-content {
	position: absolute;
	left: 40px;
	bottom: 50px;
}

.roadmap-content .step5 {
	background: #fffeed;
	width: 23.76%;
	max-width: 375px;
	height: 363px;
}

.step5 .step-content {
	position: absolute;
	left: 60px;
	bottom: 50px;
}

.step-banner {
	position: absolute;
}

/* footer */
.nav-footer {
	width: 100%;
	min-width: var(--minWidth);
	padding-top: 240px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-footer-creator {
	background-image: url(../img/creator_bg_shadow.png);
}

.nav-footer-nft {
	background-image: url(../img/unilanders_bg_shadow.png);
}

.footer-banner {
	width: 100%;
	margin-top: 30px;
}

.footer-content-layout {
	width: 90%;
	max-width: 1578px;
	/* padding: 0 17%; */
}

.contact-icon-layout {
	display: flex;
	height: 78px;
	justify-content: space-between;
}

.contact-icon-layout2 {
	display: none;
}

.contact-us-title {
	display: none;
}

.icon-group {
	display: flex;
	align-items: center;
	margin-left: -12px;
}

.icon-group>a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 22px;
}

.icon-group>img {
	width: 60px;
	height: 60px;
}

.icon-group>img:nth-child(3),
.icon-group>img:nth-child(4) {
	margin-left: 50px;
	cursor: pointer;
}

.icon-group>span {
	font-size: 22px;
	color: #FFFFFF;
}

.contact-icon-layout .app-btn-layout {}

.contact-icon-layout .app-btn-layout>img {
	width: 240px;
	height: 78px;
	margin-right: 24px;
	cursor: pointer;
}

.contact-info-layout {
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	margin-top: 10px;
}

.contact-info-layout>span {
	font-weight: bold;
	font-size: 24px;
}

.contact-info-layout>p {
	font-size: 22px;
}

.lan-privacy-layout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}

.lan-layout {
	display: flex;
	align-items: center;
}

.lan-layout>span {
	color: #FFFFFF;
	font-size: 24px;
	cursor: pointer;
	font-family: jost-r;
	padding-bottom: 10px;
}

.lan-split-line {
	margin: 0 19px;
}

.lan-active {
	border-bottom: 2px solid #FFFFFF;
}

.privacy-layout {
	color: #FFFFFF;
	font-size: 24px;
	font-family: jost-r;
}

.privacy-layout>a {
	color: #FFFFFF;
	text-decoration: none;
	/* 禁用a标签原本的下划线*/
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

/* 背景 */
.pattern-bg {
	z-index: -1;
	/* background-size: 100% 100%; */
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.pattern-bg1 {
	width: 912px;
	height: 912px;
	background-image: url(../img/wp/web_bg_patten1.webp);
	position: absolute;
	right: 0;
	top: 500px;
}

.pattern-bg2 {
	width: 1177px;
	height: 1294px;
	background-image: url(../img/wp/web_bg_patten2.webp);
	position: absolute;
	left: 0;
	top: 1400px;
}

.pattern-bg3 {
	width: 915px;
	height: 916px;
	background-image: url(../img/wp/web_bg_patten3.webp);
	position: absolute;
	right: 0;
	top: 2600px;
}

.pattern-bg4 {
	width: 998px;
	height: 1020px;
	background-image: url(../img/wp/web_bg_patten4.webp);
	position: absolute;
	left: 0;
	top: 3800px;
}



/* nft */

.nft-container {
	width: 100%;
}

.nft-container .banner {
	width: 100%;
	min-width: var(--minWidth);
	position: relative;
}

.nft-container .banner>img {
	width: 100%;
}

.launch-btn-layout {
	position: absolute;
	right: 8%;
	bottom: 5%;
	display: flex;
}

.launch-btn-layout>img {
	width: 410px;
	cursor: pointer;
}

.twitter-btn-group {
	width: 500px;
	height: 78px;
	justify-content: space-between;
	position: absolute;
	right: 8%;
	bottom: 18%;
	display: flex;

}

.twitter-btn-group>img {
	width: 240px;
	height: 78px;
	cursor: pointer;
}

/*  */
.nft-info-layout {
	padding: 0 18%;
	width: 100%;
	min-width: var(--minWidth);
	display: flex;
	flex-direction: column;
}

.nft-title {
	font-size: 90px;
	line-height: 90px;
	color: #FFFFFF;
	font-family: jost-b;
	text-shadow: 5px 5px 2px #000000;
}

.nft-info-layout1 {
	margin-top: 117px;
}

.nft-info-layout1>p:nth-child(3),
.nft-info-layout1>p:nth-child(4),
.nft-info-layout1>p:nth-child(5) {
	font-size: 22px;
	color: #B3B3B3;
}

.nft-info-layout1>p:nth-child(3) {
	margin-top: 30px;
}

img.vision-banner-pc {
	width: 100%;
	margin-top: 60px;
}

img.vision-banner-phone {
	display: none;
}

/*  */

.nft-info-layout2 {
	margin-top: 260px;
}

.phi-layout {
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	color: #232323;
	font-size: 22px;
	margin-top: 70px;
}

.phi-item-layout {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 645px;
	width: 282px;
}

.phi-tag {
	width: 189px;
	height: 211px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	font-family: jost-b;
}

.phi-frame {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 282px;
	height: 540px;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
}

.phi-inner-frame {
	width: 262px;
	height: 520px;
	border: 2px solid #000000;
	border-radius: 20px;
	padding: 0 10px;
	padding-top: 100px;
}

.phi-inner-frame>p {
	text-align: start;
}

.phi-tag1 {
	background-image: url(../img/unilanders_philosophy_inspire.png);
}

.phi-tag2 {
	background-image: url(../img/unilanders_philosophy_freedom.png);
}

.phi-tag3 {
	background-image: url(../img/unilanders_philosophy_fairness.png);
}

.phi-tag4 {
	background-image: url(../img/unilanders_philosophy_longterm.png);
}

.phi-frame1 {
	background: #FFF2EF;
}

.phi-frame2 {
	background: #F2F6FF;
}

.phi-frame3 {
	background: #F3FFF8;
}

.phi-frame4 {
	background: #FFEFF9;
}

/*  */

.nft-info-layout3 {
	padding: 0;
	width: 100%;
	height: 1000px;
	display: flex;
	flex-direction: row;
	margin-top: 200px;
}

.universe-left {
	width: 55%;
	min-width: 588px;
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.universe-left>img {
	width: 100%;

}

.universe-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-left: 32px;
	padding-right: 100px;
	padding-left: 60px;
}

.universe-right-phone {
	display: none;
}

.universe-right>p:nth-child(1) {
	text-align: end;
	line-height: 90px;
	margin-bottom: 88px;
}

.universe-right>p:nth-child(2),
.universe-right>p:nth-child(3),
.universe-right>p:nth-child(4),
.universe-right>p:nth-child(5) {
	color: #B3B3B3;
	font-size: 22px;
	margin-top: 10px;
}

.universe-right>p:nth-child(2) {
	margin-bottom: 30px;
}

/*  */

.nft-info-layout4 {
	margin-top: 460px;
}

.nft-info-layout4>p {
	width: 75%;
	color: #B3B3B3;
	font-size: 22px;
	margin-top: 87px;
}

.nft-info-layout4>span:nth-child(1) {
	width: 70%;
}

.benifit-highlight {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

.benefits-layout {
	margin-top: 33px;
}

.benefits-layout>p {
	color: #B3B3B3;
	font-size: 22px;
}

.benifit-highlight>img {
	width: 32px;
	height: 32px;
	margin-left: -38px;
	/* background-image: url(../img/web_unilanders_point.png); */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
}

/* unibaby */
.unibaby-layout {
	display: flex;
	margin-top: 400px;
}

.unibaby-layout-left {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	margin-right: 80px;
}

.unibaby-layout-left>img {
	margin-top: 200px;
	width: 715px;
	height: 620px;
}

.unibaby-layout-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-right: 100px;
}

.unibaby-layout-right>span {
	margin-bottom: 80px;
}

.unibaby-layout-right>p {
	color: #DDDDDD;
	font-size: 22px;
	margin-top: 12px;
}

.unibaby-banner2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 121px;
}

.unibaby-banner2>img {
	width: 750px;
}

.unibaby-banner2>p {
	color: #737373;
	font-size: 22px;
}

/* rarity */

.rarity-layout {
	margin-top: 460px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rarity-banner-layout {
	width: 80%;
	min-width: 1520px;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.rarity-banner-layout>img {
	width: 360px;
}

.rarity-layout>p {
	padding: 0 10%;
	width: 100%;
	color: #B3B3B3;
	font-size: 22px;
	margin-top: 40px;
}

.rarity-layout>span:nth-child(1) {
	width: 80%;
}

/* 背景 */

.pattern-icon1 {
	width: 450px;
	height: 300px;
	background-image: url(../img/web_bg_patten_icon_1.png);
	position: absolute;
	right: -220px;
	top: 0px;
	z-index: 2;
}

.pattern-nft-bg1 {
	/* width: 1920px; */
	width: 100%;
	/* min-width: 100%; */
	height: 700px;
	background-image: url(../img/web_bg1.png?v=20220518);
	position: absolute;
	right: 0;
	top: 305px;
}

.pattern-icon2 {
	width: 320px;
	height: 320px;
	background-image: url(../img/web_bg_patten_icon_2.png);
	position: absolute;
	left: -95px;
	top: 760px;
}

.pattern-nft-bg2 {
	/* width: 1920px; */
	width: 100%;
	height: 1233px;
	background-image: url(../img/web_bg2.png?v=20220518);
	position: absolute;
	left: 0;
	top: 1280px;
}

.pattern-icon3 {
	width: 320px;
	height: 320px;
	background-image: url(../img/web_bg_patten_icon_3.png);
	position: absolute;
	right: -160px;
	top: 1900px;
}

.pattern-nft-bg3 {
	/* width: 1920px; */
	width: 100%;
	height: 1450px;
	background-image: url(../img/web_bg3.png?v=20220518);
	position: absolute;
	right: 0;
	top: 2700px;
}

.pattern-nft-bg4 {
	display: none;
}


.phone-ele {
	display: none;
}
