/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600); */
:root {
	--minWidth: 1440px;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #232323;
}

.container {
	width: 100%;
	padding: 0;
	margin: 0;
}


.nav-top-container {
	width: 100%;
	height: 54px;
	background: #000000;
	display: flex;
	align-items: center;
}

.web-logo {
	width: 120px;
	margin-left: 10px;
	/* height: 54px; */
}

.web-tar {
	display: none;
}

.nav-setting-layout {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.nav-setting-layout>img {
	width: 22px;
	height: 22px;
	margin-right: 16px;
}

.nav-phone-menu {
	width: 122px;
	height: 200px;
	background: #000000;
	position: absolute;
	right: 0;
	top: 53px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-phone-menu>span {
	width: 80%;
	color: #FFFFFF;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 0.5px solid #737373;
}

.nav-phone-menu>span:nth-child(5) {
	border-bottom: unset;
}

.phone-menu-show {
	-webkit-animation: animate-menu-scale-show 0.3s ease-in;
}

.phone-menu-hide {
	-webkit-animation: animate-menu-scale-hide 0.3s ease-in;
}

/*  */

.slider {
  position: relative;
  overflow: hidden;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
}

.slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 450px;
  list-style: none;
}

.slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 450px;
  width: 100vw;
}

#steps-slider ul {
	height: 640px;
}

/*  */
.pc-banner {
	display: none;
}

.phone-banner {
	width: 100%;
}

.phone-banner-title {
	width: 55%;
	position: absolute;
	bottom: -75px;
	left: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.phone-banner-title>p {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.phone-banner-title>p:nth-child(3) {
	font-size: 12px;
	color: #B3B3B3;
	font-weight: unset;
}

/* creator */

.creator-container {
	width: 100%;
}

.creator-container .banner {
	width: 100%;
	position: relative;
}

.creator-container .banner img {
	width: 100%;
}

.creator-container .banner .app-btn-layout {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.creator-container .banner .app-btn-layout>img {
	width: 120px;
	height: 39px;
	margin-right: 12px;
	cursor: pointer;
}

.content-layout {
	width: 100%;
	position: relative;
}

.intro-layout {
	padding: 0 30px;
}

.intro-layout>p:nth-child(3) {
	width: 100%;
	text-align: start;
	margin-top: 30px;
}

.intro-layout>p:nth-child(4),
.intro-layout>p:nth-child(5),
.intro-layout>p:nth-child(6){
	margin-top: 20px;
}

.intro-title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: jost-b;
	text-shadow: 5px 5px 2px #000000;
}

.intro-info {
	font-size: 12px;
	color: #B3B3B3;
}

/* feature */
.phone-frame {
	width: 190px;
	height: 390px;
	background-image: url(../img/web_phone_line.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
/* 	display: flex;
	justify-content: center;
	align-items: center; */
}

.feature-layout {
	position: relative;
	margin-top: 65px;
}

.feature-layout>p{
	width: 100%;
	text-align: center;
}

.feature-layout .swtich-icon-layout {
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 200px;
}

.feature-layout .swtich-icon-layout>img {
	width: 30px;
	height: 30px;
}

.swiper-items img {
	width: 100%;
	margin-top: 6px;
}

#feature-slider>ul {
	padding-top: 20px;
}

#feature-slider>ul>li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#feature-slider>ul>li>span {
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-family: jost-m;
	margin-top: 21px;
}

#feature-slider>ul>li>span:nth-child(3) {
	text-align: center;
	font-size: 12px;
	color: #B3B3B3;
	font-family: jost-r;
	margin-top: unset;
}

