@font-face {
	font-family: "PMZD";
	src: url("../assets/font/PangMenZhengDao.ttf");
}
@font-face {
	font-family: "Roboto";
	src: url("../assets/font/Roboto-Regular-14.ttf");
}
@font-face {
	font-family: "SHS";
	src: url("../assets/font/SourceHanSansCN.otf");
}

html{
	font-size: 10px;
}
body,ul,li,p {
    margin: 0;
	padding: 0;
    overflow: hidden;
}
body{
	background: #333;
}
input{
	outline: none;
	background: none;
	border: none;
}
input:focus{
	border: none;
}
ul{
	list-style: none;
}
a{text-decoration: none;}
#container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
	transform: translate(-50%, -50%);
	filter: blur(0rem);
    cursor: grab;
	/* 取消container的背景色,让container下方的背景透过来 需开启透明背景 */
    background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#container:active{
    cursor: grabbing;
}
#background>div{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -99;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
}
#bg1{
	background-image: url("../assets/images/bg-1.jpg");
}
#bg2{
	background-image: url("../assets/images/bg-2.jpg");
}
#bg3{
	background-image: url("../assets/images/bg-3.jpg");
}
#bg4{
	background-image: url("../assets/images/bg-4.jpg");
}
#bg5{
	background-image: url("../assets/images/bg-5.jpg");
}
#bg6{
	background-image: url("../assets/images/bg-6.jpg");
}
#bg7{
	background-image: url("../assets/images/bg-7.jpg");
}
#bg8{
	background-image: url("../assets/images/bg-8.jpg");
}
#bg9{
	background-image: url("../assets/images/bg-9.jpg");
}

#preloader-background{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
	background-position: center;
    background-image: url("../assets/images/background_img.jpg");
	background-size: auto 100%;
}
.preloader-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60rem;
    height: 50rem;
}
.preloader-logo-container{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-0%);
	width: 40rem;
	display: table-cell;
	text-align: center;
	color: #ffffff;
}
.preloader-logo-container img{
	width: 18.2rem;
	height: auto;
}
.logo-text-large{
	font-size: 6.4rem;
	font-weight: 400;
	font-family: 'PMZD';
	margin-top: 3.2rem;
	margin-bottom: 1.4rem;
}
.logo-text-small{
	font-size: 2.4rem;
}
.bottom-preloader-container{
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 60rem;
	height: 6.5rem;
}
.run-logo img{
	position: absolute;
	top: 0;
	left: 0%;
	width: 8.5rem;
	height: 6.5rem;
	z-index: 2;
}
.preloader-text{
	position: absolute;
	top: 0%;
	right: 0.2rem;
	line-height: 8rem;
    font-size: 1.6rem;
    font-weight: 300;
    color: #ffffff;
}
.preloader-line-container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1.2rem;
    border-radius: 0.6rem;
    overflow: hidden;
    background: #fff;
}
#preloader-line{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1.2rem;
    width: 0;
    border-radius: 0.5rem;
    background: #EC2D33;
}
.v3d-annotation {
	/* box-sizing: border-box; */
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    min-width: 1rem;
    height: 2rem;
    padding: 0px; 
	border-radius: 50%;
	background: #DF3033;
	border: 2rem solid rgba(223,48,51,0.5);
	/* background: transparent; */
	border: 0px solid transparent;
    cursor: pointer;
    color:transparent;
	animation: borderAn 2s 0s ease-in-out infinite;
}
.v3d-annotation img{
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.v3d-annotation-transparent {
    opacity: 0.2;
}
.v3d-annotation-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 3rem;
    margin-top: 3rem;
    font-family: sans-serif;
    user-select: none;
    padding: 1em;
    width: auto;
    min-width: 100px;
    color: var(--textColor);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
	width: 33.8rem;
	backdrop-filter: blur(2px);
}
.point {
	/* position: absolute; */
	/* top: 0.9rem; */
	/* left: 0.9rem; */
	width: 1.8rem;
	height: 1.8rem;
	background-color: #DF3033;
	position: relative;
	border-radius: 50%;
	color: transparent;
	pointer-events: none;
}

/* 设置动画前颜色 */
.point-flicker:after {
background-color: #DF3033;
}

/* 设置动画后颜色 */
.point-flicker:before {
background-color: rgba(223, 48, 51, 0.2);
}

