@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/body-bg.png);
	background-repeat:repeat;
}

.content{
	background-image:url(../images/body-bg.png);
	background-repeat:repeat;
}

.header{
	background-image:url(../images/body-bg.png);
	background-repeat:repeat;
}

.page-content{
	background-image:url(../images/tablet-bg.png);
	background-repeat:repeat;
}

/* 触发按钮样式 */
.trigger-btn {
	padding: 15px 30px;
	background: #2196F3;
	color: white;
	cursor: pointer;
	border-radius: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s;
}
.trigger-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

/* 模态框样式 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}
/* 放置模型 */
.modal-content {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-overlay.active {
	display: flex;
}
/* 更改模型背景颜色 */
.modal-mcolor {
	position: absolute;
	width: 80px; /* 或任何宽度 */
	height: 50px; /* 高度根据需要调整 */
	top: 95%;
	left: 50%;
	transform: translate(-50%, -50%);
    cursor: pointer; /* 鼠标悬停时显示手指图标 */
	border: 1px solid #ccc;
}
/* 缩放模型按钮 */
.modal-scalebutton {
	position: absolute;
	width: 60px; /* 设置按钮的宽度 */
    height: 60px; /* 设置按钮的高度 */
    border-radius: 50%; /* 使按钮成为圆形 */
    background-color: #007BFF; /* 设置背景颜色 */
    border: 1px solid #ccc; /* 移除边框 */
    color: white; /* 设置文字颜色 */
    font-size: 16px; /* 设置文字大小 */
    cursor: pointer; /* 鼠标悬停时显示手指图标 */
    outline: none; /* 移除点击后的轮廓 */
}
/* 缩放模型按钮 */
.model-color-button {
	width: 38%; /* 设置按钮的宽度 */
    height: 23px; /* 设置按钮的高度 */
    border-radius: 10%; /* 使按钮成为圆形 */
    background-color: #007BFF; /* 设置背景颜色 */
    border: 1px solid #ccc; /* 移除边框 */
    color: white; /* 设置文字颜色 */
    font-size: 16px; /* 设置文字大小 */
    cursor: pointer; /* 鼠标悬停时显示手指图标 */
    outline: none; /* 移除点击后的轮廓 */
	margin-left: 6%;
	z-index: 10;
}
.po-img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	bottom: -100%;
	background-color: #FFFFFF;
	transition: bottom 0.5s ease;
	z-index: 10;
}
.po-img.show {
	bottom: 0;
}
.m2pbtn-3d {
  font-size: 20px;
  color: white;
  background: linear-gradient(to bottom, #4a90e2, #2a65c7);
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 0 #1a4b8c, 
              0 5px 10px rgba(0,0,0,0.2);
  transition: all 0.1s;
}

.m2pbtn-3d:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 #1a4b8c;
}
/* 模型的颜色 */
.color-panel {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 15vw;
	height: 33vw;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}