.feature-item-point {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.slider-point {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #737373;
	margin-left: 15px;
}

.slider-point-active {
	width: 15px;
	background: #FFFFFF;
}


/* team work */
.team-work-layout {
	width: 100%;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.team-work-layout>span {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	font-family: jost-b;
	text-shadow: 5px 5px 2px #000000;
}

.team-work-layout>p {
	font-size: 12px;
	color: #DDDDDD;
	margin-top: 26px;
	padding: 0 20px;
	/* padding-left: 50px; */
}

.team-member-layout {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.member-item-layout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 120px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 15px;
}

.member-item-layout>img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.member-info-layout {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 5px;
}

.member-tag-layout {
	display: flex;
	width: 100%;
}

.member-tag {
	border-bottom: 5px solid #98d3cf;
}

.member-tag>span {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	padding: 0 8px;
	margin-bottom: -10px;
	display: block;
}

.member-info-layout>p {
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
	line-height: 15px;
	margin-top: 5px;
}

/* team apps */
.team-apps-layout {
	width: 100%;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.team-apps-layout>span {
	color: #FFFFFF;
	font-size: 16px;
	font-family: jost-m;
	text-shadow: 2px 2px 2px #000000;
}

.app-items-layout {
	display: flex;
	width: 90%;
	justify-content: space-between;
	margin-top: 14px;
}

.app-item-layout {
	width: 48%;
	height: 125px;
	background: #333333;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.app-logo-layout {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
}

.app-logo-layout>img {
	width: 45px;
	height: 45px;
	margin-left: 5px;
}

.app-info-layout {
	display: flex;
	flex-direction: column;
	margin-left: 5px;
}

.app-info-layout>span {
	color: #FFFFFF;
	font-size: 16px;
	font-family: jost-b;
}

.app-item-layout>p {
	margin-top: 10px;
	color: #737373;
	font-size: 10px;
	line-height: 12px;
	font-family: jost-r;
	padding: 0 5px;
}

.followers-layout {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.followers-layout>img {
	width: 12px;
	height: 12px;
}

.followers-layout>span {
	color: #B3B3B3;
	font-size: 9px;
	font-family: jost-m;
	margin-left: 2px;
}

/* roadmap */
.roadmap-layout-phone {
	/* padding: 0 35px; */
	/* justify-content: center; */
	position: relative;
	margin-top: 78px;
}

.roadmap-layout-phone>p:nth-child(1) {
	width: 100%;
	text-align: center;
}

.roadmap-layout-phone>p:nth-child(2) {
	width: 100%;
	padding: 0 20px;
	color: #B3B3B3;
	font-size: 12px;
	margin-top: 21px;
	margin-bottom: 52px;
}

.roadmap-layout-phone .swtich-icon-layout {
	padding: 0 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 250px;
	left: 0;
}

.roadmap-layout-phone .swtich-icon-layout>img {
	width: 30px;
	height: 30px;
}

.roadmap-item-point {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.step-layout {
	display: flex;
	align-items: center;
}

.step-layout>img {
	width: 24px;
	height: 24px;
	margin-left: 15px;
}

.step-layout>span {
	font-size: 24px;
	color: #FFFFFF;
	font-family: jost-m;
	margin-left: 10px;
}

.step-layout>p {
	border-bottom: 1px dashed #737373;
	margin-top: 10px;
}

.step-layout>p:nth-child(4) {
	flex: 1;
	margin-left: 29px;
}

.text-item-layout {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}

.text-item-layout>p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-family: jost-m;
}

.roadmap-layout-phone .text-item-highlight {
	width: 80%;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}

.roadmap-layout-phone .text-item {
	width: 80%;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #B3B3B3;
}

.roadmap-layout-phone .text-item>img {
	width: 15px;
	height: 15px;
	/* margin-left: px; */
}

/* nft */

.nft-container {
	width: 100%;
}

.nft-container .banner {
	width: 100%;
	position: relative;
}

.nft-container .banner>img:nth-child(1) {
	width: 100%;
}

.twitter-btn-group {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 15px;
	bottom: 120px;
}

.twitter-btn-group>img {
	width: 120px;
	height: 39px;
	margin-top: 10px;
}

/*  */
.nft-info-layout {
	padding: 0 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.nft-title {
	font-size: 30px;
	line-height: 30px;
	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: 12px;
	color: #B3B3B3;
	margin-top: 10px;
}


.nft-info-layout1>img {
	width: 100%;
	margin-top: 60px;
}

img.vision-banner-pc {
	display: none;
}

img.vision-banner-phone {
	width: 100%;
	margin-top: 12px;
}


/*  */


.nft-info-layout2 {
	margin-top: 60px;
}

.phi-layout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #232323;
	font-size: 11px;
	flex-wrap: wrap;

}

.phi-item-layout {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 320px;
	width: 154px;
}

.phi-tag {
	width: 95px;
	height: 105px;
	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: 18px;
	color: #FFFFFF;
	font-family: jost-b;
}

.phi-frame {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 164px;
	height: 270px;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
}

.phi-inner-frame {
	width: 154px;
	height: 260px;
	border: 2px solid #000000;
	border-radius: 10px;
	padding: 0 8px;
	padding-top: 50px;
}

.phi-inner-frame>p {
	font-size: 11px;
	color: #232323;
}

.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 {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 100px;
	padding: 0;
}

.universe-left {
	display: none;
}

.universe-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 30px;
}

.universe-right>p:nth-child(1) {}

.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: 12px;
	margin-top: 5px;
}

.universe-right>p:nth-child(2) {
	margin-bottom: 20px;
}

.universe-right-phone {
	padding: 0;
	width: 100%;
}

.universe-right-phone>img {
	width: 100%;
}

/*  */


.nft-info-layout4 {
	margin-top: 50px;
}

.nft-info-layout4>p {
	width: 90%;
	color: #B3B3B3;
	font-size: 12px;
	margin-top: 21px;
}

.nft-info-layout4>span:nth-child(1) {
	width: 75%;
}

.benifit-highlight {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.benefits-layout {
	margin-top: 33px;
}

.benefits-layout>p {
	color: #B3B3B3;
	font-size: 12px;
}

.benifit-highlight>img {
	width: 12px;
	height: 12px;
	margin-left: -15px;
}

/* unibaby */
.unibaby-layout {
	display: flex;
	flex-direction: column;
	margin-top: 185px;
}

.unibaby-layout>p {
	width: 100%;
	text-align: center;
}

.unibaby-layout-left {
	width: 100%;
	display: flex;
	justify-content: center;
}

.unibaby-layout-left>img {
	margin-top: 32px;
	margin-bottom: 23px;
	width: 95%;
}

.unibaby-layout-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.unibaby-layout-right>span {
	margin-bottom: 80px;
}

.unibaby-layout-right>p {
	color: #B3B3B3;
	font-size: 12px;
	/* margin-top: 12px; */
}

.unibaby-banner2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 23px;
}

.unibaby-banner2>img {
	width: 95%;
	margin-top: 30px;
}

.unibaby-banner2>p {
	color: #B3B3B3;
	font-size: 12px;
	margin-top: 15px;
}

/* rarity */

.rarity-layout {
	margin-top: 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rarity-banner-layout {
	width: 85%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rarity-banner-layout>img {
	width: 48%;
	margin-top: 14px;
}

.rarity-layout>p {
	padding: 0 25px;
	width: 100%;
	color: #B3B3B3;
	font-size: 12px;
	margin-top: 20px;
}

.rarity-layout>span:nth-child(1) {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.rarity-layout>p:nth-child(4) {
	color: #FFFFFF;
}

/* 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;
	margin-top: 158px;
}

.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: 85%;
	/* max-width: 1578px; */
	/* padding: 0 17%; */
}

.contact-us-title {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.contact-icon-layout {
	display: none;
}

.contact-icon-layout2 {
	display: flex;
	height: 78px;
	justify-content: space-between;
}

.icon-group {
	display: flex;
	align-items: center;
	margin-left: -5px;
}

.icon-group>a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

.icon-group>img {
	width: 30px;
	height: 30px;
}

.icon-group>img:nth-child(3),
.icon-group>img:nth-child(4) {
	margin-left: 22px;
	cursor: pointer;
	border-radius: 30px;
	background: #000000;
}

.icon-group>span {
	font-size: 10px;
	color: #FFFFFF;
}

.contact-info-layout {
	/* width: 80%; */
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	margin-top: 10px;
}

.contact-info-layout>span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 18px;
	margin-top: 35px;
}

.contact-info-layout>p {
	font-size: 10px;
}

.contact-info-layout .mint-value {
	color: #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.lan-privacy-layout {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.lan-layout {
	display: flex;
	align-items: center;
}

.lan-layout>span {
	color: #FFFFFF;
	font-size: 10px;
	cursor: pointer;
	font-family: jost-r;
	padding-bottom: 5px;
}

.lan-split-line {
	margin: 0 10px;
}

.lan-active {
	border-bottom: 2px solid #FFFFFF;
}

.privacy-layout {
	color: #FFFFFF;
	font-size: 10px;
	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-nft-bg1 {
	/* width: 1920px; */
	width: 100%;
	/* min-width: 100%; */
	height: 170px;
	background-image: url(../img/app_bg_decorate1.png);
	position: absolute;
	right: 0;
	top: 960px;
}

.pattern-nft-bg2 {
	/* width: 1920px; */
	width: 100%;
	height: 200px;
	background-image: url(../img/app_bg_decorate2.png);
	position: absolute;
	left: 0;
	top: 1300px;
}

.pattern-nft-bg3 {
	/* width: 1920px; */
	width: 100%;
	height: 430px;
	background-image: url(../img/app_bg_decorate3.png);
	position: absolute;
	right: 0;
	top: 1700px;
}

.pattern-nft-bg4 {
	/* width: 1920px; */
	width: 100%;
	height: 360px;
	background-image: url(../img/app_benefits_illustration1.png);
	position: absolute;
	right: 0;
	top: 3035px;
}


.pc-ele {
	display: none;
}

/*  */


