

body {
    margin: 0px;
    overflow: hidden;
	cursor: grab;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/quanping.svg');
}

.fullscreen-close {
    background-image: url('media/quanping.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.v3d-simple-preloader-logo {
    background-image: url("media/jiazaitubiao.jpg");
    background-size: cover;
}

.v3d-simple-preloader-bar {
    background: #272871;
    border-color: #272871;
}

div a[target="_blank"] {
  display:none;
}

.icon-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none;
}


/*右上按钮*/
/*#fullScreenBtn  img {
    width: 32px;
    height: 32px;
	display: block;
}



#zidongxuanzhuan  img {
    width: 32px;
    height: 32px;
	display: block;
}*/



.button-container {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
	display: flex;
}

.icon-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.icon-button img {
  width: 32px;
  height: 32px;
	display: block;
}

#button-container {
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
    background-color: #ffffffeb;
	border-radius: 10px;
}

#button-container div {
  display: inline-block;
  position: relative;
  margin: 10px 10px;
  height:
   100%;
}


/* 基础样式（移除默认悬停效果） */
#shouye img,
#button1 img,
#zidongxuanzhuan img,
#fullScreenBtn img,
#button2 img {
  height: 100%;
  width: 42px;
  display: block;
  margin: auto;
  border-radius: 6px;
  box-shadow: 
    18px 18px 30px rgba(0, 0, 0, 0.2),
    -5px -5px 12px rgba(255, 255, 255, 1);
  transition: all 0.01s ease-in-out;
  border: 2px solid #d1cfcf82;
}

/* 移除默认的:hover效果，只保留点击后的:active效果 */
#shouye img:active,
#button1 img:active,
#zidongxuanzhuan img:active,
#fullScreenBtn img:active,
#button2 img:active {
  cursor: pointer;
  box-shadow: 
    0 0 0 rgba(0, 0, 0, 0.2),
    0 0 0 rgba(255, 255, 255, 0.8),
    inset 18px 18px 30px rgba(0, 0, 0, 0.1),
    inset -18px -18px 30px rgba(255, 255, 255, 1);
  transform: translateY(3px) scale(0.8);
}
	


/*材质1切换*/

#shell {
  
  /* -webkit-mask-image: linear-gradient(to right,#0000,#000,#000,#0000); */
  overflow-x: auto;
 display: flex ;
  gap: 25px;/*之间距离*/
  align-items: start;
   padding-top: 5px;
    padding-bottom: 25px;
	    padding-right: 10px;
    padding-left: 10px;

  width: 60vw;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
	justify-content: center;/*如果切换材质，材质球不按规则显示可注释掉*/

}
@media only screen and (max-width: 867px) {
  #shell {
    width: 95vw;
  }
}

	
        #shell>div{
            block-size: 60px;
            background-color: #fff;
            /* 设置宽高比 */
            aspect-ratio: 1;
            border-radius: 10px;
            box-shadow: 0 0 2px 1px rgb(193 193 193);
			 border-radius: 50%;
			cursor: pointer;
        }


@media only screen and (max-width: 867px) {
  #shell > div {
    block-size: 50px;
  }
}

        #shell img{
            height: 100%;
          /*  width: 60px;*/
			border-radius: 50%;
        }

        /* 设置滚动条的高度 */
        ::-webkit-scrollbar{
            height: 16px;
        }
        /* 设置滚动条的背景色 */
        ::-webkit-scrollbar-track{
            background-color: #f5f5f5;
        }
        ::-webkit-scrollbar-thumb{
            background-color: rgb(128, 215, 239);
            border-radius: 10px;
        } 


#shell > div > p {
/* position: relative; /
/ bottom: 0; */
color: #303030;
font-size: 8px;
margin-top: 0px;
text-align: center;

}

/*材质2切换*/
#shell2 {
  
  /* -webkit-mask-image: linear-gradient(to right,#0000,#000,#000,#0000); */
  overflow-x: auto;
 display: flex ;
  gap: 25px;/*之间距离*/
  align-items: start;
   padding-top: 5px;
    padding-bottom: 25px;
	    padding-right: 10px;
    padding-left: 10px;

  width: 60vw;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);

}
@media only screen and (max-width: 867px) {
  #shell2 {
    width: 95vw;
  }
}

	
        #shell2>div{
            block-size: 60px;
            background-color: #fff;
            /* 设置宽高比 */
            aspect-ratio: 1;
            border-radius: 10px;
            box-shadow: 0 0 2px 1px rgb(193 193 193);
			 border-radius: 50%;
			cursor: pointer;
        }


@media only screen and (max-width: 867px) {
  #shell2 > div {
    block-size: 50px;
  }
}

        #shell2 img{
              height: 100%;
          /*  width: 60px;*/
			border-radius: 50%;
        }

        /* 设置滚动条的高度 */
        ::-webkit-scrollbar{
            height: 16px;
        }
        /* 设置滚动条的背景色 */
        ::-webkit-scrollbar-track{
            background-color: #f5f5f5;
        }
        ::-webkit-scrollbar-thumb{
            background-color: rgb(128, 215, 239);
            border-radius: 10px;
        } 


#shell2 > div > p {
/* position: relative; /
/ bottom: 0; */
color: #303030;
font-size: 8px;
margin-top: 0px;
text-align: center;

}


/*材质3切换*/
#shell3 {
  
  /* -webkit-mask-image: linear-gradient(to right,#0000,#000,#000,#0000); */
  overflow-x: auto;
 display: flex ;
  gap: 25px;/*之间距离*/
  align-items: start;
   padding-top: 5px;
    padding-bottom: 25px;
	    padding-right: 10px;
    padding-left: 10px;

  width: 60vw;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);

}
@media only screen and (max-width: 867px) {
  #shell3 {
    width: 95vw;
  }
}

	
        #shell3>div{
            block-size: 60px;
            background-color: #fff;
            /* 设置宽高比 */
            aspect-ratio: 1;
            border-radius: 10px;
            box-shadow: 0 0 2px 1px rgb(193 193 193);
			 border-radius: 50%;
			cursor: pointer;
        }


@media only screen and (max-width: 867px) {
  #shell3 > div {
    block-size: 50px;
  }
}
        #shell3 img{
            height: 100%;
          /*  width: 60px;*/
			border-radius: 50%;
        }

        /* 设置滚动条的高度 */
        ::-webkit-scrollbar{
            height: 16px;
        }
        /* 设置滚动条的背景色 */
        ::-webkit-scrollbar-track{
            background-color: #f5f5f5;
        }
        ::-webkit-scrollbar-thumb{
            background-color: rgb(128, 215, 239);
            border-radius: 10px;
        } 


#shell3 > div > p {
/* position: relative; /
/ bottom: 0; */
color: #303030;
font-size: 8px;
margin-top: 0px;
text-align: center;

}

/*隐藏材质2-3*/
#shell2, #shell3 {
  display: none;
}

#image-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	pointer-events: none;
}

#image-container img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  #image-container {
  width: 150px;
    height: 120px;
  }
}



.hidden {
  display: none;
}