.mccp {
	width: 100%;
	height: 30vh;
	border-collapse: collapse;
	margin-bottom: 20px;
	z-index: 10;
}
.mccp td {
	border: 4px solid #ddd;
	text-align: center;
	font-size: 15px;
	color: black;
	text-shadow: 0 0 2px #000;
	cursor: pointer;
}
/* 衣柜 */
.closet-panel {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 15vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ucp-btn {
	padding: 8px 15px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 15px;
}
.lrud-btn {
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 7%;
	height: 90%;
}
.pcp-container {
	width: 100%;
	height: 30vh;
	border: 2px dashed #ccc;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #f9f9f9;
}
.cc-control {
	display: flex;
	align-items: center;
	gap: 10px;
}
/* 文字 */
.modal-label {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
    height: 25px; /* 设置按钮的高度 */
    background-color: #051227; /* 设置背景颜色 */
    border: 1px solid #ccc; /* 移除边框 */
    color: white; /* 设置文字颜色 */
    font-size: 18px; /* 设置文字大小 */
	text-overflow:ellipsis;
    outline: none; /* 移除点击后的轮廓 */
}
/* 关闭按钮 */
.modal-close {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 40px; /* 设置按钮的宽度 */
    height: 40px; /* 设置按钮的高度 */
	transform: translate(-50%, -50%);
	color: white;
	font-size: 60px;
	cursor: pointer;
	border-radius: 50%; /* 使按钮成为圆形 */
    background-color: #007BFF; /* 设置背景颜色 */
}

.page-hider{
	position:fixed;
	width:100%;
	height:0%;
	display:block;
	background-color:rgba(0,0,0,0.9);	
	z-index:998;
}


.container {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height: 100px;          /* 示例高度，根据需要调整 */
}

.navigation-wrapper{
	overflow:hidden;
}

.page-navigation{
	display:none;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	z-index:998;
}

.nav-icon{
	overflow:visible;
	width:50px;
	height:70px;
	margin-left:25px;
	margin-right:25px;
	float:left;
	margin-bottom:20px;
}

.nav-icon a:hover{
	background-color:rgba(255,255,255,1);
}


.nav-icon a{
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:center center;	
	overflow:visible;
	width:50px;
	height:50px;
	background-color:rgba(255,255,255,0.9);
	border-radius:50px;
	text-align:center;
}

.nav-icon em{
	margin-left:-3px;
	font-family:'Dosis', sans-serif;
	color:#FFFFFF;
	text-align:center;
	width:56px;
	display:block;
	font-style:normal;
	padding-top:5px;
}

.home-nav{		background-image:url(../images/misc/8.png);}
.about-nav{		background-image:url(../images/misc/5.png);}
.features-nav{	background-image:url(../images/misc/3.png);}
.type-nav{		background-image:url(../images/misc/2.png);}
.jquery-nav{	background-image:url(../images/misc/6.png);}
.others-nav{	background-image:url(../images/misc/1.png);}
.folios-nav{	background-image:url(../images/misc/4.png);}
.gallery-nav{	background-image:url(../images/misc/7.png);}
.blog-nav{		background-image:url(../images/misc/11.png);}
.call-nav{		background-image:url(../images/misc/9.png);}
.mail-nav{		background-image:url(../images/misc/10.png);}
.text-nav{		background-image:url(../images/misc/13.png);}

.small-icons div:first-child{
	margin-left:30px;
}

.small-icons{
	padding-top:10px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.small-nav-icon{
	overflow:visible;
	width:50px;
	height:80px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	margin-bottom:25px;
}

.small-nav-icon a{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20px 20px;
	overflow:visible;
	width:35px;
	height:35px;
	background-color:rgba(255,255,255,0.9);
	border-radius:50px;
	margin-left:6px;
	text-align:center;
}

.small-nav-icon em{
	font-family:'Dosis', sans-serif;
	color:#FFFFFF;
	text-align:center;
	width:47px;
	display:block;
	font-style:normal;
	padding-top:5px;
}

.small-facebook-nav{background-image:url(../images/misc/14.png);}
.small-twitter-nav{	background-image:url(../images/misc/15.png);}
.small-close-nav{	background-image:url(../images/misc/12.png);}


.logo{
	margin-top:20px;
	margin-bottom:25px;
	margin-left:20px;
	float:left;
}

.deploy-navigation{
	background-image:url(../images/misc/deploy-nav-round.png);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	background-size:25px 25px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

.navigation-header img{
	width:103px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.navigation-header em{
	display:block;
	text-align:center;
	font-size:10px;
	color:rgba(255,255,255,0.6);
	font-style:normal;
	margin-top:5px;
	margin-bottom:15px;
}

@media screen and (min-width: 767px) {

	.page-navigation{
		display:none;
		width:340px!important;
		margin-left:auto;
		margin-right:auto;
		z-index:998;
	}
	
	.nav-icon{
		width:60px!important;
		height:102px!important;
		margin-left:25px;
		margin-right:25px;
		float:left;
		margin-bottom:15px!important;
	}
	
	.nav-icon a:hover{
		background-color:rgba(255,255,255,0.7);
	}
	
	.nav-icon a{
		background-repeat:no-repeat;
		background-size:30px 30px;
		background-position:center center;	
		overflow:visible;
		width:60px!important;
		height:60px!important;
		background-color:rgba(255,255,255,0.9);
		border-radius:50px;
		text-align:center;
	}
	
	.nav-icon em{
		font-family:'Dosis', sans-serif;
		color:#FFFFFF;
		text-align:center;
		width:65px!important;
		display:block;
		font-style:normal;
		padding-top:5px;
	}

	.small-icons div:first-child{
		margin-left:30px;
	}
	
	.small-icons{
		padding-top:10px;
		width:350px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.small-nav-icon{
		overflow:visible;
		width:90px;
		height:100px;
		margin-left:10px;
		margin-right:10px;
		float:left;
		margin-bottom:25px;
	}
	
	.small-nav-icon a{
		background-repeat:no-repeat;
		background-position:center;
		background-size:30px 30px;
		overflow:visible;
		width:65px;
		height:65px;
		background-color:rgba(255,255,255,0.9);
		border-radius:50px;
		margin-left:6px;
		text-align:center;
	}
	
	.small-nav-icon em{
		font-family:'Dosis', sans-serif;
		color:#FFFFFF;
		text-align:center;
		width:70px;
		display:block;
		font-style:normal;
		padding-top:15px;
	}

	
}

.footer {
	background: #f2efef;
	border: 2px solid #ccc;
	position: fixed;  /* 固定定位 */
    bottom: 0;        /* 紧贴视口底部 */
    left: 0;
    width: 100%;
	height: 30px;
	margin: 3% auto 0 auto;
	text-align: center;
	z-index: 100;     /* 确保层级覆盖 */
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 400px) {
	.page-navigation{
		display:none;
		width:410px;
		margin-left:auto;
		margin-right:auto;
		z-index:998;
	}
	
	.nav-icon{
		width:50px;
		height:72px;
		margin-left:25px;
		margin-right:25px;
		float:left;
		margin-bottom:35px;
	}
	
	.nav-icon a:hover{
		background-color:rgba(255,255,255,0.7);
	}
	
	.nav-icon a{
		background-repeat:no-repeat;
		background-size:30px 30px;
		background-position:center center;	
		overflow:visible;
		width:50px;
		height:50px;
		background-color:rgba(255,255,255,0.9);
		border-radius:50px;
		text-align:center;
	}
	
	.nav-icon em{
		font-family:'Dosis', sans-serif;
		color:#FFFFFF;
		text-align:center;
		width:55px;
		display:block;
		font-style:normal;
		padding-top:5px;
	}

	.small-icons div:first-child{
		margin-left:30px;
	}
	
	.small-icons{
		padding-top:10px;
		width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.small-nav-icon{
		overflow:visible;
		width:70px;
		height:80px;
		margin-left:10px;
		margin-right:10px;
		float:left;
		margin-bottom:25px;
	}
	
	.small-nav-icon a{
		background-repeat:no-repeat;
		background-position:center;
		background-size:30px 30px;
		overflow:visible;
		width:35px;
		height:35px;
		background-color:rgba(255,255,255,0.9);
		border-radius:50px;
		margin-left:6px;
		text-align:center;
	}
	
	.small-nav-icon em{
		font-family:'Dosis', sans-serif;
		color:#FFFFFF;
		text-align:center;
		width:47px;
		display:block;
		font-style:normal;
		padding-top:15px;
	}
}


.bidataAre{
	background-image:url(../images/background.png);
	background-repeat:repeat;
	position: relative;
	width: 100%;
	height: 100vh;
}

.filterbg{
	width: 100%;
	height: 100%;
	background: rgba(30,182,254,0.5);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 998;
	display: none;
}
.popup{
	width: 0;
	height: 0;
	background: #061f3e;
	position: fixed;
	top: 47%;
	left: 50%;
	z-index: 999;
	border-radius: 8px;
	display: none;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.popup .popupClose{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/s_ico3.png);
	background-size: 100 100%;
	position: absolute;
	top: -22px;
	right: -22px;
	display: none;
	transition: 0.3s;
}
.popup .popupClose:hover{
	transform: rotate(180deg);
}
.summary{
	width: 96%;
	height: 92%;
	margin: 2% auto;
	display: none;
}
.planecf{
	flex: 1;
	width: 30%;
	height: 100%;
	margin-left: 2%;
	align-items: center;
	justify-content: center;
	color: white;
	font-family: Arial;
}
.slider-caption{
	top:0px;
	height:100%!important;
	width:21.5%!important;
	padding:40px;
	position:absolute;
	z-index:99998;
	background-color:rgba(0,0,0,0.7)!important;
	color:#FFFFFF;
}

.slider-img{
	top:0px;
	height:100%!important;
	width:21.5%!important;
	padding:1px;
	position:absolute;
	z-index:99998;
	background-color:rgba(0,0,0,0.7)!important;
	color:#FFFFFF;
}

.slider-title{
	padding-top:20px;
	padding-left:30px;
	text-align:left!important;
	font-size:32px!important;	
}

.slider-text{
	display:block!important;
	padding-right:30px;
	padding-left:30px;
	font-size:18px!important;
}

.slider-link{
	text-transform:uppercase;
	display:block;
	padding-top:20px;
	font-size:16px!important;
}

.right-caption{
	right:0px;
}

.left-caption{
	left:0px;
}

.center-text{ text-align:center; }

.info-text{	
	text-align:center;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:20px;
	color: #fff;
	text-shadow: 
		0 0 2px #fff,
		0 0 5px #2ec0f6,
		0 0 10px #2ec0f6;
	animation: flicker 5s infinite alternate;
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: 
      0 0 2px #fff,
      0 0 5px #2ec0f6,
      0 0 10px #2ec0f6;
  }
  20%, 24%, 55% {
    text-shadow: none;
  }
}

.left-text{		text-align:left;	}
.right-text{	text-align:right;	}

.uppercase{	text-transform:uppercase!important;}

.decoration{
	background-color:#cacaca;
	height:2px;
	background-repeat:repeat;
	border-bottom:solid 1px #FFFFFF;
	margin-bottom:20px;
	display:block;
	width:100%;
	clear:both;
}

.column{
	display: flex;
    justify-content: center; /* 水平居中 */
}

.bigdata-img {
	position: absolute;
	top: 55%;
	left: 47%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	object-fit: contain;
}

.bigdata-img1 {
	position: absolute;
	top: 55%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	object-fit: contain;
}

.bigdata-img2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25%;
	height: 75%;
	object-fit: contain;
    clip-path: inset(0 round 0 0);
	z-index: 99;
}

.custom-select {
	font-size: 18px;
	position: relative;
	user-select: none; /* 防止文本被选中 */
	width: 180px;
	height: 30px;
	justify-content: center; /* 水平居中 */
	text-align:center;
	background-repeat:repeat;
}
 
.custom-select select {
	background-image: url(../images/s1.png);
	background-size: cover; /* or contain, depending on your needs */
	text-align:center;
	appearance: none; /* Remove default styling */
	-webkit-appearance: none; /* For webkit browsers */
	-moz-appearance: none; /* 为Firefox浏览器移除默认箭头 */
}

.color-picker-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.color-value {
	width: 100px;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

/*方块进度条*/
.container {
	display: flex;
	justify-content: center;
}
.block {
	width: 5px;
	height: 13px;
	margin: 0 5px;
	background-color: #ffffff;
	border-radius: 3px;
	animation: wave 2s ease-in-out infinite;
	animation-delay: calc(var(--delay) * 0.1s);
}

@keyframes wave {
	0%, 100% {
		transform: scaleY(1);
		background-color: #47ebf6;
	}
	25% {
		transform: scaleY(1.5);
		background-color: #e74c3c;
	}
	50% {
		transform: scaleY(0.8);
		background-color: #2ecc71;
	}
	75% {
		transform: scaleY(1.2);
		background-color: #3498db;
	}

}
/*图片放大框*/
/* 遮罩层样式 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;  /* 默认隐藏 */
  z-index: 999;
}
/* 弹窗图片 */
.modal-pic {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35%; 
	height: 720px;
	justify-content: center;
	background-color: #f5f5f5;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	pointer-events: none;
	display: none;  /* 默认隐藏 */
	z-index: 1000;
}
.close-btn {
	background: url('../images/close.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	pointer-events: auto;
}
.rh2 {
	position: absolute;
	background: #66bbd0;
	border-radius: 20px;
	width: 190px; 
	height: 40px;
	left: 50%;
	top: 10%;
	transform: translate(-50%, -50%);
	line-height: 40px;
	text-align: center;
	z-index: 2;
}
.modal-text {
	position: absolute;
	left: 50%;
	font-size: 23px;
	color: black;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9999;
}
.slides {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}
.s-slide {
	min-width: 100%;
	height: 100%;
}
.s-slide img {
	position: absolute;
	top: 10%;
	object-fit: contain;
}
.prev {
	left: 15px;
}
.next {
	right: 15px;
}
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 11;
}

.btn-3d {
	position: absolute;
	left: 34%;
	display: inline-block;
	padding: 12px 24px;
	font-size: 25px;
	font-weight: bold;
	color: white;
	background: linear-gradient(to bottom, #4CAF50, #2a65c7);
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 0 #2E7D32,
				0 5px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.1s;
	z-index: 10;
}

.btn-3d:active {
	transform: translateY(4px);
	box-shadow: 0 1px 0 #1a4b8c;
}

.btn-3d-disabled {
	opacity: 0.6;
	pointer-events: none;
}
#loading {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	display: none;
	color: white;
	z-index: 1000;
}
#loadModelBar {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	margin-top: 20px;
	height: 10px;
}