/* 设置动画 */
.point-flicker:before,
.point-flicker:after {
content: '';
width: 3.2rem;
height: 3.2rem;
position: absolute;
left: 50%;
top: 50%;
margin-left: -1.6rem;
margin-top: -1.6rem;
border-radius: 50%;
animation: warn 1.5s ease-out 0s infinite;
}

@keyframes warn {
	0% {
	  transform: scale(0.5);
	  opacity: 1;
	}

	30% {
	  opacity: 1;
	}

	100% {
	  transform: scale(1.4);
	  opacity: 0;
	}
}
@keyframes borderAn{
	0%{
		box-shadow: 0px 0px 0.8rem 0px rgb(255 0 0 / 50%);
	}
	50%{
		box-shadow: 0px 0px 0.8rem 6px rgb(255 0 0 / 50%);
	}
	100%{
		box-shadow: 0px 0px 0.8rem 0px rgb(255 0 0 / 50%);
	}
}

/*WebGL报错提示*/
.v3d-webgl-error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    color: #333333;
    background: rgba(0,0,0,.75);
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    border-color: transparent;
    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 30px;
    padding: 10px 60px;
    z-index: 999;
    display: block;
}
.v3d-webgl-error-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: auto;
    background: white;
    padding: 30px 0px;
    border-radius: 5px;
    display: flex;
    flex-direction:column;
}
.v3d-webgl-error-link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #333333;
    font-size: 12px;
    margin-top: 30px;
    width: 120px;
}
.v3d-webgl-error-link button{
  background: #333333;
  padding: 5px 25px;
  color:white;
  cursor: pointer;
  border-radius:2px;
  border-width:1px;
  position: relative;
  width: 120px;
  font-size: 12px;
  user-select: none;
}
.v3d-webgl-error-link button:hover{
  background: #000000;
  box-shadow: 0px 0px 5px rgba(0,0,0,.5)
}
@media only screen and (max-width: 540px) {
    .v3d-webgl-error-container {
      width: 60%;
    }
}
/*WebGL报错提示-结束*/

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
/* Animation keys */
@keyframes hide { 
    0%      {opacity: 1} 
    100%    {opacity: 0} 
}
@keyframes show { 
    0%      {opacity: 0} 
    100%    {opacity: 1} 
}
@keyframes lefthide { 
    0%      {opacity: 1;margin-left:0;}
    100%    {opacity: 0;margin-left:-160px;}
}
@keyframes leftshow { 
    0%      {opacity: 0;margin-left:-160px;} 
    100%    {opacity: 1;margin-left:0;} 
}
@keyframes downhide { 
    0%      {opacity: 1;margin-bottom:0;}
    100%    {opacity: 0;margin-bottom:-160px;}
}
@keyframes upshow { 
    0%      {opacity: 0;margin-bottom:-160px;} 
    100%    {opacity: 1;margin-bottom:0;} 
}
@keyframes rotate { 
    0%      {transform:rotate(0deg);} 
    100%    {transform:rotate(360deg);} 
}
@keyframes scale { 
    0%      {transform:scale(0.8);} 
    100%    {transform:scale(0.6);} 
}
@keyframes righthide { 
    0%      {opacity: 1;margin-right:0;}
    100%    {opacity: 0;margin-right:-50rem;}
}
@keyframes rightshow { 
    0%      {opacity: 0;margin-right:-50rem;} 
    100%    {opacity: 1;margin-right:0;} 
}
@keyframes defocus { 
    0%      {filter: blur(0px);} 
    100%    {filter: blur(30px);} 
}
@keyframes focusing { 
    0%      {filter: blur(30px);} 
    100%    {filter: blur(0px);} 
}
@keyframes buttonJump { 
    0%      {background-position: 50% 50%;} 
    25%     {background-position: 48% 50%;} 
    50%     {background-position: 50% 50%;} 
    75%     {background-position: 52% 50%;} 
    100%    {background-position: 50% 50%;} 
}
@keyframes downdefocus { 
    0%      {opacity: 1;bottom:0;filter: blur(0px);}
    100%    {opacity: 0;bottom:-15px;filter: blur(30px);}
}
@media screen and (max-width: 800px){
	.preloader-container{
	    width: 160px;
	}
}